@import"https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap";:root{--BG: #EEE;--Black: #161616;--Grey: #C9C9C9;--WH: #FFF;--Green-Accent: #77794A;--Green-Hover: #B1B846;--Green-BG: #EFEFE6;--Dark-Gray: #393939}*{box-sizing:border-box;margin:0;padding:0;font-family:Play,serif;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);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);font-size:72px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-2.16px;text-transform:uppercase;font-weight:400}@media screen and (max-width: 767px){h1 span,.h1 span{font-size:32px}}h2,.h2{color:var(--Black);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}}h2 span,.h2 span{color:var(--Black);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase;font-weight:400}@media screen and (max-width: 767px){h2 span,.h2 span{font-size:24px}}h3,.h3{color:var(--Black);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}}h3 span,.h3 span{color:var(--Black);font-size:32px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.64px;text-transform:uppercase;font-weight:400}@media screen and (max-width: 767px){h3 span,.h3 span{font-size:16px}}h4,.h4{color:var(--Black);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);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(--Grey);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(--Green-Accent);transition:.5s ease}input,textarea{border:1px solid rgba(255,255,255,.09);background:#c9c9c917;width:100%;height:54px;margin-bottom:8px;padding:18px 24px;color:var(--Black);font-size:16px;font-style:normal;line-height:110%;letter-spacing:-.32px;color:var(--WH);font-weight:400;position:relative}@media screen and (max-width: 991px){input,textarea{font-size:14px}}input::placeholder,textarea::placeholder{color:#ffffff80}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:1px solid var(--WH);cursor:pointer;position:relative;justify-content:center;align-items:center}.checbox input{display:none}.checbox input:checked+label{background:var(--Green-Accent);border-color:var(--Green-Accent)}.checbox input:checked+label:after{content:"";width:10px;height:4px;border-left:1px solid var(--WH);border-bottom:1px solid var(--WH);transform:rotate(-45deg);margin-top:-3px}.privat{color:var(--Black);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--Dark-Gray)}@media screen and (max-width: 991px){.privat{font-size:14px}}.privat a{color:var(--Black);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--4885-fe, #4885FE)}@media screen and (max-width: 991px){.privat a{font-size:14px}}.btn{background:var(--Green-Accent);border:none;color:var(--WH, #FFF);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;color:var(--WH)}.btn:hover{background:var(--Green-Hover);color:var(--WH);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);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}}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#ebebeb}*::-webkit-scrollbar-thumb{background-color:#222;border-radius:10px;border:2px solid #ebebeb}header{background:#000000e6;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);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%}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 .btn{margin-left:35px}@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}header .right .langs a:last-child{margin-right:0}header .right .langs a.active{color:var(--Green-Accent);font-weight:700}@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 span{transform:rotate(180deg);transition:.5s ease}header .menu nav ul li>ul{display:none;opacity:0;background:var(--WH);color:var(--Black);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);padding:8px 0;border-bottom:1px solid rgba(201,201,201,.5)}header .menu nav ul a{color:var(--WH);display:flex;align-items:center}header .menu nav ul a span{margin-left:4px;transition:.5s ease}.mob_menu{position:fixed;top:48px;z-index:10;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 .btn{width:100%}.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);font-weight:700}.mob_menu nav ul li>ul>li{border-bottom:none;padding:12px 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(--Black);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding-bottom:24}footer .container{border-top:1px solid var(--Dark-Gray)}footer .top{display:flex;justify-content:space-between}@media screen and (max-width: 991px){footer .top{flex-wrap:wrap}}footer .top .powered{color:var(--WH)}footer .top .logo{margin-top:24px;margin-bottom:21px;display:flex}footer .top .title{color:var(--WH);font-family:Play;font-size:18px;font-style:normal;font-weight:700;line-height:105%;margin-bottom:11px;margin-top:32px}@media screen and (max-width: 767px){footer .top .title{font-size:14px}}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 .center{flex-direction:column}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);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--Grey)}@media screen and (max-width: 991px){footer .top .center nav ul li a{font-size:14px}}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);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--Grey);display:flex;align-items:center;width:max-content}@media screen and (max-width: 991px){footer .top .right .body .element a{font-size:14px}}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;margin-top:72px}@media screen and (max-width: 767px){footer .botton{margin-top:50px}}footer .botton .to_up a{display:flex;align-items:center;color:var(--WH)}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}}.contact_us{padding:70px 0 50px;background:var(--Black)}.contact_us .title{border-top:1px solid var(--Dark-Gray);width:100%;position:relative;padding-top:20px;color:var(--Black);font-size:32px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.64px;text-transform:uppercase;color:var(--Green-Accent)}@media screen and (max-width: 767px){.contact_us .title{font-size:16px}}.contact_us .title:before{content:"";display:block;width:231px;height:12px;background:var(--Green-Accent);position:absolute;top:0}@media screen and (max-width: 767px){.contact_us .title:before{width:116px}}.contact_us .title:after{content:"";display:block;width:1px;height:38px;background:var(--Dark-Gray);position:absolute;top:0;right:0}@media screen and (max-width: 767px){.contact_us .title:after{height:16px}}.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);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase;color:var(--WH);font-weight:400;margin-top:50px}@media screen and (max-width: 767px){.contact_us .left .subtitle{font-size:24px}}@media screen and (max-width: 767px){.contact_us .left .subtitle{margin-top:16px}}.contact_us .left .subtitle span{color:var(--Black);font-size:56px;font-style:normal;font-weight:700;line-height:105%;letter-spacing:-1.12px;text-transform:uppercase;color:var(--WH)}@media screen and (max-width: 767px){.contact_us .left .subtitle span{font-size:24px}}.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}@media screen and (max-width: 767px){.contact_us .right form{margin-top:16px}}.contact_us .right form button{margin-top:24px;width:100%}.contact_us .right form .privat{color:var(--Black);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--WH)}@media screen and (max-width: 991px){.contact_us .right form .privat{font-size:14px}}.contact_us .right form .privat a{color:var(--Black);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:#4885fe}@media screen and (max-width: 991px){.contact_us .right form .privat a{font-size:14px}}.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:var(--BG)}.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 input{background:var(--WH);color:var(--Dark-Gray)}.modal_body .left input::placeholder{color:#39393980}.modal_body .left .checbox-element{margin-bottom:24px}.modal_body .left .checbox-element .checbox label{border:1px solid var(--Dark-Gray)}.modal_body .right{width:262px;display:flex;flex:0 0 262px;height:100%;background-image:url(/build/assets/back_modal-Csp6qD77.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);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}}@media screen and (max-width: 767px){.modal_title{font-size:24px;margin-bottom:15px}}.modal_message{color:var(--Black);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);font-size:16px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.32px;color:var(--Dark-Gray);opacity:.45}@media screen and (max-width: 991px){.breadcrumbs .breadcrumb li .breadcrumb__link,.breadcrumbs .breadcrumb li .breadcrumb__active{font-size:14px}}@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}.breadcrumbs .breadcrumb li i{margin:0 12px;font-size:inherit}@keyframes top_to_down{0%{top:-100px;opacity:0}to{top:0;opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}
