:root{--light-primary: #ffffff;--dark-primary: #263238;--middle-primary: #fafafa;--accident-primary: #def7e5;--accident-secondary: #92e3a9;--accident-secondary-hover: #7dca93;--font-primary: "Rubik"}*{margin:0;padding:0;box-sizing:border-box;font-size:16px;font-family:Arial,Helvetica,sans-serif;color:var(--dark-primary)}@media(max-width: 594.98px){.section{padding:40px 20px}}@media(min-width: 595px)and (max-width: 797.98px){.section{padding:40px 50px}}@media(min-width: 768px)and (max-width: 991.98px){.section{padding:60px 80px}}@media(min-width: 992px)and (max-width: 1239.98px){.section{padding:80px 110px}}@media(min-width: 1240px){.section{padding:100px 140px}}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background:#c4c4c4 !important}*::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:20px;border:3px solid var(--accident-primary)}html{scrollbar-width:thin;scrollbar-color:var(--accident-primary) #c4c4c4}a.active.focus,a.active:focus,a.focus,a:active.focus,a:active:focus,a:focus,button.active.focus,button.active:focus,button.focus,button:active.focus,button:active:focus,button:focus,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,input.active.focus,input.active:focus,input.focus,input:active.focus,input:active:focus,input:focus,select.active.focus,select.active:focus,select.focus,select:active.focus,select:active:focus,select:focus,textarea.active.focus,textarea.active:focus,textarea.focus,textarea:active.focus,textarea:active:focus,textarea:focus{outline:0 !important;outline-color:rgba(0,0,0,0) !important;outline-width:0 !important;outline-style:none !important;box-shadow:0 0 0 0 rgba(0,123,255,0) !important;text-decoration:none}.overflow{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:rgba(0,0,0,.75);z-index:9999}@media(max-width: 767.99px){.overflow{padding:10px}}.overflow.hide{display:none}.overflow__close{position:absolute;right:20px;top:20px;z-index:555;cursor:pointer}.popup__privacy{display:flex;flex-direction:column;gap:20px;border-radius:2px;overflow-y:scroll;padding:30px;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.15);max-width:650px;height:70%;position:relative}@media(max-width: 767.99px){.popup__privacy{padding:20px;width:100%;height:70%}}.popup__title{text-align:center;font-size:18px}.popup__desc{font-size:14px;font-weight:normal}.popup__close{position:absolute;right:20px;top:20px;z-index:555;cursor:pointer}.popup ol{list-style:decimal;counter-reset:item}.popup ol li{display:block;margin-bottom:10px}.popup ol li::before{content:counters(item, ".") ". ";counter-increment:item}.popup ol li span{font-weight:700;font-size:18px}.form{max-width:500px}@media(max-width: 594.98px){.form{max-width:100%}}@media(min-width: 595px)and (max-width: 767.98px){.form{max-width:100%}}@media(min-width: 768px)and (max-width: 991.98px){.form{max-width:100%}}.form--column{width:100%;display:flex;flex-direction:column;gap:20px;z-index: 999;}.form__label{display:flex;flex-direction:column;gap:10px}.form__checked{display:inline}.form__checked input{margin-right:5px}.form__checked a{text-decoration:underline;cursor:pointer}.form__input{width:100%;padding:20px 15px;border-radius:2px;border:none;background-color:#fff}.form__input--column{flex:1 1 100%;width:100%}.form__input--column.phone-ru,.form__input--column.phone-ru.error{max-width:100%;padding-left:75px}.form__input:focus{outline:1px solid rgba(0,0,0,.15)}.form__btn{padding:20px;font-size:18px;border-radius:2px;border:1px solid rgba(0,0,0,0);font-weight:700;text-align:center;text-decoration:none;background-color:var(--accident-secondary)}.form__btn:hover{background-color:var(--accident-secondary-hover)}.form__btn--column{width:100%}a{text-decoration:none}.content{width:100%;height:auto;background-color:var(--middle-primary)}.header{background-color:var(--middle-primary);display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width: 594.98px){.header{padding:20px 20px}}@media(min-width: 595px)and (max-width: 797.98px){.header{padding:20px 50px}}@media(min-width: 768px)and (max-width: 991.98px){.header{padding:20px 80px}}@media(min-width: 992px)and (max-width: 1239.98px){.header{padding:20px 110px}}@media(min-width: 1240px){.header{padding:20px 140px}}.header__logo{width:200px;height:auto;-o-object-fit:contain;object-fit:contain}.header__mobile-menu{border:none;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center}@media(min-width: 992px){.header__mobile-menu{display:none}}.header__close{position:absolute;top:20px;right:20px;cursor:pointer}@media(min-width: 992px){.header__close{display:none}}.header__list{list-style:none;display:flex;align-items:center;gap:20px}@media(max-width: 991.98px){.header__list{width:80%;height:100vh;background-color:var(--middle-primary);flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;z-index:99999;transition:right .3s ease-in-out}.header__list.hide{right:-80%}}.header__link{cursor:pointer}.header__link:hover{opacity:.75}.promo{display:flex;align-items:flex-start;flex-wrap:wrap;gap:40px;position:relative}.promo__logo{position:relative;z-index:55}.promo__title{max-width:600px;font-weight:300}.promo__title b{font-weight:800}@media(max-width: 594.98px){.promo__title{font-size:18px}.promo__title b{font-size:18px}}@media(min-width: 595px)and (max-width: 767.98px){.promo__title{font-size:28px}.promo__title b{font-size:28px}}@media(min-width: 768px)and (max-width: 991.98px){.promo__title{font-size:28px}.promo__title b{font-size:28px}}@media(min-width: 992px)and (max-width: 1239.98px){.promo__title{font-size:28px}.promo__title b{font-size:28px}}@media(min-width: 1240px)and (max-width: 1479.98px){.promo__title{font-size:28px}.promo__title b{font-size:28px}}@media(min-width: 1480px){.promo__title{font-size:44px}.promo__title b{font-size:44px}}.promo__desc--small{max-width:600px}.promo__desc span{font-size:22px}.promo__desc span b{font-size:22px;font-weight:800}.promo__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.promo__icon{width:60px;height:60px;padding:15px;border-radius:50px;background-color:var(--accident-secondary)}.promo__wrap{width:100%;height:100%;display:flex;flex-direction:column;gap:20px}.promo__wrap--long{flex:1 1 calc(60% - 20px);width:100%;position:relative;z-index:1}@media(max-width: 594.98px){.promo__wrap--long{flex:1 1 calc(100% - 20px);justify-content:center}}@media(min-width: 595px)and (max-width: 767.98px){.promo__wrap--long{flex:1 1 calc(100% - 20px)}}.promo__wrap--short{flex:1 1 calc(40% - 20px);position:relative;z-index:1}@media(max-width: 594.98px){.promo__wrap--short{flex:1 1 calc(100% - 20px)}}@media(min-width: 595px)and (max-width: 767.98px){.promo__wrap--short{flex:1 1 calc(100% - 20px)}}.promo__wrap--fill{flex:1 1 calc(100% - 20px);position:relative;z-index:1}@media(max-width: 594.98px){.promo__wrap--fill{flex-direction:column}}@media(min-width: 595px)and (max-width: 767.98px){.promo__wrap--fill{flex-direction:column}}@media(min-width: 768px)and (max-width: 991.98px){.promo__wrap--fill{height:100px}}@media(min-width: 992px){.promo__wrap--fill{height:200px}}@media(min-width: 1480px){.promo__wrap--fill{height:250px}}.promo__list{display:flex;height:100%;gap:50px}@media(max-width: 467.98px){.promo__list{flex-direction:column}}@media(min-width: 468px)and (max-width: 797.98px){.promo__list{flex-wrap:wrap}}@media(min-width: 768px)and (max-width: 991.98px){.promo__list{gap:20px}}@media(min-width: 992px)and (max-width: 1239.98px){.promo__list{gap:35px}}.promo__item{flex:1 1 calc(33.3333333333% - 50px);width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;gap:10px}@media(max-width: 467.98px){.promo__item{flex:1 1 calc(100% - 50px);justify-content:flex-start}}@media(min-width: 468px)and (max-width: 767.98px){.promo__item{flex:0 0 calc(50% - 50px);justify-content:flex-start}}@media(min-width: 768px)and (max-width: 991.98px){.promo__item:nth-child(3){transform:translateY(0%)}.promo__item:nth-child(2){transform:translateY(50%)}.promo__item:nth-child(1){transform:translateY(100%)}}@media(min-width: 992px)and (max-width: 1239.98px){.promo__item:nth-child(3){transform:translateY(0%)}.promo__item:nth-child(2){transform:translateY(35%)}.promo__item:nth-child(1){transform:translateY(70%)}}@media(min-width: 1240px)and (max-width: 1479.98px){.promo__item:nth-child(3){transform:translateY(0%)}.promo__item:nth-child(2){transform:translateY(35%)}.promo__item:nth-child(1){transform:translateY(70%)}}@media(min-width: 1480px){.promo__item:nth-child(3){transform:translateY(0%)}.promo__item:nth-child(2){transform:translateY(35%)}.promo__item:nth-child(1){transform:translateY(70%)}}.promo__btn{max-width:200px;text-decoration:none;text-align:center;padding:15px;border-radius:2px;border:1px solid var(--accident-secondary);font-weight:700;background-color:var(--accident-secondary);color:var(--dark-primary);margin-top:13%}.promo__btn:hover{background-color:var(--accident-secondary-hover)}.promo__btn--column{width:100%}.promo__bg{position:absolute;left:0;right:0;width:100%;height:100%;z-index:0}@media(min-width: 768px)and (max-width: 991.98px){.promo__bg{bottom:-35%}}@media(min-width: 992px)and (max-width: 1239.98px){.promo__bg{bottom:-25%}}@media(min-width: 1240px)and (max-width: 1479.98px){.promo__bg{bottom:-25%}}@media(min-width: 1480px){.promo__bg{bottom:-25%}}.info{background:url(../img/elem_2.webp) no-repeat center/cover}.info__wrap{display:flex;gap:40px}@media(max-width: 594.98px){.info__wrap{flex-direction:column}}@media(min-width: 595px)and (max-width: 767.98px){.info__wrap{flex-direction:column}}@media(min-width: 768px)and (max-width: 991.98px){.info__wrap{flex-wrap:wrap}}@media(min-width: 992px)and (max-width: 1239.98px){.info__wrap{height:360px}}@media(min-width: 1240px)and (max-width: 1479.98px){.info__wrap{height:400px}}@media(min-width: 1480px){.info__wrap{height:450px}}@media(max-width: 594.98px){.info__img{width:50%;height:auto}}@media(min-width: 595px)and (max-width: 767.98px){.info__img{width:50%;height:auto}}@media(min-width: 768px)and (max-width: 991.98px){.info__img{width:100%;height:auto}}@media(min-width: 992px)and (max-width: 1239.98px){.info__img{width:130px;height:auto}}@media(min-width: 1240px)and (max-width: 1479.98px){.info__img{width:150px;height:auto}}@media(min-width: 1480px){.info__img{width:170px;height:auto}}.info__item{flex:1 1 calc(20% - 50px);width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}@media(max-width: 594.98px){.info__item{flex:1 1 calc(100% - 50px)}}@media(min-width: 595px)and (max-width: 767.98px){.info__item{flex:0 0 calc(50% - 50px)}}@media(min-width: 768px)and (max-width: 991.98px){.info__item{flex:0 0 calc(50% - 50px)}}@media(min-width: 992px)and (max-width: 1239.98px){.info__item{height:230px}.info__item:nth-child(1),.info__item:nth-child(5){transform:translateY(0)}.info__item:nth-child(3){transform:translateY(100%)}.info__item:nth-child(2),.info__item:nth-child(4){transform:translateY(50%)}}@media(min-width: 1240px)and (max-width: 1479.98px){.info__item{height:230px}.info__item:nth-child(1),.info__item:nth-child(5){transform:translateY(0)}.info__item:nth-child(3){transform:translateY(100%)}.info__item:nth-child(2),.info__item:nth-child(4){transform:translateY(50%)}}@media(min-width: 1480px){.info__item{height:230px}.info__item:nth-child(1),.info__item:nth-child(5){transform:translateY(0)}.info__item:nth-child(3){transform:translateY(100%)}.info__item:nth-child(2),.info__item:nth-child(4){transform:translateY(50%)}}.about{display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}@media(max-width: 594.98px){.about{gap:10px}}@media(min-width: 595px)and (max-width: 991.98px){.about{gap:20px}}.about__title{max-width:600px;font-weight:300;text-align:center;margin:0 auto}.about__title b{font-weight:800}@media(max-width: 594.98px){.about__title{font-size:18px}.about__title b{font-size:18px}}@media(min-width: 595px)and (max-width: 767.98px){.about__title{font-size:28px}.about__title b{font-size:28px}}@media(min-width: 768px)and (max-width: 991.98px){.about__title{font-size:28px}.about__title b{font-size:28px}}@media(min-width: 992px)and (max-width: 1239.98px){.about__title{font-size:28px}.about__title b{font-size:28px}}@media(min-width: 1240px)and (max-width: 1479.98px){.about__title{font-size:28px}.about__title b{font-size:28px}}@media(min-width: 1480px){.about__title{font-size:36px}.about__title b{font-size:36px}}.about__wrap{width:100%;height:100%;display:flex;align-items:center;flex-wrap:wrap;gap:20px}.about__wrap--long{flex:1 1 calc(60% - 20px);width:100%;display:flex;flex-direction:column;gap:20px}@media(max-width: 594.98px){.about__wrap--long{flex:1 1 calc(100% - 20px)}}@media(min-width: 595px)and (max-width: 767.98px){.about__wrap--long{flex:1 1 calc(100% - 20px)}}@media(min-width: 768px)and (max-width: 991.98px){.about__wrap--long{flex:1 1 calc(100% - 20px)}}.about__wrap--short{flex:1 1 calc(40% - 20px);width:100%}@media(max-width: 594.98px){.about__wrap--short{flex:1 1 calc(100% - 20px);text-align:center}}@media(min-width: 595px)and (max-width: 767.98px){.about__wrap--short{flex:1 1 calc(100% - 20px);text-align:center}}@media(min-width: 768px)and (max-width: 991.98px){.about__wrap--short{flex:1 1 calc(100% - 20px);text-align:center}}.about__img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px)and (max-width: 991.98px){.about__img{width:50%}}.about__desc{font-size:20px}@media(max-width: 594.98px){.about__desc{font-size:12px}}@media(min-width: 595px)and (max-width: 991.98px){.about__desc{font-size:16px}}@media(min-width: 992px)and (max-width: 1239.98px){.about__desc{font-size:16px}}.about__btn{width:100%;max-width:250px;padding:20px;font-weight:600;text-align:center;border-radius:2px;border:2px solid var(--accident-secondary);margin:0 auto}.about__btn:hover,.about__btn:active,.about__btn:focus{background-color:var(--accident-secondary)}@media(max-width: 594.98px){.about__btn{margin-top:20px}}.reviews__slider{width:100%;height:100%;display:flex;flex-direction:column;gap:40px;background:url(../img/img_9.svg) no-repeat bottom/contain}.reviews__title{max-width:600px;font-weight:300;text-align:center;margin:0 auto}.reviews__title b{font-weight:800}@media(max-width: 594.98px){.reviews__title{font-size:18px}.reviews__title b{font-size:18px}}@media(min-width: 595px)and (max-width: 767.98px){.reviews__title{font-size:28px}.reviews__title b{font-size:28px}}@media(min-width: 768px)and (max-width: 991.98px){.reviews__title{font-size:28px}.reviews__title b{font-size:28px}}@media(min-width: 992px)and (max-width: 1239.98px){.reviews__title{font-size:28px;padding-bottom:100px}.reviews__title b{font-size:28px}}@media(min-width: 1240px)and (max-width: 1479.98px){.reviews__title{padding-bottom:200px;font-size:28px}.reviews__title b{font-size:28px}}@media(min-width: 1480px){.reviews__title{padding-bottom:400px;font-size:36px}.reviews__title b{font-size:36px}}.reviews__slide{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:2px;padding:30px}.reviews__img{width:50px;height:50px;padding:10px;border-radius:4px;background-color:var(--accident-secondary);-o-object-fit:contain;object-fit:contain}.reviews__subtitle{font-size:18px;font-weight:800}.reviews__desc{color:var(--dark-primary)}.reviews__btns{width:100%;display:flex;align-items:center;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%)}.reviews__btn{border:0;background-color:rgba(0,0,0,0);cursor:pointer}.previlege__list{list-style:none;display:flex;flex-wrap:wrap;gap:20px}.previlege__item{width:100%}@media(min-width: 768px){.previlege__item{flex:0 0 calc(50% - 20px)}}@media(min-width: 992px){.previlege__item{flex:1 1 calc(33.3333333333% - 20px)}}.previlege__slide{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:2px;padding:30px}.previlege__img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.previlege__subtitle{font-size:18px;font-weight:800}.previlege__desc{color:var(--dark-primary)}.previlege__desc span{color:var(--accident-secondary);text-decoration:underline}.reg{display:flex;align-items:center;flex-wrap:wrap;gap:20px;background-color:var(--accident-primary)}.reg__wrap{width:100%;height:100%;display:flex;flex-direction:column;gap:20px}.reg__wrap--long{flex:1 1 calc(60% - 20px)}@media(max-width: 594.98px){.reg__wrap--long{flex:1 1 calc(100% - 20px)}}@media(min-width: 595px)and (max-width: 767.98px){.reg__wrap--long{flex:1 1 calc(100% - 20px)}}@media(min-width: 768px)and (max-width: 991.98px){.reg__wrap--long{flex:1 1 calc(100% - 20px)}}.reg__wrap--short{flex:1 1 calc(40% - 20px)}@media(max-width: 594.98px){.reg__wrap--short{flex:1 1 calc(100% - 20px)}}@media(min-width: 595px)and (max-width: 767.98px){.reg__wrap--short{flex:1 1 calc(100% - 20px)}}@media(min-width: 768px)and (max-width: 991.98px){.reg__wrap--short{flex:1 1 calc(100% - 20px)}}.reg__title{max-width:650px;font-weight:200}.reg__title b{font-weight:800}@media(max-width: 594.98px){.reg__title{font-size:22px}.reg__title b{font-size:22px}}@media(min-width: 595px)and (max-width: 767.98px){.reg__title{font-size:36px}.reg__title b{font-size:36px}}@media(min-width: 768px)and (max-width: 991.98px){.reg__title{font-size:36px}.reg__title b{font-size:36px}}@media(min-width: 992px)and (max-width: 1239.98px){.reg__title{font-size:36px}.reg__title b{font-size:36px}}@media(min-width: 1240px)and (max-width: 1479.98px){.reg__title{font-size:40px}.reg__title b{font-size:40px}}@media(min-width: 1480px){.reg__title{font-size:46px}.reg__title b{font-size:46px}}.reg__desc{font-size:20px}@media(max-width: 594.98px){.reg__desc{font-size:16px}}.footer{display:flex;flex-direction:column;align-items:center;gap:20px;background-color:var(--light-primary)}@media(max-width: 594.98px){.footer{padding:40px 20px}}@media(min-width: 595px)and (max-width: 767.98px){.footer{padding:40px 50px}}@media(min-width: 768px)and (max-width: 991.98px){.footer{padding:60px 80px}}@media(min-width: 992px)and (max-width: 1239.98px){.footer{padding:60px 110px}}@media(min-width: 1240px){.footer{padding:60px 140px}}.footer__list{list-style:none;display:flex;flex-wrap:wrap;gap:20px}@media(max-width: 594.98px){.footer__item{flex:1 1 100%;width:100%;text-align:center}}.footer__link{font-size:15px;font-weight:400;cursor:pointer}.footer__link:hover{opacity:.75}.footer__desc{color:rgba(38,50,56,.35);font-size:14px}@media(max-width: 594.98px){.footer__desc{margin-top:10px}}@media(min-width: 595px)and (max-width: 767.98px){.footer__desc{margin-top:20px}}@media(min-width: 768px)and (max-width: 991.98px){.footer__desc{margin-top:20px}}@media(min-width: 992px)and (max-width: 1239.98px){.footer__desc{margin-top:30px}}@media(min-width: 1240px)and (max-width: 1479.98px){.footer__desc{margin-top:30px}}@media(min-width: 1480px){.footer__desc{margin-top:30px}}