/*   
Theme Name: FeminaLight
Version: 1.0.0
Author: VladChV
Author URI: https://t.me/vladchv
*/

@font-face{font-family:Lato;font-weight:400;font-style:normal;src:url(fonts/lato-light.woff);font-display:swap;}
@font-face{font-family:Lato;font-weight:400;font-style:normal;src:url(fonts/lato-regular.woff);font-display:swap;}
@font-face{font-family:Lato;font-weight:500;font-style:normal;src:url(fonts/lato-medium.woff);font-display:swap;}
@font-face{font-family:Lato;font-weight:600;font-style:normal;src:url(fonts/lato-semibold.woff);font-display:swap;}
@font-face{font-family:Lato;font-weight:700;font-style:normal;src:url(fonts/lato-bold.woff);font-display:swap;}

@font-face{font-family:Baskerville;font-weight:400;font-style:normal;src:url(fonts/CormorantGaramond-Medium.woff);font-display:swap;}

body,html{margin:0;padding:0;width:100%;height:auto;font-family:Lato;color:#1e2428;font-size:16px;font-weight:400;background:#fff;}
body::-webkit-scrollbar{width:6px;}
body::-webkit-scrollbar-track{box-shadow:none;background:#F9F5ED;}
body::-webkit-scrollbar-thumb{background-color:#575656;outline:0px solid slategrey;}
::selection{background-color:#E2720E;color:#fff;}
::-moz-selection{background-color:#E2720E;color:#fff;}
a{text-decoration:none;color:#E2720E;transition:.2s}
a:hover{color:#575656;}
b{font-weight:700;}
*{box-sizing:border-box}
div{display:flex;flex-direction:column;}
section{display:flex;flex-direction:column;width:100%;}
img{max-width:100%;height:auto;}
footer{margin-top:auto;}
select{cursor:pointer;}
input[type="text"],input[type="search"],input[type="password"],input[type="date"],input[type="tel"],input[type="email"],textarea,select,.styled-select{display:flex;width:100%;height:55px;align-items:center;border-radius:4px;border:1px solid rgba(255,255,255,.8);padding:0 20px;font-weight:400;outline:none;color:#fff;transition:.2s;font-size:16px;background:rgba(0,0,0,.05);font-family:Lato;}
input[type="date"]{justify-content:space-between;}
input[type="date"]::-webkit-calendar-picker-indicator{filter:invert(1);position:absolute;right:35px;cursor:pointer;}
textarea{padding:20px 22px;height:120px;resize:none;}
input::placeholder,textarea::placeholder,input[type=date]:invalid::-webkit-datetime-edit{font-size:16px;font-family:Lato;transition:.2s;color:rgba(255,255,255,.8);line-height:1.3;}
input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer}
input:focus::placeholder,textarea:focus::placeholder{color:rgba(255,255,255,.0);}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type=date]:focus,input[type="password"]:focus,textarea:focus,select:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text:focus{box-shadow:0 0 1px 5px rgba(0,0,0,.1);}
input:disabled{color:rgba(39,76,145,.3);}
fieldset{border-color:#eee;border-style:solid;border-width:1px;border-radius:3px;}
legend{padding:0 10px;}
i{font-style:normal;}
iframe,iframe body{display:block;width:100%;border:0px;max-width:100%;overflow-x:hidden;}
svg{transition:.2s;}
input.errorr,input.error,textarea.error,select.error{border-color:rgba(255,0,0,.5)!important;}
input.good.valid,input.good.valid{border-color:green!important;}
.button:disabled{cursor:not-allowed!important;opacity:.7!important;}
.check{padding:0 20px;}
.check input,.radios input{display:none;}
.check input + label,.radios input + label{position:relative;padding:0 0 0 34px;cursor:pointer;}
.check input + label:before,.radios input + label:before{content:'';position:absolute;top:0;left:0;box-sizing:border-box;width:24px;height:24px;border-radius:5px;border:1px solid #E99038;background:#fff;transition:.2s;}
.check input.error + label:before,.radios input.error + label:before{border-color:rgba(255,0,0,.5)!important;}
.check input + label:after,.radios input + label:after{content:'';position:absolute;top:4px;left:4px;box-sizing:border-box;width:16px;height:16px;border-radius:3px;border:1px solid #E99038;background:#fff;background:#E99038;transition:.2s;transform:scale(0);}
.check input:checked + label:after,.radios input:checked + label:after{transform:scale(1);}
.radios input + label:before,.radios input + label:after{border-radius:100%;}

@-moz-document url-prefix() {
html,body,.facetwp-type-checkboxes,.options{scrollbar-color:#575656 #F9F5ED;scrollbar-width:thin;}
}

form{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:space-between;}
form>*{margin:0;}
form>*:not(:last-child){margin-bottom:20px;}
form option{color:#575656;}
form .button{font-family:Lato;text-align:center;justify-content:center;}

table{border:0px;border-spacing:0px;width:100%;margin:0 auto;}
table td,table th{padding:10px 10px;text-align:left;border:0px!important;}
table thead th,.xl118702{background:#E2720E;text-transform:uppercase;font-size:16px;font-weight:500;color:#fff;}
table thead th:first-child{border-radius:10px 0 0 0;}
table thead th:last-child{border-radius:0 10px 0 0;}
table td{background:rgba(10,10,10,.025);}
table tr:nth-child(even) td{background:rgba(255,255,255,.03);}
table tr:last-child td:first-child{border-radius:0 0 0 10px;}
table tr:last-child td:last-child{border-radius:0 0 10px 0;}
table td.delete,table td.edit{padding:5px 20px;width:80px;}
table .button.delete,.button.small.edit{width:40px;height:40px;padding:0;}
.button.small.edit svg{margin:0;}
table .button.delete svg,form .prize-row .delete svg{margin:0;width:48px;height:48px;}
table th svg{width:24px;height:24px;}
table th.wait svg>*{stroke:#F3E75F;}
table th.success svg>*{stroke:#50B09E;}
table .center{text-align:center;}
table td.empty,table td.error,table td.wait,table td.success,table td.moderation{position:relative;padding-left:35px;}
table td.empty:before,table td.error:before,table td.wait:before,table td.success:before,table td.moderation:before{content:'';position:absolute;left:5px;top:50%;height:20px;width:20px;border-radius:6px;display:flex;transform:translateY(-50%);}
table td.empty:before,table td.error:before{background:rgba(247,100,99, .5)!important;}
table td.wait:before{background:#71A3E2!important;}
table td.moderation:before{background:rgba(243, 231, 95,.5)!important;}
table td.success:before{background:rgba(80, 176, 158,.5)!important;}
table td.statuses{font-size:12px;text-transform:uppercase;white-space:nowrap;}
table td.td-comment{font-size:15px;}
table .toggle-text{font-size:12px;cursor:pointer;color:rgba(255, 255, 255, .3);display:flex;margin:10px auto 0 0;border-bottom:1px dashed rgba(255, 255, 255, .3);}
table .toggle-text:hover{color:#50B09E;}
.xl118702{background:#E2720E;color:#fff;font-weight:600;text-align:center;}
.xl140702,.xl151702,.xl154702{font-weight:600;text-align:center;}
table.prices{margin-top:50px;}
table.prices td:nth-child(3){white-space:nowrap;}
table.prices strong{white-space:nowrap;color:#E2720E;display:block;width:100%;text-align:center;}

.button{display:flex;flex-direction:row;width:auto;height:55px;align-items:center;margin:0 auto 0 0;border:0px;border-radius:4px;font-size:12px;text-transform:uppercase;line-height:1;white-space:nowrap;color:#fff;text-decoration:none;transition:.2s;position:relative;overflow:hidden;padding:0 30px;font-weight:700;cursor:pointer;background:#E2720E;justify-content:center;text-align:center;font-family:Lato;font-weight:700;line-height:1;letter-spacing:2px;text-transform:uppercase;}
.button.orange,.button.add-to-cart.large{font-size:32px;height:80px;border-radius:90px;padding:0 45px;background:#E99038;color:#fff;line-height:1;letter-spacing:0;}
.button:hover,.button.add-to-cart.large,.button.add-to-cart.small{background:#575656;color:#fff;}
.button.add-to-cart.large{width:100%;margin:40px 0 0 0;border:5px solid transparent;box-shadow:inset 0 0 0 0px #fff;}
.button.add-to-cart.small{padding:0;width:60px;height:60px;min-width:60px;border-radius:100%;position:absolute;bottom:20px;right:20px;opacity:0;visibility:hidden;box-shadow:inset 0 0 0 0px #fff;border:3px solid transparent;transform:scale(0);}
.button.add-to-cart.small.more{width:auto;background:#fff;color:#575656;border:2px solid #575656;right:50%;border-radius:30px;padding:0 30px;font-size:20px;font-weight:700;transform:scale(0) translateX(50%);transform-origin:100% 50%;}
.button.add-to-cart.large:hover{box-shadow:inset 0 0 0 5px #fff;}
.button.add-to-cart.small:hover{box-shadow:inset 0 0 0 3px #fff;}
.button.add-to-cart.small.more:hover{background:#575656;color:#fff;box-shadow:none;}

.w-20{width:20%;}
.w-25{width:25%;}
.w-33{width:33.33%;}
.w-50{width:50%;}
.w-75{width:75%;}
.w-100{width:100%;}

form .w-50{width:calc(50% - 10px);}
form .w-33{width:calc(33.33% - 13.33px);}

.section-title{margin:0;padding:0;font-family:Baskerville;text-transform:uppercase;font-size:40px;font-weight:400;line-height:1.1;}
.section-title.center{text-align:center;width:100%;justify-content:center;align-items:center;}
.section-title.with-line{margin:0 0 20px 0;padding:0 0 20px 0;position:relative;}
.section-desc{margin:20px auto 0 0;padding:0 0 40px 0;width:100%;max-width:800px;position:relative;}
.section-desc:after{content:'';width:60px;height:3px;background:#E2720E;display:flex;position:absolute;bottom:0;left:0;}
.section-title.with-line:after{content:'';width:65px;height:2px;background:#E6BB8E;position:absolute;bottom:0;left:50%;margin-left:-32.5px;}

.content{width:100%;height:auto;min-height:100vh;max-width:100%;overflow-x:hidden;margin:0 auto;padding:163px 0 0 0;position:relative;}
.container{width:100%;flex-direction:column;max-width:1210px;padding:0 20px;margin:0 auto;position:relative;z-index:2;}

section{padding:80px 0;}

.only-text{display:block;line-height:1.5;font-size:16px;}
.only-text>*{margin:0;}
.only-text>*:not(:last-child){margin-bottom:10px;}
.only-text ul{list-style:none;padding:0 0 0 20px;}
.only-text ul li{position:relative;padding:0 2px 0 16px;}
.only-text ul li:before{content:'';width:8px;height:8px;border-radius:2px;background:#E99038;position:absolute;top:8px;left:0;}
.only-text h1,.only-text h2,.only-text h3,.only-text h4{font-family:Baskerville;font-weight:400;}

.inner-content .text.only-text img{display:block;object-fit:contain;}
.inner-content .text.only-text iframe{aspect-ratio:16/9;}
.only-text .aligncenter{margin:0 auto;}
.only-text .alignleft{float:left;margin:0 40px 30px 0;}
.only-text .alignright{float:right;margin:0 0 30px 40px;}

.modal{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:fixed;top:0;left:0;background:rgba(10,10,10,.6);z-index:99999;opacity:0;visibility:hidden;transition:.2s;}
.modal-body{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:auto;max-width:calc(100% - 40px);max-height:calc(100% - 100px);padding:50px 40px 50px 40px;background:#fff;transition:.2s ease-in-out;color:#101010;border:5px solid rgba(255,255,255,.5);border-radius:4px;opacity:0;box-shadow:0 10px 20px rgba(0,0,0,.1);}
.modal.visible{opacity:1;visibility:visible;}
.modal.visible .modal-body{top:50%;transform:translate(-50%,-50%);opacity:1;}
.modal-close{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:20px;top:20px;width:28px;height:28px;background:none;z-index:5;transition:.2s;cursor:pointer;background:none;border-radius:100%;}
.modal-close svg{width:26px;height:26px;max-width:26px;}
.modal-close svg path{stroke:#101010;transition:.2s;}
.modal-close:hover svg{transform:rotate(-180deg);}
.modal-close:hover line{stroke:#101010;}
.modal .text{width:100%;max-height:100%;flex-grow:1;overflow-y:auto;padding:0 10px;}
.modal .text::-webkit-scrollbar{width:6px;}
.modal .text::-webkit-scrollbar-track{box-shadow:none;background:#F9F5ED;}
.modal .text::-webkit-scrollbar-thumb{background-color:#575656;outline:0px solid slategrey;}
.modal .modal-desc{display:block;font-size:18px;line-height:1.3;}
.modal .text.center{text-align:center;}
.modal .text.center p{font-size:20px;color:#101010;margin:5px 0;}
.modal .modal-title{position:relative;font-weight:400;font-size:30px;font-family:Baskerville;padding:0 0 10px 0;text-transform:uppercase;text-align:center;}
.modal .modal-title:last-child{padding-bottom:0px;}
.modal-body .icon{justify-content:center;align-items:center;margin:0 0 10px 0;}
.modal .icon svg{display:none;}
.modal.success .success{display:block;}
.modal.error .error{display:block;}
.modal-info .modal-body,.modal-order .modal-body{max-width:400px;}
.modal-promo .modal-title{text-align:left;text-transform:uppercase;padding:0 30px 0 0;font-size:22px;}
.modal input[type="text"],.modal input[type="password"],.modal input[type="tel"],.modal input[type="email"],.modal select,#commentform textarea,#commentform input:not([type="submit"]),.woocommerce-billing-fields input{background:#f8f8f8;height:60px;border:0px;}
#commentform input[type="file"]{height:auto;background:none!important;margin:0 0 0 10px;}
.modal input[type="text"]:focus,.modal input[type="tel"]:focus,.modal input[type="email"]:focus,.modal textarea:focus,.modal select:focus,#commentform input:not([type="submit"]):focus,#commentform textarea:focus,.woocommerce-billing-fields input:focus{box-shadow:0 0 1px 5px #e5e5e5;}
.modal .button{width:100%;}

.dgwt-wcas-suggestions-wrapp{top:74px!important;position:fixed!important;}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1;overflow:hidden;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage-outer{width:100%;position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%;}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .2s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .2s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-stage {flex-direction:row;}
.owl-dots{flex-direction:row;justify-content:center;padding:30px 20px 0 20px;position:relative;z-index:9;bottom:0;left:0;width:100%;}
.owl-dots button{width:12px;height:12px;border-radius:100%;background:none!important;border:2px solid #fff!important;margin:0 5px;transition:.2s;}
.owl-dots button.active{background:#fff!important;}
button.owl-prev,button.owl-next,.article-nav a{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:100%;z-index:5;background:#575656!important;display:flex;align-items:center;justify-content:center;transition:.2s;opacity:0;visibility:hidden;padding:0px;overflow:hidden;}
button.owl-prev span,button.owl-next span{display:flex;height:100%;width:100%;align-items:center;justify-content:center;}
.owl-carousel .owl-nav.disabled svg{width:29px;height:29px;}
button.owl-prev{left:-10px;transform:translateY(-50%);}
button.owl-next{right:-10px;}
button.owl-prev svg,button.owl-next svg{fill:#FFAF00;transition:.2s;}
button.owl-prev svg,button.owl-next svg,button.owl-prev path,button.owl-next path{fill:#fff;position:relative;z-index:9;}
.owl-carousel:hover button.owl-prev{left:40px;opacity:1;visibility:visible;}
.owl-carousel:hover button.owl-next{right:40px;opacity:1;visibility:visible;}
.owl-carousel{opacity:0;transition:.2s;}
.owl-carousel.owl-loaded{opacity:1;}
button.owl-prev:hover::before,button.owl-next:hover::before{box-shadow:none!important}

[class*=lightcase-icon-]:before{font-family:lightcase,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}
.lightcase-icon-close:before{content:'\2715'}
.lightcase-icon-prev:before{content:'\276E'}
.lightcase-icon-next:before{content:'\276F'}
@-webkit-keyframes lightcase-spin {
0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
@-moz-keyframes lightcase-spin {
0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
@-o-keyframes lightcase-spin {
0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
@-ms-keyframes lightcase-spin {
0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes lightcase-spin {
0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}
}
#lightcase-case{display:none;position:fixed;z-index:999999;top:50%;left:50%;line-height:1.4;overflow:hidden;}
@media screen and (max-width:640px) {
html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px;width:100%!important;height:100%!important;overflow:auto!important}
}
@media screen and (min-width:641px) {
html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background:none;-webkit-backface-visibility:hidden}
html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background:none}
}
html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}
@media screen and (max-width:640px) {
html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}
}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
@media screen and (max-width:640px) {
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{padding:15px}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe){height:auto!important;max-height:none!important}
}
@media screen and (max-width:640px) {
html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}
}
@media screen and (max-width:640px) and (min-width:641px) {
html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}
@media screen and (max-width:640px) {
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}
}
@media screen and (min-width:641px) {
html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
}
@media screen and (max-width:640px) {
#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}
}
@media screen and (min-width:641px) {
#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}
}
#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}
@media screen and (max-width:640px) {
#lightcase-case p.lightcase-error{padding:30px 0}
}
@media screen and (min-width:641px) {
#lightcase-case p.lightcase-error{padding:0}
}
.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}
#lightcase-info{position:absolute;padding-top:15px}
#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}
#lightcase-info #lightcase-title{font-size:17px;color:#aaa}
@media screen and (max-width:640px) {
#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}
}
#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}
#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}
@media screen and (max-width:640px) {
.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}
html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}
}
#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;-moz-animation:lightcase-spin .5s infinite linear;-o-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}
#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}
#lightcase-loading>span{display:inline-block;text-indent:-9999px}
a[class*=lightcase-icon-]{position:fixed;z-index:999999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:0;cursor:pointer}
a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255,255,255,.5);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}
a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}
a[class*=lightcase-icon-]:hover{color:#fff;}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover{color:#fff;}
a[class*=lightcase-icon-].lightcase-icon-close{color:rgba(255,255,255,.5);position:fixed;top:20px;right:20px;bottom:auto;margin:0;opacity:0;outline:0}
a[class*=lightcase-icon-].lightcase-icon-close:hover{color:#fff}
a[class*=lightcase-icon-].lightcase-icon-prev{left:15px;font-size:30px;}
a[class*=lightcase-icon-].lightcase-icon-next{right:15px;font-size:30px;}
a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-.5em}
@media screen and (min-width:641px) {
a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}
}
@media screen and (max-width:640px) {
a[class*=lightcase-icon-]{bottom:15px;font-size:24px}
}
@media screen and (min-width:641px) {
a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-.5em}
#lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover{opacity:1}
}
#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:99999;top:-9999px;bottom:-9999px;left:0;background:rgba(10,10,10,1);}
@media screen and (max-width:640px) {
#lightcase-overlay{opacity:1!important}
}

select{display:none;}
select.error+div{border-color:rgba(255,0,0,.5)!important;}
.select{position:relative;}
.select .options{position:absolute;top:calc(100% + 3px);left:0;background:#fff;width:100%;height:auto;z-index:9;display:none;color:#575656;padding:0px;list-style:none;margin:0;border-radius:4px;overflow:hidden;box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.15);max-height:240px;overflow-x:hidden;overflow-y:auto;}
.select .options::-webkit-scrollbar{width:6px;}
.select .options::-webkit-scrollbar-track{box-shadow:none;background:#F9F5ED;}
.select .options::-webkit-scrollbar-thumb{background-color:#575656;outline:0px solid slategrey;}
.select .options li{height:48px;display:flex;padding:0 20px;width:100%;align-items:center;cursor:pointer;font-weight:400;font-size:16px;transition:.2s;}
.select .options li:hover{background:#f5f5f5;}
.select .options li:not(:last-child){border-bottom:1px solid #eee;}
.select .options li.disabled-option{color:#ccc;}
.styled-select{appearance:none;-webkit-appearance:none;width:100%;flex-direction:row;align-items:center;}
.styled-select.not-selected{color:rgba(0,0,0,.3);color:#fff;}
.styled-select{flex-direction:row;cursor:pointer;position:relative;}
.custom-select:hover, .custom-select:focus{border-color:#575656;}
.styled-select .icon{display:flex;position:absolute;right:20px;top:0px;height:100%;align-items:center;justify-content:center;}
.styled-select .icon *{fill:#fff;}

header{display:flex;flex-direction:column;width:100%;align-items:center;position:fixed;top:0;left:0;z-index:99;transition:.2s;}
header .logo{display:flex;width:245px;min-width:245px;}
header.min{box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.15);}
header.min.top{top:-58px;}
.admin-bar header{top:32px;}
.admin-bar header.min.top{top:-26px;}
#wp-toolbar{display:block;}

.header-wrap{flex-direction:row;height:100%;align-items:center;justify-content:space-between;}
header .top-line{width:100%;background:#F9F9F9;height:58px;color:rgba(66, 71, 76, 0.8);font-weight:400;}
header .top-line div{height:100%;}
header .top-line .item{height:100%;justify-content:center;}
header .top-line .column{height:100%;flex-direction:row;align-items:center;}
header .top-line .item:not(:last-child){padding-right:20px;margin-right:20px;border-right:1px solid rgba(66, 71, 76, 0.1);}
header .top-line a{font-weight:700;color:rgba(66, 71, 76, 0.8);}
header .top-line a:hover{font-weight:700;color:rgba(66, 71, 76, 1);}
header .top-line svg{fill:rgba(66, 71, 76, 1);}
header .top-line a:hover svg{fill:rgba(66, 71, 76, 0.8);}

.socials a{display:flex;}
.socials{height:100%;flex-direction:row;align-items:center;}
.socials a:not(:last-child){margin-right:10px;}

header .bottom-line{flex-direction:row;width:100%;height:105px;align-items:center;background:#E2720E;}
header .bottom-line .container{height:100%;}
.button.white{background:#fff;color:#E2720E;}
.button.white:hover{background:#575656;color:#fff;}

.btn-menu{display:none;}

.top-menu{width:auto;flex-direction:row;height:100%;align-items:center;margin:0 auto;}
.top-menu ul{display:flex;flex-direction:row;align-items:center;list-style:none;padding:0;margin:0;}
.top-menu ul>li,.top-menu ul>li>a{display:flex;height:100%;align-items:center;position:relative;}
.top-menu a{font-family:Lato;font-weight:400;font-size:18px;color:#fff;line-height:1;position:relative;z-index:2;display:flex;width:100%;height:auto;padding:10px 20px;align-items:center;}
.top-menu a:not(:last-child){margin-bottom:0px;}
.top-menu .inner,.top-menu ul{height:100%;}
.top-menu ul>li>a:after{content:'';width:100%;height:0px;position:absolute;bottom:0;left:0;background:#E6BB8E;transition:.2s;}
.top-menu ul>li>a:hover::after{height:4px;}

.top-banner{padding:0;}
.top-banner .item{padding:80px 0;min-height:52vh;justify-content:center;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;color:#706F6F;height:100%;}
.top-banner .owl-dots{position:absolute;top:auto;bottom:50px;}
.top-banner .pre-title{font-size:24px;text-transform:uppercase;padding:30px 0 0 0;position:relative;}
.top-banner .pre-title:before{content:'';display:flex;width:100px;height:3px;background:#E2720E;position:absolute;top:-4px;left:0;}
.top-banner .title{font-size:74px;font-family:Baskerville;padding:0 0 20px 0;}
.top-banner .desc{width:100%;max-width:50%;font-size:18px;padding:0 0 40px 0;}

.index-info{padding:0;}
.index-info-wrap{flex-direction:row;flex-wrap:wrap;color:#fff;}
.index-info-wrap .item{width:33.33%;padding:40px 50px;position:relative;border-top:6px solid #E2720E;}
.index-info-wrap .item:nth-child(1){background:#575656;padding-left:80px;}
.index-info-wrap .item:nth-child(2){background:#706f6f;border-color:#e59749;}
.index-info-wrap .item:nth-child(3){background:#898888;padding-right:80px;border-color:#E6BB8E;}
.index-info-wrap .item .desc{color:rgba(255,255,255,.8);font-weight:400;}
.index-info-wrap .title{font-size:40px;text-align:center;font-family:Baskerville;padding:0 0 20px 0;text-transform:uppercase;}
.index-info-wrap .item.with-menu .menu-info{margin:50px 0 0 0;}
.index-info-wrap .item.with-menu .menu-info a:not(:last-child){margin-bottom:20px;}
.index-info-wrap .item.with-menu .menu-info a{color:#fff;text-transform:uppercase;}
.index-info-wrap .item.with-menu .menu-info a:hover{color:#E6BB8E;}
.index-info-wrap .item.with-photo{padding-top:50px;}
.index-info-wrap .item.with-photo img{width:100%;max-width:300px;object-fit:contain;margin:0 auto 30px auto;padding:10px;border:1px solid rgba(255,255,255,.5);}

.advantages-wrap{flex-direction:row;flex-wrap:wrap;width:calc(100% + 20px);margin:40px -10px 0 -10px;}
.advantages-wrap .item{width:33.33%;padding:10px;}
.advantages-wrap .inner{display:flex;flex-direction:row;}
.advantages-wrap .icon{width:78px;height:78px;min-width:78px;margin:0 20px 0 0;}
.advantages-wrap .icon img{width:100%;height:100%;object-fit:cover;border-radius:100%;}
.advantages-wrap .title{font-size:23px;color:#E2720E;font-family:Baskerville;transition:.2s;}
.advantages-wrap .desc{margin:10px 0 0 0;color:#1e2428;font-weight:400;}
.advantages-wrap .inner:hover .title{color:#1e2428;}

.glav{padding:0;background-size:50%;position:relative;}
.glav .before{position:absolute;top:0;left:0;width:50%;height:100%;background-size:cover;z-index:0;}
.glav .after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(244, 244, 244, .6) 0%, #F4F4F4 45%, #FFF 100%);z-index:1;}
.glav-wrap{flex-direction:row;flex-wrap:wrap;}
.glav-wrap .column{width:50%;}
.glav-wrap .column.left{width:50%;}
.glav-wrap .image{margin:80px auto 80px auto;width:75%;aspect-ratio:1/1;border-radius:100%;overflow:hidden;border:10px solid #fff;}
.glav-wrap .column.right{padding:80px 0;}
.glav-wrap .text{margin:20px 0 0 0;font-weight:400;}
.glav-wrap .section-desc{font-size:25px;font-weight:500;padding:30px 0 0 0;}
.glav-wrap .section-desc:after{bottom:auto;top:0;}
.glav-wrap .button{margin:40px auto 0 0;}

.promo-large{padding:0;color:#fff;background-size:cover;background-position:50% 50%;}
.promo-large .mask{padding:80px 0;background:rgba(87, 86, 86, .8);}
.promo-large-wrap{align-items:center;}
.promo-large .icon{width:34px;height:34px;align-items:center;justify-content:center;margin:0 auto 20px auto;}
.promo-large .desc{margin:30px 0 0 0;padding:30px 0 0 0;position:relative;font-size:20px;font-weight:400;}
.promo-large .desc:before{content:'';width:65px;height:2px;background:#fff;display:flex;position:absolute;top:0;left:50%;margin-left:-50px;}
.promo-large .tel{font-size:60px;font-weight:600;margin:10px 0 0 0;color:#fff;}
.promo-large .tel:hover{color:#E6BB8E;}
.promo-large .tel span{font-weight:400;}

footer{padding:80px 0;background:#575656;color:#fff;font-weight:400;}
.footer-wrap{width:calc(100% + 20px);margin:0 -20px 0 -20px;flex-direction:row;flex-wrap:wrap;}
.footer-wrap .column{width:50%;padding:0 20px;}
.footer-wrap .socials{margin:30px 0 auto auto;height:auto;}
.footer-wrap .socials svg{fill:#fff;}
.footer-wrap .infos{margin:39px 0 0 auto;text-align:right;}
.footer-wrap .infos span:not(:last-child){margin-bottom:8px;}
.footer-wrap .copyright{margin:0 0 20px 0;}
.footer-wrap + .footer-wrap{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:30px;}
.footer-wrap .footer-dop a{color:#fff;border-bottom:1px solid rgba(255,255,255,.5);}
.footer-wrap .footer-dop a:hover{color:rgba(255,255,255,.5);}
.footer-wrap .column.left{width:70%;}
.footer-wrap .column.right{width:30%}
.footer-menu ul{margin:0 0 0 auto;padding:0;list-style:none;display:flex;flex-direction:column;}
.footer-menu li{display:flex;}
.footer-menu li:not(:last-child){margin-bottom:5px;}
.footer-menu a{color:#fff;font-size:14px;}
.footer-menu a:hover{color:rgba(255,255,255,.5);}

.s-map{padding:0;}
.map{height:400px;}
#map canvas{filter:grayscale(100%)!important;}
[class*="ymaps-"][class*="-ground-pane"]{filter:grayscale(100)!important;}

.s-callback{background:#E2720E;color:#fff;}
.s-callback .form{margin:20px 0 0 0;}

.news-wrap{flex-direction:row;flex-wrap:wrap;width:calc(100% + 20px);margin:20px -10px 0 -10px;}
.news-wrap .item{width:50%;padding:10px;}
.news-wrap .inner{display:flex;flex-direction:column;width:100%;color:#1e2428;}
.news-wrap .text-inner{display:flex;flex-direction:column;font-weight:400;}
.news-wrap .title{font-family:Baskerville;font-size:30px;color:#E2720E;transition:.2s;}
.news-wrap .meta{font-size:14px;color:rgba(66,71,76,0.5);padding:10px 0 20px 0;font-weight:400;}
.news-wrap .inner:hover .title{color:#1e2428;}

.inner-top{background:#e0d9d2;padding:40px 0;}
.breadcrumb{font-size:18px;font-weight:400;}
.breadcrumb a{color:#1e2428;}
.breadcrumb a:hover{opacity:.6;}
.breadcrumb p{margin:10px 0 0 0;}
.breadcrumb .breadcrumb_last{opacity:.6;}

.inner-content .section-title{font-size:50px;}
.inner-content .meta{flex-direction:row;margin:0 0 20px 0;font-size:15px;font-weight:400;}
.inner-content .meta>*:not(:last-child){margin-right:20px;}
.inner-content .meta a:hover{color:#1e2428;}
.inner-content .text{font-size:18px;font-weight:400;}
.inner-content .only-text>*:not(:last-child){margin-bottom:25px;}
.inner-page-wrap.with-sidebar{flex-direction:row;}
.inner-page-wrap.with-sidebar .inner-content{width:calc(100% - 370px);padding:0 40px 0 0;}
.sidebar{width:370px;}
.sidebar .widget:not(:last-child){margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #ebeced;}
.blog .news-wrap{margin:0;}
.widget-title{font-size:26px;font-family:Baskerville;margin:0 0 20px 0;text-transform:uppercase;}

.facetwp-pager{flex-direction:row;align-items:center;}
.facetwp-pager>*{width:50px;height:50px;border-radius:4px;display:flex;min-width:50px;background:#E0D9D2;margin-top:50px;align-items:center;justify-content:center;font-size:18px;font-weight:400;color:#1e2428;}
.facetwp-pager>*:not(:last-child){margin-right:10px;}
.facetwp-pager>*.active{background:#E2720E;color:#fff;}
.facetwp-pager>*.dots{background:none;}
.facetwp-pager>*:not(.dots){cursor:pointer;}

.search-form{flex-direction:row;align-items:center;}
.search-form .button{padding:0;width:40px;height:40px;margin:0 0 0 10px;}
.search-form input{height:40px;width:calc(100% - 50px);margin:0;background:#fff;border:1px solid #ebeced;color:#1e2428;}
.search-form input::placeholder{color:#1e2428;}
.search-form input:focus::placeholder{color:transparent;}
.search-form .button svg{fill:#fff;}

.recent-posts .item:not(:last-child){margin-bottom:25px;}
.recent-posts .item a{font-size:20px;font-family:Baskerville;color:#1e2428;}
.recent-posts .item a:hover{color:#E2720E;}
.recent-posts .item .meta .date{flex-direction:row;align-items:center;color:#A1A2A4;font-size:14px;font-weight:400;margin:8px 0 0 0;}
.recent-posts .item .meta svg{width:16px;height:16px;margin:-4.5px 5px 0 0;}

.prev-next{margin:80px -20px 0 -20px;width:calc(100% + 40px);}
.prev-next .inner{flex-direction:row;width:100%;}
.prev-next .inner>*{width:50%;padding:0 20px;align-items:center;flex-direction:row;display:flex;padding:80px 0 0 0;border-top:1px solid #ebeced;}
.prev-next svg{width:24px;height:24px;min-width:24px;fill:#A1A2A4;transition:.2s;}
.prev-next .text{display:flex;flex-direction:column;width:100%;text-transform:uppercase;font-size:14px;color:#E2720E;font-weight:500;}
.prev-next .text .title{text-transform:none;font-family:Baskerville;font-size:26px;color:#575656;transition:.2s;}
.prev-next .next svg{margin:0 0 0 20px;}
.prev-next .prev svg{margin:0 20px 0 0;}
.prev-next .inner a:hover svg{fill:#575656;}
.prev-next .inner a:hover .title{color:#E89039;}
.prev-next .next{text-align:right;}

.doctors{background:#F4F3F1;}
.doctors-wrap{flex-direction:row;flex-wrap:wrap;width:calc(100% + 40px);margin:30px -20px 0 -20px;}
.doctors-wrap .item{width:50%;padding:20px;}
.doctors-wrap .inner{display:flex;color:#1e2428;flex-direction:row;align-items:flex-start;}
.doctors-wrap .image{width:200px;height:200px;display:flex;align-items:center;justify-content:center;}
.doctors-wrap .image img{width:100%;height:100%;object-fit:cover;}
.doctors-wrap .text{width:calc(100% - 200px);height:100%;padding:0 0 0 30px;display:flex;flex-direction:column;}
.doctors-wrap .spec{color:rgba(66,71,76,0.4);font-size:13px;line-height:1.4;text-transform:uppercase;font-weight:400;margin:0 0 5px 0;}
.doctors-wrap .name{font-weight:500;font-size:20px;margin:0 0 15px 0;transition:.2s;}
.doctors-wrap .desc{font-size:16px;line-height:1.3!important;font-weight:400;}
.doctors-wrap .meta{margin:auto 0 0 0;}
.doctors-wrap .meta>span{display:flex;align-items:center;font-size:14px;}
.doctors-wrap .meta svg{width:16px;height:16px;min-width:16px;fill:#E2720E;margin:-2px 7px 0 0;}
.doctors-wrap .inner:hover .name{color:#E2720E;}

.inner-page-specialist .image{margin:0 0 50px 0;}
.inner-page-specialist .section-title.with-line{font-size:26px;font-family:Lato;}
.inner-page-specialist .section-title.with-line:after{left:0;margin:0;}
.inner-page-specialist .text{margin:20px 0 0 0;}

.widget.meta{background:#575656;color:#fff;padding:30px;}
.widget.meta .widget-title{color:rgba(255,255,255,.8);font-family:Lato;text-transform:none;}
.spec-metas .item{padding:20px 0;flex-direction:row;width:100%;align-items:flex-start;justify-content:space-between;font-size:14px;font-weight:400;}
.spec-metas .item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.3);}
.spec-metas .item span:first-child{margin-right:20px;}
.spec-metas .item span:last-child{text-align:right;}
.widget.meta .button{margin:30px auto 0 auto;}
.widget.meta .button:hover{background:#fff;color:#575656;}

.diploms{margin:50px 0 0 0;}
.diploms-wrap,.reviews-wrap,.services-wrap{margin:20px -10px 0 -10px;flex-direction:row;flex-wrap:wrap;width:calc(100% + 20px);}
.diploms-wrap .item{width:33.33%;padding:10px;}
.diploms-wrap .inner{display:flex;align-items:center;justify-content:center;width:100%;}
.diploms-wrap .inner img{width:100%;object-fit:cover;aspect-ratio:16/10;}

.widget.w-line{border-top:7px solid #E2720E;padding:30px;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);}
.widget .w-phone-title{font-size:26px;color:#E2720E;margin:0 0 15px 0;}
.widget .w-phone-desc{font-weight:400;margin:25px 0 0 0;}

.widget .w-phone-phone{display:flex;align-items:center;font-family:Baskerville;font-size:35px;color:#575656;font-weight:700;}
.widget .w-phone-phone svg{width:35px;height:35px;min-width:35px;margin:0 20px -8px 0;}
.widget .w-phone-phone:hover{color:rgba(66, 71, 76, 0.6);}

.add-review{margin:50px 0 0 0;}
.add-review input, .add-review textarea,.modal input,.modal textarea{color:#575656;}
.add-review input::placeholder, .add-review textarea::placeholder,.modal input::placeholder,.modal textarea::placeholder{color:#575656;opacity:.6;}
.add-review input:focus::placeholder, .add-review textarea:focus::placeholder,.modal input:focus::placeholder,.modal textarea:focus::placeholder{color:#575656;opacity:0;}
.modal-callback .modal-body{max-width:420px;}
.modal form{margin-top:10px;}

.reviews-wrap .item{width:50%;padding:20px;background:none;}
.reviews-wrap{margin:10px -20px 0 -20px;margin-top:0px;width:calc(100% + 40px);}
.review .meta{flex-direction:column;margin-top:20px;}
.review .title{font-weight:600;text-transform:uppercase;}
.review .date{margin:5px 0 0 0;}

.s-reviews{background-size:cover!important;background-repeat:no-repeat!important;background-position:100% 0%!important;color:#fff;}
.s-reviews-wrap{width:50%;margin:0 0 0 auto;}
.s-reviews .section-title.with-line:after{left:0;margin:0;}
.reviews-slider{margin:50px 0 0 0;}
.reviews-slider .desc{margin:0 0 20px 0;font-size:25px;font-weight:400;font-style:italic;}
.reviews-slider .date{font-size:14px;font-weight:400;}


.services-wrap .item{width:33.33%;padding:10px;}
.services-wrap .inner{display:flex;flex-direction:column;align-items:center;width:100%;color:#1e2428;}
.services-wrap .image{display:flex;width:100%;height:260px;align-items:center;justify-content:center;}
.services-wrap .image img{width:100%;height:100%;object-fit:cover;border-radius:6px;}
.services-wrap .title{display:flex;margin:35px 0 20px 0;text-align:center;font-size:30px;justify-content:center;font-family:Baskerville;}
.services-wrap.services-slider .item{width:100%;}
.services-wrap .desc{display:block;text-align:center;width:100%;max-width:80%;margin:0 auto;font-weight:400;}
.services-wrap .more{display:flex;width:auto;font-weight:600;margin:20px auto 0 auto;font-size:14px;text-transform:uppercase;color:#E2720E;letter-spacing:1px;transition:.2s;align-items:center;}
.services-wrap .more svg{width:15px;height:15px;min-width:15px;margin:-2px 0 0 5px;fill:#E2720E;transition:.2s;}
.services-wrap .inner:hover .more{color:#1e2428;}
.services-wrap .inner:hover svg{fill:#1e2428;}
.services-wrap.services-slider .owl-dots button{border-color:#C5CBCF!important}
.services-wrap.services-slider .owl-dots button.active{background:#C5CBCF!important}
.inner-service .section-title{margin-bottom:40px;}

.services .services-wrap .item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){margin-top:30px;}

.pre-contacts{padding:0px;}
.pre-contacts-wrap{flex-direction:row;flex-wrap:wrap;}
.pre-contacts .column{width:50%;padding:80px 0;}
.pre-contacts .column:not(.image){padding-right:40px;}
.pre-contacts .column.image{position:relative;}
.pre-contacts .column.image img{position:absolute;left:0;width:50vw;top:0;height:100%;max-width:50vw;object-fit:cover;}
.map-text .section-title{font-family:Lato;text-align:left;font-size:25px;font-weight:600;padding-bottom:25px;}
.map-text .section-title.with-line:after{left:0;margin-left:0;}
.map-text .desc{font-weight:400;font-size:18px;margin:5px 0 0 0;}
.pre-contacts .item{flex-direction:row;}
.pre-contacts .item:not(:last-child){margin-bottom:30px;}
.pre-contacts .item .icon{width:40px;height:40px;min-width:40px;margin:0 20px 0 0;}
.pre-contacts .item .icon svg{width:100%;height:100%;}
.pre-contacts .item .name{color:#E2720E;font-size:18px;margin:0;}
.pre-contacts .item .text a,.pre-contacts .item .text span{font-size:28px;font-weight:500;color:#1e2428;}
.pre-contacts .item .text a:hover{color:rgba(66, 71, 76, 0.6);}
.pre-contacts .item .text * + *{margin-top:5px;}
.pre-contacts .item .text span{font-weight:400;font-size:20px;}
.pre-contacts.map-text .map{position:absolute;right:0;top:0;width:50vw;height:100%;}
.pre-contacts.map-text .column{position:relative;}
.column.map-text{padding-left:40px;}

.advantages-map{padding:0px;color:#fff;}
.advantages-map .advantages-wrap{margin:0;width:100%;}
.advantages-map .item{padding:4vw;}
.advantages-map .item:nth-child(1){background:#575656;}
.advantages-map .item:nth-child(2){background:#706F6F;}
.advantages-map .item:nth-child(3){background:#898888;}
.advantages-map .title{color:#fff!important;font-family:Lato!important;font-size:20px!important;font-weight:500;}
.advantages-map .desc{color:#fff!important}
.advantages-map .advantages-wrap .icon{width:50px;height:50px;border-radius:0px;}
.advantages-map .advantages-wrap .icon img{object-fit:contain;}

.modal-callback .modal-title{font-size:25px;}

.cookie-banner{width:auto;position:fixed;max-width:30%;bottom:40px;left:50%;background:#706F6F;color:#fff;padding:30px;z-index:9999;display:none;font-size:14px;font-weight:400;transform:translateX(-50%);box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.15);border-radius:4px;}
.cookie-banner-inner{flex-direction:row;align-items:center;}
.cookie-banner-inner .button{margin:0 0 0 20%;}

.widget-services a{display::flex;width:100%;padding:10px 10px 10px 25px;position:relative;color:#1e2428;font-family:Baskerville;font-size:20px;}
.widget-services a:before{content:'';width:10px;height:10px;background:#fff;border:1px solid #E2720E;border-radius:4px;position:absolute;top:16px;left:0px;transition:.2s;}
.widget-services a:hover{color:#A1A2A4;}
.widget-services a:hover::before{background:#E2720E;}

.widget-banner .top-banner .title{font-size:35px;color:#fff;}
.widget-banner .top-banner .item{padding:40px 0 50px 0;}
.widget-banner .top-banner .desc{max-width:100%;padding:0 0 20px 0;color:#fff;}
.widget-banner .top-banner .owl-dots{bottom:20px;}
.widget-banner .top-banner .pre-title{padding:0;}
.widget-banner .top-banner .pre-title:before{top:auto;bottom:10px;}
.widget-banner .top-banner .item{min-height:inherit;}
.widget-banner .top-banner .item:before{content:'';display:flex;width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);}

.serts-slider.diploms-wrap .item{width:100%;}
.serts-slider.diploms-wrap .inner img{aspect-ratio:11/16;}
.s-serts{background:#f8f8f8;}
.s-serts .owl-dots button{border-color:#E6BB8E!important}
.s-serts .owl-dots button.active{background:#E6BB8E!important;}

@media screen and (max-width:1180px){
.container{max-width:767px}
header .top-line .column.left{display:none;}
header .top-line .column.right{width:100%;justify-content:space-between;}
header .top-line .item:not(:last-child){border-right:0px;}
header .top-action{margin:0 0 0 auto;}

.btn-menu{display:block;border:0;width:30px;min-width:30px;height:21px;background-color:transparent;cursor:pointer;z-index:99999;position:relative;right:0;top:0;z-index:999;transition:.3s;margin:0 0 0 30px;transform:translateX(0px);}
.btn-menu .bar{display:block;position:absolute;width:30px;height:3px;border-radius:2px;background-color:#fff;transition:.25s}
.btn-menu .bar-1{top:9px;left:0}
.btn-menu .bar-2{position:absolute;width:30px;content:'';top:0px;left:0}
.btn-menu .bar-3{position:absolute;content:'';bottom:0px;left:0;width:20px;}
.show .btn-menu .bar-1{background-color:transparent!important}
.show .btn-menu .bar-2{top:9px;width:30px;transform:rotate(45deg);background-color:#fff;}
.show .btn-menu .bar-3{top:9px;width:30px;transform:rotate(-45deg);background-color:#fff;}

.top-menu{position:fixed;display:flex;flex-direction:row;align-items:flex-start;bottom:100%;height:100%;left:0;background:rgba(10,10,10,.0);z-index:999;width:100%;transition:.2s;border-radius:0 0 50vw 50vw;flex-direction:column;padding:60px 20px 40px 20px;}
.top-menu ul{display:flex;flex-direction:column;width:100%;align-items:center;}
.top-menu ul>li, .top-menu ul>li>a{height:40px;}
.top-menu li{padding:0;}
.top-menu li:not(:last-child){margin-right:0px;margin-bottom:15px;}
.top-menu .inner{background:none;padding:50px 20px 50px 0;margin:auto 0;border-radius:0;flex-direction:column;width:100%;align-items:flex-start;transform:translateY(-30vh);transition:.5s;}
.cube{display:none!important;}
.top-menu a{font-size:25px;padding:5px 0;}
.show .top-menu{bottom:0;background:rgba(87, 86, 86,.9);border-radius:0px;}
.show .top-menu .inner{transform:translateY(0);}

.index-info-wrap .item,.doctors-wrap .item{width:100%;}
.index-info-wrap .title{text-align:center;}
.index-info-wrap .item{padding:40px 50px!important;}
.advantages-wrap .item{width:50%;}
.s-reviews{background:#E2720E!important}
.s-reviews-wrap{width:100%;max-width:480px;margin:0 auto;}

.inner-page-wrap.with-sidebar{flex-direction:column;width:100%;}
.inner-page-wrap.with-sidebar .inner-content{padding:0;}
.inner-page-wrap.with-sidebar .inner-content,.sidebar{width:100%;}

.prev-next{margin:50px 0px 50px 0px;width:100%;}
.prev-next .inner>*{padding-top:50px;}
.widget.meta{margin-top:50px;}
.post-type-archive-specialists .doctors-wrap.facetwp-template{margin-top:0px;}
.pre-contacts .column:not(.image){padding-right:0px;width:70%;}
.pre-contacts .column.image{width:30%;}
.advantages-wrap .item{width:100%;}
.pre-contacts.map-text .column{width:100%!important;}
.column.map-text{padding-left:0px;}
.pre-contacts.map-text .map{width:100vw;left:-20px;}
.pre-contacts.map-text .column:not(.map-text){min-height:300px;}
.footer-wrap .column.left{width:50%;}
.footer-wrap .column.right{width:50%}
}

@media screen and (max-width:740px){
.container{max-width:420px;}
header .top-line .item.phones>*:not(.top-action){display:none;}
.bottom-line .top-action{display:none;}
.top-line .top-action{margin:0 auto 0 0;align-items:center;justify-content:center;}
.top-line .top-action .button{height:40px;font-size:10px;padding:0 20px;}
.top-banner .pre-title{font-size:20px;}
.top-banner .title{font-size:40px;line-height:1.1;}
.top-banner .desc{max-width:100%;font-size:16px;}
.index-info-wrap .title,.section-title,.inner-content .section-title{font-size:35px;}
section{padding:50px 0;}
.glav-wrap{flex-direction:column;}
.glav-wrap .column.left{width:100%}
.glav-wrap .column.right,.news-wrap .item{width:100%;}
.glav-wrap .image{margin:50px auto 30px auto;}
.glav-wrap .column.right{padding:0 0 70px 0;}
.promo-large .mask{padding:50px 0;}
.promo-large-wrap .section-title{text-align:center;}
.promo-large .desc:before{margin-left:-32.5px;}
.promo-large .tel{font-size:38px}
.reviews-slider{margin:30px 0 0 0;}
.prev-next .text{font-size:12px}
.reviews-slider .desc,.prev-next .text .title{font-size:20px;}
.doctors-wrap{margin-top:0px;}
.doctors-wrap .inner{flex-direction:column;}
.doctors-wrap .image{margin:0 40px 20px 40px;width:calc(100% - 80px);height:auto;aspect-ratio:1/1;padding:0px;}
.doctors-wrap .image img{aspect-ratio:1/1;width:100%;}
.doctors-wrap .text{width:100%;padding:0 40px;}
.doctors-wrap .meta{margin:10px 0 0 0;}
form .w-50,.reviews-wrap .item,form .w-33{width:100%;}
.footer-wrap .infos{text-align:center;}
.widget .w-phone-phone{font-size:33px;}
.diploms-wrap .item{width:50%;}
.pre-contacts .column:not(.image){width:100%;padding:50px 0;}
.pre-contacts .item .text a, .pre-contacts .item .text span{font-size:20px;}
.pre-contacts .column.image{width:100%;}
.pre-contacts .column.image img{width:100vw;left:-20px;max-width:100vw;}
.advantages-map .item{padding:30px;}
.footer-wrap .column,.footer-wrap .column.left,.footer-wrap .column.right{width:100%}
.license{text-align:center;margin:0 0 20px 0;}
.footer-menu ul{margin:0 auto;}
.footer-wrap .socials{margin:30px auto 0 auto;}
.footer-wrap{text-align:center;}
.footer-wrap .infos{margin:0 auto 0 auto;}
.footer-wrap .column.right{margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.15);}
.cookie-banner{width:100%;max-width:calc(100% - 40px);padding:20px;bottom:20px;}
.cookie-banner-inner .button{margin:0 0 0 auto;}
}