.round-circle{border-radius:50%}.round-full,.catalog .catalog__heading,.btn-accent,.form-search__input{border-radius:9999px}.round-2{border-radius:2px}.round-4{border-radius:4px}.round-8{border-radius:8px}.round-12{border-radius:12px}.round-16{border-radius:16px}.divider-h{background-color:currentColor;border:0;width:100%;min-height:1px;height:1px}.divider-v{display:inline-flex;align-self:stretch;background-color:currentColor;border:0;min-width:1px;width:1px;height:auto}.brd-transparent-1{border:1px solid rgba(0,0,0,0)}.brd-current-1{border:1px solid currentColor}.flex,.catalog .catalog__heading,.btn-accent,.form-search,.phone-list__item,.flex-col,.banner-hero-text,.header,.form-search__button{display:flex}.inline-flex{display:inline-flex}.flex-row-reverse{flex-direction:row-reverse}.flex-col,.banner-hero-text,.header,.form-search__button{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.jc-start{justify-content:flex-start}.jc-center,.banner-hero-text,.btn-accent,.form-search__button{justify-content:center}.jc-end{justify-content:flex-end}.jc-around{justify-content:space-around}.jc-between,.form-search{justify-content:space-between}.jc-evenly{justify-content:space-evenly}.jc-stretch{justify-content:stretch}.jc-normal{justify-content:normal}.ai-start{align-items:flex-start}.ai-center,.catalog .catalog__heading,.btn-accent,.form-search,.form-search__button,.phone-list__item{align-items:center}.ai-end{align-items:flex-end}.ai-stretch{align-items:stretch}.ai-baseline{align-items:baseline}.ai-normal{align-items:normal}.ais-start{align-self:flex-start}.ais-center{align-self:center}.ais-end{align-self:flex-end}.ais-stretch{align-self:stretch}.ais-baseline{align-self:baseline}.ais-auto{align-self:auto}.ais-normal{align-self:normal}.grid{display:grid}.inline-grid{display:inline-grid}.pli-start{place-items:start}.pli-center{place-items:center}.pli-end{place-items:end}.pli-stretch{place-items:stretch}.pli-baseline{place-items:baseline}.pli-normal{place-items:normal}.plc-start{place-content:start}.plc-center{place-content:center}.plc-end{place-content:end}.plc-between{place-content:space-between}.plc-around{place-content:space-around}.plc-evenly{place-content:space-evenly}.plc-stretch{place-content:stretch}.ji-start{justify-items:start}.ji-center{justify-items:center}.ji-end{justify-items:end}.ji-stretch{justify-items:stretch}.ji-baseline{justify-items:baseline}.ji-normal{justify-items:normal}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.grid-cols-4{grid-template-columns:repeat(4, 1fr)}.grid-cols-6{grid-template-columns:repeat(6, 1fr)}.grid-cols-12{grid-template-columns:repeat(12, 1fr)}.grid-rows-2{grid-template-rows:repeat(2, 1fr)}.grid-rows-3{grid-template-rows:repeat(3, 1fr)}.grid-rows-4{grid-template-rows:repeat(4, 1fr)}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-6{grid-column:span 6}.col-span-12{grid-column:span 12}.col-span-full{grid-column:1/-1}.row-span-1{grid-row:span 1}.row-span-2{grid-row:span 2}.row-span-3{grid-row:span 3}.row-span-4{grid-row:span 4}.row-span-full{grid-row:1/-1}.grid-auto-fill{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.grid-auto-fit{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}.anim,.catalog .catalog__heading,.btn-accent,.form-search,.form-search__input,.form-search__button,.phone-list .phone-list__popup img,.phone-list__item a{transition:all .2s ease-in-out}.bg-pos-start{background-position:0}.bg-pos-cen,.bg-cen-100p,.bg-cover{background-position:50%}.bg-no-repeat,.bg-cen-100p,.bg-contain,.bg-cover{background-repeat:no-repeat}.bg-size-cover{background-size:cover}.bg-size-100p,.bg-cen-100p{background-size:100%}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.img-con{object-fit:contain}.img-cov{object-fit:cover}.img-cen{object-position:center}.cur-auto{cursor:auto}.cur-move{cursor:move}.cur-text{cursor:text}.cur-wait{cursor:wait}.cur-help{cursor:help}.cur-def{cursor:default}.cur-point{cursor:pointer}.cur-zoom{cursor:zoom-in}.cur-zoom-out{cursor:zoom-out}.cur-pro{cursor:progress}.cur-cross{cursor:crosshair}.cur-not{cursor:not-allowed}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}.opacity-0{opacity:0}.opacity-0x35{opacity:.35}.opacity-0x5{opacity:.5}.opacity-0x75,.form-search__button:hover{opacity:.75}.opacity-0x95{opacity:.95}.opacity-1{opacity:1}.over-hidden{overflow:hidden}.over-auto{overflow:auto}.over-visible{overflow:visible}.over-x-auto{overflow-x:auto}.over-x-scroll{overflow-x:scroll}.over-x-hidden,.over-y-scroll,.over-y-auto{overflow-x:hidden}.over-y-auto{overflow-y:auto}.over-y-scroll{overflow-y:scroll}.over-y-hidden,.over-x-auto,.over-x-scroll{overflow-y:hidden}.vis-hidden{visibility:hidden}.vis-visible{visibility:visible}.vis-collapse{visibility:collapse}.reflection-v{transform:scale(1, -1)}.reflection-h{transform:scale(-1, 1)}.reflection-vh{transform:scale(-1, -1)}.rotate--45{transform:rotate(-45deg)}.rotate--90{transform:rotate(-90deg)}.aspect-square{aspect-ratio:1/1}.aspect-4x3{aspect-ratio:4/3}.aspect-16x9{aspect-ratio:16/9}.aspect-21x9{aspect-ratio:21/9}.block{display:block}.inl-block{display:inline-block}.hidden{display:none}.hidden-imp{display:none !important}.static{position:static}.relative,.phone-list .phone-list__wrap{position:relative}.absolute,.abs-center-y,.form-search__button,.abs-center-x,.abs-center,.abs-fit,.abs-r,.abs-l,.abs-b-r,.abs-b-l,.abs-b-100p,.abs-b,.abs-t-r,.abs-t-l,.abs-t-100p,.abs-t{position:absolute}.fixed,.fix-center-y,.fix-center-x,.fix-center,.fix-fit,.fix-r,.fix-l,.fix-b-r,.fix-b-l,.fix-b,.fix-t-r,.fix-t-l,.fix-t{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.fix-t,.abs-t,.fix-t-l,.abs-t-l,.fix-t-r,.abs-t-r,.fix-fit,.abs-fit{top:0}.fix-r,.abs-r,.fix-b-r,.abs-b-r,.fix-t-r,.abs-t-r,.fix-fit,.abs-fit{right:0}.fix-b,.abs-b,.fix-b-l,.abs-b-l,.fix-b-r,.abs-b-r,.fix-fit,.abs-fit{bottom:0}.fix-l,.abs-l,.fix-b-l,.abs-b-l,.fix-t-l,.abs-t-l,.fix-fit,.abs-fit{left:0}.abs-t-100p{top:100%}.abs-b-100p{bottom:100%}.abs-center{top:50%;left:50%;transform:translate(-50%, -50%)}.abs-center-x{left:50%;transform:translateX(-50%)}.abs-center-y,.form-search__button{top:50%;transform:translateY(-50%)}.fix-center{top:50%;left:50%;transform:translate(-50%, -50%)}.fix-center-x{left:50%;transform:translateX(-50%)}.fix-center-y{top:50%;transform:translateY(-50%)}.z-ind-background{z-index:-2}.z-ind-backward{z-index:-1}.z-ind-0{z-index:0}.z-ind-1{z-index:1}.z-ind-2{z-index:2}.z-ind-3{z-index:3}.z-ind-select{z-index:var(--z-ind-select)}.z-ind-tooltip{z-index:75}.z-ind-high{z-index:100}.z-ind-overlay{z-index:500}.z-ind-modal{z-index:2000}.maw-content{max-width:var(--max-width)}.maw-full,.full-sz-max{max-width:100%}.miw-narrow{min-width:var(--min-width)}.miw-full{min-width:100%}.w-none,.full-sz-0{width:0}.w-full,.text_cont>h1,.text_cont>h2,.text_cont>h3,.text_cont>h4,.text_cont>h5,.text_cont>h6,.header,.form-search__input,.full-sz{width:100%}.w-auto,.full-sz-auto{width:auto}.w-narrow{width:var(--min-width)}.w-100vw{width:100vw}.mah-full,.full-sz-max{max-height:100%}.h-none,.full-sz-0{height:0}.h-full,.full-sz{height:100%}.h-auto,.full-sz-auto{height:auto}.mih-100vh{min-height:100vh}@supports(min-height: 100dvh){.mih-100vh{min-height:100dvh}}.mah-100vh{max-height:100vh}@supports(max-height: 100dvh){.mah-100vh{max-height:100dvh}}.h-100vh{height:100vh}@supports(height: 100dvh){.h-100vh{height:100dvh}}.cen-by-mar{margin-right:auto;margin-left:auto}.bg-transparent,.form-search__button{background-color:rgba(0,0,0,0)}.bg-current{background-color:currentColor}.bg-black{background-color:var(--col-black)}.bg-white,.header,.header--white,.form-search__input{background-color:var(--col-white)}.fg-current{color:currentColor}.fg-inherit{color:inherit}.fg-black{color:var(--col-black)}.fg-white{color:var(--col-white)}.font-none{font-size:0}.line-h-0{line-height:0}.line-h-0x75{line-height:.75}.line-h-1{line-height:1}.line-h-1x2{line-height:1.2}.line-h-1x3{line-height:1.3}.line-h-1x4{line-height:1.4}.line-h-1x5{line-height:1.5}.line-h-1x6{line-height:1.6}.fw-thin{font-weight:100}.fw-extra-light{font-weight:200}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semi-bold{font-weight:600}.fw-bold{font-weight:700}.fw-extra-bold{font-weight:800}.fw-black{font-weight:900}.text-start{text-align:start}.text-end{text-align:end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-normal{font-style:normal}.font-italic{font-style:italic}.font-oblique{font-style:oblique}.dec-none,.dec-none-hov-und,.dec-und-hov-none:hover{text-decoration:none}.dec-over{text-decoration:overline}.dec-under,.dec-none-hov-und:hover,.dec-und-hov-none{text-decoration:underline}.dec-strike{text-decoration:line-through}.trans-none{text-transform:none}.trans-upper{text-transform:uppercase}.trans-lower{text-transform:lowercase}.trans-cap{text-transform:capitalize}.ow-word{overflow-wrap:break-word}.ow-any{overflow-wrap:anywhere}.wb-all{word-break:break-all}.wb-word{word-break:break-word}.wb-keep{word-break:keep-all}.ws-normal{white-space:normal}.ws-nowrap{white-space:nowrap}.ws-pre{white-space:pre}.ws-pre-wrap{white-space:pre-wrap}.ws-pre-line{white-space:pre-line}.ws-break{white-space:break-spaces}.block{display:block}.hidden{display:none}@keyframes rotating{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes indicator-width{0%{width:0}100%{width:100%}}@keyframes loading{0%{left:0}50%{left:85%}100%{left:0}}@keyframes bg-skeleton{0%{background-position:0 0}100%{background-position:-135% 0}}@keyframes icon-translate{0%{transform:translateY(-0.125rem)}50%{transform:translateY(0.125rem)}100%{transform:translateY(0)}}.header{padding-top:1rem;padding-bottom:1rem;gap:.75rem}@media(max-width: 992px){.header{display:none}}.header-mobile{display:none;position:fixed;top:0;left:0;width:100%;z-index:9999}@media(max-width: 992px){.header-mobile{display:block}}.header--white{padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-grey)}.header .user-bar{justify-content:space-between}.header .main-offer .container{display:flex;align-items:flex-end !important}.header .main-cabinet.main-cabinet_entered{position:absolute;z-index:100;height:fit-content}.header .main-cabinet.main-cabinet_entered::after{display:block}.header .main-cabinet.main-cabinet_enter,.header .main-cabinet.main-cabinet_entered{top:59px;left:7px}.header .search-wrap.fixed .main-cabinet.main-cabinet_enter{top:112px}@media screen and (max-width: 1427px){.header .main-cabinet.main-cabinet_enter,.header .main-cabinet.main-cabinet_entered{left:-25px}}@media screen and (max-width: 1280px){.header .main-cabinet.main-cabinet_enter,.header .main-cabinet.main-cabinet_entered{left:-42px}}.form-search{position:relative;max-width:640px;height:48px;width:100%}.form-search.form-search--hidden{width:48px}.form-search.form-search--hidden .form-search__input{padding:0}.form-search.form-search--hidden .form-search__input::placeholder{color:#fff}.form-search__input{padding-right:2rem;padding-left:2rem;border:1px solid var(--color-grey);font-family:"Montserrat",sans-serif;font-size:1.6rem;font-weight:500;height:100%;padding:4px 48px 4px 20px}.form-search__input::placeholder{color:#a7a7a7}.form-search__input:focus-visible{border:1px solid var(--col-accent)}.form-search__button{right:0;width:48px;height:48px}.user-mobile{padding-top:0.25rem;padding-bottom:0.25rem;background-color:#f2f2f2}.user-mobile .user-bar{justify-content:flex-start;align-items:center}@media screen and (min-width: 0px){.user-mobile .user-bar .user-bar__item{margin-right:20px}.user-mobile .user-bar .user-bar__item img{height:10px}}@media screen and (min-width: 1000px){.user-mobile .user-bar .user-bar__item{margin-right:20px}.user-mobile .user-bar .user-bar__item img{height:30px}}.user-mobile .user-bar .user-bar__item:nth-child(3){margin-left:auto}.user-mobile .user-bar .user-bar__item:last-child{margin:0}.user-mobile .user-bar .user-bar__btn{color:#999}.user-mobile .user-bar .user-bar__btn:hover{color:#999}@media screen and (max-width: 991px){.user-mobile .user-bar .user-bar__item{margin-right:8px}}.phone-list{display:flex;justify-content:flex-end}.phone-list .phone-list__wrap{width:250px}.phone-list__menu{width:100%;display:flex;position:relative;flex-direction:column;padding-top:50px}.phone-list__menu .line-text{display:flex;flex-direction:column;position:relative;margin-bottom:10px}.phone-list__menu .line-text strong{font-family:Montserrat;font-style:normal;font-weight:700;font-size:14px;line-height:17px;color:#a7a7a7}.phone-list__menu .line-text p{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a7a7a7}.phone-list__menu .phone-list__item_main{margin-top:4px}.phone-list__menu .phone-list__item_main,.phone-list__menu .phone-list__item_main p{font-size:15px;font-family:Montserrat;font-style:normal;font-weight:500;transform:translateX(0px);line-height:20px;color:#000}.phone-list__menu .phone-list__item_main span,.phone-list__menu .phone-list__item_main p span{color:rgba(228,56,85,0.6039215686)}.phone-list__wrap:hover .phone-list__menu{display:block}.phone-list__wrap:hover .phone-list__popup img{transform:scale(-1, 1)}.phone-list .phone-list__popup{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:23px;color:#f2f2f2;justify-content:center;text-align:center;display:flex;align-items:center}.phone-list .phone-list__popup img{transform:scale(1, -1);margin-left:.3em}.phone-list .phone-list__popup a{margin:0 15px}.phone-list .phone-list__wrap .phone-list__menu{display:none;position:absolute;z-index:1;top:100%;right:0;border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,.08);background:#fff;padding:16px;min-width:220px;width:100%}.phone-list__item{margin-bottom:7px;gap:8px}.phone-list__item a{font-family:Montserrat;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000}.phone-list__item a:hover{color:var(--col-accent)}.phone-list__item_mode{margin-top:10px;margin-bottom:0}.phone-list__item_mode img{margin-top:4px;margin-bottom:auto}.phone-list__item_mode>span{font-weight:800}.phone-list__item_mode .mode{line-height:1.3em;font-weight:500;color:#999;display:flex;margin-top:5px}.phone-list__item_mode .mode ul{margin-right:5px}.phone-list__item_mode .mode ul li{font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:21px;color:#000}.phone-list__item_mode .mode ul li:last-child{color:#c41230 !important}.phone-list__item a{font-family:Montserrat;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000}.phone-list__item a span{color:#c41230}.phone-list__item p{font-size:14px;line-height:19px;color:#999}.phone-list__item p b{display:block;font-weight:800}.popup-menu-profile .phone-list-wrap{padding:30px 0 30px 49px;background:#fff;border-radius:10px;box-shadow:0px 0px 4px rgba(0,0,0,.08);position:relative;margin:16px 0}.popup-menu-profile .phone-list-wrap::after{content:"";display:block;position:absolute;top:53%;left:0;width:100%;height:1px;background:#e5e5e5}.popup-menu-profile .phone-list-wrap .phone-list__menu:first-child{margin-bottom:61px}.popup-menu-profile .phone-list-wrap .phone-list__menu>span{margin-bottom:15px;display:block;font-weight:500;font-size:16px}.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item img{left:-26px}.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item_mode .mode ul li:last-child{color:inherit}.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item_mode{margin-top:15px}.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item{margin-bottom:5px}.popup-menu-profile .phone-list-wrap .phone-list__menu .phone-list__item a{font-size:14px}@media screen and (max-width: 1280px){.phone-list .phone-list__wrap .phone-list__number .phone-list__popup{font-family:Roboto;font-style:normal;font-weight:600;font-size:20px;line-height:23px;color:#f2f2f2;justify-content:center;text-align:center;display:flex;align-items:center}.phone-list__item_main a{font-size:20px;font-family:Roboto;font-style:normal;font-weight:600;font-size:20px;line-height:23px;color:#f2f2f2}.phone-list__item img{top:3px;left:-33px}}.phone-list .phone-list__wrap .phone-list__number .phone-list__popup span{color:var(--color-secondary)}.another_phone{width:100%}.another_phone.vodafone:before,.another_phone.life:before,.another_phone.kiyvstar:before,.another_phone.vector-phone:before{content:"";width:20px;height:20px;display:flex}.another_phone.vodafone:before{background:url(../images/icons/vodafone.svg) center/contain no-repeat}.another_phone.life:before{background:url(../images/icons/lifecell.png) center/contain no-repeat}.another_phone.kiyvstar:before{background:url(../images/icons/kiyvstar.svg) center/contain no-repeat}.another_phone.vector-phone:before{background:url(../images/icons/phone-black.svg) center/contain no-repeat}.btn-accent{padding-top:0.5rem;padding-bottom:0.5rem;padding-right:2rem;padding-left:2rem;background-color:var(--col-accent);border:none;color:#fff;font-size:14px;font-family:Montserrat;text-transform:uppercase;text-align:center;font-weight:bold;cursor:pointer;height:48px;min-height:48px;gap:1.25rem}.btn-accent:hover{background-color:#88091e}.desktop-video{display:block}@media screen and (max-width: 768px){.desktop-video{display:none}}.mobile-video{display:none}@media screen and (max-width: 768px){.mobile-video{display:block}}.banner-hero{display:flex;flex-direction:column;position:relative;max-width:1920px;width:100%;margin:0 auto}.banner-hero-text{max-width:calc(1430px + 2rem);width:100%;margin:0 auto;padding-top:2rem;padding-bottom:2rem;padding-right:1rem;padding-left:1rem}.banner-hero-text>*{max-width:620px}.banner-hero-text .btn-accent{max-width:280px}.banner-hero-video{background-color:rgba(0,0,0,.25);aspect-ratio:3}@media screen and (max-width: 768px){.banner-hero-video{aspect-ratio:1.17}}.banner-hero-text{position:absolute;z-index:1;right:0;left:0;height:100%;gap:2rem}@media screen and (max-width: 768px){.banner-hero-text{align-items:center;text-align:center;position:relative}}.text-shadow-white{color:#fff}@media screen and (max-width: 768px){.text-shadow-white{color:#000}}.catalog-mobile .catalog{width:auto;margin-right:0;cursor:pointer;display:block !important;position:initial}@media screen and (min-width: 0px){.catalog-mobile .catalog__heading .catalog__head{display:none !important}}@media screen and (min-width: 340px){.catalog-mobile .catalog__heading .catalog__head{display:block !important}}.catalog-mobile .catalog .catalog__heading{line-height:18px;line-height:18px;display:flex;align-items:center;padding-left:3em}.catalog-mobile .catalog .catalog__heading .catalog__head{font-size:14px;line-height:0}.catalog-mobile .catalog .catalog__heading .catalog__gamb{width:24px}.catalog-mobile .catalog .catalog__search{position:absolute;top:0;right:0;width:60px;height:100%;display:flex;align-items:center;justify-content:center}.catalog-mobile .catalog .catalog__search img{width:20px;height:20px}.catalog-mobile{z-index:4}.catalog-mobile,.catalog-mobile .catalog{background-color:var(--col-accent)}.catalog-mobile .catalog .catalog__search{background-color:#cc2c47}.catalog .catalog__heading{padding-top:0.5rem;padding-bottom:0.5rem;padding-right:2rem;padding-left:2rem;background-color:var(--col-accent);border:none;color:#fff;font-size:14px;font-family:Montserrat;text-transform:uppercase;font-weight:bold;cursor:pointer;height:48px;min-height:48px;gap:1.25rem}.search-wrap .catalog__heading:hover{background-color:#88091e}.card-list,.search-list{width:100%;display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:20px}@media screen and (min-width: 480px){.card-list,.search-list{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1023px){.card-list,.search-list{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 1200px){.card-list,.search-list{grid-template-columns:1fr 1fr 1fr 1fr}}.card-list li{background:#fefefe;display:flex;flex-direction:column;height:fit-content;padding:16px;border-radius:10px;gap:8px}.card-list .promocode-heading{color:var(--col-accent)}.card-list .promocode-subheading{font-size:18px;font-weight:500;line-height:1.2}.card-list .promocode-title{font-size:12px;color:var(--color-grey)}.card-list .card-product.card-product_more{padding:0;margin-bottom:0}@media(max-width: 768px){.card-list .card-product.card-product_more{height:150px}}.special-offers__slider.card-list{max-width:100%;display:flex;height:400px;flex-wrap:nowrap;justify-content:inherit;visibility:hidden}.special-offers__slider.card-list .slick-list{margin-left:-10px;margin-right:-10px}.special-offers__slider.card-list .slick-slide{margin:10px}.special-offers__slider.card-list .card-product{height:auto;min-height:307px;margin-bottom:0;display:flex !important;flex-direction:column;justify-content:space-between}.special-offers__slider.card-list .card-product:hover .card-product__hover{opacity:0;visibility:hidden}.catalog-wrap .card-list .card-product{margin:0 !important}.spec-offer .card-list{grid-template-columns:1fr !important}.spec-offer .card-list{width:100%;display:grid;grid-auto-rows:auto;gap:20px;padding:0 .5em}@media screen and (min-width: 530px){.spec-offer .card-list{grid-template-columns:1fr 1fr !important}}@media screen and (min-width: 992px){.spec-offer .card-list{grid-template-columns:1fr 1fr 1fr !important}}@media screen and (min-width: 1200px){.spec-offer .card-list{grid-template-columns:1fr 1fr 1fr 1fr !important}}@media screen and (min-width: 1400px){.spec-offer .card-list{grid-template-columns:1fr 1fr 1fr 1fr !important}}section.card-page .card-list-wrap{margin:-10px}.collection-cards .card-list{padding:0 10px}section.card-page .spec-offer__item.spec-offer__item_design .card-list{max-width:100%}.attributes .card-list-wrap{margin:0 -10px}.attributes .card-list{max-width:100%}.special-offers__slider.card-list.slick-initialized{visibility:visible}@media screen and (max-width: 1427px){.card-list .card-product__hover .techno-list{justify-content:center}}@media screen and (max-width: 1200px){.attributes .card-list .card-product{margin:10px}}@media screen and (max-width: 992px){.attributes .card-list .card-product:hover{box-shadow:none}.attributes .card-list .card-product{margin:10px}}@media screen and (max-width: 768px){.card-list .card-product{margin:0;padding:23px 10px 10px 10px}.attributes .card-list{margin-top:-10px;justify-content:flex-start}}.superprice-page .card-list{max-width:auto}.comparison-settings-clear,.comparison-settings-add{display:flex;justify-content:center;align-items:center;border-radius:4px;font-size:12px;font-weight:600;text-align:center;height:40px;padding:0 1.5rem;gap:.25rem}.comparison-settings-clear::after,.comparison-settings-add::after{content:"";min-width:16px;width:16px;height:16px}@media(max-width: 540px){.comparison-settings-clear,.comparison-settings-add{width:calc(50% - .5rem);padding:0 1rem}}.comparison-characteristics__value-item,.comparison-product{max-width:320px;width:100%;padding:1rem 1.5rem}@media(max-width: 1360px){.comparison-characteristics__value-item,.comparison-product{padding:.75rem 1rem}}.comparison-characteristics__value .slick-track,.comparison-slider .slick-track{display:flex;margin:0 !important}.comparison-characteristics__value .slick-track .slick-slide,.comparison-slider .slick-track .slick-slide{display:flex !important;justify-content:stretch}.comparison-characteristics__value .slick-track .slick-slide>*,.comparison-slider .slick-track .slick-slide>*{display:flex !important;align-items:stretch;width:100%}.comparison-characteristics__value .slick-track .slick-slide>*>*,.comparison-slider .slick-track .slick-slide>*>*{flex:1 0 auto}.comparison-characteristics__value .slick-track .slick-slide .comparison-product,.comparison-slider .slick-track .slick-slide .comparison-product{max-width:100% !important}.comparison-settings{background-color:#f2f2f2;margin-bottom:20px;padding-top:12px;padding-bottom:12px;line-height:1.2}.comparison-settings-list{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:1rem}.comparison-settings-list-title{font-weight:400;font-size:16px}@media(max-width: 1024px){.comparison-settings-list-title{display:none}}@media(max-width: 540px){.comparison-settings-select{width:100%}}.comparison-settings-select select{padding:13px 30px 13px 11px;font-weight:400;font-size:12px}.comparison-settings-add{background-color:#c41230;color:#fff}.comparison-settings-add:hover{background-color:#da2644;color:#fff}.comparison-settings-add::after{background-image:url("/images/icons/plus.svg")}.comparison-settings-clear{background-color:rgba(0,0,0,0);border:1px solid #c41230;color:#c41230}.comparison-settings-clear:hover{background-color:#fff}.comparison-settings-clear:after{background-image:url("/images/icons/clear.svg")}.comparison-settings-switcher{display:flex;align-items:center;margin-left:auto;gap:.5rem}@media(max-width: 640px){.comparison-settings-switcher{margin-left:0}}.comparison-settings-switcher-title{font-weight:600;font-size:12px;line-height:1.2}.check-box input[type=checkbox]{position:relative;width:40px;height:12px;-webkit-appearance:none;appearance:none;background-color:#cdcdcd;outline:none;border-radius:2rem;cursor:pointer}.check-box input[type=checkbox]::before{content:"";background-color:#e5e5e5;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:-6px;left:0;transition:.25s}.check-box input[type=checkbox]:checked::before{left:calc(100% - 24px);background-color:var(--col-accent)}.comparison-products{position:relative;top:0;transition:.5s;background-color:#f2f2f2}.comparison-product-bottom,.comparison-product-top{display:grid;width:100%;gap:.25rem}.comparison-product{display:flex !important;flex-wrap:wrap;background-color:#fff;border-radius:8px;box-shadow:0 0 3px rgba(0,0,0,.1);position:relative;margin:0 6px;gap:.25rem}.comparison-product .del{position:relative;top:0;left:0}.comparison-product .del:hover::after,.comparison-product .del:hover::before{content:"";top:14px;left:7px}.comparison-product-top{grid-template-columns:60px 1fr 30px}.comparison-product-image{font-size:10px;overflow:hidden;text-align:left;margin-bottom:.5rem}.comparison-product-image img{width:100%;aspect-ratio:200/180}.comparison-product-title{font-weight:600;font-size:10px;max-height:30px;overflow:hidden}.comparison-product-title:hover{color:var(--col-accent)}.comparison-product-bottom{grid-template-columns:1fr 40px}.comparison-slider-parent.sticky{position:sticky;top:64px;z-index:9;transition:.25s}@media(max-width: 991px){.comparison-slider-parent.sticky{top:100px}}.comparison-slider{background-color:#f2f2f2;display:flex;width:100%;padding:12px 0}.comparison-slider .slick-slide>*{padding:0 6px}.comparison-slider .slick-arrow{display:flex !important;justify-content:center;align-items:center;background-color:rgba(255,255,255,.75);border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1);position:absolute;top:0;bottom:0;z-index:1;flex:0 0 3.5rem;min-width:3.5rem;width:3.5rem;min-height:3.5rem;height:3.5rem;margin:auto}.comparison-slider .slick-arrow:not(.slick-disabled):hover{background-color:#fff;color:var(--col-accent);box-shadow:0 0 10px rgba(0,0,0,.25)}.comparison-slider .slick-arrow.slick-disabled{cursor:not-allowed;opacity:.5}.comparison-slider .slick-arrow.--prev{left:1rem;padding-right:.625rem}.comparison-slider .slick-arrow.--next{right:1rem;padding-left:.625rem}.comparison-slider .slick-arrow .feather{flex:0 0 2rem;min-width:2rem;width:2rem;min-height:2rem;height:2rem}.comparison-slider .comparison-product{margin:0}.comparison-products__price{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;font-weight:600;font-size:16px;line-height:1.2;position:relative;gap:.25rem}@media(max-width: 768px){.comparison-products__price{font-size:12px}}.comparison-products__discount-wrapper{font-weight:600;color:#ccc}.comparison-products__discount-wrapper span{font-size:14px;line-height:1.2}.comparison-products__discount-price{font-size:16px;line-height:1.2;text-decoration-line:line-through}.comparison-products__add-cart{display:flex;justify-content:end;align-items:center}.comparison-products__add-cart .buy-btn{display:flex;justify-content:center;align-items:center;cursor:pointer;min-width:auto;width:100%;aspect-ratio:1/1;background-color:#c41230;position:relative;border-radius:4px;padding:0}.comparison-products__add-cart .buy-btn::after{content:"";width:16px;height:16px;background-image:url("/images/icons/cart-buy.svg");background-repeat:no-repeat;background-size:contain}.comparison-characteristics{padding:3rem 0 4rem}.comparison-characteristics__table{width:100%;margin-top:30px}.comparison-characteristics__title{font-family:"Roboto";font-style:normal;font-weight:600;font-size:30px;line-height:1.2;margin-bottom:30px}@media(max-width: 1200px){.comparison-characteristics__title{font-size:26px}}@media(max-width: 768px){.comparison-characteristics__title{font-size:22px}}.comparison-characteristics__header{background-color:#e5e5e5;font-weight:500;font-size:18px;line-height:1.2;padding:1rem 2rem}@media(max-width: 1024px){.comparison-characteristics__header{font-size:16px;padding:1rem}}.comparison-characteristics__value{display:flex;align-items:stretch;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px;line-height:1.2;gap:12px}.comparison-characteristics__value.slick-initialized{border-left:none}.comparison-characteristics__value.slick-initialized .comparison-characteristics__value{gap:normal}.comparison-characteristics__value.slick-initialized .comparison-characteristics__value-item:last-child{border-right:none}.comparison-characteristics__value-item{display:flex;align-items:center;justify-content:center;border-left:1px solid #e5e5e5;font-weight:400;font-size:14px;line-height:1.2;text-align:center}.comparison-characteristics__value-item:last-child{border-right:1px solid #e5e5e5}@media(max-width: 768px){.comparison-characteristics__value-item{font-size:12px}}.slick-slide>div{display:flex;align-items:center;justify-self:center}:root{--col-white: #ffffff;--max-width: 1660px;--min-width: 320px}body{display:flex;flex-direction:column;align-items:stretch;min-height:100dvh;min-width:var(--min-width)}@media(max-width: 992px){body{padding-top:95px}}.feather{stroke-width:0;stroke-linecap:round;stroke-linejoin:round;fill:currentColor}#content_wrapper{flex:1 0 auto}section.feature{padding:4rem 0}.text_cont>*:not(:first-child){margin-top:1.25rem}.text_cont>h1:not(:first-child),.text_cont>h2:not(:first-child),.text_cont>h3:not(:first-child),.text_cont>h4:not(:first-child),.text_cont>h5:not(:first-child),.text_cont>h6:not(:first-child){margin-top:2.5rem}.text_cont ul{padding-left:20px}.text_cont ul li{list-style:inside}.--collapsible-text{position:relative;overflow:hidden;max-height:200px}.--collapsible-text .collapse-fade{position:absolute;z-index:1;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom, transparent, #f9f9f9);display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px}.--collapsible-text.is-open{max-height:2000px}.--collapsible-text.is-open .collapse-fade{background:rgba(0,0,0,0);height:auto;position:relative;margin-top:2rem;padding-bottom:0}
