@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
:root{--font-family:Montserrat,sans-serif;--blue:#26166b}*{padding:0;margin:0;border:0}
*,:before,:after{box-sizing:border-box}
:focus,:active{outline:none}
a:focus,a:active{outline:none}
p{margin-bottom:0}
nav,footer,header,aside{display:block}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}
input,button,textarea{font-family:inherit}
input::-ms-clear{display:none}
button{cursor:pointer}
button::-moz-focus-inner{padding:0;border:0}
a,a:visited{text-decoration:none}
a:hover{text-decoration:none}
ul{padding-left:0}
ul li{list-style:none}
img{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}
html{scroll-behavior:smooth}
body{background:#fff;color:#151515;height:100%;font-size:16px;font-family:var(--font-family)}
body.hidden{overflow:hidden}
.wrapper{min-height:100vh;overflow:hidden;display:flex;flex-direction:column}
.page{flex:1 0 auto;margin-top:135px}
@media (max-width:1200px){.page{margin-top:80px}}
@media (max-width:480px){.page{margin-top:70px}}
._container{max-width:1246px;padding:0 15px;margin:0 auto}
.header{position:fixed;left:0;top:0;width:100%;z-index:99;padding:15px 0;box-shadow:0 0 10px 0 #0001f;background:#fff;transition:0.5s;border-bottom:1px solid #d7d7d7}
@media (max-width:480px){.header{padding:10px 0}}
.header.active{margin-top:-85px}
@media (max-width:1200px){.header.active{margin-top:0}}
.header__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #d7d7d7}
@media (max-width:1200px){.header__top{padding-bottom:0;margin-bottom:0;border-bottom:0}}
.header__phones{display:flex;align-items:center;column-gap:40px}
@media (max-width:1200px){.header__phones{display:none}}
@media (max-width:480px){.header__phones{flex-direction:column;row-gap:15px}}
.header__phone{position:relative}
.header__phone::after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);bottom:0;right:-20px;height:40px;width:1px;background-color:#d7d7d7}
@media (max-width:480px){.header__phone::after{display:none}}
.header__items{display:flex;align-items:center;justify-content:space-between}
@media (max-width:1200px){.header__items{display:none}}
.header__item{font-weight:400;font-size:16px;color:#151515;line-height:1.3;transition:0.5s;position:relative;display:flex;align-items:center;column-gap:5px}
@media (max-width:480px){.header__item{font-size:15px}}
.header__item::after{content:"";display:block;position:absolute;left:0;bottom:-5px;width:0;height:2px;background-color:var(--blue);transition:width 0.5s ease-in-out}
.header__item:hover::after{width:100%}
.header__mobile{display:none}
@media (max-width:1200px){.header__mobile{display:flex;align-items:center;column-gap:15px}}
.phone-header{display:flex;column-gap:8px}
.phone-header__title{font-weight:400;font-size:17px;text-transform:uppercase;color:#151515;display:block;margin-bottom:7px}
@media (max-width:480px){.phone-header__title{font-size:15px}}
.phone-header__text{font-weight:300;font-size:14px;color:#151515}
@media (max-width:480px){.phone-header__text{font-size:13px}}
.menu{position:fixed;left:0;top:0;width:100%;height:100vh;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;row-gap:50px;background-color:#fff;transform:translateX(-100%);transition:0.8s}
.menu.active{transform:translateX(0)}
.menu__close{position:absolute;right:20px;top:15px;font-size:50px;cursor:pointer;color:#bbb}
@media (max-width:480px){.menu__close{right:15px;top:10px;font-size:35px}}
.menu__items{display:flex;flex-direction:column;row-gap:30px;align-items:center}
.menu .header__item{text-align:center}
.menu .header__phones{display:flex}
.footer{padding:45px 0 30px;background:#151515}
@media (max-width:480px){.footer{padding:30px 0 20px}}
.footer__body{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:50px}
@media (max-width:992px){.footer__body{grid-template-columns:1fr 1fr;gap:30px}}
@media (max-width:480px){.footer__body{grid-template-columns:1fr;gap:20px}}
.footer__nav-title{font-weight:400;font-size:16px;color:#a7a7a7;margin-bottom:15px;line-height:1.3}
.footer__nav-items{display:flex;flex-direction:column;row-gap:10px}
.footer__nav-item{font-weight:400;font-size:14px;line-height:130%;color:#fff}
.footer__foot{display:flex;align-items:center;gap:5px;padding-top:20px;border-top:1px solid #fff3;margin-top:50px}
@media (max-width:480px){.footer__foot{margin-top:30px;padding-top:15px}}
.footer__foot a{display:flex;align-items:center;justify-content:center}
.footer__foot span{font-weight:400;font-size:13px;color:#9e9e9e}
section{margin-top:80px}
@media (max-width:480px){section{margin-top:50px}}
.main{height:calc(100vh - 135px);margin-top:0;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}
@media (max-width:1200px){.main{height:calc(100vh - 80px)}}
@media (max-width:480px){.main{height:auto;padding:100px 0}}
.main::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#1e1e1ea6}
.main__container{height:100%;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}
.main__title{font-weight:600;font-size:52px;line-height:123%;color:#fff;max-width:600px;margin-bottom:20px}
@media (max-width:480px){.main__title{font-size:27px;margin-bottom:10px}}
.main__subtitle{font-weight:400;font-size:41px;line-height:130%;color:#fff}
@media (max-width:480px){.main__subtitle{font-size:22px}}
.title{font-weight:500;font-size:42px;line-height:119%;color:#151515;padding-bottom:20px;border-bottom:1px solid #d1d1d1;margin-bottom:40px}
@media (max-width:480px){.title{font-size:28px;padding-bottom:15px;margin-bottom:20px}}
.services__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}
@media (max-width:992px){.services__items{grid-template-columns:1fr 1fr 1fr;gap:20px}}
@media (max-width:767px){.services__items{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.services__items{grid-template-columns:1fr}}
.item-services{padding:10px 10px 20px;border:1px solid #dcdcdc}
.item-services__image{margin-bottom:20px}
.item-services__image{position:relative;overflow:hidden;padding-bottom:80%;display:block}
.item-services__image img{width:100%;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.item-services__title{font-weight:500;font-size:17px;line-height:130%;letter-spacing:-0.02em;color:#151515;margin-bottom:15px}
.item-services__link{display:flex;align-items:center;column-gap:8px}
.item-services__link span{font-weight:400;font-size:15px;line-height:127%;letter-spacing:-0.02em;text-align:center;color:#333}
.about__text{font-weight:400;font-size:17px;line-height:153%;color:#555;display:flex;flex-direction:column;row-gap:10px;margin-bottom:40px}
@media (max-width:480px){.about__text{font-size:14px;margin-bottom:20px}}
.about__images{display:flex;column-gap:40px}
@media (max-width:992px){.about__images{column-gap:20px}}
@media (max-width:480px){.about__images{display:grid;grid-template-columns:1fr 1fr;gap:15px}.about__image:last-child{grid-column:1 / 3}}
.about__image img{width:100%}
.banner{height:calc(100vh - 135px);margin-top:0;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}
@media (max-width:1200px){.banner{height:calc(100vh - 80px)}}
@media (max-width:480px){.banner{height:auto;padding:100px 0}}
.banner::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#1e1e1ea6}
.banner__container{height:100%;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}
.banner__title{font-weight:600;font-size:52px;line-height:123%;color:#fff;margin-bottom:25px}
@media (max-width:480px){.banner__title{font-size:32px;margin-bottom:15px}}
.banner__text{font-weight:400;font-size:17px;line-height:141%;color:#fff;max-width:494px}
@media (max-width:480px){.banner__text{font-size:14px}}
.banner__subtitle{font-weight:400;font-size:32px;line-height:130%;color:#fff}
@media (max-width:480px){.banner__subtitle{font-size:20px}}
.banner__buttons{display:flex;column-gap:17px;row-gap:10px;flex-wrap:wrap;margin-top:30px}
@media (max-width:480px){.banner__buttons{margin-top:20px}}
.banner__buttons .banner__button{margin-top:0}
.banner__button{display:inline-flex;align-self:flex-start;justify-content:center;font-weight:700;font-size:14px;text-transform:uppercase;text-align:center;color:#fff;padding:14px 25px;background-color:#26166b;transition:0.5s;margin-top:30px;cursor:pointer}
@media (max-width:480px){.banner__button{margin-top:20px}}
.banner__button:hover{box-shadow:0 0 20px #26166b}
.block__body{display:grid;grid-template-columns:1fr 1.4fr;gap:70px;align-items:center}
@media (max-width:992px){.block__body{align-items:start;gap:50px}}
@media (max-width:767px){.block__body{grid-template-columns:1fr;gap:20px}.block__image{max-width:400px}}
.block__image img{width:100%}
@media (max-width:480px){.block__image img{height:350px}}
.block__title{font-weight:500;font-size:42px;line-height:119%;color:#151515;margin-bottom:25px}
@media (max-width:992px){.block__title{font-size:30px;margin-bottom:15px}}
.block__text{font-weight:400;font-size:17px;line-height:129%;color:#555;display:flex;flex-direction:column;row-gap:10px}
@media (max-width:992px){.block__text{font-size:14px}}
.items__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}
@media (max-width:1024px){.items__items{grid-template-columns:1fr 1fr 1fr;gap:20px}}
@media (max-width:767px){.items__items{grid-template-columns:1fr 1fr;gap:15px}}
.items__item{border:1px solid #cfcfcf;padding:40px 30px}
@media (max-width:480px){.items__item{padding:20px 15px}}
.items__item:first-child{grid-column:1 / 3}
@media (max-width:480px){.items__image img{height:70px}}
.items__text{font-weight:500;font-size:16px;line-height:125%;letter-spacing:-0.06em;color:#151515;margin-top:20px}
@media (max-width:480px){.items__text{font-size:13px;margin-top:15px}}
.usluga__body{display:grid;grid-template-columns:1fr 1.2fr;gap:85px;align-items:center}
@media (max-width:992px){.usluga__body{gap:40px;align-items:start}}
@media (max-width:767px){.usluga__body{grid-template-columns:1fr;gap:20px}.usluga__image{max-width:500px}}
.usluga__image img{width:100%}
.usluga__title{font-weight:500;font-size:42px;line-height:119%;color:#151515;margin-bottom:25px}
@media (max-width:480px){.usluga__title{font-size:30px;margin-bottom:15px}}
.usluga__text{font-weight:400;font-size:17px;line-height:129%;color:#555;display:flex;flex-direction:column;row-gap:10px}
@media (max-width:480px){.usluga__text{font-size:14px}}
.usluga__text a{text-decoration:underline;text-decoration-skip-ink:none;color:#26166b}
.usluga__text ul{display:flex;flex-direction:column;row-gap:10px}
.usluga__text li{position:relative;padding-left:35px}
.usluga__text li::after{content:"";display:block;position:absolute;left:0;top:0;width:22px;height:22px;background:url(../themes/demo/assets/images/li.svg) center / 100% no-repeat}
.usluga__links{display:flex;align-items:center;column-gap:20px;margin-top:20px}
.usluga__link{font-size:18px;line-height:1.3;color:#26166b;position:relative;cursor:pointer}
@media (max-width:480px){.usluga__link{font-size:14px}}
.usluga__link:not(:last-child)::after{content:"";display:block;width:1px;height:20px;position:absolute;right:-10px;top:50%;transform:translateY(-50%);background-color:#bbb}
.list__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:10px}
@media (max-width:1200px){.list__items{grid-template-columns:1fr 1fr 1fr 1fr}}
@media (max-width:767px){.list__items{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.list__items{grid-template-columns:1fr}}
.item-list{padding:10px 10px 20px;border:1px solid #dcdcdc}
.item-list:nth-child(12){grid-column:2 / 4}
@media (max-width:1200px){.item-list:nth-child(12){grid-column:1 / 3}}
@media (max-width:480px){.item-list:nth-child(12){grid-column:auto}}
.item-list:nth-child(13){grid-column:4 / 6}
@media (max-width:1200px){.item-list:nth-child(13){grid-column:3 / 5}}
@media (max-width:767px){.item-list:nth-child(13){grid-column:1 / 3}}
@media (max-width:480px){.item-list:nth-child(13){grid-column:auto}}
.item-list__image{margin-bottom:20px}
.item-list__image img{width:100%}
.item-list__title{font-weight:500;font-size:16px;line-height:130%;letter-spacing:-0.02em;color:#151515}
.item-list__text{margin-top:10px;font-weight:400;font-size:14px;line-height:114%;letter-spacing:-0.07em;color:#555}
.form__body{display:grid;grid-template-columns:1.5fr 1fr;gap:46px}
@media (max-width:992px){.form__body{grid-template-columns:1fr;gap:20px}}
.form__content{padding:60px;border:1px solid #cfcfcf;background:#fff;overflow:hidden}
@media (max-width:480px){.form__content{padding:30px 20px}}
.form__title{font-weight:400;font-size:42px;line-height:119%;color:#151515;max-width:320px;margin-bottom:25px}
@media (max-width:480px){.form__title{font-size:30px;margin-bottom:15px}}
.form__text{font-weight:400;font-size:20px;line-height:120%;color:#333;margin-bottom:60px;position:relative}
@media (max-width:480px){.form__text{font-size:16px}}
.form__text::after{content:"";display:block;position:absolute;left:-60px;right:-60px;bottom:-30px;height:1px;background-color:#cfcfcf}
.form__inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}
@media (max-width:480px){.form__inputs{grid-template-columns:1fr;gap:10px;margin-bottom:20px}}
.form__input:last-child{grid-column:1 / 3}
@media (max-width:480px){.form__input:last-child{grid-column:auto}}
.form__input input{width:100%;font-weight:500;font-size:14px;line-height:140%;color:#151515;padding:16px 19px;background:#efefef}
.form__input input::placeholder{color:#777}
.form__button{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;text-transform:uppercase;text-align:center;color:#fff;padding:14px 40px;background-color:#26166b;transition:0.5s}
.form__button:hover{box-shadow:0 0 20px #26166b}
.right-form{padding:60px;border:1px solid #cfcfcf;background-color:#fff;overflow:hidden}
@media (max-width:480px){.right-form{padding:30px 20px}}
.right-form__title{display:flex;flex-direction:column;row-gap:15px;position:relative;margin-bottom:60px}
@media (max-width:480px){.right-form__title{margin-bottom:40px}}
.right-form__title::after{content:"";display:block;position:absolute;left:-60px;right:-60px;bottom:-33px;height:1px;background-color:#cfcfcf;bottom:-20px}
.right-form__title span{font-weight:500;font-size:18px;line-height:130%;text-transform:uppercase;color:#26166b;display:block;max-width:282px}
@media (max-width:480px){.right-form__title span{font-size:16px}}
.right-form__items{display:flex;flex-direction:column;row-gap:15px}
@media (max-width:480px){.right-form__items{row-gap:10px}}
.right-form__item{font-weight:400;font-size:20px;line-height:140%;color:#151515}
@media (max-width:480px){.right-form__item{font-size:16px}}
.docs__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
@media (max-width:992px){.docs__items{gap:20px}}
@media (max-width:767px){.docs__items{grid-template-columns:1fr 1fr}}
@media (max-width:550px){.docs__items{gap:15px}}
.item-docs{padding:50px 20px 40px;display:flex;flex-direction:column;align-items:center;border:1px solid #cfcfcf}
@media (max-width:480px){.item-docs{padding:30px 15px 20px}}
.item-docs__icon{margin-bottom:20px}
@media (max-width:480px){.item-docs__icon{margin-bottom:15px}}
.item-docs__title{font-weight:500;font-size:18px;line-height:130%;text-decoration:underline;text-decoration-skip-ink:none;text-align:center;color:#26166b}
@media (max-width:480px){.item-docs__title{font-size:15px}}
.complects__title{font-weight:500;font-size:42px;line-height:119%;color:#151515;margin-bottom:30px}
@media (max-width:480px){.complects__title{font-size:30px;margin-bottom:15px}}
.complects__text{font-weight:400;font-size:17px;line-height:153%;color:#555;margin-bottom:40px}
@media (max-width:480px){.complects__text{font-size:14px;margin-bottom:25px}}
.complects__items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}
@media (max-width:992px){.complects__items{grid-template-columns:1fr 1fr;gap:20px}}
@media (max-width:600px){.complects__items{grid-template-columns:1fr;gap:15px}}
.complects__item{padding:40px 30px;border:1px solid #cfcfcf}
@media (max-width:480px){.complects__item{padding:30px 20px}}
.complects__item-image{margin-bottom:25px}
@media (max-width:480px){.complects__item-image{margin-bottom:15px}}
.complects__item-title{font-weight:500;font-size:40px;line-height:120%;color:#151515}
@media (max-width:480px){.complects__item-title{font-size:28px}}
.complects__item-text{font-weight:400;font-size:16px;line-height:150%;color:#555}
@media (max-width:480px){.complects__item-text{font-size:14px}}
.contacts{margin-top:50px}
.contacts__body{display:grid;grid-template-columns:1.5fr 1fr;gap:70px}
@media (max-width:992px){.contacts__body{grid-template-columns:1fr;gap:20px}.contacts__image{max-width:500px}}
.contacts__image img{width:100%}
.contacts__items{display:flex;flex-direction:column;row-gap:10px}
.contacts__item:not(:last-child){padding-bottom:10px;border-bottom:1px solid #e4e4e4}
.contact__title{font-weight:500;font-size:18px;color:#151515;margin-bottom:10px;line-height:1.3}
.contact__text{display:flex;flex-direction:column;row-gap:7px;font-weight:400;font-size:17px;line-height:130%;color:#555}
.contact__text a{text-decoration:underline;text-decoration-skip-ink:none;color:#26166b}
.header__langs{display:flex;align-items:center;column-gap:15px}
.header__lang{font-size:16px;color:#444;line-height:1.3}
.header__lang.active{color:#26166b;font-weight:600}
.header__right{display:flex;align-items:center;column-gap:40px}
@media (max-width:480px){.header__right{column-gap:30px}}
#contactForm_forms_flash .close{display:none}
#contactForm_forms_flash p{font-size:16px;color:green;margin-bottom:10px}
.header__actions{display:flex;column-gap:40px}
.header__action{display:flex;flex-direction:column;align-items:center;row-gap:5px;justify-content:space-between;position:relative;cursor:pointer}
.header__action:not(:last-child)::after{content:"";display:block;position:absolute;right:-20px;width:1px;height:40px;background-color:#d7d7d7}
.header__action span{font-weight:300;font-size:13px;letter-spacing:-0.04em;text-align:center;color:#151515}
.header__cart-total{position:absolute;top:-4px;right:6px;border-radius:50%;background-color:#26166b;font-weight:700;font-size:10px;letter-spacing:0.04em;text-transform:uppercase;color:#fff;min-width:14px;min-height:14px;display:flex;align-items:center;justify-content:center}
.header__sites{display:flex;align-items:start;column-gap:10px}
.header__sites a{border:1px solid #d9d9d9;border-radius:7px;width:36px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;text-align:center;color:#151515}
.header__sites a.selected{color:#26166b;border-color:#26166b}
@media (max-width:1200px){.header__desc{display:none}}
.alert{position:relative}
.alert .alert-close{position:absolute;right:5px;top:5px;background-color:transparent}
.alert p{margin-bottom:0}
.catalog{margin-top:50px}
.catalog__info{display:flex;gap:16px;margin-bottom:32px}
@media (max-width:767px){.catalog__info{flex-direction:column}}
@media (max-width:480px){.catalog__info{margin-bottom:20px}}
.catalog__search{border:0.92px solid #d7d7d7;padding:12px 16px 12px 16px;display:flex;align-items:center;column-gap:12px;flex-grow:1}
@media (max-width:480px){.catalog__search{padding:10px 14px}}
.catalog__search input{font-weight:400;font-size:16px;color:#151515;line-height:1.2;flex-grow:1}
.catalog__search input::placeholder{color:rgba(21,21,21,0.5)}
.catalog__categories{display:flex;gap:8px}
@media (max-width:480px){.catalog__categories{flex-wrap:wrap}}
.catalog__category{display:inline-flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#151515;padding:13px 25px;border:0.92px solid #d7d7d7;background-color:transparent;cursor:pointer}
@media (max-width:480px){.catalog__category{font-size:14px;padding:10px 20px;flex-grow:1}}
.catalog__category.active{background:#26166b;color:#fff}
.catalog__items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
@media (max-width:992px){.catalog__items{grid-template-columns:1fr 1fr;gap:20px}}
@media (max-width:600px){.catalog__items{grid-template-columns:1fr;gap:15px}}
.item-catalog{border:1px solid #dcdcdc;display:flex;flex-direction:column}
.item-catalog__image{height:217px;background:linear-gradient(180deg,#e0e0e2 0%,#d7d7d9 100%);padding:20px;display:flex;align-items:center;justify-content:center}
.item-catalog__image img{max-width:100%;max-height:100%}
.item-catalog__content{padding:30px 20px;flex-grow:1;display:flex;flex-direction:column}
@media (max-width:480px){.item-catalog__content{padding:20px}}
.item-catalog__title{font-weight:500;font-size:22px;line-height:141%;color:#151515;margin-bottom:10px}
@media (max-width:480px){.item-catalog__title{font-size:18px}}
.item-catalog__text{font-weight:400;font-size:14px;line-height:150%;color:#555;margin-bottom:20px;flex-grow:1}
@media (max-width:480px){.item-catalog__text{margin-bottom:15px}}
.item-catalog__bottom{display:flex;align-items:center;justify-content:space-between;column-gap:20px;row-gap:10px;flex-wrap:wrap}
.item-catalog__price{font-weight:500;font-size:24px;line-height:150%;color:#151515}
@media (max-width:480px){.item-catalog__price{font-size:22px}}
.item-catalog__button{display:flex;align-items:center;column-gap:8px;padding:10px 24px;background-color:#26166b;transition:0.5s}
.item-catalog__button:hover{box-shadow:0 0 20px #26166b}
.item-catalog__button svg{flex-shrink:0}
.item-catalog__button span{font-weight:400;font-size:14px;line-height:150%;text-align:center;color:#fff}
.product{margin-top:40px}
.product__back{display:flex;align-items:center;column-gap:8px;margin-bottom:20px}
.product__back span{font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#151515}
@media (max-width:480px){.product__back span{font-size:14px}}
.product__body{display:grid;grid-template-columns:1.1fr 1fr;gap:40px}
@media (max-width:992px){.product__body{grid-template-columns:1fr;gap:20px}}
.product__image{background:linear-gradient(180deg,#e0e0e2 0%,#d7d7d9 100%);display:flex;align-items:center;justify-content:center;padding:100px}
@media (max-width:480px){.product__image{padding:30px;height:300px}}
.product__image img{max-width:100%;max-height:100%}
.product__category{display:inline-flex;justify-content:center;align-items:center;font-weight:500;font-size:12px;line-height:150%;color:#151515;border-radius:14913100px;padding:4px 16px;background:#e1def1;margin-bottom:16px}
@media (max-width:480px){.product__category{margin-bottom:12px}}
.product__title{font-weight:500;font-size:36px;line-height:130%;color:#151515;margin-bottom:18px}
@media (max-width:480px){.product__title{margin-bottom:12px;font-size:26px}}
.product__price{font-weight:500;font-size:42px;line-height:150%;color:#151515;margin-bottom:8px}
@media (max-width:480px){.product__price{font-size:30px}}
.product__stock{font-weight:400;font-size:14px;line-height:150%;color:#00a63e;margin-bottom:24px;position:relative;padding-left:16px}
.product__stock::after{content:"";display:block;border-radius:50%;width:8px;height:8px;background:#00c950;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.product__text{font-weight:400;font-size:16px;line-height:163%;color:#555;margin-bottom:30px}
@media (max-width:480px){.product__text{font-size:14px;margin-bottom:20px}}
.product__quantity{margin-bottom:24px}
.product__quantity-label{font-weight:500;font-size:16px;line-height:150%;color:#151515;margin-bottom:10px}
.product__quantity-body{display:flex;align-items:center;column-gap:16px}
.product__quantity-controls{border:0.89px solid #d7d7d7;width:169px;height:57px;padding:8px;display:flex;align-items:center;column-gap:12px}
.product__qty-btn{border:0.89px solid #d7d7d7;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent}
@media (max-width:480px){.product__qty-btn{width:35px;height:35px}}
.product__qty-input{width:48px;font-weight:500;font-size:20px;line-height:150%;text-align:center;color:#151515}
.product input[type="number"]::-webkit-inner-spin-button,.product input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.product input[type="number"]{-moz-appearance:textfield}
.product__total{font-weight:400;font-size:18px;line-height:150%;color:#151515}
@media (max-width:480px){.product__total{font-size:16px}}
.product__total span{font-weight:500}
.product__cart{margin-bottom:32px;display:flex;align-items:center;justify-content:center;column-gap:12px;padding:15px;background:#26166b;transition:0.5s;width:100%}
@media (max-width:480px){.product__cart{padding:13px}}
.product__cart:hover{box-shadow:0 0 20px #26166b}
.product__cart span{font-weight:500;font-size:18px;line-height:150%;text-align:center;color:#fff}
@media (max-width:480px){.product__cart span{font-size:16px}}
.product__meta{display:flex;gap:16px;flex-wrap:wrap}
@media (max-width:480px){.product__meta{gap:10px}}
.product__meta-item{border:0.89px solid #d7d7d7;padding:16px;display:flex;flex-direction:column;align-items:center;flex:1}
@media (max-width:480px){.product__meta-item{padding:16px 10px}}
.product__meta-icon{margin-bottom:8px}
.product__meta-title{font-weight:400;font-size:12px;line-height:150%;text-align:center;color:#151515}
.product__bottom{margin-top:50px;padding-top:32px;border-top:0.89px solid #d7d7d7;display:grid;grid-template-columns:1fr 1fr;gap:32px}
@media (max-width:767px){.product__bottom{grid-template-columns:1fr;margin-top:32px;padding-top:20px}}
.product__bottom-title{font-weight:500;font-size:28px;line-height:150%;color:#151515;margin-bottom:24px}
@media (max-width:480px){.product__bottom-title{font-size:22px;margin-bottom:15px}}
.product__params{display:flex;flex-direction:column;row-gap:16px}
.product__param{border-bottom:0.89px solid #d7d7d7;padding-bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media (max-width:480px){.product__param{padding-bottom:10px}}
.product__param-title{font-weight:400;font-size:16px;line-height:150%;color:#777}
@media (max-width:480px){.product__param-title{font-size:14px}}
.product__param-text{font-weight:400;font-size:16px;line-height:150%;color:#151515}
@media (max-width:480px){.product__param-text{font-size:14px}}
.product__specials{display:flex;flex-direction:column;row-gap:12px}
.product__special{font-weight:400;font-size:16px;line-height:150%;color:#151515;position:relative;padding-left:20px}
@media (max-width:480px){.product__special{font-size:14px}}
.product__special::after{content:"";display:block;position:absolute;top:8px;left:0;border-radius:50%;width:8px;height:8px;background:#26166b}
@media (max-width:480px){.product__special::after{top:6px}}
.jax-flash-message{display:flex;align-items:center}
.cart{margin-top:50px}
.cart__body{display:grid;grid-template-columns:2fr 1fr;gap:70px}
@media (max-width:1200px){.cart__body{grid-template-columns:1fr;gap:20px}}
.cart__items{display:flex;flex-direction:column;row-gap:16px}
.cart-item{border:0.89px solid #d7d7d7;padding:24px;display:grid;grid-template-columns:1fr 1.2fr;gap:24px}
@media (max-width:767px){.cart-item{grid-template-columns:1fr}}
@media (max-width:480px){.cart-item{padding:15px}}
.cart-item__left{display:flex;column-gap:24px}
@media (max-width:480px){.cart-item__left{column-gap:15px}}
.cart-item__image{width:96px;height:96px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(180deg,#e0e0e2 0%,#d7d7d9 100%);padding:15px}
@media (max-width:480px){.cart-item__image{width:80px;height:80px;padding:10px}}
.cart-item__image img{max-width:100%;max-height:100%}
.cart-item__title{font-weight:500;font-size:18px;line-height:130%;color:#151515;margin-bottom:12px;display:block}
@media (max-width:480px){.cart-item__title{font-size:16px;margin-bottom:8px}}
.cart-item__price{font-weight:500;font-size:20px;line-height:130%;color:#151515}
@media (max-width:480px){.cart-item__price{font-size:18px}}
.cart-item__right{display:flex;column-gap:24px;align-items:center}
.cart-item__total{font-weight:500;font-size:20px;line-height:150%;text-align:right;color:#151515;flex-grow:1}
@media (max-width:480px){.cart-item__total{font-size:18px}}
.cart-item__remove{border:0.89px solid #d7d7d7;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.cart-qty{display:flex;align-items:center;column-gap:12px}
.cart-qty__btn{border:0.89px solid #d7d7d7;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:transparent}
.cart-qty__input{font-weight:500;font-size:18px;line-height:150%;text-align:center;color:#151515;width:32px}
.cart-qty input[type="number"]::-webkit-inner-spin-button,.cart-qty input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.cart-qty input[type="number"]{-moz-appearance:textfield}
.cart-summary{border:0.89px solid #d7d7d7;padding:24px}
@media (max-width:480px){.cart-summary{padding:15px}}
.cart-summary__title{font-weight:500;font-size:24px;line-height:150%;color:#151515;margin-bottom:24px}
@media (max-width:480px){.cart-summary__title{font-size:22px;margin-bottom:15px}}
.cart-summary__section{margin-bottom:24px}
@media (max-width:480px){.cart-summary__section{margin-bottom:15px}}
.cart-summary__section--error .cart-summary__subtitle{color:#d23838}
.cart-summary__section--error .cart-summary__radio input{accent-color:#d23838;box-shadow:0 0 0 2px rgba(210,56,56,0.25);border-radius:50%}
.cart-summary__subtitle{font-weight:500;font-size:16px;line-height:150%;color:#151515;margin-bottom:12px}
.cart-summary__shipping-error{margin-top:8px;font-weight:500;font-size:13px;line-height:150%;color:#d23838}
.cart-summary__shipping-error[hidden]{display:none}
.cart-summary__radio{margin-bottom:8px;display:flex;align-items:center;column-gap:12px;cursor:pointer}
.cart-summary__radio span{font-weight:400;font-size:14px;line-height:150%;color:#151515}
.cart-summary__radio input{width:16px;height:16px;accent-color:#26166B}
.cart-summary__row{display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:16px;line-height:150%;color:#151515;border-top:0.89px solid #d7d7d7;padding:15px 0}
.cart-summary__total{font-weight:500;font-size:24px;line-height:150%;color:#151515;display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:0.89px solid #d7d7d7}
.mall-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;padding:12px;background:#26166b;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:#fff;margin-top:24px}
.quick{margin-top:40px}
@media (max-width:480px){.quick{margin-top:20px}}
.quick__container{max-width:1030px}
.quick__body{border:1px solid #d1d1d1;padding:48px 75px}
@media (max-width:600px){.quick__body{padding:0;border:none}}
.quick__title{font-weight:500;font-size:42px;line-height:119%;color:#151515;margin-bottom:40px}
@media (max-width:480px){.quick__title{font-size:26px;margin-bottom:15px}}
.quick__checks{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:767px){.quick__checks{grid-template-columns:1fr}}
.check-quick{border:1.78px solid #d7d7d7;padding:25px;display:flex;align-items:center;column-gap:16px;transition:0.5s;cursor:pointer}
@media (max-width:480px){.check-quick{padding:15px;column-gap:12px}}
.check-quick.active{background:#f0f4ff;border-color:#26166b}
.check-quick.active .check-quick__icon{background:#26166b}
.check-quick.active .check-quick__icon svg path{stroke:#fff}
.check-quick__icon{flex-shrink:0;border-radius:50%;width:48px;height:48px;background:#e6e8f2;display:flex;align-items:center;justify-content:center;transition:0.5s}
.check-quick__icon svg path{transition:0.5s}
.check-quick__title{font-weight:500;font-size:18px;line-height:150%;color:#151515;margin-bottom:4px}
@media (max-width:480px){.check-quick__title{font-size:16px}}
.check-quick__text{font-weight:400;font-size:14px;line-height:150%;color:#555}
.mall-quick-checkout__shipping-methods{margin-top:24px;margin-bottom:24px}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__collapsible-header{margin-bottom:16px}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__heading{font-weight:500;font-size:22px;line-height:130%;color:#151515;margin:0}
@media (max-width:480px){.mall-quick-checkout__shipping-methods .mall-quick-checkout__heading{font-size:18px}}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__collapsible-summary{display:none}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__collapsible-inner{display:grid;gap:12px}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option{display:flex;align-items:center;column-gap:16px;border:1.78px solid #d7d7d7;padding:18px 20px;text-decoration:none;color:#151515;cursor:pointer;transition:0.25s}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option:hover{border-color:#26166b}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option--active{background:#f0f4ff;border-color:#26166b}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-selection{flex-shrink:0}
.mall-quick-checkout__shipping-methods .mall-selection-indicator{width:22px;height:22px;border-radius:50%;border:1.78px solid #d7d7d7;display:flex;align-items:center;justify-content:center;font-size:14px;color:transparent;transition:0.25s}
.mall-quick-checkout__shipping-methods .mall-selection-indicator--active{background:#26166b;border-color:#26166b;color:#fff}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-text{flex:1;display:flex;flex-wrap:wrap;align-items:center;column-gap:16px;row-gap:4px}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-name{font-weight:500;font-size:16px;line-height:150%;color:#151515;margin:0;flex:1 1 auto}
@media (max-width:480px){.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-name{font-size:15px}}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-meta{width:100%;font-size:13px;line-height:150%;color:#555;margin:0}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-meta p{margin:0}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-price{font-weight:500;font-size:15px;line-height:150%;color:#26166b;margin-left:auto}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-logo{flex-shrink:0}
.mall-quick-checkout__shipping-methods .mall-quick-checkout__toggle-option-image{max-width:60px;max-height:60px;object-fit:contain}
.mall-quick-checkout__shipping-methods--error .mall-quick-checkout__toggle-option{border-color:#d23838}
.mall-quick-checkout__shipping-methods--error .mall-quick-checkout__heading{color:#d23838}
.mall-quick-checkout__shipping-required-error{margin-top:8px;font-weight:500;font-size:13px;line-height:150%;color:#d23838}
.mall-quick-checkout__shipping-empty-hint{margin:0;padding:14px 16px;background:#f5f5f7;border:1px dashed #c6c6cf;font-weight:400;font-size:14px;line-height:150%;color:#555}
.quick__form{margin:30px 0 24px}
.form-quick__title{font-weight:500;font-size:24px;line-height:150%;color:#151515;margin-bottom:24px}
@media (max-width:480px){.form-quick__title{font-size:18px;margin-bottom:15px}}
.form-quick__inputs{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (max-width:480px){.form-quick__inputs{gap:15px;grid-template-columns:1fr}}
.form-quick__input label{font-weight:400;font-size:14px;line-height:150%;color:#151515;margin-bottom:8px}
.form-quick__input input{width:100%;font-weight:400;font-size:16px;color:#151515;line-height:1.2;border:0.89px solid #d7d7d7;padding:12px 16px}
@media (max-width:480px){.form-quick__input input{font-size:14px}}
.form-quick__input input::placeholder{color:rgba(21,21,21,0.5)}
.form-quick .mall-quick-checkout__guest-option{display:flex;align-items:center;column-gap:10px;cursor:pointer}
.form-quick .mall-quick-checkout__guest-option input{accent-color:#26166b}
.form-quick__input--full,.form-quick .mall-quick-checkout__guest-option,.form-quick .mall-quick-checkout__password-inputs{grid-column:span 2}
@media (max-width:480px){.form-quick__input--full,.form-quick .mall-quick-checkout__guest-option,.form-quick .mall-quick-checkout__password-inputs{grid-column:auto}}
.mall-overlay{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}.checkout-summary-container{background:#f8f8f8;padding:24px;margin-top:32px}
@media (max-width:480px){.checkout-summary-container{padding:15px;margin-top:20px}}
.summary-title{font-size:20px;font-weight:500;line-height:150%;color:#151515;margin-bottom:15px}
@media (max-width:480px){.summary-title{font-size:18px}}.checkout-items-list{display:flex;flex-direction:column;gap:12px}
.checkout-item{display:flex;justify-content:space-between;align-items:flex-start;font-size:14px;color:#555;line-height:1.4}
.item-qty{color:#888;margin-left:4px}
.item-price{font-weight:400;white-space:nowrap;color:#151515}.summary-total-divider{height:1px;background-color:#E5E7EB;margin:24px 0}
.summary-total{display:flex;justify-content:space-between;align-items:center}
.total-label{font-size:20px;font-weight:500}
@media (max-width:480px){.total-label{font-size:18px}}
.total-amount{font-size:24px;font-weight:500}
@media (max-width:480px){.total-amount{font-size:20px}}.checkout-main-btn{width:100%;background-color:#1C1454;color:#fff;border:none;padding:20px;font-size:16px;font-weight:500;margin-top:24px;cursor:pointer;transition:background 0.2s ease}
@media (max-width:480px){.checkout-main-btn{padding:15px}}
.checkout-main-btn:hover{background-color:#150E3A}
.selectModal__dialog{border-radius:0;padding:0;width:auto;max-width:558px}
.selectModal__content{background:#fff;border-radius:0;position:relative;padding:120px 50px}
@media (max-width:480px){.selectModal__content{padding:100px 15px}}
.selectModal__close{position:absolute;top:20px;right:20px;background-color:transparent;border:none;padding:0;cursor:pointer}
@media (max-width:480px){.selectModal__close svg{width:30px;height:30px}}
.selectModal__title{font-weight:500;font-size:40px;line-height:119%;color:#151515;margin-bottom:25px;text-align:center}
@media (max-width:480px){.selectModal__title{font-size:26px;margin-bottom:15px}}
.selectModal__text{font-weight:400;font-size:17px;line-height:118%;text-align:center;color:#555;margin-bottom:35px}
@media (max-width:480px){.selectModal__text{font-size:14px;margin-bottom:20px}}
.selectModal__buttons{display:flex;flex-direction:column;row-gap:20px}
@media (max-width:480px){.selectModal__buttons{row-gap:10px}}
.selectModal__button1,.selectModal__button2{display:flex;align-items:center;justify-content:center;padding:18px;font-weight:600;font-size:18px;line-height:111%;text-transform:uppercase;text-align:center;color:#fff;transition:0.5s;border:none;cursor:pointer}
@media (max-width:480px){.selectModal__button1,.selectModal__button2{font-size:14px;padding:15px}}
.selectModal__button1:hover,.selectModal__button2:hover{opacity:0.8}
.selectModal__button1{background:#26166b}
.selectModal__button2{background:#7294cd}
.authModal__dialog{border-radius:0;padding:0;width:auto;max-width:620px}
.authModal__content{background:#fff;border-radius:0;position:relative;padding:50px}
@media (max-width:480px){.authModal__content{padding:50px 15px}}
.authModal__close{position:absolute;top:20px;right:20px;background-color:transparent;border:none;padding:0;cursor:pointer}
.authModal__title{font-weight:500;font-size:40px;line-height:119%;color:#151515;margin-bottom:35px;text-align:center;display:none}
.authModal__title.active{display:block}
.authModal__tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:35px}
.authModal__tab{padding:15px 0;background:#f5f5f5;border:none;font-weight:600;font-size:16px;line-height:119%;text-align:center;color:#555;cursor:pointer;transition:0.3s;position:relative}
.authModal__tab:hover{background:#ebebeb}
.authModal__tab--active{background:#26166b;color:#fff}
.authModal__tab--active:hover{background:#26166b}
.authModal__form{display:none}
.authModal__form--active{display:block;animation:fadeIn 0.3s ease-in}
.authModal__field{margin-bottom:20px}
.authModal__field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}
.authModal__field-row .authModal__field{margin-bottom:0}
.authModal__input{width:100%;padding:15px 18px;background:#f5f5f5;border:none;font-weight:400;font-size:16px;line-height:119%;color:#151515;box-sizing:border-box;transition:0.3s}
.authModal__input::placeholder{color:#888}
.authModal__input:focus{outline:none;background:#ebebeb}
.authModal__submit{width:100%;padding:18px;background:#26166b;border:none;font-weight:600;font-size:16px;line-height:111%;text-transform:uppercase;text-align:center;color:#fff;cursor:pointer;transition:0.5s;margin-bottom:20px}
.authModal__submit:hover{opacity:0.8}
.authModal__footer{text-align:center}
.authModal__link{font-weight:400;font-size:14px;line-height:119%;text-decoration:underline;color:#555;transition:0.3s}
.authModal__link:hover{color:#26166b}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
[data-validate-for]{font-size:12px;color:#dc2626;margin-top:5px;min-height:16px}
.mall-signup__signup,.mall-signup__signin{display:none}
.mall-signup__signup.active,.mall-signup__signin.active{display:block}
.mall-signup__subheading{font-size:18px;margin-bottom:20px}
.mall-signup .mall-checkbox{display:flex;align-items:center;column-gap:10px;margin-bottom:16px}
.mall-signup .mall-checkbox span{font-size:16px;color:#151515}
.mall-signup .mall-checkbox input{width:15px;height:15px;accent-color:#26166b}
.mall-signup .mall-two-fields{display:grid;column-gap:16px;grid-template-columns:1fr 1fr}
.mall-signup .mall-form-control:not(:last-child){margin-bottom:16px}
.mall-signup .mall-form-control label{display:block;font-size:16px;margin-bottom:10px;color:#151515}
@media (max-width:480px){.mall-signup .mall-form-control label{font-size:14px}}
.mall-signup .mall-form-control input,.mall-signup .mall-form-control textarea{width:100%;background:#f0f0f0;font-weight:400;font-size:17px;line-height:118%;color:#151515;padding:12px 19px}
@media (max-width:480px){.mall-signup .mall-form-control input,.mall-signup .mall-form-control textarea{font-size:14px;padding:12px 15px}}
@media (max-width:480px){.mall-signup .mall-form-control input,.mall-signup .mall-form-control textarea{font-size:15px}}
.mall-signup .mall-form-control textarea{resize:false}
.mall-signup .mall-btn__forget{font-weight:300;font-size:20px;text-decoration:underline;text-decoration-skip-ink:none;text-align:center;color:#26166b;margin-top:24px;display:block}
.mall-signup .mall-btn{margin-top:20px}
.mall-account-page__header{margin-bottom:28px}
.mall-account-page__title{font-weight:500;font-size:36px;line-height:120%;color:#151515;margin:0 0 10px}
@media (max-width:600px){.mall-account-page__title{font-size:26px}}
.mall-account-page__subtitle{font-weight:400;font-size:15px;line-height:150%;color:#555;margin:0;max-width:640px}
.mall-orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 24px;border:1px dashed #d7d7d7}
.mall-orders-empty__icon{width:72px;height:72px;border-radius:50%;background:#f0f4ff;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.mall-orders-empty__title{font-weight:500;font-size:22px;line-height:130%;color:#151515;margin:0 0 8px}
.mall-orders-empty__text{font-weight:400;font-size:14px;line-height:150%;color:#555;margin:0 0 20px;max-width:420px}
.mall-orders-empty__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;background:#26166b;color:#fff;font-weight:500;font-size:15px;line-height:150%;text-decoration:none;transition:0.2s}
.mall-orders-empty__cta:hover{background:#1a0f4a;color:#fff}
.mall-orders-cards{display:flex;flex-direction:column;row-gap:14px}
.mall-order-card{border:1px solid #d7d7d7;background:#fff;transition:border-color 0.2s,box-shadow 0.2s}
.mall-order-card--open{border-color:#26166b;box-shadow:0 6px 24px -16px rgba(38,22,107,0.35)}
.mall-order-card__header{display:grid;grid-template-columns:1fr auto;column-gap:16px;align-items:center;width:100%;background:transparent;border:0;padding:18px 20px;cursor:pointer;text-align:left;font-family:inherit}
@media (max-width:600px){.mall-order-card__header{grid-template-columns:1fr;row-gap:12px}}
.mall-order-card__heading{display:flex;flex-direction:column;row-gap:4px}
.mall-order-card__number{font-weight:500;font-size:17px;line-height:130%;color:#151515}
.mall-order-card__date{font-weight:400;font-size:13px;line-height:130%;color:#777}
.mall-order-card__summary{display:flex;align-items:center;column-gap:18px;justify-content:flex-end}
@media (max-width:600px){.mall-order-card__summary{justify-content:space-between;column-gap:12px}}
.mall-order-card__status{display:inline-flex;align-items:center;padding:6px 12px;font-weight:500;font-size:12px;line-height:130%;letter-spacing:0.02em;text-transform:uppercase;color:#26166b;background:#f0f4ff;border-radius:999px}
.mall-order-card__status--new{color:#26166b;background:#f0f4ff}
.mall-order-card__status--complete{color:#1b6f3a;background:#e7f5ec}
.mall-order-card__status--cancelled{color:#b22d2d;background:#fdecec}
.mall-order-card__total{font-weight:600;font-size:16px;line-height:130%;color:#151515;white-space:nowrap}
.mall-order-card__toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#26166b;transition:transform 0.2s}
.mall-order-card--open .mall-order-card__toggle{transform:rotate(180deg)}
.mall-order-card__body{border-top:1px solid #ececec;padding:20px}
.mall-order-card__details{display:flex;flex-direction:column;row-gap:20px}
.mall-order-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:16px}
@media (max-width:600px){.mall-order-card__grid{grid-template-columns:1fr}}
.mall-order-card__grid--addresses{padding-top:16px;border-top:1px dashed #ececec}
.mall-order-card__cell-title{font-weight:500;font-size:12px;line-height:130%;letter-spacing:0.04em;text-transform:uppercase;color:#888;margin:0 0 6px}
.mall-order-card__cell-body{font-weight:400;font-size:14px;line-height:150%;color:#151515}
.mall-order-card__cell-body a{color:#26166b;text-decoration:underline}
.mall-order-card__inline-link{color:#26166b;text-decoration:underline;font-weight:500}
.mall-order-card__instructions{margin-top:6px;padding:10px 12px;background:#f0f4ff;font-size:13px;color:#26166b}
.mall-order-card__address{font-style:normal;line-height:150%}
.mall-order-card__address span{display:inline}
.mall-order-card__products{padding-top:16px;border-top:1px dashed #ececec}
.mall-order-products{display:flex;flex-direction:column;row-gap:14px}
.mall-order-products__list{display:flex;flex-direction:column;row-gap:10px}
.mall-order-products__row{display:grid;grid-template-columns:1fr auto auto;column-gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f1f1}
.mall-order-products__row:last-child{border-bottom:0}
@media (max-width:480px){.mall-order-products__row{grid-template-columns:1fr auto;row-gap:4px}}
.mall-order-products__name{font-weight:500;font-size:14px;line-height:140%;color:#151515;display:flex;flex-direction:column;row-gap:2px}
.mall-order-products__meta{font-weight:400;font-size:12px;line-height:140%;color:#777}
.mall-order-products__qty{font-weight:400;font-size:13px;color:#777}
@media (max-width:480px){.mall-order-products__qty{grid-column:2;grid-row:1;text-align:right}}
.mall-order-products__price{font-weight:600;font-size:14px;color:#151515;text-align:right}
@media (max-width:480px){.mall-order-products__price{grid-column:1 / -1;text-align:right}}
.mall-order-products__totals{margin:0;padding-top:14px;border-top:1px solid #ececec;display:flex;flex-direction:column;row-gap:6px}
.mall-order-products__totals-row{display:flex;align-items:center;justify-content:space-between;column-gap:16px;font-weight:400;font-size:14px;line-height:150%;color:#555}
.mall-order-products__totals-row dt,.mall-order-products__totals-row dd{margin:0}
.mall-order-products__totals-row--discount{color:#1b6f3a}
.mall-order-products__totals-row--grand{margin-top:6px;padding-top:10px;border-top:1px solid #ececec;font-weight:600;font-size:17px;color:#151515}
.checkout-success{padding:60px 0 80px}
@media (max-width:600px){.checkout-success{padding:30px 0 50px}}
.checkout-success__container{max-width:720px}
.checkout-success__card{background:#fff;border:1px solid #d7d7d7;padding:56px 40px;text-align:center;display:flex;flex-direction:column;align-items:center}
@media (max-width:600px){.checkout-success__card{padding:36px 20px}}
.checkout-success__icon{width:84px;height:84px;border-radius:50%;background:#26166b;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 12px 30px -14px rgba(38,22,107,0.55)}
.checkout-success__title{font-weight:500;font-size:34px;line-height:120%;color:#151515;margin:0 0 12px}
@media (max-width:600px){.checkout-success__title{font-size:26px}}
.checkout-success__lead{font-weight:400;font-size:16px;line-height:155%;color:#555;margin:0 0 28px;max-width:520px}
.checkout-success__details{margin:0 0 28px;width:100%;background:#f8f8fb;border:1px solid #ececec;padding:20px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px}
@media (max-width:480px){.checkout-success__details{grid-template-columns:1fr}}
.checkout-success__detail{text-align:left}
.checkout-success__detail dt{font-weight:500;font-size:12px;line-height:130%;letter-spacing:0.04em;text-transform:uppercase;color:#888;margin:0 0 4px}
.checkout-success__detail dd{margin:0;font-weight:500;font-size:16px;line-height:140%;color:#151515}
.checkout-success__status{display:inline-flex;align-items:center;padding:4px 10px;font-weight:500;font-size:12px;letter-spacing:0.02em;text-transform:uppercase;color:#26166b;background:#f0f4ff;border-radius:999px}
.checkout-success__hint{font-weight:400;font-size:13px;line-height:150%;color:#777;margin-bottom:28px;max-width:480px}
.checkout-success__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}
.checkout-success__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-weight:500;font-size:15px;line-height:130%;text-decoration:none;border:1px solid #26166b;transition:0.2s;min-width:200px}
.checkout-success__btn--primary{background:#26166b;color:#fff}
.checkout-success__btn--primary:hover{background:#1a0f4a;color:#fff}
.checkout-success__btn--ghost{background:transparent;color:#26166b}
.checkout-success__btn--ghost:hover{background:#f0f4ff;color:#26166b}
@media (max-width:480px){.checkout-success__btn{width:100%;min-width:0}}
.checkout-payment{padding:60px 0 80px}
@media (max-width:600px){.checkout-payment{padding:30px 0 50px}}
.checkout-payment__container{max-width:820px}
.checkout-payment__header{margin-bottom:28px}
.checkout-payment__back{display:inline-flex;align-items:center;column-gap:6px;margin-bottom:18px;font-weight:400;font-size:14px;line-height:150%;color:#555;text-decoration:none;transition:0.2s}
.checkout-payment__back svg{transition:0.2s}
.checkout-payment__back:hover{color:#26166b}
.checkout-payment__back:hover svg{transform:translateX(-2px)}
.checkout-payment__title{font-weight:500;font-size:34px;line-height:120%;color:#151515;margin:0 0 8px}
@media (max-width:600px){.checkout-payment__title{font-size:26px}}
.checkout-payment__subtitle{font-weight:400;font-size:15px;line-height:150%;color:#555;margin:0;max-width:600px}
.checkout-payment__summary{background:#fff;border:1px solid #d7d7d7;padding:24px 28px;margin-bottom:24px}
@media (max-width:600px){.checkout-payment__summary{padding:20px}}
.checkout-payment__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px;margin:0}
@media (max-width:760px){.checkout-payment__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:420px){.checkout-payment__summary-grid{grid-template-columns:1fr}}
.checkout-payment__summary-cell{margin:0}
.checkout-payment__summary-cell dt{font-weight:500;font-size:11px;line-height:130%;letter-spacing:0.04em;text-transform:uppercase;color:#888;margin:0 0 6px}
.checkout-payment__summary-cell dd{margin:0;font-weight:500;font-size:16px;line-height:140%;color:#151515}
.checkout-payment__summary-cell--total dd{font-size:22px;color:#26166b}
.checkout-payment__status{display:inline-flex;align-items:center;padding:4px 10px;font-weight:500;font-size:12px;letter-spacing:0.02em;text-transform:uppercase;color:#26166b;background:#f0f4ff;border-radius:999px}
.checkout-payment__body{background:#fff;border:1px solid #d7d7d7;padding:28px;margin-bottom:24px}
@media (max-width:600px){.checkout-payment__body{padding:22px 18px}}
.checkout-payment__footer{background:#f8f8fb;border:1px solid #ececec;padding:22px 24px;display:flex;flex-direction:column;row-gap:16px}
@media (max-width:600px){.checkout-payment__footer{padding:18px}}
.checkout-payment__hint{margin:0;font-weight:400;font-size:14px;line-height:150%;color:#555}
.checkout-payment__actions{display:flex;flex-wrap:wrap;gap:10px}
.checkout-payment__action{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;font-weight:500;font-size:14px;line-height:130%;text-decoration:none;border:1px solid #26166b;transition:0.2s}
.checkout-payment__action--ghost{background:transparent;color:#26166b}
.checkout-payment__action--ghost:hover{background:#f0f4ff;color:#26166b}
@media (max-width:480px){.checkout-payment__action{flex:1 1 100%}}
.mall-payment-selector__header{margin-bottom:22px}
.mall-payment-selector__title{font-weight:500;font-size:22px;line-height:130%;color:#151515;margin:0 0 6px}
.mall-payment-selector__subtitle{font-weight:400;font-size:14px;line-height:150%;color:#777;margin:0}
.mall-payment-selector__form{margin:0}
.mall-payment-selector__methods{display:flex;flex-direction:column;row-gap:12px}
.mall-payment-selector__empty{background:#f8f8fb;border:1px dashed #d0d0e0;padding:22px 24px;font-weight:400;font-size:14px;line-height:150%;color:#555}
.mall-payment-method{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:flex-start;padding:20px 22px;background:#fff;border:1px solid #d7d7d7;cursor:pointer;transition:0.2s}
@media (max-width:600px){.mall-payment-method{grid-template-columns:auto 1fr;gap:14px;padding:16px 18px}}
.mall-payment-method:hover{border-color:#b6b6cf}
.mall-payment-method--active{border-color:#26166b;box-shadow:0 0 0 1px #26166b inset;cursor:default}
.mall-payment-method--active .mall-payment-method__indicator-dot{background:#26166b;border-color:#26166b;color:#fff}
.mall-payment-method--active .mall-payment-method__indicator-dot svg{opacity:1;transform:scale(1)}
.mall-payment-method__indicator{padding-top:2px}
.mall-payment-method__indicator-dot{width:22px;height:22px;border-radius:50%;border:2px solid #c4c4d5;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:transparent;transition:0.2s}
.mall-payment-method__indicator-dot svg{opacity:0;transform:scale(0.6);transition:0.2s}
.mall-payment-method__main{min-width:0}
.mall-payment-method__heading{display:flex;align-items:center;column-gap:12px;flex-wrap:wrap}
.mall-payment-method__name{font-weight:500;font-size:16px;line-height:140%;color:#151515}
.mall-payment-method__logo{max-height:28px;width:auto;object-fit:contain}
.mall-payment-method__description{margin-top:6px;font-weight:400;font-size:13px;line-height:150%;color:#777}
.mall-payment-method__description p{margin:0 0 4px}
.mall-payment-method__description p:last-child{margin-bottom:0}
.mall-payment-method__body{margin-top:18px;padding-top:18px;border-top:1px solid #ececec;display:flex;flex-direction:column;row-gap:16px}
@media (max-width:600px){.mall-payment-method__body{grid-column:1 / -1}}
.mall-payment-method__instructions{font-weight:400;font-size:14px;line-height:150%;color:#444}
.mall-payment-method__instructions p{margin:0 0 6px}
.mall-payment-method__instructions p:last-child{margin-bottom:0}
.mall-payment-method__instructions a{color:#26166b;text-decoration:underline}
.mall-payment-method__data{background:#f8f8fb;border:1px solid #ececec;padding:16px}
.mall-payment-method__data:empty{display:none}
.mall-payment-method__data:not(:has(input,select,textarea,label,button,p,h1,h2,h3,h4,h5,h6,ul,ol,table)){display:none}
.mall-payment-method__data label{display:block;font-weight:500;font-size:13px;line-height:130%;color:#555;margin-bottom:4px}
.mall-payment-method__data input,.mall-payment-method__data select,.mall-payment-method__data textarea{width:100%;padding:10px 12px;border:1px solid #d7d7d7;background:#fff;font-size:14px;line-height:140%;color:#151515;transition:0.2s}
.mall-payment-method__data input:focus,.mall-payment-method__data select:focus,.mall-payment-method__data textarea:focus{outline:none;border-color:#26166b}
.mall-payment-method__customer-methods{display:flex;flex-direction:column;row-gap:8px}
.mall-payment-method__submit{display:flex;justify-content:flex-end}
@media (max-width:600px){.mall-payment-method__submit{justify-content:stretch}}
.mall-payment-method__pay-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:#26166b;color:#fff;border:1px solid #26166b;font-weight:500;font-size:15px;line-height:130%;cursor:pointer;transition:0.2s;min-width:220px}
.mall-payment-method__pay-btn:hover:not(:disabled){background:#1a0f4a;border-color:#1a0f4a}
.mall-payment-method__pay-btn:disabled{opacity:0.6;cursor:not-allowed}
@media (max-width:600px){.mall-payment-method__pay-btn{width:100%;min-width:0}}
.mall-payment-method__selector{display:flex;align-items:center}
@media (max-width:600px){.mall-payment-method__selector{grid-column:1 / -1;justify-content:flex-end}}
.mall-payment-method__select-btn{background:transparent;border:1px solid #26166b;color:#26166b;padding:10px 18px;font-weight:500;font-size:14px;line-height:130%;cursor:pointer;transition:0.2s}
.mall-payment-method__select-btn:hover:not(:disabled){background:#26166b;color:#fff}
.mall-payment-method__select-btn:disabled{opacity:0.6;cursor:not-allowed}
.mall-my-account{display:grid;grid-template-columns:270px 1fr;column-gap:70px}
@media (max-width:900px){.mall-my-account{grid-template-columns:1fr;row-gap:24px}}
.mall-my-account__nav{display:flex;flex-direction:column;row-gap:8px}
.mall-my-account__content h2{font-weight:500;font-size:42px;line-height:150%;color:#151515;margin-bottom:20px}
.mall-my-account__nav-item a{border:0.89px solid #d7d7d7;padding:14px 16px;display:flex;align-items:center;column-gap:12px;font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#151515;transition:0.5s}
.mall-my-account__nav-item a svg path{transition:0.5s}
.mall-my-account__nav-item--active a{background:#26166b;color:#fff}
.mall-my-account__nav-item--active a svg path[stroke]{stroke:#fff}
.mall-my-account__nav-item--active a svg path[fill]{fill:#fff}
.mall-two-fields{display:grid;column-gap:16px;grid-template-columns:1fr 1fr}
.mall-form-control:not(:last-child){margin-bottom:16px}
.mall-form-control label{display:block;font-size:16px;margin-bottom:10px;color:#151515}
.mall-form-control input,.mall-form-control textarea{width:100%;background:#f0f0f0;font-weight:400;font-size:17px;line-height:118%;color:#151515;padding:12px 19px}
@media (max-width:480px){.mall-form-control input,.mall-form-control textarea{font-size:15px}}
.mall-form-control textarea{resize:false}
.mall-address{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;padding:16px;margin-bottom:16px;transition:all 0.3s ease;margin-top:30px}
.mall-address p{margin:0 0 12px 0;line-height:1.6;color:#333;font-size:16px}
.mall-address p:last-child{margin-bottom:0}
.mall-address strong,.mall-address b{color:#333;font-weight:600}
.mall-address__actions{margin-top:16px !important;padding-top:12px;border-top:1px solid #e0e0e0}
.mall-address__actions a{color:#26166b;text-decoration:none;font-weight:500;font-size:14px;transition:all 0.3s ease;display:inline-block}
.mall-address__actions a:hover{color:#1a0f4a;text-decoration:underline}
.mall-address__actions a:active{color:#150a3a}
.mall-address__actions a:focus-visible{outline:2px solid #26166b;outline-offset:2px;border-radius:2px}
@media (max-width:768px){.mall-address{padding:12px}.mall-address__actions{margin-top:12px !important;padding-top:8px}}
@media (prefers-reduced-motion:reduce){.mall-address,.mall-address__actions a{transition:none}}
.mall-form-control{margin-bottom:16px;display:flex;flex-direction:column}
.mall-form-control label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}
.mall-form-control select{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;color:#333;font-size:14px;font-family:inherit;transition:all 0.3s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:36px}
.mall-form-control select:hover{border-color:#26166b}
.mall-form-control select:focus{outline:none;border-color:#26166b;box-shadow:0 0 0 3px rgba(38,22,107,0.1)}
.mall-form-control select:disabled{background-color:#f9f9f9;color:#666;cursor:not-allowed}
.mall-form-control select option{padding:12px;color:#333;background-color:#fff}
.mall-form-control select option:checked{background:linear-gradient(#26166b,#26166b);background-color:#26166b !important;color:#fff}
.mall-form-control [data-validate-for]{margin-top:4px;font-size:12px;color:#e74c3c;display:none}
.mall-form-control [data-validate-for].is-invalid{display:block}
.mall-form-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;padding-top:16px;border-top:1px solid #e0e0e0}
.mall-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease;text-decoration:none;white-space:nowrap;font-family:inherit;text-align:center}
.mall-btn--primary{background-color:#26166b;color:#fff;box-shadow:0 2px 4px rgba(38,22,107,0.2)}
.mall-btn--primary:hover:not(:disabled){background-color:#1a0f4a;box-shadow:0 4px 8px rgba(38,22,107,0.3);transform:translateY(-1px)}
.mall-btn--primary:active:not(:disabled){background-color:#150a3a;transform:translateY(0)}
.mall-btn--primary:focus-visible{outline:2px solid #26166b;outline-offset:2px}
.mall-btn--primary:disabled{background-color:#c9bcd9;cursor:not-allowed;box-shadow:none}
.mall-btn--link{background-color:transparent;color:#26166b;padding:12px 0;box-shadow:none}
.mall-btn--link:hover:not(:disabled){background-color:transparent;color:#1a0f4a;text-decoration:underline}
.mall-btn--link:active:not(:disabled){color:#150a3a}
.mall-btn--link:focus-visible{outline:2px solid #26166b;outline-offset:2px;border-radius:2px}
.mall-btn--link:disabled{color:#666;cursor:not-allowed}
.mall-btn--sm{padding:8px 12px;font-size:13px}
.mall-btn--md{padding:12px 16px;font-size:14px}
.mall-btn--lg{padding:12px 24px;font-size:16px}
.mall-btn.is-loading{opacity:0.7;pointer-events:none}
.mall-btn.is-loading::after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:spin 0.6s linear infinite}
.mall-btn:disabled{cursor:not-allowed;opacity:0.6}
@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:768px){.mall-form-control select{font-size:16px}.mall-form-actions{flex-direction:column;gap:8px;align-items:stretch}.mall-form-actions .mall-btn{width:100%}}
@media (prefers-reduced-motion:reduce){.mall-form-control select,.mall-btn{transition:none}.mall-btn.is-loading::after{animation:none}}
@media (max-width:480px){.mall-form-control select{font-size:14px}}
.dasd{border:0.89px solid #26166b;padding:24px;display:none;align-items:start;column-gap:16px;background:#f0f4ff;margin-top:24px}
.dasd.active{display:flex}
.dasd__title{font-weight:500;font-size:16px;line-height:150%;color:#151515;margin-bottom:7px}
.dasd__text{font-weight:400;font-size:14px;line-height:150%;color:#555}
.dasd__text span{display:block;margin-top:8px;font-weight:400;font-size:12px;line-height:150%;color:#151515}