@keyframes loading {
    0% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
    100% {
        content: "";
    }
}

button{
    position: relative;
}

button.loading::before {
    position: absolute;
    content: "";
    background: #ffedb7c9;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    pointer-events: none;
}

button.loading::after {
    content: ".";
    color: black;
    position: absolute;
    font-size: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    font-weight: 600;
    animation: loading 1s infinite steps(1);
}

@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap";*{padding:0px;margin:0px;border:none}*,*::before,*::after{box-sizing:border-box}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0)}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:rgba(0,0,0,0);background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}[class*=__container]{margin:0 auto;max-width:1200px;padding-left:10px;padding-right:10px}@media(max-width: 992px){[class*=__container]{padding-left:30px;padding-right:30px}}@media(max-width: 768px){[class*=__container]{padding-left:10px;padding-right:10px}}@media(max-width: 576px){[class*=__container]{padding-left:10px;padding-right:10px}}[class*=__row]{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}[class*=__row]>*{width:100%;max-width:100%;margin-left:10px;margin-right:10px}[class*=__col]{flex:1 0 0%}@media(max-width: 0){[class*=col-ph-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-ph-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-ph-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-ph-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-ph-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-ph-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-ph-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-ph-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-ph-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-ph-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-ph-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-ph-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 576px){[class*=col-sm-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-sm-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-sm-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-sm-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-sm-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-sm-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-sm-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-sm-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-sm-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-sm-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-sm-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-sm-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 707px){[class*=col-tb-m-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-tb-m-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-tb-m-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-tb-m-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-tb-m-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-tb-m-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-tb-m-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-tb-m-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-tb-m-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-tb-m-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-tb-m-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-tb-m-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 768px){[class*=col-tb-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-tb-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-tb-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-tb-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-tb-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-tb-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-tb-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-tb-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-tb-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-tb-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-tb-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-tb-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 992px){[class*=col-lp-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-lp-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-lp-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-lp-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-lp-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-lp-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-lp-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-lp-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-lp-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-lp-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-lp-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-lp-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 1122px){[class*=col-dt-min-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-dt-min-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-dt-min-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-dt-min-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-dt-min-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-dt-min-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-dt-min-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-dt-min-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-dt-min-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-dt-min-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-dt-min-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-dt-min-12]{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 1200px){[class*=col-dt-1]{flex:0 0 auto;width:calc(8.3333333333% - 20px)}[class*=col-dt-2]{flex:0 0 auto;width:calc(16.6666666667% - 20px)}[class*=col-dt-3]{flex:0 0 auto;width:calc(25% - 20px)}[class*=col-dt-4]{flex:0 0 auto;width:calc(33.3333333333% - 20px)}[class*=col-dt-5]{flex:0 0 auto;width:calc(41.6666666667% - 20px)}[class*=col-dt-6]{flex:0 0 auto;width:calc(50% - 20px)}[class*=col-dt-7]{flex:0 0 auto;width:calc(58.3333333333% - 20px)}[class*=col-dt-8]{flex:0 0 auto;width:calc(66.6666666667% - 20px)}[class*=col-dt-9]{flex:0 0 auto;width:calc(75% - 20px)}[class*=col-dt-10]{flex:0 0 auto;width:calc(83.3333333333% - 20px)}[class*=col-dt-11]{flex:0 0 auto;width:calc(91.6666666667% - 20px)}[class*=col-dt-12]{flex:0 0 auto;width:calc(100% - 20px)}}[class*=__container]{margin:0 auto;max-width:1200px;padding-left:10px;padding-right:10px}@media(max-width: 992px){[class*=__container]{padding-left:30px;padding-right:30px}}@media(max-width: 768px){[class*=__container]{padding-left:10px;padding-right:10px}}@media(max-width: 576px){[class*=__container]{padding-left:10px;padding-right:10px}}[class*=__row]{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}[class*=__row]>*{width:100%;max-width:100%;margin-left:10px;margin-right:10px}body{background-color:#fafafa;font-family:"Manrope",sans-serif;color:#fff}section{padding-top:50px;padding-bottom:50px}@keyframes opas{0%{opacity:0}60%{opacity:1}100%{opacity:0}}.cir-online{display:block;width:8px;height:8px;background:#25d366;border:1px solid #f1efef;border-radius:100%;right:0;animation:2s opas infinite}.input-tel{position:relative}.desc-input{display:inline-block;font-size:14px;font-weight:600;color:#fff;margin-bottom:5px;border-radius:2px;padding:2px 8px}.wg-info{font-size:12px;color:#fff;font-weight:500;position:absolute;top:-50%;transform:translate(-10%, 100%);background:#eb013b;padding:3px 10px;border-radius:4px}.disabled-btn{background:linear-gradient(83.83deg, #ADADAD -13.52%, #C8C8C8 15.85%, #BEBEBE 55.55%, #ABABAB 138.91%) !important;box-shadow:0px 2px 0px #a6a6a6 !important}.disabled{box-shadow:inset 0px 0px 6px rgba(235,1,59,.6117647059) !important}h1,h2[class*=__title]{font-size:36px;font-weight:400;-webkit-text-stroke:.2px;line-height:125%}@media(max-width: 768px){h1,h2[class*=__title]{font-size:36px}}@media(max-width: 576px){h1,h2[class*=__title]{font-size:24px;font-weight:600;width:100% !important;text-wrap:balance}}[class*=__subtitle]{font-size:18px;font-weight:400;line-height:140%}@media(max-width: 992px){[class*=__subtitle]{flex:0 0 auto;width:calc(100% - 20px);justify-content:center}}@media(max-width: 768px){[class*=__subtitle]{font-size:22px}}@media(max-width: 576px){[class*=__subtitle]{width:100% !important;text-wrap:balance;font-size:20px}}[class*=__esubtitle]{font-size:18px;font-weight:400}[class*=__text]{font-size:14px;font-weight:400}[class*=button-max]{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);box-shadow:0px 2px 0px #e6c136;color:#41380e;font-size:16px;font-weight:500;border-radius:4px;transition:all .3s ease-in;cursor:pointer;padding:25px 20px}[class*=button-max]:hover{transition:all .3s ease-in;color:#41380e}@media(max-width: 1200px){[class*=button-max]{font-size:14px}}[class*=__phone-max]{display:inline-flex;align-items:center;justify-content:center;border:1px dashed #fff;border-radius:4px;color:#fff;font-size:22px;text-align:center;font-weight:500;transition:all .3s ease-in;cursor:pointer;padding:10px 20px;width:100%;margin-top:5px}[class*=__phone-max]:hover{transition:all .3s ease-in;color:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);border:1px dashed #fc0}@media(max-width: 1200px){[class*=__phone-max]{font-size:18px}}[class*=button-min]{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);box-shadow:0px 2px 0px #e6c136;color:#41380e;font-size:16px;font-weight:500;border-radius:4px;transition:all .3s ease-in;cursor:pointer;padding:15px 20px;gap:10px}[class*=button-min]:hover{transition:all .3s ease-in;color:#41380e}@media(max-width: 1200px){[class*=button-min]{font-size:14px}}[class*=button-m-border]{display:inline-flex;align-items:center;justify-content:center;border:1px solid #fc0;color:#282828;font-size:16px;font-weight:500;border-radius:4px;transition:all .3s ease-in;cursor:pointer;padding:15px 20px;gap:10px}[class*=button-m-border]:hover{transition:all .3s ease-in}@media(max-width: 1200px){[class*=button-m-border]{font-size:14px}}[class*=__input]{display:inline-flex;align-items:center;width:250px;max-width:100%;height:75px;font-size:16px;color:#8d8d8d;padding:0px 5px 0px 20px;background-color:#f4f4f4;border-radius:4px;transition:all .3s ease-in}@media(max-width: 1200px){[class*=__input]{font-size:14px}}[class*=__input]:focus-within{transition:all .3s ease-in;box-shadow:inset 2px -2px 5px rgba(0,0,0,.05),inset -2px 2px 5px rgba(0,0,0,.05) !important}input{width:100%;height:100%}label img{margin-right:10px}a{color:unset;transition:all .3s linear}a:hover{color:#fc0}marker{color:#fc0}header{position:relative;transition:transform .3s ease}header.open .header__mobile,.header__state,.header__mob-menu-btn{z-index:100}header.fix{padding:10px 0px;position:fixed;z-index:99;background:#282828;top:0}@media(max-width: 576px){header.fix{padding:20px 0}}header.open .header__mob-menu-frame{opacity:1;pointer-events:all}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(204,169,44,.4)}70%{box-shadow:0 0 0 10px rgba(204,169,44,0)}100%{box-shadow:0 0 0 0 rgba(204,169,44,0)}}@keyframes pulse2{0%{box-shadow:0 0 0 0 rgba(44,204,44,.4)}70%{box-shadow:0 0 0 10px rgba(44,204,44,0)}100%{box-shadow:0 0 0 0 rgba(44,204,44,0)}}.tooltip{position:relative;cursor:pointer;display:inline-block}.tooltip__btn{position:absolute;bottom:10px;display:flex;font-size:12px;justify-content:center;align-items:center;width:16px;height:16px;color:#282828;border-radius:50%;background:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);animation:pulse 2s infinite}.tooltip__btn:hover{animation:none}.tooltip .tooltip-text{font-size:12px;visibility:hidden;background:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);color:#41380e;text-align:center;border-radius:5px;padding:2px 4px;position:absolute;z-index:1;bottom:30px;left:50%;transform:translateX(-50%);white-space:nowrap}.tooltip:hover .tooltip-text{visibility:visible}.spinner{animation:rotate 2s linear infinite;z-index:2;width:50px;height:50px;margin:0 auto}.spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.btnSrh{color:#fc0;padding:2px 0;border-bottom:#fc0 dashed 1px;cursor:pointer}header{margin:0 auto;width:100%;padding-top:20px}@media(max-width: 992px){header{padding:40px}}@media(max-width: 768px){header{padding:20px 0;position:fixed;background:#282828;top:0;z-index:99;box-shadow:0px 30px 30px -10px rgba(0,0,0,.05)}}.header__row{justify-content:space-between}.header__logo{flex:0 0 auto;width:calc(16.6666666667% - 20px)}@media(max-width: 992px){.header__logo{flex:0 0 auto;width:calc(25% - 20px)}}@media(max-width: 768px){.header__logo{display:none}}.header__logo--img{font-size:27px;font-weight:900}@media(max-width: 992px){.header__logo--img{font-size:22px}}.header__logo--desc{font-weight:400;font-size:12px;line-height:16px;color:#fff}.header__mobile{flex:0 0 auto;width:calc(25% - 20px);display:flex;flex-direction:column;position:relative}.header__mobile:not(:last-child){gap:10px}.header__mobile img{width:16px;height:16px;margin-right:5px}.header__mobile span{font-weight:600;font-size:12px;color:#fff}@media(max-width: 576px){.header__mobile span{font-size:11px}}@media(max-width: 992px){.header__mobile{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}@media(max-width: 768px){.header__mobile{flex:0 0 auto;width:calc(41.6666666667% - 20px)}}@media(max-width: 576px){.header__mobile{display:none}}.header__mobile--email{display:flex;align-items:center}.header__mobile--email a{font-weight:400;font-size:14px}.header__mobile--phone{display:flex;align-items:center;z-index:1}.header__mobile--phone a{font-weight:700;font-size:22px;text-transform:uppercase}@media(max-width: 992px){.header__mobile--phone a{font-size:20px}}@media(max-width: 576px){.header__mobile--phone a{font-size:18px}}.header__state{flex:0 0 auto;width:calc(25% - 20px);display:flex;flex-direction:column;z-index:1}.header__state:not(:last-child){gap:10px}@media(max-width: 576px){.header__state:not(:last-child){flex:0 0 auto;width:calc(66.6666666667% - 20px);gap:5px}}.header__state span{font-weight:600;font-size:12px;color:#fff}@media(max-width: 576px){.header__state span{font-size:11px}}@media(max-width: 992px){.header__state{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}@media(max-width: 768px){.header__state{flex:0 0 auto;width:calc(41.6666666667% - 20px)}}.header__state--city{display:flex;align-items:center;opacity:0;gap:5px}@media(max-width: 576px){.header__state--city{display:none}}.header__state--city__target{display:flex;align-items:center;font-size:14px}.header__state--city__target a{display:flex;align-items:center;margin-left:5px;font-weight:600}.header__state--city__target a img{margin-left:10px;transition:all .3s linear}.header__state--city__target a:hover img{transform:rotateX(180deg)}.header__state--phone{display:flex;align-items:center;gap:5px}.header__state--phone a{font-weight:700;font-size:22px;text-transform:uppercase}@media(max-width: 992px){.header__state--phone a{font-size:20px}}@media(max-width: 576px){.header__state--phone a{font-size:18px}}.header__callback{flex:0 0 auto;width:calc(25% - 20px);display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}@media(max-width: 992px){.header__callback{display:none}}.header__mob-menu{flex:0 0 auto;width:calc(8.3333333333% - 20px)}@media(max-width: 1200px){.header__mob-menu{display:none}}@media(max-width: 768px){.header__mob-menu{display:flex !important;align-items:center}}@media(max-width: 576px){.header__mob-menu{flex:0 0 auto;width:calc(16.6666666667% - 20px)}}.header__mob-menu-btn{width:32px;height:24px;justify-content:center;position:relative}.header__mob-menu-btn span{width:32px;height:2px;border-radius:4px;background-color:#fff;position:absolute;left:0;transition:.3s}.header__mob-menu-btn span:first-child{top:0}.header__mob-menu-btn span:nth-child(2){top:50%;transform:translateY(-50%)}.header__mob-menu-btn span:nth-child(3){bottom:0}.header__mob-menu-btn.open span{background-color:#282828}.header__mob-menu-btn.open span:first-child{top:50%;transform:translateY(-50%) rotate(-45deg);transform-origin:center center}.header__mob-menu-btn.open span:nth-child(2){opacity:0}.header__mob-menu-btn.open span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(45deg);transform-origin:center center}.header__mob-menu-btn p{display:none;position:absolute;bottom:10px;font-size:11px;font-weight:bold;margin:10px 0}.header__mob-menu-frame{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;padding-top:40.25vw;background-color:#f5f8f9;z-index:2;padding-bottom:6.25vw;display:flex;flex-direction:column;opacity:0;pointer-events:none}.menu-mob__list{display:flex;color:#282828;flex-direction:column;padding-left:10px;padding-right:10px}.menu-mob__list li a{display:block;font-weight:600;font-size:16px;margin-bottom:10px}.nav__container{margin:50px auto}@media(max-width: 992px){.nav__container{display:none}}.nav__container ul{display:flex;flex-wrap:wrap;justify-content:space-between;text-transform:uppercase;font-weight:400;font-size:16px}.section-1{background:url("/img/section-1.jpg") top center/1920px 1200px no-repeat;padding-top:10px}@media(max-width: 576px){.section-1{background:url("/img/bg_mob-1.jpg") top center/cover no-repeat;padding-top:10px !important}}@media(max-width: 768px){.section-1__container{margin-top:200px}}@media(max-width: 576px){.section-1__container{margin-top:100px}}.section-1__left{flex:0 0 auto;width:calc(66.6666666667% - 20px)}@media(max-width: 1122px){.section-1__left{flex:0 0 auto;width:calc(66.6666666667% - 20px)}}@media(max-width: 992px){.section-1__left{flex:0 0 auto;width:calc(100% - 20px)}}.section-1__right{flex:0 0 auto;width:calc(33.3333333333% - 20px);margin-left:auto}@media(max-width: 992px){.section-1__right{flex:0 0 auto;width:calc(100% - 20px)}}.section-1__tst{padding:10px 20px;background-color:rgba(40,40,40,.9019607843);border-radius:4px;margin-bottom:20px}@media(max-width: 576px){.section-1__tst{padding:10px 15px}}.section-1__stikers-desc{display:block;font-size:16px;font-weight:600;margin-bottom:10px}@media(max-width: 576px){.section-1__stikers-desc{text-align:center}}.section-1__reiwes{display:flex;align-items:center;margin:10px 0px 20px 0px;gap:10px}.section-1__reiwes .btn__rewiers{display:flex;align-items:center;line-height:14px;gap:5px;font-size:13px;font-weight:600;background:#f6f6f6;color:#282828;padding:4px 12px;height:100%;border-radius:4px}.section-1__reiwes .btn__rewiers img{width:36px;height:36px;margin-top:7px}@media(max-width: 576px){.section-1__reiwes .btn__rewiers{width:60%;font-size:10px;padding:6px 8px}.section-1__reiwes .btn__rewiers img{width:24px;height:24px;margin-top:7px}}.section-1__reiwes .btn__rewiers:hover{color:#282828}.section-1__reiwes .ya-rewiers img{display:block;width:150px;height:50px;background-repeat:no-repeat;background-position:center;background-size:100%}@media(max-width: 576px){.section-1__reiwes .ya-rewiers img{width:120px;height:42px}}.section-1__stikers{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:10px}.section-1__stikers span,.section-1__stikers a{font-size:16px;font-weight:500;background-color:#f6f6f6;border-radius:2px;padding:4px 12px;color:#282828}@media(max-width: 576px){.section-1__stikers span,.section-1__stikers a{font-size:12px;text-align:center;font-weight:500;width:48%}.section-1__stikers span:nth-child(7),.section-1__stikers a:nth-child(7){text-align:center;width:100%}}.section-1__stikers a{cursor:pointer}@media(max-width: 576px){.section-1__stikers a{padding:4px 8px}}.section-1__tral-items{display:flex;flex-wrap:wrap;gap:5px}.section-1__tral{padding:10px 20px;background-color:rgba(40,40,40,.9019607843);border-radius:4px}@media(max-width: 576px){.section-1__tral{margin-bottom:20px;padding:20px 20px}}.section-1__tral-item{display:flex;align-items:center;position:relative;gap:10px;font-weight:600;background-color:#fff;color:#0b8800;border-radius:2px;padding:4px 12px}.section-1__tral-item .section-1__tral-item--h{position:absolute;font-size:14px;top:0;left:0;color:#fff;display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:rgba(34,34,34,.5607843137);opacity:0}.section-1__tral-item:hover .section-1__tral-item--h{opacity:1}.section-1__tral-item .section-1__tral-item-img{width:64px}.section-1__tral-item .section-1__tral-item-img img{border-radius:4px}@media(max-width: 576px){.section-1__tral-item{width:100%}}.section-1__tral-item-drive div{display:flex;gap:4px;align-items:center}.section-1__tral-item-drive div p{font-size:10px}.section-1__tral-item-drive div span{color:#282828;font-size:12px}.section-1__title{margin:10px auto 5px auto;position:relative;font-weight:500}@media(max-width: 992px){.section-1__title{text-align:center}}.section-1__subtitle{font-size:18px;margin-bottom:15px;font-weight:500;color:#fff;display:inline-flex;border-radius:4px}@media(max-width: 992px){.section-1__subtitle{text-align:center}}@media(max-width: 768px){.section-1__subtitle{font-size:22px;width:100%}}@media(max-width: 576px){.section-1__subtitle{font-size:20px}}.section-1__bullits{width:100%;padding:20px 20px;background-color:rgba(40,40,40,.9019607843);border-radius:4px;display:flex;row-gap:20px;-moz-column-gap:30px;column-gap:30px;flex-wrap:wrap;margin-bottom:20px}.section-1__bullit{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;width:calc(50% - 20px)}@media(max-width: 768px){.section-1__bullit{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 576px){.section-1__bullit{margin-bottom:10px}}.section-1__bullit img{width:64px;height:64px;margin-left:10px}@media(max-width: 576px){.section-1__bullit img{width:48px;height:48px}}.section-1__bullit--text{margin-bottom:10px}.section-1__bullit--text span{font-weight:600}.section-1__bullit-img{border-radius:4px}.section-1__form{padding:10px 20px;background-color:rgba(40,40,40,.9019607843);border-radius:4px}.section-1__form-title{font-size:22px;font-weight:600;text-align:center}.section-1__form-subtitle{font-size:14px;text-align:center;font-weight:600;margin-bottom:20px}.section-1 .input__desc{font-size:14px;margin-bottom:5px}.section-1__form--inputs{width:100%}.section-1__form--inputs label{width:100%}.section-1__form--inputs label:not(:last-child){margin-bottom:10px}.section-1__form--inputs input{width:100%}.section-1__form--inputs button{width:100%}.tel__form{margin-top:10px}.online-min{display:flex;align-items:center;gap:5px}.copy-email{position:relative;z-index:2;margin-left:10px;font-size:12px;font-weight:600;color:#282828;cursor:pointer;width:16px;height:16px;transition:all .3s linear;background:url("/img/icons/copy-i.svg") center center/cover no-repeat}.copy-email:hover{background:url("/img/icons/copy-ih.svg") center center/cover no-repeat;transition:all .3s linear}.copy-email:hover .copy-email-tooltip{position:relative;width:150px;opacity:1;transition:all .3s linear}.copy-email:hover .copy-email-tooltip::before{position:absolute;top:20px;content:"Скопировать почту";padding:10px;background-color:#fafafa;border-radius:4px;box-shadow:0px 5px 30px -15px rgba(0,0,0,.55);opacity:1;transition:all .3s linear}.copy-email:hover .copy-ok::before{content:"Скопировано";color:#25d366}.copy-email:hover .copy-more::before{content:"Скопировать еще раз";color:#fff}.copy-email-tooltip{opacity:0;transition:all .3s linear}.section-2{color:#282828}.section-2__row{position:relative}.section-2__left{position:relative;z-index:1;background:url("/img/s2/bg-r.jpg") center center/cover no-repeat;display:flex;flex-direction:column;align-items:flex-start;padding:30px 50px;gap:30px;flex:0 0 auto;width:calc(58.3333333333% - 20px);box-shadow:55px 0px 25px -35px rgba(17,17,17,.15),0px 35px 21px -35px rgba(20,20,20,.1);border-radius:5px}@media(max-width: 992px){.section-2__left{flex:0 0 auto;width:calc(75% - 20px)}}@media(max-width: 768px){.section-2__left{flex:0 0 auto;width:calc(100% - 20px);align-items:center}}@media(max-width: 576px){.section-2__left{padding:30px 20px}}.section-2__title{font-weight:800;font-size:30px;text-transform:uppercase;display:flex;align-items:center;gap:15px}.section-2__title img{width:46px;height:46px}@media(max-width: 992px){.section-2__title{font-size:26px}}@media(max-width: 576px){.section-2__title{font-size:16px;gap:5px}}.section-2__date{font-weight:700;font-size:16px}@media(max-width: 768px){.section-2__date{text-align:center}}@media(max-width: 576px){.section-2__date{font-size:18px}}.section-2__partn{display:flex;flex-wrap:wrap;row-gap:15px;align-items:end}.section-2__partn img{max-width:100%}.section-2__partn img:not(:last-child){margin-right:5px}@media(max-width: 768px){.section-2__partn{justify-content:center}}.section-2__buttons{display:flex;gap:30px}@media(max-width: 576px){.section-2__buttons{flex-direction:column;width:100%}.section-2__buttons button{height:60px}}.section-2__img img{max-width:100%}.section-2__right{position:relative;flex:0 0 auto;width:calc(41.6666666667% - 20px)}.section-2__right::before{position:absolute;background:url("/img/s2/docs.png") center center/100% no-repeat;content:"";width:543.75px;height:466.71px;right:10%;top:10%}@media(max-width: 992px){.section-2__right{flex:0 0 auto;width:calc(25% - 20px)}}@media(max-width: 768px){.section-2__right{display:none}}.section-3{background-color:#282828}.section-3__title{flex:0 0 auto;width:calc(66.6666666667% - 20px);margin-bottom:25px !important}@media(max-width: 992px){.section-3__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}@media(max-width: 768px){.section-3__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;margin:0 auto}}.section-3__desc{font-weight:400;font-size:26px;margin-bottom:25px !important}@media(max-width: 992px){.section-3__desc{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}@media(max-width: 768px){.section-3__desc{flex:0 0 auto;width:calc(100% - 20px);text-align:center;margin:0 auto}}.section-3__left{display:flex;flex-wrap:wrap;gap:30px;flex:0 0 auto;width:calc(66.6666666667% - 20px)}@media(max-width: 992px){.section-3__left{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 576px){.section-3__left{justify-content:center}}.section-3__left-item{flex:0 0 auto;width:calc(50% - 20px)}@media(max-width: 576px){.section-3__left-item{flex:0 0 auto;width:calc(100% - 20px)}}.section-3__left-item a{display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:16px;padding-bottom:4px;border-bottom:1px dashed #3284ff;transition:all .3s ease-out;cursor:pointer}.section-3__left-item a:hover{transition:all .3s ease-in;transform:scale(1.05)}.section-3__left-item .number{font-weight:800;font-size:40px;margin-bottom:5px}.section-3__right{flex:0 0 auto;width:calc(33.3333333333% - 20px)}@media(max-width: 992px){.section-3__right{display:none}}.section-4{background:url("/img/section-4.jpg") center center/1920px 100% no-repeat;color:#282828}.section-4__title{margin-bottom:10px !important;flex:0 0 auto;width:calc(41.6666666667% - 20px)}@media(max-width: 992px){.section-4__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}@media(max-width: 768px){.section-4__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;margin:0 auto}}.section-4__subtitle{margin-bottom:40px;flex:0 0 auto;width:calc(41.6666666667% - 20px);margin-bottom:25px !important}@media(max-width: 992px){.section-4__subtitle{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}@media(max-width: 768px){.section-4__subtitle{flex:0 0 auto;width:calc(100% - 20px);text-align:center;margin:0 auto}}.section-4__items{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}@media(max-width: 768px){.section-4__items{justify-content:center}}.section-4__item{flex:0 0 auto;width:calc(25% - 20px)}@media(max-width: 768px){.section-4__item{display:flex;flex-direction:column;flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 576px){.section-4__item{flex:0 0 auto;width:calc(100% - 20px)}}.section-4__item-img{margin-bottom:15px}.section-4__item-img img{border-radius:4px}@media(max-width: 576px){.section-4__item-img img{width:100%}}.section-4__desc{font-weight:500;font-size:20px;margin-bottom:5px}@media(max-width: 1122px){.section-4__desc{font-size:18px}}@media(max-width: 992px){.section-4__desc{font-size:16px}}@media(max-width: 768px){.section-4__desc{text-align:center}}.section-4__subdesc{margin-bottom:20px}@media(max-width: 768px){.section-4__subdesc{text-align:center}}.section-4__form{background:url("/img/bg-f.jpg") center center/cover no-repeat;flex:0 0 auto;width:calc(75% - 20px);color:#fff;box-shadow:0px 10px 30px -20px rgba(0,0,0,.25);border-radius:4px;padding:40px}@media(max-width: 1122px){.section-4__form{flex:0 0 auto;width:calc(83.3333333333% - 20px)}}@media(max-width: 992px){.section-4__form{flex:0 0 auto;width:calc(100% - 20px)}}@media(max-width: 768px){.section-4__form{padding:20px}}.section-4__form form{display:flex;justify-content:space-between}@media(max-width: 768px){.section-4__form form{flex-direction:column}}.section-4__form-info span{font-weight:500;font-size:18px;margin-bottom:5px}@media(max-width: 992px){.section-4__form-info span{font-size:16px}}@media(max-width: 768px){.section-4__form-info{margin:0 auto;display:none}}.section-4__form-info-m{font-size:16px;font-weight:600;text-align:center;margin:0 auto 10px auto}@media(max-width: 768px){.section-4__form-info-m{display:block !important}}.section-4__form--inputs{display:flex;justify-content:space-between}@media(max-width: 992px){.section-4__form--inputs{gap:20px}}@media(max-width: 768px){.section-4__form--inputs{justify-content:center}}.section-4__form--inputs .__input{flex:0 0 auto;width:calc(50% - 20px)}@media(max-width: 576px){.section-4__form--inputs{flex-direction:column}.section-4__form--inputs .__input{width:100%}}.section-5{color:#282828}.section-5__title{margin-bottom:10px}@media(max-width: 992px){.section-5__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}.section-5__subtitle{margin-bottom:40px}@media(max-width: 992px){.section-5__subtitle{flex:0 0 auto;width:calc(100% - 20px);text-align:center;justify-content:center}}.section-5__row{row-gap:60px}@media(max-width: 576px){.section-5__row{justify-content:center}}.section-5__item{display:flex;flex-direction:column;flex:0 0 auto;width:calc(31.6666666667% - 20px);max-height:535px}@media(max-width: 992px){.section-5__item{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}@media(max-width: 992px){.section-5__item{flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 576px){.section-5__item{flex:0 0 auto;width:calc(100% - 20px);padding:0px 10px}}.section-5__item-img{margin-bottom:15px;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:4px}.section-5__item-desc{position:absolute;bottom:0;font-weight:500;font-size:18px;line-height:140%;display:inline-flex;align-items:flex-end;color:#fc0;padding:10px 18px 20px 18px;border-radius:4px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(20, 28, 36) 100%);width:100%;height:100%}.section-5__item-list{margin-bottom:15px}.section-5__item-list ul{display:flex;flex-wrap:wrap;gap:5px}.section-5__item-list li{display:flex;align-items:baseline;font-size:16px;background-color:#e2e2e2;border-radius:2px;padding:4px 12px;color:#282828}.section-5__item-list p{letter-spacing:.03rem;font-weight:400;font-size:13px;line-height:140%}.section-5__item-btns{display:flex;align-items:center;margin-top:auto}.section-5__item-btns .button-min{margin-right:30px;box-shadow:unset}@media(max-width: 576px){.section-5__item-btns .button-min{width:55%}}.section-5__item-btns a img{width:36px;height:36px;margin-right:15px}.section-5__item-btns p{font-weight:400;font-size:14px;line-height:120%;color:#737373}@media(max-width: 992px){.section-5__item-btns p{font-size:12px}}.section-6{background:url("/img/section-6.jpg") center center/1920px no-repeat;color:#282828}.section-6__title{margin-bottom:10px}@media(max-width: 992px){.section-6__title{text-align:center;text-wrap:balance}}.section-6__info{display:inline-flex;background:#fff;border-radius:4px;padding:15px 20px;margin-bottom:40px;font-weight:400;font-size:16px;line-height:140%}.section-6__info img{margin-right:5px}@media(max-width: 992px){.section-6__info{width:100%;font-size:14px;justify-content:center}}.section-6__row{row-gap:50px}.section-6__item-max{display:flex;flex-wrap:wrap;flex:0 0 auto;width:calc(100% - 20px);border-radius:4px;padding:20px;background:#fff;box-shadow:0px 30px 30px -30px rgba(0,0,0,.15)}@media(max-width: 576px){.section-6__item-max{justify-content:center;padding:10px}}.section-6__item-max-left{flex:0 0 auto;width:calc(41.6666666667% - 20px);margin-right:50px}.section-6__item-max-left img{border-radius:10px}@media(max-width: 1122px){.section-6__item-max-left{flex:0 0 auto;width:calc(37.5% - 20px);margin-right:4px}}@media(max-width: 992px){.section-6__item-max-left{flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 768px){.section-6__item-max-left{margin-right:unset;flex:0 0 auto;width:calc(100% - 20px)}}.section-6__item-max-img-max{overflow:hidden;border-radius:4px;margin-bottom:15px}@media(max-width: 576px){.section-6__item-max-img-max{width:100%}}.section-6__item-max-img-min{display:flex;justify-content:space-between;max-width:100%;overflow:hidden;border-radius:4px}.section-6__item-max-img-min img{display:block;width:150px}@media(max-width: 1122px){.section-6__item-max-img-min img{width:100px}}@media(max-width: 576px){.section-6__item-max-img-min{overflow-x:scroll}}.section-6__item-max-right{display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width: 992px){.section-6__item-max-right{flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 768px){.section-6__item-max-right{flex:0 0 auto;width:calc(100% - 20px)}}.section-6__item-max-title{font-weight:700;font-size:20px;line-height:140%;margin-bottom:20px}.section-6__item-max-info div{margin-bottom:20px}.section-6__item-max-info span{display:block;color:#282828;font-weight:700;font-size:16px;line-height:140%;margin-bottom:5px}@media(max-width: 992px){.section-6__item-max-info span{font-size:14px}}.section-6__item-max-info p{font-weight:300;font-size:16px;line-height:140%}@media(max-width: 992px){.section-6__item-max-info p{font-size:14px}}.section-6__item-max-options{display:flex;justify-content:space-between;margin-bottom:20px}@media(max-width: 992px){.section-6__item-max-options{flex-wrap:wrap}}@media(max-width: 576px){.section-6__item-max-options{gap:10px;row-gap:20px}}.section-6__item-max-option{display:flex;align-items:center}.section-6__item-max-option img{margin-right:10px}.section-6__item-max-option span{color:#282828;font-weight:700;font-size:16px;line-height:140%}@media(max-width: 992px){.section-6__item-max-option span{font-size:14px}}.section-6__item-max-option p{font-weight:300;font-size:16px;line-height:140%}@media(max-width: 992px){.section-6__item-max-option p{font-size:12px}}.section-6__item-max-buttons{display:flex;flex-wrap:wrap;gap:20px}@media(max-width: 576px){.section-6__item-max-buttons .__button-max{width:100%}}.section-6__item-max-mess{display:flex;align-items:center}.section-6__item-max-mess a:not(:last-child){margin-right:10px}.section-6__item-max-mess p{color:#737373;font-weight:400;font-size:12px;line-height:120%}.section-6__items-min{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 768px){.section-6__items-min{justify-content:center}}.section-6__item{flex:0 0 auto;width:calc(50% - 20px)}@media(max-width: 768px){.section-6__item{flex:0 0 auto;width:calc(100% - 20px);margin-bottom:20px}}.section-6__item-img{margin-bottom:10px;margin-right:30px;overflow:hidden;border-radius:4px}@media(max-width: 768px){.section-6__item-img{margin-right:unset}}.section-6__item-text span{display:block;font-weight:700;font-size:20px;line-height:140%;margin-bottom:10px}.section-6__item-text p{font-weight:300;font-size:16px;line-height:140%;margin-bottom:10px}.section-6__item-text p:last-child{margin-bottom:20px}.section-6__item-buttons{display:flex;flex-wrap:wrap;gap:15px}.section-6__item-buttons p{font-size:12px}.section-7{background-color:#282828}.section-7__title{flex:0 0 auto;width:calc(58.3333333333% - 20px);margin-bottom:10px}@media(max-width: 1122px){.section-7__title{flex:0 0 auto;width:calc(83.3333333333% - 20px)}}@media(max-width: 992px){.section-7__title{flex:0 0 auto;width:calc(83.3333333333% - 20px);text-align:center;margin:0 auto}}.section-7__subtitle{flex:0 0 auto;width:calc(50% - 20px);text-wrap:balance;margin-bottom:40px}@media(max-width: 1122px){.section-7__subtitle{flex:0 0 auto;width:calc(66.6666666667% - 20px)}}@media(max-width: 992px){.section-7__subtitle{flex:0 0 auto;width:calc(83.3333333333% - 20px);text-align:center;margin:20px auto}}.section-7__row{row-gap:30px;justify-content:space-between}@media(max-width: 992px){.section-7__row{justify-content:center}}.section-7__item{position:relative;flex:0 0 auto;width:calc(33.3333333333% - 20px)}@media(max-width: 992px){.section-7__item{flex:0 0 auto;width:calc(41.6666666667% - 20px)}}@media(max-width: 576px){.section-7__item{width:90%;display:flex;flex-direction:column;align-items:center}}.section-7__img{position:relative;overflow:hidden;border-radius:4px}.section-7__img img{max-width:100%}.section-7__item-title{position:absolute;bottom:0px;display:flex;font-weight:500;font-size:18px;line-height:140%;align-items:flex-end;color:#fc0;padding:10px 18px 20px 18px;border-radius:4px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(20, 28, 36) 100%);width:100%;height:100%}@media(max-width: 992px){.section-7__item-title{font-size:16px}}@media(max-width: 576px){.section-7__item-title{text-align:center;width:100%;justify-content:center}}.section-7__form{display:flex;background-color:#fafafa;color:#282828;align-items:center;flex:0 0 auto;width:calc(70.8333333333% - 20px);padding:20px;box-shadow:0px 10px 30px -20px rgba(0,0,0,.25);border-radius:5px;margin-top:20px}@media(max-width: 1200px){.section-7__form{flex:0 0 auto;width:calc(83.3333333333% - 20px)}}@media(max-width: 992px){.section-7__form{flex:0 0 auto;width:calc(100% - 20px);justify-content:center;row-gap:20px;flex-wrap:wrap}}.section-7__form-desc{font-weight:500;font-size:18px;line-height:140%;margin-right:30px}@media(max-width: 576px){.section-7__form-desc{text-align:center;margin-right:unset;width:100%}}.section-7__form-online{display:flex;align-items:center;margin-right:20px}.section-7__form-online img{width:55px;height:55px;margin-right:10px}.section-7__form-online span{display:block;font-weight:500;font-size:14px;line-height:140%;margin-right:20px}@media(max-width: 576px){.section-7__form-online{margin-right:unset;width:100%;flex-wrap:wrap;row-gap:10px;justify-content:center}}.section-7__form-mess img{width:36px;height:36px}.section-7__form-buttons{display:flex}@media(max-width: 576px){.section-7__form-buttons{width:100%}.section-7__form-buttons button{width:100%}}.section-8{background:url("/img/section-8.jpg") center center/1920px no-repeat;color:#282828}.section-8__title{margin-bottom:10px}@media(max-width: 992px){.section-8__title{text-align:center}}.section-8__subtitle{margin-bottom:40px}@media(max-width: 992px){.section-8__subtitle{text-align:center}}.section-8__left{flex:0 0 auto;width:calc(75% - 20px)}@media(max-width: 992px){.section-8__left{flex:0 0 auto;width:calc(66.6666666667% - 20px);overflow-x:scroll}}@media(max-width: 768px){.section-8__left{flex:0 0 auto;width:calc(100% - 20px);overflow-x:scroll}}.section-8__left table{width:800px}.section-8__left thead tr th{text-align:start;padding:15px 20px;background:#fc0;color:#41380e;font-weight:700;font-size:18px;line-height:140%;box-shadow:inset 0px 0px 12px rgba(255,255,255,.3);border-radius:5px}.section-8__left thead tr th:nth-child(n+2){text-align:center}.section-8__left tbody tr:nth-child(2n){background:#fff}.section-8__left tbody tr td{font-weight:400;font-size:16px;line-height:140%;padding:15px 20px;border-radius:5px}.section-8__left tbody tr td:nth-child(n+2){text-align:center}.section-8__right{flex:0 0 auto;width:calc(25% - 20px)}@media(max-width: 992px){.section-8__right{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}@media(max-width: 768px){.section-8__right{display:none}}.section-8__form{padding:30px;background:#fff;box-shadow:0px 10px 30px -20px rgba(0,0,0,.25);border-radius:5px}.section-8__form-title{font-weight:500;font-size:18px;line-height:140%;margin-bottom:15px}.section-8__form-online{display:flex;align-items:center;margin-bottom:15px}.section-8__form-online img{margin-right:25px}.section-8__form-online span{display:block}.section-8__form-online-img{position:relative}.section-8__form-online-img .cir-online{position:absolute;bottom:10%;right:35%}.section-8__form-mess{display:flex;justify-content:space-around;margin-bottom:25px}.section-8__form-mess a img{width:36px}.section-8 .__button-min{width:100%}.section-9{color:#282828}.section-9__title{margin-bottom:10px}@media(max-width: 992px){.section-9__title{text-align:center}}.section-9__subtitle{margin-bottom:40px}@media(max-width: 992px){.section-9__subtitle{text-align:center}}.section-9__row{row-gap:30px}.section-9__item{flex:0 0 auto;width:calc(25% - 20px);border-radius:10px;overflow:hidden}@media(max-width: 992px){.section-9__item{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}@media(max-width: 768px){.section-9__item{flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 576px){.section-9__item{flex:0 0 auto;width:calc(100% - 20px)}}.section-9__item img{width:-webkit-fill-available}.section-9__item-text{background:#fc0;color:#41380e;padding:20px 30px;box-shadow:inset 0px 0px 12px rgba(255,255,255,.5)}.section-9__item-text span{display:block;font-weight:700;font-size:16px;line-height:140%;margin-bottom:5px}.section-9__item-text p{font-weight:300;font-size:14px;line-height:140%}.section-10{background-color:#282828}.section-10__title{flex:0 0 auto;width:calc(75% - 20px);text-wrap:balance;margin-bottom:40px}@media(max-width: 992px){.section-10__title{flex:0 0 auto;width:calc(100% - 20px);text-align:center;margin:0 auto 20px auto}}.section-10__row{justify-content:space-between}.section-10__left{display:flex;flex-direction:column;row-gap:20px;flex:0 0 auto;width:calc(50% - 20px)}@media(max-width: 992px){.section-10__left{flex:0 0 auto;width:calc(100% - 20px);flex-direction:row;flex-wrap:wrap;row-gap:40px;gap:20px}}@media(max-width: 576px){.section-10__left{justify-content:center}}.section-10__item{display:flex;flex:0 0 auto;width:calc(100% - 20px);align-items:center}@media(max-width: 992px){.section-10__item{flex:0 0 auto;width:calc(50% - 20px)}}@media(max-width: 768px){.section-10__item{flex:0 0 auto;width:calc(100% - 20px)}}.section-10__item-img{flex:0 0 auto;width:calc(25% - 20px);margin-right:40px}.section-10__item-img img{display:block;-o-object-fit:contain;object-fit:contain;width:120px;height:120px}.section-10__item-text span{display:block;font-weight:700;color:#fc0;font-size:16px;line-height:140%;margin-bottom:10px}@media(max-width: 576px){.section-10__item-text span{font-size:14px}}.section-10__item-text p{font-weight:300;font-size:16px;line-height:140%;text-wrap:balance}@media(max-width: 576px){.section-10__item-text p{font-size:12px}}.section-10__right{flex:0 0 auto;width:calc(41.6666666667% - 20px)}@media(max-width: 992px){.section-10__right{display:none}}.section-10__form{padding:30px;background:#fff;color:#282828;box-shadow:0px 10px 30px -20px rgba(0,0,0,.25);border-radius:10px}.section-10__form-title{font-weight:500;font-size:22px;line-height:140%;text-wrap:balance;text-align:center;margin-bottom:20px}.section-10__form-numb{display:flex;align-items:center;margin-bottom:15px}.section-10__form-numb span{display:block;font-weight:600;font-size:40px;line-height:130%;margin-right:10px}.section-10__form-numb p{font-weight:300;font-size:16px;line-height:140%}.section-10 .__input{margin-bottom:15px}.section-10__form-inputs{display:flex;flex-direction:column;margin-bottom:20px}.section-10__form-inputs .__input{width:100%}.section-10__form-input-point{display:flex;justify-content:space-between;align-items:baseline}.section-10__form-input-point .__input{width:45%}.section-10 .form-arrow{width:27px;height:10px}.section-10 .section-7__form-online{margin-top:20px}@media(max-width: 768px){.section-10 .section-7__form-online{flex-wrap:wrap}}.section-10__form-online-img{position:relative}.section-10__form-online-img .cir-online{position:absolute;bottom:10%;right:20%}footer{color:#282828;margin-top:40px;margin-bottom:100px}.footer__title{margin-bottom:20px}@media(max-width: 992px){.footer__title{text-align:center}}.footer__row{row-gap:20px}.footer__contacts{display:flex;flex-direction:column;row-gap:10px;flex:0 0 auto;width:calc(33.3333333333% - 20px);background:#fff;padding:30px 25px;box-shadow:0px 10px 20px -15px rgba(0,0,0,.25);border-radius:10px}@media(max-width: 992px){.footer__contacts{flex:0 0 auto;width:calc(100% - 20px);flex-direction:row;flex-wrap:wrap}}@media(max-width: 992px){.footer__contacts .section-7__form-online,.footer__contacts .section-7__form-mess{display:none}}.footer__contacts-item{display:flex;width:100%}@media(max-width: 992px){.footer__contacts-item{width:unset}}.footer__contacts-img{margin-right:20px}.footer__contacts-text span{color:#282828;font-weight:700;font-size:16px;line-height:140%;margin-bottom:5px}.footer__contacts-text p{font-weight:300;font-size:16px;line-height:140%}.footer__img{display:flex;flex:0 0 auto;width:calc(16.6666666667% - 20px);flex-direction:column;justify-content:space-between;row-gap:10px}.footer__img img{max-width:160px;border-radius:10px}@media(max-width: 992px){.footer__img{flex-direction:row;flex:0 0 auto;width:calc(100% - 20px);overflow-x:scroll}}.footer__map{flex:0 0 auto;width:calc(50% - 20px);border-radius:10px;box-shadow:0px 10px 20px -15px rgba(0,0,0,.25)}@media(max-width: 992px){.footer__map{flex:0 0 auto;width:calc(100% - 20px)}}.popup__bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:.5s all}.popup__bg.active{opacity:1;pointer-events:all;transition:.5s all;z-index:9999}.popup{max-width:400px;text-align:center;position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%, -50%) scale(0);background:#fff;border-radius:20px;height:420px;padding:25px;transition:.5s all;z-index:99}@media(max-width: 576px){.popup{text-align:center;width:95%;padding:25px 10px}}.popup{color:#001a34}.popup__desc{font-size:22px;margin:20px 0px 5px 0px;font-weight:800}@media(max-width: 576px){.popup__desc{font-size:18px}}.popup__subdesc{font-size:16px;margin-bottom:10px}@media(max-width: 576px){.popup__subdesc{font-size:16px}}.popup__manager-online{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 10px;border-radius:4px;margin:10px 0;background:#dde2e6;color:#001a34}.popup__manager-online-left span,.popup__manager-online-left p{display:block;text-align:left;font-weight:600;font-size:14px}@media(max-width: 576px){.popup__manager-online-left span,.popup__manager-online-left p{font-size:11px}}.popup__manager-online-right{display:flex;align-items:center;gap:10px}.popup__manager-online-right .img-online{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden}.popup__manager-online-right .img-online .cir-online{position:absolute;bottom:10%;right:10%}.popup__manager-online-right p{font-size:10px;text-align:left;font-weight:600}@media(max-width: 576px){.popup__manager-online-right p{font-size:9px;font-weight:600}}.popup.active{transform:translate(-50%, -50%) scale(1);transition:.5s all}.close-popup{position:absolute;width:90px;height:30px;top:10px;right:10px;cursor:pointer}.close-popup img{position:absolute;width:16px;height:16px}.popup label{width:100%;margin-bottom:25px}.popup .label__text{font-size:14px;text-transform:uppercase;font-weight:500;color:#cfd0d3;margin-bottom:5px}.popup input{width:100%}.popup textarea{resize:none;width:100%;height:150px;border:none;outline:none;border-bottom:1px solid #cfd0d3;font-size:18px;padding-top:5px}.popup button{width:100%}.open-popup{cursor:pointer}.reiwes__title{font-size:36px;margin-bottom:30px}.popup__items{width:100%;max-height:700px;overflow-y:scroll}.popup__items span{display:inline-block;font-size:24px;margin-bottom:20px;background:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%);color:#41380e;padding:3px 12px}@media(max-width: 576px){.popup__items span{font-size:18px}}.popup .popup__items-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;width:100%;margin-bottom:30px}.popup__item{width:300px;height:180px;border-radius:4px;overflow:hidden}@media(max-width: 576px){.popup__item{width:100% !important}}.popup__item .youtube{width:300px;height:180px}@media(max-width: 576px){.popup__item .youtube{width:100% !important}}.popup iframe{height:100%}.youtube{background-position:center;background-repeat:no-repeat;position:relative;display:inline-block;overflow:hidden;transition:all .2s ease-out;cursor:pointer}#reiwes{width:80% !important;max-width:80% !important;height:80% !important}@media(max-width: 576px){#reiwes{padding:25px 10px;width:90% !important;max-width:90% !important}}.youtube .play{background:url("/img/icons/youtube-play-btn.png") no-repeat;background-position:0 -50px;background-size:100% auto;position:absolute;height:50px;width:69px;transition:none;top:15px;left:0;right:0;bottom:0;margin:auto}.youtube:hover .play{background-position:0 0}.callback__widget-link{display:flex;align-items:center;gap:10px;width:100%;height:100%;padding:5px 0}.callback__widget-link:not(:last-child){border-bottom:solid 1px rgba(40,40,40,.1843137255)}.callback__widget-link span{font-size:13px;color:#282828}.callback__widget-link img{width:36px;height:36px}@media(max-width: 576px){.wrapper{width:80px;border-radius:50px;height:50px;background:#01d363;box-shadow:0px 3px 3px rgba(0,0,0,.281);display:flex !important;justify-content:space-evenly;align-items:center;z-index:5;position:fixed;bottom:10px;right:-5%;transform:translateX(-50%);animation:pulse2 2s infinite}.item{cursor:pointer}.linee{width:20px;height:3px;background:#c9c6c6;margin-top:3px;border-radius:5px;transition:all .2s}.linee1{width:15px;transform:translateX(5px)}.linee1::before{content:"";display:block;transform:translateX(-5px);width:3px;height:3px;background:#c9c6c6;transition:width .2s ease .1s,transform .2s}.linee3::after{content:"";display:block;transform:translateX(17px);width:0px;height:3px;background:#c9c6c6;transition:width .2s ease .1s}.linee3{width:13px}.gallery{display:grid;grid-template-columns:repeat(3, 5px);grid-auto-rows:5px;grid-gap:4px;transform:translateY(3px)}.dot{border:1px solid #fff;border-radius:50%}.line{position:absolute;width:10px;height:2px;background:#fff;transition:all .2s}.line1{transform:rotate(0deg)}.line2{transform:rotate(90deg)}.nav-items{width:38px;height:38px;background:#f63636;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;cursor:pointer;box-shadow:2px 2px 3px rgba(0,0,0,.212);transform:scale(0)}.nav-items:hover{transform:scale(1.1);transition-timing-function:.1s}.items1{top:-90%;left:-20%}.items2{top:-90%;left:5%;transition-delay:.1s}.items3{top:-90%;left:30%;transition-delay:.2s}.items4{top:-90%;left:55%;transition-delay:.3s}.box{width:100%;position:absolute;bottom:110%;right:0;height:0px;overflow:hidden;background:#fff;display:grid;grid-gap:10px;transition:height .1s cubic-bezier(0.075, 0.82, 0.165, 1);z-index:0}.box-line:nth-child(even){width:100%}.box-show{width:200px;height:300px;box-shadow:0px 0px 20px rgba(0,0,0,.226);padding:10px;transition-duration:.2s;border-radius:4px}.box-line-show{opacity:1;transition-duration:.1s}.show-menu{transform:scale(1);transition:transform .5s cubic-bezier(0.23, -0.47, 0.58, -0.63)}.menu:hover .linee1{width:10px;transform:translateX(0px)}.menu:hover .linee1::before{width:0px;transform:translateX(0px)}.menu:hover .linee3{width:15px}.menu:hover .linee3::after{content:"";display:block;transform:translateX(17px);width:3px;height:3px;background:#c9c6c6;transition:width .2s ease .1s}.gallery:hover .dot1{animation:jump .4s ease 1}.gallery:hover .dot2{animation:jump .4s ease .1s 1}.gallery:hover .dot3{animation:jump .4s ease .2s 1}.gallery:hover .dot4{animation:jump .4s ease .3s 1}.gallery:hover .dot5{animation:jump .4s ease .4s 1}.gallery:hover .dot6{animation:jump .4s ease .5s 1}@keyframes jump{50%{transform:translateY(-4px);border-color:#757575}100%{transform:translateY(0px);border-color:#777676}}}.section-alert{padding:0}.section-alert__row{display:flex;justify-content:space-between;align-items:center;padding:20px 0px 0px 0px}@media(max-width: 768px){.section-alert__row{justify-content:center}}@media(max-width: 768px){.section-alert{background:#fff;position:relative;z-index:999;text-align:center}}.alert__gps-left{width:45%}@media(max-width: 1122px){.alert__gps-left{width:60%}}@media(max-width: 768px){.alert__gps-left{width:100%}}.alert__gps-center{width:50%}@media(max-width: 1122px){.alert__gps-center{width:30%}}@media(max-width: 768px){.alert__gps-center{width:100%}}.alert__gps-center img{display:block;margin-left:auto}@media(max-width: 768px){.alert__gps-center img{margin:0 auto}}.alert__gps-right{display:none}.alert__gps-title{color:#11263a;font-size:26px;font-style:normal;font-weight:800;line-height:125%;letter-spacing:1.3px;margin-bottom:10px}@media(max-width: 1122px){.alert__gps-title{font-size:22px}}@media(max-width: 768px){.alert__gps-title{font-size:16px}}.alert__gps-title b{color:#fff;padding:2px 6px;font-style:normal;font-weight:400;line-height:125%;border-radius:6px;background:#52b82d;box-shadow:0px 0px 10px 0px rgba(51,192,0,.1)}@media(max-width: 576px){.alert__gps-title b{display:inline-block;margin-top:5px}}.alert__gps-desc{color:#11263a;font-size:16px;font-style:normal;font-weight:400;line-height:125%;letter-spacing:.64px;margin-bottom:25px}@media(max-width: 768px){.alert__gps-desc{font-size:14px}}.alert__gps-btn-open{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:125%;letter-spacing:.64px;padding:6px 12px;border-radius:4px;border:1px solid #ececec;background:#52b82d;margin-right:10px}.alert__gps-btn-open:hover{color:unset}@media(max-width: 576px){.alert__gps-btn-open{font-size:14px}}.alert__gps-btn-close{color:#11263a;font-size:16px;font-style:normal;font-weight:400;line-height:125%;letter-spacing:.64px;padding:6px 12px;border-radius:4px;border:1px solid #ececec;background:#f9f9f9;margin-right:10px}@media(max-width: 576px){.alert__gps-btn-close{font-size:14px}}.iframe-gps{width:100%}.popup__gps-wrapper{max-width:800px;width:800px;padding:0}@media(max-width: 992px){.popup__gps-wrapper{max-width:600px;width:600px;height:800px;border-radius:10px}}@media(max-width: 768px){.popup__gps-wrapper{width:95%;height:50%}}.popup__gps-wrapper #close-btn{top:0px;right:-70px}.popup__gps-wrapper #close-btn .close-popup{background:#ececec;width:36px;height:36px;padding:10px;border-radius:50px}@media(max-width: 768px){.popup__gps-wrapper #close-btn{top:-65px;right:0px}}.body__thk{background:url("/img/bg-f.jpg") center center/cover no-repeat;height:100vh;display:flex;align-items:center;justify-content:center}.thk__container{color:#fff}.thk__container h1{margin-bottom:10px}.thk__container h2{background:#22ad45;padding:3px 12px;margin-bottom:20px;border-radius:5px}.thk__desc{font-size:16px;display:block;margin-bottom:10px}.thk__form{color:#fff;background:#282828;padding:30px;margin-bottom:20px;border-radius:5px}.thk__form ul{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.thk__form ul li{color:#41380e;padding:3px 12px;background:#fc0;border-radius:5px;font-size:14px}@media(max-width: 768px){.thk__form ul{display:flex;flex-direction:column}}.thk__form form{display:flex;flex-wrap:wrap;align-items:center}@media(max-width: 576px){.thk__form form{flex-direction:column}}.thk__form form .__input{width:65%}@media(max-width: 768px){.thk__form form .__input{width:50%}}@media(max-width: 576px){.thk__form form .__input{width:100%;margin-bottom:10px}}.thk__form form button{width:35%}@media(max-width: 768px){.thk__form form button{width:50%}}@media(max-width: 576px){.thk__form form button{width:100%}}.link-return{display:flex;align-items:center;font-size:24px;line-height:100%}.link-return img{display:block;margin-top:4px;margin-left:10px;transition:all .4s ease-in}.link-return:hover img{margin-left:20px;transition:all .4s ease-in}.test{background:#fff;color:#fafafa;border:linear-gradient(85.24deg, #FFCC00 0.91%, #FFCC00 27.75%, #FFCC00 57.25%, #FFD300 102%) 1px solid}/*# sourceMappingURL=main.min.css.map */