.button-header{display:flex;flex-direction:row;align-items:center}.button-header__button{font-size:16px;font-weight:400;color:#231f20;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:none;background-color:transparent;cursor:pointer;white-space:nowrap}.button-header__button:hover{color:#ec671e;transition:color .3s ease;text-decoration:underline;text-underline-offset:4px}.button-header__button--active{color:#ec671e;text-decoration:underline;text-underline-offset:4px}.select{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box;position:relative}.select__form{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 auto;padding:0;box-sizing:border-box}@media (max-width: 940px){.select__form{flex-direction:column;gap:25px}}.select__form .custom-select:first-child .custom-select__trigger,.select__form .active .custom-select__trigger{background-color:#fff;cursor:pointer}.select__form .custom-select{width:23%}@media (max-width: 940px){.select__form .custom-select{width:100%}}.select__form-button-container{display:flex;flex-direction:column;align-content:center;height:fit-content;width:23%;gap:10px}@media (max-width: 940px){.select__form-button-container{width:100%}}.select__form-button-container-choose{align-content:center;font-size:16px;font-weight:700;font-family:Raleway,sans-serif;background-color:#ec661e;border-radius:35px;padding:15px 25px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease}.select__form-button-container-choose:hover{transition:all .3s ease;transform:scale(1.05)}.select__form-button-container-choose--disabled{background-color:#df7136c9;cursor:none;transforms:none}.select__form-button-container-choose--disabled:hover{transform:none}.select__form-button-container-clear{align-content:center;font-family:Raleway,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;text-decoration:underline;cursor:pointer;transition:all .3s ease;color:#fff}@media (max-width: 940px){.select__form-button-container-clear{color:#2f404c}}.select__collapse-mobile{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#ec671e;border-radius:0 0 27px 27px;padding:12px 20px;color:#fff;cursor:pointer;transition:all .3s ease;width:calc(100% + 70px);margin:15px -35px 0}.select__collapse-mobile:hover{transform:scale(1.05)}.select__collapse-mobile span{font-size:16px;font-weight:700;font-family:Raleway,sans-serif;text-align:center}.select__collapse-mobile-arrow{transition:transform .3s ease;transform:rotate(180deg)}.select__answer{display:flex;flex-direction:column;width:calc(100% + 440px);padding-top:30px;padding-bottom:0;background-color:#fff;border-radius:0 0 20px 20px;position:absolute;top:150%;left:-220px;z-index:1;box-shadow:0 4px 20px #0000001a;opacity:0;transform:translateY(-20px);transition:all .3s ease;pointer-events:none;min-height:fit-content;height:fit-content;max-height:fit-content}.select__answer.show{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 940px){.select__answer{flex-direction:column;padding:0;gap:20px;width:100%;left:0;position:relative;top:0;transform:none;box-shadow:none;border-radius:0;display:none}.select__answer.show{display:flex;opacity:1;pointer-events:auto}}.select__answer-content{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:0 220px;flex:1;min-height:0;height:fit-content;max-height:fit-content}@media (max-width: 940px){.select__answer-content{flex-direction:column;gap:20px;padding:0}}.select__answer-type{display:flex;flex-direction:column;width:50%;min-height:fit-content;row-gap:25px}@media (max-width: 940px){.select__answer-type{width:100%;gap:20px}}.select__answer-type-near_light,.select__answer-type-far_light,.select__answer-type-nofog{display:flex;align-content:center;align-items:center;flex-direction:row;justify-content:space-between}@media (max-width: 940px){.select__answer-type-near_light,.select__answer-type-far_light,.select__answer-type-nofog{flex-direction:column;gap:6px}}.select__answer-type-near_light-title,.select__answer-type-far_light-title,.select__answer-type-nofog-title{display:flex;flex-direction:row;align-items:center;align-self:center;gap:15px;font-family:Raleway,sans-serif;font-weight:400;font-size:16px;color:#2f404c;margin-bottom:5px}@media (max-width: 940px){.select__answer-type-near_light-title,.select__answer-type-far_light-title,.select__answer-type-nofog-title{align-self:start;gap:10px;margin-bottom:3px}}.select__answer-type-near_light-title img,.select__answer-type-far_light-title img,.select__answer-type-nofog-title img{width:40px;height:40px}.select__answer-type-near_light-value,.select__answer-type-far_light-value,.select__answer-type-nofog-value{display:flex;flex-direction:row;align-self:center;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}@media (max-width: 940px){.select__answer-type-near_light-value,.select__answer-type-far_light-value,.select__answer-type-nofog-value{align-self:start;margin-left:45px;gap:6px}}.select__answer-type-near_light-value-item,.select__answer-type-far_light-value-item,.select__answer-type-nofog-value-item{padding:6px 15px;background-color:#d6e0e3;border-radius:14px;font-family:Europe,sans-serif;font-weight:700;font-size:16px;line-height:16px;letter-spacing:5%;text-align:center;color:#2f404c;cursor:pointer;transition:all .3s ease}.select__answer-type-near_light-value-item:hover,.select__answer-type-far_light-value-item:hover,.select__answer-type-nofog-value-item:hover{background-color:#c5d3d6}.select__answer-type-near_light-value-item.selected,.select__answer-type-far_light-value-item.selected,.select__answer-type-nofog-value-item.selected{background-color:#ec661e;color:#fff}.select__answer-separator{width:2px;background-color:#809196;margin:0 20px;height:100%;flex-shrink:0}@media (max-width: 940px){.select__answer-separator{width:100%;height:2px;margin:15px 0}}.select__answer-product{display:flex;flex-direction:column;width:50%;min-height:fit-content;justify-content:flex-start}@media (max-width: 940px){.select__answer-product{width:100%}}.select__answer-product__find,.select__answer-product__nofound,.select__answer-product__error{display:flex;flex-direction:column;align-items:start;height:fit-content;min-height:0}@media (max-width: 940px){.select__answer-product__find,.select__answer-product__nofound,.select__answer-product__error{flex-direction:row;width:100%;gap:10px}}.select__answer-product__find img,.select__answer-product__nofound img,.select__answer-product__error img{width:30%;object-fit:contain;margin-bottom:15px}@media (max-width: 940px){.select__answer-product__find img,.select__answer-product__nofound img,.select__answer-product__error img{width:32%;align-self:center}}.select__answer-product__find-title,.select__answer-product__nofound-title,.select__answer-product__error-title{font-family:Raleway,sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:0%;color:#2f404c;margin-bottom:8px}.select__answer-product__find-title-description,.select__answer-product__nofound-title-description,.select__answer-product__error-title-description{font-family:Europe,sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:0%;color:#2f404c}.select__answer-product__find-title-description .product-spec-line,.select__answer-product__nofound-title-description .product-spec-line,.select__answer-product__error-title-description .product-spec-line{margin-bottom:4px}.select__answer-product__find-title-description .product-spec-line:last-child,.select__answer-product__nofound-title-description .product-spec-line:last-child,.select__answer-product__error-title-description .product-spec-line:last-child{margin-bottom:0}.select__answer-product__find-title-description .product-spec-item,.select__answer-product__nofound-title-description .product-spec-item,.select__answer-product__error-title-description .product-spec-item{margin-bottom:8px}.select__answer-product__find-title-description .product-spec-item:last-child,.select__answer-product__nofound-title-description .product-spec-item:last-child,.select__answer-product__error-title-description .product-spec-item:last-child{margin-bottom:0}.select__answer-product__find-title-description .product-article,.select__answer-product__nofound-title-description .product-article,.select__answer-product__error-title-description .product-article{font-size:14px;font-weight:400;color:#89adb6;margin-bottom:2px}.select__answer-product__find-title-description .product-specs,.select__answer-product__nofound-title-description .product-specs,.select__answer-product__error-title-description .product-specs{font-size:16px;font-weight:700;color:#2f404c}.select__answer-product__nofound img,.select__answer-product__error img{width:6%}.select__answer-product__nofound-title,.select__answer-product__error-title{color:#ec671e}.select__answer-product__nofound-title-description,.select__answer-product__error-title-description{font-weight:400;font-size:14px;color:#2f404c}.select__answer-product__nofound-title-description a,.select__answer-product__error-title-description a{color:inherit;text-decoration:underline;cursor:pointer}@media (max-width: 940px){.select__answer-product__nofound,.select__answer-product__error{flex-direction:row;width:100%;gap:20px}.select__answer-product__nofound img,.select__answer-product__error img{width:14%;align-self:center}}.select__answer-collapse{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;padding:10px 0;cursor:pointer;font-family:Raleway,sans-serif;font-weight:400;font-size:14px;color:#fff;border-top:1px solid #E5E5E5;transition:color .3s ease;background-color:#2f404c;border-radius:0 0 20px 20px;flex-shrink:0;height:fit-content;min-height:0}@media (max-width: 940px){.select__answer-collapse{display:none}}.select__answer-collapse:hover{color:#89adb6}.select__answer-collapse-arrow{transition:transform .3s ease;color:#fff;padding:5px;width:25px;height:25px;background-color:#ec671e;border-radius:50%;transform:rotate(180deg)}.select__answer-collapse-arrow path{fill:currentColor}.custom-select[data-v-b4bb099e]{position:relative;min-width:200px;cursor:pointer}@media (max-width: 1200px){.custom-select[data-v-b4bb099e]{min-width:145px}}.custom-select.disabled[data-v-b4bb099e]{opacity:.6;cursor:none;pointer-events:none}.custom-select__trigger[data-v-b4bb099e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 25px;background-color:#dde7eb;border:2px solid #67929c;border-radius:35px;font-size:18px;font-weight:600;color:#89adb6;transition:all .3s ease;z-index:10;cursor:pointer}.custom-select__trigger.has-selection[data-v-b4bb099e]{background-color:#fff}.custom-select__trigger.disabled[data-v-b4bb099e]{cursor:none}@media (max-width: 1200px){.custom-select__trigger span[data-v-b4bb099e]{font-size:12px}}.custom-select__text[data-v-b4bb099e]{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Raleway,sans-serif;font-size:14px;font-weight:400;font-style:normal;line-height:100%;letter-spacing:0%}.custom-select__text.selected[data-v-b4bb099e]{font-weight:700;font-style:normal}.custom-select__arrow[data-v-b4bb099e]{transition:transform .3s ease;color:#fff;padding:5px;width:25px;height:25px}.custom-select__arrow--open[data-v-b4bb099e]{transform:rotate(180deg)}.custom-select__dropdown[data-v-b4bb099e]{position:absolute;left:0;right:0;background-color:#fff;border:2px solid #89ADB6;border-radius:20px;max-height:200px;overflow-y:auto;z-index:1000;top:60px;overflow:auto;scrollbar-color:#89ADB6 transparent;scrollbar-width:thin}.custom-select__option[data-v-b4bb099e]{padding:12px 20px;cursor:pointer;transition:background-color .3s ease;border-bottom:1px solid #e5e5e5}.custom-select__option[data-v-b4bb099e]:hover{background-color:#89adb6;color:#fff}.custom-select__option--selected[data-v-b4bb099e]{background-color:#89adb6;color:#fff;font-weight:600}.custom-select__option[data-v-b4bb099e]:last-child{border-bottom:none}.header{position:fixed;top:0;left:50%;transform:translate(-50%);background:#eff1f2;z-index:10000;max-width:1940px;width:100%;margin:0 auto;padding:12px 160px;height:80px;border-radius:0 0 27px 27px}@media (max-width: 940px){.header{position:relative;top:auto;left:auto;transform:none;padding:0;min-height:130px;height:auto;width:100%}}@media (max-width: 940px){.header:not(.selection-open){border-radius:0 0 27px 27px}}.header__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100%;border-radius:0 0 27px 27px}@media (max-width: 940px){.header__container{flex-direction:column;justify-content:space-between;gap:0px}}.header__container__title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%;height:100%}@media (max-width: 940px){.header__container__title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:0 0 27px 27px;z-index:10000;background:#ec671e;padding:24px 0;width:100%}}.header__container__allias{display:flex;flex-direction:row;align-items:center;gap:40px;width:5%}@media (max-width: 1600px){.header__container__allias{gap:10px}}@media (max-width: 1450px){.header__container__allias{gap:8px}.header__container__allias button{font-size:13px!important}}@media (max-width: 1250px){.header__container__allias{gap:3px}.header__container__allias button{font-size:12px!important}}@media (max-width: 940px){.header__container__allias{display:none}}.header__container__logo{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:248px;height:32px}.header__container__logo img{width:100%;height:100%}@media (max-width: 1500px){.header__container__logo{width:200px;height:auto}}@media (max-width: 1250px){.header__container__logo{width:150px;height:auto}}@media (max-width: 1100px){.header__container__logo{left:56%}}@media (max-width: 940px){.header__container__logo{position:static;transform:none;padding-top:15px;width:60%;height:auto}}.header__container__button{background-color:#ec671e;border-radius:35px;padding:12px 20px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px}.header__container__button:hover{transition:all .3s ease;transform:scale(1.05)}.header__container__button span{font-size:16px;font-weight:700;font-family:Raleway,sans-serif;text-align:center}@media (max-width: 940px){.header__container__button{background-color:transparent}}@media (max-width: 940px){.header__container__button.hidden-mobile{display:none}}.header__container__button .button-arrow{display:none}@media (max-width: 940px){.header__container__button .button-arrow{display:block;width:18px;height:18px}}.header__container__selection{display:none}@media (max-width: 940px){.header__container__selection.mobile-open{margin-top:-20px;display:block;background:#fff;z-index:1;width:100%;padding:60px 35px 0;box-sizing:border-box;border-radius:0 0 27px 27px}}.footer{max-width:1940px;margin:200px auto 50px;width:100%}@media (max-width: 940px){.footer{margin:0 auto}}.footer-container{width:100%;margin:0 auto;padding:0 160px}@media (max-width: 940px){.footer-container{margin:0;padding:0}}.footer-container-block{background-color:#2f404c;border-radius:24px;display:flex;flex-direction:row;justify-content:space-between;padding:105px 100px 90px 135px;z-index:1}@media (max-width: 940px){.footer-container-block{flex-direction:column;gap:70px;padding:45px 20px;border-radius:24px 24px 0 0}}.footer-container-block-avantech{display:flex;flex-direction:column;position:relative;gap:40px;width:50%}.footer-container-block-avantech-site{display:flex;flex-direction:row;gap:30px;width:100%}.footer-container-block-avantech-site img{width:45%}.footer-container-block-avantech-site-href{height:85%;display:flex;flex-direction:row;cursor:pointer}.footer-container-block-avantech-site-href a{height:100px;display:flex;flex-direction:row;align-items:center;text-decoration:none;color:inherit}.footer-container-block-avantech-site-href a span{font-size:16px;font-weight:500;font-family:Raleway,sans-serif;background-color:#fff;border-radius:35px;padding:18px 25px;border:2px solid #FFFFFF;box-shadow:0 2px 10px #0000001a;cursor:pointer;text-decoration:none;transition:all .3s ease;color:#2f404c;height:52px;display:flex;align-items:center}.footer-container-block-avantech-site-href a .arrow-link{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #FFFFFF;border-radius:50%;width:52px;height:52px;transition:all .3s ease}.footer-container-block-avantech-site-href a .arrow-link img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(100%);transition:all .3s ease}.footer-container-block-avantech-site:hover a span{border-radius:35px 0 0 35px}.footer-container-block-avantech-site:hover a .arrow-link{background-color:#fff;border:none;border-radius:0 35px 35px 0}.footer-container-block-avantech-site:hover a .arrow-link img{transform:rotate(45deg);filter:brightness(0) saturate(100%) invert(20%) sepia(26%) saturate(1020%) hue-rotate(180deg) brightness(95%) contrast(92%)}.footer-container-block-avantech-rules{font-family:Raleway,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;color:#fff}@media (max-width: 940px){.footer-container-block-avantech{width:100%;gap:20px}.footer-container-block-avantech-site{flex-direction:column;gap:15px}.footer-container-block-avantech-site img{width:80%}.footer-container-block-avantech-site-href{width:100%}.footer-container-block-avantech-rules{position:absolute;top:270%;left:0}}.footer-container-block-apex{display:flex;flex-direction:column;gap:20px}.footer-container-block-apex img{width:100%;height:100%}.footer-container-block-apex-button{font-size:16px;font-weight:700;font-family:Raleway,sans-serif;background-color:#ec671e;border-radius:35px;border:none;padding:12px 20px;text-align:center;line-height:100%;letter-spacing:5%;color:#fff;cursor:pointer}.footer-container-block-apex-button:hover{transition:all .3s ease;transform:scale(1.05)}@media (max-width: 940px){.footer-container-block-apex{width:100%;gap:20px;margin-bottom:50px}.footer-container-block-apex img{width:80%}.footer-container-block-apex-button{width:75%;padding:16px 12px}}@font-face{font-family:Raleway;src:url(/assets/Raleway-Normal-Dmqa3xBm.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Italic-vjRwfkBJ.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Terminator-Cyr;src:url(/assets/term_cyr-D46l6Ybg.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Europe;src:url(/assets/EuropeRegular-DwVkEX_C.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Europe;src:url(/assets/europe-bold-BcuZ57Sj.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Tahoma;src:url(/assets/tahoma-DkJMd0TX.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Normal-Dmqa3xBm.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(/assets/Raleway-Italic-vjRwfkBJ.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Terminator-Cyr;src:url(/assets/term_cyr-D46l6Ybg.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Europe;src:url(/assets/EuropeRegular-DwVkEX_C.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Europe;src:url(/assets/europe-bold-BcuZ57Sj.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Tahoma;src:url(/assets/tahoma-DkJMd0TX.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{box-sizing:border-box;background-color:#eff1f2;max-width:1920px;width:100%;margin:0 auto;padding:48px 0;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 940px){body{padding:0}}.home{max-width:1940px;width:100%;margin:250px auto 0;display:flex;flex-direction:column;gap:145px}@media (max-width: 940px){.home{margin-top:60px;gap:100px}}.home-head-wrapper{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:0 160px}@media (max-width: 940px){.home-head-wrapper{padding:0 20px}}.home-head{display:flex;flex-direction:column;width:100%;background-image:url("data:image/svg+xml,%3csvg%20width='1660'%20height='748'%20viewBox='0%200%201660%20748'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1198.49%20105.769H34C15.2223%20105.769%200%20120.992%200%20139.769V398.893C0%20417.67%2015.2223%20432.893%2034%20432.893H526.5C545.278%20432.893%20560.5%20448.115%20560.5%20466.893V713.5C560.5%20732.278%20575.722%20747.5%20594.5%20747.5H1626C1644.78%20747.5%201660%20732.278%201660%20713.5V34C1660%2015.2223%201644.78%200%201626%200H1266.49C1247.71%200%201232.49%2015.2223%201232.49%2034V71.7692C1232.49%2090.5469%201217.26%20105.769%201198.49%20105.769Z'%20fill='url(%23paint0_linear_3573_13985)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3573_13985'%20x1='830'%20y1='37.5'%20x2='830'%20y2='747.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2389ADB6'/%3e%3cstop%20offset='1'%20stop-color='%232F404C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;position:relative}@media (max-width: 940px){.home-head{background-image:none}}.home-head-title{font-size:62px;font-weight:700;color:#ec671e;font-family:Terminator-Cyr,sans-serif}@media (max-width: 1475px){.home-head-title{font-size:50px}}@media (max-width: 1245px){.home-head-title{margin-top:-100px}}@media (max-width: 940px){.home-head-title{margin-top:50px;font-size:70px;align-items:center}}@media (max-width: 600px){.home-head-title{font-size:50px}}@media (max-width: 450px){.home-head-title{font-size:32px}}.home-head-img_mobile{display:none}@media (max-width: 940px){.home-head-img_mobile{display:block;width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;margin-top:50px}.home-head-img_mobile img{width:100%;height:auto}}.home-head-ads{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:40px auto 0;position:relative;z-index:1000}.home-head-ads-right{display:flex;flex-direction:column;width:50%;z-index:1000}@media (max-width: 940px){.home-head-ads-right{width:100%;flex-direction:column-reverse;align-items:center;gap:20px}}.home-head-ads-right-site{display:flex;position:relative;flex-direction:row;width:100%;margin-left:50px;font-family:Raleway,sans-serif;color:#2f404c}.home-head-ads-right-site-image{width:50%;height:100%;position:relative}.home-head-ads-right-site-image img{width:100%;height:100%}@media (max-width: 1600px){.home-head-ads-right-site-image{width:40%;height:80%}}.home-head-ads-right-site-href{display:flex;flex-direction:row;justify-content:start;align-items:start;width:50%;padding:35px}@media (max-width: 1600px){.home-head-ads-right-site-href{padding:20px}}.home-head-ads-right-site-href a{height:100px;display:flex;flex-direction:row;align-items:center;text-decoration:none;color:inherit}.home-head-ads-right-site-href a span{font-size:16px;font-weight:500;font-family:Raleway,sans-serif;background-color:#fff;border-radius:35px;padding:18px 25px;border:2px solid #FFFFFF;box-shadow:0 2px 10px #0000001a;cursor:pointer;text-decoration:none;transition:all .3s ease;color:#2f404c;height:52px;display:flex;align-items:center}@media (max-width: 1600px){.home-head-ads-right-site-href a span{font-size:14px}}.home-head-ads-right-site-href a .arrow-link{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #FFFFFF;border-radius:50%;width:52px;height:52px;transition:all .3s ease}.home-head-ads-right-site-href a .arrow-link img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(100%);transition:all .3s ease}.home-head-ads-right-site:hover a span{border-radius:35px 0 0 35px}.home-head-ads-right-site:hover a .arrow-link{background-color:#fff;border:none;border-radius:0 35px 35px 0}.home-head-ads-right-site:hover a .arrow-link img{transform:rotate(45deg);filter:brightness(0) saturate(100%) invert(20%) sepia(26%) saturate(1020%) hue-rotate(180deg) brightness(95%) contrast(92%)}@media (max-width: 1200px){.home-head-ads-right-site{margin-top:-20px}}@media (max-width: 940px){.home-head-ads-right-site{flex-direction:column;align-items:center;gap:10px;margin-left:0}.home-head-ads-right-site-image{width:100%}.home-head-ads-right-site-href{max-width:840px;width:100%;padding:0}.home-head-ads-right-site-href a{width:100%;height:95%}.home-head-ads-right-site-href a span{font-size:20px;background-color:#89adb6;border-radius:30px;font-family:Raleway,sans-serif;font-weight:700;padding:18px 25px;border:none;box-shadow:none}.home-head-ads-right-site-href a .arrow-link{border:1px solid #89ADB6}.home-head-ads-right-site-href a .arrow-link img{filter:brightness(0) saturate(100%) invert(65%) sepia(12%) saturate(1294%) hue-rotate(162deg) brightness(93%) contrast(88%)}}.home-head-ads-right-description{display:flex;position:relative;flex-direction:row;width:100%;font-family:Raleway,sans-serif;color:#2f404c;margin:60px 10px}.home-head-ads-right-description p{font-size:48px;font-weight:700;line-height:60px;max-width:420px}.home-head-ads-right-description-image{position:absolute;right:-4%;bottom:-15%;width:37%}.home-head-ads-right-description-image img{width:100%;height:100%}@media (max-width: 1800px){.home-head-ads-right-description{margin-top:20px}.home-head-ads-right-description p{font-size:38px}.home-head-ads-right-description-image{bottom:0%}}@media (max-width: 1600px){.home-head-ads-right-description{margin-top:30px}.home-head-ads-right-description p{font-size:32px}.home-head-ads-right-description-image{bottom:-30%}}@media (max-width: 1500px){.home-head-ads-right-description p{width:60%;font-size:25px}}@media (max-width: 1400px){.home-head-ads-right-description p{line-height:200%}}@media (max-width: 1280px){.home-head-ads-right-description p{font-size:20px;line-height:200%}}@media (max-width: 1200px){.home-head-ads-right-description{margin-top:3px}}@media (max-width: 1100px){.home-head-ads-right-description p{font-size:16px}}@media (max-width: 940px){.home-head-ads-right-description{margin:0;flex-direction:column}.home-head-ads-right-description p{max-width:940px;width:100%;font-size:55px;line-height:120%}.home-head-ads-right-description-image{display:none}}@media (max-width: 500px){.home-head-ads-right-description p{font-size:34px}}.home-head-ads-left{position:absolute;bottom:6%;right:0%;width:50%;z-index:999}.home-head-ads-left-image{width:100%}.home-head-ads-left-image img{width:100%;height:auto}@media (max-width: 1700px){.home-head-ads-left{width:45%;bottom:11%}}@media (max-width: 1600px){.home-head-ads-left{bottom:-3%}}@media (max-width: 1500px){.home-head-ads-left{bottom:6%}}@media (max-width: 940px){.home-head-ads-left{display:none}}.home-advantages{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:0 160px}@media (max-width: 940px){.home-advantages{flex-direction:column;align-items:start;gap:22px;padding:0 20px}.home-advantages span{font-size:24px!important}}.home-advantages-items{display:flex;flex-direction:row;align-items:center;gap:30px;font-family:Raleway,sans-serif;font-size:16px;font-weight:500}@media (max-width: 940px){.home-advantages-items{flex-direction:column;align-items:flex-start;gap:22px}}.home-advantages .home-advantages-item{display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:35px;padding:15px 25px;border:1px solid #2F404C}@media (max-width: 1280px){.home-advantages .home-advantages-item span{font-size:12px}}@media (max-width: 940px){.home-selection-wrapper{display:none}}.home-parameters{display:flex;flex-direction:column;gap:60px;width:100%;padding:0 160px}@media (max-width: 940px){.home-parameters{margin-top:150px;margin-bottom:100px;padding:0 20px;gap:80px}.home-parameters :nth-child(3){flex-direction:column}}.home-parameters-title{position:relative;font-size:64px;font-weight:700;font-family:Terminator-Cyr,sans-serif;line-height:78px;letter-spacing:0%;color:#2f404c;margin-right:35%}@media (max-width: 1850px){.home-parameters-title{font-size:56px;line-height:68px}}@media (max-width: 940px){.home-parameters-title{font-size:50px;line-height:120%;margin-right:0%}}@media (max-width: 575px){.home-parameters-title{font-size:40px}}@media (max-width: 485px){.home-parameters-title{font-size:30px}}@media (max-width: 375px){.home-parameters-title{font-size:25px}}.home-parameters-title-small{font-size:32px;font-weight:700;font-family:Raleway,sans-serif}@media (max-width: 940px){.home-parameters-title-small{position:absolute;bottom:-61%;left:1%;width:20%;font-size:34px;line-height:100%}}@media (max-width: 575px){.home-parameters-title-small{font-size:25px;bottom:-55%}}@media (max-width: 485px){.home-parameters-title-small{font-size:18px;bottom:-44%}}@media (max-width: 375px){.home-parameters-title-small{font-size:16px}}.home-parameters-items{display:flex;position:relative;flex-direction:row;justify-content:space-between;font-size:16px;width:100%;color:#2f404c;line-height:24px;font-family:Raleway,sans-serif}@media (max-width: 1700px){.home-parameters-items span{font-size:14px}}@media (max-width: 1450px){.home-parameters-items span{font-size:12px;line-height:145%}}@media (max-width: 1270px){.home-parameters-items span{line-height:125%}}@media (max-width: 1100px){.home-parameters-items span{font-size:10px;line-height:115%}}@media (max-width: 940px){.home-parameters-items{flex-direction:column-reverse;gap:80px}.home-parameters-items span{font-size:40px;line-height:180%}}@media (max-width: 760px){.home-parameters-items span{font-size:30px;line-height:160%}}@media (max-width: 575px){.home-parameters-items span{font-size:22px;line-height:140%}}@media (max-width: 485px){.home-parameters-items span{font-size:18px;line-height:130%}}@media (max-width: 375px){.home-parameters-items span{font-size:14px}}.home-parameters-items-item1{display:flex;position:relative;flex-direction:row;gap:10px;width:32%;background-color:#d6e0e3;border-radius:35px;padding:30px 20px 0 0}.home-parameters-items-item1-span{position:absolute;top:60px;left:58%;font-weight:700}.home-parameters-items-item1-image{width:80%}.home-parameters-items-item1-image img{width:100%;height:100%}@media (max-width: 940px){.home-parameters-items-item1{flex-direction:column;width:100%}.home-parameters-items-item1-image{width:60%}}.home-parameters-items-item2{display:flex;position:relative;flex-direction:row;gap:10px;width:65%}.home-parameters-items-item2-image{width:100%}.home-parameters-items-item2-image img{position:absolute;bottom:20%;left:0;width:100%}.home-parameters-items-item2-image .mobile{display:none}.home-parameters-items-item2-image .back{position:absolute;bottom:0%;left:0;width:100%}.home-parameters-items-item2-span{position:absolute;bottom:0%;left:1%;line-height:210%;font-weight:700}@media (max-width: 1500px){.home-parameters-items-item2-span{line-height:180%}}@media (max-width: 940px){.home-parameters-items-item2{flex-direction:column;gap:18px;width:105%}.home-parameters-items-item2 img{top:-16%;left:0%;width:100%}.home-parameters-items-item2 .main,.home-parameters-items-item2 .back{display:none}.home-parameters-items-item2 .mobile{margin:-20px;display:block;width:100%}.home-parameters-items-item2-span{font-size:16px;position:relative;margin-top:100%;line-height:150%;font-weight:700}}.home-parameters-items-item3{display:flex;position:relative;width:26%}.home-parameters-items-item3 img{position:absolute;top:0;left:0;width:100%}.home-parameters-items-item3-span{position:absolute;bottom:5%;right:3%;margin-left:48%;font-weight:700}@media (max-width: 940px){.home-parameters-items-item3{width:100%}.home-parameters-items-item3 img{left:-20px;width:90%}.home-parameters-items-item3 .back{left:0;width:100%}.home-parameters-items-item3-span{position:relative;margin-top:58%;margin-left:30%;font-weight:700}}.home-parameters-items-item4{display:flex;position:relative;width:26%}.home-parameters-items-item4 img{position:absolute;top:40px;left:0;width:75%}.home-parameters-items-item4-span{position:absolute;font-weight:700;top:5%;right:13%}.home-parameters-items-item4-span-inscript{position:absolute;top:22%;right:3%;font-weight:700;line-height:110%}.home-parameters-items-item4-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d6e0e3;border-radius:35px;z-index:-1}@media (max-width: 940px){.home-parameters-items-item4{width:100%}.home-parameters-items-item4 img{margin-left:-20px;width:65%}.home-parameters-items-item4-span{position:relative;margin-top:18%;margin-left:75%}.home-parameters-items-item4-span-inscript{position:relative;margin-top:54%;margin-left:-50%;line-height:130%!important}.home-parameters-items-item4-background{top:14%}}.home-parameters-items-item5{display:flex;flex-direction:row;position:relative;width:42%}.home-parameters-items-item5 img{position:absolute;top:0%;left:0%;width:77%;padding-left:20px}.home-parameters-items-item5 .back{display:block;padding:0;width:100%}.home-parameters-items-item5 .back_mobile{display:none}.home-parameters-items-item5-span{margin-top:29%;margin-left:65%;font-weight:700}@media (max-width: 1750px){.home-parameters-items-item5-span{margin-top:25%;margin-left:65%}}@media (max-width: 940px){.home-parameters-items-item5{flex-direction:column;width:100%}.home-parameters-items-item5 img{top:15px;width:88%;padding-left:0}.home-parameters-items-item5 .back{display:none}.home-parameters-items-item5 .back_mobile{display:block;width:100%;margin-top:5%;z-index:-1}.home-parameters-items-item5-span{margin-top:62%;margin-left:30%;font-weight:700;line-height:110%}}@media (max-width: 940px) and (max-width: 575px){.home-parameters-items-item5-span{margin-top:70%}}.home-slogan{display:flex;flex-direction:column;gap:20px;width:100%;font-size:40px;font-weight:700;font-family:Terminator-Cyr,sans-serif;line-height:100%;letter-spacing:0%;text-align:center;align-items:center}@media (max-width: 940px){.home-slogan{padding:0 20px}}.home-slogan-first{color:#2f404c}.home-slogan-second{color:#eff1f2;display:flex;flex-direction:row;align-items:center;gap:0px}.home-slogan-second span{background-color:#2f404c;border-radius:100px;padding:12px 40px}.home-slogan-second img{width:60px;height:60px;margin-left:-5px}@media (max-width: 940px){.home-slogan{font-size:22px;margin-top:20px;text-align:left}.home-slogan-second span{padding:18px 20px;border-radius:60px}.home-slogan img{display:none}}.home-property_mobile{display:none}@media (max-width: 940px){.home-property_mobile{display:block}}.home-property_main{display:block;height:100vh;position:relative}@media (max-width: 1024px){.home-property_main{height:80vh}}@media (max-width: 940px){.home-property_main{display:none}}.home-light-wrapper{display:flex;flex-direction:column;width:100%;padding:0 160px;background-color:#eff1f2}@media (max-width: 940px){.home-light-wrapper{padding:0 20px}}.home-light{display:flex;flex-direction:column;position:relative;align-items:start;width:100%}@media (max-width: 940px){.home-light{padding:20px 0}}.home-light-title{position:absolute;top:44%;left:66%;transform:translate(-50%,-50%);z-index:1;font-size:82px;font-weight:700;font-family:Terminator-Cyr,sans-serif;color:#fff;text-transform:uppercase;letter-spacing:5%;line-height:100%}@media (max-width: 1850px){.home-light-title{font-size:72px!important;top:43%}}@media (max-width: 1750px){.home-light-title{font-size:64px!important;top:46%}}@media (max-width: 1550px){.home-light-title{font-size:58px!important;top:49%}}@media (max-width: 1450px){.home-light-title{font-size:52px!important;top:50%}}@media (max-width: 1300px){.home-light-title{font-size:40px!important;top:48%}}@media (max-width: 940px){.home-light-title{font-size:44px!important;top:33.2%;left:50%;transform:translate(-50%,-50%)}}@media (max-width: 585px){.home-light-title{font-size:36px!important}}@media (max-width: 485px){.home-light-title{font-size:28px!important}}@media (max-width: 375px){.home-light-title{font-size:20px!important}}.home-light-image{position:absolute;top:68%;left:28%;transform:translate(-50%,-50%);height:67%;z-index:1000;display:block}@media (max-width: 1450px){.home-light-image{left:24%;height:50%}}@media (max-width: 940px){.home-light-image{display:none}}.home-light-items{display:flex;flex-direction:column;justify-content:start;width:100%;position:relative;gap:30px;z-index:1}@media (max-width: 1850px){.home-light-items h1{font-size:80px!important}}@media (max-width: 1750px){.home-light-items h1{font-size:72px!important}}@media (max-width: 1550px){.home-light-items h1{font-size:64px!important}}@media (max-width: 1450px){.home-light-items h1{font-size:56px!important}}@media (max-width: 1350px){.home-light-items h1{font-size:50px!important}}@media (max-width: 1250px){.home-light-items h1{font-size:34px!important}}@media (max-width: 940px){.home-light-items{gap:140px}}.home-light-items-yellow,.home-light-items-white{display:flex;flex-direction:row;gap:30px}@media (max-width: 940px){.home-light-items-yellow,.home-light-items-white{flex-direction:column;width:100%;gap:70px;margin:0}}.home-light-items-yellow-classic,.home-light-items-yellow-warm,.home-light-items-yellow-cold,.home-light-items-white-classic,.home-light-items-white-warm,.home-light-items-white-cold{display:flex;flex-direction:column;align-items:flex-start;padding:30px 44px;border-radius:24px;border:2px solid #FFFFFF;position:relative}@media (max-width: 1400px){.home-light-items-yellow-classic,.home-light-items-yellow-warm,.home-light-items-yellow-cold,.home-light-items-white-classic,.home-light-items-white-warm,.home-light-items-white-cold{padding:30px 20px}}.home-light-items-yellow-classic-title,.home-light-items-yellow-warm-title,.home-light-items-yellow-cold-title,.home-light-items-white-classic-title,.home-light-items-white-warm-title,.home-light-items-white-cold-title{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:20px}.home-light-items-yellow-classic-title h1,.home-light-items-yellow-warm-title h1,.home-light-items-yellow-cold-title h1,.home-light-items-white-classic-title h1,.home-light-items-white-warm-title h1,.home-light-items-white-cold-title h1{font-family:Europe,sans-serif;font-weight:700;font-size:96px;line-height:100%;letter-spacing:5%;color:#2f404c;margin:0 0 20px}.home-light-items-yellow-classic-title-image,.home-light-items-yellow-warm-title-image,.home-light-items-yellow-cold-title-image,.home-light-items-white-classic-title-image,.home-light-items-white-warm-title-image,.home-light-items-white-cold-title-image{display:flex;flex-direction:column;margin-top:-10px;gap:18px;height:100%}@media (max-width: 1300px){.home-light-items-yellow-classic-title-image img,.home-light-items-yellow-warm-title-image img,.home-light-items-yellow-cold-title-image img,.home-light-items-white-classic-title-image img,.home-light-items-white-warm-title-image img,.home-light-items-white-cold-title-image img{width:70%}}@media (max-width: 940px){.home-light-items-yellow-classic,.home-light-items-yellow-warm,.home-light-items-yellow-cold,.home-light-items-white-classic,.home-light-items-white-warm,.home-light-items-white-cold{padding:20px}.home-light-items-yellow-classic-title,.home-light-items-yellow-warm-title,.home-light-items-yellow-cold-title,.home-light-items-white-classic-title,.home-light-items-white-warm-title,.home-light-items-white-cold-title{flex-direction:column;gap:0px}.home-light-items-yellow-classic-title h1,.home-light-items-yellow-warm-title h1,.home-light-items-yellow-cold-title h1,.home-light-items-white-classic-title h1,.home-light-items-white-warm-title h1,.home-light-items-white-cold-title h1{font-size:64px}.home-light-items-yellow-classic-title-image,.home-light-items-yellow-warm-title-image,.home-light-items-yellow-cold-title-image,.home-light-items-white-classic-title-image,.home-light-items-white-warm-title-image,.home-light-items-white-cold-title-image{position:absolute;flex-direction:row;top:7%;left:110%;gap:5px;height:70%}}.home-light-items-yellow-classic-description,.home-light-items-yellow-warm-description,.home-light-items-yellow-cold-description,.home-light-items-white-classic-description,.home-light-items-white-warm-description,.home-light-items-white-cold-description{display:flex;flex-direction:column}.home-light-items-yellow-classic-description p,.home-light-items-yellow-warm-description p,.home-light-items-yellow-cold-description p,.home-light-items-white-classic-description p,.home-light-items-white-warm-description p,.home-light-items-white-cold-description p{font-family:Raleway,sans-serif;font-weight:700;font-size:14px;line-height:100%;letter-spacing:5%;text-transform:uppercase;color:#2f404c;margin:0 0 15px}.home-light-items-yellow-classic-description span,.home-light-items-yellow-warm-description span,.home-light-items-yellow-cold-description span,.home-light-items-white-classic-description span,.home-light-items-white-warm-description span,.home-light-items-white-cold-description span{font-family:Raleway,sans-serif;font-weight:700;font-size:16px;line-height:140%;letter-spacing:5%;color:#2f404c}.home-light-items-yellow{align-items:flex-start;justify-content:flex-start}.home-light-items-yellow-classic{width:31%;background-color:#fff8e1}.home-light-items-yellow-classic span{padding-right:100px}@media (max-width: 940px){.home-light-items-yellow-classic{width:100%}.home-light-items-yellow-classic span{padding-right:0}}.home-light-items-white{width:66%;margin-left:33.5%}.home-light-items-white-warm{width:48%;background-color:#fff;z-index:-1}.home-light-items-white-cold{width:48%;background-color:#e3f2fd}@media (max-width: 940px){.home-light-items-white{width:100%;margin-left:0%}.home-light-items-white-warm,.home-light-items-white-cold{width:100%}}.home-about{display:flex;flex-direction:column;align-items:start;width:100%;padding:0 160px}@media (max-width: 940px){.home-about{padding:0 20px}}.home-about-title{display:flex;flex-direction:row;align-items:start;justify-content:space-between;width:100%}.home-about-title h1{font-size:64px;font-weight:700;font-family:Terminator-Cyr,sans-serif;line-height:78px;letter-spacing:0%;color:#2f404c}@media (max-width: 1550px){.home-about-title h1{font-size:50px!important}}@media (max-width: 1300px){.home-about-title h1{font-size:40px!important}}@media (max-width: 650px){.home-about-title h1{font-size:28px!important}}@media (max-width: 460px){.home-about-title h1{font-size:18px!important}}.home-about-title-avantech{display:flex;flex-direction:column;align-items:start}.home-about-title-avantech-href{display:flex;flex-direction:row;align-items:start;justify-content:start;margin-bottom:10px;width:100%;cursor:pointer}.home-about-title-avantech-href a{height:100px;display:flex;flex-direction:row;align-items:center;text-decoration:none;color:inherit}.home-about-title-avantech-href a span{font-size:16px;font-weight:500;font-family:Raleway,sans-serif;background-color:#2f404c;border-radius:35px;padding:18px 25px;box-shadow:0 2px 10px #0000001a;cursor:pointer;text-decoration:none;transition:all .3s ease;color:#fff;height:52px;display:flex;align-items:center;white-space:nowrap}.home-about-title-avantech-href a .arrow-link{display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #2F404C;border-radius:50%;width:52px;height:52px;transition:all .3s ease}.home-about-title-avantech-href a .arrow-link img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(20%) sepia(26%) saturate(1020%) hue-rotate(180deg) brightness(95%) contrast(92%);transition:all .3s ease}.home-about-title-avantech:hover a span{border-radius:35px 0 0 35px}.home-about-title-avantech:hover a .arrow-link{background-color:#2f404c;border:none;border-radius:0 35px 35px 0}.home-about-title-avantech:hover a .arrow-link img{transform:rotate(45deg);filter:brightness(0) saturate(100%) invert(100%)}@media (max-width: 940px){.home-about-title{flex-direction:column;gap:18px}.home-about-title h1{font-size:19px;line-height:120%;margin-bottom:10px}.home-about-title-avantech{width:100%;flex-direction:column-reverse;gap:20px}.home-about-title-avantech-href{width:100%}}.home-about-years{display:flex;flex-direction:row;align-items:start;justify-content:space-between;width:100%;margin-top:80px;padding-right:100px}.home-about-years-item{display:flex;flex-direction:column;align-items:start;width:25%;gap:30px}.home-about-years-item h1{font-size:40px;font-weight:700;font-family:Terminator-Cyr,sans-serif;line-height:100%;letter-spacing:0%;color:#2f404c;margin-bottom:10px}@media (max-width: 940px){.home-about-years-item h1{font-size:24px;line-height:30px}}.home-about-years-item p{font-size:16px;font-weight:700;font-family:Raleway,sans-serif;line-height:19px;letter-spacing:5%;color:#2f404c}@media (max-width: 940px){.home-about-years{flex-direction:column;gap:50px;margin-top:20px;padding-right:0;margin-bottom:100px}.home-about-years-item{width:100%;gap:15px}.home-about-years-item h1{font-size:19px;line-height:120%;margin-bottom:0}}.bold{font-family:Europe,sans-serif;font-weight:700;font-size:16px;line-height:100%;letter-spacing:5%;text-transform:uppercase}.back{z-index:-1}.home-property-wrapper{width:100%;height:100%;position:relative;z-index:-1}@media (max-width: 940px){.home-property-wrapper{display:none}}.home-property{background:url(/assets/car-DUJlgkDt.svg) no-repeat center center;background-size:contain;height:100%;display:flex;justify-content:center;align-items:center;position:sticky}.home-property-items{width:100%;position:relative;height:100%;overflow:hidden}.home-property-items-side_left,.home-property-items-side_right,.home-property-items-main{box-shadow:0 4px 4px #00000040;border:1px solid #FFFFFF!important;border-image-source:linear-gradient(156.04deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.3) 100%);border-radius:24px;padding:30px;position:absolute;top:50%;left:50%;box-sizing:border-box;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:flex-start}.home-property-items-side_left{width:18%;height:50%;left:25%;transform:translate(-50%) translateY(-47%);background-color:#ffffff81}.home-property-items-side_right{width:18%;height:50%;left:75%;transform:translate(-50%) translateY(-47%);background-color:#ffffff81}.home-property-items-main{width:26%;height:54%;left:50%;transform:translate(-50%) translateY(-50%);z-index:10;background-color:#ffffffc4}@media (max-width: 1300px){.home-property-items span{font-size:12px!important}.home-property-items-side_left,.home-property-items-side_right{width:20%;height:50%}.home-property-items-main{width:28%;height:55%}}@media (max-width: 1000px){.home-property-items h2{font-size:12px!important}.home-property-items span{font-size:10px!important}.home-property-items-side_left{left:23%;height:45%}.home-property-items-side_right{left:77%;height:45%}.home-property-items-main{height:50%}}.home-property-items-side_left .home-property-items-side_left-title,.home-property-items-side_left .home-property-items-side_right-title,.home-property-items-side_right .home-property-items-side_left-title,.home-property-items-side_right .home-property-items-side_right-title{font-size:16px;font-weight:700;font-family:Terminator-Cyr,sans-serif;color:#2f404c;margin-bottom:25px;line-height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);height:60px;display:flex;align-items:flex-end}.home-property-items-side_left span,.home-property-items-side_right span{font-size:16px;font-weight:700;font-family:Europe,sans-serif;color:#2f404c;line-height:240%;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:10px}.home-property-items-main .home-property-items-main-title{font-size:16px;font-weight:700;font-family:Terminator-Cyr,sans-serif;color:#2f404c;margin-bottom:25px;line-height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:0px;height:60px;justify-content:flex-end;margin-top:20px}.home-property-items-main .home-property-items-main-title span{margin:0}.home-property-items-main .home-property-items-main-title img{width:80%;height:auto;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-property-items-main span{font-size:16px;font-weight:700;font-family:Europe,sans-serif;color:#2f404c;line-height:240%;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:30px}.ral_text{font-family:Raleway,sans-serif!important}.home-property-mobile-wrapper{width:100%;height:100%;position:relative;margin:15px 0;overflow:hidden}.home-property-mobile-top{width:100%;height:30px;background-color:#eff1f2;border-radius:0 0 18px 18px;margin-bottom:-20px}.home-property-mobile-bottom{width:100%;height:30px;background-color:#eff1f2;border-radius:18px 18px 0 0;margin-top:-20px}.home-property-mobile{background:url(/assets/car-DUJlgkDt.svg) no-repeat left center;background-size:cover;background-position:8% center;padding:70px 20px;height:100%;width:100%;position:relative;display:flex;align-items:center;z-index:-1}.home-property-mobile-items{display:flex;flex-direction:column;gap:15px;width:100%;height:100%}.home-property-mobile-items-content,.home-property-mobile-items-title{background:linear-gradient(0deg,#ffffff4a,#ffffff4a),linear-gradient(168.15deg,#ffffff6b 4.2%,#ffffff29 96.26%);border:1px solid linear-gradient(158.85deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.29) 100%);border-radius:18px;backdrop-filter:blur(70px);-webkit-backdrop-filter:blur(70px);padding:14px 20px;box-sizing:border-box;width:100%;min-height:80px}.home-property-mobile-items-title{display:flex;flex-direction:row;justify-content:start;align-items:center;min-height:120px}.home-property-mobile-items-title-title{font-family:Terminator-Cyr,sans-serif;font-size:16px;font-weight:700;color:#231f20;line-height:20px;text-transform:uppercase;writing-mode:sideways-lr}.home-property-mobile-items-title-title img{width:50px;height:155px;margin:10px 0}.home-property-mobile-items-title-separator{width:1px;height:185px;background-color:#231f20;margin:0 25px 0 15px}.home-property-mobile-items-content{display:flex;flex-direction:column;justify-content:space-between;min-height:80px;height:100%}.home-property-mobile-items-content-title{font-family:Raleway,sans-serif;font-size:16px;font-weight:700;color:#231f20;line-height:100%}.home-property-mobile-items-content-value{display:flex;flex-direction:row;justify-content:start;align-items:center;margin-top:10px}.home-property-mobile-items-content-value span{font-family:Europe,sans-serif;font-size:16px;font-weight:700;color:#231f20;line-height:120%}.home-property-mobile-items-content-value span:first-child{width:38%}.home-property-mobile-items-content-separator{width:1px;height:30px;background-color:#231f20;margin-right:26px}.autocomplete-select[data-v-c86326bc]{position:relative;min-width:200px;cursor:pointer}@media (max-width: 1200px){.autocomplete-select[data-v-c86326bc]{min-width:145px}}.autocomplete-select.disabled[data-v-c86326bc]{opacity:.6;cursor:none;pointer-events:none}.autocomplete-select__input-container[data-v-c86326bc]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 25px;background-color:#dde7eb;border:2px solid #67929c;border-radius:35px;font-size:18px;font-weight:600;color:#89adb6;transition:all .3s ease;z-index:10;cursor:pointer}.autocomplete-select__input-container.has-selection[data-v-c86326bc],.autocomplete-select__input-container.focused[data-v-c86326bc]{background-color:#fff}.autocomplete-select__input-container.disabled[data-v-c86326bc]{cursor:none}@media (max-width: 1200px){.autocomplete-select__input-container input[data-v-c86326bc]{font-size:12px}}.autocomplete-select__input[data-v-c86326bc]{flex:1;border:none;outline:none;background:transparent;color:#89adb6;font-family:Raleway,sans-serif;font-size:14px;font-weight:400;font-style:normal;line-height:100%;letter-spacing:0%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.autocomplete-select__input[data-v-c86326bc]::placeholder{color:#89adb6;opacity:1}.autocomplete-select__input.selected[data-v-c86326bc]{font-weight:700;font-style:normal}.autocomplete-select__input[data-v-c86326bc]:disabled{cursor:none}.autocomplete-select__arrow[data-v-c86326bc]{transition:transform .3s ease;color:#fff;padding:5px;width:25px;height:25px;flex-shrink:0}.autocomplete-select__arrow--open[data-v-c86326bc]{transform:rotate(180deg)}.autocomplete-select__dropdown[data-v-c86326bc]{position:absolute;left:0;right:0;background-color:#fff;border:2px solid #89ADB6;border-radius:20px;max-height:200px;overflow-y:auto;z-index:1000;top:60px;overflow:auto;scrollbar-color:#89ADB6 transparent;scrollbar-width:thin}.autocomplete-select__loading[data-v-c86326bc],.autocomplete-select__no-results[data-v-c86326bc]{padding:12px 20px;color:#89adb6;font-style:italic;text-align:center}.autocomplete-select__option[data-v-c86326bc]{padding:12px 20px;cursor:pointer;transition:background-color .3s ease;border-bottom:1px solid #e5e5e5}.autocomplete-select__option[data-v-c86326bc]:hover,.autocomplete-select__option--highlighted[data-v-c86326bc]{background-color:#89adb6;color:#fff}.autocomplete-select__option--selected[data-v-c86326bc]{background-color:#89adb6;color:#fff;font-weight:600}.autocomplete-select__option[data-v-c86326bc]:last-child{border-bottom:none}.selection-copy{display:flex;flex-direction:column;width:100%;max-width:1585px;margin:0 auto;position:relative}.selection-copy__block-button{display:flex;flex-direction:column;width:100%;margin:0 auto;background-color:#2f404c;border-radius:24px;z-index:3}.selection-copy__block-button__container{max-width:1080px;width:100%;margin:0 auto;padding:67px 0 40px;display:flex;flex-direction:column;row-gap:24px}.selection-copy__block-button__title{font-size:16px;font-weight:700;font-family:Raleway,sans-serif;line-height:100%;letter-spacing:0%;color:#89adb6}.selection-copy__block-button__items{display:flex;flex-direction:row;column-gap:18px;row-gap:18px;flex-wrap:wrap;width:100%;height:100%;justify-content:space-between;box-sizing:border-box;align-items:center}.selection-copy__block-button__items-custom-select{width:23%}@media (max-width: 940px){.selection-copy__block-button__items-custom-select{width:100%}}.selection-copy__block-button__items-button-container{display:flex;flex-direction:column;align-content:center;height:fit-content;width:23%;gap:10px}@media (max-width: 940px){.selection-copy__block-button__items-button-container{width:100%}}.selection-copy__block-button__items-button-container-choose{align-content:center;font-size:16px;font-weight:700;font-family:Raleway,sans-serif;background-color:#ec661e;border-radius:35px;padding:15px 25px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease}.selection-copy__block-button__items-button-container-choose:hover{transition:all .3s ease;transform:scale(1.05)}.selection-copy__block-button__items-button-container-choose--disabled{background-color:#df7136c9;cursor:none;transforms:none}.selection-copy__block-button__items-button-container-choose--disabled:hover{transform:none}.selection-copy__block-button__items-button-container-clear{align-content:center;font-family:Raleway,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;text-decoration:underline;cursor:pointer;transition:all .3s ease;color:#fff}@media (max-width: 940px){.selection-copy__block-button__items-button-container-clear{color:#2f404c}}.selection-copy__block-lamp{display:flex;flex-direction:column;width:100%;margin:0 auto;position:relative;bottom:20px;z-index:1;height:0;overflow:hidden;opacity:0;transform:translateY(-20px);transition:all .3s ease;pointer-events:none}.selection-copy__block-lamp.show{height:auto;opacity:1;transform:translateY(0);pointer-events:auto}.selection-copy__block-lamp__content{background-color:#fff}.selection-copy__block-lamp__content__container{display:flex;flex-direction:row;justify-content:space-between;max-width:1080px;width:100%;margin:0 auto;padding:80px 0}.selection-copy__block-lamp__content-type{display:flex;flex-direction:column;width:50%;min-height:fit-content;row-gap:24px}@media (max-width: 940px){.selection-copy__block-lamp__content-type{width:100%;gap:20px}}.selection-copy__block-lamp__content-type-near_light,.selection-copy__block-lamp__content-type-far_light,.selection-copy__block-lamp__content-type-nofog{display:flex;align-content:center;align-items:center;flex-direction:row}@media (max-width: 940px){.selection-copy__block-lamp__content-type-near_light,.selection-copy__block-lamp__content-type-far_light,.selection-copy__block-lamp__content-type-nofog{flex-direction:column;gap:6px}}.selection-copy__block-lamp__content-type-near_light-title,.selection-copy__block-lamp__content-type-far_light-title,.selection-copy__block-lamp__content-type-nofog-title{display:flex;flex-direction:row;align-items:center;align-self:center;gap:15px;font-family:Raleway,sans-serif;font-weight:400;font-size:16px;color:#2f404c;max-width:50%;width:100%}@media (max-width: 940px){.selection-copy__block-lamp__content-type-near_light-title,.selection-copy__block-lamp__content-type-far_light-title,.selection-copy__block-lamp__content-type-nofog-title{align-self:start;gap:10px;margin-bottom:3px}}.selection-copy__block-lamp__content-type-near_light-title img,.selection-copy__block-lamp__content-type-far_light-title img,.selection-copy__block-lamp__content-type-nofog-title img{width:58px;height:58px}.selection-copy__block-lamp__content-type-near_light-value,.selection-copy__block-lamp__content-type-far_light-value,.selection-copy__block-lamp__content-type-nofog-value{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;max-width:100%}@media (max-width: 940px){.selection-copy__block-lamp__content-type-near_light-value,.selection-copy__block-lamp__content-type-far_light-value,.selection-copy__block-lamp__content-type-nofog-value{align-self:start;margin-left:45px;gap:6px}}.selection-copy__block-lamp__content-type-near_light-value-item,.selection-copy__block-lamp__content-type-far_light-value-item,.selection-copy__block-lamp__content-type-nofog-value-item{padding:6px 15px;background-color:#d6e0e3;border-radius:14px;font-family:Europe,sans-serif;font-weight:700;font-size:16px;line-height:16px;letter-spacing:5%;text-align:center;color:#2f404c;cursor:pointer;transition:all .3s ease;min-width:53px;white-space:nowrap;box-sizing:border-box}.selection-copy__block-lamp__content-type-near_light-value-item:hover,.selection-copy__block-lamp__content-type-far_light-value-item:hover,.selection-copy__block-lamp__content-type-nofog-value-item:hover{background-color:#c5d3d6}.selection-copy__block-lamp__content-type-near_light-value-item.selected,.selection-copy__block-lamp__content-type-far_light-value-item.selected,.selection-copy__block-lamp__content-type-nofog-value-item.selected{background-color:#ec661e;color:#fff}.selection-copy__block-lamp__content-separator{width:2px;background-color:#809196;margin:0 20px;height:100%;flex-shrink:0}@media (max-width: 940px){.selection-copy__block-lamp__content-separator{width:100%;height:2px;margin:15px 0}}.selection-copy__block-lamp__content__border{width:2px;height:100%;background-color:#2f404c}.selection-copy__block-lamp__content-product{display:flex;flex-direction:column;width:50%;min-height:fit-content;justify-content:flex-start}@media (max-width: 940px){.selection-copy__block-lamp__content-product{width:100%}}.selection-copy__block-lamp__content-product__find,.selection-copy__block-lamp__content-product__nofound,.selection-copy__block-lamp__content-product__error{display:flex;flex-direction:row;align-items:start;height:fit-content;min-height:0;column-gap:60px}@media (max-width: 940px){.selection-copy__block-lamp__content-product__find,.selection-copy__block-lamp__content-product__nofound,.selection-copy__block-lamp__content-product__error{flex-direction:row;width:100%;gap:10px}}.selection-copy__block-lamp__content-product__find img,.selection-copy__block-lamp__content-product__nofound img,.selection-copy__block-lamp__content-product__error img{width:30%;object-fit:contain;margin-bottom:15px}@media (max-width: 940px){.selection-copy__block-lamp__content-product__find img,.selection-copy__block-lamp__content-product__nofound img,.selection-copy__block-lamp__content-product__error img{width:32%;align-self:center}}.selection-copy__block-lamp__content-product__find-title,.selection-copy__block-lamp__content-product__nofound-title,.selection-copy__block-lamp__content-product__error-title{display:flex;flex-direction:column;row-gap:24px}.selection-copy__block-lamp__content-product__find-title-text,.selection-copy__block-lamp__content-product__nofound-title-text,.selection-copy__block-lamp__content-product__error-title-text{font-size:16px;font-weight:700;line-height:20px;letter-spacing:0%;color:#2f404c;font-family:Raleway,sans-serif}.selection-copy__block-lamp__content-product__find-title-description,.selection-copy__block-lamp__content-product__nofound-title-description,.selection-copy__block-lamp__content-product__error-title-description{font-family:Europe,sans-serif;font-size:16px;line-height:24px;letter-spacing:0%;color:#2f404c;display:flex;flex-direction:column;row-gap:24px}.selection-copy__block-lamp__content-product__find-title-description .product-spec-line,.selection-copy__block-lamp__content-product__nofound-title-description .product-spec-line,.selection-copy__block-lamp__content-product__error-title-description .product-spec-line{margin-bottom:4px}.selection-copy__block-lamp__content-product__find-title-description .product-spec-line:last-child,.selection-copy__block-lamp__content-product__nofound-title-description .product-spec-line:last-child,.selection-copy__block-lamp__content-product__error-title-description .product-spec-line:last-child{margin-bottom:0}.selection-copy__block-lamp__content-product__find-title-description .product-spec-item:last-child,.selection-copy__block-lamp__content-product__nofound-title-description .product-spec-item:last-child,.selection-copy__block-lamp__content-product__error-title-description .product-spec-item:last-child{margin-bottom:0}.selection-copy__block-lamp__content-product__find-title-description .product-article,.selection-copy__block-lamp__content-product__nofound-title-description .product-article,.selection-copy__block-lamp__content-product__error-title-description .product-article{font-size:14px;font-weight:400;color:#89adb6}.selection-copy__block-lamp__content-product__find-title-description .product-article span,.selection-copy__block-lamp__content-product__nofound-title-description .product-article span,.selection-copy__block-lamp__content-product__error-title-description .product-article span{font-family:Europe,sans-serif;font-weight:400}.selection-copy__block-lamp__content-product__find-title-description .product-specs,.selection-copy__block-lamp__content-product__nofound-title-description .product-specs,.selection-copy__block-lamp__content-product__error-title-description .product-specs{font-size:16px;font-weight:700;color:#2f404c}.selection-copy__block-lamp__content-product__nofound img,.selection-copy__block-lamp__content-product__error img{width:6%}.selection-copy__block-lamp__content-product__nofound-title,.selection-copy__block-lamp__content-product__error-title{color:#ec671e}.selection-copy__block-lamp__content-product__nofound-title-description,.selection-copy__block-lamp__content-product__error-title-description{font-weight:400;font-size:14px;color:#2f404c}.selection-copy__block-lamp__content-product__nofound-title-description a,.selection-copy__block-lamp__content-product__error-title-description a{color:inherit;text-decoration:underline;cursor:pointer}@media (max-width: 940px){.selection-copy__block-lamp__content-product__nofound,.selection-copy__block-lamp__content-product__error{flex-direction:row;width:100%;gap:20px}.selection-copy__block-lamp__content-product__nofound img,.selection-copy__block-lamp__content-product__error img{width:14%;align-self:center}}.selection-copy__block-lamp__clear{background-color:#2f404c;padding:12px 0;border-radius:0 0 24px 24px;display:flex;flex-direction:row;justify-content:center;column-gap:12px;align-items:center;cursor:pointer}.selection-copy__block-lamp__clear__text{font-weight:400;font-size:14px;color:#fff;font-family:Raleway,sans-serif;line-height:100%;letter-spacing:0%}.selection-copy__block-lamp__clear__arrow{transition:transform .3s ease;color:#fff;padding:5px;width:25px;height:25px;background-color:#ec671e;border-radius:50%;transform:rotate(180deg)}.selection-copy__block-lamp__clear__arrow path{fill:currentColor}
