@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap);html{-webkit-text-size-adjust:100%;line-height:1.15}main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Alegreya Sans;font-size:25px;font-style:normal;font-weight:400;margin:0;min-height:100vh;overflow-x:hidden}main{overflow:hidden}a,a:hover,a:visited{text-decoration:none}h1,h2,h3,h4,p,ul{font-weight:400;list-style-type:none;margin:0;padding:0}picture{display:-webkit-box;display:-ms-flexbox;display:flex}picture img{max-width:100%}.container{-webkit-box-sizing:content-box;box-sizing:content-box;margin:0 auto;max-width:1420px;padding:0 16px}#app{overflow:hidden}#app .footer__container{width:auto}h1{font-size:80px;font-weight:700;line-height:130%}@media (max-width:998px){h1{font-size:40px;line-height:110%}}h2{font-size:60px;font-weight:700;line-height:130%}@media (max-width:998px){h2{font-size:40px}}h3{font-size:50px;font-weight:700;line-height:120%}@media (max-width:998px){h3{font-size:35px}}h4{font-size:30px;font-weight:700;line-height:130%}@media (max-width:998px){h4{font-size:20px;line-height:130%}}.subtitle{font-size:30px;line-height:120%}@media (max-width:998px){.subtitle{font-size:20px;line-height:120%}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:focus,input[type=number]:hover{-moz-appearance:number-input}.fade-animation{-webkit-animation:fade-animation;animation:fade-animation 2s linear}@-webkit-keyframes fade-animation{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes rot{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rot{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.form .form__error{font-weight:600;margin-top:10px}.form__title{line-height:32px;margin-bottom:8px}.form p,.form__title{color:#000;font-size:14px;font-weight:400}.form p{line-height:120%}.form .form__content a{color:inherit;font-size:inherit;text-decoration:none}.form__input-container{position:relative}.form__email{background:#eef0ed;border:1px solid #ebebeb;border-radius:60px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:25px;height:70px;line-height:120%;outline:0;padding:0 25px;text-align:center;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:100%}.form__email::-webkit-input-placeholder{opacity:.5}.form__email::-moz-placeholder{opacity:.5}.form__email:-ms-input-placeholder{opacity:.5}.form__email::-ms-input-placeholder{opacity:.5}.form__email::placeholder{opacity:.5}.form__email:hover{background:#f8fcf7}.form__email:focus,.form__email:hover{border:1px solid #dfdfdf;-webkit-box-shadow:0 0 18px hsla(0,0%,42%,.15);box-shadow:0 0 18px hsla(0,0%,42%,.15)}.form__email:focus{background:#fff}@media (max-width:998px){.form__email{font-size:18px;height:63px;line-height:120%;width:100%}}.form__button{height:70px;margin:15px 0 20px;position:relative;width:100%}@media (max-width:998px){.form__button{height:58px}}@-webkit-keyframes animatedButton{0%{background-position:-3000px}to{background-position:0}}@keyframes animatedButton{0%{background-position:-3000px}to{background-position:0}}.form__button-loader:disabled:is(button){-webkit-animation:animatedButton 60s linear infinite;animation:animatedButton 60s linear infinite;background:repeating-linear-gradient(135deg,#b4e16a,#b4e16a 10px,#71cd4a 0,#71cd4a 20px);background-size:3000%;-webkit-filter:none;filter:none}.form__check-input{opacity:0;position:absolute;z-index:-1}.form__check-box{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__check-input+label:before{background:#eef0ed;border:1px solid #ebebeb;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";cursor:pointer;display:inline-block;height:40px;left:0;position:absolute;top:11px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:40px}.form__check-input:checked+label:before{background:#e4f3dd;background-position:50%;background-repeat:no-repeat;background-size:18px,auto;border:1px solid #b4e16a}.form__content,.form__text{color:#000;font-size:14px;font-weight:300}.form__content a,.form__text a{color:inherit;text-decoration:none}@media (max-width:998px){.form__content,.form__text{text-align:center}.form{padding:0}.form .input-wrap:after{display:none}.form .form__content .form__check,.form .form__content .form__check2,.form .form__content .form__check3{padding-right:0;width:calc(100% - 28px)}}.button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#71cd4a;border:none;border-radius:60px;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:30px;font-weight:500;justify-content:center;line-height:120%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.button:hover{background:#99d92f;-webkit-box-shadow:0 1px 14px rgba(141,197,49,.7);box-shadow:0 1px 14px rgba(141,197,49,.7)}.button:active{background:#2c541b}.button:disabled{background:#71cd4a;opacity:.6}@media (max-width:998px){.button{font-size:20px;height:45px;line-height:120%;width:100%}}.order{overflow:hidden;padding:160px 0 100px}.order .container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;justify-content:space-between;position:relative}.order .container>picture{position:absolute;right:0;top:300px}.order__head{max-width:700px;width:50%}.order__head>picture{margin-top:-100px}.order__col{margin-right:105px;max-width:550px;padding-top:10px;width:50%}.order__title{margin-bottom:5px}.order__text{font-size:40px;line-height:120%;margin-bottom:55px;position:relative}.order__text span{background:#71cd4a;border-radius:10px;bottom:0;color:#fff;font-size:40px;font-weight:700;line-height:70%;padding:4px 15px 12px;position:absolute;right:6px;-webkit-transform:rotate(-1.886deg);-ms-transform:rotate(-1.886deg);transform:rotate(-1.886deg)}.order .timer{margin-bottom:25px}.order .gift{margin-bottom:50px}@media (max-width:1400px){.order .container>picture{display:none}.order__head>picture{margin-top:-30px}.order__col{margin-right:0}.order h3{font-size:40px}.order__text{font-size:34px}.order__text span{font-size:30px;left:280px;right:auto}}@media (max-width:998px){.order{padding:60px 0}.order .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order .container>picture{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:60px;right:0;top:20px}.order__head{max-width:none;width:100%}.order__head>picture{margin:-10px auto 0;max-width:295px}.order__head h3{font-size:35px}.order__col{max-width:none;padding-top:0;width:100%}.order__col h3{font-size:25px}.order__text{font-size:20px;margin-bottom:30px;max-width:290px}.order__text span{bottom:-3px;font-size:20px;left:161px;padding:6px 10px 9px}.order .timer{margin-bottom:40px}.order .gift{margin-bottom:30px}}.y-get2__title{margin:0 0 30px}.y-get2__slider.swiper{background:#eef0ed;border-radius:50px;max-width:100%;overflow:visible}.y-get2__row.swiper-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:space-between;max-width:100%;padding:90px 80px 51px 79px;position:relative;width:auto}.y-get2-bg{bottom:-21px;left:2px;position:absolute}.y-get2__column-mob{display:none}.y-get2__column{-webkit-box-flex:0;background:#eef0ed;-ms-flex:0 0 33.333%;flex:0 0 33.333%;margin:0 0 80px;max-width:384px;position:relative}.y-get2__column:first-child:before{content:"01"}.y-get2__column:first-child:before,.y-get2__column:nth-child(2):before{color:#71cd4a;font-size:150px;font-weight:700;left:-4px;line-height:130%;opacity:.11;position:absolute;top:-64px}.y-get2__column:nth-child(2):before{content:"02"}.y-get2__column:nth-child(3):before{content:"03"}.y-get2__column:nth-child(3):before,.y-get2__column:nth-child(4):before{color:#71cd4a;font-size:150px;font-weight:700;left:-4px;line-height:130%;opacity:.11;position:absolute;top:-64px}.y-get2__column:nth-child(4):before{content:"04"}.y-get2__column:nth-child(5):before{color:#71cd4a;content:"05";font-size:150px;font-weight:700;left:-4px;line-height:130%;opacity:.11;position:absolute;top:-64px}.y-get2__item{padding:50px 0 0 29px}.y-get2__column-title{margin:0 0 10px}.y-get2__column-title span{background:#b4e16a;border-radius:10px;color:#fff;display:inline-block;font-size:30px;line-height:70%;padding:5px 15px 12px;-webkit-transform:rotate(-1.89deg);-ms-transform:rotate(-1.89deg);transform:rotate(-1.89deg)}.y-get2__btn{height:70px;width:312px}.y-get2__nav{display:none}@media (max-width:1400px){.y-get2-bg{bottom:152px;left:auto;right:-5px}.y-get2__row.swiper-wrapper{background:0 0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.y-get2__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:44px auto 50px;max-width:184px}.y-get2__slider.swiper{overflow:hidden;padding:90px 10px 40.26px 30px}.y-get2__column{-webkit-box-flex:0;background:0 0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;max-width:100%}.y-get2__column-desk{display:none}.y-get2__column-mob{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0;max-width:100%}.y-get2__column-mob .y-get2__item{padding:0}.y-get2__column-mob:before{display:none}.y-get2__btn{margin:0 auto}}@media (max-width:998px){.y-get2-bg{bottom:152px;max-width:91px}.y-get2__title{margin:0 0 10px}.y-get2__slider.swiper{border-radius:20px;padding:40px 10px 40.26px}.y-get2__column{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;max-width:100%}.y-get2__column-title{font-size:20px;line-height:130%}.y-get2__column-mob h4{font-size:30px;margin:0 0 30px;padding:0 45px 0 20px}.y-get2__text{font-size:20px;line-height:120%}.y-get2__btn{height:45px;max-width:312px;width:100%}}.swiper-container{overflow:hidden}#app .swiper-pagination{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;opacity:1;pointer-events:painted;position:static}#app .swiper-pagination .swiper-pagination-bullet{background:#71cd4a;background-position:50%;background-repeat:no-repeat;height:8px;opacity:.3;-webkit-transition:.3s;transition:.3s;width:8px}#app .swiper-pagination .swiper-pagination-bullet-active{opacity:1}#app .swiper-button-next:after,#app .swiper-button-prev:after{display:none}#app .swiper-button-prev{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}#app .swiper-button-next,#app .swiper-button-prev{background:#b4e16a;background-position:50%;background-repeat:no-repeat;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;margin:0;min-width:32px;position:static}#app__nav{display:none}@media (max-width:998px){#app__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:162px}}.slider{padding:60px 0 110px}.slider h2{margin-bottom:40px}.slider__body{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;max-width:calc(50vw + 716px);padding-left:20px}.slider__body,.slider__item{-webkit-box-sizing:border-box;box-sizing:border-box}.slider__item{max-width:320px;position:relative}.slider__item picture,.slider__item picture img{width:100%}.slider__item div{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:0 25px 20px;position:absolute;right:0}.slider__item h3{font-size:24px;font-weight:600;line-height:120%}.slider__item p{font-size:16px;font-weight:500;line-height:120%;margin-top:15px}@media (max-width:1200px){.slider__nav{margin-right:20px;min-width:280px}}@media (max-width:998px){.slider{background-position:left 190px;background-repeat:no-repeat;padding:40px 0;position:relative}.slider:before{bottom:-110px;content:url(../img/dec2.png);left:0;position:absolute}.slider:after{content:url(../img/dec1.png);position:absolute;right:0;top:70px}.slider h2{margin-bottom:25px}.slider h2 br{display:none}.slider__body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;max-width:100%;padding:0}.slider__nav{margin:15px auto 0;max-width:288px;min-width:0;width:calc(100% - 40px)}.slider__nav .swiper-button-next,.slider__nav .swiper-button-prev{height:70px;width:70px}.slider__item{max-width:none}.slider__item div{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:0 25px 20px;position:absolute;right:0}.slider__item h3{font-size:24px;font-weight:600;line-height:120%}.slider__item p{font-size:16px;font-weight:500;line-height:120%;margin-top:15px}}.suit__row{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#eef0ed;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:35px 95px 50px;width:auto}.suit__slider{display:none}.suit__column{max-width:293px}.suit__column-img{margin:0 0 10px}.suit__column-title{font-size:30px;font-weight:700;line-height:120%;margin:0 0 10px}.suit__column-title span{font-size:40px}.suit__column-text{font-size:25px;line-height:120%}.suit__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;margin:30px auto 0;max-width:162px}@media (max-width:1200px){.suit__row{display:block}.suit__column-desk{display:none}.suit__slider{display:-webkit-box;display:-ms-flexbox;display:flex}.suit__column{max-width:100%}.suit__item{text-align:center}.suit__column-img{margin:0 0 5px}.suit__column-img img{max-width:32px}.suit__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:998px){.suit__row{padding:30px 45px}.suit__column-title{font-size:20px}.suit__column-title span{font-size:30px}.suit__column-text{font-size:20px;line-height:120%}}@media (max-width:400px){.suit__item{text-align:left}}.intro{padding:100px 0 105px;position:relative}.intro__bg{position:absolute}.intro__bg1{left:25px;top:45px}.intro__bg2{bottom:52.36px;left:calc(50% - 280px)}.intro__bg3{left:-71px;top:44.1%}.intro__img-wrapper{bottom:-105px;max-width:49%;position:absolute;right:0}.intro__img{position:relative;z-index:2}.intro__wrapper{background:#e4f3dd;border-radius:50px;padding:100px 0 124px 90px;position:relative}.intro__body{max-width:607px}.intro__body-text{font-size:50px;line-height:120%;margin:0 0 76px}.intro__body-text span{background:#b4e16a;border-radius:10px;color:#fff;display:inline-block;line-height:70%;padding:5px 15px 10px;-webkit-transform:rotate(-1.89deg);-ms-transform:rotate(-1.89deg);transform:rotate(-1.89deg)}.intro__body-price{font-size:30px;line-height:120%;margin:0 0 50px;max-width:450px}.intro__body-btn{height:70px;width:312px}@media (max-width:1400px){.intro__bg2{bottom:-28px;left:-38px;z-index:3}.intro__body-text{padding:0 20px 0 0}.intro__body-price{max-width:400px}}@media (max-width:998px){.intro{padding:140px 0 40px}.intro__bg1{left:auto;right:18.51px;top:15px}.intro__bg2{max-width:88px}.intro__wrapper{border-radius:20px;padding:20px 20px 302px}.intro__body{max-width:100%}.intro__body-title{margin:0 0 3px;max-width:79%}.intro__body-text{font-size:30px;line-height:120%;margin:0 0 21px;max-width:75%;padding:0}.intro__body-text span{padding:5px 15px 6px;position:relative;z-index:3}.intro__body-price{font-size:20px;line-height:120%;margin:0 0 30px}.intro__body-btn{height:45px;max-width:312px;width:100%}.intro__img-wrapper{bottom:-40px;min-width:320px}}@media (max-width:650px){.intro{padding:93px 0 40px}.intro__img-wrapper{left:0;max-width:100%;min-width:auto}.intro__bg1{max-width:75px}.intro__bg3{display:none}.intro__body-text{max-width:100%}}.gift{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px}.gift img{margin-right:25px;min-width:115px}.gift__text{font-size:23px;line-height:120%}.gift__text span{display:block;text-transform:uppercase}@media (max-width:998px){.gift{padding-left:20px}.gift img{margin-right:20px;min-width:100px}.gift__text{font-size:16px;line-height:120%}}.reviews__head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 39px}.reviews__img{margin:0 30px 0 0}.reviews__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 80px 0 0;max-width:422px}.reviews__title span{background:#b4e16a;border-radius:10px;color:#fff;display:inline-block;font-size:50px;line-height:70%;padding:0 15px 12px;-webkit-transform:rotate(-1.89deg);-ms-transform:rotate(-1.89deg);transform:rotate(-1.89deg)}.reviews__slider{max-width:1420px}.reviews__slide.swiper-slide{background:#eef0ed;border-radius:50px;height:auto}.reviews__slide-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px}.reviews__slide-img{display:none;margin:0 auto 40px}.reviews__slide-title{font-size:30px;font-weight:700;line-height:130%;margin:0 0 10px;padding:0 10px}.reviews__slide-text{font-size:25px;line-height:120%;padding:0 10px}.reviews__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;margin:0 auto;max-width:162px}@media (max-width:1300px){.reviews__img,.reviews__title{margin:0 auto 0 0}}@media (max-width:998px){.reviews__bg{display:none}.reviews__head{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 11px}.reviews__img{margin:0}.reviews__title{font-size:35px;line-height:130%;margin:0}.reviews__title span{font-size:35px;line-height:70%}.reviews__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.reviews__body{background:#eef0ed;border-radius:30px;padding:0 0 28px}.reviews__slide-inner{padding:18px 15px 28px}.reviews__slide-img{margin:0 auto 20px}.reviews__slide-text,.reviews__slide-title{font-size:20px;line-height:120%}}.why{padding:120px 0 92px}.why__row{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.why__column{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px}.why__column-text{font-size:25px;line-height:120%;text-align:center}@media (max-width:998px){.why{padding:40px 0 30px}.why__column{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 20px 30px;text-align:center}.why__column-text{font-size:20px;margin:20px 0 0}}.for{padding:80px 0 60px;position:relative}.for__bg1{position:absolute;right:236px;top:37px}.for__title{margin:0 0 30px}.for__row{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0 -10px}.for__column{-webkit-box-flex:0;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 0 460px;flex:0 0 460px;height:298px;margin:0 0 20px;padding:0 10px;position:relative}.for__column img{position:absolute;right:10px;top:0}.for__column:first-child .for__item{background:#e4f3dd}.for__column:first-child p{max-width:204px}.for__column:nth-child(2) .for__item{background:#ddeff3}.for__column:nth-child(2) p{max-width:222px}.for__column:nth-child(3) .for__item{background:#f3dde9}.for__column:nth-child(3) p{max-width:194px}.for__column:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 700px;flex:0 0 700px}.for__column:nth-child(4) .for__item{background:#f0f3dd}.for__column:nth-child(4) p{max-width:292px}.for__column:nth-child(5){-webkit-box-flex:0;-ms-flex:0 0 700px;flex:0 0 700px}.for__column:nth-child(5) .for__item{background:#dde2f3}.for__column:nth-child(5) h3{max-width:318px}.for__item{border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;height:298px;padding:50px 0 0 60px}@media (max-width:1500px){.for__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.for__column{margin:0 auto 20px}.for__column,.for__column:nth-child(4),.for__column:nth-child(5){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:700px;width:100%}}@media (max-width:998px){.for{padding:40px 0}.for__bg1{display:none}.for__title{margin:0 0 10px}.for__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.for__column{border-radius:20px;height:186px;margin:0 0 16px;max-width:385px;overflow:hidden}.for__column img{max-height:186px}.for__column:first-child p{max-width:123px}.for__column:first-child img{right:-30px}.for__column:nth-child(2) p{max-width:143px}.for__column:nth-child(2) img{right:-10px}.for__column:nth-child(3) p{max-width:120px}.for__column:nth-child(3) img{right:-10px}.for__column:nth-child(4){max-width:385px}.for__column:nth-child(4) p{max-width:160px}.for__column:nth-child(4) img{right:-95px;top:39px}.for__column:nth-child(5){max-width:385px}.for__column:nth-child(5) h3{font-size:30px;max-width:190px}.for__column:nth-child(5) img{right:-115px}.for__column:nth-child(5) .for__item{padding-top:57px}.for__item{border-radius:20px;height:186px;overflow:hidden;padding:27px 0 0 26px;position:relative}.for__column-text{font-size:20px;line-height:120%}}.timer{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eef0ed;border-radius:15px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#303030;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:13px 95px}.timer__head p{font-size:18px;line-height:120%}.timer__head p span{display:block;font-size:22px;font-weight:700;line-height:120%;margin-top:5px}.timer__body p{font-size:18px;line-height:120%}.timer__time{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:46px;font-variant-numeric:tabular-nums;font-weight:700;justify-content:center;line-height:1}@media (max-width:998px){.timer{padding:9px 17px}.timer__head p{font-size:14px}.timer__head p span{font-size:20px}.timer__body p{font-size:14px}.timer__time{font-size:39px}}.form__check-input:checked+label:before{background-image:url(../img/check.svg)}#app .swiper-button-next,#app .swiper-button-prev{background-image:url(../img/arrow.svg)}@media (max-width:998px){.slider,body.no-js .slider,body.no-webp .slider{background-image:url(../img/bg3m.png)}body.webp .slider{background-image:url(../img/bg3m.webp)}}