@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root{--font-family:"Inter",sans-serif;--second-family:"Montserrat",sans-serif}
*{padding:0;margin:0;border:0}
*,:before,:after{box-sizing:border-box}
:focus,:active{outline:none}
a:focus,a:active{outline:none}
p{margin-bottom:0}
nav,footer,header,aside{display:block}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}
input,button,textarea{font-family:inherit}
input::-ms-clear{display:none}
button{cursor:pointer}
button::-moz-focus-inner{padding:0;border:0}
a,a:visited{text-decoration:none}
a:hover{text-decoration:none}
ul{padding-left:0}
ul li{list-style:none}
img{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400;margin-bottom:0}
html{scroll-behavior:smooth}
body{background:#fff;color:#151515;height:100%;font-size:16px;font-family:var(--font-family)}
body.hidden{overflow:hidden}
.wrapper{min-height:100vh;overflow:hidden;display:flex;flex-direction:column}
.page{flex:1 0 auto;margin-top:112px}
@media (max-width:1200px){.page{margin-top:72px}}
@media (max-width:480px){.page{margin-top:63.25px}}
._container{max-width:1246px;padding:0 15px;margin:0 auto}
.header{position:fixed;left:0;top:0;width:100%;z-index:99}
.header__top{background:#f3f4f6}
.header__top ._container{display:flex;align-items:center;justify-content:space-between}
.header__phone{display:flex;align-items:center;column-gap:8px}
.header__phone span{font-weight:400;font-size:13px;line-height:140%;color:#000}
.header__button{display:inline-flex;align-items:center;justify-content:center;padding:2px 24px;min-width:225px;height:40px;background:#c22025;font-weight:500;font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#fff;transition:0.5s}
.header__button:hover{box-shadow:0 0 20px #c22025}
.header__bottom{padding:5px 0 10px;background-color:#fff}
@media (max-width:600px){.header__bottom{padding:20px 0}}
.header__bottom ._container{display:flex;align-items:center;justify-content:space-between;column-gap:20px}
.header__logo{display:flex;align-items:center;column-gap:15px}
.header__logo img:first-child{height:40px}
@media (max-width:600px){.header__logo img:first-child{height:18px}}
.header__logo img:last-child{height:60px}
@media (max-width:600px){.header__logo img:last-child{height:25px}}
.header__items{display:flex;align-items:center;column-gap:40px}
.header__item{font-weight:400;font-size:13px;color:#000;line-height:1.2;transition:0.5s}
.header__item:hover{color:#c22025}
.header__right{display:flex;align-items:center;column-gap:24px}
@media (max-width:480px){.header__right{column-gap:15px}}
.header__search{transition:0.5s}
.header__search:hover{transform:scale(1.1)}
.header__langs-wrapper{display:flex;align-items:center;column-gap:8px}
.header__langs{font-weight:500;font-size:13px;line-height:120%;color:#000;font-family:var(--font-family)}
@media (max-width:1200px){.header__desc{display:none}}
.header .burger{display:none}
@media (max-width:1200px){.header .burger{display:block}}
.header-hover{position:relative;overflow:hidden}
.header-hover:hover{overflow:visible}
.header-hover:hover .header-hover__title span{color:#c22025}
.header-hover:hover .header-hover__title svg{transform:rotate(-180deg)}
.header-hover:hover .header-hover__title svg path{stroke:#c22025}
.header-hover:hover .header-hover__hidden{opacity:1}
.header-hover__title{display:flex;align-items:center;column-gap:4px;cursor:pointer}
.header-hover__title span{font-weight:400;font-size:13px;color:#000;line-height:1.2;transition:0.5s}
.header-hover__title svg{transition:0.5s}
.header-hover__title svg path{transition:0.5s}
.header-hover__hidden{position:absolute;left:-20px;bottom:0;transform:translateY(100%);opacity:0;transition:0.5s}
.header-hover__items{padding:15px;border-radius:10px;background-color:#fff;border:1px solid #f2f2f2;display:flex;flex-direction:column;row-gap:10px;margin-top:10px;width:220px}
.header-hover__item{font-weight:400;font-size:13px;color:#000;line-height:1.2;transition:0.5s}
.header-hover__item:hover{color:#c22025}
.menu{position:fixed;left:0;top:0;width:100%;height:100vh;z-index:99;background-color:#fff;padding:30px 30px 120px;display:flex;flex-direction:column;justify-content:space-between;row-gap:50px;overflow-y:auto;transition:0.8s;transform:translateX(-100%)}
.menu.active{transform:translateX(0)}
.menu__close{position:absolute;right:20px;top:15px;font-size:50px;color:#bbb}
@media (max-width:480px){.menu__close{right:15px;top:10px;font-size:40px}}
.menu .header__items{display:flex;flex-direction:column;row-gap:40px}
.menu .header-hover__hidden{left:50%;transform:translate(-50%,100%)}
.footer{background:#1a1a1a;padding:32px 0}
.footer__body{display:grid;grid-template-columns:342px 1fr;gap:24px}
.footer__left{display:flex;flex-direction:column;justify-content:space-between;row-gap:50px}
.footer__logo{margin-bottom:32px}
.footer__title{font-weight:600;font-size:25px;line-height:100%;color:#fff;font-family:var(--second-family);max-width:300px}
.footer__abc{font-weight:400;font-size:13px;line-height:140%;color:rgba(255,255,255,0.5)}
.footer__abc a{margin:0 3px;position:relative;top:3px}
@media (max-width:992px){.footer__right{display:none}}
.footer__contacts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.2)}
.contact-footer__icon{margin-bottom:16px}
.contact-footer__title{font-weight:500;font-size:13px;line-height:140%;letter-spacing:0.04em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-bottom:8px}
.contact-footer__text{font-weight:600;font-size:20px;line-height:140%;color:#fff;font-family:var(--second-family)}
.nav-footer{margin-top:32px}
.nav-footer__title{font-weight:500;font-size:13px;letter-spacing:0.04em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-bottom:8px}
.nav-footer__items{display:flex;column-gap:40px;row-gap:10px;flex-wrap:wrap}
.nav-footer__item{font-weight:500;font-size:20px;color:#fff;line-height:1.2;white-space:nowrap;transition:0.5s}
.nav-footer__item:hover{color:#c22025}
section{margin-top:100px}
@media (max-width:1200px){section{margin-top:60px}}
.btn{border-radius:99px;padding:4px 4px 4px 24px;background-color:#c22025;display:inline-flex;align-items:center;align-self:start;column-gap:15px;transition:0.5s;z-index:2}
.btn:hover{box-shadow:0 0 20px #c22025;background-color:#c22025}
.btn .btn-text{font-weight:600;font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#fff;font-family:var(--second-family)}
@media (max-width:480px){.btn .btn-text{font-size:14px}}
.btn .btn-icon{border-radius:50%;width:44px;height:44px;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center}
@media (max-width:480px){.btn .btn-icon{height:36px;width:36px}}
.hero{height:calc(100vh - 112px);margin-top:0;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}
.hero::after{content:"";display:block;position:absolute;left:0;top:0;height:100%;width:50%;background:rgba(48,48,48,0.75)}
@media (max-width:992px){.hero::after{width:100%}}
@media (max-width:1200px){.hero{height:auto}}
.hero__container{position:relative;height:100%}
.hero__content{padding:80px 0;padding-right:24px;height:100%;display:flex;flex-direction:column;max-width:50%;position:relative;z-index:1}
@media (max-width:992px){.hero__content{max-width:100%;padding-bottom:0;padding-right:0}}
@media (max-width:480px){.hero__content{padding:50px 0 0}}
.hero__badge{flex-grow:1;font-weight:700;font-size:20px;line-height:140%;letter-spacing:0.2em;text-transform:uppercase;color:#fff;font-family:var(--second-family);max-width:578px}
@media (max-width:1200px){.hero__badge{margin-bottom:60px}}
@media (max-width:480px){.hero__badge{font-size:16px;margin-bottom:30px}}
.hero__title{font-weight:700;font-size:49px;line-height:100%;color:#fff;margin-bottom:30px;font-family:var(--second-family)}
@media (max-width:480px){.hero__title{font-size:28px;margin-bottom:15px}}
.hero__subtitle{font-weight:400;font-size:20px;line-height:140%;color:#fff}
@media (max-width:480px){.hero__subtitle{font-size:14px}}
.hero__btn{border-radius:99px;padding:4px 4px 4px 24px;background:#c22025;display:inline-flex;align-items:center;align-self:start;column-gap:15px;position:absolute;bottom:80px;right:15px;transition:0.5s;z-index:2}
@media (max-width:992px){.hero__btn{position:relative;bottom:0;right:0;margin-top:20px;margin-bottom:40px}}
.hero__btn:hover{box-shadow:0 0 20px #c22025}
.hero__btn-text{font-weight:600;font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#fff;font-family:var(--second-family)}
@media (max-width:480px){.hero__btn-text{font-size:14px}}
.hero__btn-icon{border-radius:50%;width:44px;height:44px;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center}
@media (max-width:480px){.hero__btn-icon{height:36px;width:36px}}
.title{font-weight:700;font-size:49px;line-height:110%;color:#000;font-family:var(--second-family)}
@media (max-width:480px){.title{font-size:28px}}
.block__body{display:flex;align-items:center;margin:0 -20px}
@media (max-width:992px){.block__body{display:flex;flex-direction:column;align-items:start;row-gap:30px}}
@media (max-width:480px){.block__body{row-gap:20px}}
.block__content{flex:1 1 50%;padding:0 20px}
.block__title{margin-bottom:30px}
@media (max-width:480px){.block__title{margin-bottom:15px}}
.block__text{font-weight:400;font-size:20px;line-height:140%;color:#000;display:flex;flex-direction:column;row-gap:10px}
.block__text ul{display:flex;flex-direction:column;row-gap:5px;padding-left:30px}
.block__text ul li{list-style:disc}
@media (max-width:480px){.block__text{font-size:14px}}
.block__image{flex:0 0 50%;padding:0 20px}
@media (max-width:992px){.block__image{max-width:500px}}
.block__image img{border-radius:12px;width:100%}
.second-title{font-weight:600;font-size:39px;line-height:110%;color:#000;font-family:var(--second-family)}
@media (max-width:480px){.second-title{font-size:24px}}
.projects__top{margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px}
@media (max-width:480px){.projects__top{margin-bottom:20px}}
@media (max-width:480px){.projects__top{gap:15px}}
.projects__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
@media (max-width:992px){.projects__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.projects__items{grid-template-columns:1fr}}
.item-projects{background:#f3f4f6;border-radius:16px;padding:20px;transition:0.5s;display:flex;flex-direction:column}
.item-projects:hover{background-color:#c22025}
.item-projects:hover .item-projects__icon svg path[stroke]{stroke:#fff}
.item-projects:hover .item-projects__icon svg path[fill]{fill:#fff}
.item-projects:hover .item-projects__title,.item-projects:hover .item-projects__text,.item-projects:hover .item-projects__link span{color:#fff}
.item-projects:hover .item-projects__link svg path{transition:0.5s}
.item-projects__icon{margin-bottom:20px}
.item-projects__icon svg path{transition:0.5s}
.item-projects__title{font-weight:600;font-size:20px;line-height:140%;color:#000;font-family:var(--second-family);margin-bottom:20px;transition:0.5s}
@media (max-width:480px){.item-projects__title{font-size:18px;margin-bottom:15px}}
.item-projects__text{font-weight:400;font-size:16px;line-height:140%;color:#000;margin-bottom:20px;transition:0.5s;flex-grow:1}
@media (max-width:480px){.item-projects__text{font-size:14px}}
.item-projects__link{display:flex;align-items:center;justify-content:space-between}
.item-projects__link span{font-weight:700;font-size:13px;line-height:100%;text-transform:uppercase;color:#707076;transition:0.5s}
.item-projects__link svg path{transition:0.5s}
.brand__body{display:grid;grid-template-columns:392px 1fr;gap:24px}
@media (max-width:767px){.brand__body{grid-template-columns:1fr;row-gap:15px}}
.brand__left{display:flex;flex-direction:column;justify-content:space-between;row-gap:20px}
@media (max-width:480px){.brand__left{row-gap:15px}}
.brand__title{font-size:31px}
@media (max-width:480px){.brand__title{font-size:24px}}
.brand__text{font-weight:400;font-size:16px;line-height:140%;color:#000;display:flex;flex-direction:column;row-gap:10px;margin-bottom:24px}
@media (max-width:480px){.brand__text{font-size:14px;row-gap:15px}}
.brand__text p:first-child{font-weight:500;font-size:20px;line-height:120%;color:#000;font-family:var(--second-family)}
@media (max-width:480px){.brand__text p:first-child{font-size:15px}}
.brand__items{display:flex;flex-direction:column;row-gap:12px}
@media (max-width:480px){.brand__items{row-gap:8px}}
.brand__item{display:flex;align-items:center;column-gap:16px}
@media (max-width:480px){.brand__item{column-gap:12px}}
.brand__item span{font-weight:400;font-size:16px;line-height:140%;color:#000}
@media (max-width:480px){.brand__item span{font-size:14px}}
.brand__item svg{flex-shrink:0}
.brand__images{margin-top:80px;overflow:visible}
@media (max-width:480px){.brand__images{margin-top:40px}}
.brand__images .swiper-slide{width:456px}
@media (max-width:480px){.brand__images .swiper-slide{width:300px}}
.brand__image{position:relative;overflow:hidden;display:block;padding-bottom:70%;border-radius:12px}
.brand__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.advantages{padding:80px 0;background:#1a1a1a}
@media (max-width:480px){.advantages{padding:60px 0}}
.advantages__body{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media (max-width:767px){.advantages__body{grid-template-columns:1fr}}
.advantages__title{color:#fff;margin-bottom:30px}
@media (max-width:480px){.advantages__title{margin-bottom:15px}}
.advantages__text{font-weight:400;font-size:16px;line-height:140%;color:#fff;display:flex;flex-direction:column;row-gap:10px;max-width:545px}
@media (max-width:480px){.advantages__text{font-size:14px}}
.advantages__items{display:flex;flex-direction:column;row-gap:40px}
.item-advantages{display:flex;align-items:center;column-gap:20px}
@media (max-width:480px){.item-advantages{column-gap:15px}}
@media (max-width:480px){.item-advantages__icon svg{width:48px;height:48px}}
.item-advantages__title{font-weight:700;font-size:20px;line-height:160%;color:#fff;font-family:var(--second-family);margin-bottom:8px}
@media (max-width:480px){.item-advantages__title{font-size:16px}}
.item-advantages__text{font-weight:500;font-size:16px;line-height:140%;color:#fff;max-width:412px}
@media (max-width:480px){.item-advantages__text{font-size:14px}}
.form__body{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (max-width:992px){.form__body{grid-template-columns:1fr}}
.form__content{margin-bottom:40px}
@media (max-width:480px){.form__content{margin-bottom:25px}}
.form__title{margin-bottom:20px;max-width:400px}
@media (max-width:480px){.form__title{margin-bottom:15px}}
.form__text{font-weight:400;font-size:20px;line-height:140%;color:#000;max-width:398px}
@media (max-width:480px){.form__text{font-size:14px}}
.form__items{display:flex;flex-direction:column;row-gap:12px}
.form__item{display:flex;align-items:center;column-gap:16px}
@media (max-width:480px){.form__item{column-gap:12px}}
.form__item svg{flex-shrink:0}
.form__item span{font-weight:400;font-size:16px;line-height:140%;color:#000}
.form__inputs{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (max-width:480px){.form__inputs{gap:15px}}
.form__input label{font-weight:600;font-size:16px;line-height:140%;color:#000;font-family:var(--second-family);margin-bottom:8px}
@media (max-width:480px){.form__input label{font-size:14px;margin-bottom:5px}}
.form__input input,.form__input select,.form__input textarea{width:100%;border-radius:6px;padding:16px 20px;background:#f3f4f6;font-weight:500;font-size:16px;line-height:120%;color:#151515;appearance:none}
@media (max-width:480px){.form__input input,.form__input select,.form__input textarea{padding:12px 15px;font-size:14px}}
.form__input input::placeholder,.form__input select::placeholder,.form__input textarea::placeholder{color:#707076}
.form__input select{background:#f3f4f6 url("../themes/demo/assets/images/select.svg") calc(100% - 12px) center / 24px no-repeat}
.form__input textarea{height:140px;resize:none}
@media (max-width:480px){.form__input textarea{height:100px}}
.form__input--full{grid-column:span 2}
.form__agree{margin:24px 0;display:flex;align-items:center;column-gap:8px;cursor:pointer}
.form__agree input{border-radius:4px;width:20px;height:20px;accent-color:#c22025}
.form__agree span{font-weight:500;font-size:13px;color:#707076;line-height:1.2}
.form__agree span a{text-decoration:underline;text-decoration-skip-ink:none}
.form__btn{width:100%}
.form__btn .btn-text{flex-grow:1;text-align:start}
.contacts-form__title{font-size:31px;margin-bottom:20px}
@media (max-width:480px){.contacts-form__title{font-size:22px;margin-bottom:15px}}
.contacts-form__items{display:flex;flex-direction:column;row-gap:20px}
@media (max-width:480px){.contacts-form__items{row-gap:15px}}
.item-contacts-form{display:flex;align-items:start;column-gap:20px}
@media (max-width:480px){.item-contacts-form{column-gap:15px}}
.item-contacts-form__title{font-weight:500;font-size:16px;line-height:140%;color:#707076;font-family:var(--second-family);margin-bottom:4px}
@media (max-width:480px){.item-contacts-form__title{font-size:14px}}
.item-contacts-form__text{font-weight:500;font-size:20px;line-height:140%;color:#000;transition:0.5s}
@media (max-width:480px){.item-contacts-form__text{font-size:16px}}
.item-contacts-form__text:hover{color:#c22025}
.partners .swiper-wrapper{-webkit-transition-timing-function:linear !important;transition-timing-function:linear !important;overflow:visible}
.partners__title{margin-bottom:20px}
@media (max-width:480px){.partners__title{margin-bottom:15px}}
.partners__text{font-weight:400;font-size:20px;line-height:140%;color:#000;margin-bottom:40px}
@media (max-width:480px){.partners__text{margin-bottom:20px;font-size:14px}}
.partners__items{overflow:visible}
.geo__title{max-width:360px;margin-bottom:20px}
@media (max-width:480px){.geo__title{margin-bottom:15px}}
.geo__text{font-weight:400;font-size:16px;line-height:140%;color:#000;max-width:442px;margin-bottom:40px}
@media (max-width:480px){.geo__text{margin-bottom:20px;font-size:14px}}
.geo__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
@media (max-width:992px){.geo__items{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.geo__items{grid-template-columns:1fr;gap:15px}}
.geo__images{display:grid;grid-template-columns:1fr 1fr;margin-top:32px;gap:32px}
@media (max-width:767px){.geo__images{grid-template-columns:1fr;margin-top:20px;gap:20px}}
.geo__image-image{position:relative;overflow:hidden;display:block;border-radius:15px;padding-bottom:50%}
.geo__image-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.geo__image-title{font-size:24px;font-weight:500;line-height:1.3;color:#151515;margin-top:10px}
@media (max-width:480px){.geo__image-title{font-size:20px}}
.item-geo__title{font-weight:600;font-size:25px;line-height:128%;color:#000;margin-bottom:12px;font-family:var(--second-family)}
@media (max-width:480px){.item-geo__title{font-size:20px;margin-bottom:8px}}
.item-geo__items{display:flex;flex-direction:column;row-gap:12px}
@media (max-width:480px){.item-geo__items{row-gap:8px}}
.item-geo__item{display:flex;align-items:center;column-gap:16px}
@media (max-width:480px){.item-geo__item{column-gap:12px}}
.item-geo__item svg{flex-shrink:0}
.item-geo__item span{font-weight:400;font-size:16px;line-height:140%;color:#000}
@media (max-width:480px){.item-geo__item span{font-size:14px}}
@media (min-width:600px){.news.news--home .item-news:first-child{grid-column:span 2}.news.news--home .item-news:first-child .item-news__image{padding-bottom:50%}.news.news--home .item-news:first-child .item-news__image::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%),linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%)}.news.news--home .item-news:first-child .item-news__content{position:absolute;left:24px;bottom:24px;right:24px;z-index:1;padding-top:0}.news.news--home .item-news:first-child .item-news__title{color:#fff;max-width:380px}.news.news--home .item-news:first-child .item-news__date{color:rgba(255,255,255,0.5)}}
.news__top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;gap:15px;flex-wrap:wrap}
@media (max-width:480px){.news__top{margin-bottom:20px}}
.news__link{font-weight:600;font-size:14px;line-height:140%;text-transform:uppercase;color:#0f91bd}
.news__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;row-gap:32px}
@media (max-width:992px){.news__items{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.news__items{grid-template-columns:1fr;gap:15px}}
.item-news{display:flex;flex-direction:column;position:relative}
.item-news:hover .item-news__image img{transform:scale(1.1)}
.item-news__image{position:relative;overflow:hidden;display:block;padding-bottom:70%;border-radius:16px}
.item-news__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:0.5s}
.item-news__content{padding-top:20px}
@media (max-width:480px){.item-news__content{padding-top:15px}}
.item-news__title{font-weight:600;font-size:21px;line-height:125%;color:#000;margin-bottom:15px}
@media (max-width:480px){.item-news__title{font-size:18px;margin-bottom:10px}}
.item-news__date{font-weight:600;font-size:14px;line-height:140%;text-transform:uppercase;color:#707076}
.start{margin-top:0;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;padding:80px 0}
@media (max-width:480px){.start{padding:60px 0}}
.start::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#303030BF}
.start__container{position:relative;z-index:1}
.start__title{color:#fff;margin-bottom:30px;max-width:680px}
@media (max-width:480px){.start__title{margin-bottom:15px}}
.start__text{font-weight:400;font-size:16px;line-height:140%;color:#fff}
@media (max-width:480px){.start__text{font-size:14px}}
.tech{background:#f3f4f6;padding:80px 0}
@media (max-width:480px){.tech{padding:60px 0}}
.tech__title{margin-bottom:40px}
@media (max-width:480px){.tech__title{margin-bottom:20px}}
.tech__body{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media (max-width:992px){.tech__body{grid-template-columns:1fr}}
.tech__subtitle{font-weight:600;font-size:25px;line-height:128%;color:#000;margin-bottom:12px;font-family:var(--second-family)}
@media (max-width:480px){.tech__subtitle{font-size:20px}}
.tech__items{display:flex;flex-direction:column;row-gap:12px}
.tech__item{display:flex;align-items:center;column-gap:16px}
@media (max-width:480px){.tech__item{column-gap:12px}}
.tech__item svg{flex-shrink:0}
.tech__item span{font-weight:400;font-size:16px;line-height:140%;color:#000}
@media (max-width:480px){.tech__item span{font-size:14px}}
.tech__text{font-weight:400;font-size:16px;line-height:140%;color:#000;margin-bottom:12px}
@media (max-width:480px){.tech__text{font-size:14px}}
.tech__button{margin-top:40px;font-weight:700;font-size:16px;line-height:120%;letter-spacing:-0.03em;color:#fff;font-family:var(--second-family);padding:15px 24px}
@media (max-width:480px){.tech__button{margin-top:20px}}
@media (max-width:480px){.tech__button{font-size:14px;padding:12px 20px}}
.tech__button:hover{color:#fff}
.mobile__body{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (max-width:992px){.mobile__body{grid-template-columns:1fr}}
.mobile__content{display:flex;flex-direction:column}
.mobile__title{margin-bottom:16px}
.mobile__text{flex-grow:1;font-weight:400;font-size:16px;line-height:140%;color:#000;display:flex;flex-direction:column;row-gap:10px;max-width:540px;margin-bottom:20px}
@media (max-width:480px){.mobile__text{font-size:14px}}
.mobile__items{display:flex;flex-direction:column;row-gap:20px}
@media (max-width:480px){.mobile__items{row-gap:15px}}
@media (max-width:992px){.mobile__image{max-width:500px}}
.mobile__image img{width:100%;border-radius:16px}
.item-mobile{display:flex;align-items:start;column-gap:20px}
@media (max-width:480px){.item-mobile{column-gap:15px}}
.item-mobile__title{font-weight:500;font-size:16px;line-height:140%;color:#000;margin-bottom:8px}
.item-mobile__text{font-weight:400;font-size:13px;line-height:140%;color:#707076}
.training{padding:80px 0;background:#f3f4f6}
@media (max-width:480px){.training{padding:60px 0}}
.training__title{margin-bottom:16px}
.training__text{font-weight:400;font-size:16px;line-height:140%;color:#000;margin-bottom:40px}
@media (max-width:480px){.training__text{font-size:14px;margin-bottom:20px}}
.training__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
@media (max-width:992px){.training__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.training__items{grid-template-columns:1fr}}
.item-training{border-radius:16px;padding:20px;background-color:#fff}
.item-training__title{font-weight:600;font-size:20px;line-height:140%;color:#000;margin-bottom:20px;font-family:var(--second-family)}
@media (max-width:480px){.item-training__title{font-size:18px;margin-bottom:15px}}
.item-training__text{font-weight:400;font-size:16px;line-height:140%;color:#000;margin-bottom:20px}
@media (max-width:480px){.item-training__text{font-size:14px;margin-bottom:15px}}
.item-training__items{display:flex;flex-direction:column;row-gap:12px}
.item-training__item{display:flex;align-items:center;column-gap:16px}
@media (max-width:480px){.item-training__item{column-gap:12px}}
.item-training__item svg{flex-shrink:0}
.item-training__item span{font-weight:400;font-size:16px;line-height:140%;color:#000}
@media (max-width:480px){.item-training__item span{font-size:14px}}
.breadcrumbs{margin:40px 0 24px}
.breadcrumbs__items{display:flex;align-items:center;column-gap:29px;row-gap:10px;flex-wrap:wrap}
.breadcrumbs__item{font-weight:400;font-size:13px;line-height:138%;color:#707076;position:relative}
.breadcrumbs__item::after{content:"/";display:block;position:absolute;top:0;right:-17px;font-weight:400;font-size:13px;line-height:138%;color:rgba(112,112,118,0.5)}
.breadcrumbs__item:last-child{color:#000}
.breadcrumbs__item:last-child::after{display:none}
.prem__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
@media (max-width:992px){.prem__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.prem__items{grid-template-columns:1fr;gap:15px}}
.prem__title{font-weight:600;font-size:25px;line-height:100%;color:#000;margin-bottom:12px;font-family:var(--second-family)}
@media (max-width:480px){.prem__title{font-size:20px}}
.prem__text{font-weight:500;font-size:16px;color:#7c7c83;line-height:1.2;max-width:300px}
@media (max-width:480px){.prem__text{font-size:14px}}
.contacts__title{margin-bottom:40px}
@media (max-width:480px){.contacts__title{margin-bottom:20px}}
.contacts__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}
@media (max-width:992px){.contacts__items{grid-template-columns:1fr 1fr}}
@media (max-width:550px){.contacts__items{grid-template-columns:1fr}}
.item-contacts{border-radius:16px;padding:16px;background:#f3f4f6}
.item-contacts__icon{margin-bottom:16px}
.item-contacts__title{font-weight:500;font-size:13px;line-height:140%;letter-spacing:0.04em;text-transform:uppercase;color:#707076;margin-bottom:4px}
.item-contacts__text{font-weight:500;font-size:16px;line-height:140%;color:#000}
.mapino__body{display:grid;grid-template-columns:392px 1fr;gap:24px}
@media (max-width:992px){.mapino__body{grid-template-columns:1fr;gap:15px}}
.mapino__content{border-radius:16px;padding:20px;background:#f3f4f6;display:flex;flex-direction:column}
.mapino__title{flex-grow:1;font-weight:600;font-size:25px;line-height:110%;color:#000;font-family:var(--second-family);margin-bottom:30px}
@media (max-width:480px){.mapino__title{font-size:20px;margin-bottom:15px}}
.mapino__items{display:flex;flex-direction:column;row-gap:24px}
@media (max-width:480px){.mapino__items{row-gap:15px}}
.mapino__map{border-radius:16px;overflow:hidden;height:500px}
@media (max-width:480px){.mapino__map{height:400px}}
.mapino__map iframe,.mapino__map div{width:100%;height:100%}
.item-mapino{display:flex;align-items:start;column-gap:16px}
@media (max-width:480px){.item-mapino{column-gap:12px}}
.item-mapino__title{font-weight:400;font-size:14px;line-height:140%;color:#707076;margin-bottom:5px}
.item-mapino__text{font-weight:500;font-size:16px;line-height:140%;color:#000;transition:0.5s}
.item-mapino__text:hover{color:#c22025}
.regions{padding:80px 0;background:#f3f4f6}
@media (max-width:480px){.regions{padding:60px 0}}
.regions__title{margin-bottom:40px}
@media (max-width:480px){.regions__title{margin-bottom:20px}}
.regions__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
@media (max-width:992px){.regions__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.regions__items{grid-template-columns:1fr}}
.item-regions{border-radius:16px;padding:20px;background:#fff}
.item-regions__title{font-weight:600;font-size:20px;line-height:140%;color:#000;margin-bottom:16px;font-family:var(--second-family)}
@media (max-width:480px){.item-regions__title{font-size:18px;margin-bottom:12px}}
.item-regions__items{display:flex;flex-direction:column;row-gap:16px}
@media (max-width:480px){.item-regions__items{row-gap:12px}}
.item-regions__item{display:flex;align-items:start;column-gap:20px}
@media (max-width:480px){.item-regions__item{column-gap:12px}}
.item-regions__item-title{font-weight:600;font-size:16px;line-height:140%;color:#707076;margin-bottom:4px;font-family:var(--second-family)}
@media (max-width:480px){.item-regions__item-title{font-size:14px}}
.item-regions__item-text{font-weight:500;font-size:20px;line-height:140%;color:#000}
@media (max-width:480px){.item-regions__item-text{font-size:18px}}
.list__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
@media (max-width:992px){.list__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.list__items{grid-template-columns:1fr;gap:15px}}
.item-list{border-radius:16px;padding:20px;background:#f3f4f6}
.item-list__icon{margin-bottom:16px}
.item-list__title{font-weight:600;font-size:20px;line-height:120%;color:#000;margin-bottom:12px}
@media (max-width:480px){.item-list__title{font-size:18px}}
.item-list__text{font-weight:400;font-size:16px;line-height:140%;color:#707076;max-width:245px}
@media (max-width:480px){.item-list__text{font-size:14px;max-width:100%}}
.catalog__body{display:grid;grid-template-columns:288px 1fr;gap:24px}
@media (max-width:992px){.catalog__body{grid-template-columns:220px 1fr}}
@media (max-width:767px){.catalog__body{grid-template-columns:1fr}}
.catalog__left{display:flex;flex-direction:column;row-gap:32px}
.catalog__search{border:1px solid #e0e0eb;border-radius:99999px;padding:8px 20px;display:flex;align-items:center;column-gap:12px}
.catalog__search input{flex-grow:1;width:auto;font-weight:400;font-size:13px;line-height:125%;color:#151515}
.catalog__search input::placeholder{color:#707076}
.catalog__categories{display:flex;flex-direction:column;row-gap:24px}
.catalog__category{font-weight:400;font-size:16px;color:#707076;line-height:1.2}
.catalog__category.active{font-weight:600;color:#000}
.catalog__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
@media (max-width:992px){.catalog__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.catalog__items{grid-template-columns:1fr}}
.item-catalog{display:flex;flex-direction:column}
.item-catalog__image{position:relative;overflow:hidden;display:block;padding-bottom:100%;border-radius:16px;margin-bottom:16px;border:1px solid rgba(112,112,118,0.15);border-radius:16px}
.item-catalog__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.item-catalog__title{font-weight:600;font-size:20px;line-height:120%;color:#000;margin-bottom:12px}
.item-catalog__items{display:flex;flex-direction:column;row-gap:12px;margin-bottom:12px;flex-grow:1}
.item-catalog__item{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}
.item-catalog__item-title{font-weight:400;font-size:13px;color:#7c7c83;line-height:1.2}
.item-catalog__item-text{font-weight:500;font-size:13px;color:#000;line-height:1.2;text-align:end}
.item-catalog__button{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:13px;color:#000;line-height:1.2;padding:12px;border:1px solid rgba(112,112,118,0.15);border-radius:9999px;padding:8px 32px;transition:0.5s}
.item-catalog__button:hover{background-color:#c22025;color:#fff}
.product__body{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}
@media (max-width:992px){.product__body{grid-template-columns:1fr}}
@media (max-width:992px){.product__image{max-width:500px}}
.product__image img{width:100%;border-radius:16px}
.product__title{margin-bottom:20px}
@media (max-width:480px){.product__title{margin-bottom:15px}}
.product__text{font-weight:400;font-size:18px;line-height:140%;color:#000;display:flex;flex-direction:column;row-gap:10px;margin-bottom:48px}
@media (max-width:480px){.product__text{font-size:14px;margin-bottom:20px}}
.product__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:480px){.product__actions{grid-template-columns:1fr}}
.product__button1{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:12px;background:#c22025;transition:0.5s;font-weight:700;font-size:16px;color:#fff;line-height:1.2;font-family:var(--second-family);transition:0.5s}
.product__button1:hover{box-shadow:0 0 20px #c22025}
.product__button2{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:12px;background:#000;transition:0.5s;font-weight:700;font-size:16px;color:#fff;line-height:1.2;font-family:var(--second-family);transition:0.5s}
.product__button2:hover{box-shadow:0 0 20px #000}
.advants__title{margin-bottom:40px}
@media (max-width:480px){.advants__title{margin-bottom:20px}}
.advants__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
@media (max-width:992px){.advants__items{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.advants__items{grid-template-columns:1fr;gap:15px}}
.item-advants{border-radius:16px;padding:20px;background:#f3f4f6}
.item-advants__title{font-weight:600;font-size:20px;line-height:120%;color:#000;margin-bottom:12px}
@media (max-width:480px){.item-advants__title{font-size:18px}}
.item-advants__text{font-weight:400;font-size:16px;line-height:140%;color:#707076}
@media (max-width:480px){.item-advants__text{font-size:14px}}
.params__title{margin-bottom:40px}
@media (max-width:480px){.params__title{margin-bottom:20px}}
.params__items{display:flex;flex-direction:column;row-gap:16px}
.params__item:not(:last-child){padding-bottom:16px;border-bottom:1px solid rgba(112,112,118,0.15)}
.item-params{display:grid;grid-template-columns:272px 1fr;gap:16px}
@media (max-width:550px){.item-params{grid-template-columns:1fr;gap:10px}}
.item-params__title{font-weight:400;font-size:16px;line-height:140%;color:#707076}
@media (max-width:480px){.item-params__title{font-size:14px}}
.item-params__text{font-weight:400;font-size:16px;line-height:140%;color:#000}
@media (max-width:480px){.item-params__text{font-size:14px}}
.contactModal__dialog{max-width:600px;margin:1.75rem auto}
.contactModal__content{border-radius:20px;border:none}
.contactModal__header{padding:25px 30px 10px;border:none}
.contactModal__title{font-size:28px;font-weight:500;color:#151515}
.contactModal__close{background:none;border:none}
.contactModal__body{padding:0px 30px 30px}
.contactModal__description{font-size:16px;color:#666;line-height:1.5}
.contactModal__form{display:flex;flex-direction:column;row-gap:20px}
.contactModal__field{display:flex;flex-direction:column;row-gap:8px}
.contactModal__label{font-size:15px;color:#151515;display:block}
.contactModal__input,.contactModal__textarea,.contactModal select{width:100%;padding:12px 15px;font-size:15px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#151515;appearance:none}
.contactModal select{position:relative;background:url("/storage/app/media/select-my.png") 15px center / 14px no-repeat;padding-left:40px}
.contactModal .responsiv-uploader-fileupload.style-file-single{border:1px solid #e0e0e0 !important;border-radius:8px !important;background-color:#fff !important}
.contactModal__textarea{resize:vertical;min-height:100px}
.contactModal__submit{width:100%}
.alert{position:relative}
.alert .close{position:absolute;right:5px;top:5px;background-color:transparent}