@charset "UTF-8";.nav-retail{position:fixed;top:25dvh;right:20px;z-index:4;display:flex;flex-direction:column;align-items:flex-end}@media (max-height: 750px){.nav-retail{top:35dvh}}@media (max-height: 500px){.nav-retail{top:40dvh}}@media (max-height: 450px){.nav-retail{top:45dvh}}@media (max-height: 400px){.nav-retail{top:50dvh}}@media (max-width: 525px){.nav-retail{display:none}}.nav-retail-toggle{background-color:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);will-change:backdrop-filter;border:none;color:#fff;font-size:14px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background .3s;width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:5px}.nav-retail-toggle br{display:none}.nav-retail-toggle:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}.nav-retail-toggle:hover{background-color:#ffffff1a}.nav-retail-toggle:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-retail-sidebar{margin-top:10px;z-index:4;gap:12px;font-size:14px;display:flex;flex-direction:column;align-items:flex-end;max-height:450px;overflow-y:scroll;overflow-x:hidden;padding-right:20px}.nav-retail-sidebar::-webkit-scrollbar{width:2px}.nav-retail-sidebar::-webkit-scrollbar-thumb{background:#2dc7f64d;border-radius:4px}.nav-retail-sidebar::-webkit-scrollbar-track{background:transparent}@media (max-height: 750px){.nav-retail-sidebar{max-height:350px;gap:8px}}@media (max-height: 650px){.nav-retail-sidebar{max-height:300px}}@media (max-height: 550px){.nav-retail-sidebar{max-height:250px}}@media (max-height: 500px){.nav-retail-sidebar{max-height:200px}}@media (max-height: 450px){.nav-retail-sidebar{max-height:150px}}@media (max-height: 400px){.nav-retail-sidebar{max-height:100px}}@media (max-height: 350px){.nav-retail-sidebar{max-height:50px}}@media (max-width: 1024px){.nav-retail-sidebar{font-size:12px}}.nav-retail-sidebar__item{cursor:pointer;padding:8px;position:relative;width:-moz-fit-content;width:fit-content;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);will-change:backdrop-filter;transition:background .3s,color .3s}.nav-retail-sidebar__item br{display:none}.nav-retail-sidebar__item:hover{background:#ffffff1a}.nav-retail-sidebar__item:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-retail-sidebar__item--active{background:#2dc7f614;color:#04bbd3}.nav-retail-sidebar__item--active:after{border-left:16px solid rgba(45,199,246,.08)}.nav-retail-sidebar__item:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}:root{--card-width: 228px;--card-height: 320px;--carousel-radius: 300px;--transition-speed: .5s}.carousel-wrapper{display:flex;flex-direction:column;width:100%;height:100%}.carousel-header{display:flex;gap:54px;width:100%}@media (max-width: 1048px){.carousel-header{gap:30px}}@media (max-width: 960px){.carousel-header{display:block}.carousel-header img{display:none}}.carousel-header h2{font-family:Manrope;font-weight:400;font-size:40px;line-height:1.3;white-space:wrap;letter-spacing:0%}@media (max-width: 960px){.carousel-header h2{font-size:clamp(33px,5.2vw,40px)}}@media (max-width: 830px){.carousel-header h2{text-align:left}}@media (max-width: 605px){.carousel-header h2{text-align:left;font-size:30px}}@media (max-width: 525px){.carousel-header h2{font-size:28px;white-space:wrap}}@media (max-width: 350px){.carousel-header h2{font-size:26px}}.carousel-main{max-width:1040px;margin:0 auto;padding:64px;display:flex;flex-direction:column;gap:88px;overflow:hidden;width:100%;position:relative}@media (max-height: 700px){.carousel-main{gap:64px;padding-top:40px}}@media (max-width: 1440px){.carousel-main{padding:60px 32px 32px;max-width:975px}}@media (max-width: 1200px){.carousel-main{max-width:900px}}@media (max-width: 1024px){.carousel-main{padding:40px 24px 24px;max-width:850px}}@media (max-width: 960px){.carousel-main{max-width:782px;gap:64px}}@media (max-width: 768px){.carousel-main{padding-top:32px}}@media (max-width: 680px){.carousel-main{gap:32px}}@media (max-width: 525px){.carousel-main{padding:40px 16px 16px}}.carousel-footer .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px;margin:0 auto}.carousel-footer a{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:inline-block}.carousel-footer a .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px}.carousel-container{position:relative;width:100%;height:500px;perspective:1000px;transform-style:preserve-3d;display:flex;justify-content:center;align-items:center;touch-action:none}.carousel{position:relative;width:var(--carousel-radius);height:var(--carousel-radius);transform-style:preserve-3d;transition:transform 1s ease}.memory-card{position:absolute;width:var(--card-width);height:var(--card-height);left:50%;top:50%;margin-left:calc(var(--card-width) / -2);margin-top:calc(var(--card-height) / -2);transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275)}.card-inner .card-content{display:flex;flex-direction:column;justify-content:center}.memory-card:hover .card-inner{transform:translateZ(20px)}.memory-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:14px;overflow:hidden;box-shadow:0 0 20px #00000080}.card-front{transform-style:preserve-3d;background:#ffffff0a;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.card-back{transform:rotateY(180deg);background:#ffffff0a}.card-content{padding:14px;height:100%;display:flex;flex-direction:column;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;gap:20px}.memory-card-icon{margin:auto}@media (max-height: 700px){.memory-card-icon{width:123px;height:86px}}@media (max-width: 768px){.memory-card-icon{width:123px;height:86px}}@media (max-width: 600px){.memory-card-icon{width:100px;height:70px}}@media (max-width: 500px){.memory-card-icon{width:80px;height:56px}}.memory-card-description{font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;position:relative}.memory-card-description:after{content:"";position:absolute;width:100%;height:.5px;background:#fff;bottom:-10px;left:0}.memory-card-description br{display:none}@media (max-height: 700px){.memory-card-description{font-size:15px}}@media (max-width: 768px){.memory-card-description{font-size:15px}}@media (max-width: 600px){.memory-card-description{font-size:13px}}@media (max-width: 500px){.memory-card-description{font-size:10px}}.memory-card__sub-desc{font-weight:500;font-size:15px;line-height:130%;letter-spacing:0%}.memory-card__sub-desc br{display:none}@media (max-height: 700px){.memory-card__sub-desc{font-size:15px;font-weight:700;line-height:130%}}@media (max-width: 768px){.memory-card__sub-desc{font-size:15px;font-weight:700;line-height:130%}}@media (max-width: 600px){.memory-card__sub-desc{font-size:13px}}@media (max-width: 500px){.memory-card__sub-desc{font-size:10px}}.desc__aibolit{font-weight:500;font-size:15px;display:inline-block;width:100%}@media (max-height: 700px){.desc__aibolit{font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__aibolit{font-weight:700}}.desc__aibolit br{display:none}@media (max-width: 768px){.desc__aibolit{font-size:15px}}@media (max-width: 600px){.desc__aibolit{font-size:13px}}@media (max-width: 500px){.desc__aibolit{font-size:10px}}.sub-desc__aibolit{font-weight:400;display:inline-block;width:100%;font-size:15px;line-height:130%}.sub-desc__aibolit br{display:none}@media (max-height: 700px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 768px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 600px){.sub-desc__aibolit{font-size:13px}}@media (max-width: 500px){.sub-desc__aibolit{font-size:10px}}.desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:500}@media (max-height: 700px){.desc__dvorik{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__dvorik{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__dvorik{font-size:13px}}@media (max-width: 500px){.desc__dvorik{font-size:10px}}.sub-desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 768px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 600px){.sub-desc__dvorik{font-size:13px}}@media (max-width: 500px){.sub-desc__dvorik{font-size:10px}}.desc__talan{display:inline-block;width:100%;font-size:15px;font-weight:500}@media (max-height: 700px){.desc__talan{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__talan{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__talan{font-size:13px}}@media (max-width: 500px){.desc__talan{font-size:10px}}.sub-desc__talan{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__talan{font-size:15px}}@media (max-width: 768px){.sub-desc__talan{font-size:15px}}@media (max-width: 600px){.sub-desc__talan{font-size:13px}}@media (max-width: 500px){.sub-desc__talan{font-size:10px}}@media (max-width: 768px){:root{--card-width: 203px;--card-height: 300px;--carousel-radius: 250px}.card-content{padding:10px 13px 17px;height:100%}.carousel-container{height:400px}}@media (max-width: 600px){:root{--card-width: 170px;--card-height: 270px;--carousel-radius: 200px}.carousel-container{height:350px}}@media (max-width: 500px){:root{--card-width: 140px;--card-height: 230px;--carousel-radius: 150px}.carousel-container{height:300px}}@media (max-width: 350px){:root{--card-width: 120px;--card-height: 210px;--carousel-radius: 140px}.carousel-container{height:300px}}.section-1c{margin-top:100px}.section-1c .container{max-width:1040px;width:100%;display:flex;flex-direction:column;gap:50px}@media (max-width: 1440px){.section-1c .container{max-width:975px}}@media (max-width: 1200px){.section-1c .container{max-width:900px}}@media (max-width: 1024px){.section-1c .container{max-width:850px;gap:40px}}@media (max-width: 960px){.section-1c .container{max-width:782px}}@media (max-width: 768px){.section-1c .container{gap:32px}}@media (max-width: 525px){.section-1c .container{gap:48px}}@media (max-width: 375px){.section-1c .container{gap:32px}}.section-1c__text{display:flex;flex-direction:column;gap:80px}@media (max-width: 1024px){.section-1c__text{gap:40px}}@media (max-width: 768px){.section-1c__text{gap:32px}}.section-1c__text__image{width:158px;height:77px}@media (max-width: 1024px){.section-1c__text__image{width:132px;height:65px}}@media (max-width: 768px){.section-1c__text__image{width:132px;height:auto}}@media (max-width: 525px){.section-1c__text__image{width:132px;height:auto}}@media (max-width: 426px){.section-1c__text__image{width:103px}}.section-1c__text__info{display:flex;flex-direction:column;gap:24px}@media (max-width: 1024px){.section-1c__text__info{gap:20px}}@media (max-width: 768px){.section-1c__text__info{gap:16px}}.section-1c__text__info__mini{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(18px,2.1vw,24px)}.section-1c__text__info__mini p{font-weight:400}.section-1c__text__info__mini .blue_text{font-weight:400!important}.section-1c__text__info__mini__gray{font-weight:400;font-size:16px;line-height:130%;letter-spacing:0%;color:#ffffffb3;font-size:clamp(14px,1.8vw,16px)}@media (max-width: 525px){.section-1c__text__info__mini__gray{display:none}.section-1c__text__info__mini{font-size:20px}}@media (max-width: 375px){.section-1c__text__info__mini{font-size:18px}}@media (max-width: 350px){.section-1c__text__info__mini{font-size:16px}}.section-1c__text__info__description{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(18px,2.1vw,24px)}.section-1c__text__info__description .blue_text{font-weight:400!important}@media (max-width: 525px){.section-1c__text__info__description{font-size:20px}}@media (max-width: 375px){.section-1c__text__info__description{font-size:18px}}@media (max-width: 350px){.section-1c__text__info__description{font-size:16px}}.section-1c__advantages{background:#ffffff0a;border-radius:14px;border:.5px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(12.0748720169px);backdrop-filter:blur(12.0748720169px);padding:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (max-width: 1024px){.section-1c__advantages{gap:12px;padding:18px}}@media (max-width: 768px){.section-1c__advantages{gap:10px;padding:16px}}@media (max-width: 525px){.section-1c__advantages{gap:12px;padding:24px 12px}}@media (max-width: 475px){.section-1c__advantages{flex-wrap:nowrap;display:grid;grid-template-columns:1fr 1fr}}.section-1c__advantages__item{display:flex;flex-direction:column;gap:22px;align-items:center;max-width:201px}@media (max-width: 1200px){.section-1c__advantages__item{max-width:160px}.section-1c__advantages__item:nth-child(1){order:1}.section-1c__advantages__item:nth-child(2){order:4;max-width:201px}.section-1c__advantages__item:nth-child(3){order:5;max-width:201px}.section-1c__advantages__item:nth-child(4){order:6;max-width:201px}.section-1c__advantages__item:nth-child(5){order:3}.section-1c__advantages__item:nth-child(6){order:2}.section-1c__advantages__item:nth-child(7){order:0}}@media (max-width: 780px){.section-1c__advantages__item{max-width:140px}.section-1c__advantages__item img{width:34px;height:34px}.section-1c__advantages__item:nth-child(2){order:4;max-width:180px}.section-1c__advantages__item:nth-child(3){order:5;max-width:180px}.section-1c__advantages__item:nth-child(4){order:6;max-width:180px}}@media (max-width: 675px){.section-1c__advantages__item{max-width:220px}.section-1c__advantages__item img{width:43px;height:43px}.section-1c__advantages__item:nth-child(2){order:4;max-width:220px}.section-1c__advantages__item:nth-child(3){order:5;max-width:220px}.section-1c__advantages__item:nth-child(4){order:6;max-width:220px}}@media (max-width: 535px){.section-1c__advantages__item{max-width:200px}.section-1c__advantages__item:nth-child(2){order:4;max-width:200px}.section-1c__advantages__item:nth-child(3){order:5;max-width:200px}.section-1c__advantages__item:nth-child(4){order:6;max-width:200px}}@media (max-width: 475px){.section-1c__advantages__item{max-width:100%}.section-1c__advantages__item:nth-child(7){grid-column:1/span 2;max-width:210px;align-self:center;justify-self:center;order:7}}.section-1c__advantages__item__title{font-weight:500;font-size:16px;line-height:160%;letter-spacing:0%;text-align:center}@media (max-width: 780px){.section-1c__advantages__item__title{font-size:14px}}@media (max-width: 675px){.section-1c__advantages__item__title{font-size:16px}}@media (max-width: 375px){.section-1c__advantages__item__title{font-size:14px}}@media (max-width: 350px){.section-1c__advantages__item__title{font-size:12px}}.section-1c__big-swiper{background:#ffffff0a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:14px;padding:48px 34px;width:100%}@media (max-width: 960px){.section-1c__big-swiper{padding:48px 20px}}@media (max-width: 768px){.section-1c__big-swiper{padding:32px 20px}}@media (max-width: 525px){.section-1c__big-swiper{background:#ffffff0a;border:1px solid rgba(255,255,255,.32);padding:32px 20px}}.section-1c__big-swiper__title{display:flex;justify-content:space-between;gap:10px;margin-bottom:48px}@media (max-width: 1024px){.section-1c__big-swiper__title{gap:30px}.section-1c__big-swiper__title img{width:40px;height:40px}}@media (max-width: 768px){.section-1c__big-swiper__title{margin-bottom:32px}.section-1c__big-swiper__title img{display:none}}@media (max-width: 525px){.section-1c__big-swiper__title{margin-bottom:20px}}.section-1c__big-swiper__title h4{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(28px,3.4vw,40px)}@media (max-width: 525px){.section-1c__big-swiper__title h4{font-size:32px}}@media (max-width: 375px){.section-1c__big-swiper__title h4{font-size:28px}}@media (max-width: 350px){.section-1c__big-swiper__title h4{font-size:26px}}@media (max-width: 525px){.section-1c__big-swiper .section-1c__big-swiper__swiper{display:none}}.section-1c__big-swiper .section-1c__big-swiper__swiper .swiper-wrapper{transition-timing-function:ease;width:100%}.section-1c__big-swiper .section-1c__big-swiper__swiper__slide{padding:32px;background:#ffffff0a;cursor:pointer;max-width:409px!important;border-radius:14px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__slide{padding:24px;max-width:349px!important}}.section-1c__big-swiper .section-1c__big-swiper__swiper__title{font-weight:400;font-size:24px;line-height:130%;letter-spacing:0%;margin-bottom:24px;color:#04bbd3}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__title{font-size:18px;margin-bottom:20px}}@media (max-width: 768px){.section-1c__big-swiper .section-1c__big-swiper__swiper__title{margin-bottom:16px}}@media (max-width: 650px){.section-1c__big-swiper .section-1c__big-swiper__swiper__title{font-size:16px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__list{gap:12px;margin-bottom:18px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item{display:flex;gap:12px;font-size:16px;align-items:flex-start;line-height:130%;line-height:26px}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item{gap:9px}}@media (max-width: 768px){.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item{font-size:14px}}@media (max-width: 650px){.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item{font-size:12px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item p{font-weight:400!important}.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item img{margin-top:4px;width:16px;height:16px}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__list__item img{width:12px;height:12px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer{margin-top:auto;display:flex!important;flex-direction:column;justify-content:space-between!important;align-items:flex-start;gap:24px}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer{gap:18px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer--bitrix{display:flex;flex-direction:column;align-items:flex-end}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer--bitrix *{text-align:right}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__days{display:flex;align-items:center;gap:10px;background:#ffffff0f;position:relative;border:none;border-radius:100px;line-height:26px;color:#fff;font-size:14px;font-weight:400;padding:10px 16px;line-height:130%}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__days{font-size:12px;padding:8px 12px;gap:6px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__days img{width:12px;height:12px}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__days img{width:10px;height:10px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__days p{font-weight:400}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__price{font-size:32px;font-weight:500;margin-left:auto;line-height:130%}@media (max-width: 960px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__price{font-size:28px}}@media (max-width: 768px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__price{font-size:24px}}@media (max-width: 650px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__price{font-size:20px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__price span{font-size:14px;opacity:.5}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__order-btn{margin-left:auto;width:155px;padding:10px 24px;gap:10px}@media (max-width: 768px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__order-btn{width:117px;padding:8px 18px;gap:8px;font-size:12px}}.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__order-btn img{width:24px;height:24px}@media (max-width: 768px){.section-1c__big-swiper .section-1c__big-swiper__swiper__footer__order-btn img{width:18px;height:18px}}.section-1c__card{background:#ffffff0a;border:.82px solid rgba(255,255,255,.32);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:40px}@media (max-width: 960px){.section-1c__card{gap:30px;padding:14px}}@media (max-width: 768px){.section-1c__card{gap:20px}}@media (max-width: 600px){.section-1c__card{padding:27px 22px;border:none}}.section-1c__card__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}@media (max-width: 700px){.section-1c__card__top{align-items:center}}@media (max-width: 600px){.section-1c__card__top{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 1024px){.section-1c__card__top__image{width:50%;height:auto}}@media (max-width: 700px){.section-1c__card__top__image{width:70%}}@media (max-width: 650px){.section-1c__card__top__image{width:70%}}@media (max-width: 600px){.section-1c__card__top__image{order:-1;width:100%}}.section-1c__card__top__text{display:flex;flex-direction:column;gap:24px}@media (max-width: 600px){.section-1c__card__top__text{align-items:flex-start}}.section-1c__card__top__text__title{font-weight:400;font-size:28px;line-height:160%;letter-spacing:0%;font-size:clamp(20px,2vw,28px)}@media (max-width: 600px){.section-1c__card__top__text__title{font-size:22px;align-self:flex-start}}@media (max-width: 375px){.section-1c__card__top__text__title{font-size:20px}}@media (max-width: 350px){.section-1c__card__top__text__title{font-size:18px}}.section-1c__card__top__text__list{display:flex;flex-direction:column;gap:12px}@media (max-width: 600px){.section-1c__card__top__text__list{gap:30px}}@media (max-width: 375px){.section-1c__card__top__text__list{gap:20px}}.section-1c__card__top__text__list__item{display:flex;gap:8px;font-weight:400;font-size:20px;line-height:160%;letter-spacing:0%;font-size:clamp(16px,1.4vw,20px)}@media (max-width: 960px){.section-1c__card__top__text__list__item img{width:24px;height:24px}}@media (max-width: 600px){.section-1c__card__top__text__list__item{font-size:18px}.section-1c__card__top__text__list__item img{width:28px;height:28px}}@media (max-width: 375px){.section-1c__card__top__text__list__item{font-size:16px}}@media (max-width: 350px){.section-1c__card__top__text__list__item{font-size:14px}}.section-1c__card__bottom{display:flex;flex-direction:column;gap:24px}.section-1c__card__bottom__title{font-weight:400;font-size:20px;line-height:160%;letter-spacing:0%;font-size:clamp(16px,1.4vw,20px)}@media (max-width: 600px){.section-1c__card__bottom__title{font-size:18px}}@media (max-width: 375px){.section-1c__card__bottom__title{font-size:16px}}@media (max-width: 350px){.section-1c__card__bottom__title{font-size:14px}}.section-1c__card__bottom .button-rounded-blue{margin-left:auto;width:256px;white-space:nowrap;padding:14.5 23px;gap:10px}.section-1c__card__bottom .button-rounded-blue img{width:20px;height:20px}@media (max-width: 600px){.section-1c__card__bottom .button-rounded-blue{margin:0 auto}}@media (max-width: 350px){.section-1c__card__bottom .button-rounded-blue{width:100%;font-size:14px}}#section-1c__big-swiper__swiper-mobile{flex-direction:column;gap:24px;display:none}@media (max-width: 525px){#section-1c__big-swiper__swiper-mobile{display:flex!important;width:100%;height:100%}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper,#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper .swiper-wrapper{width:100%;height:100%}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide{background:#ffffff0a;border-radius:14.2px;padding:16px;display:flex;flex-direction:column;gap:24px}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__title{font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;color:#04bbd3}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__title{font-size:18px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list{display:flex;flex-direction:column;gap:16px}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list{gap:12px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list__item{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:130%;letter-spacing:0%;color:#d3c879}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list__item p{font-weight:400}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list__item img{width:16px;height:16px}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list__item{font-size:14px;gap:9px}}@media (max-width: 350px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__list__item{font-size:12px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer{display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width: 426px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer{flex-direction:column}}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer{gap:16px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__days{padding:8px 12px;background:#ffffff0a;border-radius:100px;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%}@media (max-width: 426px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__days{font-size:12px}}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__days{font-size:10px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__price{font-weight:500;font-size:20px;line-height:130%;letter-spacing:0%;margin:0}@media (max-width: 426px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__price{font-size:22px}}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__swiper__slide__footer__price{font-size:18px}}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__order-btn{width:100%;max-width:274px;padding:14px 35px;font-weight:600;font-size:16px;line-height:130%;letter-spacing:0%;margin:0 auto}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__order-btn img{width:24px;height:24px}@media (max-width: 375px){#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__order-btn{font-size:14px;padding:12px 30px;max-width:80%}#section-1c__big-swiper__swiper-mobile .section-1c__big-swiper__swiper-mobile__order-btn img{width:20px;height:20px}}#section-1c__big-swiper__swiper-mobile .swiper-custom-navigation{display:flex;justify-content:center;align-items:center;padding:0 12px}#section-1c__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;gap:24px}#section-1c__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress .swiper-progress__segment{width:100%;height:6px;background:#04bbd352;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section-1c__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress .swiper-progress__segment.active{width:100%;background:#04bbd3}.section-function{margin-top:100px;position:relative;overflow-x:hidden}.section-function .container{display:flex;gap:100px;flex-direction:column;position:relative;max-width:100%;padding-left:0;padding-right:0}@media (max-width: 1024px){.section-function .container{gap:50px}}@media (max-width: 768px){.section-function .container{gap:40px}}.section-function .container .logo__bg{display:none}.section-function__text{max-width:1040px;width:100%;margin:0 auto;padding:0 64px;display:flex;flex-direction:column;gap:32px}@media (max-width: 1440px){.section-function__text{max-width:975px;padding:0 32px}}@media (max-width: 1200px){.section-function__text{max-width:900px}}@media (max-width: 1024px){.section-function__text{max-width:850px;padding:0 24px;gap:24px}}@media (max-width: 960px){.section-function__text{max-width:782px}}@media (max-width: 525px){.section-function__text{padding:0 16px;gap:16px}}.section-function__text__title{display:flex;justify-content:space-between;gap:10px}@media (max-width: 1024px){.section-function__text__title{gap:30px}}@media (max-width: 830px){.section-function__text__title img{display:none}}.section-function__text__title h2{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(40px,5.2vw,60px)}@media (max-width: 525px){.section-function__text__title h2{font-size:40px}}@media (max-width: 375px){.section-function__text__title h2{font-size:35px}}@media (max-width: 350px){.section-function__text__title h2{font-size:30px}}.section-function__text__subtitle{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(18px,2.1vw,24px)}@media (max-width: 525px){.section-function__text__subtitle{font-size:22px}}@media (max-width: 375px){.section-function__text__subtitle{font-size:20px}}@media (max-width: 350px){.section-function__text__subtitle{font-size:18px}}.section-function__swiper__block{width:100%}@media (max-width: 525px){.section-function__swiper__block{display:none}}.section-function__swiper__block .swiper_section-function__pc{width:100%;margin:0;cursor:pointer}.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{width:100%;height:100%;display:flex;align-items:center;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 960px){.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 780px){.section-function__swiper__block .swiper_section-function__pc .swiper-wrapper{margin-left:24px!important}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:908px!important}.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 760px)/2)}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 700px)/2)!important}}@media (max-width: 960px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 690px)/2)!important}}@media (max-width: 830px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 600px)/2)!important}}@media (max-width: 700px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 500px)/2)!important}}@media (max-width: 630px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide:last-child{margin-right:calc((100vw - 450px)/2)!important}}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:800px!important}}@media (max-width: 960px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:720px!important}}@media (max-width: 830px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:667px!important}}@media (max-width: 755px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:600px!important}}@media (max-width: 700px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:500px!important}}@media (max-width: 630px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide{max-width:450px!important}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card{border-radius:14.2px;display:flex;justify-content:space-between;flex-direction:column;padding:32px;gap:32px;width:100%;max-width:100%;background:#04bbd30a;border:1px solid rgba(4,187,211,.32)}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card{padding:24px;gap:24px}}@media (max-width: 768px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card{padding:20px;gap:18px}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top{display:flex;align-items:center;gap:24px}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top{gap:20px}}@media (max-width: 768px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top{gap:18px}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top__title{font-weight:400;font-size:40px;line-height:130%;letter-spacing:0%;font-size:clamp(24px,3.7vw,40px)}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top img{width:64px;height:64px}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top img{width:54px;height:54px}}@media (max-width: 768px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__top img{width:48px;height:48px}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list{display:flex;flex-direction:column;gap:32px}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list{gap:24px}}@media (max-width: 768px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list{gap:20px}}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list__item{padding-top:32px;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,.1024) 0%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.1024) 100%);border-image-slice:1;font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;font-size:clamp(16px,1.9vw,20px)}.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list__item .blue_text{font-weight:400!important}@media (max-width: 1024px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list__item{padding-top:24px}}@media (max-width: 768px){.section-function__swiper__block .swiper_section-function__pc .swiper-slide .swiper-slide__section-function__card__list__item{padding-top:20px}}.section-function__btns{max-width:1040px;width:100%;margin:0 auto;padding:0 64px}@media (max-width: 1440px){.section-function__btns{max-width:975px;padding:0 32px}}@media (max-width: 1200px){.section-function__btns{max-width:900px}}@media (max-width: 1024px){.section-function__btns{max-width:850px;padding:0 24px}}@media (max-width: 960px){.section-function__btns{max-width:782px}}@media (max-width: 525px){.section-function__btns{padding:0 16px}}.section-function__btns__btn{margin-left:auto;width:274px}@media (max-width: 525px){.section-function__btns__btn{margin:0 auto}}#section-function-swiper{display:flex;flex-direction:column;gap:24px;display:none;padding:0 16px}@media (max-width: 525px){#section-function-swiper{display:flex!important}}#section-function-swiper .swiper{width:100%;height:100%}#section-function-swiper .swiper .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;padding:1px}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile{border-radius:14.2px;border:1px solid rgba(255,255,255,.32);background:#ffffff0a;display:flex;flex-direction:column;gap:16px;padding:24px 16px;justify-content:space-between;height:100%}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top{display:flex;align-items:center;gap:16px}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top img{width:32px;height:32px}@media (max-width: 375px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top img{width:28px;height:28px}}@media (max-width: 350px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top img{width:24px;height:24px}}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top__title{font-weight:400;font-size:24px;line-height:150%;letter-spacing:0%}@media (max-width: 375px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top__title{font-size:22px}}@media (max-width: 350px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__top__title{font-size:20px}}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__list{display:flex;flex-direction:column;gap:16px}#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__list__item{padding-top:16px;font-weight:400;font-size:18px;line-height:130%;letter-spacing:0%;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,.1024) 0%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.1024) 100%);border-image-slice:1}@media (max-width: 375px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__list__item{font-size:16px}}@media (max-width: 350px){#section-function-swiper .swiper .swiper-slide .swiper-slide__section-function__card__mobile__list__item{font-size:14px}}#section-function-swiper .section-function-custom-navigation{display:flex;justify-content:center;align-items:center}#section-function-swiper .section-function-custom-navigation .swiper-progress{display:flex;justify-content:space-between;width:274px}#section-function-swiper .section-function-custom-navigation .swiper-progress .swiper-progress__segment{width:6px;height:6px;background:#04bbd352;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section-function-swiper .section-function-custom-navigation .swiper-progress .swiper-progress__segment.active{width:52px;background:#04bbd3}#section-my-sklad__big-swiper__swiper-mobile{flex-direction:column;gap:24px;display:none}@media (max-width: 525px){#section-my-sklad__big-swiper__swiper-mobile{display:flex!important;width:100%;height:100%}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper,#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper .swiper-wrapper{width:100%;height:100%}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide{background:#ffffff0a;border-radius:14.2px;padding:16px;display:flex;flex-direction:column;gap:24px}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__title{font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;color:#04bbd3}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__title{font-size:18px}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list{display:flex;flex-direction:column;gap:16px}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list{gap:12px}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list__item{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:130%;letter-spacing:0%;color:#d3c879}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list__item p{font-weight:400}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list__item img{width:16px;height:16px}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list__item{font-size:14px;gap:9px}}@media (max-width: 350px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__list__item{font-size:12px}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer{display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer{gap:16px}}@media (max-width: 350px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer{flex-direction:column}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__days{padding:8px 12px;background:#ffffff0a;border-radius:100px;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%;white-space:nowrap}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__days{font-size:10px}}@media (max-width: 350px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__days{font-size:12px}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__price{font-weight:500;font-size:20px;line-height:130%;letter-spacing:0%;margin:0;text-align:right}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__price{font-size:18px}}@media (max-width: 350px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__swiper__slide__footer__price{font-size:20px}}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__order-btn{width:100%;max-width:274px;padding:14px 35px;font-weight:600;font-size:16px;line-height:130%;letter-spacing:0%;margin:0 auto}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__order-btn img{width:24px;height:24px}@media (max-width: 375px){#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__order-btn{font-size:14px;padding:12px 30px;max-width:80%}#section-my-sklad__big-swiper__swiper-mobile .section-my-sklad__big-swiper__swiper-mobile__order-btn img{width:20px;height:20px}}#section-my-sklad__big-swiper__swiper-mobile .swiper-custom-navigation{display:flex;justify-content:center;align-items:center;padding:0 12px}#section-my-sklad__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;width:100%;gap:24px}#section-my-sklad__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress .swiper-progress__segment{width:100%;height:6px;background:#04bbd352;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section-my-sklad__big-swiper__swiper-mobile .swiper-custom-navigation .swiper-progress .swiper-progress__segment.active{width:100%;background:#04bbd3}#section-my-sklad__mini-swiper__swiper-mobile{flex-direction:column;gap:24px;display:none}@media (max-width: 525px){#section-my-sklad__mini-swiper__swiper-mobile{display:flex!important;width:100%;height:100%}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper,#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper .swiper-wrapper{width:100%;height:100%}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide{background:linear-gradient(178.54deg,#72d2e01f 63.95%,#2fa2b31f 120.15%);border-radius:14.2px;padding:16px;display:flex;flex-direction:column;gap:24px}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__title{font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;color:#04bbd3}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__title{font-size:18px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list{display:flex;flex-direction:column;gap:16px}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list{gap:12px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list__item{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:130%;letter-spacing:0%;color:#d3c879}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list__item p{font-weight:400}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list__item img{width:16px;height:16px}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list__item{font-size:14px;gap:9px}}@media (max-width: 350px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__list__item{font-size:12px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer{display:flex;flex-direction:column;gap:12px}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer{gap:8px}}@media (max-width: 350px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer{flex-direction:column}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__days{padding:8px 12px;background:#ffffff0a;border-radius:100px;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__days{font-size:10px}}@media (max-width: 350px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__days{font-size:12px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__mini-price{font-weight:500;font-size:20px;line-height:130%;letter-spacing:0%;margin-left:auto}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__mini-price{font-size:18px}}@media (max-width: 350px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__mini-price{font-size:16px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__price{font-weight:500;font-size:24px;line-height:130%;letter-spacing:0%;margin-left:auto}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__price{font-size:22px}}@media (max-width: 350px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__swiper__slide__footer__price{font-size:20px}}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__order-btn{width:100%;max-width:274px;padding:14px 35px;font-weight:600;font-size:16px;line-height:130%;letter-spacing:0%;margin:0 auto}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__order-btn img{width:24px;height:24px}@media (max-width: 375px){#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__order-btn{font-size:14px;padding:12px 30px;max-width:80%}#section-my-sklad__mini-swiper__swiper-mobile .section-my-sklad__mini-swiper__swiper-mobile__order-btn img{width:20px;height:20px}}#section-my-sklad__mini-swiper__swiper-mobile .mini-swiper-custom-navigation{display:flex;justify-content:center;align-items:center;padding:0 12px}#section-my-sklad__mini-swiper__swiper-mobile .mini-swiper-custom-navigation .swiper-progress{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;gap:24px}#section-my-sklad__mini-swiper__swiper-mobile .mini-swiper-custom-navigation .swiper-progress .swiper-progress__segment{width:100%;height:6px;background:#04bbd352;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section-my-sklad__mini-swiper__swiper-mobile .mini-swiper-custom-navigation .swiper-progress .swiper-progress__segment.active{width:100%;background:#04bbd3}.section-my-sklad{margin-top:100px}.section-my-sklad .container{max-width:1040px;width:100%;display:flex;flex-direction:column;gap:50px}@media (max-width: 1440px){.section-my-sklad .container{max-width:975px}}@media (max-width: 1200px){.section-my-sklad .container{max-width:900px}}@media (max-width: 1024px){.section-my-sklad .container{max-width:850px;gap:40px}}@media (max-width: 960px){.section-my-sklad .container{max-width:782px}}@media (max-width: 768px){.section-my-sklad .container{gap:32px}}@media (max-width: 525px){.section-my-sklad .container{gap:48px}}@media (max-width: 375px){.section-my-sklad .container{gap:32px}}.section-my-sklad__text{display:flex;flex-direction:column;gap:80px}@media (max-width: 1024px){.section-my-sklad__text{gap:40px}}@media (max-width: 768px){.section-my-sklad__text{gap:32px}}.section-my-sklad__text__title{font-size:60px;font-weight:400;line-height:1.3;margin-bottom:40px;font-size:clamp(40px,5.2vw,60px)}@media (max-width: 768px){.section-my-sklad__text__title{margin-bottom:32px}}@media (max-width: 525px){.section-my-sklad__text__title{font-size:40px}}@media (max-width: 375px){.section-my-sklad__text__title{font-size:35px}}@media (max-width: 350px){.section-my-sklad__text__title{font-size:30px}}.section-my-sklad__text__image{width:500px;height:75px}@media (max-width: 1024px){.section-my-sklad__text__image{width:356px;height:53px}}@media (max-width: 768px){.section-my-sklad__text__image{width:300px;height:auto}}@media (max-width: 525px){.section-my-sklad__text__image{width:250px;height:auto}}@media (max-width: 426px){.section-my-sklad__text__image{width:223px}}.section-my-sklad__text__info{display:flex;flex-direction:column;gap:24px}@media (max-width: 1024px){.section-my-sklad__text__info{gap:20px}}@media (max-width: 768px){.section-my-sklad__text__info{gap:16px}}.section-my-sklad__text__info__mini{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(18px,2.1vw,24px)}.section-my-sklad__text__info__mini p{font-weight:400}.section-my-sklad__text__info__mini .blue_text{font-weight:400!important}@media (max-width: 525px){.section-my-sklad__text__info__mini{font-size:20px}}@media (max-width: 375px){.section-my-sklad__text__info__mini{font-size:18px}}@media (max-width: 350px){.section-my-sklad__text__info__mini{font-size:16px}}.section-my-sklad__text__info__description{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0%;font-size:clamp(18px,2.1vw,24px)}.section-my-sklad__text__info__description .blue_text{font-weight:400!important}@media (max-width: 525px){.section-my-sklad__text__info__description{font-size:20px}}@media (max-width: 375px){.section-my-sklad__text__info__description{font-size:18px}}@media (max-width: 350px){.section-my-sklad__text__info__description{font-size:16px}}.section-my-sklad__advantages{background:#ffffff0a;border-radius:14px;border:.5px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(12.0748720169px);backdrop-filter:blur(12.0748720169px);padding:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (max-width: 1024px){.section-my-sklad__advantages{gap:12px;padding:18px}}@media (max-width: 768px){.section-my-sklad__advantages{gap:10px;padding:16px}}@media (max-width: 525px){.section-my-sklad__advantages{gap:12px;padding:24px 12px}}@media (max-width: 475px){.section-my-sklad__advantages{flex-wrap:nowrap;display:grid;grid-template-columns:1fr 1fr}}.section-my-sklad__advantages__item{display:flex;flex-direction:column;gap:22px;align-items:center;max-width:201px}@media (max-width: 1200px){.section-my-sklad__advantages__item{max-width:160px}.section-my-sklad__advantages__item:nth-child(1){order:0}.section-my-sklad__advantages__item:nth-child(2){order:6;max-width:221px}.section-my-sklad__advantages__item:nth-child(3){order:1}.section-my-sklad__advantages__item:nth-child(4){order:4;max-width:221px}.section-my-sklad__advantages__item:nth-child(5){order:2}.section-my-sklad__advantages__item:nth-child(6){order:5;max-width:221px}.section-my-sklad__advantages__item:nth-child(7){order:3}}@media (max-width: 780px){.section-my-sklad__advantages__item{max-width:140px}.section-my-sklad__advantages__item img{width:34px;height:34px}.section-my-sklad__advantages__item:nth-child(2){order:6;max-width:201px}.section-my-sklad__advantages__item:nth-child(4){order:4;max-width:201px}.section-my-sklad__advantages__item:nth-child(6){order:5;max-width:201px}}@media (max-width: 710px){.section-my-sklad__advantages__item{max-width:140px}.section-my-sklad__advantages__item:nth-child(2){order:6;max-width:181px}.section-my-sklad__advantages__item:nth-child(4){order:4;max-width:181px}.section-my-sklad__advantages__item:nth-child(6){order:5;max-width:180px}}@media (max-width: 675px){.section-my-sklad__advantages__item{max-width:220px}.section-my-sklad__advantages__item img{width:43px;height:43px}.section-my-sklad__advantages__item:nth-child(2){order:6;max-width:220px}.section-my-sklad__advantages__item:nth-child(4){order:4;max-width:220px}.section-my-sklad__advantages__item:nth-child(6){order:5;max-width:220px}}@media (max-width: 535px){.section-my-sklad__advantages__item{max-width:200px}.section-my-sklad__advantages__item:nth-child(2){order:6;max-width:200px}.section-my-sklad__advantages__item:nth-child(4){order:4;max-width:200px}.section-my-sklad__advantages__item:nth-child(6){order:5;max-width:200px}}@media (max-width: 475px){.section-my-sklad__advantages__item{max-width:100%}.section-my-sklad__advantages__item:nth-child(2){grid-column:1/span 2;align-self:center;justify-self:center}}.section-my-sklad__advantages__item__title{font-weight:500;font-size:16px;line-height:160%;letter-spacing:0%;text-align:center}@media (max-width: 780px){.section-my-sklad__advantages__item__title{font-size:14px}}@media (max-width: 675px){.section-my-sklad__advantages__item__title{font-size:16px}}@media (max-width: 375px){.section-my-sklad__advantages__item__title{font-size:14px}}@media (max-width: 350px){.section-my-sklad__advantages__item__title{font-size:12px}}.section-my-sklad__big-swiper{background:#ffffff0a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:14px;padding:48px 34px;width:100%}@media (max-width: 960px){.section-my-sklad__big-swiper{padding:48px 20px}}@media (max-width: 768px){.section-my-sklad__big-swiper{padding:32px 20px}}@media (max-width: 525px){.section-my-sklad__big-swiper{background:#ffffff0a;border:1px solid rgba(255,255,255,.32);padding:32px 20px}}.section-my-sklad__big-swiper__title{display:flex;justify-content:space-between;gap:10px;margin-bottom:48px}@media (max-width: 1024px){.section-my-sklad__big-swiper__title{gap:30px}.section-my-sklad__big-swiper__title img{width:40px;height:40px}}@media (max-width: 768px){.section-my-sklad__big-swiper__title{margin-bottom:32px}.section-my-sklad__big-swiper__title img{display:none}}@media (max-width: 525px){.section-my-sklad__big-swiper__title{margin-bottom:20px}}.section-my-sklad__big-swiper__title h4{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(28px,3.4vw,40px)}@media (max-width: 525px){.section-my-sklad__big-swiper__title h4{font-size:32px}}@media (max-width: 375px){.section-my-sklad__big-swiper__title h4{font-size:28px}}@media (max-width: 350px){.section-my-sklad__big-swiper__title h4{font-size:26px}}@media (max-width: 525px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper{display:none}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper .swiper-wrapper{transition-timing-function:ease;width:100%}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__slide{padding:32px;background:#ffffff0a;cursor:pointer;max-width:409px!important;border-radius:14px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__slide{padding:24px;max-width:349px!important}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__title{font-weight:400;font-size:24px;line-height:130%;letter-spacing:0%;margin-bottom:24px;color:#04bbd3}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__title{font-size:18px;margin-bottom:20px}}@media (max-width: 768px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__title{margin-bottom:16px}}@media (max-width: 650px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__title{font-size:16px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list{gap:12px;margin-bottom:18px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item{display:flex;gap:12px;font-size:16px;align-items:flex-start;line-height:130%;line-height:26px}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item{gap:9px}}@media (max-width: 768px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item{font-size:14px}}@media (max-width: 650px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item{font-size:12px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item p{font-weight:400!important}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item img{margin-top:4px;width:16px;height:16px}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__list__item img{width:12px;height:12px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer{margin-top:auto;display:flex!important;flex-direction:column;justify-content:space-between!important;align-items:flex-start;gap:24px}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer{gap:18px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer--bitrix{display:flex;flex-direction:column;align-items:flex-end}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer--bitrix *{text-align:right}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__days{display:flex;align-items:center;gap:10px;background:#ffffff0f;position:relative;border:none;border-radius:100px;line-height:26px;color:#fff;font-size:14px;font-weight:400;padding:10px 16px;line-height:130%}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__days{font-size:12px;padding:8px 12px;gap:6px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__days img{width:12px;height:12px}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__days img{width:10px;height:10px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__days p{font-weight:400}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__price{font-size:32px;font-weight:500;margin-left:auto;line-height:130%}@media (max-width: 960px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__price{font-size:28px}}@media (max-width: 768px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__price{font-size:24px}}@media (max-width: 650px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__price{font-size:20px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__price span{font-size:14px;opacity:.5}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__order-btn{margin-left:auto;width:155px;padding:10px 24px;gap:10px}@media (max-width: 768px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__order-btn{width:117px;padding:8px 18px;gap:8px;font-size:12px}}.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__order-btn img{width:24px;height:24px}@media (max-width: 768px){.section-my-sklad__big-swiper .section-my-sklad__big-swiper__swiper__footer__order-btn img{width:18px;height:18px}}.section-my-sklad__mini-swiper{background:linear-gradient(178.54deg,#2ec7f61f 63.95%,#0065a01f 120.15%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:14px;padding:48px 34px;width:100%}@media (max-width: 960px){.section-my-sklad__mini-swiper{padding:48px 20px}}@media (max-width: 768px){.section-my-sklad__mini-swiper{padding:32px 20px}}@media (max-width: 525px){.section-my-sklad__mini-swiper{border:1px solid rgba(255,255,255,.32);padding:32px 20px}}.section-my-sklad__mini-swiper__title{display:flex;justify-content:space-between;gap:10px;margin-bottom:48px}@media (max-width: 1024px){.section-my-sklad__mini-swiper__title{gap:30px}.section-my-sklad__mini-swiper__title img{width:40px;height:40px}}@media (max-width: 768px){.section-my-sklad__mini-swiper__title{margin-bottom:32px}.section-my-sklad__mini-swiper__title img{display:none}}@media (max-width: 525px){.section-my-sklad__mini-swiper__title{margin-bottom:20px}}.section-my-sklad__mini-swiper__title h4{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(28px,3.4vw,40px)}@media (max-width: 525px){.section-my-sklad__mini-swiper__title h4{font-size:32px}}@media (max-width: 375px){.section-my-sklad__mini-swiper__title h4{font-size:28px}}@media (max-width: 350px){.section-my-sklad__mini-swiper__title h4{font-size:26px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper{width:100%;height:100%}@media (max-width: 525px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper{display:none}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper .swiper-wrapper{transition-timing-function:ease;width:100%;height:100%}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__slide{padding:23px;background:linear-gradient(178.54deg,#04bbd31f 63.95% 120.15%);cursor:pointer;max-width:290px!important;border-radius:14px;display:flex;flex-direction:column}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__title{font-weight:400;font-size:24px;line-height:130%;letter-spacing:0%;margin-bottom:24px;color:#04bbd3}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__title{font-size:18px;margin-bottom:20px}}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__title{margin-bottom:16px}}@media (max-width: 650px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__title{font-size:16px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list{gap:12px;margin-bottom:18px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item{display:flex;gap:12px;font-size:16px;align-items:flex-start;line-height:130%;line-height:26px}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item{gap:9px}}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item{font-size:14px}}@media (max-width: 650px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item{font-size:12px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item p{font-weight:400!important}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item img{margin-top:4px;width:16px;height:16px}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__list__item img{width:12px;height:12px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer{margin-top:auto;display:flex!important;flex-direction:column;justify-content:space-between!important;align-items:flex-start;gap:14px}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer{gap:9px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer--bitrix{display:flex;flex-direction:column;align-items:flex-end}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer--bitrix *{text-align:right}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__mini-price{margin-left:auto;font-weight:500;font-size:20px;line-height:130%;letter-spacing:0%;text-align:right}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__mini-price{font-size:18px}}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__mini-price{font-size:16px}}@media (max-width: 650px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__mini-price{font-size:14px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__price{font-size:28px;font-weight:500;margin-left:auto;line-height:130%}@media (max-width: 960px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__price{font-size:24px}}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__price{font-size:20px}}@media (max-width: 650px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__price{font-size:18px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__price span{font-size:14px;opacity:.5}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__order-btn{margin-left:auto;width:155px;padding:10px 24px;gap:10px}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__order-btn{width:117px;padding:8px 18px;gap:8px;font-size:12px}}.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__order-btn img{width:24px;height:24px}@media (max-width: 768px){.section-my-sklad__mini-swiper .section-my-sklad__mini-swiper__swiper__footer__order-btn img{width:18px;height:18px}}.section-which-system{margin-top:100px}.section-which-system .container{max-width:1040px;width:100%;display:flex;flex-direction:column;gap:50px}@media (max-width: 1440px){.section-which-system .container{max-width:975px}}@media (max-width: 1200px){.section-which-system .container{max-width:900px}}@media (max-width: 1024px){.section-which-system .container{max-width:850px;gap:40px}}@media (max-width: 960px){.section-which-system .container{max-width:782px}}@media (max-width: 768px){.section-which-system .container{gap:32px}}@media (max-width: 525px){.section-which-system .container{gap:48px}}@media (max-width: 375px){.section-which-system .container{gap:32px}}.section-which-system__text{display:flex;flex-direction:column;gap:64px}@media (max-width: 1024px){.section-which-system__text{gap:50px}}@media (max-width: 768px){.section-which-system__text{gap:40px}}@media (max-width: 525px){.section-which-system__text{gap:48px}}@media (max-width: 375px){.section-which-system__text{gap:32px}}.section-which-system__text__title{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(40px,5.2vw,60px)}@media (max-width: 525px){.section-which-system__text__title{font-size:40px}}@media (max-width: 375px){.section-which-system__text__title{font-size:35px}}@media (max-width: 350px){.section-which-system__text__title{font-size:30px}}.section-which-system__text__subtitle{font-weight:400;font-size:28px;line-height:130%;letter-spacing:0%;font-size:clamp(20px,2.6vw,28px)}.section-which-system__text__subtitle .blue_text{font-weight:400!important}@media (max-width: 525px){.section-which-system__text__subtitle .blue_text{font-size:28px}}@media (max-width: 375px){.section-which-system__text__subtitle .blue_text{font-size:26px}}@media (max-width: 350px){.section-which-system__text__subtitle .blue_text{font-size:24px}}@media (max-width: 525px){.section-which-system__text__subtitle{font-size:24px;display:flex;flex-direction:column;gap:48px}}@media (max-width: 375px){.section-which-system__text__subtitle{font-size:22px;gap:32px}}@media (max-width: 350px){.section-which-system__text__subtitle{font-size:20px}}.section-which-system__card{background:#ffffff0a;border:.5px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(12.0748720169px);backdrop-filter:blur(12.0748720169px);border-radius:9.66px;padding:20px 24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}@media (max-width: 1024px){.section-which-system__card{padding:20px;gap:16px}}@media (max-width: 768px){.section-which-system__card{padding:16px;gap:12px}}@media (max-width: 525px){.section-which-system__card{grid-template-columns:1fr;gap:24px;padding:24px;border-radius:14px}}.section-which-system__card__item{display:flex;flex-direction:column;gap:22px;align-items:center;text-align:center}@media (max-width: 1024px){.section-which-system__card__item{gap:16px}}@media (max-width: 768px){.section-which-system__card__item{gap:12px}}@media (max-width: 525px){.section-which-system__card__item{gap:22px}}@media (max-width: 768px){.section-which-system__card__item__icon{width:36px;height:36px}}@media (max-width: 525px){.section-which-system__card__item__icon{width:43px;height:43px}}.section-which-system__card__item__title{font-weight:500;font-size:20px;line-height:160%;letter-spacing:0%;text-align:center;font-size:clamp(12px,1.7vw,20px)}@media (max-width: 525px){.section-which-system__card__item__title{font-size:16px;width:70%}}@media (max-width: 375px){.section-which-system__card__item__title{width:90%;font-size:14px}}.section-which-system__footer{display:flex;flex-direction:column;gap:50px}@media (max-width: 1024px){.section-which-system__footer{gap:40px}}@media (max-width: 768px){.section-which-system__footer{gap:32px}}@media (max-width: 525px){.section-which-system__footer{gap:48px}}@media (max-width: 375px){.section-which-system__footer{gap:32px}}.section-which-system__footer__description{font-weight:400;font-size:28px;line-height:130%;letter-spacing:0%;font-size:clamp(20px,2.6vw,28px)}@media (max-width: 525px){.section-which-system__footer__description{font-size:20px}}@media (max-width: 375px){.section-which-system__footer__description{font-size:18px}}@media (max-width: 350px){.section-which-system__footer__description{font-size:16px}}.section-which-system__footer__button{width:274px;margin-left:auto;padding:14.5 20px;white-space:nowrap}@media (max-width: 525px){.section-which-system__footer__button{margin:0 auto}}.section-without{margin-top:100px;position:relative;overflow-x:hidden}.section-without .container{display:flex;gap:100px;flex-direction:column;position:relative;max-width:100%;padding-left:0;padding-right:0}@media (max-width: 1024px){.section-without .container{gap:50px}}@media (max-width: 768px){.section-without .container{gap:40px}}.section-without .container .logo__bg{display:none}.section-without__title{display:flex;justify-content:space-between;max-width:1040px;width:100%;margin:0 auto;padding:0 64px}@media (max-width: 1440px){.section-without__title{max-width:975px;padding:0 32px}}@media (max-width: 1200px){.section-without__title{max-width:900px}}@media (max-width: 1024px){.section-without__title{max-width:850px;padding:0 24px;gap:30px}}@media (max-width: 960px){.section-without__title{max-width:782px}}@media (max-width: 830px){.section-without__title img{display:none}}@media (max-width: 525px){.section-without__title{padding:0 16px}}.section-without h2{font-size:60px;font-weight:400;line-height:1.3;font-size:clamp(42px,5.2vw,60px)}@media (max-width: 525px){.section-without h2{font-size:40px}.section-without h2 br{display:none}}@media (max-width: 375px){.section-without h2{font-size:35px}}@media (max-width: 350px){.section-without h2{font-size:33px}}.section-without__swiper__block{width:100%}@media (max-width: 525px){.section-without__swiper__block{display:none}}.section-without__swiper__block .swiper_section-without__pc{width:100%;margin:0;cursor:pointer}.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{width:100%;height:100%;display:flex;align-items:center;margin-left:calc((100vw - 920px)/2)!important}@media (max-width: 1200px){.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{margin-left:calc((100vw - 850px)/2)!important}}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{margin-left:calc((100vw - 800px)/2)!important}}@media (max-width: 960px){.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 830px){.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{margin-left:calc((100vw - 750px)/2)!important}}@media (max-width: 780px){.section-without__swiper__block .swiper_section-without__pc .swiper-wrapper{margin-left:24px!important}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:908px!important}.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 760px)/2)}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 700px)/2)!important}}@media (max-width: 960px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 690px)/2)!important}}@media (max-width: 830px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 600px)/2)!important}}@media (max-width: 700px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 500px)/2)!important}}@media (max-width: 630px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide:last-child{margin-right:calc((100vw - 450px)/2)!important}}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:800px!important}}@media (max-width: 960px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:720px!important}}@media (max-width: 830px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:667px!important}}@media (max-width: 755px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:600px!important}}@media (max-width: 700px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:500px!important}}@media (max-width: 630px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide{max-width:450px!important}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card{border:1px solid rgba(211,200,121,.32);border-radius:14.2px;display:flex;justify-content:space-between;flex-direction:column;padding:32px;gap:32px;width:100%;max-width:100%;background:#c5304d26;border:1px solid rgba(197,48,77,.32)}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card{padding:24px;gap:24px}}@media (max-width: 768px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card{padding:20px;gap:18px}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top{display:flex;align-items:center;gap:20px}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top{gap:15px}}@media (max-width: 768px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top{gap:12px}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top__title{font-weight:500;font-size:22px;line-height:130%;letter-spacing:0%;font-size:clamp(18px,2.1vw,22px)}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top img{width:64px;height:64px}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top img{width:54px;height:54px}}@media (max-width: 768px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__top img{width:48px;height:48px}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list{display:flex;flex-direction:column;gap:32px}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list{gap:24px}}@media (max-width: 768px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list{gap:20px}}.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list__item{padding-top:32px;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,.1024) 0%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.1024) 100%);border-image-slice:1;font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;font-size:clamp(16px,1.9vw,20px)}@media (max-width: 1024px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list__item{padding-top:24px}}@media (max-width: 768px){.section-without__swiper__block .swiper_section-without__pc .swiper-slide .swiper-slide__section-without__card__list__item{padding-top:20px}}.section-without__btns{max-width:1040px;width:100%;margin:0 auto;padding:0 64px}@media (max-width: 1440px){.section-without__btns{max-width:975px;padding:0 32px}}@media (max-width: 1200px){.section-without__btns{max-width:900px}}@media (max-width: 1024px){.section-without__btns{max-width:850px;padding:0 24px}}@media (max-width: 960px){.section-without__btns{max-width:782px}}@media (max-width: 525px){.section-without__btns{padding:0 16px}}.section-without__btns__btn{margin-left:auto;width:274px}@media (max-width: 525px){.section-without__btns__btn{margin:0 auto}}#section-without-swiper{display:flex;flex-direction:column;gap:24px;display:none;padding:0 16px}@media (max-width: 525px){#section-without-swiper{display:flex!important}}#section-without-swiper .swiper{width:100%;height:100%}#section-without-swiper .swiper .swiper-slide{width:100%;display:flex;justify-content:center;align-items:center;padding:1px}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile{border-radius:14.2px;border:1px solid rgba(197,48,77,.32);background:#c5304d26;display:flex;flex-direction:column;gap:16px;padding:24px 16px;justify-content:space-between;height:100%}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top{display:flex;flex-direction:column;gap:16px}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top img{width:64px;height:64px}@media (max-width: 375px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top img{width:54px;height:54px}}@media (max-width: 350px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top img{width:48px;height:48px}}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top__title{font-weight:400;font-size:24px;line-height:150%;letter-spacing:0%}@media (max-width: 375px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top__title{font-size:22px}}@media (max-width: 350px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__top__title{font-size:20px}}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__list{display:flex;flex-direction:column;gap:16px}#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__list__item{padding-top:16px;font-weight:400;font-size:20px;line-height:130%;letter-spacing:0%;border-top:1px solid;border-image-source:linear-gradient(90deg,rgba(255,255,255,.1024) 0%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.1024) 100%);border-image-slice:1}@media (max-width: 375px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__list__item{font-size:18px}}@media (max-width: 350px){#section-without-swiper .swiper .swiper-slide .swiper-slide__section-without__card__mobile__list__item{font-size:16px}}#section-without-swiper .section-without-custom-navigation{display:flex;justify-content:center;align-items:center}#section-without-swiper .section-without-custom-navigation .swiper-progress{display:flex;justify-content:space-between;width:274px}#section-without-swiper .section-without-custom-navigation .swiper-progress .swiper-progress__segment{width:6px;height:6px;background:#c5304d52;border-radius:6px;transition:width .3s ease-in-out,background .3s ease-in-out;cursor:pointer}#section-without-swiper .section-without-custom-navigation .swiper-progress .swiper-progress__segment.active{width:52px;background:#ff00328c}.section-form-retail{margin-top:200px}@media (max-width: 850px){.section-form-retail{margin-top:100px}}.section-form-retail .gold_text{font-weight:500!important}.section-form-retail .container{display:flex;flex-direction:row;max-width:1205px;align-items:center}@media (max-width: 1220px){.section-form-retail .container{justify-content:space-between}}.section-form-retail__img{transform:translateY(-105px)}@media (max-width: 1033px){.section-form-retail__img{transform:translateY(-80px)}}@media (max-width: 1024px){.section-form-retail__img{transform:translateY(-110px)}}@media (max-width: 1017px){.section-form-retail__img{transform:translateY(-80px)}}@media (max-width: 960px){.section-form-retail__img{transform:translateY(0);align-self:center;width:500px}}@media (max-width: 850px){.section-form-retail__img{display:none}}.section-form-retail__right{display:flex;flex-direction:column;gap:24px}@media (max-width: 850px){.section-form-retail__right{gap:70px}}.section-form-retail__right__img-container{display:none;position:absolute;right:0;bottom:102px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;z-index:1;pointer-events:none}@media (max-width: 850px){.section-form-retail__right__img-container{display:block}}@media (max-width: 525px){.section-form-retail__right__img-container{bottom:95px}}.section-form-retail__right__img-container__info{position:absolute;top:0;left:-197px;display:flex;flex-direction:column;gap:7px;padding:7px;border-radius:14px;background:#ffffff0f;width:268px;z-index:-1}@media (max-width: 400px){.section-form-retail__right__img-container__info{width:240px;left:-160px}}@media (max-width: 365px){.section-form-retail__right__img-container__info{width:220px;left:-140px}}@media (max-width: 345px){.section-form-retail__right__img-container__info{width:200px;left:-125px}}.section-form-retail__right__img-container__info span{font-weight:400;font-size:14px;line-height:96%;letter-spacing:0%}@media (max-width: 400px){.section-form-retail__right__img-container__info span{font-size:12px}}@media (max-width: 365px){.section-form-retail__right__img-container__info span{font-size:11px}}@media (max-width: 345px){.section-form-retail__right__img-container__info span{font-size:10px}}.section-form-retail__right__img-container__img{width:180px;height:auto}@media (max-width: 525px){.section-form-retail__right__img-container__img{width:190px}}.section-form-retail__right__title{font-weight:400;font-size:40px;line-height:130%;letter-spacing:0%}@media (max-width: 375px){.section-form-retail__right__title{font-size:35px}}@media (max-width: 330px){.section-form-retail__right__title{font-size:33px}}.section-form-retail__right .form{font-size:14px}@media (max-width: 1024px){.section-form-retail__right .form{gap:20px;font-size:12px}}@media (max-width: 960px){.section-form-retail__right .form{font-size:16px}}.section-form-retail__right .form__wrapper{padding:12px}@media (max-width: 426px){.section-form-retail__right .form__wrapper label{font-size:13px}}@media (max-width: 360px){.section-form-retail__right .form__wrapper label{font-size:12px;line-height:15px}}#retail__main{display:flex;flex-direction:column;padding-top:250px}@media (max-width: 990px){#retail__main{padding-top:200px}}@media (max-width: 850px){#retail__main{padding-top:120px}}@media (max-width: 768px){#retail__main{padding-top:100px}}@media (max-width: 525px){#retail__main{padding-top:100px}}#retail__main .blue_text{color:#0000!important;background:#04bbd3;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:600}
