html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}ul[class]{list-style:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit;cursor:pointer}@font-face{font-family:"Inter";src:local("Inter"),url("/fonts/Inter-Regular.woff2") format("woff2"),url("/fonts/Inter-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:local("Inter"),url("/fonts/Inter-Medium.woff2") format("woff2"),url("/fonts/Inter-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:local("Inter"),url("/fonts/Inter-SemiBold.woff2") format("woff2"),url("/fonts/Inter-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:local("Inter"),url("/fonts/Inter-Bold.woff2") format("woff2"),url("/fonts/Inter-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Manrope";src:local("Manrope"),url("/fonts/Manrope-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"OpenSans";src:local("OpenSans"),url("/fonts/OpenSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--primary-color: #1E2842;--secondary-color: #E6193C;--text-color: #333333;--text-gray-color: #818181;--background-color: #FAFAFA;--white-color: #ffffff;--primary-pressed-color: #141D33}html{font-family:"Inter";font-weight:500;font-size:18px;line-height:124%;color:var(--text-color);background-color:var(--background-color)}body{display:flex;flex-direction:column;min-height:100svh}.container{max-width:1920px;width:100%;padding:0 70px;margin:0 auto}.header{margin-top:30px;margin-bottom:30px;display:flex;flex-direction:column}.header__top{display:grid;grid-template-columns:1fr 90px 1fr;gap:10px;align-items:center;padding-bottom:27px;border-bottom:1px solid #c2c2c2}.header__top-right{display:flex;gap:50px;align-items:center;justify-content:end}.header__menu{display:flex;align-items:center;justify-content:center;gap:66px;padding:30px 0}.header__menu-item{cursor:pointer;transition:.3s;border-bottom:1px solid rgba(0,0,0,0);user-select:none}.header__menu-item:hover{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color)}.header__menu-item-popup{position:relative}.header__menu-item-popup.header__menu-item-popup-open .header__menu-item-popup-block{opacity:1;visibility:visible}.header__menu-item-popup-block{position:absolute;left:-38px;top:32px;z-index:10;background-color:var(--white-color);box-shadow:0px 0px 8.4px 0px rgba(98,98,98,.2509803922);padding:40px;display:flex;flex-direction:column;gap:16px;border-radius:14px;width:244px;transition:.3s;opacity:0;visibility:hidden}.header__menu-item-popup-block>a{cursor:pointer;color:var(--text-gray-color);transition:.3s;border-bottom:1px solid rgba(0,0,0,0);width:fit-content}.header__menu-item-popup-block>a:hover{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color)}.footer{display:flex;margin-top:130px;margin-bottom:60px;position:relative}.button{cursor:pointer;user-select:none;display:flex;align-items:center;gap:14px;height:52px;padding:0 24px;background-color:var(--secondary-color);border:1px solid #a9001d;border-radius:12px;color:var(--white-color);transition:.3s}.button:hover{background-color:#d71233}.button:active{background-color:#ed2748}.footer__left{display:flex;flex-direction:column}.footer__logo{width:76px}.footer__text{display:flex;flex-direction:column;gap:16px;font-weight:600;font-size:14px;line-height:124%;margin-top:30px;margin-bottom:54px;width:260px}.footer__left-links{display:flex;flex-direction:column;gap:16px;font-weight:400;font-size:14px;line-height:124%}.footer__left-links a:hover{text-decoration:underline}.footer__menu{display:flex;gap:100px;margin-top:14px;max-width:1135px;width:100%;justify-content:space-between}.footer__menu-col{display:flex;flex-direction:column;position:relative}.footer__menu-link{cursor:pointer;transition:.3s;border-bottom:1px solid rgba(0,0,0,0);user-select:none;white-space:nowrap}.footer__menu-link:hover{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color)}.footer__menu-link-gray-block{display:flex;flex-direction:column;gap:16px;position:absolute;left:0;top:48px;width:166px}.footer__menu-link-gray{cursor:pointer;color:var(--text-gray-color);transition:.3s;border-bottom:1px solid rgba(0,0,0,0);width:fit-content}.footer__menu-link-gray:hover{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color)}.footer__copyright{position:absolute;right:70px;bottom:0;font-weight:400;font-size:14px;line-height:124%}.footer__btn-phone{margin-left:auto}.content{display:flex;flex-direction:column;gap:110px;flex:1}.brands{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.brands__item{display:flex;align-items:center;justify-content:center;height:180px;border-radius:14px;box-shadow:0px 0px 10px 0px #e6e6e6;background-color:var(--white-color);transition:.3s}.brands__item.brands__item1{background:url("/images/brand1.webp") center no-repeat}.brands__item.brands__item1:hover{background:url("/images/brand1-white.webp") center no-repeat,var(--primary-color)}.brands__item.brands__item1:active{background:url("/images/brand1-white.webp") center no-repeat,var(--primary-pressed-color)}.brands__item.brands__item2{background:url("/images/brand2.webp") center no-repeat}.brands__item.brands__item2:hover{background:url("/images/brand2-white.webp") center no-repeat,var(--primary-color)}.brands__item.brands__item2:active{background:url("/images/brand2-white.webp") center no-repeat,var(--primary-pressed-color)}.brands__item.brands__item3{background:url("/images/brand3.webp") center no-repeat}.brands__item.brands__item3:hover{background:url("/images/brand3-white.webp") center no-repeat,var(--primary-color)}.brands__item.brands__item3:active{background:url("/images/brand3-white.webp") center no-repeat,var(--primary-pressed-color)}.brands__item.brands__item4{background:url("/images/brand4.webp") center no-repeat}.brands__item.brands__item4:hover{background:url("/images/brand4-white.webp") center no-repeat,var(--primary-color)}.brands__item.brands__item4:active{background:url("/images/brand4-white.webp") center no-repeat,var(--primary-pressed-color)}.partners{display:flex;flex-direction:column;gap:50px;border-radius:14px;box-shadow:0px 0px 10px 0px #e6e6e6;background-color:var(--white-color);padding:50px 80px}.title{font-family:"Manrope";font-weight:800;font-size:68px;line-height:110%;color:var(--primary-color)}.title.title-white{color:var(--white-color)}.swiper-partners{width:100%}.swiper-partners .swiper-slide{padding:10px;box-sizing:border-box}.slide-main-partners{box-shadow:0px 0px 10px 0px #e6e6e6;border-radius:14px;background-color:var(--white-color);height:180px;display:flex;align-items:center;justify-content:center;padding:10px}.main-block{height:674px;background:url("/images/main-bg-white.webp") center left no-repeat,url("/images/main.webp") center right no-repeat;border-radius:14px;overflow:hidden}.main-block.info{background:url("/images/main-bg-white.webp") center left no-repeat,url("/images/info.webp") center right no-repeat;display:grid;grid-template-columns:821px 1fr}.main-block.info .main-block__content{justify-content:center;width:auto}.main-block.info .main-block__content-title{font-family:"Manrope";font-size:68px;font-weight:800}.main-block.info .main-block__content-text{width:498px}.main-block.info .main-block__content-text p{font-weight:600}.main-block__content{height:100%;width:821px;background-color:var(--primary-color);mask:url("/images/main-bg-white.webp");mask-repeat:no-repeat;mask-size:calc(100% - 10px) 100%;box-shadow:0px 0px 10px 0px #8c8c8c;padding:50px 80px;display:flex;flex-direction:column}.main-block__content .button{width:242px}.main-block__content-logo{width:72px}.main-block__content-text{display:flex;flex-direction:column;gap:20px;color:var(--white-color);margin-top:60px;margin-bottom:60px}.main-block__content-title{font-family:"OpenSans";font-weight:700;font-size:72px;line-height:110%}.main-block__content-pagination{flex:1;display:flex;align-items:end}.main-block__content-pagination>img{height:14px}.products-grid{display:flex;flex-direction:column;gap:8px}.products-block{height:569px;padding:80px;cursor:pointer;transition:.3s;box-shadow:0px 0px 10px 0px #e6e6e6;position:relative}.products-block::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background:linear-gradient(0deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.26)),linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30.29%, rgba(255, 255, 255, 0) 100%),linear-gradient(89.92deg, rgba(255, 255, 255, 0.9) 21.6%, rgba(255, 255, 255, 0) 74.69%);opacity:1;transition:.3s}.products-block.products-block1{background:url("/images/main-product1-w.webp") center no-repeat}.products-block.products-block2{background:url("/images/main-product2-w.webp") center no-repeat}.products-block.products-block3{background:url("/images/main-product3-w.webp") center no-repeat}.products-block:hover::before{opacity:0}.products-block__content{display:flex;flex-direction:column;gap:40px;height:100%;max-width:638px;width:100%;justify-content:center;position:relative;z-index:2}.products-block__links{display:flex;flex-wrap:wrap;gap:10px}.products-block__links>a{padding:10px 20px;border-radius:26px;border:1px solid var(--secondary-color);transition:.3s}.products-block__links>a:hover{background-color:var(--secondary-color);color:var(--white-color)}.info-right{padding:20px 70px 20px 70px;display:flex;align-items:center}.info-grid{display:grid;grid-template-columns:repeat(3, minmax(200px, 250px));gap:20px;align-items:center;height:fit-content}.info-grid__item{border-radius:14px;background-color:rgba(255,255,255,.6980392157);display:flex;flex-direction:column;gap:20px;color:var(--primary-color);padding:30px 20px;height:100%}.info-grid__item-title{font-family:"Manrope";font-weight:700;font-size:24px;line-height:110%}.info-grid__item-list{display:flex;flex-direction:column;gap:8px}.info-grid__item-list-item{display:grid;grid-template-columns:8px 1fr;gap:8px}.info-grid__item-list-item::before{content:"";width:8px;height:8px;border-radius:100%;background-color:var(--secondary-color);margin-top:8px}.contact-us{display:flex;align-items:center;justify-content:space-between;gap:20px;background-color:var(--primary-color);padding:70px 80px;border-radius:14px}.contact-us__left{color:var(--white-color);max-width:709px;width:100%}.contact-us__text{margin-top:50px;font-size:20px;font-weight:700;line-height:124%}.contact-us__list{display:flex;flex-direction:column;gap:12px;margin-top:28px}.contact-us__list-title{font-weight:700}.contact-us__list-item{display:grid;grid-template-columns:8px 1fr;gap:8px}.contact-us__list-item::before{content:"";width:8px;height:8px;border-radius:100%;background-color:var(--secondary-color);margin-top:7px}.contact-us__form{width:564px;display:flex;flex-direction:column;gap:20px;align-items:center;background-color:var(--white-color);box-shadow:0px 80.6px 105.7px 0px rgba(51,51,51,.1019607843);border-radius:14px;padding:30px 40px}.input{width:100%;padding:15px 20px;border-radius:12px;background-color:var(--white-color);border:1px solid #c2c2c2;outline:none;font-family:"Inter";font-size:16px;font-weight:400;line-height:110%;transition:.3s}.input::placeholder{color:#bebebe}.input:hover{border-color:var(--primary-color)}.input:focus{border-color:var(--primary-color)}.input.textarea{height:160px;resize:none}.input-block{width:100%;display:flex;flex-direction:column;gap:5px}.input-block>span{font-family:"Inter";font-weight:400;font-size:14px;line-height:124%;color:var(--secondary-color)}.checkbox{display:flex;gap:8px;align-items:center;cursor:pointer;width:100%;user-select:none}.checkbox>input{appearance:none;width:22px;height:22px;border-radius:3px;border:2px solid #c2c2c2;cursor:pointer;transition:.3s;margin:0}.checkbox>input:hover{border-color:var(--primary-color)}.checkbox>input:checked{border:none;background:url("/images/cb-icon.svg") center no-repeat}.checkbox>span{font-weight:400;font-size:14px;line-height:124%}.checkbox.checkbox-error>input{border-color:var(--secondary-color)}.checkbox.checkbox-error>span{color:var(--secondary-color)}.select{width:100%;position:relative;cursor:pointer;user-select:none}.select::before{content:"";width:16px;height:10px;background:url("/images/select-arrow.svg") center no-repeat;position:absolute;top:20px;right:20px;pointer-events:none;transition:.3s}.select>input{cursor:pointer}.select.select-open::before{rotate:180deg}.select.select-open .select-popup{opacity:1;visibility:visible;transform:translateY(0)}.select-popup{width:100%;position:absolute;left:0;top:calc(100% + 10px);z-index:10;background:var(--white-color);border-radius:12px;overflow:hidden;border:1px solid var(--text-color);transition:.3s;opacity:0;visibility:hidden;transform:translateY(-10px)}.select-popup__item{font-size:16px;font-weight:400;line-height:110%;padding:15px 20px}.select-popup__item+.select-popup__item{border-top:1px solid var(--text-color)}.select-popup__item:hover{background-color:var(--secondary-color);color:var(--white-color)}.modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:.3s}.modal.modal-open{opacity:1;visibility:visible}.modal-body{position:relative;border-radius:14px;background-color:var(--white-color);overflow:hidden}.modal-body.modal-body__call{max-width:1464px;width:100%;max-height:994px;height:100%;display:grid;grid-template-columns:665px 1fr}.modal-body__call-form-block{display:flex;align-items:center;justify-content:center;padding:20px}.modal-body__call-form{display:flex;flex-direction:column;gap:60px;width:484px;align-items:center}.modal-body__call-form-title{display:flex;flex-direction:column;gap:14px;text-align:center;font-family:"Manrope";font-weight:800;font-size:50px;line-height:110%;color:var(--primary-color)}.modal-body__call-form-title>span{font-family:"Inter";font-weight:500;font-size:20px;line-height:124%}.modal-body__call-form-inputs{display:flex;flex-direction:column;gap:20px}.modal-btn-x{width:30px;height:30px;position:absolute;top:30px;right:30px;cursor:pointer;transition:.3s;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzAnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAzMCAzMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuOTk5NyAwQzYuNzE1NzMgMCAwIDYuNzE1ODMgMCAxNC45OTk4QzAgMjMuMjgzNiA2LjcxNTYzIDMwIDE0Ljk5OTUgMzBDMjMuMjgzNSAzMCAyOS45OTk4IDIzLjI4MzYgMjkuOTk5OCAxNC45OTk4QzI5Ljk5OTggNi43MTU4MyAyMy4yODM2IDAgMTQuOTk5NyAwWk0yMC42NTgxIDIwLjcxNjlDMjAuMDU5MiAyMS4zMTUzIDE5LjA4OSAyMS4zMTUzIDE4LjQ5MDYgMjAuNzE2OUwxNS4wNzc0IDE3LjMwMzdMMTEuNTA4OSAyMC44NzIzQzEwLjkxMDMgMjEuNDcwNyA5Ljk0IDIxLjQ3MDcgOS4zNDE3MSAyMC44NzIzQzguNzQyODEgMjAuMjczMiA4Ljc0MjgxIDE5LjMwMzIgOS4zNDE3MSAxOC43MDQzTDEyLjkxIDE1LjEzNkw5LjU4NzYgMTEuODEzOUM4Ljk4OTIxIDExLjIxNDggOC45ODkyMSAxMC4yNDQ4IDkuNTg3NiA5LjY0NjFDMTAuMTg2MiA5LjA0NzUxIDExLjE1NjcgOS4wNDc1MSAxMS43NTU0IDkuNjQ2MUwxNS4wNzc1IDEyLjk2ODNMMTguMjQ0NiA5LjgwMUMxOC44NDMyIDkuMjAyNjEgMTkuODE0IDkuMjAyNDEgMjAuNDEyMSA5LjgwMUMyMS4wMTEgMTAuNDAwMSAyMS4wMTEgMTEuMzcwNyAyMC40MTIxIDExLjk2ODhMMTcuMjQ1MyAxNS4xMzU4TDIwLjY1ODMgMTguNTQ5QzIxLjI1NjcgMTkuMTQ3MyAyMS4yNTcgMjAuMTE4MSAyMC42NTgxIDIwLjcxNjlaJyBmaWxsPScjQkVCRUJFJy8+PC9zdmc+") center no-repeat}.modal-btn-x:hover{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzAnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAzMCAzMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuOTk5NyAwQzYuNzE1NzMgMCAwIDYuNzE1ODMgMCAxNC45OTk4QzAgMjMuMjgzNiA2LjcxNTYzIDMwIDE0Ljk5OTUgMzBDMjMuMjgzNSAzMCAyOS45OTk4IDIzLjI4MzYgMjkuOTk5OCAxNC45OTk4QzI5Ljk5OTggNi43MTU4MyAyMy4yODM2IDAgMTQuOTk5NyAwWk0yMC42NTgxIDIwLjcxNjlDMjAuMDU5MiAyMS4zMTUzIDE5LjA4OSAyMS4zMTUzIDE4LjQ5MDYgMjAuNzE2OUwxNS4wNzc0IDE3LjMwMzdMMTEuNTA4OSAyMC44NzIzQzEwLjkxMDMgMjEuNDcwNyA5Ljk0IDIxLjQ3MDcgOS4zNDE3MSAyMC44NzIzQzguNzQyODEgMjAuMjczMiA4Ljc0MjgxIDE5LjMwMzIgOS4zNDE3MSAxOC43MDQzTDEyLjkxIDE1LjEzNkw5LjU4NzYgMTEuODEzOUM4Ljk4OTIxIDExLjIxNDggOC45ODkyMSAxMC4yNDQ4IDkuNTg3NiA5LjY0NjFDMTAuMTg2MiA5LjA0NzUxIDExLjE1NjcgOS4wNDc1MSAxMS43NTU0IDkuNjQ2MUwxNS4wNzc1IDEyLjk2ODNMMTguMjQ0NiA5LjgwMUMxOC44NDMyIDkuMjAyNjEgMTkuODE0IDkuMjAyNDEgMjAuNDEyMSA5LjgwMUMyMS4wMTEgMTAuNDAwMSAyMS4wMTEgMTEuMzcwNyAyMC40MTIxIDExLjk2ODhMMTcuMjQ1MyAxNS4xMzU4TDIwLjY1ODMgMTguNTQ5QzIxLjI1NjcgMTkuMTQ3MyAyMS4yNTcgMjAuMTE4MSAyMC42NTgxIDIwLjcxNjlaJyBmaWxsPScjMUUyODQyJy8+PC9zdmc+") center no-repeat}/*# sourceMappingURL=style.min.css.map */
