@import"https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Play:wght@400;700&display=swap";:root{--bg: #fefef6;--BG: #fefef6;--brown-100: #5a3d32;--brown-200: #ab8c70;--brown-300: #817165;--brown-400: #735042;--brown-500: #f5deb4;--black-100: #161616;--white: #fff;--WH: #fff;--gray-100: #c9c9c9;--gray-200: #393939;--gray-300: #f6f6f6;--font-family: "Inter Tight", sans-serif;--second-family: "Play", sans-serif}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family);font-weight:400;font-size:16px;font-style:normal}body{overflow-x:hidden;position:relative;background:var(--BG)}body.hidden{overflow:hidden}.container{max-width:1340px;display:flex;flex-direction:column;margin:0 auto;width:100%}@media screen and (max-width: 1339px){.container{max-width:100%;padding:0 20px}}h1,.h1{color:var(--black-100);font-size:72px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-2.16px;text-transform:uppercase}@media screen and (max-width: 767px){h1,.h1{font-size:32px}}h1 span,.h1 span{color:var(--black-100);font-size:72px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-2.16px;text-transform:uppercase}@media screen and (max-width: 767px){h1 span,.h1 span{font-size:32px}}h1 span,.h1 span{font-weight:400}h2,.h2{color:var(--black-100);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase}@media screen and (max-width: 767px){h2,.h2{font-size:24px}}h3,.h3{color:var(--black-100);font-size:32px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.64px;text-transform:uppercase}@media screen and (max-width: 767px){h3,.h3{font-size:16px}}h4,.h4{color:var(--black-100);font-size:20px;font-style:normal;font-weight:400;line-height:110%}@media screen and (max-width: 767px){h4,.h4{font-size:14px}}h5,.h5{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){h5,.h5{font-size:14px}}a{color:var(--brown-400);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:.5s ease;text-decoration:none}@media screen and (max-width: 991px){a{font-size:14px}}a:hover{color:var(--brown-100);transition:.5s ease}input,textarea{border:1px solid #fffdf3;background:#fcfcf4f2;width:100%;height:54px;padding:18px 24px;color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){input,textarea{font-size:14px}}input,textarea{color:var(--black-100);font-weight:400;position:relative}input::placeholder,textarea::placeholder{color:#0009}input:focus-visible,textarea:focus-visible{outline:none}textarea{height:114px;resize:none}.checbox-element{display:flex;align-items:center}.form-element.error .error_mess{display:none}.form-element.error input{border:2px solid var(--f-03-f-39, #F03F39)}.form-element.error .checbox label{border:1px solid #F03F39!important}.checbox{margin-right:15px}.checbox label{width:20px;height:20px;display:flex;flex-shrink:0;border:2px solid var(--WH);cursor:pointer;position:relative;justify-content:center;align-items:center}.checbox input{display:none}.checbox input:checked+label{background:var(--brown-500);border-color:var(--brown-500)}.checbox input:checked+label:after{content:"";width:10px;height:4px;border-left:1px solid var(--brown-500);border-bottom:1px solid var(--WH);transform:rotate(-45deg);margin-top:-3px}.privat{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.privat{font-size:14px}}.privat{color:var(--white)}.privat a{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.privat a{font-size:14px}}.privat a{color:var(--4885-fe, #4885FE)}.btn{background:var(--brown-500);border:none;color:var(--black-100);text-align:center;display:flex;justify-content:center;align-items:center;width:210px;height:50px;font-size:16px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;transition:.5s ease;text-decoration:none;cursor:pointer}.btn:hover{background:var(--brown-200);color:var(--WH);transition:.5s ease}.btn-brown-200{background:var(--brown-200);color:var(--white)}.btn-brown-200:hover{background:var(--brown-500);color:var(--black-100)}.btn-wh{background:transparent;border:1.5px solid var(--WH);color:var(--WH);width:max-content;padding:17px 25px}.btn-wh:hover{background:var(--WH);color:var(--black-100);transition:.5s ease}.pagination{display:flex;justify-content:center;margin-bottom:90px}@media screen and (max-width: 991px){.pagination{margin-bottom:50px}}.pagination a{width:62px;height:62px;display:flex;justify-content:center;align-items:center;border:1px solid #DEDEDE;transition:.5s ease}@media screen and (max-width: 991px){.pagination a{width:49px;height:49px}}.pagination a.active,.pagination a:hover{border:1px solid var(--Green-Accent);color:var(--black-100);transition:.5s ease;font-weight:700}.pagination a.prev{margin-right:30px}@media screen and (max-width: 991px){.pagination a.prev{margin-right:0}}.pagination a.next{margin-left:30px}@media screen and (max-width: 991px){.pagination a.next{margin-left:0}}.dropdown{position:relative;display:inline-block}.dropdown.show .dropdown-content{display:block;width:100%}.dropdown button{padding:14px 16px;border:1px solid var(--Grey);background:#fff;cursor:pointer;font-size:16px}.dropdown button strong{font-weight:700;margin:0 14px 0 6px}@media screen and (max-width: 664px){.dropdown button strong{display:none}}.dropdown-content{display:none;position:absolute;background:#fff;border:1px solid #ccc;min-width:150px;box-shadow:0 2px 6px #0000001a;z-index:10}.dropdown-content a{display:block;padding:8px 10px;text-decoration:none;color:#000;cursor:pointer}.dropdown-content a:hover{background:#f1f1f1}.d-none{display:none}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#ebebeb}*::-webkit-scrollbar-thumb{background-color:#222;border-radius:10px;border:2px solid #ebebeb}header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;position:sticky;top:0;height:76px;z-index:100;transition:.5s ease}@media screen and (max-width: 991px){header{height:48px}header.active{background:#000c;transition:.5s ease}}header .container{height:100%;border-bottom:1px solid rgba(201,201,201,.27)}header .wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%}header .right{display:flex;align-items:center}header .right .socialCatalog{display:flex;align-items:center;padding-left:20px;margin-left:20px;background:transparent}header .right .socialCatalog .phone{color:var(--brown-100);font-size:20px;letter-spacing:-.02em;font-weight:700;line-height:110%}@media screen and (max-width: 991px){header .right .socialCatalog{display:none}}header .right .socialCatalog .social{display:flex;column-gap:8px;margin-left:18px}header .right .socialCatalog .social svg path{fill:#77794a}header .right .btn{margin-left:22px;width:175px}@media screen and (max-width: 991px){header .right .btn{display:none}}header .right .burger{display:none;width:32px}@media screen and (max-width: 991px){header .right .burger{display:flex;justify-content:center;margin-left:36px}}@media screen and (max-width: 479px){header .right .burger{margin-left:20px}}header .right .langs a{text-transform:uppercase;margin-right:10px;color:#3c3c3c}header .right .langs a:last-child{margin-right:0}header .right .langs a.active{color:var(--brown-200);font-weight:700}header .right .burger svg .line-big{fill:var(--brown-300)}header .right .burger svg .line-smoll{fill:var(--brown-400)}@media screen and (max-width: 991px){header .menu{display:none}}header .menu nav ul{list-style:none;display:flex}header .menu nav ul li{margin-right:30px;position:relative}header .menu nav ul li:last-child{margin-right:0}header .menu nav ul li:hover>ul{display:flex;opacity:1;transition:.5s ease}header .menu nav ul li:hover>a{color:var(--black-100)}header .menu nav ul li:hover>a span{transform:rotate(180deg);transition:.5s ease}header .menu nav ul li>ul{display:none;opacity:0;background:var(--WH);color:var(--black-100);position:absolute;width:255px;padding:27px 22px;flex-direction:column}header .menu nav ul li>ul>li:last-child>a{border-bottom:none}header .menu nav ul li>ul>li>a{color:var(--black-100);padding:8px 0;border-bottom:1px solid rgba(201,201,201,.5)}header .menu nav ul a{color:var(--black-100);display:flex;align-items:center}header .menu nav ul a span{margin-left:4px;transition:.5s ease}header .menu nav ul a span svg path{stroke:var(--black-100);fill:var(--black-100);stroke-width:.1px}header.transl{background:transparent}header.transl .logo svg path{fill:var(--WH)}header.transl .menu nav ul li>a{color:var(--WH)}header.transl .menu nav ul li>a span svg path{stroke:var(--WH);fill:var(--WH)}header.transl .menu nav ul li ul li a{color:var(--black-100)}header.transl .right .socialCatalog .phone{color:var(--WH)}header.transl .right .socialCatalog .social svg path{fill:var(--brown-500)}header.transl .right .socialCatalog .btn{background:var(--brown-500);color:var(--WH)}header.transl .right .socialCatalog .btn:hover{background:var(--brown-200);color:var(--black-100)}header.transl .langs a{color:var(--gray-100)}header.transl .langs a.active{color:var(--brown-500)}header.transl .burger svg .line-big{fill:var(--gray-100)}header.transl .burger svg .line-smoll{fill:var(--brown-500)}.mob_menu{position:fixed;top:48px;z-index:11;width:100%}.mob_menu .wrapper{display:flex;flex-direction:column;width:100%;background:var(--WH);height:0;overflow:hidden;justify-content:space-between;transition:height .5s ease}.mob_menu.action .wrapper{padding:0 15px 15px 17px;height:calc(100dvh - 48px);transition:height .5s ease}.mob_menu .socialCatalog .block-one{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#81716533;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:11px;margin-bottom:12px}.mob_menu .socialCatalog .block-one .phone{color:var(--brown-100);font-size:20px;letter-spacing:-.02em;font-weight:700;line-height:110%}.mob_menu .socialCatalog .block-one .social{display:flex;column-gap:8px;margin-left:18px}.mob_menu .btn{width:100%}.mob_menu nav{overflow:auto}.mob_menu nav ul{list-style:none;padding:0}.mob_menu nav ul>li{border-bottom:1px solid rgba(201,201,201,.5);padding:14px 0}.mob_menu nav ul>li a{color:var(--black-100);font-weight:700}.mob_menu nav ul>li>ul{display:flex;flex-direction:column;row-gap:12px}.mob_menu nav ul>li>ul>li{border-bottom:none;padding:0}.mob_menu nav ul>li>ul>li:first-child{padding-top:10px}.mob_menu nav ul>li>ul>li:last-child{padding-bottom:0}.mob_menu nav ul>li>ul>li a{color:var(--Dark-Gray, #393939);font-family:Play;font-size:14px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.28px}footer{background:var(--WH);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}footer .container{border-top:1px solid var(--gray-100);padding:90px 0 30px;gap:11px}@media screen and (max-width: 1370px){footer .container{padding:90px 20px 30px}}@media screen and (max-width: 991px){footer .container{padding:40px 20px 16px;gap:13px}}footer .center-block{font-weight:600;font-size:calc(33px + (156 - 33) * (100vw - 475px) / 1445);line-height:1;letter-spacing:-.02em;color:#8171651f;padding-top:32px}@media screen and (max-width: 991px){footer .center-block{padding-top:27px}}@media screen and (max-width: 600px){footer .center-block{font-size:32px}}footer .top{display:flex;justify-content:space-between}@media screen and (max-width: 991px){footer .top{flex-direction:column;flex-wrap:wrap;gap:25px}}footer .top .powered{color:var(--black-100)}footer .top .schedule{color:var(--Grey);margin-bottom:20px}footer .top .schedule span{color:var(--black-100)}footer .top .logo{margin-bottom:21px;display:flex}@media screen and (max-width: 991px){footer .top .logo{width:181px}}footer .top .title{font-weight:700;font-size:calc(14px + (18 - 14) * (100vw - 475px) / 1445);line-height:1.05;color:var(--brown-100);margin-bottom:11px}footer .top .col{width:33%}@media screen and (max-width: 991px){footer .top .col{width:50%;display:flex;flex-wrap:wrap;flex-direction:column}}@media screen and (max-width: 767px){footer .top .col{width:100%}}footer .top .left{width:18%}@media screen and (max-width: 767px){footer .top .left{width:100%}}footer .top .center{flex-direction:row;display:flex;column-gap:85px}footer .top .center .col-50{width:50%}@media screen and (max-width: 991px){footer .top .center .col-50{width:50%;display:flex;flex-wrap:wrap;flex-direction:column}}@media screen and (max-width: 767px){footer .top .center .col-50{width:100%}}footer .top .center nav ul{padding:0;list-style:none}@media screen and (max-width: 767px){footer .top .center nav ul{display:flex;flex-wrap:wrap;width:100%}}footer .top .center nav ul li{margin-bottom:8px}@media screen and (max-width: 767px){footer .top .center nav ul li{width:50%}}footer .top .center nav ul li:last-child{margin-bottom:0}footer .top .center nav ul li a{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){footer .top .center nav ul li a{font-size:14px}}footer .top .center nav ul li a{color:var(--Grey)}footer .top .center nav ul li a:hover{color:var(--Green-Accent)}footer .top .right .body{display:flex;justify-content:space-between}@media screen and (max-width: 1199px){footer .top .right .body{flex-direction:column}}footer .top .right .body .left{margin-right:72px}@media screen and (max-width: 1339px){footer .top .right .body .left{margin-right:30px}}@media screen and (max-width: 1199px){footer .top .right .body .left{margin-right:0;margin-bottom:14px}}footer .top .right .body .left .element a{font-weight:700}footer .top .right .body .element{margin-bottom:8px}footer .top .right .body .element:last-child{margin-bottom:0}footer .top .right .body .element a{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){footer .top .right .body .element a{font-size:14px}}footer .top .right .body .element a{color:var(--Grey);display:flex;align-items:center;width:max-content}footer .top .right .body .element a:hover{color:var(--Green-Accent)}footer .top .right .body .element a .icon{margin-right:14px}footer .botton{display:flex;flex-direction:row;justify-content:space-between;align-items:end}footer .botton .to_up a{display:flex;align-items:center;color:var(--black-100)}footer .botton .menu ul{list-style:none;padding:0;display:flex}@media screen and (max-width: 767px){footer .botton .menu ul{flex-direction:column}}footer .botton .menu ul li{margin-right:22px}@media screen and (max-width: 767px){footer .botton .menu ul li{margin-bottom:6px}}footer .botton .menu ul li:last-child{margin-right:0}@media screen and (max-width: 767px){footer .botton .menu ul li:last-child{margin-bottom:0}}footer .botton .menu ul li a{color:var(--black-100)}.contact_us{padding:90px 0 70px;background:linear-gradient(270deg,#826e56,#61503c)}@media screen and (max-width: 991px){.contact_us{padding:50px 0}}.contact_us .body{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.contact_us .body{flex-direction:column}}.contact_us .left .subtitle{color:var(--black-100);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase}@media screen and (max-width: 767px){.contact_us .left .subtitle{font-size:24px}}.contact_us .left .subtitle{color:var(--WH);font-weight:400;margin-top:50px}@media screen and (max-width: 767px){.contact_us .left .subtitle{margin-top:16px}}.contact_us .left .subtitle span{color:var(--black-100);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase}@media screen and (max-width: 767px){.contact_us .left .subtitle span{font-size:24px}}.contact_us .left .subtitle span{color:var(--WH)}.contact_us .left .info{color:var(--WH);font-family:Play;font-size:18px;font-style:normal;font-weight:400;line-height:120%;width:292px;margin-top:20px}.contact_us .right form .form-row{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 767px){.contact_us .right form{margin-top:16px}}.contact_us .right form button{margin-top:16px;width:100%}.contact_us .right form .privat{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.contact_us .right form .privat{font-size:14px}}.contact_us .right form .privat{color:var(--WH)}.contact_us .right form .privat a{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.contact_us .right form .privat a{font-size:14px}}.contact_us .right form .privat a{color:var(--WH);text-decoration:underline}.modal{position:fixed;background:#161616cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100vh;z-index:100;left:0;top:0;display:none}@media screen and (max-width: 767px){.modal{padding:20px}}.modal.active{display:block}.modal__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;background:#fff;max-width:732px;height:435px}@media screen and (max-width: 767px){.modal__inner{max-width:100%;width:80%;height:auto}}.modal-close{position:absolute;top:-30px;right:-30px;cursor:pointer}.modal-close svg{fill:var(--WH)}@media screen and (max-width: 767px){.modal-close svg{fill:var(--Dark-Gray)}}.modal-close svg use{fill:var(--WH)}@media screen and (max-width: 767px){.modal-close svg use{fill:var(--Dark-Gray)}}@media screen and (max-width: 767px){.modal-close{top:20px;right:20px}}.modal_body{display:flex;justify-content:center;height:100%;background:#eee}.modal_body .left{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:40px}@media screen and (max-width: 767px){.modal_body .left{padding:20px}}.modal_body .left .form-row{display:flex;flex-direction:column;gap:8px}.modal_body .left input{background:var(--WH);color:var(--Dark-Gray)}.modal_body .left input::placeholder{color:#39393980}.modal_body .left .privat{color:var(--gray-200)}.modal_body .left .checbox-element{margin-bottom:24px}.modal_body .left .checbox-element .checbox input[type=checkbox]:checked+label{background:var(--gray-200)}.modal_body .left .checbox-element .checbox label{border:1px solid var(--gray-200)}.modal_body .right{width:262px;display:flex;flex:0 0 262px;height:100%;background-image:url(/build/assets/modal-back-ByQAEJ1b.jpg);background-repeat:no-repeat;background-size:contain;background-position:center}@media screen and (max-width: 767px){.modal_body .right{display:none}}.modal_body img,.modal_body .btn{width:100%}.modal_title{color:var(--black-100);font-size:32px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.64px;text-transform:uppercase}@media screen and (max-width: 767px){.modal_title{font-size:16px}}.modal_title{text-transform:none}@media screen and (max-width: 767px){.modal_title{font-size:24px;margin-bottom:15px}}.modal_message{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.modal_message{font-size:14px}}.breadcrumbs{padding-top:45px;padding-bottom:40px}@media screen and (max-width: 767px){.breadcrumbs{padding-top:27px;padding-bottom:25px}}.breadcrumbs .breadcrumb{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none}.breadcrumbs .breadcrumb li .breadcrumb__link,.breadcrumbs .breadcrumb li .breadcrumb__active{color:var(--black-100);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px}@media screen and (max-width: 991px){.breadcrumbs .breadcrumb li .breadcrumb__link,.breadcrumbs .breadcrumb li .breadcrumb__active{font-size:14px}}.breadcrumbs .breadcrumb li .breadcrumb__link,.breadcrumbs .breadcrumb li .breadcrumb__active{color:#444}@media screen and (max-width: 767px){.breadcrumbs .breadcrumb li .breadcrumb__link,.breadcrumbs .breadcrumb li .breadcrumb__active{font-size:10px}}.breadcrumbs .breadcrumb li .breadcrumb__active{opacity:1;font-weight:700;text-align:center;color:#000}.breadcrumbs .breadcrumb li i{margin:0 12px;font-size:inherit;color:#444}@keyframes top_to_down{0%{top:-100px;opacity:0}to{top:0;opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}
