@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}:root{--black: #000000;--white: #ffffff;--header-height: 70px;--primary-600: #1F1F1F;--primary-500: #5A5757;--primary-400: #8E8E8E;--primary-300: #D2D2D2}.icon-arrow-right,.icon-arrow-right2{width:1em;height:1em;fill:initial}.icon-facebook,.icon-logo,.icon-phone{width:.53em;height:1em;fill:initial}.icon-logo,.icon-phone{width:4.68em}.icon-phone{width:1em}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}fieldset,img{margin:0;padding:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}a img,fieldset,img{border:0}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none}button,input[type=submit]{cursor:pointer}button::-moz-focus-inner,input[type=submit]::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}button,input{margin:0;padding:0;border:0}a,a:focus,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:0}ol,ul{list-style-type:none}table{border-spacing:0;border-collapse:collapse;width:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-transition:none!important;transition:none!important}}@font-face{font-family:helv;src:url(../fonts/H-Light.woff2);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:helv;src:url(../fonts/H-Regular.woff2);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:helv;src:url(../fonts/H-Medium.woff2);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:helv;src:url(../fonts/H-Bold.woff2);font-weight:700;font-style:normal;font-display:swap}body{background-color:#f4f2ef;font-size:16px;line-height:normal;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"helv",sans-serif}body a{text-decoration:none}body img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}main p{line-height:125%;color:var(--black)}.no-hero main{padding-top:var(--header-height)}@media only screen and (min-width:1024px){.no-hero main{padding-top:100px}}.container{margin:0 auto;max-width:1380px;width:100%}.t-crop{display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;overflow:hidden;text-overflow:ellipsis}.t-crop--one-l{-webkit-line-clamp:1}.t-crop--two-l{-webkit-line-clamp:2}.t-crop--tree-l{-webkit-line-clamp:3}@media only screen and (max-width:1024px){.section{padding-left:15px;padding-right:15px}}.section--fill{background-color:var(--primary-600)}.section--padd{padding-top:50px;padding-bottom:50px}@media only screen and (min-width:1024px){.section--padd{padding:100px 0}}.section--padd-b{padding-top:0;padding-bottom:50px}@media only screen and (min-width:1024px){.section--padd-b{padding-bottom:100px}}.section--padd-t{padding-top:50px;padding-bottom:0}@media only screen and (min-width:1024px){.section--padd-t{padding-top:100px}}.section__title{font-weight:400;font-size:24px;line-height:110%;letter-spacing:-.04em;color:var(--primary-400)}.section__title span{margin-top:25px;display:block;width:100%;height:1px;background-color:var(--primary-400)}@media only screen and (min-width:1024px){.section__title span{margin-top:30px;height:2px}}.section__title--white{color:var(--white)}.section__title--white span{background-color:var(--white)}.section__title-wrap,.section__title-wrap div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:85px}.section__title-wrap h2{font-weight:400;font-size:40px;line-height:105%;letter-spacing:-.05em;text-transform:uppercase;color:var(--primary-500)}.section__title-wrap h2 span{color:var(--primary-400)}.section__title-wrap div{gap:20px}.section__title-wrap div p{font-weight:400;font-size:18px;line-height:115%;color:var(--primary-600)}@media only screen and (min-width:1024px){.section__title-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.section__title-wrap h2{max-width:800px;font-size:60px}.section__title-wrap div{max-width:330px}.section__title-wrap div .btn{width:100%}}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;height:53px;padding:2px 25px 0;font-size:18px;font-weight:400;border-radius:1px;color:var(--white);text-decoration:none;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.btn:not(:hover) svg{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}@media only screen and (min-width:1024px){.btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:250px}}.btn svg{width:25px;height:25px}.btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.btn__wrap span{font-weight:500;font-size:22px;color:var(--primary-500)}.btn--primary{background-color:var(--white);color:var(--primary-600);height:53px}.btn--primary:hover{opacity:.85}.btn--secondary{background-color:var(--primary-500);color:var(--white)}.btn--secondary:hover{background-color:var(--primary-600);color:var(--white)}.btn--stroke,.btn--stroke-white{background-color:transparent;gap:10px;font-size:18px;border:var(--primary-600) 1px solid;color:var(--primary-600);-webkit-box-shadow:unset;box-shadow:unset;border-radius:1px}.btn--stroke:hover{border:var(--primary-500) 1px solid;background-color:var(--primary-500);color:var(--white)}.btn--stroke-white{border:var(--white) 2px solid;color:var(--white)}.btn--stroke-white:hover{background-color:var(--white);color:var(--primary-600)}.btn--size-xs{height:45px}.btn--size-s,.btn--size-s-n{height:55px}@media only screen and (min-width:1024px){.btn--size-s{height:65px;font-size:22px}}.btn--size-m{height:65px}.btn__ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px;height:45px;margin-left:-22px;border-radius:50px;background-color:var(--primary);color:var(--white)}.btn svg,.btn__ico svg{fill:currentColor}@media only screen and (min-width:1024px){.btn__ico{width:55px;height:55px}.btn__ico svg{width:35px;height:35px}}.header{z-index:500;position:fixed;top:0;width:100%;background-color:var(--white)}.header__logo svg{fill:var(--white);width:155px;height:60px}.header__logo:hover svg{opacity:.8}.header__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:100px;gap:20px}.header__items .header__item a{font-weight:400;font-size:16px;text-transform:uppercase;color:var(--white)}.header__items .header__item a:hover{text-decoration:underline}@media only screen and (max-width:1024px){.header__items{display:none}}@media only screen and (min-width:767px){.header__items{margin-right:30px}}.header__items .header__item--current{position:relative}.header__items .header__item--current a::after{position:absolute;content:"";width:100%;height:4px;background-color:var(--primary);left:0;bottom:-10px}.header--white-theme .header__contact-item span,.header--white-theme .header__contact-item strong,.header__contact-item span,.header__contact-item strong{color:var(--black)}@media only screen and (max-width:1024px){.header{z-index:999;position:fixed;left:0;right:0}}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:767px){.header__logo svg{width:160px}}@media only screen and (min-width:1024px){.header__logo svg{width:290px}}.header--hidden,.header--white-theme .header__btn-rec{display:none}.header--white-theme .header__logo svg{fill:var(--primary-500)!important}.header--white-theme .header__language--white{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid var(--primary-500);color:var(--primary-500);width:55px;height:55px;-ms-flex-negative:0;flex-shrink:0}.header--white-theme .header__nav-btn span{background-color:var(--primary-500)!important}@media only screen and (max-width:1270px){.header__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:var(--header-height);padding:10px 10px 10px 15px}}@media only screen and (min-width:1024px){.header__inner{padding:35px 10px 10px}}.header__contact-item,.header__contact-item div{display:-webkit-box;display:-ms-flexbox;display:flex}.header__contact-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;gap:7px;color:var(--white)}.header__contact-item div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__contact-item svg{width:25px;height:25px;fill:var(--primary-500)}.header__contact-item span{font-size:14px}.header__contact-item strong{font-weight:400}@media only screen and (min-width:1024px){.header__contact-item strong{font-size:18px}}.header__contact-item:hover strong{color:var(--primary-500)}@media only screen and (min-width:1024px){.header__contact-item{padding-left:10px;padding-right:10px}}.header__contacts,.header__contacts-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.header__contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:15px;padding:0 15px}.header__contacts .btn{background:var(--primary-500);color:var(--white);height:55px}.header__contacts-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__contacts-inner span{font-size:14px;color:var(--secondary)!important}.header__contacts-inner strong{font-weight:600;font-size:18px}@media only screen and (min-width:1024px){.header__contacts-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.header__contacts .btn,.header__contacts .header__contact-item svg{display:none}.header__contacts .header__contact-item{padding:unset}.header__contacts .header__contact-item span{font-size:16px}.header__contacts .header__contact-item strong{font-size:30px}}.header__contact-socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.header__contact-socials a{border-radius:10px}@media only screen and (min-width:1024px){.header__contact-socials{gap:10px}}.header__language-dropdown{position:relative;display:none}@media only screen and (min-width:1024px){.header__language-dropdown{display:block}}.header__language-dropdown--mobile{display:block}@media only screen and (min-width:1024px){.header__language-dropdown--mobile{display:none}}.header__language{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50px;width:40px;height:40px;background:0 0;cursor:pointer;font-weight:400;font-size:16px;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.header__language:hover{background-color:rgba(255,255,255,.1)}.header__language,.header__language--white{border:1px solid var(--white);color:var(--white)}.header__language-list{position:absolute;top:100%;right:0;background:var(--white);border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:80px;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1000;list-style:none;padding:8px 0;margin:0}.header__language-list--show{opacity:1;visibility:visible}.header__language-dropdown--mobile .header__language-list{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.header__language-dropdown--mobile .header__language-list--show,.header__language-list--show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.header__language-item{margin:0}.header__language-item a{display:block;padding:8px 16px;color:var(--primary-300);text-decoration:none;font-size:14px;font-weight:400;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease}.header__language-item a:hover{background-color:rgba(0,0,0,.05);color:var(--primary-500)}.header__btn-rec,.header__language-item--active a{color:var(--primary-500);font-weight:500}.header__btn-rec{display:none;background-color:var(--white);min-height:unset;font-size:14px;font-weight:400;height:45px}@media only screen and (min-width:414px){.header__btn-rec{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:1024px){.header__btn-rec{min-width:unset;width:198px;height:53px;font-size:18px;border:1px solid var(--white);background-color:transparent;color:var(--white)}.header__btn-rec:hover{color:var(--primary-500)}}.header__nav-btn span{z-index:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:21px;height:2px;background-color:var(--primary-500);-webkit-transform-origin:85% 0;-ms-transform-origin:85% 0;transform-origin:85% 0;-webkit-transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}.header--scrolled{background-color:#f4f2ef!important;-webkit-box-shadow:10px 10px 35px 0 rgba(0,0,0,.05)!important;box-shadow:10px 10px 35px 0 rgba(0,0,0,.05)!important}.header--scrolled .header__logo svg,.no-hero .header .header__logo svg{fill:var(--primary-500)!important}.header--scrolled .header__contact-item span,.header--scrolled .header__contact-item strong,.header--scrolled .header__item a{color:var(--black)!important}.header--scrolled .header__language{border:1px solid var(--black)!important;color:var(--black)!important}.header--scrolled .header__language-list{background:var(--white);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.header--scrolled .header__btn-rec{background-color:var(--primary-500)!important;color:var(--white)!important;border:1px solid var(--primary-500)!important}.header--scrolled .header__btn-rec:hover{background-color:var(--primary-600)!important;border-color:var(--primary-600)!important}.header--scrolled .header__nav-btn{background-color:#ebebeb;border-radius:0}.header--scrolled .header__nav-btn span{background-color:var(--primary-500)!important}.header--scrolled .header__inner{padding-top:15px;padding-bottom:15px}.header__wrap{z-index:1;position:relative;background-color:transparent}.header__top-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:35px}@media only screen and (min-width:1270px){.header__top-side{position:relative;margin:0 auto;max-width:1380px}}.header__top-side-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media only screen and (min-width:1024px){.header__top-side-actions{gap:30px}.header__top-side{height:65px;gap:10px}}.about .header,.home .header,body:has(.about-hero) .header,body:has(.main-hero) .header{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.about .header.header--scrolled .header__logo svg,.about .header__logo svg,.home .header.header--scrolled .header__logo svg,.home .header__logo svg,body:has(.about-hero) .header.header--scrolled .header__logo svg,body:has(.about-hero) .header__logo svg,body:has(.main-hero) .header.header--scrolled .header__logo svg,body:has(.main-hero) .header__logo svg{fill:var(--white)}.about .header .header__item a,.about .header.header--scrolled .header__item a,.about .header__contact-item span,.about .header__contact-item strong,.home .header .header__item a,.home .header.header--scrolled .header__item a,.home .header__contact-item span,.home .header__contact-item strong,body:has(.about-hero) .header .header__item a,body:has(.about-hero) .header.header--scrolled .header__item a,body:has(.about-hero) .header__contact-item span,body:has(.about-hero) .header__contact-item strong,body:has(.main-hero) .header .header__item a,body:has(.main-hero) .header.header--scrolled .header__item a,body:has(.main-hero) .header__contact-item span,body:has(.main-hero) .header__contact-item strong{color:var(--white)}.about .header__btn-rec,.home .header__btn-rec,body:has(.about-hero) .header__btn-rec,body:has(.main-hero) .header__btn-rec{background-color:transparent;color:var(--white);border:1px solid var(--white)}.about .header.header--scrolled .header__btn-rec:hover,.about .header__btn-rec:hover,.home .header.header--scrolled .header__btn-rec:hover,.home .header__btn-rec:hover,body:has(.about-hero) .header.header--scrolled .header__btn-rec:hover,body:has(.about-hero) .header__btn-rec:hover,body:has(.main-hero) .header.header--scrolled .header__btn-rec:hover,body:has(.main-hero) .header__btn-rec:hover{background-color:var(--white);color:var(--primary-500)}.about .header .header__nav-btn span,.home .header .header__nav-btn span,body:has(.about-hero) .header .header__nav-btn span,body:has(.main-hero) .header .header__nav-btn span{background-color:var(--white)}.about .header.header--scrolled,.home .header.header--scrolled,body:has(.about-hero) .header.header--scrolled,body:has(.main-hero) .header.header--scrolled{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.about .header.header--scrolled .header__language,.home .header.header--scrolled .header__language,body:has(.about-hero) .header.header--scrolled .header__language,body:has(.main-hero) .header.header--scrolled .header__language{border:1px solid var(--white);color:var(--white)}.about .header.header--scrolled .header__btn-rec,.home .header.header--scrolled .header__btn-rec,body:has(.about-hero) .header.header--scrolled .header__btn-rec,body:has(.main-hero) .header.header--scrolled .header__btn-rec{background-color:transparent;color:var(--white)!important;border:1px solid var(--white)!important}.about .header.header--scrolled .header__contact-item span,.about .header.header--scrolled .header__contact-item strong,.home .header.header--scrolled .header__contact-item span,.home .header.header--scrolled .header__contact-item strong,body:has(.about-hero) .header.header--scrolled .header__contact-item span,body:has(.about-hero) .header.header--scrolled .header__contact-item strong,body:has(.main-hero) .header.header--scrolled .header__contact-item span,body:has(.main-hero) .header.header--scrolled .header__contact-item strong{color:var(--white)!important}.about .header.header--scrolled .header__nav-btn span,.home .header.header--scrolled .header__nav-btn span,body:has(.about-hero) .header.header--scrolled .header__nav-btn span,body:has(.main-hero) .header.header--scrolled .header__nav-btn span{background-color:var(--white)}.about .header.header--scrolled .header__inner,.home .header.header--scrolled .header__inner,body:has(.about-hero) .header.header--scrolled .header__inner,body:has(.main-hero) .header.header--scrolled .header__inner{padding-top:15px;padding-bottom:15px}.no-hero .header{background-color:#f4f2ef!important}.no-hero .header .header__contact-item span,.no-hero .header .header__contact-item strong,.no-hero .header .header__item a,.no-hero .header.header--scrolled .header__contact-item span,.no-hero .header.header--scrolled .header__contact-item strong,.no-hero .header.header--scrolled .header__item a{color:var(--black)!important}.no-hero .header .header__language{border:1px solid var(--black)!important;color:var(--black)!important}.no-hero .header .header__btn-rec{color:var(--white)!important;border:1px solid var(--primary-500)!important}.no-hero .header .header__btn-rec:hover,.no-hero .header.header--scrolled .header__btn-rec:hover{background-color:var(--primary-600)!important;border-color:var(--primary-600)!important}.no-hero .header .header__btn-rec,.no-hero .header .header__nav-btn span,.no-hero .header.header--scrolled .header__nav-btn span{background-color:var(--primary-500)!important}.no-hero .header.header--scrolled{background-color:#f4f2ef!important}.no-hero .header.header--scrolled .header__logo svg{fill:var(--primary-500)!important}.no-hero .header.header--scrolled .header__language{border:1px solid var(--black)!important;color:var(--black)!important}.no-hero .header.header--scrolled .header__btn-rec{background-color:var(--primary-500)!important;color:var(--white)!important;border:1px solid var(--primary-500)!important}.header__nav-list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;z-index:-1;position:absolute;right:0;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:calc(100dvh);margin:0;padding-bottom:15px;-webkit-font-smoothing:antialiased;-webkit-transform-origin:100% 0%;-ms-transform-origin:100% 0%;transform-origin:100% 0%;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transition:-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}.header__nav-list-wrap--show{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}.header__nav-list-wrap::before{content:"";background-color:var(--white);position:absolute;top:0;left:0;width:100vw;height:100dvh;z-index:-1;opacity:0;-webkit-transition:opacity .5s cubic-bezier(.77,.2,.05,1);transition:opacity .5s cubic-bezier(.77,.2,.05,1)}.header__nav-list-wrap--show::before{opacity:1}@media only screen and (min-width:1024px){.header__nav-list-wrap{width:100%;top:0;height:100dvh;padding-bottom:unset;-webkit-transform:translate(250%,0);-ms-transform:translate(250%,0);transform:translate(250%,0);-webkit-transition:-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}}.header__nav-list{margin:0 auto;padding:100px 15px 0;max-width:1150px;width:100%;height:100vh;background-repeat:no-repeat;background-size:435px;background-position:right -100px bottom}@media only screen and (min-width:1024px){.header__nav-list{padding:110px 0 0;background-size:700px;background-position:right bottom -100px}}.header__nav-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;color:var(--primary-400)}.header__nav-item a{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;font-weight:500;width:100%;padding:10px 0;font-size:26px;color:currentColor}@media only screen and (min-width:1024px){.header__nav-item a{padding:18px 0}}.header__nav-item--current,.header__nav-item:hover,.menu-item:hover{color:var(--primary-500)}.header__nav-btn{z-index:2;position:relative;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}.header__nav-btn input,.header__nav-btn--circle{display:-webkit-box;display:-ms-flexbox;display:flex}.header__nav-btn--circle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;width:35px;height:45px}@media only screen and (min-width:1024px){.header__nav-btn--circle{width:55px;height:55px;display:none!important}}.header__nav-btn--circle svg{width:25px;height:25px;fill:var(--primary)}@media only screen and (min-width:1024px){.header__nav-btn--circle svg{width:30px;height:30px}}.header__nav-btn input{z-index:2;position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}@media only screen and (min-width:1024px){.header__nav-btn input{display:none}}.header__nav-btn span:not(:last-child){margin-bottom:5px}.header__nav-btn span:first-child{-webkit-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%}.header__nav-btn span:nth-last-child(2){-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%}.header__nav-btn input:checked~span{opacity:1;-webkit-transform:rotate(45deg) translate(-3px,-1px);-ms-transform:rotate(45deg) translate(-3px,-1px);transform:rotate(45deg) translate(-3px,-1px);background-color:var(--primary-500)}.header__nav-btn input:checked~span:nth-last-child(3){opacity:0;-webkit-transform:rotate(0deg) scale(.2,.2);-ms-transform:rotate(0deg) scale(.2,.2);transform:rotate(0deg) scale(.2,.2)}.header__nav-btn input:checked~span:nth-last-child(2){-webkit-transform:rotate(-45deg) translate(0,-1px);-ms-transform:rotate(-45deg) translate(0,-1px);transform:rotate(-45deg) translate(0,-1px)}.header__nav-btn input:checked~ul{-webkit-transform:none;-ms-transform:none;transform:none}.menu-item{width:100%;color:var(--primary-400)}.menu-item a{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;font-weight:500;width:100%;padding:10px 0;font-size:26px;color:currentColor}@media only screen and (min-width:1024px){.menu-item a{padding:18px 0}}.current-menu-item{color:var(--primary-500)}.hero{overflow:hidden;position:relative;background-image:url(../img/hero.webp);background-size:cover;background-position:50% center;background-repeat:no-repeat}.hero--about{background-image:url(../img/about-hero.webp)}.hero::before{position:absolute;content:"";top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2}.hero__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:13px;height:100vh;padding:50px 0 0}@media only screen and (min-width:414px){.hero__inner{height:100vh}}@media only screen and (min-width:1024px){.hero__inner{height:100vh}}.hero__info{padding:15px;z-index:5;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-item-align:end;align-self:flex-end;height:100%;color:var(--white)}.hero__title{font-weight:400;font-size:40px;line-height:105%;letter-spacing:-.05em;text-transform:uppercase}.hero__text{font-weight:400;font-size:18px;line-height:115%;color:var(--white)}.hero__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.hero__img{position:absolute;bottom:0;left:0;right:0;width:100%;border-radius:30px}.hero__element{display:none;border-radius:35px}@media only screen and (min-width:767px){.hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero__title{font-size:60px;line-height:70px;word-break:unset}.hero__img{width:45%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none}}@media only screen and (min-width:575px){.hero__info{text-align:left}.hero__title{font-size:55px}.hero__btns{gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:20px}}@media only screen and (min-width:1024px){.hero__info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:35px 0;gap:50px}.hero__btns{margin-top:0;max-width:400px}.hero__btns .btn{width:100%}.hero__text{font-size:26px}.hero__title{font-size:75px;line-height:110%}}.about__content{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px}.about__content strong,.about__content-title{font-weight:400;font-size:25px;line-height:120%;letter-spacing:-.03em;text-transform:uppercase;color:var(--primary-500)}.about__content strong span,.about__content-title span{color:var(--primary-400)}.about__content-text{gap:15px}.about__content-list li,.about__content-text,.about__content-text p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__content-text p{font-weight:400;font-size:16px;line-height:130%;gap:15px}.about__content-text span{display:block}.about__content-list{display:grid;grid-template-columns:repeat(1,1fr);gap:25px}.about__content-list li{gap:10px}.about__content-list li span,.about__content-list li strong{font-weight:400;font-size:65px;line-height:90%;color:var(--primary-500)}.about__content-list li span{font-size:18px;color:var(--primary-400)}.about__content-btn{width:100%;height:55px}@media only screen and (min-width:1024px){.about__content strong,.about__content-title{font-size:45px}.about__content-title strong{padding-left:200px}.about__content-text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about__content-text p{max-width:330px;font-size:18px}.about__content-text img{width:650px}.about__content-list{border-top:1px solid var(--primary-300);grid-template-columns:repeat(4,1fr);gap:0}.about__content-list li{padding:30px 10px;border-right:1px solid var(--primary-300)}.about__content-list .btn{height:165px}}.projects{padding-top:50px}.projects__title{padding:0 15px}.projects__content{margin-top:35px;display:grid;grid-template-columns:repeat(1,1fr);gap:25px}.projects__content-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.about__content-text p,.projects__content-item:hover .projects__content-item-title,.projects__content-item:hover time{color:var(--primary-600)}.objects__item:hover .objects__item-img img,.projects__content-item:hover .projects__content-item-img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.projects__content-item-img{width:100%;overflow:hidden}.projects__content-item-img img{height:100%;-webkit-transition:-webkit-transform 280ms ease;transition:transform 280ms ease;transition:transform 280ms ease,-webkit-transform 280ms ease}.projects__content-item-info{padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.projects__content-item-info h3,.projects__content-item-info time{font-weight:400;font-size:18px;line-height:110%;text-transform:uppercase;color:var(--primary-400)}.projects__btn-wrap{margin-top:35px;padding:0 15px}@media only screen and (min-width:1024px){.projects__title{padding:unset}.projects__content{grid-template-columns:repeat(2,1fr);gap:20px}.projects__content-item-info{padding:unset}.projects__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:unset;margin-top:20px}}.project-card__content-img{width:100%}.project-card__content-img img,.project-card__content-img-wrap-small img,.projects__content-item-img img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.project-card__content-img-wrap{width:100%;display:grid;grid-template-columns:repeat(1,1fr);gap:10px}.project-card__content-img-wrap-small{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.project-card__content-img-wrap-small img{height:100%}.project-card__content-info-list{width:100%;gap:35px}.project-card__content-info-btn-wrap,.project-card__content-info-list,.project-card__content-info-list ul,.project-card__location-map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-card__content-info-list ul{list-style:disc;padding-left:20px;gap:15px}.project-card__content-info-list ul li{font-weight:400;font-size:18px;line-height:130%;color:var(--primary-600)}.project-card__content-info-btn-wrap,.project-card__location-map{gap:10px}.project-card__location-map{margin-top:35px;gap:20px}.project-card__map-img{width:100%;height:420px}.project-card__img-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:15px}.advantages__list-item-img img,.license__img img,.licenses-p__content-item-img img,.project-card__img-list img{width:100%}@media only screen and (min-width:1024px){.project-card__img-list{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:25px}}.project-card__characteristics{margin-top:50px}.project-card__characteristics .characteristics-table{margin-top:30px}.project-card__characteristics .characteristics-table table{width:100%;border-collapse:collapse;background-color:#f4f2ef;border-radius:8px;overflow:hidden}.project-card__characteristics .characteristics-table table thead th{padding:20px 15px;text-align:center;font-weight:400;font-size:14px;color:var(--primary-400);background-color:#f4f2ef;border-bottom:1px solid #e0e0e0}.project-card__characteristics .characteristics-table table thead th:first-child{width:60px;display:none}.project-card__characteristics .characteristics-table table thead th:nth-child(2){text-align:left}.project-card__characteristics .characteristics-table table thead th:last-child{text-align:left}.project-card__characteristics .characteristics-table table tbody tr{border-bottom:1px solid #e0e0e0}.project-card__characteristics .characteristics-table table tbody tr td{padding:20px 15px;font-weight:400;font-size:14px;line-height:125%;letter-spacing:-.05em;text-transform:uppercase;color:var(--primary-600)}.project-card__characteristics .characteristics-table table tbody tr td:first-child{text-align:center;color:var(--primary-400);width:60px;display:none}@media only screen and (min-width:1024px){.project-card .object-d__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:30px}.project-card__content-img,.project-card__content-info-btn-wrap .btn{width:100%}.project-card__content-img-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.project-card__content-img-wrap-small{max-width:330px;grid-template-columns:repeat(1,1fr)}.project-card__content-info-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:330px}.project-card__content-info-list ul{gap:5px}.project-card__location-map{margin-top:50px}.project-card__map-img{width:100%;height:560px}.project-card__location-map-btn{-ms-flex-item-align:end;align-self:flex-end}.project-card__characteristics .characteristics-table table thead th{padding:25px 15px;font-size:18px}.project-card__characteristics .characteristics-table table thead th:first-child{display:block;width:unset;text-align:left}.project-card__characteristics .characteristics-table table tbody tr td{font-size:18px}.project-card__characteristics .characteristics-table table tbody tr td:first-child{width:unset;display:block;text-align:left}}.project-card__map{position:relative}.mapTitle{position:absolute;display:none;pointer-events:none;z-index:10}.how-we-work__title{padding:0 15px}.how-we-work__header{margin-top:50px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.how-we-work__header h2{font-weight:400;font-size:24px;line-height:120%;text-transform:uppercase;color:#fbfbfb}.how-we-work__btn{width:100%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.how-we-work__actions{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.how-we-work__actions-btns{display:none}.how-we-work__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.how-we-work__glide{padding-left:15px;margin-top:35px;position:relative}.how-we-work__glide-track{overflow:hidden}.how-we-work__slide,.how-we-work__slides{display:-webkit-box;display:-ms-flexbox;display:flex}.how-we-work__slides{list-style:none;margin:0;padding:0}.how-we-work__slide{height:280px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative}.how-we-work__slide::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1}.how-we-work__slide[data-bg-image*="stage-1.jpg"],.how-we-work__slide[data-bg-image]{background-image:url(../img/stage/stage-1.jpg)}.how-we-work__slide[data-bg-image*="stage-2.jpg"]{background-image:url(../img/stage/stage-2.jpg)}.how-we-work__slide[data-bg-image*="stage-3.jpg"]{background-image:url(../img/stage/stage-3.jpg)}.how-we-work__slide-header,.how-we-work__slide-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.how-we-work__slide-info{padding:15px;height:100%;position:relative;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.how-we-work__slide-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.how-we-work__slide-title{font-weight:400;font-size:26px;line-height:90%;color:var(--white)}.how-we-work__slide-number{line-height:90%;letter-spacing:.02em}.how-we-work__slide-description,.how-we-work__slide-number{font-weight:400;font-size:16px;color:var(--white)}@media only screen and (min-width:1024px){.how-we-work__title{padding:unset}.how-we-work__header{width:100%;padding:unset;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.how-we-work__header h2{font-size:45px}.how-we-work__btn{width:330px}.how-we-work__btn--prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.how-we-work__actions{width:unset;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.how-we-work__actions-btns{display:-webkit-box;display:-ms-flexbox;display:flex}.how-we-work__actions-btn{cursor:pointer;border:1px solid var(--white);border-radius:50px;padding:14px}.how-we-work__actions-btn:hover{opacity:.8}.how-we-work__glide{margin-top:100px;padding-left:unset}.how-we-work__slide{height:500px}.how-we-work__slide-title{font-size:40px}.how-we-work__slide-description,.how-we-work__slide-number{font-size:18px}.how-we-work__slide-info{padding:20px 25px}}.contacts__bg-wrap{position:absolute;left:0;width:100%;height:258px;z-index:0}@media only screen and (min-width:1024px){.contacts__bg-wrap{height:775px}}.contacts__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contacts__inner{padding:200px 10px 0;position:relative;z-index:1}@media only screen and (min-width:1024px){.contacts__inner{padding:30px 0 30px 30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.contacts__form{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:20px;padding:20px 15px;background:#f4f2ef}@media only screen and (min-width:1024px){.contacts__form{padding:40px;max-width:680px;width:100%}}.contacts__form-content,.contacts__form-content-item,.footer__content-item div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}.contacts__form-content h2{font-weight:400;font-size:24px;line-height:130%;letter-spacing:-.04em;text-transform:uppercase;color:var(--primary-500)}.contacts-page-contact .contact .section__title,.contacts__form-content h2 span{color:var(--primary-400)}.contacts__form-content-item,.footer__content-item div{gap:15px}.contacts__form-content-item input{padding:20px;background:#d1cece;font-weight:400;font-size:18px;color:var(--black)}.contacts__form-content-item input::-webkit-input-placeholder{color:var(--primary-500)}.contacts__form-content-item input::-moz-placeholder{color:var(--primary-500)}.contacts__form-content-item input:-ms-input-placeholder,.contacts__form-content-item input::-ms-input-placeholder{color:var(--primary-500)}.contacts__form-content-item input::placeholder{color:var(--primary-500)}.contacts__form-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;margin-bottom:10px}.contacts__form-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0;width:14px;height:14px;border:2px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:2px;-webkit-transition:all .3s ease;transition:all .3s ease}.contacts__form-checkbox input[type=checkbox]:hover{border-color:#007bff;-webkit-box-shadow:0 0 0 2px rgba(0,123,255,.1);box-shadow:0 0 0 2px rgba(0,123,255,.1)}.contacts__form-checkbox input[type=checkbox]:checked{background:#007bff;border-color:#007bff}.contacts__form-checkbox input[type=checkbox]:checked::after{content:"";position:absolute;left:2px;top:-1.5px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.contacts__form-checkbox input[type=checkbox]:focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(0,123,255,.2);box-shadow:0 0 0 3px rgba(0,123,255,.2)}.contacts__form-checkbox label{font-weight:400;font-size:14px;line-height:120%;color:var(--primary-500)}.contacts__form-checkbox label a,.wpcf7-list-item-label a{color:var(--primary-400);text-decoration:underline}.contacts__form-checkbox label a:hover{text-decoration:none}@media only screen and (min-width:1024px){.contacts__form-content h2{font-size:34px}}.wpcf7-form-control{font-family:"helv",sans-serif;width:100%}.wpcf7-submit,.wpcf7-tel{margin-top:15px}.wpcf7-submit{font-family:"helv",sans-serif;background-color:var(--primary-500)!important;color:var(--white)!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7-submit:hover{background-color:var(--primary-600)!important}.wpcf7-submit:disabled{opacity:.5;cursor:not-allowed;background:#d1cece}@media only screen and (min-width:1024px){.wpcf7-submit{max-width:250px}}.wpcf7-list-item{margin:15px 0 0}.wpcf7-list-item label,.wpcf7-spinner{display:-webkit-box;display:-ms-flexbox;display:flex}.wpcf7-list-item label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;cursor:pointer}.wpcf7-list-item label input{width:unset}.wpcf7-not-valid-tip{margin-top:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.wpcf7-spinner{margin:10px auto 0}@media only screen and (min-width:1024px){.wpcf7-spinner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 12px -5px}}.wpcf7-form{position:relative}.wpcf7-response-output{margin:0!important;bottom:0;right:0;padding:5px 10px!important;background:#fdc2c4;border:0!important;color:#e31e24}@media only screen and (min-width:1024px){.wpcf7-response-output{max-width:300px;position:absolute}}.contact .how-we-work__title{padding:0}.contact__title-wrap{margin-top:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:25px}.contact__title-wrap h2{font-weight:400;font-size:24px;line-height:120%;text-transform:uppercase;color:#fbfbfb}.contact__content,.contact__content-item,.contact__content-items,.contact__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact__content{margin-top:35px;gap:50px}.contact__content-item,.contact__content-items{gap:30px}.contact__content-item{gap:20px}.contact__content-item h3{font-weight:400;font-size:18px;color:var(--primary-400)}.contact__content-item p,.footer__list li a{font-weight:400;font-size:18px;color:var(--white)}@media only screen and (min-width:1024px){.contact__content-items,.contact__title-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.contact__title-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact__title-wrap h2{max-width:600px;font-size:45px}.contact__content-items{gap:20px}.contact__content-item{max-width:330px;width:100%}.contact__content-item h3,.contact__content-item p{font-size:20px}.contact__content-map-img{height:560px}}.contacts-page-contact .contact{background-color:transparent;padding-bottom:0}.contacts-page-contact .contact .section__title span{background-color:var(--primary-400)}.contacts-page-contact .contact .contact__title{color:var(--primary-500)}.contacts-page-contact .contact .contact__title span,.footer__list li a:hover,.object-d__content-about-item h3 span{color:var(--primary-400)}.contacts-page-contact .contact .btn{background-color:var(--primary-500);color:var(--white)}.contacts-page-contact .contact .btn:hover{background-color:var(--primary-600)}.contacts-page-contact .contact .contact__content-item-text,.objects__item:hover h3,.objects__item:hover time{color:var(--primary-600)}.license{background:var(--primary-600)}.license__inner{padding:50px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.license__img,.license__info,.license__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.license__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.license__info h2{font-weight:400;font-size:25px;line-height:120%;text-transform:uppercase;color:#fbfbfb}.license__img{max-width:550px;margin-left:auto;width:100%}@media only screen and (min-width:1024px){.license{height:286px}.license__inner{padding:0;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.license__info h2{font-size:40px}}.licenses-p__content,.licenses-p__content-item{display:-webkit-box;display:-ms-flexbox;display:flex}.licenses-p__content{margin-top:35px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.licenses-p__content-item{width:170px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.licenses-p__content-item-img{max-width:127px;width:100%}.licenses-p__content-item-info h3{font-weight:400;font-size:16px;line-height:110%;text-transform:uppercase;color:var(--primary-400)}@media only screen and (min-width:1024px){.licenses-p__content{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.licenses-p__content-item{width:100%}.licenses-p__content-item-img{max-width:unset}.licenses-p__content-item-info h3{font-size:18px}}.advantages__list,.advantages__list-item{display:-webkit-box;display:-ms-flexbox;display:flex}.advantages__list{overflow-x:auto;gap:20px}.advantages__list-item{min-width:330px;max-width:330px;height:384px;border:1px solid var(--primary-400);padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.advantages__list-item--colored{background:var(--primary-500)}.advantages__list-item--colored p,.advantages__list-item--colored span{color:var(--white)!important}.advantages__list-item p,.advantages__list-item span{font-weight:400;line-height:90%;color:var(--primary-500)}.advantages__list-item span{display:block;font-size:40px;letter-spacing:.05em;-ms-flex-item-align:end;align-self:flex-end}.advantages__list-item p{font-size:24px;letter-spacing:-.06em;-ms-flex-item-align:start;align-self:flex-start}.advantages__list-item-img{-ms-flex-item-align:center;align-self:center;width:152px;height:152px}@media only screen and (min-width:1024px){.advantages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;overflow-x:unset}.advantages__list-item{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 14px);flex:0 0 calc(33.333% - 14px);min-width:280px;max-width:320px;height:300px}}@media only screen and (min-width:1270px){.advantages__list{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:1fr 1fr;gap:20px}.advantages__list-item{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;min-width:unset;max-width:unset;width:330px;height:384px}.advantages__list-item:nth-child(1){grid-column:1;grid-row:1}.advantages__list-item:nth-child(2){grid-column:2;grid-row:1}.advantages__list-item:nth-child(3){grid-column:4;grid-row:1}.advantages__list-item:nth-child(4){grid-column:2;grid-row:2}.advantages__list-item:nth-child(5){grid-column:3;grid-row:2}}.objects__title{padding:0 15px}.objects__content,.objects__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.objects__wrap{gap:35px}.objects__list{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.objects__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.objects__item-img{width:100%;overflow:hidden}.objects__item-img img{aspect-ratio:4/3;-webkit-transition:-webkit-transform 280ms ease;transition:transform 280ms ease;transition:transform 280ms ease,-webkit-transform 280ms ease}.objects__item-info{padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.objects__item-info h3,.objects__item-info time{font-weight:400;font-size:18px;line-height:110%;text-transform:uppercase;color:var(--primary-400);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}@media only screen and (min-width:767px){.objects__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.objects__content{gap:100px}.objects__item-info,.objects__title{padding:unset}.objects__list{grid-template-columns:repeat(3,1fr)}.objects__wrap{gap:20px}}.object-d__content,.object-d__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px}.object-d__content{margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.object-d__content-img{width:100%}.footer__img img,.object-d__content-img img,.objects__item-img img{width:100%;-o-object-fit:cover;object-fit:cover}.object-d__content-info{margin-top:35px}.object-d__content-about,.object-d__content-about-text,.object-d__content-about-text ul,.object-d__content-about-text-wrap,.object-d__content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px}.object-d__content-about-item h3{font-weight:400;font-size:25px;line-height:120%;letter-spacing:-.03em;text-transform:uppercase;color:var(--primary-500)}.object-d__content-about-text,.object-d__content-about-text ul{gap:20px}.object-d__content-about-text p,.object-d__content-about-text ul li{font-weight:400;font-size:16px;line-height:130%;color:var(--primary-600)}.object-d__content-about-text ul{list-style:disc;padding-left:20px;gap:15px}.object-d__content-about-text ul li{font-weight:300;font-size:18px}@media only screen and (min-width:1024px){.object-d__content{margin-top:20px;border-top:2px solid #7a7a7a;padding-top:10px}.object-d__content-about{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.object-d__content-about-item{max-width:620px}.object-d__content-about-item h3{top:125px;position:sticky;font-size:45px}.object-d__content-about-text-wrap{max-width:700px;width:100%;gap:50px}.object-d__content-about-text{gap:25px}.object-d__content-about-text p{font-size:18px}}.footer{padding-bottom:35px}.footer__content,.footer__img,.footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:250px;width:100%;-ms-flex-item-align:end;align-self:flex-end}.footer__img img{height:100%}.footer__content,.footer__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}.footer__content{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;gap:20px}.footer__logo{max-width:285px;width:100%}.footer__logo svg{width:100%;height:80px;fill:var(--white)}.footer__content-list{padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__content-nav,.footer__list{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex}.footer__content-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__content-item div strong,.footer__content-nav h3{font-weight:400;font-size:18px;color:var(--primary-400)}.footer__list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:25px;-moz-column-gap:25px;column-gap:25px;row-gap:10px}.footer__content-item-wrap,.footer__content-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__content-item-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;gap:35px}.footer__content-item div span,.footer__content-links a{font-weight:400;font-size:18px;color:var(--white)}.footer__content-item .btn{margin-top:20px;width:100%}.footer__content-links{padding:0 15px;gap:20px}.footer__content-links a{font-size:16px;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media only screen and (min-width:1024px){.footer__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:90px}.footer__img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:unset;-ms-flex-item-align:start;align-self:flex-start}.footer__content{max-width:600px;padding:100px 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__content-list{margin-top:50px;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__content-nav{gap:35px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0}.footer__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:35px}.footer__content-item div{gap:35px}.footer__content-links{margin-top:100px;padding:0}}.hero{opacity:0;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-animation:fadeInUp 1s ease-out forwards;animation:fadeInUp 1s ease-out forwards}
/*# sourceMappingURL=app.css.map */
