#wpcf7-f353-o2 .row p{
	width:100%;
}

.wpcf7-not-valid-tip{
display:none !important;
}

.wpcf7-list-item-label a {
    text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label{
	font-size: 13px;
    margin-left: 5px;
}

.wpcf7-acceptance{
	display:block;
}

.disa 
{
cursor: not-allowed;
background-color: rgb(229, 229, 229) !important;
}

.disa > * 
{
pointer-events:none;
}
.onliner{
	position: fixed;
    bottom: 140px;
    right: 50px;
    height: 60px;
    width: 60px;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    animation: pulse 2s infinite;
    cursor: pointer !important;
    background: #2db965;
}
.onliner a{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
 overflow: hidden;
}
.onliner a{
text-decoration:none;
}
.onliner a i{
width:60%;
color:#fff;
font-size:35px;
}
.onliner:before{
	content: 'Написать в WhatsApp';
    font-family: montserrat;
    left: -95px;
    width: 120px;
    height: 20px;
    top: 5px;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}


.zagolovok{
	font-family:montserrat;
	font-size:22px;
	color:#1e84b5;
	font-weight:600;
}

.btn-default{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    background: #1e84b5;
    text-transform: none;
    padding: 14px 50px 14px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
	font-family:montserrat;
}

.wpcf7-form-control.wpcf7-submit{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    background: #000;
    text-transform: none;
    padding: 14px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
	font-family:montserrat;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #1e84b5;
}

.wpcf7.js{
	width:100%;
	padding:20px;
	padding-top:0px;
}

.wpcf7 .row{
	display:flex;
	gap:10px;
	flex-direction:row;
	width:100%;
	justify-content: space-between;
}

.wpcf7 form{
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.full_width p{
	width:100%;
}

.input-group{
	width:100%;
	position:relative;
}

.input-group label, .row label{
	font-size:13px;
}

.foxdesign a.dev {
    background: url(/wp-content/themes/aplombtmn/img/dev_c.png) no-repeat left top;
    padding: 3px 0px 0px 60px;
    height: 35px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
}

.foxdesign a.dev:hover {
    background: url(/wp-content/themes/aplombtmn/img/dev_h.png) no-repeat left top;
    color: #fff;
}

.export-dantist-box {
    background-color: #ffffff87;
    box-shadow: 0px 0px 40px 0px #00000021;
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 10px;
    animation: exportmoveobject 3s infinite linear alternate;
    z-index: 2;
}

.export-dantist-box .icon-box {
    margin-right: 10px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.export-dantist-box .icon-box img {
    max-width: 78px;
    border-radius: 14px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.export-dantist-content {
    width: calc(100% - 88px);
}

.export-dantist-content span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.export-dantist-content p {
    font-size: 14px;
    color: #0e384c;
    text-transform: capitalize;
    margin: 0;
}

@keyframes exportmoveobject{
	50%{
		left: 0px;
	}
}

.ma_imga .elementor-widget-image img{
width:100% !important;
height: auto !important;
}

.pulse-image img {
  animation: pulse2 2s infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}

.ma_zag span{
	color:#1e84b5;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 99px;
    background: #0e384c;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover {
    background-color: transparent;
}

.btn-default:hover::after {
    width: 100%;
}

.btn-default:hover:before {
    transform: translate(-10px, -50%) rotate(45deg);
    background-size: 10px auto;
}

.elementor-widget-image img{
height:auto !important;
}

.ma_policy h1, .ma_policy h2, .ma_policy h3, .ma_policy h4, .ma_policy h5, .ma_policy td, .ma_policy li{
font-family: montserrat;
}

.elementor-element-ca4d870 a, .elementor-element-538b5de a{
color:#000;
}

[data-elementor-type="wp-page"]{
overflow:hidden;
}

body .modal-window__wrapper.has-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

body .modal-window__content-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
	align-items:center;
	justify-content:center;
}
.modal-window__close {
    top: 5px !important;
    right: 5px ! Important;
	border-radius:30px !Important;
}

.ma_input{
max-width:80% !Important;
width:80% !Important;
text-align:center;
border:0px !Important;
border-radius:30px !Important;
background:#f3f3f3;
font-size: 16px;
font-family: montserrat;
}
.ma_checkbox{
display: flex;
gap: 5px;
font-family: montserrat;
font-size: 12px;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}

.ma_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    outline: none;
    height: 17px;
    width: 17px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    display: inline-block;
    position: relative;
    background: #ffe600;
    border: 1px solid #ffe600;
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 0;
}
.ma_checkbox a{
text-decoration:underline;
}
.ma_checkbox input[type=checkbox].check-text:checked:after {
    content: '';
    position: absolute;
    height: 60%;
    width: 30%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-22%) rotate(45deg);
    transform: translateY(-22%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.i_tele2{
display:none;
}

.form_nazv{
font-size: 20px;
font-family: montserrat;
text-align: center;
font-weight: 500;
}

.b_but{
color: #ffffff;
font-size: 15px;
font-family: 'Montserrat';
line-height: 1.55;
font-weight: 500;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #181818;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 16px 20px;
display:flex;
text-align:center;
justify-content:center;
cursor:pointer;
}
.b_but:hover{
color: #181818;
background:#ffe600;
}

.y_but{
color: #181818;
font-size: 18px;
font-family: 'Montserrat';
line-height: 1.55;
font-weight: 600;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #ffe600;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 26px 30px;
display:flex;
justify-content:center;
cursor:pointer;
}
.y_but:hover{
color: #fff;
background:#181818;
}
.y_but2, .ma_but2{
color: #181818;
font-size: 15px;
font-family: 'Montserrat';
line-height: 1.55;
font-weight: 600;
letter-spacing: -0.1px;
border-radius: 100px;
background-color: #ffe600;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 16px 20px;
display:flex;
justify-content:center;
cursor:pointer;
}
.y_but2:hover, .ma_but2:hover{
color: #fff;
background:#181818;
}
.ma_but2{
min-width:250px;
}
.ma_text span{
font-size:14px;
}
.ma_map2, .ma_video{
border-radius:30px;
overflow:hidden;
}

.y_text span{
background:#ffe600;
padding: 0px 23px;
border-radius:30px;
}
.ma_list li{
font-family:montserrat;
}
.y_text2 span{
background:#ffe600;
color:#000;
padding: 0px 23px;
border-radius:30px;
}

.disabledContent {
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
}

.uspeh1, .uspeh2{
font-family: montserrat;
text-align: center;
font-size: 13px;
padding: 20px;
border: 1px solid #efefef;
border-radius: 30px;
}
.uspeh2{
	border: 1px solid #ff0000;
}


.t706__carticon-imgwrap {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.t706__carticon-img {
    width: 40px;
    height: 40px;
    padding: 18px 20px 22px;
    stroke: #000;
	box-sizing: content-box;
}
.t-heading_sm {
    font-size: 28px;
    line-height: 1.17;
	margin-bottom: 30px;
}
.t-text {
    font-family: 'Montserrat';
    font-weight: 300;
	font-size: 18px;
    line-height: 1.55;
}
.t-sociallinks {
    margin-top: 30px;
}
.t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0;
}
#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(30 132 181, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(30 132 181, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(30 132 181, 0);
	}
}
.t651__btn_wrapper {
position: fixed;
    bottom:50px;
    right: 50px;
    height: 60px;
    width: 60px;
	z-index:999;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
animation: pulse 2s infinite;
cursor:pointer !important;
}
.t651__icon, .t651__icon-close {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t651__popup {
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
.t651__popup-container {
    margin: 0;
    top: initial;
    left: initial;
    bottom: 125px;
    right: 100px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    background: #fff;
    position: fixed;
    z-index: 9;
    cursor: default;
    text-align: center;
    max-width: 360px;
	font-family:montserrat;
}
.t651__wrapper {
    padding: 30px 35px 40px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 65vh;
}
.t651__input-container {
    margin: 0 auto;
}
.t651__blockinput-errorbox {
    background: #F95D51;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}
.t651__blockinput-errors-text {
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    font-family: 'Montserrat';
}
.t651__blockinput-errors-item {
    padding-top: 10px;
    display: none;
    font-family: 'Montserrat';
}
.t651__blockinput-success {
    text-align: center;
    padding: 20px;
    font-family: 'Montserrat';
}
.t-input__vis-ph {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1;
    opacity: .5;
    position: absolute;
    left: 20px;
    top: 12px;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    white-space: nowrap;
}
.t651 .t-input__vis-ph {
    top: 17px;
}
.t651__blockbutton {
    vertical-align: middle;
    width: 100%;
}
.t-submit {
    font-family: 'Montserrat';
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 500;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
	text-transform: inherit;
	color:#ffffff;
	background-color:#2db965;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.t651__submit {
    height: 50px;
    padding: 0;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fa8669;
    color: #fff;
    border-width: 0;
	font-family: 'Montserrat';
}
.t-submit {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    font-family: 'P22UndergroundCYProHeavy', sans-serif !important;	
}
.t-submit:hover {
    background-color: #290b0b !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.003) !important;
}
.t651__blockinput {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
.t651__additional-info {
    margin-top: 30px;
}
.t651__text {
    margin-top: 10px;
    margin-bottom: 4px;
}
.t651__blockinput input{
margin-bottom:5px !Important;
}
.t651 .t-input_pvis {
    padding: 22px 20px 10px 20px;
}
.t651__input {
    outline: none;
    height: 50px;
}

.t-input {
    margin: 0;
	font-family: 'Montserrat';
    font-size: 100%;
    height: 50px !Important;
    padding: 0 20px;
    font-size: 16px;
    line-height: 50px !Important;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-input__vis-ph.act{
    left: 15px;
    font-size: 13px;
    top: -14px;
	font-family: 'Montserrat';
}
.shthis{
display:block !important;
}

.t651__btn-text {
position: fixed;
    right: 130px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    bottom: 40px;
    background: #292929;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.t651__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.t651__blockbutton button{
font-family:montserrat !important;
}


@media all and (max-width:1366px){
.btn-default {
    font-size: 13px;
	padding: 10px 45px 10px 15px;
}

}



@media all and (max-width:1024px){
.y_but {
    font-size: 15px;
}
body .modal-window__content-main{
	gap:0px !important;
}
.input-group label, .row label{
	font-size:12px !important;
}
.modal-window__content{
	padding:10px !important;
	top:5% !important;
}
.wpcf7 form{
	gap:5px;
}
.wpcf7.js {
    padding: 0px 10px 10px;
}
.full_width textarea{
	max-height:80px;
}
.wpcf7 .row{
	flex-direction:column;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    padding: 5px 18px;
}
}


@media all and (max-width:550px){
.modal-window__content{
max-width:320px !Important;
left:50% !important;
margin-left:-160px !Important;
padding:15px !Important;
}
.ma_checkbox{
font-size: 10px;
}
.t651__btn_wrapper {
    bottom: 10px;
    right: 10px;
}
.t651__popup-container {
    bottom: 90px;
    right: 50px;
}
.btn-default{
	display:block !important;
	min-width: 175px;
    margin: 0 auto;
}
.t651__btn_wrapper {
    height: 40px;
    width: 40px;
}
.btn-default {
    font-size: 11px;
	padding: 7px 25px 7px 13px;
}
.btn-default::before {
    width: 21px;
    height: 21px;
}
.onliner{
bottom: 70px;
right: 10px;
height: 40px;
    width: 40px;
}
.onliner a i{
font-size:24px;
}
.onliner:before {
    content: 'Написать в WhatsApp';
	left: -65px;
	width: 91px;
	font-size: 9px;
	line-height: 12px;
	top: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.wpcf7-acceptance label{
	display:flex;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    margin-left: 5px;
    line-height: 14px;
    display: inline-block;
}
.wpcf7-form br{
	display:none;
}
}