/******* Basic styles *********/
*{outline:none;box-sizing:border-box;transition:all 0.5s ease-in-out;}
article,
aside,
footer,
header,
nav,
section{display:block;position:relative;}
pre{font-family:monospace, monospace;font-size:1em}
b,
strong{font-weight:bold}
address{font-style:normal;}
code{font-family:monospace, monospace;font-size:1em}
small{font-size:70%}
h1,
h2,
h3,
h4,
h5,
h6{padding:0;margin:0;}
img{border-style:none;vertical-align:top;}
textarea{overflow:auto}
p{margin:0;font-style:normal;}
[hidden]{display:none}
blockquote{font-family:"Inter", sans-serif;position:relative;padding:25px 40px;font-size:20px;margin:25px 0;border-radius:10px;color:#333;}
blockquote:before,
blockquote:after{font-family:serif;position:absolute;left:0;color:#333;width:100%;font-size:60px;font-weight:bold;line-height:60px;}
blockquote:before{content:"\201C";top:0;text-align:left;}
blockquote:after{content:"\201d";bottom:0;text-align:right;}
blockquote p{font-style:italic;}
ul{list-style:none;margin:0;padding:0;}
a{color:#8d7756;text-decoration:none;}
a:is(:hover, :focus, :active){text-decoration:underline;}
html{scroll-behavior:smooth;}
html,
body{height:100%;}
body{font-family:"Inter", sans-serif;position:relative;padding:0;margin:0;height:100%;color:#333;font-size:16px;line-height:1.4;font-weight:300;background:#fff;overflow-x:hidden;min-width:340px;}
.hidden{opacity:0;}
.visible{opacity:1;}
.clr{clear:both;}
.overflow{overflow:hidden;}
.container{max-width:1200px;margin:0 auto;position:relative;padding:0 15px;width:100%;}
.big_container{max-width:1400px;margin:0 auto;position:relative;padding:0 15px;width:100%;}
.sm_container{max-width:860px;margin:0 auto;position:relative;padding:0 15px;width:100%;}

@media (max-width:1300px){
.container{max-width:1120px;}
}

.nodisplay{display:none;}
.txt-acentr{text-align:center;}
.txt-acentr .btn{display:inline-block;}
.btn_rghtctr{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_lftctr{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_centctr{display:flex;justify-content:center;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_centctr.bc_pdng{padding:15px 10px;}

@media (max-width:900px){
.btn_rghtctr,.btn_lftctr{justify-content:center;}
.btn_centctr .btn,.btn_centctr .btn_light,.btn_centctr .btn_white,.btn_lftctr .btn,.btn_lftctr .btn_light,.btn_lftctr .btn_white,.btn_rghtctr .btn,.btn_rghtctr .btn_light,.btn_rghtctr .btn_white{width:100%;max-width:280px;text-align:center;}
}
@media (max-width:550px){
.btn_centctr .btn,.btn_centctr .btn_light,.btn_centctr .btn_white,.btn_lftctr .btn,.btn_lftctr .btn_light,.btn_lftctr .btn_white,.btn_rghtctr .btn,.btn_rghtctr .btn_light,.btn_rghtctr .btn_white{max-width:100%;display:flex;}
}

/******* Input and buttons *********/
input[type="submit"],
button,
.btn{font-family:"Inter", sans-serif;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;border-radius:5px;color:#fff;background:#8d7756;font-size:12px;text-transform:uppercase;line-height:1;font-weight:300;white-space:nowrap; border:none;box-shadow:none;transition:all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);letter-spacing:1px;height:auto;text-align:center;text-decoration:none !important;cursor:pointer;}
input[type="submit"]:is(:hover, :focus, :active),
button:is(:hover, :focus, :active),
input[type="submit"]:is(:hover, :focus, :active),
.btn:is(:hover, :focus, :active){background:#003628;color:#fff;text-decoration:none;outline:none;box-shadow:none;cursor:pointer;}

input[type="submit"]:disabled,
button:disabled,
.btn:disabled{opacity:0.5;}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="color"],
select{font-family:"Inter", sans-serif;-webkit-appearance:none;display:inline-block;line-height:1;vertical-align:middle;font-size:16px;font-weight:400;color:#000;background:transparent;border:1px solid #e6e6e6;padding:12px 16px;width:100%;border-radius:5px;box-shadow:none;box-sizing:border-box;transition:all 0.2s;margin-bottom:24px;}
select{font-size:18px}
select[multiple]{height:auto}
input[type="text"]:is(:hover, :focus, :active),
input[type="email"]:is(:hover, :focus, :active),
input[type="number"]:is(:hover, :focus, :active),
input[type="url"]:is(:hover, :focus, :active),
input[type="search"]:is(:hover, :focus, :active),
input[type="tel"]:is(:hover, :focus, :active),
input[type="password"]:is(:hover, :focus, :active),
input[type="date"]:is(:hover, :focus, :active),
input[type="color"]:is(:hover, :focus, :active){border-color:#8d7756;outline:none}
textarea{font-family:"Inter", sans-serif;background:transparent;border:1px solid #e6e6e6;font-size:16px;font-weight:400;color:#000;outline:none;width:100%;box-shadow:none;border-radius:5px;min-height:80px;border-radius:5px;}
textarea:is(:hover, :focus, :active){border-color:#8d7756;outline:none}
label{font-size:16px;line-height:1;font-weight:500;padding:0 0 15px;display:block;}
input::-webkit-calendar-picker-indicator{display:none;opacity:0;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#7B7B7B;opacity:1;font-size:16px;}
input::-moz-placeholder,
textarea::-moz-placeholder{color:#7B7B7B;opacity:1;font-size:16px;}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{color:transparent;}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{color:transparent;}
/*scrollbar*/
::-webkit-scrollbar{width:10px;height:5px;cursor:pointer}
::-webkit-scrollbar-track-piece{background:#000;}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:#8d7756;cursor:pointer;outline:none;}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:#8d7756;cursor:pointer;outline:none;}
fieldset{border:none;padding:0;}

@media(max-width:768px){
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="color"],
select{margin-bottom:6px;}
}



.btn_light{display:inline-flex;align-items:center;justify-content:center;padding:13px 25px;line-height:1;font-size:12px;letter-spacing:1px;text-transform: uppercase;background:transparent;color:#00321E;border-radius:5px;border:1px solid #00321E;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;}
.btn_light:is(:hover, :focus, :active){background:#00321E;color:#fff;border:1px solid #00321E;text-decoration:none !important;}

.btn_white{display:inline-flex;align-items:center;justify-content:center;padding:13px 35px;line-height:1;font-size:12px;letter-spacing:1px;background:#fff;color:#000;font-weight:600;border-radius:5px;text-align:center;text-decoration:none;cursor:pointer;}
.btn_white:is(:hover, :focus, :active){background:#8d7756;color:#fff;text-decoration:none !important;}

.btn_light:disabled,
.btn_white:disabled{opacity:0.5;}


.ix_big_ttl{font-size:64px;font-weight:500;line-height:1.1;padding:0 0 25px;}
@media (max-width:768px){
.ix_big_ttl{font-size:32px;padding:0 0 20px;margin:0;}
}


/******* WP Forms *********/
.wpforms-hidden{display:none;}
.wpforms-container{color:#333;}
.wpforms-required-label{color:#FF2C16;}
.wpforms-submit-container{margin:10px 0;}
.wpforms-confirmation-container{font-size:18px;text-align:center;padding:40px 0;font-weight:500;}
.wpforms-confirmation-container p{margin:0;}
.wpforms-field-row-block{position:relative;padding:15px 0 0;}
.wpforms-field-row-block label{position:absolute;left:0;top:0;}
legend.wpforms-field-label{font-size:16px;padding:0 0 5px 0;}
.wpforms-field-label{font-size:16px;margin:0;padding:0 0 5px;display:block;}

.wpforms-field-limit-text,.wpforms-label-hide{display:none;}
.wpforms-field{position:relative;}
.phone-overlay{position:absolute;top:33px;left:15px;display:flex;align-items:center;cursor:pointer;background:#fff;}

.mask_num{color:#7B7B7B;}
.mask_num span{color:#000;font-weight:500;}

.wpforms-submit{display:block;width:100%;}
.hidefield{display:none;}

em.wpforms-error{margin-top:-20px;display:block;padding:0 0 10px 15px;color:#f00;font-size:14px;}


/******* Contacts Modal *********/
.modal_ctrfrm{position:relative;width:100%;}
.modalshw .modal_ctrfrm{transform:translateY(0);}
.modal_top_text{margin:0 0 15px;padding:0 35px 0 0;}

.modal_top_text h1,
.modal_top_text h2,
.modal_top_text h3,
.modal_top_text h3{padding:0 0 15px;font-size:30px;font-weight:300;line-height:1.1;}
.modal_top_text p{font-size:20px;line-height:1.1;}

.modal_foot_cnt{position:relative;}
.modal_foot_cnt span{position:relative;display:inline-block;color:#000;font-size:20px;font-weight:300;}

.modal_ctrfrm  .wpforms-submit-container{margin:0 0  10px;}
.modal_ctrfrm  .wpforms-submit{padding:16px 10px;}
.btn_centctr.cll_advice{display:flex;align-items:center;flex-wrap:wrap;justify-content: flex-start;padding: 0 0 15px;}
.btn_centctr.cll_advice a{font-size: 20px;color:#000;}
.btn_centctr.cll_advice img{filter:invert(35%) sepia(42%) saturate(725%) hue-rotate(38deg) brightness(88%) contrast(112%);}

@media (max-width:920px){
.phone-overlay{top:14px;}
.modal_top_text h1,
.modal_top_text h2,
.modal_top_text h3,
.modal_top_text h3{font-size:25px;padding: 0;}
.modal_top_text p{font-size:16px;}
}

@media (max-width:768px){
.phone-overlay{top:14px;}
.modal_top_text h1,
.modal_top_text h2,
.modal_top_text h3,
.modal_top_text h3{font-size:20px;}
.modal_top_text p{font-size:16px;}
}

@media (max-width:600px){
.modal_ctrfrm{padding:16px;}
.modal_foot_cnt{flex-wrap:wrap;}

}


/******* Preloader *********/
#site-preloader{position:fixed;inset:0;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center;transition:background 2s linear,opacity .6s linear;}
#intro-wrap{position:absolute;display:flex;flex-direction:column;align-items:center;gap:24px;opacity:1;transform:translate(0,0) scale(1);transition:transform 2s cubic-bezier(.4,0,.2,1),opacity 2s linear;}
#intro-logo{width:278px;height:457px;background:url(../images/preloader.webp) no-repeat center/contain;opacity:0;transition:opacity 1.4s linear;}
#intro-text{color:#fff;font-size:22px;font-weight:500;letter-spacing:.12em;display:inline-block;clip-path:inset(0 100% 0 0);transition:clip-path 1.6s cubic-bezier(.4,0,.2,1);}
#intro-wrap.is-logo-visible #intro-logo{opacity:1;}
#intro-wrap.is-text-visible #intro-text{clip-path:inset(0 0 0 0);}
.logo{opacity:0;transition:opacity 1.4s linear;}
.false_container{min-height:100px;display:block;width:100%;}
@media (max-width:768px){#intro-logo{width:180px;height:296px;}}


/******* Header *********/
header{position:relative;max-width:100%;z-index:12;}

.head_top{position:fixed;width:100%;z-index:99;left:0;top:0;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.head_top.hide{transform:translateY(-200%);}
.home .fixed,
.fixed{position:fixed;top:0;height:0;}
.fixed .head_bottom_line_wrap{max-width:100%;height:0;}
.fixed .logo_wrap{transform:translateY(60%);}

.fixed .menu_bg_wrap{width:100%;min-height:100%;display:flex;justify-content:center;align-items:stretch;}
.fixed .menu_left_clmn{text-align:left;width:65%;position:relative;z-index:2;opacity:0;display:flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-bottom:10vh;padding-left:10vw;}
.fixed .menu-wrapper-right{padding: 10vh 0 0;}
.fixed .menu_left_clmn{opacity:1;}
.fixed .menu_rght_clmn{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start; width:35%;z-index:2;max-height:100%;overflow-x:hidden !important;overflow-y:auto!important;border-left:1px solid #414141;padding-bottom:10vh;padding-left:2em;}

@media (max-width:1360px){
.fixed .menu_left_clmn{padding-bottom: 5vh;padding-left: 5vw;}
}

@media (max-width:1080px){
.fixed .menu_bg_wrap,
.menu_bg_wrap{display: block;}

.fixed .menu_left_clmn,
.menu_left_clmn{display: block;padding:120px 15px 15px;width:100%;}

.fixed .menu_rght_clmn,
.menu_rght_clmn{display:none;}
}

.fixed input[type="checkbox"]#menu-toggle + label{display:block;padding:0;}
#menu-toggle{opacity:0;display:none;}
#menu-toggle:checked ~ .menu-btn > span{transform:rotate(45deg);height:2px;transition:0.5s ease-in-out;}
#menu-toggle:checked ~ .menu-btn > span::before{top:0;transform:rotate(0);visibility:hidden;}
#menu-toggle:checked ~ .menu-btn > span::after{top:0;transform:rotate(90deg);height:2px;}
#menu-toggle:checked ~ .menu-btn{right:30px !important;}
#menu-toggle:checked ~ .menu-btn:is(:hover, :focus, :active) span{transform:rotate(225deg);}
#menu-toggle:checked ~ .menu_top{visibility:visible;right:0;left:0;min-height:100vh;}

.fixed .menu-btn{top:16px;right:25px;position:fixed;transform:translateX(0);display:flex;align-items:center;width:36px;height:36px;cursor:pointer;z-index:999;transition:all 0.5s ease-in-out;}
.admin-bar .fixed .menu-btn{top:45px;}

.menu-btn{position:absolute; right:25%;}
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after{display:block;position:absolute;top:22px;width:100%;height:2px;border-radius:5px;background:#fff;transition-duration:.25s;}
.menu-btn > span::before{content:'';top:-8px;}
.menu-btn > span::after{content:'';top:8px;}

.menu-btn.is-light > span,
.menu-btn.is-light > span::before,
.menu-btn.is-light > span::after{background:#000;}

#menu-toggle:checked ~ .menu-btn.is-light > span,
#menu-toggle:checked ~ .menu-btn.is-light > span::before,
#menu-toggle:checked ~ .menu-btn.is-light > span::after{background:#fff;}

.fixed .menu_top{display:flex;justify-content:center;align-items:center;position:fixed;visibility:hidden;top:0;left:200%;right:-100%;bottom:0;margin:0;padding:0;background:rgba(0,54,40,0.98);background-size:cover;transition:0.5s ease-in-out;z-index:998;}

.fixed .topmenu.topmenu_lft{counter-reset:point;}
.fixed .topmenu.topmenu_lft .menu-item:nth-child(odd){padding-left:2em;}
.fixed .topmenu.topmenu_lft .menu-item:nth-child(odd):is(:hover, :focus, :active){padding-left:3em;}
.fixed .topmenu.topmenu_lft .menu-item{padding:0;}
.fixed .topmenu.topmenu_lft .menu-item a{font-size:75px;}
.fixed .topmenu.topmenu_lft .menu-item:after{content:'';background:#BB8E77;position:absolute;top:60%;left:0;border-radius:50%;height:1px;width:0;transition:0.3s ease-in-out;}
.fixed .topmenu.topmenu_lft .menu-item:is(:hover, :focus, :active):after{width:2em;}
.fixed .topmenu.topmenu_lft .menu-item:before{content:'0' counter(point);color:#BB8E77;counter-increment:point 1;position:absolute;top:50%;left:3px;font-size:14px;line-height:1px;text-align:center;transform:translate(-5%-50%);visibility:hidden;transition:0.3s ease-in-out;}
.fixed .topmenu.topmenu_lft .menu-item:is(:hover, :focus, :active):before{visibility:visible;transform:translate(55%,-50%);visibility:visible;}


.fixed .topmenu{padding:0;margin:0;display:block;}
.fixed .topmenu .menu-item{position:relative;display:block;padding:10px;text-decoration:none;color:#fff;font-weight:500;overflow:hidden;transition:all 0.3s ease-in-out;}
.fixed .topmenu .menu-item:is(:hover, :focus, :active){padding-left:2em;}

.fixed .topmenu .menu-item.showitem a{visibility:visible;transform:translate3d(0,0,0) rotate(0deg);}
.fixed .topmenu .menu-item a{color:#fff;font-size:25px;line-height:1.1;text-transform:uppercase;display:block;visibility:hidden;transform:translate3d(0,120%,1px) rotate(8deg);transition:all 0.5s ease-in-out;}
.fixed .topmenu .menu-item a:is(:hover, :focus, :active){color:#BB8E77;}

.fixed .menu_top .menu-item-has-children{position:relative;padding-right:30px;}
.fixed .menu_top .sub-but{display:flex;justify-content:flex-end;align-items:center;font-size:18px;text-align:center;height:45px;width:50px;position:absolute;right:0;top:0;z-index:10;}
.fixed .menu_top .sub-but svg{fill:#fff;}
.fixed .menu_top .sub-but:is(:hover, :focus, :active){cursor:pointer;}
.fixed .menu_top .menu-body .sub-menu{display:none;padding:0;width:100%;z-index:99;}
.fixed .menu_top .admin-bar .sub-menu{top:32px;}
.fixed .menu_top .sub-but.rotatearr span:nth-child(2){transform:translateY(-50%) rotate(0);}

.fixed .search_square{display:flex;align-items:center;gap:10px;justify-content:center;background:rgba(0,0,0,0.5);}
.fixed .search_line{display:none;}

.fixed .social_item{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;margin:0 0 10px;visibility:hidden;transform:translate3d(0,120%,1px) rotate(8deg);transition:all 0.5s ease-in-out;}
.fixed .social_item img{width:30px;height:30px;transition:none;filter:invert(1);}
.fixed .social_item.showitem{visibility:visible;transform:translate3d(0,0,0) rotate(0deg);}
.fixed .social_item:is(:hover, :focus, :active) img{transform:rotate(360deg);transition:all 0.5s ease-in-out;}
.fixed .social_item:is(:hover, :focus, :active){border:1px solid #f7ecc9;}

.search_square{position:absolute;top:25vh;right:35%;z-index:3;transform:translateX(50%) scale(0);cursor:pointer;}
.search_square:before{background:#f7ecc9; content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border:1px solid transparent;border-radius:20vw;transition:all 0.3s ease-in-out;}
.search_square:is(:hover, :focus, :active):before{background:#000;}
.search_square:is(:hover, :focus, :active) i{filter:none;}
.search_square i{position:relative;display:block;width:38px;height:38px;background:url(../images/svg/search.svg);filter:invert(1); background-size:contain;background-repeat:no-repeat;background-position:center;}

.fa_zoom{animation:fa_zoom 1s ease-in-out;animation-fill-mode:both;}
.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:100%;}
.circle__item{width:50%;height:100%;right:0px;position:absolute;overflow:hidden;transform-origin:left center;}
.circle:hover{transition:all 0.5s ease-in-out;transform:translate(-50%,-50%) rotate(-180deg);}
.circle:hover .circle__item{animation:anim1 0.5s 1;transform:rotate(180deg);}
.circle__half{height:100%;right:0px;position:absolute;border:solid 2px transparent;border-top-color:#fff;border-left-color:#fff;border-radius:50%;}
.circle__half--clipped{width:200%;transform:rotate(-45deg);}
.circle:hover .circle__half--clipped{transform:rotate(135deg);animation:anim2 0.25s linear 2;}
.circle__half--fix{width:100%;transform:rotate(135deg);opacity:0;}
.circle:hover .circle__half--fix{opacity:1;animation:anim3 0.5s 1;}

@keyframes anim1{0%{transform:rotate(0deg);}50%{transform:rotate(0deg);}50.01%{transform:rotate(180deg);}100%{transform:rotate(180deg);}}
@keyframes anim2{0%{transform:rotate(-45deg);}100%{transform:rotate(135deg);}}
@keyframes anim3{0%{opacity:0;}49.99%{opacity:0;}50%{ opacity:1;}100%{opacity:1;}}
@keyframes fa_zoom{0%{opacity:0;} 20%{opacity:0;transform:translateX(50%) scale(0);}60%{opacity:1;transform:translateX(50%) scale(1.1);}100%{opacity:1;transform:translateX(50%) scale(1);}}


@media (max-width:1360px){
.fixed .topmenu.topmenu_lft .menu-item a{font-size:55px;}
}

@media (max-width:1080px){
.fa_zoom{animation:none;}

.fixed .search_square{display:none;}
.fixed .search_line{display:block;}

}

@media (max-width:920px){
.fixed .topmenu.topmenu_lft .menu-item a,
.fixed .topmenu.topmenu_lft .menu-item a{font-size:40px;}
}

@media (max-width:768px){
.fixed  .topmenu.topmenu_lft .menu-item a,
.topmenu.topmenu_lft .menu-item a{font-size:33px;}

#menu-toggle:checked ~ .menu-btn{right:10px !important;}

.fixed .topmenu.topmenu_lft .menu-item,
.topmenu.topmenu_lft .menu-item{padding:0 0 15px;}

.fixed .topmenu.topmenu_lft .menu-item:nth-child(odd),
.topmenu.topmenu_lft .menu-item:nth-child(odd){padding-left:0;}

.fixed .topmenu.topmenu_lft .menu-item:nth-child(odd):is(:hover, :focus, :active),
.topmenu.topmenu_lft .menu-item:nth-child(odd):is(:hover, :focus, :active){padding-left:0;}

.circle{width:26vw;height:26vw;}


.fixed .topmenu.topmenu_lft .menu-item:after,
.fixed .topmenu.topmenu_lft .menu-item:before,
.topmenu.topmenu_lft .menu-item:after,
.topmenu.topmenu_lft .menu-item:before{display:none;}
}


.scroll_head{z-index:0;width:100%;height:100vh;position:sticky;top:0;overflow:hidden;}
.page-template-page-topbg .scroll_head,
.single-service .scroll_head{height:60vh;}
.single-service .scroll_head .btn_lftctr{display:none;}
@media (max-width:780px){
.page-template-page-topbg .scroll_head,
.single-service .scroll_head{height:100vh;}
.single-service .scroll_head .btn_lftctr{display:flex;} 
}
.scroll-overlay{position:absolute;inset:0;background:#000;pointer-events:none;}
.scroll-hide {transition: none;will-change: opacity;}
.scroll_head_wrap{position: relative;width:100%;height:100%;display:flex;align-items:flex-end;}
.single .scroll_head_wrap {padding: 0 0 80px;}
.head_overlay_bg{position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(to bottom,rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 0) 300px,rgba(0, 0, 0, 0) calc(100% - 300px),rgba(0, 0, 0, 0.9) 100%);}

.head_bottom_line{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;}
.head_bottom_line_wrap{margin:0 auto;max-width:1200px;width:100%;padding:15px;display:flex;align-items:center;justify-content:space-between;position:relative;}
.head_top_right{position:relative;width:100%;}
.mob_phone_head{display:none;}

.menu_wrap{position:relative;}
.menu_rght_clmn{display:flex;align-items:center;}
.logo_wrap a{display: block;}
.logo{width:41px;height:67px;background:url(../images/logo.webp) no-repeat center;background-size: contain;}
.logo.logo_green{background:url(../images/green_logo.webp) no-repeat center;background-size: contain;}

.mob_b{display:none !important;}

.phone_head{position:relative;display: flex;align-items: center;justify-content: center;margin-right:20px;width: 30px;height: 30px;}

.page-template-page-topbg .phone_head img,
.single-project .phone_head img,
.single-service .phone_head img,
.page-template-page-topbg .phone_head img,
.home .phone_head img{filter:invert(1);position:relative;z-index:2;}

.fixed .phone_head{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;margin: 0 10px 10px 0;visibility:hidden;transform:translate3d(0,120%,1px) rotate(8deg);transition:all 0.5s ease-in-out;}
.fixed .phone_head img{width:30px;height:30px;transition:none;}
.fixed .phone_head.showitem{visibility:visible;transform:translate3d(0,0,0) rotate(0deg);}
.fixed .phone_head:is(:hover, :focus, :active) img{transform:rotate(360deg);transition:all 0.5s ease-in-out;}
.fixed .phone_head:is(:hover, :focus, :active){border:1px solid #f7ecc9;}


.head_icons{display:flex;align-items:center;gap:8px;}

.loader_wrap{position: relative;}
.loader-hover{position:absolute;top:50%;left:50%;width:30px;height:30px;margin:-17px 0 0 -17px;border-radius:50%;pointer-events:none;}
.fixed .loader:hover{display:none;}
.loader-hover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid transparent;border-top-color:#000;border-radius:50%;opacity:0;transform:rotate(0deg);}


.loader_wrap:hover .loader-hover::before{opacity:1;animation:spin 1.5s linear infinite;}
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}

@media (max-width:1080px){
.head_wrap{padding:0 10px;}
.head_top{top:0px;border-bottom:none;}
.head_top_right{display:flex;justify-content:flex-end;align-items:center;}
.mob_phone_head{display:block;position: absolute;right: 60px;top:-21px;}
.mob_phone_head.is-light{filter:brightness(100%) invert(1);}

.desc{display:none !important;}
.logo_wrap{max-width:100%;}
.mob_b{display:block !important;}

.admin-bar .menu_top{top:88px;}

.home .fixed, 
.fixed{height:70px;padding:10px 10px 0;}
.fixed .head_bottom_line_wrap{height:auto;}
.fixed .logo_wrap {transform: translateY(0);}
.head_top.hide{height:50px;}

.fixed .phone_head,
.phone_head,
.social_head .social_item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;margin: 0 10px 10px;visibility:hidden;transform:translate3d(0,120%,1px) rotate(8deg);transition:all 0.5s ease-in-out;opacity:0;}
.social_head .social_item img{width:30px;height:30px;transition:none;filter:invert(1);}
.phone_head img{width:30px;height:30px;transition:none;}
.phone_head.showitem,
.social_head .social_item.showitem{visibility:visible;transform:translate3d(0,0,0) rotate(0deg);opacity:1;}
}

@media (max-width:780px){
.head_bottom_line_wrap{padding: 5px 10px;}
.logo_wrap{max-width:60px;}
.mob_phone_head{top:-11px;}
}

@media (max-width:600px){
#wpadminbar{top:-46px !important;}
}

.social_head{position:relative;padding:0;display:flex;align-items:center;}

.page-template-page-topbg .social_head .our_socials img,
.single-project .social_head .our_socials img,
.single-service .social_head .our_socials img,
.page-template-page-topbg .social_head .our_socials img,
.home .social_head .our_socials img{filter:invert(1) brightness(100);}



/******* Menu *********/
#menu-toggle{opacity:0;display:none;}

.menu-wrapper-right{display: flex;align-items: center;}

@media (min-width:1080px){
input[type="checkbox"]#menu-toggle + label{display:block;padding:0;}
.menu_bg_wrap{display:flex;align-items:center;justify-content:space-between;}

.menu_left_clmn {width: 100%;display: flex;align-items: center;justify-content: space-between;}

.menu_top{padding:0 ;line-height:35px;position:relative;z-index:4;margin:0;display:flex;justify-content:space-between;align-items:center;transition:none;}
.menu_top{transition:none;}
.menu_top .menu_bg_wrap{width:100%;}

.topmenu{margin:0 15px 0 0;padding:0;display:flex;justify-content:space-around; gap:10px;position:relative;}
.topmenu > li{display:block;white-space:nowrap;position:relative;margin:0;padding:0 0 0 10%;}
.topmenu > li.menu-item-has-children > a{position:relative;padding:0 30px 0 0;}





.topmenu li.menu-item-has-children > a:after{content:'';display:block;width:16px;height:16px;position:absolute;right:8px;top:10px;line-height:9px;transition:all .27s ease-in-out;background:url(../images/svg/arrow.svg) no-repeat center;background-size:100%;}

.page-template-page-topbg li.menu-item-has-children > a:after,
.single-project li.menu-item-has-children > a:after,
.single-service li.menu-item-has-children > a:after,
.home .topmenu li.menu-item-has-children > a:after{filter:invert(1);}


.topmenu li.menu-item-has-children > a:hover:after{transform:scaleY(-1);}
.topmenu ul > li.menu-item-has-children > a:after{display:none;}

.topmenu > li.menu-item-has-children > ul{position:absolute;left:0;top:100%;visibility:hidden;display:block;opacity:0;top:auto;background:#003628;min-width:250px;padding:15px;transform:translate(0,-50%) scaleY(0);z-index:20;transition:0.3s all ease-in-out;}
.topmenu > li.menu-item-has-children > ul.parent-column-sm{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 15px 0;transform:translate(0,-50%) scaleY(0);left:50%;max-width:350px;z-index:20;position:absolute;}
.topmenu > li.menu-item-has-children:hover > ul{transform:translate(0,0) scaleY(1);visibility:visible;opacity:1;}
.topmenu > li > ul > li{display:block;}
.topmenu > li > ul > li.menu-item-has-children{line-height:40px;margin:1%;}
.topmenu > li > ul > li.menu-item > a{padding:0 10px 10px;color:#fff;line-height:1.5;font-size:16px;text-transform: uppercase;display: block;}
.topmenu > li > ul > li.menu-item:nth-child(odd) > a{padding-left:25px;}
.topmenu > li > ul > li.menu-item > a:hover{color:#f7ecc9;}
.topmenu > li > ul > li.menu-item.menu-item-has-children > a{color:#999;}
.topmenu > li > ul > li.menu-item.menu-item-has-children > a:hover{color:#000;}
.topmenu ul li.menu-item a{text-transform:none;text-align:left;font-size:15px;line-height:1.2;padding:7px 10px;display:block;box-shadow:none;position:relative}


.topmenu a{position:relative;display:block;text-decoration:none;padding:0;font-size:16px;font-weight:400;letter-spacing:1px;transition:none;}
.topmenu > li a{color:#000;}

.page-template-page-topbg .topmenu > li a,
.single-project .topmenu > li a,
.single-service .topmenu > li a,
.page-template-page-topbg .topmenu > li a,
.home .topmenu > li a{color:#fff;}

.single-project .topmenu > li a:is(:hover, :focus, :active),
.single-service .topmenu > li a:is(:hover, :focus, :active),
.page-template-page-topbg .topmenu > li a:is(:hover, :focus, :active),
.home .topmenu > li a:is(:hover, :focus, :active){color:#F7ECC9;}
.topmenu a:is(:hover, :focus, :active){color:#8d7756;text-decoration:none;}

}


@media (max-width:1080px){
.menu-btn{top:16px;right:25px;position:fixed;transform:translateX(0);display:flex;align-items:center;width:36px;height:36px;cursor:pointer;z-index:999;transition:all 0.5s ease-in-out;}

.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after{display:block;position:absolute;top:22px;width:100%;height:2px;border-radius:5px;background:#F7ECC9;transition-duration:.25s;}
.menu-btn > span::before{content:'';top:-10px;}
.menu-btn > span::after{content:'';top:10px;}
.menu-btn > span::before{width:20px;right:0;}
.menu-btn > span::after{width:26px;right:0;}

#menu-toggle:checked ~ .menu-btn > span{width:31px;}
#menu-toggle:checked ~ .menu-btn > span::after{width:31px;}


.menu_top{display:flex;justify-content:center;align-items:center;position:fixed;visibility:hidden;top:0;left:200%;right:-100%;bottom:0;margin:0;padding:0;background:rgba(0,54,40,0.98);background-size:cover;transition:0.5s ease-in-out;z-index:998;}
.menu_bg_wrap{width:100%;min-height:100%;display:block;}


.topmenu.topmenu_lft{counter-reset:point;}
.topmenu.topmenu_lft .menu-item:after{content:'';background:#BB8E77;position:absolute;top:60%;left:0;border-radius:50%;height:1px;width:0;transition:0.3s ease-in-out;}
.topmenu.topmenu_lft .menu-item:is(:hover, :focus, :active):after{width:2em;}
.topmenu.topmenu_lft .menu-item:before{content:'0' counter(point);color:#BB8E77;counter-increment:point 1;position:absolute;top:50%;left:3px;font-size:14px;line-height:1px;text-align:center;transform:translate(-5%-50%);visibility:hidden;transition:0.3s ease-in-out;}
.topmenu.topmenu_lft .menu-item:is(:hover, :focus, :active):before{visibility:visible;transform:translate(55%,-50%);visibility:visible;}


.topmenu{padding:0;margin:0;display:block;}
.topmenu .menu-item{position:relative;display:block;padding:10px;text-decoration:none;color:#fff;font-weight:500;overflow:hidden;transition:all 0.3s ease-in-out;}
.topmenu .menu-item:is(:hover, :focus, :active){padding-left:2em;}

.topmenu .menu-item.showitem a{visibility:visible;transform:translate3d(0,0,0) rotate(0deg);}
.topmenu .menu-item a{color:#fff;font-size:35px;line-height:1.1;text-transform:uppercase;display:block;visibility:hidden;transform:translate3d(0,120%,1px) rotate(8deg);transition:all 0.5s ease-in-out;}
.topmenu .menu-item a:is(:hover, :focus, :active){color:#BB8E77;}

.menu-item{display:block;padding:0 0 15px;text-decoration:none;color:#000;}
.menu-item a{color:#000;font-weight:500;font-size:16px;display:block;text-align:left;}
.menu-item svg{fill:#000;}
.menu_top .menu-item-has-children{position:relative;}
.menu_top .sub-but{display:block;font-size:18px;text-align:center;line-height:45px;height:25px;width:50px;position:absolute;right:0;top:0;z-index:10;}
.menu_top .sub-but:before,
.menu_top .sub-but:after{display:block;position:absolute;top:10px;width:10px;height:2px;background:#fff;transition-duration:.25s;}
.menu_top .sub-but:before{content:'';transform:rotate(45deg);left:17px;}
.menu_top .sub-but:after{content:'';transform:rotate(-45deg);right:17px;}
.menu_top .sub-but.rotatearr:before{transform:rotate(-45deg);}
.menu_top .sub-but.rotatearr:after{transform:rotate(45deg);}

.menu_top .sub-but:hover{cursor:pointer;}
.menu_top .menu-body .sub-menu{display:none;padding:10px;width:100%;z-index:99;margin:10px 0 0;}
.menu_top .admin-bar .sub-menu{top:32px;}

.menu_top .menu-item-has-children{position:relative;padding-right:30px;}
.menu_top .sub-but{display:flex;justify-content:flex-end;align-items:center;font-size:18px;text-align:center;height:45px;width:50px;position:absolute;right:0;top:0;z-index:10;}
.menu_top .sub-but svg{fill:#fff;}
.menu_top .sub-but:is(:hover, :focus, :active){cursor:pointer;}
.menu_top .menu-body .sub-menu{display:none;padding:0;width:100%;z-index:99;}
.menu_top .admin-bar .sub-menu{top:32px;}
.menu_top .sub-but.rotatearr span:nth-child(2){transform:translateY(-50%) rotate(0);}

}




/******* Language *********/
.linemenu{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px;list-style:none;}
.lang-item a img{display:none;}
.lang-item a{display:flex;border-radius:10px;position:relative;text-decoration:none;font-size:0;}
.lang-item a:after{position:relative;width:31px;height:31px;font-size:14px;font-weight:600;margin:0;color:#fff;text-transform:uppercase;display:flex;justify-content:center;align-items:center;}
.lang-item a[lang="en"]:after{content:'En';}
.lang-item a[lang="uk"]:after{content:'Ua';}


@media (min-width:1060px){
.lang_ctr{position:relative;cursor:pointer;z-index:5;}
.linemenu{position:absolute;left:0;top:100%;flex-direction:column;transform:scale(0) translateY(100%);overflow:hidden;}
.lang_ctr:is(:hover, :focus, :active) .linemenu{transform:scale(1) translateY(0);}
.curlng{color:#fff;width:30px;height:30px;padding:2px 0 0;font-size:16px;text-transform:uppercase;font-weight:600;position:relative;display:flex;justify-content:center;align-items:center;}

.page-template-page-topbg .curlng,
.single-project .curlng,
.single-service .curlng,
.home .curlng,
.single-project .curlng{color:#fff;}
.curlng{color:#000;width:30px;height:30px;padding:2px 0 0;font-size:16px;text-transform:uppercase;font-weight:600;position:relative;display:flex;justify-content:center;align-items:center;}
.lang-item a:after{background:#fff;color:#000;border-radius:50px;}
.fixed .lang-item a:after{border-radius:0;}
.lang-item a:is(:hover, :focus, :active):after{color:#fff;background:#8d7756;}
}



.fixed .lang_ctr{display:flex;justify-content:center;padding:10px;position:absolute;left:25px;top:25px;opacity:0;}
.fixed .lang_ctr.fa_myright{opacity:1;}
.fixed .linemenu{position:relative;left:auto;top:auto;display:block;transform:none;}
.fixed .linemenu li a:before{content:'|';position:absolute;right:-7px;font-size:15px;margin:0;display:block;top:50%;color:#8d7756;transform:translateY(-50%);}
.fixed .linemenu li:last-child a:before{display:none;}
.fixed .lang-item{margin:0 5px 0 0;}
.fixed .lang-item a:after{width:49px;height:49px;font-size:16px;font-weight:300;background:transparent;color:#fff;border:1px solid #fff;}
.fixed .curlng{width:50px;height:50px;font-weight:300;background:#fff;color:#000;border:1px solid #fff;margin:0 5px 0 0;}


.fixed .lang-item.current-lang a:after,
.fixed .lang-item a:is(:hover, :focus, :active):after{background:#8d7756;color:#fff;border:1px solid #8d7756;}

@media (max-width:1080px){
.lang_ctr{display:flex;justify-content:center;padding:10px 0;position:absolute;left:25px;top:25px;opacity:0;}
.lang_ctr.fa_myright{opacity:1;}
.linemenu{position:relative;left:auto;top:auto;display:block;transform:none;}
.linemenu li a:before{content:'|';position:absolute;right:-7px;font-size:15px;margin:0;display:block;top:50%;color:#8d7756;transform:translateY(-50%);}
.linemenu li:last-child a:before{display:none;}
.lang-item{margin:0 5px 0 0;}
.lang-item a:after{width:49px;height:49px;font-size:16px;font-weight:300;background:transparent;color:#fff;border:1px solid #fff;}
.curlng{width:50px;height:50px;font-weight:300;background:#fff;color:#000;border:1px solid #fff;margin:0 5px 0 0;display:flex;justify-content: center;align-items: center;}
.lang-item.current-lang a:after,
.lang-item a:is(:hover, :focus, :active):after{background:#8d7756;color:#fff;border:1px solid #8d7756;}
}

@media (max-width:768px){
.fixed .lang_ctr,
.lang_ctr{padding:0px;left:15px;top:15px;}
.fixed .curlng,
.curlng {width:40px;height:40px;}

.fixed .lang-item a:after,
.lang-item a:after{width:39px;height:39px;}

}


/******* Search *********/
.s_li{position:relative;}
.s_mn{cursor:pointer;display:flex;justify-content:center;align-items:center;height:30px;width:30px;}
.s_mn img{filter:invert(1);}

.page-template-page-topbg .s_mn img,
.single-project .s_mn img,
.single-service .s_mn img,
.home .s_mn img{filter:none;}

/*Search*/

#mdl_search_wrap{background:rgba(0,54,40,0.98);transition:1s linear;display:flex;max-width:100%;position:fixed;top:0;bottom:0;left:200%;right:-100%;z-index:999;align-items:center;justify-content:center;box-shadow:0  0 15px 0 rgba(0, 0, 0, .15);}
#mdl_search_box{width:50vw;max-width:900px;padding:40px;transition:transform 0.6s cubic-bezier(.4,0,.2,1);}
#mdl_search_box.is-shifted{transform:translateX(-25vw);}
.search_stage{position:relative;width:100%;display:flex;justify-content:center;align-items:center;}



#mdl_search_box .menu_title{opacity:0.2;color:#fff;font-size:calc(5px + 6vw);}
#sform{display:flex;width:100%;}
#sform input[type="submit"]{display:inline-block;vertical-align:top;padding:0 15px;background:transparent;color:#fff;border:2px solid #fff;}
#sform input[type="submit"]:is(:hover, :focus, :active){border:2px solid #fff;background:#fff;color:#00321E;}
#sform input[type="text"]{box-shadow:none;background:none;margin:0;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #fff;color:#fff;background:transparent;display:inline-block;vertical-align:top;font-size:22px;line-height:1;width:100%;border-radius:0;}
#sform input[type="text"]:focus{outline:none;}
#mdl_search_box input::-webkit-input-placeholder{opacity:1;color:#fff;font-size:22px;line-height:1;padding:5px 0;}
#mdl_search_box input::-moz-placeholder{opacity:1;color:#fff;font-size:22px;line-height:1;padding:5px 0;}
#mdl_search_box input:focus::-webkit-input-placeholder{color:transparent;}
#mdl_search_box input:focus::-moz-placeholder{color:transparent;}

.cls_search{position:absolute;top:25px;right:25px;width:40px;height:40px;transition:all 0.8s ease-in-out;}
.cls_search:is(:hover, :focus, :active),.mdl_sim:is(:hover, :focus, :active){cursor:pointer;}
.cls_search:is(:hover, :focus, :active){transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.cls_search_ll,.cls_search_lr{background:#fff;top:20px;height:2px;border-radius:50%;width:40px;position:absolute;left:0;transform:rotate(0deg);transition:.25s ease-in-out;}
.cls_search_ll{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.cls_search_lr{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}



@media (max-width:1080px){
.fixed .s_mn,
.s_mn{position:absolute;top:23px;right:80px;}
.s_mn img{width:30px;height:30px;filter: none;}
}

@media (max-width:920px){
.search_stage{display: block;overflow-y: auto;height: 100%;}
#mdl_search_wrap {display:block;}
#mdl_search_box{width:100%;max-width:100%;padding:45px 15px 10px;}
#mdl_search_box.is-shifted {transform: none;}
#mdl_search_box #mdl_s{line-height:35px;}


#sform input::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}
#sform input::-moz-placeholder{color:rgba(255,255,255,0.3);}
#sform input:focus::-webkit-input-placeholder{color:transparent;}
#sform input:focus::-moz-placeholder{color:transparent;}
}

@media (max-width:768px){
.cls_search{top:10px;right:10px;}
#mdl_search_box .menu_title{text-align:center;opacity: 0.8;}
#sform input[type="submit"]{padding: 15px;}
}

@media (max-width:450px){
#mdl_search_box #mdl_s{width:100%;}
#sform input[type="submit"]{width:100%;margin:10px 0 0;padding:10px 15px;}
#sform{flex-direction:column;align-items:center;}
}


.search_page{background:#141414;}
.search_page .titlecat{color:#fff;text-align:center;padding-top:4vw;font-weight:300;font-size:calc(5px + 3vw);}
@media (max-width:768px){
.search_page .titlecat{font-size:35px;}
}

/*Ajax Search*/

.ajaxsearch{position:absolute;right:0;top:50%;transform:translate(40px,-50%);width:50vw;max-width:900px;opacity:0;transition:opacity 0.4s ease,transform 0.4s ease;pointer-events:none;display:flex;flex-wrap: wrap;gap:2%;}
.ajaxsearch.is-showing{opacity:1;transform:translate(0,-50%);pointer-events:auto;}
.search_item{vertical-align:top;overflow:hidden;line-height:17px;width:31%;display:block;padding:10px;background:rgba(255,255,255,0.05);color:#fff;margin: 0 0 10px;}
.search_item:is(:hover, :focus, :active){background:rgba(240,231,216,0.15);text-decoration:none;}
.search_item:is(:hover, :focus, :active) .search_item_thumb img{transform: scale(1.05);}
.search_item:is(:hover, :focus, :active) .search_item_ttl{color:#F7ECC9;}

.search_item .search_item_thumb{position:relative;overflow:hidden;width: 100%;max-height: 180px;}
.search_item .search_item_thumb img{height:100%;width:100%;object-fit:cover;object-position:center;display:block;transition:0.4s linear;}

.search_item .search_item_ttl{padding: 5px 0 0;font-size: 16px;line-height: 1.4;font-weight:300;}

.search_item_err{text-align:center;font-size:18px;color:#fff;}
.falsesearch.btn_brd_b{display:none;max-width:230px;margin:10px auto;border:2px solid #fff;color:#fff;line-height:40px;cursor:pointer;}
.falsesearch.btn_brd_b:before{display:none;}
.falsesearch.btn_brd_b:is(:hover, :focus, :active){background:#fff;border:2px solid #fff;color:#BB8E77;}



@keyframes f_fadeG_search{
0%{background-color:#8d7756}100%{background:transparent}
}



@media (max-width:1100px){
.search_item .search_item_ttl{font-size: 14px;}
}


@media (max-width:920px){
.ajaxsearch.is-showing {transform: none;}
.ajaxsearch{position:relative;right:auto;top:auto;transform:none;width:100%;padding:0 15px;}
}

@media (max-width:720px){
.search_item{width:49%;display:block;}
.search_item a:is(:hover, :focus, :active),.search_item a:focus{text-decoration:none;}
.search_item img{max-height:100px;width:auto;}
}

/*scrollbar*/
.ajaxsearch::-webkit-scrollbar{width:6px;height:5px;cursor:pointer}
.ajaxsearch::-webkit-scrollbar-track-piece{background:rgba(255,255,255,.15);-webkit-border-radius:3px}
.ajaxsearch::-webkit-scrollbar-thumb:vertical{height:5px;background-color:#fff;-webkit-border-radius:3px;cursor:pointer;outline:none;}







/******* Main *********/
main{padding:0;position:relative;}

/******* Page head *********/
.head_wrap{position:relative;overflow:hidden;width:100%;padding:25px 35px;}
.head_wrap  .breadcrumb{padding:10px 0 0;}
.head_ttl_pg{color:#8d7756;font-size:28px;padding:25px 0 0;font-weight:300;}
.content_text.after_title{padding:25px 0 60px;font-size:25px;line-height:1.5;}

@media (max-width:1300px){
.content_text.after_title{font-size:22px;}
}

@media (max-width:768px){
.head_wrap{padding:10px 10px 18px;margin:0 -15px;}
.head_ttl_pg{font-size:26px;padding:5px 0 0;}
.content_text.after_title{padding:15px 0;font-size:13px;line-height:1.2;}
}

h1.big_ttl_pg{max-width:1366px;margin:0 auto;font-size:30px;line-height:1.2;font-weight:500;position:relative;}
h1.big_ttl_pg.ttl_prod{font-size:17px;color:#323232;line-height:1.2;font-weight:bold;}

article h1.big_ttl_pg{margin:0;padding:25px 0;}


@media (max-width:768px){
h1.big_ttl_pg{font-size:28px;}
article h1.big_ttl_pg{padding:10px 0;}
}


/******* Page content *********/
.single_cont{position:relative;padding:0 10px 25px;}
.single_share{position:relative;z-index:2;padding:25px 0 0;}
.single_share .sh_this a{filter:invert(1);opacity:0.7;margin:0 10px;}

.breadcrumb{position:relative;max-width:1366px;margin:0 auto;padding:25px 0;font-size:12px;line-height: 1;font-weight:300;color:#BEBEBE;}
.breadcrumb > span{display:flex;align-items:center;}
.breadcrumb a{color:#000;}
.breadcrumb a:is(:hover, :focus, :active){text-decoration:underline;}
.breadcrumb .brd_spr{display:block;margin:0 5px;}

.home_icon{background:url(../images/svg/home.svg) no-repeat center;position:relative;display:block;width:24px;height:24px;}



@media (max-width:768px){
.breadcrumb{font-size: 10px;padding:20px 0 0;}
.single_cont{padding:0 0 10px;display:block;}
}


.subtitle_wrap{position:relative;display:flex;align-items:center; justify-content:space-between; gap:15px;width:100%;padding:0 0 40px;}

.block_content_subtitle{position:relative;display:flex;align-items:center;gap:15px;width:100%;}
.block_content_subtitle h1,
.block_content_subtitle span{color:#8d7756;font-size:16px;font-weight:bold;letter-spacing:2px;text-transform:uppercase;}
.block_content_subtitle i{background:url(../images/svg/squares.svg) no-repeat center;position:relative;display:block;width:15px;height:15px;}
.category .block_content_subtitle{padding:25px 0 0;}
.page-template-page_contacts .block_content_subtitle{padding:25px 0 25px;}

@media (max-width:768px){
.block_content_subtitle h1,
.block_content_subtitle span{font-size:12px;}
.category .block_content_subtitle{padding:0;}

}


.blog_dt_wrap{display:flex;gap:10px;}

.content_text{position:relative;font-size:16px;line-height:1.7;font-weight:300;}
.content_text p{margin:0 0 25px;}
.content_text a{color:#8d7756;text-decoration:none;}
.content_text a:focus,
.content_text a:active,
.content_text a:is(:hover, :focus, :active){text-decoration:underline;}
.content_text ol{counter-reset:point;margin:15px 0 15px 0;padding:0 0 0 32px;line-height:1.6;}
.content_text ol li{list-style:none;position:relative;padding:0px 0 10px 18px;}
.content_text ol>li:before{content:counter(point);background:#e4e4e4;color:#333;counter-increment:point 1;position:absolute;top:4px;left:-14px;border-radius:5px;font-size:14px;line-height:20px;height:20px;width:20px;text-align:center;}
.content_text ul{margin:15px 0 15px 40px;padding:0;line-height:1.6;}
.content_text ul li{list-style:none;position:relative;padding:0;}
.content_text ul>li:before{content:'';display:block;top:10px;left:-16px;position:absolute;width:6px;height:6px;background:#8d7756;background-size:100%;border-radius:10px;}
.content_text ul>li>ul>li:before{content:'';display:block;transform:translateY(-50%);top:15px;left:-12px;position:absolute;width:6px;height:6px;background:#fff;border:1px solid #8d7756;border-radius:10px;}
.content_text ol{list-style:decimal;}
.content_text h2{position:relative;padding:35px 0 25px;font-size:30px;font-weight:300;margin:0;}
.content_text h3{font-size:25px;padding:35px 0 25px;font-weight:300;}
.content_text h4{font-size:22px;padding:25px 0 15px;font-weight:300;}
.content_text h5{font-size:21px;padding:25px 0 15px;font-weight:300;}
.content_text h6{font-size:20px;padding:25px 0 15px;font-weight:300;}
.content_text h2,
.content_text h3,
.content_text h4,
.content_text h5,
.content_text h6{line-height:1.1;}
.content_text table{border:1px solid #999;border-collapse:collapse !important;width:100% !important;}
.content_text table{display:block;overflow-x:auto;white-space:nowrap;}
.content_text table img{max-width:250px;}

.content_text table tbody{display:table;width:100%;}
.content_text th,
.content_text td{padding:5px;border:1px solid #999 !important;}
.content_text th{background:#D6CFC8;color:#fff;}
.content_text tr:nth-child(2n){background:#fff;}
.content_text tr:nth-child(2n+1){background:#f9f9f9;color:#14171A;}
.wp-block-table{margin:25px 0;width:100%;overflow:hidden;overflow-x:auto;padding:0 0 15px;}
.content_text iframe{width:100%;min-height:400px;}
.content_text .wp-block-image img{height:auto;}
.content_text .wp-block-image.is-style-rounded img{border-radius:9999px;}
.wp-block-column{padding:10px 15px;}
:where(.wp-block-columns.has-background){padding:10px 15px;}

@media (max-width:768px){
.content_text{font-size:16px;}
.content_text ol{margin:15px 0 0px 0;padding:0 0 0 15px;}
.content_text ul{margin:15px 0 15px 15px;}
.content_text ul li{padding:0 0 6px;line-height:1.2;}
.content_text h2{font-size:20px;padding:25px 0 15px;}
.content_text h3{font-size:18px;padding:25px 0 15px;}
.content_text h4{font-size:16px;padding:15px 0 10px;}
.content_text h5{font-size:16px;padding:15px 0 10px;}
.content_text h6{font-size:16px;padding:15px 0 10px;}
.content_text h2,
.content_text h3,
.content_text h4,
.content_text h5,
.content_text h6{font-weight:700;}
.wp-block-column{padding:0 5px;}:where(.wp-block-columns.has-background){padding:0 5px;}
}

.wp-block-image.size-large{margin:0 0 1em 0;}
.wp-block-image.size-large img{width:100%;height:auto;}
.wp-block-cover.has-background-dim{min-height:auto !important;}
.wp-block-cover.has-background-dim .wp-block-button{text-align:center;display:block;width:100%;}
a.wp-block-button__link{text-decoration:none;}
.wp-block-verse{font-style:italic;margin:15px 0;}
.content_text .wp-post-image{vertical-align:top;}
.content_text img{border-radius:8px;max-width:100%;height:auto;}
.content_text .alignleft,
.content_text img.alignleft{display:inline;float:left;margin-right:24px;margin-top:15px;}
.content_text .alignright,
.content_text img.alignright{display:inline;float:right;margin-left:24px;margin-top:15px;}
.content_text .aligncenter,
.content_text img.aligncenter{clear:both;display:block;margin:15px auto;}
.content_text .alignnone,
.content_text img.alignnone{margin:15px auto;width:auto;}
.content_text img.alignleft,
.content_text img.alignright,
.content_text img.aligncenter{margin-bottom:15px;padding:2px;}
.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;max-width:632px !important;width:auto !important;padding:4px;text-align:center;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px;}
.wp-smiley{margin:0;}
.gallery{margin:0 auto 18px;}
.gallery .gallery-item{float:left;margin-top:0;text-align:center;width:33%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery img{border:2px solid #cfcfcf;}
.gallery-columns-2 .attachment-medium{max-width:92%;height:auto;}
.gallery-columns-4 .attachment-thumbnail{max-width:84%;height:auto;}
.gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}
.gallery dl{margin:0;}
.gallery img{border:none;}
.gallery br+br{display:none;}
.contenttext .attachment img{display:block;margin:0 auto;}


.has-brand-primary-color{color:#8d7756;}
.has-brand-primary-background-color{background-color:#8d7756;}
.has-brand-secondary-color{color:#00321E;}
.has-brand-secondary-background-color{background-color:#00321E;}

.wp-block-media-text{margin:0 0 25px;}
.wp-block-image{margin:0 0 25px;}
.wp-block-image img{height:auto;}
.wp-block-gallery ul{padding:0 0 25px;margin:0;}
.wp-block-gallery ul li:before{display:none;}
.wp-block-gallery.columns-2,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-4,
.wp-block-gallery.columns-5,
.wp-block-gallery.columns-6,
.wp-block-gallery.columns-7,
.wp-block-gallery.columns-8{display:flex;}
figure.wp-block-gallery.has-nested-images .wp-block-image{padding:1%;}

.top_margin{padding: 35px 0 0;}

@media (max-width:768px){
:where(.wp-block-columns.is-layout-flex){gap:0 !important;}
}

/******* FAQ *********/
.faq_desc{padding:40px 0 25px;}
.faq_ttl{font-size:30px;line-height:1.1;font-weight:300;color:#030303;padding:0;}
.schema-faq{position:relative;padding:15px 0;}
.schema-faq-section{position:relative;padding:15px 55px 15px 0;cursor:pointer;transition:none;border-bottom:1px solid #9D9999;}
.schema-faq-section:last-child{border-bottom:none;}
.schema-faq-section:after{content:'';position:absolute;right: 12px;top: 24px;width: 12px;height:2px;transform: rotate(-90deg);background:#333;transition:0.4s ease-in-out;}
.schema-faq-section:before{content:'';position:absolute;right: 12px;top: 24px;width: 12px;height:2px;background:#333;transition:0.4s ease-in-out;}

.schema-faq-question{font-size:16px;font-weight:600; line-height:1.1;position: relative;display: block;}
.schema-faq-question:after{content:'';position:absolute;right: -48px;top: -1px;width:20px;height:20px;border:1px solid #000;border-radius:50px;}
.schema-faq-answer{display:none;transition:none;padding:20px 0 0;font-size:16px;line-height:1.5;}
.openfaq::after{transform:rotate(0);}

@media (max-width:768px){
    .faq_desc{padding:25px 0 15px;}
    .faq_ttl{font-size:20px;padding:0;}
.schema-faq-question{font-size:13px;}
.schema-faq-answer{padding:20px 0 0 0;font-size:13px;}
}



/******* Share *********/
.sh_this{position:relative;margin:0;padding:0;}
.sh_ico_wrp{display:flex;align-items:center;flex-wrap:wrap;}
.share_ttl{display:none;}
.sh_this a{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin:0 0 24px;}
.sh_this a:is(:hover, :focus, :active){cursor:pointer;transform:scale(1.2);}
.sh_this svg{fill:#fff;}
.sh_mess{position:fixed;display:none;z-index:999;max-width:750px;width:100%;left:50%;top:50%;transform:translate(-50%,-50%);background:#8d7756;color:#fff;padding:18px 40px;text-align:center;border-radius:5px;font-size:16px;line-height:1.1;}

@media (max-width:768px){
.sh_this{position:relative;top:auto;width:auto;display:flex;margin:0 0 20px;}
.sh_ico_wrp{position:relative;display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;}
.share_ttl{display:block;font-size:20px;line-height:1;font-weight:500;margin:0;padding:0;}
.sh_this a{margin:0 4px 10px;}
}
@media (max-width:400px){
.soc_sh.pt{display:none;}
}

/******* Recommended articles *********/
.recommended_sec{background:#fff;padding:60px 0 50px;}
.recommended_sec .subtitle_wrap{padding: 0 0 15px;margin:0 0 15px;border-bottom: 1px solid #d6d6d6;}
.recommended_sec .slider_btn_wrap{top:19px;}
.recommended_sec .slider_loop_wrapper{padding: 65px 0 0;margin: -65px 0 0;}
.recommended_sec .service_item{border-bottom:none;}



.recommended{padding:60px 0 50px;background:#fff;}
.recommended .blog_list{padding:0;}
.recommended a.actions_item{padding:0 10px;}


@media (max-width:768px){
.recommended{padding:0;}
.recommended_sec{background:#fff;padding:25px 0 25px;border-top: 1px solid #d6d6d6;}
.recommended_sec .service_thumb_ctr{margin: 0 auto;}
.recommended_sec .service_item {padding:0;}
.recommended_sec .slider_btn_wrap {top: 26px;}
}

@media (max-width:500px){
.recommended_sec .subtitle_wrap{padding: 0 0 15px;margin:0 0 15px;border-bottom:none;}
.recommended_sec .slider_loop_wrapper {margin: -65px -15px 0;}
.single-project .recommended_sec .slider_loop_wrapper {margin: -65px 0 0;}
.recommended_sec .slider_btn_wrap{right:15px;}
.recommended_sec .service_title_wrap{padding:20px 15px 0;}
}


/******* Category *********/
.after_title{padding:0 0 25px;max-width:100%;font-size:25px;line-height:1.6;font-weight:300;}
.cat_desc{padding:0 ;max-width:100%;font-size:16px;line-height:1.6;font-weight:300;}

.masonry{transition:none;}
.masonry *{transition:none;}
.loadmore_ctr{width:100%;text-align:center;padding:0;position:relative;}


@media (max-width:550px){
.cat_desc{font-size:13px;}

.category_page{padding:0;}
}



/******* project cat *********/

h1.ix_ttl_cntr{font-size:52px;padding:20px 0;font-weight:300;max-width:730px;line-height:1.3;letter-spacing:2px;}
.single-post h1.ix_ttl_cntr,
.page_head_author h1.ix_ttl_cntr{max-width:100%;}
.loadmore_ctr{display:none;}
.load_spin{display:none;position:absolute;left:50%;transform:translateX(-50%);}

@media (max-width:1300px){
h1.ix_ttl_cntr{font-size:42px;}
}

@media (max-width:768px){
h1.ix_ttl_cntr{font-size:25px;padding:10px 0 0;}
.loadmore_ctr{display:block;padding: 0 0 25px;}
}

.project_single{background:#fff;}
.service_single{background:#fff;padding:0 0 25px;}

/******* Pagination *********/
.pagination{text-align:center;padding:25px 0 0;margin-bottom:25px;}
.screen-reader-text{font-size:20px;line-height:40px;}
.pagination .current .screen-reader-text{position:static !important;}
.pagination .page-numbers{text-align:center;line-height:35px;min-width:35px;padding:0;display:inline-block;vertical-align:top;color:#00321E;border:1px solid transparent;background:transparent;border-radius:0;font-weight:500;font-size:14px;text-decoration:none;}
.pagination .page-numbers.current{text-transform:uppercase;color:#00321E;border:1px solid #00321E;}
.pagination .current{display:inline-block;line-height:35px;min-width:35px;}
.pagination .page-numbers:is(:hover,:focus,:active){color:#00321E;border:1px solid #00321E;text-decoration:none;}


@media (max-width:768px){
.pagination {display:none;}
}

/******* project loop *********/
.loop_project{position:relative;max-width:1200px;margin:0 auto;padding:0 15px;}

.slider_loop_wrapper{position:relative;display:flex;align-items:center;overflow:hidden;padding: 50px 0 0;margin: -50px 0 0;}
.slider_inner{display:flex;gap:3%;transition:transform 0.3s ease-in-out;will-change:transform;width:100%;padding:0 0 25px;}
.slider_inner .project_item {max-width:100%;}

.slider_btn_wrap{width:96px;position: absolute;right: 0;top: 19px;display:flex;align-items:center;justify-content:center;}
.slider_btn_wrap.slidenavcount,
.slider_btn_wrap.slidenavsmall{display:none;}

.prev_btn, .next_btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;padding:0;border-radius:50px;border:1px solid #8D7756;cursor:pointer;}
.prev_btn{left:0;}
.next_btn{right:0;}
.prev_btn:is(:hover, :focus, :active),
.next_btn:is(:hover, :focus, :active){background:#8d7756;border:1px solid #8d7756;cursor:pointer;}
.next_btn:is(:hover, :focus, :active):before,
.next_btn:is(:hover, :focus, :active):after,
.prev_btn:is(:hover, :focus, :active):before,
.prev_btn:is(:hover, :focus, :active):after{background:#fff;}

.next_btn:before,
.next_btn:after{content:'';position:absolute;left:14px;width:10px;height:2px;background:#8D7756;}
.prev_btn:before,
.prev_btn:after{content:'';position:absolute;right:14px;width:10px;height:2px;background:#8D7756;}
.next_btn:before{transform:rotate(45deg);top:14px;}
.next_btn:after{transform:rotate(-45deg);top:21px;}
.prev_btn:before{transform:rotate(-45deg);top:14px;}
.prev_btn:after{transform:rotate(45deg);top:21px;}

@media (max-width:768px){
.slider_btn_wrap.slidenavcount{display:flex;}
}


.head_category_thumbnail{width:100%;height:50vh;margin:0 0 40px; max-height:600px;position: relative;}
.head_category_thumbnail img{position:absolute;width:100%;height:100%;object-fit:cover;transition:opacity 0.8s ease;}

.project_list{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;flex-wrap:wrap;padding:25px 0;max-width:1366px;margin:0 auto;}

.project_item{position:relative;max-width:367px;display: block;}
.project_item:is(:hover, :focus, :active){text-decoration:none;}
.thumb_ctr{position:relative;overflow:hidden;display:block;height: 100%;max-height: 560px;}
.thumb_ctr img{height: 100%;width: 100%;object-fit:cover;object-position:center;display:block;transition:0.4s linear;}
.thumb_ctr::after{content:'';position: absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);opacity:0;transition:0.4s ease-in-out;}

.th_title_wrap{position:absolute;left:0;bottom:0;padding:0 0 10px 10px;opacity:0;transform:translateY(100%);z-index:2;}
.status_project{display:block;position:relative;padding:0 0 10px;color:#fff;}
.status_item{display:flex;padding:0 0 5px;gap: 7px;}
.status_item_ttl{position: relative;letter-spacing:2px;font-size:12px;line-height:1.1;font-weight:400;text-transform: uppercase;}
.status_item_txt{position: relative;font-size:12px;line-height:1.1;font-weight:400;}

.project_item:is(:hover, :focus, :active) .th_title_wrap{opacity:1;transform:translateY(0);}
.project_item:is(:hover, :focus, :active) .thumb_ctr:after{opacity:1;}
.project_item:is(:hover, :focus, :active) img{transform:scale(1.1);}

.th_title{font-size:20px;padding:10px 0 0;line-height:1.1;font-weight:300;color:#000;}

.project_item_btn{max-width:400px;font-size:12px;font-weight:300;line-height:1.2;color:#F7ECC9;display:flex;align-items:center;gap:5px;}
.project_item_btn i{display:block;width:20px;height:20px;background:url(../images/svg/arrow-project-more.svg) no-repeat center;background-size:contain;}

.project_item_btn:is(:hover, :focus, :active){color:#fff;}
.project_item_btn:is(:hover, :focus, :active) i{filter: brightness(100);}


.project_item .btn{padding:12px;}


@media (max-width:1300px){
.thumb_ctr{max-height:460px;}
}

@media (max-width:1060px){
.loop_project .slider_btn_wrap.slidenavsmall{display:flex;}
.th_title{font-size:16px;padding:10px 0;}
.project_item .th_title_wrap{opacity:1;transform:translateY(0);}
.project_item .thumb_ctr:after{opacity:1;}
}


@media (max-width:1020px){
.thumb_ctr{width:100%;}
}

@media (max-width:920px){
.project_list{grid-template-columns:repeat(2, 1fr);gap:15px;padding:10px 0;}
}

@media (max-width:768px){
.head_category_thumbnail{display:none !important;}

.project_item{max-width:100%;margin:0 0 15px;}
.thumb_ctr{max-height:350px;}
}

@media (max-width:650px){
.project_list{display: block;}

}


/******* Product single *********/
.big_ttl_pg.ttl_prod{padding:0 0 10px;}

.project_head{min-height:280px;display:flex;align-items:center;justify-content:center;}
.project_head .head_ttl_pg{color:#fff;padding:20px 0;font-size:52px;}
.project_head .btn_lftctr{padding:0 0 50px;}
.project_head .btn_light{border:1px solid #fff;color:#fff;}
.project_head .btn_light:is(:hover, :focus, :active){background:#8D7756;}

@media (max-width:920px){
.project_head{min-height:180px;}
}
@media (max-width:650px){
.project_head{min-height:1px;}
.project_head .head_ttl_pg{padding:25px 0;font-size:30px;font-weight: 500;text-align: center;letter-spacing: 1px;line-height: 1.2;}
}



.project_wrapper{display:flex;justify-content: space-between;flex-direction:row-reverse;}
.project_right_clm{position: relative;max-width:340px;width:100%;}
.project_right_container{position:sticky;top:15px;}
.project_desc_ttl{position:relative;display:flex;align-items:center;justify-content: space-between;padding:0 0 35px;}
.project_desc_ttl span{font-weight:700;font-size:16px;text-transform: uppercase;letter-spacing:2px;line-height:1;}
.project_desc_ttl i{width:55px;height:2px;background:#8D7756;display:block;}
.project_desc_text{position:relative;}
.project_desc_item{position:relative;display:block;width:100%;border-bottom:1px solid #9D9999;padding:0 0 15px;margin:0 0 15px;}
.project_desc_item:last-child{border-bottom:none;margin:0;}
.project_desc_title{color:#8D7756;font-weight:600;font-size:12px;text-transform: uppercase;letter-spacing:2px;line-height:1;padding:0 0 5px;}
.project_desc_text{font-weight:300;font-size:16px;line-height:1.4;}

.project_left_clm{position: relative;max-width:765px;width:100%;}
.project_left_clm .content_text > :first-child { padding-top: 0; }

@media (max-width:920px){
.project_wrapper{display:block;}
.project_right_container{position:relative;padding:0;top: 0;margin: 15px 0 25px;}
.project_right_clm{width:auto;max-width:920px;margin:0 -15px;}
.project_desc_ttl{border-top:1px solid #A0A8B1;border-bottom:1px solid #A0A8B1; padding:15px 10px;}
.project_desc_ttl i{width:20px;height:20px;border-radius:20px;border:1px solid #000;background:transparent;display:block;position: relative;}

.project_desc_ttl i:before,
.project_desc_ttl i:after{content:'';position:absolute;left: 8px;width: 6px;height: 1px;background:#000;transition:0.4s ease-in-out;}
.project_desc_ttl i:before{transform:rotate(-45deg);top: 9px;}
.project_desc_ttl i:after{transform:rotate(45deg);top: 9px;left: 4px;}

.project_desc_ttl.openspldesk{border-bottom:1px solid transparent;}
.project_desc_ttl.openspldesk i:before{transform: scaleY(-1) rotate(-45deg);}
.project_desc_ttl.openspldesk i:after{transform: scaleY(-1) rotate(45deg);}

.project_desc_text{display:none;padding:15px; transition:none;background:#F2F4F3;}

.project_left_clm .content_text{padding:0 0 5px;}

}

@media (max-width:650px){
.project_desc_ttl{padding:12px 10px;}
.project_desc_ttl span{font-size:14px;}
}


/*Spoiler*/
.spoiler_title{font-weight: bold;font-size: 18px;letter-spacing: 3px;cursor: pointer;}
.spoiler_title .spoiler_title_text{position: relative;padding:10px 0;display: inline-block;}
.spoiler_title .spoiler_title_text span{padding-right:50px;}

.spoiler_title .spoiler_title_text:after{content:'';position:absolute;right: 21px;top: 50%;width: 14px;height: 3px;transform: rotate(-90deg);background:#000;transition:0.4s ease-in-out;}
.spoiler_title .spoiler_title_text:before{content:'';position:absolute;right:21px;top: 50%;width: 14px;height: 3px;transform: rotate(0);background:#000;transition:0.4s ease-in-out;}
.spoiler_title.openspl .spoiler_title_text:after{transform: rotate(0);}
.spoiler_title.openspl .spoiler_title_text:before{transform: rotate(0);}

.spoiler_wrap{display:none;padding:15px 0;transition:none;}


/*Gallery Slider*/
.project_gallery{background:#fff;overflow: hidden;padding: 35px 0 40px;}
.project_gallery_square{border:1px solid #8D7756;width:calc(1200px * 0.7);max-width:765px;position:absolute;top:69px;bottom:40px;right: 50%;transform: translateX(18%);}

.project_galler_ttl{max-width:1200px;width:100%;margin:0 auto 25px;position: relative;}
.project_galler_ttl h3{display:inline-block;background:#fff;padding:10px;font-size:40px;line-height:1;font-weight:300;}

.slider-counter{position: absolute;bottom:-10px;left:75%;font-size:16px;font-weight:500;line-height:1;letter-spacing:3px;}

.project-slider-wrapper{overflow: hidden;margin: 0 0 35px;position: relative;}
.project-slider {position: relative; display: flex; justify-content: center; align-items: center; overflow: visible;height:560px;}
.project-slider-wrapper .dots-container,
.project-slider-wrapper .slider-nav{display:none;}
.slide{position:absolute; transition: all .4s ease; opacity: 0; transform: scale(.7);overflow: hidden;height:560px;max-width:1170px;cursor: pointer;}
.slide img{height: 100%;width: 100%;object-fit:cover;object-position:center;display:block;}
.slide.active { position: relative; opacity: 1; transform: scale(1); z-index: 3;}
.slide.prev { opacity: 1; transform: translateX(-95%) scale(.8); z-index: 2;}
.slide.next { opacity: 1; transform: translateX(95%) scale(.8); z-index: 2;}

.hide_tab_buttons{display:none;}


.slider-nav{position:absolute;bottom: 0;left: 50%;margin-left: 33%;width:100px;}
.slider-next{position:absolute;right:0;background:#8d7756;height:40px;width:40px;transform:translateY(-50%) rotate(0);cursor: pointer;border-radius:50px;}
.slider-prev{position:absolute;left:0;background:#8d7756;height:40px;width:40px;transform:translateY(-50%) rotate(0);cursor: pointer;border-radius:50px;}
.slider-nav span{position:absolute;left:50%;top:50%;border:1px solid #00321E;height:0;width:0;transform:translate(-50%,-50%);border-radius:50px;opacity:0;}
.slider-prev:is(:hover, :focus, :active),
.slider-next:is(:hover, :focus, :active){background:#00321E;transform:translateY(-50%) scale(1.1);transition:all .4s ease-in-out;}
.slider-prev:is(:hover, :focus, :active) span,
.slider-next:is(:hover, :focus, :active) span{height:48px;width:48px;opacity:1;}

.slider-next:before,
.slider-next:after{content:'';position:absolute;left:16px;width:10px;height:2px;background:#fff;}
.slider-prev:before,
.slider-prev:after{content:'';position:absolute;right:16px;width:10px;height:2px;background:#fff;}
.slider-next:before{transform:rotate(45deg);top:16px;}
.slider-next:after{transform:rotate(-45deg);top:22px;}
.slider-prev:before{transform:rotate(-45deg);top: 16px;}
.slider-prev:after{transform:rotate(45deg);top: 22px;}


@media (max-width: 1200px) {
.project_gallery_square{left:0;width:70%;transform:none;}
}

@media (max-width: 768px) {

.project_gallery {padding:0;}
.project_galler_ttl{border-top:1px solid #A0A8B1;margin:0 auto;padding:5px 15px;display: flex;align-items: center;justify-content: space-between;}
.project_galler_ttl h3{font-size:20px;padding:10px 0;}

.slider-counter {position: relative;bottom: auto;left: auto;font-size: 12px;}
.project_gallery_square{display:none;}

.project-slider{max-height:320px;}
.slide{transform:none;opacity:0;height:320px;}
.slide.active{opacity:1;transform:none; }
.slide.prev,
.slide.next{opacity:0;}
.after-project-slider .slider-nav{display:none;}
.project-slider-wrapper .dots-container,
.project-slider-wrapper .slider-nav{display:flex;opacity: 1;left: -25px;}
.project-slider-wrapper .dots-container{position:absolute;left: 50%;bottom: 10px;z-index: 3;transform: translateX(-50%);background:rgba(217, 217, 217, 0.8);border-radius:20px;padding:7px 10px;display: flex;align-items: center;gap:10px;}
.project-slider-wrapper .dot{background:#A0A8B1;width:6px;height:6px;border-radius:6px;}
.project-slider-wrapper .dot.active{background:#000;}
.slider-nav{bottom:50%;left:0;margin-left:0;width:100%;z-index:3;}
.slider-next{right:15px;background:rgba(217, 217, 217, 0.8);}
.slider-prev{left:15px;background:rgba(217, 217, 217, 0.8);}
.slider-prev:is(:hover, :focus, :active),
.slider-next:is(:hover, :focus, :active){background:#fff;}
.slider-next:before,
.slider-next:after{background:#000;}
.slider-prev:before,
.slider-prev:after{background:#000;}
}



/* Modal styles */
.modal-gall .next-button{position:absolute;right:10px;background:rgba(255, 255, 255,0.9);height:40px;width:40px;transform:translateY(-50%) rotate(0);cursor: pointer;border-radius:50px;}
.modal-gall .prev-button{position:absolute;left:10px;background:rgba(255, 255, 255,0.9);height:40px;width:40px;transform:translateY(-50%) rotate(0);cursor: pointer;border-radius:50px;}

.modal-gall .prev-button:is(:hover, :focus, :active),
.modal-gall .next-button:is(:hover, :focus, :active){background:#8d7756;transform:translateY(-50%) scale(1.1);transition:all .4s ease-in-out;}
.modal-gall .next-button:is(:hover, :focus, :active):before,
.modal-gall .next-button:is(:hover, :focus, :active):after{background:#fff;}

.modal-gall .next-button:before,
.modal-gall .next-button:after{content:'';position:absolute;left:16px;width:10px;height:2px;background:#000;}
.modal-gall .prev-button:before,
.modal-gall .prev-button:after{content:'';position:absolute;right:16px;width:10px;height:2px;background:#000;}
.modal-gall .next-button:before{transform:rotate(45deg);top:16px;}
.modal-gall .next-button:after{transform:rotate(-45deg);top:22px;}
.modal-gall .prev-button:before{transform:rotate(-45deg);top:16px;}
.modal-gall .prev-button:after{transform:rotate(45deg);top:22px;}

.main-image.fade-out{opacity:0;}
.main-image.fade-in{opacity:1;}


.modal-gall{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0, 50, 30,0.95);justify-content:center;align-items:center;}
.modal-content-gall{margin:auto;display:block;max-width:90%;max-height:90%;background:#fff;}
.close-gall{position:absolute;top:15px;right:15px;color:#fff;font-size:65px;line-height: 30px;text-align:center;height:40px;width:40px;font-weight:100;cursor:pointer;transition:all .4s ease-in-out;}
.close-gall:is(:hover, :focus, :active){transform:rotate(360deg);}

#modal-gall .modal-thumbs{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;padding:8px;background:rgba(0,0,0,0.3);overflow-x:auto;backdrop-filter:blur(4px);}
#modal-gall .modal-thumbs .modal-thumb{position:relative;width:56px;height:56px;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:0.6;transition:opacity 0.2s, transform 0.2s;}
#modal-gall .modal-thumbs .modal-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
#modal-gall .modal-thumbs .modal-thumb.active{opacity:1;outline:2px solid #fff;transform:scale(1.05);}
#modal-gall .modal-thumbs .modal-thumb{display:inline-block;}

@media (max-width:550px){
.modal-gall .next-button{right:0;}
.modal-gall .prev-button{left:0;}
}







.consult_btn{display:inline-block;background:#54A4A8;color:#fff;padding:10px 15px;font-size:14px;line-height:1;font-weight:400;border-radius:5px;text-decoration:none;}
.consult_btn:is(:hover, :focus, :active){background:#8d7756;text-decoration:none;}

.fast_share_wrap{border-top:1px solid #e2edf3;border-bottom:1px solid #e2edf3;padding:15px 0;display:flex;align-items:center;flex-wrap:wrap;gap:5px;}

.share_btn.btn_white{color:#7C7C7C;font-weight:500;font-size:14px;border-radius:5px;gap:5px;padding:7px 15px;}
.share_btn.btn_white:is(:hover, :focus, :active){color:#fff;cursor:pointer;}
.share_btn img{opacity:0.7;}
.share_btn:is(:hover, :focus, :active) img{filter:invert(1) sepia(1) grayscale(1);opacity:1;}

.btn_write{color:#7C7C7C;font-weight:500;font-size:14px;}
.btn_write:is(:hover, :focus, :active){color:#8d7756;cursor:pointer;}

.modal_share{display:none;position:fixed;z-index:999999;top:50%;left:50%;transform:translate(-50%,-50%);transition:none;}
.modal_share_wrap{display:flex;align-items:center;background:#8d7756;border-radius:5px;padding:15px;box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.15);}
.modal_share_wrap .sh_this{position:relative;top:auto;width:auto;}
.modal_share_wrap .sh_ico_wrp{flex-direction:row;}
.modal_share_wrap .sh_this a{margin:12px;}
.modal_share_close{cursor:pointer;margin-left:5px;width:20px;height:20px;background:url(../images/svg/del.svg) no-repeat center;filter:invert(1);}
.modal_share_close:is(:hover, :focus, :active){transform:scaleY(-1);}


@media (max-width:768px){
.modal_share{left:10px;right:10px;transform:translate(0, -50%);}
.modal_share_wrap .sh_this{flex-wrap:wrap;align-items:center;justify-content:center;width:100%;}
.modal_share_wrap .share_ttl{width:100%;margin:0 0 15px;text-align:center;color:#fff;}
.modal_share_wrap{padding:25px 10px 10px;}
.modal_share_close{position:absolute;top:5px;right:5px;}
}

.delivery_mess{border-radius:10px;border:1px solid #D9D9D9;padding:5px 15px;font-size:15px;margin:15px 0 0;}
.delivery_mess p{margin:0 0 10px;}
.delivery_mess ul{margin:0 0 10px;}

.sm_ttl_prod{padding:0 10px 25px;font-size:22px;line-height:1;font-weight:bold;text-align:center;}

@media (max-width:920px){
.project_flex{margin:0 0 20px;}
.sm_ttl_prod{font-size:24px;}
.recommended .loop_project{margin:0 auto;}
}

@media (max-width:650px){
.btn_price_ctr{display:block}
.btn_price_ctr .btn_lftctr{justify-content:flex-start;}
}

@media (max-width:550px){
button.add-to-cart{width:100%;}
.contact_btns_wrap{flex-wrap:wrap;justify-content:space-between;}
}
@media (max-width:350px){
.contact_btns_wrap{flex-wrap:wrap;justify-content:center;}
}


.desc_h4{font-size:20px;padding:0 0 15px;}







/******* Services cat *********/
.service_list{display:block;padding:25px 0;}
.service_item{position:relative;width:100%;display:flex;align-items: center;align-items:center;justify-content:space-between;border-bottom:1px solid #d6d6d6;}
.service_item:nth-child(2n){flex-direction:row-reverse;}
.service_item:last-child{border-bottom:1px solid transparent;}
.service_item:is(:hover, :focus, :active){text-decoration:none;}
.service_thumb_ctr{position:relative;overflow:hidden;width:41%;max-width:470px;}
.service_thumb_ctr img{height:100%;width:100%;object-fit:cover;object-position:center;display:block;transition:0.4s linear;}
.service_title_wrap{position:relative;width:55%;margin:0 0 0 4%;padding:15px 0;}
.service_item:nth-child(2n) .service_title_wrap{margin:0 4% 0 0;}
.service_item:is(:hover, :focus, :active) img{transform:scale(1.1);}

.service_title{font-size:30px;padding:0 0 35px;line-height:1.1;font-weight:300;color:#000;}
.service_text{font-size:16px;padding:0 0 20px;line-height:1.5;font-weight:300;color:#000;}

.service_item_btn{position: relative; display: inline-flex;align-items: center; font-size:16px;font-weight:600;line-height:1.2;color:#000;letter-spacing:2px;padding:0 0 6px;}
.service_item_btn:after{content:'';position: absolute;bottom:0;left:0;width:0;height:1px;background:#000;transition:0.4s ease-in-out;}
.service_item_btn i{display:block;width:20px;height:20px;background:url(../images/svg/arrow-project-more.svg) no-repeat center;background-size:contain;transform:translateX(-20px);opacity:0;transition:0.4s ease-in-out;filter:brightness(100) invert(1);}
.service_item_btn:is(:hover, :focus, :active) i{transform:translateX(0);opacity:1;}
.service_item_btn:is(:hover, :focus, :active):after{width:100%;}



@media (max-width:768px){
.head_category_thumbnail{display:none;}
.service_list{padding:0;}
.service_item{max-width:100%;display:block;padding:30px 0 20px;border-bottom:1px solid transparent;}
.service_item:after{content:'';position:absolute;bottom:0;left:-15px;right:-15px;height:1px;background:#d6d6d6;}
.service_item:last-child:after{display:none;}
.service_thumb_ctr{width:auto;max-height:250px;margin:0 auto;}
.service_title_wrap{position:relative;width:100%;margin:0;padding:20px 0 0;}
.service_item:nth-child(2n) .service_title_wrap{margin:0;}
.service_title{font-size:20px;padding: 0 0 20px;}
.service_text{font-size:13px;}
}

@media (max-width:500px){
.service_thumb_ctr{height: 180px;margin:0 -15px;}
.service_thumb_ctr img {position: absolute;}
}


/******* Services single *********/
.adapt_container{position:relative;overflow: hidden;padding:0 15px;}
@media (min-width:590px){
.adapt_container .content_text *{max-width:760px !important;width:100% !important;margin-left:auto !important;margin-right: auto !important;}
}
.adapt_container .content_text ul{padding:0 0 0 25px;}
.adapt_container .content_text p.has-background{position:relative;padding:25px 0;}
.adapt_container .content_text p.has-background::before{content:'';position:absolute;left:-100vw;right:-100vw;top:0;bottom:0;background:inherit;z-index:-1;}

@media (max-width:768px){
.adapt_container .content_text p.has-background,
p.has-background{padding:15px;margin: 0 -15px 25px;}
}


/*Gallery*/
.gallery_section{background:#fff;padding:0 0 25px;}
.brick_container{max-width:1920px;margin:0 auto;}
.brick_container .subtitle_wrap {padding: 0px 0px 15px;}

.gallery_section .btn_centctr{padding:0 15px;}
.see_more{display:none;}
.brick_gallery {display: flex;flex-wrap: wrap;transition:none;}
.brick_gallery a{position: relative;display:block;overflow: hidden;aspect-ratio: 924 / 475;transition:none !important;}
.brick_gallery a:hover img{transform:scale(1.1);}
.brick_gallery a img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;margin:0;padding:0;border:10px solid #fff;transition:1s ease-in-out;}
.brick_gallery a:nth-child(4n+1), 
.brick_gallery a:nth-child(4n+2) {width: 25%;}
.brick_gallery a:nth-child(4n+3) {width: 50%;}
.brick_gallery a:nth-child(4n+4) {width: 50%;}
.brick_gallery a:nth-child(4n+5), 
.brick_gallery a:nth-child(4n+6) {width: 25%;}
.brick_gallery a:nth-child(4n+7), 
.brick_gallery a:nth-child(4n+8){width: 50%;}
.brick_gallery a:nth-child(4n+9) {width: 25%;}
.brick_gallery a:nth-child(4n+10) {width: 25%;}
.brick_gallery a:nth-child(4n+11) {width: 50%;}


@media (max-width: 1024px) {
.brick_gallery a:nth-child(4n+1), 
.brick_gallery a:nth-child(4n+2),
.brick_gallery a:nth-child(4n+5), 
.brick_gallery a:nth-child(4n+6),
.brick_gallery a:nth-child(4n+9),
.brick_gallery a:nth-child(4n+11) {width: 50%;aspect-ratio: 475 / 475;}
.brick_gallery a:nth-child(4n+3),
.brick_gallery a:nth-child(4n+4),
.brick_gallery a:nth-child(4n+7),
.brick_gallery a:nth-child(4n+8),
.brick_gallery a:nth-child(4n+10){width: 100%;}
}

@media (max-width:650px) {
.brick_gallery a{margin:0 0 15px;}
.brick_gallery a img{border:none;}
.brick_gallery a:nth-child(4n+1), 
.brick_gallery a:nth-child(4n+2),
.brick_gallery a:nth-child(4n+5), 
.brick_gallery a:nth-child(4n+6),
.brick_gallery a:nth-child(4n+9),
.brick_gallery a:nth-child(4n+11){width:100%;aspect-ratio: 924 / 475;}
}



/*Videos*/
.video_section{background:#fff;padding:0 0 40px;}
.video_block{text-align:center;cursor:pointer;width:100%;height:380px;margin:25px 0;position:relative;}
.single-service .video_block{width:100%;max-width:760px;height:300px;margin:0 auto;}
.video_block:before{z-index:1;opacity:1;transition:opacity 1s ease;position:absolute;content:'';left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.2);}
.video_block img{width:100%;height:100%;vertical-align:top;position:absolute;top:0;left:0;object-fit:cover;object-position:center;}

.btnplay{z-index:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:100px;background:#8d7756;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);transition:all .4s ease-in-out;}
.btnplay:before{content:'';z-index:2;position:absolute;left:50%;top:50%;transform:translate(-20%,-50%);width:0;height:0;border:25px solid transparent;border-left:40px solid #fff;transition:all .4s ease-in-out;}
.btnplay:is(:hover, :focus, :active){background:#8d7756;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);transform:translate(-50%,-50%) rotate(360deg);}
.btnplay:is(:hover, :focus, :active):before{transform:translate(-20%,-50%) scale(1.1);}

.modal_vdblock{display:none;}

.modal_vdplayer{position:fixed;left:0;top:-150%;right:0;height:100%;width:100%;z-index:9999;background:rgba(0,0,0,0.9);display:flex;justify-content:center;align-items:center;transition:all .5s ease-in-out;}
.modal_vdplayer iframe,
.modal_vdplayer video{width:90vw;height:80vh;}
.modal_vdplayer .cls_search{position:absolute;z-index:5;right:25px;top:25px;margin:0 auto;width:26px;height:26px;transition:all 0.8s ease-in-out;}
.admin-bar .modal_vdplayer .cls_search{top:60px;}
.modal_vdplayer .cls_search:is(:hover, :focus, :active){cursor:pointer;transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.modal_vdplayer .cls_search_ll,.modal_vdplayer .cls_search_lr{background:#fff;width:29px;height:2px;border-radius:4px;position:absolute;left:-2px;top:12px;}
.modal_vdplayer .cls_search_ll{transform:rotate(-45deg);}
.modal_vdplayer .cls_search_lr{transform:rotate(45deg);}


@media (max-width:920px){
.video_block{height:226px;}
}

@media (max-width:768px){
.video_block{height:260px;}
.modal_vdplayer iframe{height:260px;}
.modal_vdplayer .cls_search{right:5px;top:5px;}
.btnplay{width:80px;height:80px;}
.btnplay:before{border:13px solid transparent;border-left:20px solid #fff;}
}

@media (max-width:550px){
.video_block{height:240px;}
.modal_vdplayer iframe{height:240px;}
}


@media (max-width:450px){
.video_block{height:200px;}
.modal_vdplayer iframe{height:200px;}
}





/******* Blog *********/
.blog_list{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;flex-wrap:wrap;padding:25px 0;max-width:1366px;margin:0 auto;}

.blog_item{position:relative;overflow:hidden;cursor:pointer;text-decoration:none;padding:10px 10px 20px;display: block;}
.blog_item:after{content:'';position: absolute;bottom:10px;left:0;right:0;height:1px;background:#8D7756;}
.blog_item:is(:hover, :focus, :active){text-decoration:none;background:#ECEDEE;}
.blog_item_img{overflow:hidden;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.blog_item_img img{width:100%;height:auto;}
.blog_item:is(:hover, :focus, :active) .blog_item_img img{transform:scale(1.05);}


.blog_item_category{padding:0 0 10px;}
.blog_item_category a{display:block;font-size:16px;font-weight:500;text-transform:uppercase;color:#000;}
.blog_item_title_text{padding:10px 0;font-size:25px;color:#000;position:relative;z-index:2;overflow:hidden;}

.blog_item_ttl{font-size:25px;line-height:1.2;padding:0;font-weight:300;color:#000;padding:0 0 10px;}
.blog_item_text{font-size:16px;line-height:1.5;padding:0;font-weight:300;color:#000;}


.blog_item .blog_item_author{display:flex;align-items:center;gap:15px;padding:0 0 10px;}
.blog_item .blog_item_author img{display:block;width:70px;height:70px;border-radius:50px;}
.blog_item .blog_item_author span{color:#00321E;font-weight:500;font-size:16px;}

/*
.blog_item .blog_item_author{display:flex;align-items:center;gap:15px;padding:0 0 10px;}
.blog_item .blog_item_author img{display:block;width:70px;height:70px;border-radius:50px;}
.blog_item .blog_item_author span{color:#00321E;font-weight:500;font-size: 18px;padding: 0 0 4px;}
.blog_item .blog_item_author:is(:hover,:focus,:active) span{text-decoration: underline;}
*/




@media (max-width:950px){
.blog_list{grid-template-columns:repeat(2, 1fr);gap:10px;}
}
@media (max-width:768px){
.blog_list{padding:0;}

}
@media (max-width:550px){
.blog_list{display:block;}
.blog_item_title_text{padding:10px 15px 25px;}
}

/******* Blog Single*********/
.blog_ttl{font-size:45px;line-height:1.5;font-weight:bold;position:relative;padding:25px 0 7px;}


.single_share .share_ttl{display:block;font-weight:bold;padding:0 0 15px;}
@media (max-width:768px){
.blog_ttl{font-size:28px;padding:10px 0 0;}
.single_share  .sh_this{display:block;margin:0;}
}


/******* Blog Author*********/
.author_postinfo{display:flex;align-items:center;gap:20px;margin:0 0 40px;}
.author_postinfo_left{position:relative;}
.author_postinfo_right{position:relative;}
.author_postinfo_photo{width:85px;height:auto;border-radius:100px;border:1px solid #f1f1f1;}
.author_postinfo_heading{padding:0 0 10px;}
.author_postinfo_name{font-size:16px;text-decoration:none;color:#00321E;}
.author_postinfo_name:is(:hover,:focus,:active){text-decoration:underline;}

/*
.author_name{font-size:20px;font-weight: 500;display: block;}
.author_position{color: #777 !important;display: block;font-size: 13px !important;line-height: 1.1;}
*/
.author_info_wrap{display:flex;gap:5%;}
.author_info_left{max-width:315px;width:35%;}
.author_info_right{width:60%;}

.author_info_photo{max-width:100%;height:auto;border-radius:6px;border:1px solid #f1f1f1;}
.author_info_name{font-size:25px;color:#579040;padding:10px 0 15px;margin:0 0 15px; border-bottom:1px solid #f1f1f1;}
.author_info_social{display:flex;align-items:center;flex-wrap:wrap;gap:5px;}
.author_info_social a{display:block;padding:5px;background:#f1f1f1;border-radius: 50px;}
.author_info_social a:is(:hover,:focus,:active){background:#8d7756;}
.author_info_social a:is(:hover,:focus,:active) i{filter:none;opacity:1;}
.author_info_social i{display:block;filter:invert(1);opacity:0.7; width:24px;height:24px;background-size:contain;}
.author_link_fb i{background:url(../images/socials/fb_sh.svg) no-repeat center;}
.author_link_tw i{background:url(../images/socials/x_sh.svg) no-repeat center;}
.author_link_in i{background:url(../images/socials/in_sh.svg) no-repeat center;}
.author_link_tg i{background:url(../images/socials/tg_sh.svg) no-repeat center;}
.author_link_wt i{background:url(../images/socials/wt_sh.svg) no-repeat center;}
.author_link_vb i{background:url(../images/socials/vb_sh.svg) no-repeat center;}
.author_link_yt i{background:url(../images/socials/yt_sh.svg) no-repeat center;}
.author_link_tt i{background:url(../images/socials/tt_sh.svg) no-repeat center;}

@media (max-width:768px){
.author_info_wrap{display:block;}
.author_info_left{max-width:315px;width:100%;margin:0 auto;}
.author_info_right{width:100%;}
}


/******* Search Loop *********/
.searchlp_list{display:grid;grid-template-columns:repeat(3, 1fr);gap:35px;flex-wrap:wrap;padding:25px 0;max-width:1366px;margin:0 auto;}

.searchlp_item{position:relative;overflow:hidden;cursor:pointer;text-decoration:none;padding:0;}
.searchlp_item:is(:hover, :focus, :active){text-decoration:none;}
.searchlp_item:is(:hover,:focus,:active) img{transform:scale(1.05);}
.searchlp_item_img{overflow:hidden;width:100%;position:relative;display:flex;align-items:center;justify-content:center;}
.searchlp_item img{width:auto;height:auto;max-width:100%;max-height:100%;transition:0.4s ease-in-out;}
.searchlp_item_ttl{font-size: 20px;padding: 10px 0 0;line-height: 1.1;font-weight: 300;color: #000;}

@media (max-width:768px){
.searchlp_list{grid-template-columns:repeat(2, 1fr);}
}

@media (max-width:450px){
.searchlp_list{grid-template-columns:repeat(1, 1fr);}
.searchlp_item{max-width:367px;margin:0 auto;}
}



/******* 404 *********/
.error_pg{padding:50px 0;display:flex;align-items:center;justify-content:center;}
.error_item{text-align:center;padding:0 10px;}
.error_item h1{display:flex;align-items:center;justify-content:center;font-size:45px;}
.big_num_err{display:flex;align-items:center;}
.big_num_err img{width:50%;max-width:225px;height:auto;display:block;margin-left:5%;}
.big_num_err span{font-size:200px;line-height:1;font-weight:bold;color:#8d7756;}
.big_num_err span:is(:hover,:focus,:active){color:#16A7B2;}
.err_text{padding:15px 0;font-size:25px;}
.err_bk{padding-bottom:50px;}

@media(max-width:550px){
.error_pg{padding:10px 0;}
.error_item h1{font-size:20px;}
.err_text{font-size:17px;}
.big_num_err{flex-direction:column-reverse;}
.big_num_err span{font-size:80px;padding-top:25px;}
.big_num_err img{max-width:130px;margin-left:0;}
}



/******* Contacts page *********/
.contacts_page{padding:0;}
.contacts_item{margin:0 0 25px;}
.contacts_page a{color:#000;}
.contacts_page a:is(:hover, :focus, :active){text-decoration:underline;}

.contacts_column_wrap{display:flex;align-items:center;justify-content: space-between; flex-wrap:wrap;gap:2%;}
.contacts_column_item{margin:0 0 20px;padding:0;position:relative;width:49%;overflow:hidden;max-width: 520px;}
.contacts_img{max-width:520px;height:auto;position:relative;}
.contacts_img_logo{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);display: block;width:50%;height: auto;}

.contacts_form_bg{position:absolute;left:0;top:0;bottom:0;right:0;opacity:0.1;}

.page-template-page_contacts .content_text {font-weight: 400;line-height: 1.5;}



@media (max-width:820px){
.contacts_column_wrap{gap:0;flex-direction:column;padding:0;}
.contacts_column_item{width:100%;margin:0 0 15px;}
.contacts_img{display:none;}
.page-template-page_contacts .block_content_subtitle {padding:0 0 25px;}
}


/******* Socials *********/
.our_socials{position:relative;display:flex;align-items:center;flex-wrap:wrap;}
.our_socials .social_item{position:relative;display:flex;align-items:center;justify-content:center;margin-right:20px;}
.our_socials span{line-height:1;}






/******* CTA Block *********/
.cta_block{padding:40px 10px;background:#ECEDEE;}
.cta_block_wrappers{position:relative;max-width:1360px;margin:0 auto;overflow:hidden;padding:0 10px;}
.cta_block_ctr{max-width:960px;margin:0 auto;}

.cta_text.content_text{color:#000;font-size:18px;font-weight:300;}
.cta_text.content_text h2,
.cta_text.content_text h3,
.cta_text.content_text h4{font-size:40px;font-weight:300;line-height:1;padding:0 0 30px;letter-spacing:2px;}


.cta_block_frm{padding:0;max-width:780px;margin:0 auto;}
.cta_block_frm .wpforms-submit{width:auto;}


.cta_block .wpforms-form{display:flex;align-items:center;justify-content:space-between;}
.cta_block .wpforms-field-container{display:flex;align-items:center;justify-content:space-between;width:62%;}
.cta_block .wpforms-submit-container{display:flex;align-items:center;justify-content:space-between;width:31%;}
.cta_block .wpforms-field{width:46%;}
.cta_block em.wpforms-error{margin-top:0;}
.cta_block .wpforms-confirmation-container{color:#000;font-size:19px;padding:0;}


.cta_block .wpforms-field-label{display:none;}
.cta_block input[type="text"],
.cta_block input[type="email"],
.cta_block textarea{color:#000;border:1px solid #A0A8B1;margin-bottom:0;}

.cta_block input[type="text"]:is(:hover,:focus,:active),
.cta_block input[type="email"]:is(:hover,:focus,:active),
.cta_block textarea:is(:hover,:focus,:active){border-color:#000;}
.cta_block .mask_num{color:#ccc;}

.cta_block input::-webkit-input-placeholder,
.cta_block textarea::-webkit-input-placeholder{color:#DEDEDE;}
.cta_block input::-moz-placeholder,
.cta_block textarea::-moz-placeholder{color:#DEDEDE;}

.cta_block button.wpforms-submit{background:#00321E;font-size:14px;text-transform:uppercase;color:#fff;border:1px solid #231F20;width:100%;padding:15px 10px;margin:0;}
.cta_block button.wpforms-submit:is(:hover, :focus, :active){background:#8d7756;border:1px solid #8d7756;color:#fff;}

.cta_block .phone-overlay{background:transparent;top:1px;line-height:45px;}
.cta_block .phone-overlay .mask_num span{color:#939393;}




@media (max-width:768px){
.cta_block{padding:20px 0;}
.cta_text.content_text h2,
.cta_text.content_text h3,
.cta_text.content_text h4{font-size: 25px;padding:0 0 20px;letter-spacing: 0;}
.cta_text.content_text p{font-size:16px;max-width: 250px;margin: 0 auto 25px;line-height: 1.1;}
.cta_block_frm{max-width:100%;}

.cta_block .wpforms-form{display:block;}
.cta_block .wpforms-field-container input{margin-bottom:15px;}
.cta_block .wpforms-field-container,
.cta_block .wpforms-submit-container{display:block;width:100%;margin:0;}

.cta_block .wpforms-field{width:100%;}
.cta_block_frm .wpforms-submit{width:100%;}
.cta_block .phone-overlay{bottom:17px;}
}

/******* Footer *********/
footer{position:relative;overflow:hidden;font-size:14px;line-height:1.7;background:#fff;color:#000;}
footer a{color:#000;}
footer a:is(:hover, :focus, :active){text-decoration:underline;color:#8d7756;}
.footer_container{width:100%;max-width:1160px;margin:0 auto;padding:25px 10px 0;}
.footer_wrapper{position:relative;padding:25px 10px;border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:0 10px;}

.logo_foot{margin:0;}
.logo_foot img{max-width:156px;height:auto;display:block;}

.f_widget{margin:0 0 25px;font-weight:300;font-size:14px;width: 14%;max-width:250px;}


.f_widget li{list-style:none;padding:0 0 5px;}
.f_widget .textwidget li{padding:0 0 10px;}
.f_widget .textwidget p{padding:0 0 10px;}
.f_titlebg{line-height:1.1;min-height:15px; margin:0 0 20px;font-size:14px;font-weight:bold;position:relative;}
.colum_widget{width:100%;font-size:14px;display:flex;justify-content:space-between;gap:1%;flex-wrap:wrap;}
.colum_widget ul{margin:0;padding:0;}


.colum_widget .menu > li{display:block;}
.colum_widget .menu > li.menu-item-has-children{margin:0 0 10px;}
.colum_widget .menu a{display:block;line-height: 1.3;font-size: 12px;}
.colum_widget .menu a:is(:hover, :focus, :active){color:#8d7756;text-decoration:underline;}

.foot_social_menu .ctc_item_img{display:none;}
.foot_social_menu .contacts_item{margin:0 0 5px}
.foot_social_menu a.contacts_info_item{font-size:16px;font-weight:400;color:#000;display:flex;margin:0 0 5px}
.foot_social_menu a.contacts_info_item span{font-weight:400;font-size:14px;}
.foot_social_menu a.contacts_info_item img{filter:grayscale(1) brightness(0);}


.foot_social{position:relative;}
.foot_social .our_socials{gap:5px;}
.foot_social a{margin:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;}
.foot_social .phone_head{display:none;}
.foot_social a:is(:hover, :focus, :active){transform:scale(1.1);}
.foot_social img{width:24px;height:24px;background-size:24px;opacity:0.7;}
.foot_menu_wrap a{color:#fff;font-size:14px;}

.copyright{display:flex;align-items:center;justify-content:center;background:#ECEDEE;color:#555;text-align:center;padding:5px 10px;font-size:12px;}

.footer_code{display:none;visibility:hidden;opacity:0;}


@media (max-width:1560px){
.logo_item .btn{padding:16px 10px;}
}

@media (max-width:1100px){
.foot_menu_wrap{padding:15px 0 0;}
.colum_widget .f_widget{width:49%;}
}

@media (max-width:920px){
.footer_wrapper{display:block;padding:20px 0;border-top:1px solid #DEDEDE;}
.footer_container{padding:0 10px;}
.f_widget{font-size:14px;text-align:left;}
.f_titlebg{font-size:16px;margin-bottom:5px;}
.colum_widget a.contacts_info_item{font-size:14px;}
.colum_widget a{font-size:14px;}
}

@media (max-width:768px){
footer{font-size:14px;}
.colum_widget .f_widget{display:block;margin:0 0 25px;padding:0;}
.f_widget.logo_item .btn{display:block;}
.f_widget .menu-item{padding:0;}
.colum_widget .menu li{margin:0 0 10px 0;}
.colum_widget .menu a{display:block;}
.colum_widget .menu a.contacts_info_item{display:flex;}
.colum_widget{padding-bottom:0;}

}


@media (max-width:550px){
.colum_widget{gap:0;}
.colum_widget .f_widget{width:100%;max-width: 100%;}
.logo_foot{margin:0;}
.logo_foot img{margin:0 auto;}
.f_widget li{padding:0 0 5px;}
.colum_widget .menu a.contacts_info_item{justify-content:center;}
.foot_menu_wrap a{text-align:center;}

.foot_social{padding:25px 0 0;}
.foot_social .our_socials{justify-content:center;}
}


/******* Back top *********/
.progress-wrap{position:fixed;bottom:55px;left:15px;height:50px;width:50px;cursor:pointer;display:block;box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.15);z-index:2;opacity:0;background:#8d7756;border-radius:5px;border:4px solid #8d7756;visibility:hidden;transform:translateY(15px);transition:all 200ms linear;cursor:pointer;}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}
.progress-wrap:is(:hover, :focus, :active){animation:scalezoom 0.5s ease-in-out;}
.progress-wrap::after{position:absolute;content:'';background:#ffffff;left:9px;top:45%;height:3px;width:15px;transform:rotate(-45deg);display:block;z-index:1;transition:all 200ms linear}
.progress-wrap::before{position:absolute;content:'';background:#ffffff;right:9px;top:45%;height:3px;width:15px;transform:rotate(45deg);display:block;z-index:2;transition:all 200ms linear}
.progress-wrap svg path{fill:none}
.progress-wrap svg.progress-circle path{stroke:#ffffff;stroke-width:4;box-sizing:border-box;transition:all 200ms linear}
@media (max-width:920px){
.progress-wrap{bottom:5px;left:5px;}
}

/******* Fix edit *********/
.fix_edit{opacity:1;border:none;display:flex;align-items:center;justify-content:center;position:fixed;border-radius:5px;bottom:112px;left:15px;height:50px;width:50px;background:#8d7756;z-index:3;box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.15);}
.fix_edit img{filter:invert(1);}
.fix_edit:is(:hover, :focus, :active){cursor:pointer;background:#8d7756;}
.fix_edit:is(:hover, :focus, :active):before{content:'';position:absolute;top:0;left:50%;height:50px;width:30px;}
.fix_edit span{transform:translateX(50px);visibility:hidden;opacity:0;position:absolute;z-index:-1;top:5px;left:100%;white-space:nowrap;line-height:40px;border-radius:5px;color:#000;background:#fff;padding:0 15px 0 15px;font-size:14px;font-weight:500;white-space:nowrap;transition:0.4s linear;}
.fix_edit:is(:hover, :focus, :active) span{visibility:visible;opacity:1;transform:scaleX(1) translateX(5px);}
@media (max-width:920px){
.fix_edit{bottom:60px;left:5px;}
.fix_edit span{display:none;}
}


/******* Fixed Get a consultation *********/
#fix-toggle + label{position:fixed;display:block;padding:0;bottom:55px;right:15px;z-index:100;height:50px;width:50px;background:#8d7756;border-radius:5px;transition:0.4s;cursor:pointer;}
#fix-toggle + label svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#fix-toggle + label:is(:hover, :focus, :active){transform:rotate(360deg);}
#fix-toggle{opacity:0;display:none;}
#fix-toggle:checked ~ label{ background:transparent;box-shadow:none;}
#fix-toggle:checked ~ label .fix_opened{animation:none;visibility:hidden;opacity:0;}
#fix-toggle:checked ~ label .fix_closed{visibility:visible;}
#fix-toggle:checked ~ #fix_but_ord{visibility:visible;opacity:1;transform:scaleY(1) translateY(0);}

.fix_closed{visibility:hidden;fill:#8d7756;}
.fix_opened{visibility:visible;fill:#fff;}

#fix_but_ord{opacity:0;position:fixed;bottom:112px;right:15px;width:50px;z-index:99;visibility:hidden;padding:5px 5px 45px 5px;transition:all 0.4s ease-in-out;transform:scaleY(0) translateY(100%);}
#fix_but_ord svg{fill:#fff;position:relative;}
#fix_but_ord:is(:hover, :focus, :active) .btn_mess:before{content:'';position:absolute;width:100%;height:10px;top:100%;}
#fix_but_ord:is(:hover, :focus, :active) .btn_mess:after{content:'';position:absolute;width:100%;height:10px;top:-5px;z-index:2;}



#fix_but_ord a{margin:0 0 5px;}
#fix_but_ord a span{visibility:hidden;}
#fix_but_ord a span{display:block;transform:translateX(100%);right:-1px;top:0;visibility:hidden;opacity:0;position:absolute;z-index:-1;white-space:nowrap;line-height:40px;border-radius:50px;color:#fff;padding:0 45px 0 15px;font-size:16px;font-weight:500;white-space:nowrap;transition:0.4s linear;}
#fix_but_ord a:is(:hover, :focus, :active) span{visibility:visible;opacity:1;transform:translateX(0);}
#fix_but_ord a span:is(:hover, :focus, :active){background:#e9ce16;color:#fff;}

.btn_mess{position:relative;display:flex;justify-content:center;align-items:center;padding:0;height:40px;width:40px;box-shadow:0 0 15px 0 rgba(0,0,0, 0.25);cursor:pointer;border-radius:50px;}
.btn_mess i{width:26px;height:26px;display:block;position:relative;filter:invert(1);transition:none;}
.btn_mess:is(:hover, :focus, :active) i{transform:rotate(360deg);transition:0.4s linear;}

@media (max-width:780px){
#fix_but_ord{right:5px;bottom:60px;}
#fix-toggle + label{right:5px;bottom:60px;}
}




/******* Preloader *********/
.preloader_wrap{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:998;background:rgba(0, 0, 0, .1);}
.preloader_ctr{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
#floatingCirclesG{position:relative;width:125px;height:125px;margin:auto;transform:scale(0.6)}
.f_circleG{position:absolute;background:transparent;height:22px;width:22px;border-radius:12px;animation-name:f_fadeG;animation-duration:1.2s;animation-iteration-count:infinite;animation-direction:normal}
#frotateG_01{left:0;top:51px;animation-delay:.45s}
#frotateG_02{left:15px;top:15px;animation-delay:.6s}
#frotateG_03{left:51px;top:0;animation-delay:.75s}
#frotateG_04{right:15px;top:15px;animation-delay:.9s}
#frotateG_05{right:0;top:51px;animation-delay:1.05s}
#frotateG_06{right:15px;bottom:15px;animation-delay:1.2s}
#frotateG_07{left:51px;bottom:0;animation-delay:1.35s}
#frotateG_08{left:15px;bottom:15px;animation-delay:1.5s}
@keyframes f_fadeG{
0%{background-color:#8d7756}100%{background:transparent}
}


/******* Modal *********/
.modal{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:250;background:rgba(0, 0, 0, .5);}
.modal_close{position:absolute;z-index:5;right:10px;top:10px;margin:0 auto;width:24px;height:24px;transition:all 0.3s ease-in-out;}
.modal_close:is(:hover, :focus, :active){cursor:pointer;}
.modal_close:after,
.modal_close:before{content:'';background:#000;top:10px;border-radius:5px;height:3px;width:22px;position:absolute;left:1px;transition:0.5s ease-in-out;}
.modal_close:after{transform:rotate(45deg);}
.modal_close:before{transform:rotate(-45deg);}
.modal_close:is(:hover, :focus, :active):after{transform:rotate(-45deg);}
.modal_close:is(:hover, :focus, :active):before{transform:rotate(45deg);}

.modal_inner{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:15px;}
.modal_outer{position:relative;color:#000;width:900px;max-width:100%;background:rgba(236, 237, 238, 0.898);border-radius:12px;box-sizing:border-box;margin:20px;overflow:hidden;overflow-y:auto;max-height:100%;display: flex;}
.modal_logo_wrap{padding:15px;width:25%;position:relative;display: flex;align-items: center;justify-content: center;}
.modal_logo_mob{display:none;}
.modal_ctrfrm{position:relative;width:75%;padding:35px;}



.modal_outer input[type="text"],
.modal_outer input[type="email"],
.modal_outer input[type="tel"]{background:#fff;border: 1px solid #A0A8B1}

.modal_outer .wpforms-field-label{display:none;}
.modal_outer .phone-overlay{top: 12px;}

.modal_outer input[type="text"]:is(:hover, :focus, :active),
.modal_outer input[type="email"]:is(:hover, :focus, :active),
.modal_outer input[type="tel"]:is(:hover, :focus, :active),
.modal_outer textarea:is(:hover, :focus, :active){border-color:#8d7756;}


.modal[data-modal="schedule-form"] .wpforms-container{max-width:420px;}
.modal_outer button.wpforms-submit{background:#00321E;font-size:14px;text-transform:uppercase;color:#fff;border:1px solid #231F20;width:100%;padding:15px 10px;margin:0;}
.modal_outer button.wpforms-submit:is(:hover, :focus, :active){background:#8d7756;border:1px solid #8d7756;color:#fff;}




@media (max-width:920px){
.modal_ctrfrm{padding:30px 15px 15px;}
.btn_centctr.cll_advice{padding:0 0 5px;}

}

@media (max-width:780px){
.modal_outer{margin:0 10px;}
.btn_centctr.cll_advice{padding: 0 0 10px;gap: 0 10px;}
}

@media (max-width:650px){
.modal_outer{display:block;}
.modal_logo_wrap{width:100%;background: #00321E url(../images/pattern.webp) repeat center;}
.modal_logo_mob{display:block;}
.modal_logo_desc{display:none;}
.modal_ctrfrm{width:100%;padding:25px 15px 15px;}
}

@media (max-width:550px){
.modal_outer.fast_order{padding:15px;}
}


/*cookie popup*/
.cookie_popup{display:none;position:fixed;z-index:999999;bottom:15px;left:50%;transform:translateX(-50%);width:90%;max-width:900px;padding:30px;background:#fff;color:#333842;border-radius:10px;box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.1) !important;transition:none;}
.cookie_popup_wrap{display:flex;align-items:center;justify-content:space-between;}
.cookie_popup p{margin:0;padding:0 0 10px;font-size:14px;}
.cookie_popup a{font-weight:bold;color:#8d7756;}

.cls_cookie{background:#8d7756;color:#fff;min-width:150px;text-align:center;border-radius:5px;padding:10px 25px;cursor:pointer;margin:0 0 0 15px;}
.cls_cookie:is(:hover, :focus, :active){background:#e9ce16;color:#000;text-align:center;border-radius:5px;padding:10px 25px;cursor:pointer;margin:;}

@media (max-width:500px){
.cookie_popup_wrap{display:block;}
}



/******* Achievement *********/
.achievement-section{background:#fff;position:relative;overflow:hidden;padding:40px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.achievement-scroll{width:100vw;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;position:relative;left:50%;transform:translateX(-50%);}
.achievement-track{display:flex;gap:60px;padding:40px 25px 40px 0;min-width:max-content;position:relative;padding-left:calc((100vw - 1200px) / 2 + 10px);cursor:pointer;}

@media (max-width:1220px){
.achievement-track{padding-left:10px;}
}

.achievement-track:before{content:'';position:absolute;top:133px;left:0;width:100%;height:1px;background:#8D7756;}
.achievement-item{flex:0 0 auto;min-width:160px;text-align:center;position:relative;}
.achievement-item:before{content:'';position:absolute;top:89px;left:0;width:10px;height:10px;background:#8D7756;border-radius:50%;z-index:2;}

.achievement-top{font-size: 60px;font-weight: 400;color:#8D7756;min-height:86px;display:flex;align-items:center;}
.achievement-top img{width:70px;height:auto;}
.achievement-text{margin-top:30px;font-size:22px;line-height:1.2;color:#000;max-width:180px;text-align:left;}

.achievement-scroll{-ms-overflow-style:none;scrollbar-width:none;}
.achievement-scroll::-webkit-scrollbar{display:none;}


@media (max-width:820px){
.achievement-track{gap:45px;}
.achievement-item{min-width:60px;}
.achievement-top{font-size:45px;min-height:70px;}
.achievement-text{margin-top:25px;font-size:16px;max-width:100px;}
.achievement-track:before{top:115px;}
.achievement-item:before{top:71px;}
}

@media (max-width:650px){
.achievement-section{padding: 15px 0 10px;}
.achievement-track{padding:25px 25px 0;}
.achievement-track:before{top: 100px;}
}


/******* Easy slider *********/

.easy_slider_wrap{position:relative;overflow:hidden;width:100%;}
.easy_slider_items_wrp{display:flex;width:100%;}

.easy_items{flex:0 0 100%;display:flex;align-items:center;justify-content:space-between;gap:5%;min-height:560px;opacity:0;transition:0s;}
.easy_items.is-active{opacity:1;}


.easy-prev,.easy-next{position:absolute;top:50%;transform:translateY(-50%) rotate(90deg);z-index:2;width:40px;height:40px;border-radius:50%;background:rgba(190,190,190,0.2) url(../images/svg/arrow.svg) no-repeat center;border:1px solid #fff;cursor:pointer;background-size:24px;}
.easy-prev{left:0;}
.easy-next{right:0;transform:translateY(-50%) rotate(-90deg);}
.easy-prev:is(:hover, :focus, :active),.easy-next:is(:hover, :focus, :active){background:#8d7756 url(../images/svg/arrow.svg) no-repeat center;border:1px solid #8d7756;}

.easy_dots-container{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3;}
.easy_dots-container .dot{width:10px;height:10px;background:rgba(255,255,255,.4);cursor:pointer;}
.easy_dots-container .dot.active{background:#fff;}



/******* Baguette Box *********/
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:rgba(0,0,0,0.7);transition:opacity .5s ease;}
#baguetteBox-overlay.visible{opacity:1;}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%;}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 24px rgba(0, 0, 0, 0.25);background:#fff;border-radius:5px;}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#333;background-color:transparent;}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px;}
#baguetteBox-slider{padding:75px 0;position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease, transform .4s ease;}
#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out;}
#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out;}
@-webkit-keyframes bounceFromRight{0%{margin-left:0;}50%{margin-left:-30px;}100%{margin-left:0;}}
@keyframes bounceFromRight{0%{margin-left:0;}50%{margin-left:-30px;}100%{margin-left:0;}}
@-webkit-keyframes bounceFromLeft{0%{margin-left:0;}50%{margin-left:30px;}100%{margin-left:0;}}
@keyframes bounceFromLeft{0%{margin-left:0;}50%{margin-left:30px;}100%{margin-left:0;}}


button.baguetteBox-button *{transition:none;}
button.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;background:#fff;}
button.baguetteBox-button:is(:hover, :focus, :active){background:#333;border:none !important;}

button.baguetteBox-button svg{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;fill:#333;}
button.baguetteBox-button:is(:hover, :focus, :active) svg{fill:#fff;}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:50px;height:50px;}
.baguetteBox-button#next-button{right:2%;}
.baguetteBox-button#previous-button{left:2%;}

button#close-button{top:20px;right:2%;width:40px;height:40px;z-index:5;background:transparent;}
button#close-button:is(:hover, :focus, :active){border:none;background:transparent;}
button#close-button svg{fill:#fff;transition:0.3s ease-in-out;}
button#close-button:is(:hover, :focus, :active) svg{fill:#fff;transform:translate(-50%, -50%) rotate(180deg);}

.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out;}
.baguetteBox-double-bounce2{animation-delay:-1s;}
@-webkit-keyframes bounce{0%,100%{transform:scale(0);}50%{transform:scale(1);}}
@keyframes bounce{0%,100%{transform:scale(0);}50%{transform:scale(1);}}



/*Animations*/
.fx-delay-1{ transition-delay:0.1s; }
.fx-delay-2{ transition-delay:0.2s; }
.fx-delay-3{ transition-delay:0.3s; }

.fx-reveal-lr{clip-path:inset(0 100% 0 0);transition:clip-path 1.8s cubic-bezier(.4,0,.2,1);will-change:clip-path;}
.is-animated .fx-reveal-lr,
.fx-reveal-lr.is-animated{clip-path:inset(0 0 0 0);}

.fx-reveal-center{clip-path:inset(0 50% 0 50%);transition:clip-path 1.8s cubic-bezier(.4,0,.2,1);will-change:clip-path;}
.fx-reveal-center.is-animated{clip-path:inset(0 0 0 0);}

.fx-fade-up{opacity:0;transform:translateY(24px);transition:opacity 2s cubic-bezier(.4,0,.2,1), transform 2s cubic-bezier(.4,0,.2,1);will-change:opacity, transform;}
.is-animated .fx-fade-up,
.fx-fade-up.is-animated{opacity:1;transform:translateY(0);}
.fx-fade-up--small{ transform:translateY(12px); }
.fx-fade-up--slow{ transition-duration:1.4s; }

.fx-fade-down{opacity:0;transform:translateY(-24px);transition:opacity 2s cubic-bezier(.4,0,.2,1),transform 2s cubic-bezier(.4,0,.2,1);will-change:opacity, transform;}
.fx-fade-down.is-animated{opacity:1;transform:translateY(0);}

.fx-fade-right{opacity:0;transform:translateX(24px);transition:opacity 2s cubic-bezier(.4,0,.2,1),transform 2s cubic-bezier(.4,0,.2,1);will-change:opacity, transform;}
.fx-fade-right.is-animated{opacity:1;transform:translateX(0);}

.fx-fade-in{opacity:0;transition:opacity 2s cubic-bezier(.4,0,.2,1);will-change:opacity;}
.fx-fade-in.is-animated{opacity:1;}


.fa_myIn{animation-fill-mode:both;animation:fa_myIn 1s ease-in-out;}
.fa_myleft{animation-fill-mode:both;animation:fa_myleft 1s ease-in-out;}
.fa_myright{animation-fill-mode:both;animation:fa_myright 1s ease-in-out;}
@keyframes fa_myIn{0%{transform:translateY(200%);opacity:0;}50%{opacity:0;}100%{transform:translateY(0);opacity:1;}}
@keyframes fa_myleft{0%{transform:translateX(200%);opacity:0;}50%{opacity:0;}100%{transform:translateX(0);opacity:1;}}
@keyframes fa_myright{0%{transform:translateX(-200%);opacity:0;}50%{opacity:0;}100%{transform:translateX(0);opacity:1;}}

