/*   
Theme Name: JPInteriors
Version: 1.0.0
Author: VladChV
Author URI: https://t.me/vladchv
*/

@font-face{font-family:Georgia;font-weight:400;font-style:normal;src:url(fonts/Georgia.woff);font-display:swap;}
@font-face{font-family:Georgia;font-weight:700;font-style:normal;src:url(fonts/Georgia-Bold.woff);font-display:swap;}

body,html{margin:0!important;padding:0;width:100%;height:auto;font-family:Georgia;color:#252525;font-size:16px;font-weight:400;background:#fff;}
body::-webkit-scrollbar{width:8px;}
body::-webkit-scrollbar-track{box-shadow:none;background:#fff;}
body::-webkit-scrollbar-thumb{background-color:#a27850;outline:0px solid #fff;}
::selection{background-color:#a27850;color:#fff;}
::-moz-selection{background-color:#a27850;color:#fff;}
a{color:#a27850;transition:.2s}
a:hover{color:#252525;}
b{font-weight:700;}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
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;}
select option{padding:20px;min-height:40px;}
input[type="text"],input[type="password"],input[type="date"],input[type="tel"],input[type="email"],textarea,select,input[type=number],.styled-select{display:flex;width:100%;height:50px;align-items:center;border-radius:3px;border:1px solid #fff;padding:0 20px;font-weight:400;outline:none;color:#333;transition:.2s;font-size:16px;background:#fff;font-family:Georgia;}
textarea{padding:20px 22px;height:120px;resize:none;}
input::placeholder,textarea::placeholder,input[type=date]:invalid::-webkit-datetime-edit{font-size:16px;font-family:Georgia;transition:.2s;color:#aaa;font-weight:400;}
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="number"]: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(77, 81, 110, .15);}
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;}
.checkout input[type=radio]{display:none;}
.checkout input[type=radio]+label{display:block;cursor:pointer;position:relative;line-height:1.8;padding:0 0 0 34px;font-weight:600;}
.checkout input[type=radio]+label:before{box-sizing:border-box;content:'';display:flex;width:26px;height:26px;border-radius:100%;background:#F4F5F9;border:2px solid #FFC200;position:absolute;left:0;top:1px;}
.checkout input[type=radio]+label:after{box-sizing:border-box;content:'';display:flex;width:16px;height:16px;border-radius:100%;background:#FFC200;border:0px;position:absolute;left:5px;top:6px;transition:.2s;transform:scale(0);}
.checkout input[type=radio]:checked+label:after{transform:scale(1);}
svg path,svg{transition:.2s;}
input.errorr,input.error,textarea.error,select.error{border-color:#E84B37!important;}
input.good.valid,input.good.valid{border-color:#3BB698!important;}
.button:disabled{cursor:not-allowed!important;}
.check{padding:0;font-size:16px;line-height:20px;}
.check .item:not(:last-child){margin-bottom:20px;}
.check input,.radios input{display:none;}
.check input + label,.radios input + label{position:relative;padding:0 0 0 30px;cursor:pointer;}
.check input + label:before,.radios input + label:before{content:'';position:absolute;top:0;left:0;box-sizing:border-box;width:20px;height:20px;border-radius:3px;border:1px solid #e3e3e3;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:12px;height:12px;border-radius:3px;border:1px solid #2973BA;background:#fff;background:#2973BA;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%;}
.check.remember label{width:100%;justify-content:space-between;display:flex;align-items:center;}
.check a{text-decoration:none;border-bottom:1px dashed #FF6202;color:#FF6202;}
.check a:hover{color:#333;}

table{border:0px;}
table th{font-size:12px;font-weight:400;text-align:left;line-height:2.5;}
table td{padding:20px 0;font-size:14px;}
table tr:not(:last-child) td{border-bottom:1px solid #ebebeb;}
table td.error{color:#E84B37;}
table td.wait{color:#C59368;}
table td.success{color:#3BB698;}
table td:last-child,table th:last-child{text-align:right;}

.w-100{width:100%;}
.w-50{width:calc(50% - 10px);}
.w-33{width:calc(33.33% - 13.33px);}
.w-25{width:calc(25% - 15px);}

form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
form>*:not(:last-child){margin-bottom:20px;}
.form-wrap{flex-direction:row;align-items:center;}
.form-wrap .item:not(:last-child){padding-right:65px;}
.form-wrap a{font-weight:400;font-size:14px;}

.content{overflow:hidden;max-width:100%;min-height:100vh;padding:145px 0 0 0;}
.container{width:100%;max-width:1755px;margin:0 auto;padding:0 20px;}
section{display:flex;flex-direction:column;padding:80px 0;}

.button{width:100%;margin:0 auto;outline:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;margin:0 auto 0 0;height:50px;background:#a27850;color:#fff;font-size:16px;text-transform:uppercase;font-weight:500;padding:.5vh;border-radius:3px;transition:.2s;text-decoration:none;font-family:Georgia;cursor:pointer;border:0px;}
.button span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;text-align:center;border-radius:100px;transition:.2s;}
.button:hover,.button:active,.button:focus{border-color:#252525;background:#252525;color:#fff;}

.modal{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:100;opacity:0;visibility:hidden;transition:.2s;}
.modal.modal-info{z-index:101;}
.modal-body{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:auto;max-width:calc(100% - 40px);max-height:calc(100% - 100px);min-width:380px;padding:40px 10px 40px 10px;background:#fff;box-shadow:0px 10px 20px 0px rgba(0,0,0,.1);border-radius:10px;transition:transform cubic-bezier(0.68,-0.55,0.27, 1.55) .2s;}
.modal.visible{opacity:1;visibility:visible;}
.modal.visible .modal-body{transform:translate(-50%,-50%) scale(1);}
.modal-close{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:10px;top:10px;width:46px;height:46px;background:none;z-index:5;transition:.2s;cursor:pointer;font-family:TTCommons;}
.modal-close svg{width:26px;height:26px;max-width:26px;transition:.2s;}
.modal-close svg>*{stroke:#341f10;}
.modal-close:hover svg,.modal-close:focus svg,.modal-close:active svg{transform:rotate(-180deg);}
.modal .text{width:100%;max-height:100%;overflow:auto;padding:0 10px 0 10px;}
.modal .desc{display:block;font-size:20px;line-height:1.5;}
.modal .text.center{text-align:center;}
.modal .text.center p{font-size:20px;margin:5px 0;}
.modal-title{position:relative;font-weight:400;font-size:30px;color:#341f10;padding:0 0 5px 0;text-transform:uppercase;font-family:TTCommons;}
.modal-title + form{margin-top:20px;}
.modal-title:last-child{padding-bottom:0px;}
.modal .no-desc .modal-title{margin:0;}
.modal-body .icon{width:60px;height:60px;border-radius:100%;align-items:center;justify-content:center;justify-content:center;align-items:center;margin:0 auto 10px auto;}
.modal .icon svg{display:none;}
.modal.error .icon .error{display:block;}
.modal.success .icon .success{display:block;}
.modal .form{margin:20px 0 0 0;}
.modal-profile .modal-body,.modal-password .modal-body{max-width:360px;}
.modal-profile .button,.modal-password .button{width:100%;}
.modal-check .modal-body{width:calc(100% - 40px);max-width:620px;}

.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}
button.owl-prev:hover,button.owl-next:hover{background:#a27850!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}
}

.section-title{padding:0;margin:0;font-size:33px;text-align:center;text-transform:uppercase;font-weight:400;}
.section-title a{text-decoration:none;color:#252525;}
.section-title a:hover{color:#a27850;}
.section-title.white{color:#fff;}

.only-text{display:block;line-height:1.4;}
.only-text>*{margin:0px;}
.only-text>*:not(:last-child){margin-bottom:20px;}

footer{margin:auto 0 0 0;background:#252525;color:#fff;font-size:14px;}
#wpadminbar,#wpadminbar div{display:block;}

.footer-wrap{flex-direction:row;padding:20px 0;}
.footer-wrap .column{width:50%;flex-direction:row;align-items:center;}
.footer-wrap .phones a{color:#fff;text-decoration:none;}
.footer-wrap .phones a:hover{color:#a27850;}
.footer-wrap .copyright a{text-decoration:none;}
.footer-wrap .copyright a:hover{color:#fff;}

.langs{margin:0 0 0 auto;}
.langs ul{display:flex;list-style:none;flex-direction:row;align-items:center;margin:0;padding:0;}
.langs img{width:20px!important;height:auto!important;object-fit:contain;border:1px solid #fff;}

header{display:flex;position:fixed;top:0;left:0;width:100%;z-index:99;transition:.2s;background:#fff;}
header.min{box-shadow:0 0 20px rgba(0,0,0,.5);top:-105px;}
.header-wrap{width:100%;height:100%;align-items:center;flex-direction:column;}
.header-wrap .logo{display:flex;height:105px;align-items:center;justify-content:center;}
.header-wrap .menu{width:100%;background:#F9F7F5;}
.header-wrap .menu ul{padding:0;margin:0;display:flex;flex-direction:row;width:100%;justify-content:space-around;list-style:none;}
.header-wrap .menu li{display:flex;width:100%;}
.header-wrap .menu a{display:flex;height:44px;width:100%;align-items:center;justify-content:center;color:#252525;text-decoration:none;}
.header-wrap .menu a:hover{color:#a27850;}

section.top-banner{padding:0;}
.top-slider .item{height:70vh;}
.top-slider .owl-dots{position:absolute;bottom:30px;left:0;}

.owl-carousel .fadeOut{animation-name:fadeOut;animation-duration:0.8s;}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.avtograf img{width:100%;height:auto;max-height:90px;object-fit:contain;margin:0 auto;}

section.projects, section.partners{border-top:1px solid rgba(37, 37, 37, .15);}
section.inner-top{border-bottom:1px solid rgba(37, 37, 37, .15);}
section center{margin:0 auto;}
.projects-wrap{width:calc(100% + 3.33%);margin:20px -1.665% 0 -1.665%;flex-direction:row;flex-wrap:wrap;}
.item.project{width:30%;margin:1.665%;}
.project .inner{display:flex;background:#252525;color:#fff;height:auto;aspect-ratio:12/16;position:relative;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:relative;overflow:hidden;}
.project .inner .bg{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;z-index:5;transition:.2s;}
.project .inner .text-inner{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center;position:absolute;top:0;left:0;background:rgba(37,37,37,0.8);opacity:0;transition:.2s;z-index:6;padding:10%;text-align:center;}
.project .inner:hover .text-inner{opacity:1;}
.project .inner:hover .bg{transform:scale(1.1);}
.item.project .title{font-size:25px;}
.item.project .more{color:#a27850;text-transform:uppercase;margin:40px 0 0 0;font-size:14px;transition:.2s;}
.item.project .more:hover{color:#fff;}

.inner-gallery{width:calc(100% + 10px);margin:0 -5px 0 -5px;flex-direction:row;}
.inner-gallery .item{padding:5px;width:100%;height:100%;}
.inner-gallery .inner{display:flex;width:100%;height:auto;align-items:center;justify-content:center;aspect-ratio:12/16;position:relative;overflow:hidden;}
.inner-gallery .inner img{width:100%;height:100%;object-fit:cover;transition:.2s;}
.inner-gallery .inner:before{content:'';display:flex;width:100%;height:100%;background:rgba(37,37,37,0.6);position:absolute;top:0;left:0;transition:.2s;opacity:0;z-index:5;}
.inner-gallery .inner:after{content:'';display:flex;width:50px;height:50px;background:url('data:image/svg+xml,<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="%23fff"><path fill="%23fff" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z"></path></svg>') 50% 50% no-repeat rgba(162, 120, 80, .5);background-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);transition:.3s;z-index:7;opacity:0;border-radius:10px;}
.inner-gallery .inner:hover img{transform:scale(1.1);}
.inner-gallery .inner:hover::before,.inner-gallery .inner:hover::after{opacity:1;}
.inner-gallery .inner:hover::after{transform:translate(-50%, -50%) scale(1);}

.inner-content .only-text{margin:80px 0 0 0;text-align:center;}
.inner-content .only-text:first-child{margin-top:0px;}
.inner-content .only-text img{display:flex;margin-left:auto;margin-right:auto;}
.inner-content .only-text blockquote{background:#F9F7F5;padding:10px 20px;font-size:14px;width:100%;max-width:768px;margin-left:auto;margin-right:auto;}

.related{margin:80px 0 0 0;background:#F9F7F5;padding:80px 80px 50px 80px;}
.related-wrap{width:calc(100% + 2%);margin:20px -1% 0 -1%;flex-direction:row;flex-wrap:wrap;}
.related-wrap .item.project{width:23%;padding:0;margin:1%;}

.facetwp-pager{flex-direction:row;align-items:center;}
.facetwp-pager>*{width:50px;height:50px;border-radius:4px;display:flex;min-width:50px;background:#F9F7F5;margin-top:50px;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:#252525;}
.facetwp-pager>*:not(:last-child){margin-right:10px;}
.facetwp-pager>*.active{background:#a27850;color:#fff;}
.facetwp-pager>*.dots{background:none;}
.facetwp-pager>*:not(.dots){cursor:pointer;}

.bio-wrap{flex-direction:row;padding:0 0 0 0;}
.bio-wrap .column.left{width:480px;}
.bio-wrap .column.right{width:calc(100% - 480px);padding:0 0 0 40px;}
.bio-wrap .only-text{text-align:left;}

.partners-wrap{width:calc(100% + 20px);margin:20px -10px 0 -10px;flex-direction:row;flex-wrap:wrap;}
.item.partner{width:20%;padding:10px;}
.item.partner .hovered{display:none;}
.partners-slider{margin-top:40px;}
.partners-slider .item.partner{width:100%;}
.partners-slider .item.partner .inner{filter:grayscale(100);}
.partners-slider .item.partner .inner:hover{filter:grayscale(0);}

.partners-slider .owl-dots button{border-color:#252525!important}
.partners-slider .owl-dots button.active{background:#252525!important;}

.inner-partner-slider .item{height:60vh;}
.inner-partner-slider .item img{height:100%;object-fit:contain;}
.inner-page + .avtograf{padding-top:0px;border-top:0px;}
.inner-top + .projects{border-top:0px;}

.facetwp-template .item.partner .inner{position:relative;padding:20px;}
.facetwp-template .item.partner .hovered{display:flex;width:100%;height:100%;background:rgba(37,37,37,0.8);color:#fff;align-items:center;justify-content:center;text-align:center;padding:30px;opacity:0;visibility:hidden;transition:.2s;position:absolute;top:0;left:0;}
.facetwp-template .item.partner .inner:hover .hovered{opacity:1;visibility:visible;}

section.callback{background:#F9F7F5;}
.callback-wrap{flex-direction:row;width:calc(100% + 40px);margin:0 -20px;}
.callback-wrap .column{width:50%;padding:0 20px;}
.callback-wrap .section-title{margin:0 0 30px 0;}

.contacts{font-size:25px;align-items:center;margin:auto;}
.contacts .item:not(:last-child){margin-bottom:20px;}
.contacts a{text-decoration:none;}

.langs a{display:flex;}

@media screen and (max-width:1050px){
.container{max-width:760px;}

.btn-menu{display:flex;border:0;width:30px;min-width:30px;height:21px;background-color:transparent;cursor:pointer;z-index:99999;position:fixed;right:10px;top:120px;z-index:999;transition:.3s;margin:0 auto 0 0;transform:translateX(0px);}
.btn-menu:before{content:'';display:flex;z-index:-1;background:#fff;width:50px;height:40px;border-radius:5px 0 0 5px;position:absolute;left:-10px;top:-10px;box-shadow:0 0 15px rgba(0,0,0,.15);}
.btn-menu .bar{display:block;position:absolute;width:30px;height:3px;border-radius:2px;background-color:#252525;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:#252525;}
.show .btn-menu .bar-3{top:9px;width:30px;transform:rotate(-45deg);background-color:#252525;}

.menu-top{position:fixed;display:flex;flex-direction:column;align-items:flex-start;bottom:100%;height:100%;left:0;background:rgba(42,42,54,.0);z-index:999;width:100%;transition:.5s;border-radius:0 0 50vw 50vw;flex-direction:column;padding:60px 20px 40px 20px;}
.menu-top li{padding:0;}
.menu-top li:not(:last-child){margin-right:0px;margin-bottom:15px;}
.menu-top .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:1s;}
.cube{display:none!important;}
.menu-top a{font-size:25px;padding:5px 0;color:#fff;}
.show .menu-top{bottom:0;background:rgba(0,0,0,.8);border-radius:0px;}
.show .menu-top .inner{transform:translateY(0);}
.header-wrap .menu ul{flex-direction:column;justify-content:center;}
.header-wrap .menu a{color:#fff;}

.content{padding-top:105px;}
.project .inner .text-inner{opacity:1;background:rgba(37, 37, 37, 0.6);}
.item.project{width:calc(50% - 3.33%);}
.item.partner{width:33.33%;}
.inner-gallery .inner:before,.inner-gallery .inner:after{opacity:1;}
.inner-gallery .inner:after{transform:translate(-50%, -50%) scale(1);}

.inner-gallery .owl-dots button{border-color:#252525!important}
.inner-gallery .owl-dots button.active{background:#252525!important;}

.related-wrap .item.project{width:48%;}
.bio-wrap .column.left{width:30%;}
.bio-wrap .column.right{width:70%;}
.inner-partner-slider .item{height:auto;}
}

@media screen and (max-width:720px){
.container{max-width:420px;}
.logo img{max-width:90%;}
.item.project{width:calc(100% - 3.33%);}
.callback-wrap,.bio-wrap{flex-direction:column;}
.callback-wrap .column,.footer-wrap .column,.bio-wrap .column.left,.bio-wrap .column.right{width:100%;}
.callback-wrap .column:not(:last-child){margin-bottom:80px;}
.modal-body{min-width:calc(100% - 40px);}
.footer-wrap{flex-direction:column;}
.footer-wrap .column:not(:last-child){margin-bottom:30px;}
.bio-wrap .column.right{padding:30px 0 0 0;}
.item.partner{width:50%;}
.section-title{font-size:28px;}
.related{padding:20px;}
.related-wrap .item.project{width:98%;}
.top-slider .item{height:auto;aspect-ratio:16/10;background-size:cover;}
}