@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face{font-family:"SB Sans Interface";src:url("../themes/avalon/assets/fonts/SBSansInterface/SB Sans Interface.woff") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:"SB Sans Interface";src:url("../themes/avalon/assets/fonts/SBSansInterface/SB Sans Interface Light.woff") format("woff");font-weight:300;font-style:normal}
@font-face{font-family:"SB Sans Interface";src:url("../themes/avalon/assets/fonts/SBSansInterface/SB Sans Interface Semibold.woff") format("woff");font-weight:600;font-style:normal}
@font-face{font-family:"SB Sans Interface";src:url("../themes/avalon/assets/fonts/SBSansInterface/SB Sans Interface Bold.woff") format("woff");font-weight:700;font-style:normal}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:10px}
body{font-family:"Onest";font-size:1.4rem;color:#210B0A;min-height:100vh;display:flex;flex-direction:column}
body.overlay-opened{overflow:hidden}
main{flex-grow:1}
.container{max-width:1800px}
a{color:#210B0A;text-decoration:none}
a:hover{opacity:.8}
ul{margin:0;padding:0;display:flex;list-style-type:none}
h1,
h2,
h3,
h4,
h5,
h6{margin-bottom:0}
h1,
h2{color:#210B0A;font-size:3.6rem;font-style:normal;font-weight:800;line-height:120%}
input{outline:none}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.breadcrumbs{flex-wrap:wrap}
.section-search{padding-bottom:8rem}
.not-found{font-size:6rem;font-weight:700;color:#c5c5c5}
.download-pdf-link{display:inline-flex;position:relative;padding-right:30px}
.download-pdf-link::after{content:'';position:absolute;top:50%;right:0;display:block;width:28px;height:28px;background:url("../themes/avalon/assets/images/icons/pdf-icon.svg") 0 0 no-repeat;background-size:contain;background-position:center;background-repeat:no-repeat;transform:translateY(-50%)}
.slide-content{height:20em;text-align:center;width:80%;margin:0 auto;margin-top:2em;margin-bottom:2em;padding:3rem;flex-shrink:0;border-radius:1rem;border:1px solid #F6F4F4;color:black;text-decoration:none;overflow:auto}
.carousel-control-prev-icon,
.carousel-control-next-icon{width:30px;height:30px;border-radius:0;transform:scale(1.5)}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B86A66'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B86A66'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.slide-links li{list-style:none}
.slide-links a{color:black;font-size:1em;text-decoration:underline}
.slide-content h3{font-size:1.5em;padding:1em}
.carousel-indicators [data-bs-target]{background-color:#B86A66}
a{text-decoration:none}
.fancybox__content{height:100% !important}
.dropdown-menu2{display:none;width:auto;height:fit-content;position:absolute;background-color:#F6F4F4;z-index:5;border-radius:5px;line-height:2.5;white-space:nowrap;flex-direction:column;align-items:flex-start}
.dropdown-menu2 li,
.dropdown-menu3 li{width:100%}
.dropdown-menu3{display:none;flex-direction:column;width:auto;border-radius:5px;background-color:#F6F4F4;z-index:5;white-space:nowrap;position:absolute;left:100%;top:0}
.dropdown-menu2 li:hover>a,
.dropdown-menu3 li:hover>a{text-decoration:underline}
.header__menu li:hover .dropdown-menu2{display:flex;padding:0.5em 2em}
.dropdown-menu2 li:hover .dropdown-menu3{display:flex;padding:0.5em 2em;border:1px solid #E9E7E7}
.dropdown-menu2 li{position:relative}
.dropdown-menu2 li::before{position:absolute;padding:10px;transition:padding 0.3s ease}
.dropdown-menu2 li:hover::before{padding:20px}
.dropdown-menu3 li{position:relative}
.dropdown-menu3 li::before{position:absolute;padding:10px;transition:padding 0.3s ease}
.dropdown-menu3 li:hover::before{padding:20px}
.menu-arrow{display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #333;transition:transform 0.2s ease}
.header__menu:hover>.menu-arrow,
.dropdown-menu2 li:hover>.menu-arrow{transform:rotate(90deg)}
.dropdown-menu2,
.dropdown-menu3{display:none;position:absolute;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,0.2);z-index:100}
.header__menu:hover>.dropdown-menu2,
.dropdown-menu2 li:hover>.dropdown-menu3{display:block}
.section-category__item-price-wrapper{display:flex;flex-direction:column;gap:4px}
.price-note{font-size:1rem;color:#666;line-height:1.3;padding-right:10px}
.pre-ajax-title{height:32px!important;margin-bottom:26px}
.wrapper-loading{flex-direction:column;gap:21px}
.loading,
.loading-light{animation-duration:1.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#fafafa 8%,#f4f4f4 38%,#fafafa 54%);background-size:1000px 640px;color:transparent!important;position:relative;border-radius:6px}
.loading-dark{animation-duration:1.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#2c2c2c;background:linear-gradient(to right,#030303 8%,#f4f4f4 38%,#444343 54%);background-size:1000px 640px;color:transparent!important;position:relative;border-radius:6px}
.loading-transparent{animation-duration:1.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,rgba(250,250,250,0.18) 8%,rgba(244,244,244,0.16) 38%,rgba(250,250,250,0.18) 54%);background-size:1000px 640px;color:transparent!important;position:relative;border-radius:6px}
@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}
.pre-ajax-image{width:42px;height:42px;border-radius:50%!important;flex-shrink:0}
.pre-ajax-image img{width:100%;height:100%;object-fit:cover}
.element-animation{opacity:0;transform:translateY(123px)}
.element-animation.element-show{opacity:1;transition:all ease .6s;transform:translateY(0)}
.header__wrapper-header{background:white;display:grid;grid-template-columns:auto 1fr;gap:4rem}
.header__wrapper-left{display:flex;align-items:center;gap:1.7rem}
.header__wrapper-left .bi-three-dots{display:none}
.header__wrapper-menu{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem}
.header__menu li a{color:#210B0A;font-size:1.4rem;font-style:normal;font-weight:500;line-height:160%}
.header__wrapper-logo{width:10.89rem;height:11.60rem;transition:.3s all ease}
.header__wrapper-logo img{width:100%;height:100%;object-fit:contain}
.header__contacts{display:flex;align-items:center;gap:3rem}
.header__contacts a{color:#210B0A;text-align:right;font-size:1.4rem;font-style:normal;font-weight:500;line-height:160%}
.header__logo-description{background:linear-gradient(71deg,#371211 5.62%,#693533 63.3%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.2rem;font-style:normal;font-weight:400;line-height:130%;height:6rem;width:21.1rem}
.header__logo-description span{font-size:1.9rem;font-style:normal;font-weight:900;line-height:130%;letter-spacing:0.057rem;text-transform:uppercase;background:linear-gradient(71deg,#371211 5.62%,#693533 63.3%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.header__menu{gap:3rem}
.header__wrapper-search{border-radius:0.5rem;background:#F6F4F4;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;transition:.4s all ease}
.header__wrapper-search form{width:100%}
.header__wrapper-search input{outline:none;padding-left:5.5rem;width:78.4rem;height:5.6rem;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF;color:#210B0A;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;transition:.2s}
.header__wrapper-search input:focus{border:1px solid #d5d5d5}
.header__wrapper-search div[data-ajax-partial='catalog/search/catalog-search-bar']{width:100%}
.header__sber-id{display:inline-flex;align-items:center;justify-content:start;gap:5px;width:max-content;margin:5px 0;font-family:"SB Sans Interface";padding:8px 24px;border-radius:26px;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:16px;background-color:#107f8c;transition:all 0.1s ease-in-out}
.header__sber-id:hover{background-color:#21a19a;opacity:1}
.header__entry{width:10.8rem;height:5.6rem;border-radius:0.5rem;background:#A69090;color:white;display:flex;align-items:center;justify-content:center;color:#FFF;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%}
.header__wrapper-search-left{display:flex;align-items:center;gap:1.5rem}
.header__go-to-cart{position:relative;width:5.6rem;height:5.6rem;background:white;display:flex;align-items:center;justify-content:center;border-radius:.5rem}
.header__go-to-cart svg{width:100%;height:100%;object-fit:contain;border-radius:.5rem}
.header__wrapper-futures{position:relative;overflow:hidden;margin-top:2rem;margin-bottom:2rem;border-radius:0.8rem;background:#210b0a}
.header__futures{height:6.4rem;margin:1px;border-radius:0.5rem;background:#210B0A;display:flex;align-items:center;padding-top:.2rem;padding-bottom:.2rem;transition:1s all ease;transform:translateX(12rem);opacity:0}
.header__futures .owl-dots{display:none !important}
.header__futures-item{height:6rem;border-radius:0.8rem;background:#372322;padding:1.4rem 2rem 1.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between}
.header__futures-item-title{color:#D3CECE;font-size:1.2rem;font-style:normal;font-weight:500;line-height:1rem}
.header__futures-item-price{color:#FFF;font-size:1.6rem;font-style:normal;font-weight:600;line-height:1rem;white-space:nowrap}
.header__futures-item-change{color:#74C34A;font-size:1.6rem;font-style:normal;font-weight:500;line-height:1rem}
.header__wrapper-price{display:flex;align-items:center;gap:1.2rem}
.header__futures-label{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:.5rem;position:absolute;padding:1.6rem 3.8rem;top:0;left:0;z-index:2;height:100%;width:21rem;border-radius:0.5rem 0rem 0rem 0.5rem;background:linear-gradient(90deg,#210B0A 79.55%,rgba(33,11,10,0) 100%);color:#D3CECE;font-size:1.2rem;font-style:normal;font-weight:500;line-height:120%}
.header__futures-label span{color:#FFF;leading-trim:both;text-edge:cap;font-family:Onest;font-size:1.6rem;font-style:normal;font-weight:600;line-height:120%}
.header__wrapper__sber-id-logo{width:3rem;height:3rem}
.header__wrapper__sber-id-logo img{width:100%;height:100%;object-fit:contain}
.search-icon{width:3rem;height:3rem;position:absolute;top:50%;left:1.8rem;transform:translateY(-50%);z-index:3;border:none;background:none;display:flex;align-items:center;justify-content:center}
.search-icon svg{width:1.8rem;height:1.8rem}
.header__wrapper-for-fixed{background:white}
.low-logo{height:6.6rem}
.center{margin:0 auto}
.fixed{padding-top:.6rem;padding-bottom:.6rem;border-bottom:1px solid #F6F4F4;width:100vw;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:3}
.header-button{border:none;height:5.6rem;border-radius:0.5rem;background:linear-gradient(268deg,#7B2521 -14.92%,#B86A66 50.26%,#7B2521 101.03%);color:#FFF;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;width:30rem;align-content:center}
.section-about__wrapper-about{display:grid;grid-template-columns:auto 1fr;gap:4rem;overflow-x:hidden;border-radius:.5rem}
.section-about__wrapper-catalog{width:34.3rem;flex-shrink:0;border-radius:0.5rem;background:#F6F4F4;padding:5rem 4rem 5rem 0}
.section-about__wrapper-catalog h3{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:130%;padding-left:4rem}
.section-about__catalog-list{flex-direction:column;margin-top:3rem;gap:1.2rem}
.section-about__catalog-list li{position:relative;width:fit-content;border-radius:0 5rem 5rem 0;border-left:3px solid transparent}
.section-about__catalog-list li:before{content:'';position:absolute;top:0;left:0;z-index:0;width:0;height:5.5rem;background:white;border-radius:0 5rem 5rem 0;transition:all .2s ease}
.section-about__catalog-list li:hover{border-left:3px solid #B39999;cursor:pointer}
.section-about__catalog-list li:hover:before{width:100%}
.section-about__catalog-list li a{padding:1.5rem 4rem;position:relative;z-index:1}
.section-about__catalog-list li a:hover{opacity:1}
.section-about__catalog-list a{display:flex;align-items:center;gap:1rem;color:#210B0A;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%}
.section-about__center-part{display:grid;grid-template-columns:1fr 40.3rem;border-radius:0.5rem;background:#F6F4F4}
.section-about__center-part img{width:100%;height:100%;object-fit:contain}
.section-about__detail{display:flex;align-items:center;gap:1rem}
.section-about__title-block{height:40rem;padding:4rem 0 4rem 3.8rem;display:flex;flex-direction:column;justify-content:space-between;gap:12px}
.section-about__title-block h1{color:#210B0A;font-size:4.2rem;font-style:normal;font-weight:800;line-height:120%}
.section-about__title-block p{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:400;line-height:150%;text-align:justify}
.section-about__title-block a{color:#7B2521;font-size:1.6rem;font-style:normal;font-weight:600;line-height:150%}
.section-about__sber-banner{width:26.7rem}
.section-about__sber-banner img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem}
.section-about__advantages{grid-row:2;grid-column:2;grid-template-columns:repeat(4,1fr);display:grid;border-radius:0.5rem;background:#F6F4F4;gap:3.3rem;justify-content:space-between;padding:4rem}
.section-about__advantages__title{color:#210B0A;leading-trim:both;text-edge:cap;font-family:Onest;font-size:2.2rem;font-style:normal;font-weight:700;line-height:140%}
.section-about__advantages p{color:#210B0A;font-size:1.6rem;font-style:normal;font-weight:400;line-height:140%}
.section-about__advantages li{display:grid;grid-template-columns:4.2rem 1fr;align-items:start;gap:1.5rem}
.section-about__advantages li img{width:100%;object-fit:contain}
.section-about__wrapper-slider{display:flex;flex-direction:column;gap:4rem}
.section-about__index-slider{border-radius:.5rem;width:140rem;height:40rem}
.section-about__index-slider .slide{border-radius:.5rem;height:100%}
.section-about__index-slider .owl-stage-outer{border-radius:.5rem;height:100%}
.section-about__index-slider .owl-item{width:140rem;height:100%}
.section-about__wrapper-slider-image .slide-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}
.section-about-companies-static{align-items:start !important}
.section-about-companies-static li{display:flex;flex-direction:column;gap:.6rem;align-items:center}
.slide-image__mobile{display:none !important}
.slide-image__medium{display:none !important}
.section-about-companies-static .section-about-companies__wrapper-logo{width:15rem;height:15rem;display:flex;align-items:center;justify-content:center}
.section-about-companies-static .section-about-companies__wrapper-logo img{width:100%;height:100%;object-fit:contain}
.section-about-partners-static .section-about-partners__wrapper-logo{display:flex;align-items:end;justify-content:center}
.section-about-partners-static,
.section-about-companies-static{margin-top:6rem !important;margin-bottom:6rem !important}
@media (max-width:992px){.section-about__title-block h1{font-size:2.4rem}.section-about__title-block{justify-content:unset}.section-about__title-block p{font-size:1.6rem}.section-about__index-slider{width:100%;height:53rem}.section-about__index-slider .owl-item{height:33rem}.section-about__index-slider{height:33rem}.section-about-companies-static,.section-about-partners-static{grid-template-columns:repeat(4,1fr) !important}}
@media (max-width:768px){.section-about__index-slider .owl-item{height:26rem}.section-about__index-slider{height:26rem}.section-about__center-part{display:block}.section-about__title-block{height:auto;padding:2.4rem}.section-about__center-part img{display:none!important}.section-about__detail{margin-top:-1.2rem}.section-about__title-block p{font-size:1.4rem}}
@media (max-width:576px){.section-about__title-block p{font-size:1.8rem}.section-about__index-slider .owl-item{height:89rem}.section-about__index-slider{height:89rem}.slide-image__medium{display:none !important}.slide-image__desktop{display:none !important}.section-about__center-part{display:flex;flex-direction:column}.section-about__center-part img{display:block!important;margin-top:-30rem}.slide-image__mobile{display:block !important}.section-about-companies-static,.section-about-partners-static{grid-template-columns:repeat(3,1fr) !important;column-gap:2rem !important;row-gap:4rem !important}}
@media (max-width:440px){.section-about-companies-static,.section-about-partners-static{grid-template-columns:repeat(2,1fr) !important;gap:4rem !important}}
.section-index-news{padding-top:7.2rem;padding-bottom:7.2rem}
.section-index-news__wrapper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.6rem}
.section-index-news__wrapper-header a{color:#7B2521;font-size:1.6rem;font-style:normal;font-weight:600;line-height:150%;display:flex;align-items:center;gap:1rem}
.section-index-news__list{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem}
.section-index-news__list li a:hover{opacity:1}
.section-index-news__list li h3{margin-top:1.5rem;color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:140%;height:6rem;overflow:hidden}
.section-index-news__list li img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem;transition:.6s}
.section-index-news__list li:hover .overlay{width:100%;height:100%}
.section-index-news__list li:hover .overlay .detail{display:block}
.section-index-news__wrapper-image{border-radius:0.5rem;position:relative;width:100%;height:24rem;overflow:hidden}
.section-index-news__wrapper-image .overlay{border-radius:0.5rem;color:white;position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);width:0;height:0;background:rgba(0,0,0,0.51);transition:.2s;transition-timing-function:ease}
.section-index-news__wrapper-image .overlay .detail{font-size:1.8rem;font-weight:300;display:none}
.section-index-news__date{color:#7A6D6C;font-size:1.4rem;font-style:normal;font-weight:400;line-height:140%;margin-top:1.5rem}
.know-your-price{width:34.5rem;height:5.6rem;color:#210B0A;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;display:flex;align-items:center;justify-content:center;border-radius:0.5rem;border:2px solid #B39999;background:#FFF;margin-top:3.6rem}
.know-your-price--2{width:30rem;margin:2rem 0}
.section-geography__wrapper-map{position:relative}
.section-geography__wrapper-map img{width:100%;height:100%;object-fit:contain}
.map__wrapper-geo-icon{position:absolute}
.map__wrapper-icon{position:relative;width:6.2rem;height:6.2rem}
.map__wrapper-icon img{width:100%;height:100%;object-fit:contain}
.map__geo-name{position:absolute;top:-3rem;left:-68%;white-space:nowrap;border-radius:.4rem;padding:.2rem 1.2rem;background:#57383896;color:white;font-size:1.4rem;font-weight:300}
#krasnoyarsk{top:57%;left:50%}
#yakutia{top:50%;right:30%}
#irkutsk{bottom:18.5%;right:40%}
#buryatia{bottom:11%;right:34.5%}
#zabaikalsk{bottom:14.5%;right:28.5%}
#amur{bottom:18%;right:20.5%}
.wrapper-short-map{display:none}
@media (max-width:992px){.wrapper-short-map{display:block}.wrapper-full-map{display:none}#krasnoyarsk-sm{top:45%;left:15%}#yakutia-sm{top:40%;right:39%}#irkutsk-sm{bottom:18%;right:62%}#buryatia-sm{bottom:12.5%;right:44.5%}#zabaikalsk-sm{bottom:8%;right:33.5%}#amur-sm{bottom:21%;right:12.5%}}
.section-contacts{padding-top:8rem;padding-bottom:8rem}
.section-contacts__wrapper-contacts{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.section-contacts__not-found{padding:5rem 4rem!important;border-radius:0.5rem;background:#F6F4F4}
.section-contacts__not-found h2{line-height:80%!important;margin-bottom:2.5rem!important}
.section-contacts__not-found p{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:4rem}
.section-contacts__not-found button{border:none;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;width:20.4rem;height:5.6rem;color:white;border-radius:0.5rem;background:linear-gradient(268deg,#7B2521 -14.92%,#B86A66 50.26%,#7B2521 101.03%)}
.section-contacts__contacts{padding:5rem 4rem;border-radius:0.5rem;background:#F6F4F4}
.section-contacts__contacts h2{line-height:80%!important;margin-bottom:2.5rem!important}
.section-contacts__address{grid-column:span 2}
.section-contacts__wrapper-button{display:flex;align-items:center;gap:3rem}
.section-contacts__wrapper-button p{margin-bottom:0;color:#7A6D6C;font-size:1.2rem;font-style:normal;font-weight:400;line-height:130%}
.section-contacts__wrapper-button p span{color:#7B2521;font-size:1.2rem;font-style:normal;font-weight:400;line-height:130%}
.section-contacts__wrapper-inputs{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem}
.section-contacts__contacts{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3.6rem}
.section-contacts__contacts h2{margin-bottom:0}
.section-contacts__contacts .contact .label{color:#7A6D6C;font-size:1.6rem;font-style:normal;font-weight:500;line-height:145%;margin-bottom:.6rem}
.section-contacts__contacts .contact .value{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:145%}
.section-contacts__contacts .contact .border-contact{width:10rem;height:.2rem;background:#B39999;margin-top:1.5rem}
.section-contacts__contacts .schedule{color:#7A6D6C;font-size:1.4rem;font-style:normal;font-weight:400;line-height:160%}
.section-contacts__contacts .schedule span{color:#210B0A;font-size:1.4rem;font-style:normal;font-weight:400;line-height:160%}
.section-contacts input{padding:2rem;color:#210B0A;font-size:1.8rem;font-style:normal;font-weight:500;line-height:160%;width:100%;height:5.6rem;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF}
.section-contacts__wrapper-button button{border:none;height:5.6rem;border-radius:0.5rem;background:linear-gradient(268deg,#7B2521 -14.92%,#B86A66 50.26%,#7B2521 101.03%);color:#FFF;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;padding-right:5rem;padding-left:5rem}
.section-delivery-price input{padding:2rem;color:#210B0A;font-size:1.8rem;font-style:normal;font-weight:500;line-height:160%;width:100%;height:5.6rem;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF}
.section-contacts_2{padding-top:4rem;padding-bottom:4rem}
.section-contacts_2 .section-contacts__wrapper-button p{font-size:1.2rem}
.section-index-partners{padding-bottom:8rem;padding-top:6rem}
.section-index-partners__wrapper-partners{display:grid;grid-template-columns:repeat(4,1fr);gap:12rem;justify-items:center;align-items:center}
.section-index-partners__wrapper-logo{height:20rem;display:flex;align-items:end}
.section-index-partners__wrapper-logo img{width:100%;object-fit:contain}
@media (max-width:992px){.section-index-partners__wrapper-logo{height:12rem}}
@media (max-width:768px){.section-index-partners__wrapper-partners{grid-template-columns:1fr 1fr;row-gap:0}.section-index-partners__wrapper-logo{height:24rem}}
@media (max-width:576px){.section-index-partners__wrapper-partners{gap:6rem}.section-index-partners__wrapper-logo{height:15rem}}
[class*="ymaps-"][class*="-ground-pane"]{filter:grayscale(1)}
.route-calculator{width:100%;height:5.6rem;border-radius:0.5rem;background:linear-gradient(268deg,#7B2521 -14.92%,#B86A66 50.26%,#7B2521 101.03%);color:white;display:flex;align-items:center;justify-content:space-evenly;color:#FFF;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;transition:.4s}
.variants-window{flex-direction:column;position:absolute;top:6rem;left:0;background:white;border-radius:.6rem;width:100%;min-height:6rem;padding:2.4rem;z-index:3;box-shadow:0 0 .6rem 0 #ababab;transition:.6s all ease;display:none}
.variants-window li{font-size:1.6rem;font-weight:500;cursor:pointer}
.city-variant{border-radius:.6rem;padding:1.2rem 2.4rem;transition:.2s all ease}
.city-variant:hover{background:#eaeaea}
.section-about-partners{padding-bottom:8rem}
.section-about-partners__wrapper-partners{display:grid;grid-template-columns:repeat(5,1fr);gap:12rem;justify-items:center;align-items:center}
.section-about-partners__wrapper-partners li{list-style-type:none !important}
.section-about-partners__wrapper-logo{height:15rem}
.section-about-partners__wrapper-logo img{width:100%;object-fit:contain}
@media (max-width:992px){.section-about-partners__wrapper-logo{height:10rem}}
@media (max-width:768px){.section-about-partners__wrapper-partners{grid-template-columns:1fr 1fr;row-gap:0}.section-about-partners__wrapper-logo{height:24rem}}
@media (max-width:576px){.section-about-partners__wrapper-partners{gap:6rem}.section-about-partners__wrapper-logo{height:15rem}}
.section-about-companies{margin-bottom:8rem}
.section-about-companies__wrapper-partners{display:grid;grid-template-columns:repeat(7,1fr);gap:8rem;justify-items:center;align-items:center}
.section-about-companies__wrapper-partners li{list-style-type:none !important;font-size:1.5rem !important;text-align:center}
.section-about-companies__wrapper-logo img{width:100%;object-fit:contain;margin-bottom:8px}
@media (max-width:768px){.section-about-companies__wrapper-partners{grid-template-columns:1fr 1fr;row-gap:0}}
@media (max-width:576px){.section-about-companies__wrapper-partners{gap:6rem}}
.section-deliveries{margin-bottom:8rem}
.section-deliveries__wrapper-partners{display:grid;grid-template-columns:repeat(4,1fr);gap:8rem;justify-items:center;align-items:center}
.section-deliveries__wrapper-partners li{list-style-type:none !important;font-size:1.5rem !important;text-align:center}
.section-deliveries__wrapper-logo img{width:100%;object-fit:contain;margin-bottom:8px}
@media (max-width:768px){.section-deliveries__wrapper-partners{grid-template-columns:1fr 1fr;row-gap:0}}
@media (max-width:576px){.section-deliveries__wrapper-partners{gap:6rem}}
.breadcrumbs{padding-top:2rem;padding-bottom:2rem}
.breadcrumbs li{display:flex;align-items:center}
.breadcrumbs li a{color:#7A6D6C;leading-trim:both;text-edge:cap;font-family:Onest;font-size:1.6rem;font-style:normal;font-weight:400;line-height:160%}
.breadcrumbs li span{margin-left:1rem;margin-right:1rem;width:2rem;height:1px;background:#7A6D6C}
.breadcrumbs .active{color:#210B0A;font-size:1.6rem;font-style:normal;font-weight:400;line-height:160%}
.we-have{margin-top:.4rem;color:#599738;font-size:1.4rem;font-style:normal;font-weight:600;line-height:120%}
.section-category .section-about__wrapper-catalog{height:fit-content}
.section-category h1{margin-bottom:2.8rem;margin-top:.8rem;line-height:80%}
.section-category__wrapper-category{display:grid;grid-template-columns:auto 1fr;gap:4rem}
.section-category__wrapper-category .section-about__wrapper-catalog{grid-row:1;position:sticky;top:11rem}
.section-category__wrapper-item-order{display:flex;flex-direction:column;gap:.5rem}
.section-category__subcategory-title{display:flex;align-items:center;gap:1rem}
.section-category__subcategory-title .wrapper-icon{overflow:hidden;flex-shrink:0;width:5.5rem;height:4.5rem;padding:5px 10px;border-radius:5px}
.section-category__subcategory-title .wrapper-icon img{width:100%;height:100%;object-fit:contain}
.section-category__subcategory-title .title{color:#599738;font-size:2.2rem;font-style:normal;font-weight:700;line-height:130%}
.section-category__list{padding-top:2rem;padding-bottom:2rem;flex-direction:column;gap:4rem}
.section-category__product-item{display:flex;gap:4rem}
.section-category__product-item a{display:grid;grid-template-columns:auto 1fr;gap:4rem;flex-grow:1}
.section-category__item-title{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:160%;margin-bottom:1.5rem}
.section-category__item-description{color:#210B0A;leading-trim:both;text-edge:cap;font-family:Onest;font-size:1.8rem;font-style:normal;font-weight:400;line-height:160%}
.section-category__item-producer{color:#5C5150;font-size:1.4rem;font-style:normal;font-weight:400;line-height:120%;border-radius:0.5rem;background:rgba(193,119,65,0.1);padding:1rem 1.2rem;width:fit-content;margin-top:2.4rem}
.section-category__item-producer span{color:#210B0A;font-size:1.4rem;font-style:normal;font-weight:600;line-height:120%}
.section-category__wrapper-product-image{width:34.3rem;height:28rem;padding:3.4rem;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF}
.section-category__wrapper-product-image img{width:100%;height:100%;object-fit:contain}
.section-category__wrapper-description{padding-top:2rem;padding-bottom:2rem}
.section-category__wrapper-we-have{width:26.7rem;height:8.3rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF;padding-left:3rem;display:flex;flex-direction:column;justify-content:center;gap:.3rem}
.section-category__item-price{color:#210B0A;font-size:1.8rem;font-style:normal;font-weight:700;line-height:140%}
.section-category__item-price span{color:#210B0A;font-size:2rem;font-style:normal;font-weight:700;line-height:140%}
.section-category__item-order{width:26.7rem;flex-shrink:0;border-radius:0.5rem;background:#F6F4F4;padding:3rem;display:flex;flex-direction:column;gap:1.5rem}
.section-category__item-order .know-your-price{white-space:nowrap;margin-top:0;display:flex;align-items:center;justify-content:center;color:#210B0A;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;height:4.6rem;width:100%;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF}
.section-category__item-order button{color:#FFF;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;border:none;width:100%;height:4.6rem;border-radius:0.5rem;background:linear-gradient(268deg,#7B2521 -14.92%,#B86A66 50.26%,#7B2521 101.03%)}
.section-category__wrapper-sber-banner{border:1px solid red;margin-top:6rem;width:100%;height:42rem;border-radius:0.5rem;padding:5rem 8rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.section-category__wrapper-sber-banner h2{color:white;font-size:4.6rem;font-style:normal;font-weight:600;line-height:normal}
.section-category__wrapper-sber-banner p{color:#FFF;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal;margin-top:1.8rem}
.section-category__wrapper-sber-logo{width:20.8rem;height:3.4rem;align-self:end;justify-self:end}
.section-category__wrapper-sber-logo img{width:100%;height:100%;object-fit:contain}
.section-category__sber-left p{color:#fff;margin-top:20px;font-size:15px;margin-bottom:25px}
.section-category__sber-right{display:flex;flex-direction:column;gap:2.4rem}
.section-category__sber-right p{color:rgba(255,255,255,0.8);font-size:1.2rem;font-style:normal;font-weight:400;line-height:130%;margin-top:-2rem}
.section-category__sber-right__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.2rem}
.section-category__sber-right__bottom{display:flex;align-items:center;justify-content:end;gap:3rem}
.section-category__sber-advantages{flex-direction:column;gap:3rem;list-style-type:disc;padding-left:2.4rem;margin-top:3.2rem}
.section-category__sber-advantages li{color:#FFF;font-size:2.2rem;font-style:normal;font-weight:600;line-height:80%}
.section-category__sber-advantages li::marker{color:rgba(255,255,255,0.5)}
.sber-id-detail{color:black;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal;background:white;padding:1.9rem 5.8rem 1.8rem 5.9rem;width:25rem;height:6rem;flex-shrink:0;border-radius:8.2rem;background:#FFF;align-self:end}
.section-product__description table{width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:10px}
.section-product__description table tr{border-bottom:1px solid grey}
.section-product__description table tr td{width:auto;padding:0.4em 0.8em}
.section-category__list.compact{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.section-category__list.compact .catalog-product-card-link{display:flex;flex-direction:column;gap:10px}
.section-category__list.compact .section-category__wrapper-product-image{width:100%}
.section-category__description-down{display:block;font-size:1.3em}
.section-category__description-down h2,
h3{font-size:1.3em;padding:0.5em 0}
.section-category__description-down ul{display:block;list-style:disc;padding-left:1em}
.section-product .section-about__wrapper-catalog{height:fit-content;position:sticky;top:1.2rem}
.section-product__description{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:400;line-height:150%;grid-column-start:1;grid-column-end:3}
.section-product .section-category__item-order{width:100%;gap:2rem;height:auto}
.section-product .section-category__item-order button{height:5.6rem}
.section-product .section-category__item-order .know-your-price{height:5.6rem;margin-top:0;white-space:nowrap}
.section-product__wrapper-product{display:grid;grid-template-columns:auto 1fr;gap:4rem}
.section-product__wrapper-top{display:grid;grid-template-columns:auto 1fr 26.7rem;gap:4rem}
.section-product__wrapper-top__price-and-discount{display:flex;gap:2rem}
.section-product__wrapper-top__center{display:flex;flex-direction:column;gap:1.5rem}
.section-product__min-order,
.section-product__producer{color:#7A6D6C;font-size:1.6rem;font-style:normal;font-weight:400;line-height:80%;padding-top:2rem;padding-bottom:2rem;border-bottom:.1rem solid #E9E7E7}
.section-product__min-order span,
.section-product__producer span{color:#210B0A;font-size:1.6rem;font-style:normal;font-weight:600;line-height:150%}
.section-product__wrapper-price{border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF;padding:3rem;color:#210B0A;font-size:2.4rem;font-style:normal;font-weight:700;line-height:60%;width:100%;height:11.6rem;display:flex;flex-direction:column;gap:1rem}
.section-product__wrapper-price__price span{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:60%}
.section-product__wrapper-price .we-have{line-height:80%;margin-top:0}
.section-product__discount{width:13.3rem;height:11.6rem;border-radius:0.5rem;background:#FDFAF4;display:flex;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}
.section-product__discount p{margin-bottom:0;color:#210B0A;text-align:center;font-size:1.2rem;font-style:normal;font-weight:800;line-height:140%;letter-spacing:0.06rem;text-transform:uppercase}
.section-product__discount__wrapper-icon{width:4.2286rem;height:3.2rem;margin-top:.6rem}
.section-product__discount__wrapper-icon img{width:100%;height:100%;object-fit:contain}
.section-product__manager{width:26.7rem;height:34.6rem;background:#372322;background-image:url("../themes/avalon/assets/images/bg-manager.png");border-radius:0.5rem;padding:3rem}
.section-product__manager__wrapper-image{height:8.2rem;display:flex;justify-content:center;margin-bottom:1.6rem}
.section-product__manager__wrapper-image img{height:100%;object-fit:cover;border-radius:50%}
.section-product__manager__name{color:#FFF;text-align:center;font-size:1.8rem;font-style:normal;font-weight:700;line-height:170%}
.section-product__manager__post{color:#D3CECE;text-align:center;font-size:1.3rem;font-style:normal;font-weight:400;line-height:170%}
.section-product__manager__email{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#FFF;text-align:center;font-size:1.4rem;font-style:normal;font-weight:600;line-height:80%;margin-top:1.5rem}
.section-product__manager__show-number{position:relative;margin:2.4rem auto 1.5rem auto;display:flex;align-items:center;padding-left:2rem;width:20.7rem;height:4.6rem;border-radius:0.5rem;background:#FFF;color:#908585;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%}
.section-product__manager__show-number:hover{opacity:1}
.section-product__manager__show-number .hide-screen{border-radius:0.5rem;transition:.6s;transition-timing-function:ease;display:flex;align-items:center;justify-content:center;padding-left:.6rem;position:absolute;top:0;right:0;z-index:1;width:100%;height:100%;background:#fff;background:linear-gradient(90deg,rgba(255,255,255,0) 13%,#fff 19%)}
.section-product__manager .do-i-call-you{color:#FFF;text-align:center;font-size:1.4rem;font-style:normal;font-weight:600;line-height:160%;border-bottom:1px dashed #FFF;width:fit-content;display:block;margin:0 auto}
.section-product__wrapper-image{width:57.4rem;height:46.6rem;padding:5.67rem;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF}
.section-product__wrapper-image img{width:100%;height:100%;object-fit:contain}
.section-product h1{margin-bottom:2.8rem;margin-top:.8rem;line-height:80%}
.section-product__wrapper-delivery{grid-row:3;grid-column-start:1;grid-column-end:3}
.section-product__wrapper-delivery .gray-block{border-radius:0.5rem;background:#F6F4F4;border-left:2px solid #B39999;margin-top:4rem}
.section-product__wrapper-delivery h2{margin-top:3rem;padding-bottom:2rem;color:#210B0A;font-size:2.8rem;font-style:normal;font-weight:800;line-height:80%}
.section-product__self-delivery{padding:2.6rem;height:15rem;width:100%;flex-shrink:0;border-radius:0.5rem;border:1px solid #E9E7E7;background:#FFF;margin-top:2rem}
.section-product__self-delivery .know-your-price{margin-top:0;flex-shrink:0}
.section-product__self-delivery p{color:#210B0A;leading-trim:both;text-edge:cap;font-family:Onest;font-size:2.2rem;font-style:normal;font-weight:400;line-height:150%}
.section-product__self-delivery h3{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:80%;margin-bottom:2rem}
.section-product__wrapper-delivery-block{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.section-product__self-delivery-points{flex-direction:column}
.section-product__self-delivery-points li{color:#210B0A;font-size:1.8rem;font-style:normal;font-weight:400;line-height:160%;margin-bottom:.6rem}
.section-product__self-delivery-points li:first-child{margin-bottom:0}
.section-product__wrapper-top__right{grid-row-start:1;grid-row-end:6}
.section-product__manager{margin-bottom:4rem}
.section-product .section-about__wrapper-catalog{top:11rem}
.section-product__description ul{flex-direction:column;gap:1.2rem;list-style-type:disc;padding-left:2.76rem;margin-bottom:2.4rem}
.section-cart{padding-bottom:8rem}
.section-cart .section-about__wrapper-catalog{grid-row:1;height:fit-content;position:sticky;top:1.2rem}
.section-cart__wrapper-title{display:grid;grid-template-columns:1fr 26.7rem;gap:4rem}
.section-cart__wrapper-title h1{margin-bottom:3rem;display:flex;align-items:center;justify-content:space-between}
.section-cart__wrapper-title h1 .wrapper-remove-icon{cursor:pointer}
.section-cart h2{color:#210b0a;font-size:2.8rem;font-style:normal;font-weight:800;line-height:120%;margin-bottom:4rem;margin-top:4rem}
.section-cart h3{color:#210b0a;font-size:2.2rem;font-style:normal;font-weight:700;line-height:80%;margin-bottom:3rem}
.section-cart__wrapper-cart{display:grid;grid-template-columns:auto 1fr;gap:4rem}
.section-cart__list{flex-direction:column;gap:1rem}
.section-cart__item{position:relative;display:grid;grid-template-columns:1fr 22rem;gap:1rem;transition:0.6s all ease}
.section-cart__item-left-part{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;width:100%;height:100%;border-radius:0.5rem;background:#f6f4f4;padding:1rem;height:28rem}
.section-cart__item-price-block{width:100%;height:100%;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;padding:0 3rem;height:28rem;display:flex;flex-direction:column;justify-content:center}
.section-cart__wrapper-image-loading{width:11.7rem;height:9.5rem;flex-shrink:0;border-radius:0.5rem}
.section-cart__wrapper-item-image{padding:1.15rem;width:11.7rem;height:9.5rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff}
.section-cart__wrapper-item-image img{width:100%;height:100%;object-fit:contain}
.section-cart__item-title{color:#210b0a;font-size:2.2rem;font-style:normal;font-weight:700;line-height:130%}
.section-cart__item-delivery{color:#7a6d6c;font-size:1.4rem;font-style:normal;font-weight:400;line-height:130%}
.section-cart__item-delivery span{color:#210b0a;font-size:1.4rem;font-style:normal;font-weight:600;line-height:130%}
.section-cart__wrapper-quantity{display:flex;align-items:center;gap:1rem;padding-right:2.6rem}
.section-cart__wrapper-quantity .cart-item__quantity{width:8.6rem;height:4.2rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;color:#210b0a;text-align:center;font-size:1.7rem;font-style:normal;font-weight:700;line-height:160%}
.section-cart__wrapper-quantity .cart-item__loading{width:8.6rem;height:4.2rem;flex-shrink:0;border-radius:0.5rem}
.section-cart__wrapper-item-description{display:flex;flex-direction:column;gap:0.6rem}
.section-cart__wrapper-plus,
.section-cart__wrapper-minus{width:4.1rem;height:4.1rem;flex-shrink:0}
.section-cart__wrapper-plus svg,
.section-cart__wrapper-minus svg{width:100%;height:100%;object-fit:contain}
.section-cart__item-price{color:#210b0a;font-size:2.3rem;font-style:normal;font-weight:700;line-height:140%;display:flex;align-items:center;gap:0.3rem}
.section-cart__item-delivery-price{color:#599738;font-size:1.4rem;font-style:normal;font-weight:600;line-height:120%}
.section-cart__wrapper-list{display:grid;grid-template-columns:1fr 26.7rem;gap:4rem}
.section-cart__right-banners{display:flex;flex-direction:column;gap:4rem}
.section-cart__payment{border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;padding:3rem;margin-bottom:2rem}
.section-cart__payment-items{flex-direction:column;gap:2.5rem}
.section-cart__payment-items li{line-height:80%}
.section-cart__payment-items li label{color:#210b0a;font-size:1.8rem;font-style:normal;font-weight:400;line-height:130%}
.section-cart .form_radio input[type="radio"]{display:none}
.section-cart .form_radio label{display:flex;align-items:center;cursor:pointer;position:relative;padding-left:3.7rem;margin-right:0;user-select:none}
.section-cart .form_radio input[type="radio"]:checked + label:before{background:url("../themes/avalon/assets/images/icons/radio-checked.svg") 0 0 no-repeat;background-size:contain;background-position:center}
.section-cart .form_radio input[type="checkbox"]:checked + label:before{background:url("../themes/avalon/assets/images/icons/radio-checked.svg") 0 0 no-repeat;background-size:contain;background-position:center}
.section-cart .form_radio label:before{content:"";display:inline-block;width:2.8rem;height:2.8rem;position:absolute;left:0;background:url("../themes/avalon/assets/images/icons/radio.svg") 0 0 no-repeat;background-size:contain;background-position:center;background-repeat:no-repeat}
.section-cart__base-select{display:flex;align-items:center;gap:2rem}
.section-cart__base-select select{width:34.5rem;height:5.6rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;color:#210b0a;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;padding-left:2rem;outline:none}
.section-cart__wrapper-address-input{position:relative;width:100%}
.section-cart__wrapper-address-input input{padding-left:4.8rem;width:100%;height:5.6rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;font-size:1.6rem}
.section-cart__wrapper-address-input label{display:flex;align-items:center;gap:1rem;position:absolute;top:50%;transform:translateY(-50%);left:2rem;color:#210b0a;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;transition:0.2s;transition-timing-function:ease}
.section-cart__wrapper-address-input label:before{content:"";background-image:url("../themes/avalon/assets/images/icons/address.svg");width:1.8rem;height:2rem;background-size:contain;background-position:center;background-repeat:no-repeat}
.section-cart__your-data{width:100%;border-radius:0.5rem;background:#f6f4f4;padding:4rem;margin-top:3rem}
.section-cart__your-data h2{line-height:80%;margin-top:0;margin-bottom:3rem}
.section-cart .cart-contacts{display:grid;grid-template-columns:1fr 1fr}
.section-cart .section-contacts{padding:0}
.section-cart .section-contacts__not-found{padding:0}
.section-cart .block-loading{border:1px solid #e9e7e7a1 !important}
.cart-total-price{font-size:3.6rem;font-weight:600;margin-top:3.6rem}
.cart-count{width:3.2rem;height:3.2rem;border-radius:50%;background:#371211;color:#fff;text-align:center;font-size:1.3rem;font-style:normal;font-weight:800;line-height:150%;display:flex;align-items:center;justify-content:center;padding-top:0.1rem;border:0.3rem solid white;position:absolute;top:-0.4rem;right:-0.5rem}
.wrapper-remove-icon{width:4.2rem;height:4.2rem}
.wrapper-remove-icon svg{width:100%;height:100%;object-fit:contain}
.wrapper-close-icon{width:5rem;height:5rem;padding:1rem;position:absolute;top:50%;right:0;transform:translate(50%,-50%);background:white;cursor:pointer}
.wrapper-close-icon:hover{opacity:0.8}
.wrapper-close-icon svg{width:100%;height:100%;object-fit:contain}
.translate-left{transform:translateX(-100vw)}
.in-cart{display:flex;align-items:center;justify-content:center;gap:0.3rem;background:linear-gradient(268deg,#599738 -14.92%,#70c957 50.26%,#449b2b 101.03%) !important}
.section-orders__links{margin-top:2.1rem}
.section-cart__wrapper-base-select{display:none}
.order__left-part{grid-template-columns:1fr auto;padding:2rem 2.4rem;height:fit-content;cursor:pointer;border:1px solid #e9e7e7;align-items:start}
.account__order-item .section-cart__item-price-block{height:auto}
.quantity-in-order{font-size:2.1rem;font-weight:600;display:flex;flex-direction:column}
.quantity-in-order span{font-weight:300;font-size:1.4rem;color:rgba(122,109,108,0.71)}
#map{display:none}
#baseSelect{display:none}
#station input{padding-left:4.8rem;width:100%;height:5.6rem;flex-shrink:0;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff;font-size:1.6rem}
#station{position:relative;display:none}
#station input{cursor:pointer}
#station label{display:flex;cursor:pointer;align-items:center;gap:1rem;position:absolute;top:50%;transform:translateY(-50%);left:2rem;color:#210b0a;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;transition:0.2s;transition-timing-function:ease}
#station label:before{content:"";background-image:url(../themes/avalon/assets/images/icons/address.svg);width:1.8rem;height:2rem;background-size:contain;background-position:center;background-repeat:no-repeat}
#baseSelect p{margin-top:0.3rem;font-size:2.1rem;font-weight:600;color:#898989;margin-bottom:0;line-height:normal}
.base-select__wrapper-important{margin-top:2.1rem;margin-bottom:-2.1rem;display:flex;align-items:center;gap:1.2rem}
.section-delivery-price .cart-contacts{display:grid;grid-template-columns:1fr 1fr}
.order-item__pay{padding:1rem 2rem;border-radius:0.5rem;font-size:1.5rem;color:#fff;text-align:center;background-color:#372322}
.order-item__sber-pay{display:inline-flex;align-items:center;justify-content:start;gap:5px;width:max-content;margin:5px 0;font-family:"SB Sans Interface";font-style:normal;font-weight:normal;font-size:14px;line-height:16px;padding:13px 30px;border-radius:20px;color:#fff;background-color:#107f8c;transition:all 0.1s ease-in-out}
.order-item__sber-pay:hover{background-color:#21a19a;opacity:1}
.sberbusiness-credit-terms{display:flex;flex-direction:column;gap:2px;font-size:12px}
.sberbusiness-credit-terms__from{color:#808080}
.section-cart__payment-item-method-wrapper{display:flex;align-items:center;justify-content:start;gap:12px}
.sberbuisenss-link{color:#1358BF;font-family:'SB Sans Interface';font-size:14px}
.sberbusiness-credit-terms-about{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}
label span{color:red;font-size:24px}
.go-to-alfa,
.redirect-alfa{height:48px;display:inline-flex;align-items:center;justify-content:start;gap:5px;width:max-content;margin:5px 0;font-family:"SB Sans Interface";font-style:normal;font-weight:normal;font-size:14px;line-height:16px;padding:13px 30px;border-radius:20px;color:#fff;background-color:#ef3124;transition:all 0.1s ease-in-out}
.pending span{color:orange;font-size:1.8rem}
.approved{color:green;font-size:1.8rem}
.pending-work span{color:#1358BF}
.pending-error span{color:red}
.pending-refuse span{color:blueviolet}
.request-credit{padding-top:4rem;padding-bottom:12rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(60rem,1fr));gap:2rem}
.face__wrapper-select{position:relative}
.face__wrapper-select select{cursor:pointer}
.face__wrapper-select .bi-chevron-down{position:absolute;top:50%;right:2rem;transform:translateY(-50%)}
.back-to-orders{padding:2rem 0 2rem;display:flex;align-items:center;gap:1rem;color:#210B0A;font-size:1.8rem}
.go-to-alfa:hover{background-color:rgba(239,49,36,0.99);color:white}
.go-to-alfa:hover svg{fill:white}
.section-orders__pay{display:flex;align-items:center;justify-content:center;width:11.4rem;height:4.6rem;flex-shrink:0;border-radius:0.5rem;background:linear-gradient(268deg,#7b2521 -14.92%,#b86a66 50.26%,#7b2521 101.03%);color:#fff;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;margin-left:1rem;margin-right:2rem}
.section-orders__wrapper-docs{display:flex;align-items:center;gap:2rem}
.section-orders__bill{display:flex;flex-direction:column;align-items:center;gap:0.6rem;line-height:80%}
.section-orders__bill img{width:2.3998rem;height:2.4rem}
.section-orders__upd{display:flex;flex-direction:column;align-items:center;gap:0.6rem;line-height:80%}
.section-orders__upd img{width:2rem;height:2.4rem}
.section-orders__discount{width:1.8rem;height:1.4rem}
.section-orders .section-contacts__not-found{padding:5rem 4rem;border-radius:0.5rem;background:#f6f4f4}
.section-orders .section-contacts__not-found h2{margin-top:0;margin-bottom:2.5rem}
.section-orders .section-contacts__contacts h2{margin-top:0;margin-bottom:0;line-height:80%}
.section-orders__old-price{color:#a8a8a8;font-size:1.4rem;font-style:normal;font-weight:700;line-height:110%;text-decoration:line-through}
.section-orders__item-volume{color:#7a6d6c;font-size:1.4rem;font-style:normal;font-weight:600;line-height:120%}
.section-orders__discount-for-volume{color:#c58c1e;font-size:0.8rem;font-style:normal;font-weight:800;line-height:140%;letter-spacing:0.04rem;text-transform:uppercase;display:flex;align-items:center;gap:0.5rem;margin-bottom:0.8rem}
.section-orders__wrapper-orders{padding-bottom:8rem}
.section-orders__links{gap:3rem;margin-bottom:2.8rem}
.section-orders__links li a{color:#7a6d6c;font-size:2.2rem;font-style:normal;font-weight:700;line-height:160%;display:flex;flex-direction:column;align-items:center}
.section-orders__links li a .link-border{transition:0.4s;transition-timing-function:ease;width:0;height:0.3rem;background:#7a6d6c}
.section-orders__links li .active{color:#210b0a;font-size:2.2rem;font-style:normal;font-weight:700;line-height:160%}
.section-orders__links li .active .link-border{width:37.5%;background:#7b2521 !important}
.section-orders__links li:hover .link-border{width:37.5%;height:0.3rem;background:#7a6d6c}
.section-orders__date{color:#000;font-size:2.1rem;font-style:normal;font-weight:600;line-height:120%}
.section-orders__date span{color:#7a6d6c;font-size:1.2rem;font-style:normal;font-weight:400;line-height:120%}
.section-cart__wrapper-right .buttons-wrapper{display:flex;gap:2rem;flex-wrap:wrap}
.orders__wrapper-positions{flex-direction:column;display:none}
.orders__wrapper-positions li{margin-bottom:1rem}
.account__order-delivery{display:flex;align-items:center;gap:1.2rem}
.account__order-status{width:fit-content;padding:.2rem 1.2rem;color:white;font-weight:400;font-size:1.4rem;border-radius:.5rem;box-shadow:0 .3rem .3rem 0 #d9d9d9;margin-bottom:.3rem}
.orders__wrapper-positions ul{display:block;padding-left:1.2rem;margin-left:1.5rem;border-left:1px solid #eaeaea}
.button-logout{width:10.8rem;height:5.6rem;border-radius:0.5rem;background:#a69090;color:white;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%}
.account-button{width:23rem;height:5.6rem;border-radius:0.5rem;background:#a69090;color:white;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;border:none}
.account-button:hover{opacity:0.8}
.account-data-overview{margin-bottom:2rem}
.account-data-overview__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.account-data-overview__list h3{margin-bottom:1.5rem}
.section-catalog__wrapper-catalog{position:relative;display:grid;grid-template-columns:1fr 45%;align-items:center;gap:5.7rem}
.section-catalog__wrapper-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:7.5rem;margin-top:7rem;margin-bottom:7rem;padding-left:4rem}
.section-catalog__wrapper-categories li:hover .ellipse{transform:scale(1.5);padding:3rem!important;box-shadow:0 0 20px 0 rgba(134,79,41,0.22)}
.section-catalog__wrapper-categories li a{display:block;position:relative;width:13.8rem;height:22.4rem}
.section-catalog__wrapper-categories li a:hover{opacity:1}
.section-catalog__wrapper-categories li a img{width:100%;height:100%;object-fit:contain}
.section-catalog__wrapper-categories li a .ellipse{position:absolute;top:0;right:-30%;z-index:-1;background:white;width:22rem;height:22rem;border:1px solid rgba(134,79,41,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2rem;transition:.4s all ease}
.section-catalog__wrapper-categories li a .ellipse .ellipse-in{border-radius:50%;background:rgba(134,79,41,0.1);width:100%;height:100%}
.section-catalog__wrapper-wagon{overflow-x:hidden;position:absolute;width:45%;bottom:-24px;right:0;height:57.7rem;flex-shrink:0}
.section-catalog__wrapper-wagon img{width:100%}
.section-catalog .wagon-picture{transition:2.1s all ease;opacity:.9;filter:grayscale(1);transform:translateX(60%)}
.section-catalog .translate-wagon{filter:none;opacity:1 !important;transform:translateX(0)}
@media (max-width:576px){.section-product__description table{overflow-x:auto;font-size:1.4rem}.section-product__description table tr td{padding-left:1rem;padding-right:1rem}}
.section-product__description p img{width:100%;height:100%;object-fit:contain}
.scale-low{transform:scale(0.7);padding:0!important}
.slide-content{height:20em;text-align:center;width:80%;margin:0 auto;margin-top:2em;margin-bottom:2em;padding:3rem;flex-shrink:0;border-radius:1rem;border:1px solid #F6F4F4;color:black;text-decoration:none;overflow:auto}
.carousel-control-prev-icon,
.carousel-control-next-icon{width:30px;height:30px;border-radius:0;transform:scale(1.5)}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B86A66'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B86A66'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.slide-links li{list-style:none}
.slide-links a{color:black;font-size:1em}
.slide-content h3{font-size:1.5em;padding:1em}
.carousel-indicators [data-bs-target]{background-color:#B86A66}
.title_h3{color:#210B0A;font-size:2.2rem;font-style:normal;font-weight:700;line-height:130%;padding-left:4rem}
.catalog-search-bar{position:relative;width:100%}
.catalog-search-bar__input{position:relative}
.catalog-search-results{z-index:10;overflow:auto;position:absolute;top:100%;width:100%;max-height:50vh;padding:2rem 5.5rem;margin-top:10px;border-radius:0.5rem;background-color:#f6f4f4}
.catalog-search-results::-webkit-scrollbar{width:6px}
.catalog-search-results::-webkit-scrollbar-thumb{background-color:#c1c1c1}
.catalog-search-results::-webkit-scrollbar-track{background:#fff}
.catalog-search-results__heading{margin-bottom:0.8rem;font-size:3rem;font-weight:700;opacity:0.2;user-select:none}
.catalog-search-results__list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}
.catalog-search-results__link{display:block;width:100%;padding:1rem;background:rgba(227,227,227,0.5);border-radius:0.5rem;font-size:2rem}
.catalog-subcategory-list{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:15px;padding-bottom:3em}
.footer{background:linear-gradient(53deg,#371211 7.03%,#693533 129.45%);padding-top:4rem;padding-bottom:4rem}
.footer__wrapper-menu{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.footer__menu-list{flex-direction:column;align-items:start;gap:2.4rem}
.footer__menu-list li,
.footer__menu-list a{color:#FFF;font-size:1.8rem;font-style:normal;font-weight:500;line-height:160%}
.footer__left-list{display:grid;grid-template-columns:auto 1fr;justify-items:start;column-gap:12rem;row-gap:2.4rem;height:fit-content}
.footer__wrapper-logo{height:5.2rem;width:4.8rem;margin:3.6rem auto}
.footer .development{margin-top:2.4rem;flex-direction:column;gap:1.5rem;align-items:start}
.footer .development li,
.footer .development a{color:#C7C2C2;text-align:center;font-size:1.4rem;font-style:normal;font-weight:400;line-height:160%}
.footer-contact{display:flex;align-items:center;gap:1rem}
.footer-address:before{display:block;content:"";width:2.4rem;height:2.4rem;background-image:url("../themes/avalon/assets/images/icons/geo.svg");background-repeat:no-repeat;background-size:contain;background-position:center}
.footer-email:before{display:block;content:"";width:2.4rem;height:2.4rem;background-image:url("../themes/avalon/assets/images/icons/email.svg");background-repeat:no-repeat;background-size:contain;background-position:center}
.footer-phone:before{display:block;content:"";width:2.4rem;height:2.4rem;background-image:url("../themes/avalon/assets/images/icons/phone.svg");background-repeat:no-repeat;background-size:contain;background-position:center}
.footer-schedule:before{display:block;content:"";width:2.4rem;height:2.4rem;background-image:url("../themes/avalon/assets/images/icons/clock.svg");background-repeat:no-repeat;background-size:contain;background-position:center}
.mobile-menu-service__list{position:relative;background:#F6F4F4;position:fixed;top:24px;right:50%;transform:translate(50%,300vh);width:calc(97vw);padding:4.2rem;z-index:3;border-radius:1.2rem;flex-direction:column;gap:2.4rem;font-size:2.4rem;transition:.42s all ease}
.close{position:absolute;top:2.1rem;right:2.4rem}
.menu-show{transform:translate(50%,0)}
.overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(0,0,0,0.41);display:none}
.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin:3rem 0}
.pagination__list{display:flex;align-items:center;justify-content:center;gap:1rem}
.pagination__link{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;background:#a5a5a5;border-radius:0.5rem;color:#fff;font-size:1.6rem;font-style:normal;font-weight:600}
.pagination__link._act{background:#372322}
.section-news{padding-bottom:8rem}
.section-news .news__list{gap:1.2rem;flex-wrap:wrap;margin:2.4rem 0;padding-bottom:2.1rem}
.section-news .news__category-link{display:block;padding:1.2rem 2.1rem;font-size:1.5rem;font-weight:500;background:#F6F4F4;color:#210B0A;border-radius:.6rem;line-height:80%}
.section-news .news__category-link:hover{opacity:1;background:rgba(166,144,144,0.24)}
.section-article{padding-bottom:8rem}
.section-article h1{margin-bottom:3.6rem}
.section-article img{flex-shrink:0;max-width:100%;width:33%;margin:.6rem 2.4rem 1rem 0;border-radius:.6rem}
.section-article__wrapper-article{display:flex;gap:10px}
.section-article__wrapper-article p{font-size:2rem;line-height:150%}
.section-article__wrapper-article ul{list-style-type:disc;flex-direction:column;padding-left:2.4rem;margin:1.2rem 0}
.section-article__wrapper-article ul li{font-size:2rem;line-height:150%}
.section-article__wrapper-article ul li::marker{color:#adadad}
.section-article__source-link{display:inline-block;margin:1.2rem 0 0;color:#524949;font-style:italic}
.section-other-articles{margin:5rem 0}
.section-other-articles h2{margin:3rem 0}
.static-page-content{padding-bottom:8rem}
.static-page-content h1{margin-bottom:2rem}
.static-page-content h2{font-size:3.2rem}
.static-page-content h3{font-size:2.4rem;font-weight:800}
.static-page-content p{font-size:2rem}
.static-page-content ul{list-style-type:disc;flex-direction:column;padding-left:2.4rem;margin:1.2rem 0}
.static-page-content ul li{font-size:2rem}
.static-page-content ul li::marker{color:#adadad}
.static-page-content .breadcrumbs{flex-direction:row;padding-left:0;margin:0}
.issue-notice-page{display:grid;place-items:center;padding:3rem 0}
.issue-notice-page__heading{margin-bottom:2rem;font-size:4.5rem;text-align:center}
.issue-notice-button{display:flex;align-items:center;justify-content:center;width:14rem;height:6rem;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%;color:#fff;background:#a69090;border-radius:0.5rem}
.mf-flash-message{display:none}
.oc-flash-message{font-size:1.5rem;text-align:center}
.oc-flash-message a.flash-close{top:10px}
.oc-flash-message.success{background:#5ea23b}
.oc-flash-message.error{background:#cc2121}
.oc-flash-message.warning{background:#d78c02}
.oc-flash-message.info{background:#1392d0}
.modal-form{z-index:3;position:fixed;top:50%;left:50%;display:none;padding:0;padding:5rem 4rem;border-radius:0.5rem;background:#f6f4f4;transform:translate(-50%,-50%)}
.modal-form__heading{color:#210b0a;font-size:3rem;font-style:normal;font-weight:800;line-height:120%;margin-bottom:2rem}
.modal-form__wrapper-inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;padding:0 0 2rem}
.modal-form__wrapper-input label{padding:0 0 0.5rem}
.modal-form__wrapper-input input,
.org-type{padding:2rem;color:#210b0a;font-size:1.8rem;font-style:normal;font-weight:500;line-height:160%;width:100%;height:5.6rem;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff}
.modal-form__wrapper-input textarea{padding:2rem;color:#210b0a;font-size:1.8rem;font-style:normal;font-weight:500;line-height:160%;width:100%;min-height:20rem;max-height:40rem;border-radius:0.5rem;border:1px solid #e9e7e7;background:#fff}
.modal-form__wrapper-checkbox{display:flex;align-items:center;justify-content:start;gap:1rem;padding:0.5rem 0}
.modal-form__wrapper-button{display:flex;align-items:center;gap:3rem}
.modal-form__wrapper p{margin-bottom:0;color:#7a6d6c;font-size:1.2rem;font-style:normal;font-weight:400;line-height:130%}
.modal-form__wrapper-button span{color:#7b2521}
.modal-form__wrapper-button button{border:none;height:5.6rem;border-radius:0.5rem;background:linear-gradient(268deg,#7b2521 -14.92%,#b86a66 50.26%,#7b2521 101.03%);color:#fff;text-align:center;font-size:1.8rem;font-style:normal;font-weight:600;line-height:160%;padding-right:5rem;padding-left:5rem}
.modal-form__wrapper-button .secondary-button{color:#210b0a;background:#fff;border:1px solid #e9e7e7}
.modal-form__wrapper-inputs--full{display:grid;grid-template-columns:1fr;gap:3rem;padding:0 0 3rem}
.modal-form__wrapper-button--full{display:grid;grid-template-columns:1fr;gap:3rem}
.modal-form__user-reset-password{max-width:500px;margin:3rem auto}
.sber-banner-lite-h{margin:4rem 0 0;border-radius:0.5rem;overflow:hidden}
.sber-banner-lite-h__image{display:block;width:100%}
@media (max-width:1800px){html{font-size:0.555vw}}
@media (max-width:992px){.section-product__wrapper-top{display:flex;flex-direction:column}html{font-size:0.9vw}.wrapper-close-icon{top:1.8rem;right:1.8rem}.section-article__wrapper-article img{width:42%}.section-cart__wrapper-cart{display:block}.section-cart__wrapper-list{grid-template-columns:1fr}.section-contacts__wrapper-contacts{grid-template-columns:1fr}.section-catalog__wrapper-catalog{display:block}.section-catalog__wrapper-wagon{display:none}.section-catalog__wrapper-categories{column-gap:2rem;row-gap:4rem;align-items:center;justify-items:center;padding-left:0}.section-about__wrapper-about{display:flex;flex-direction:column}.section-about__sber-banner{width:100%;order:3}.section-about__wrapper-catalog{display:none}.section-about__advantages{display:grid;grid-template-columns:1fr 1fr;grid-column-start:1;grid-column-end:3}.section-product__manager{width:100%}.header__wrapper-left{display:grid;grid-template-columns:auto auto 1fr}.header__wrapper-left .bi-three-dots{display:block;justify-self:end;margin-right:24px}.header__wrapper-header{grid-template-columns:1fr}.header__go-to-cart{display:none}.header__wrapper-menu{display:none}.header__entry{display:none}.header__contacts{flex-direction:column;gap:0.6rem}.header__wrapper-search input{width:100%}.section-index-news__wrapper-image{height:30rem}.section-index-news__list{grid-template-columns:1fr 1fr}.section-category__wrapper-category{gap:0}.section-category__wrapper-sber-banner{height:auto}.section-category__wrapper-sber-banner h2{line-height:normal}.section-category__sber-advantages li{line-height:normal}.section-category__wrapper-we-have{width:34.3rem;height:100%}.section-category__wrapper-item-order{display:grid;grid-template-columns:auto 1fr;gap:4rem}.section-category__wrapper-item-order{width:100%}.section-category__item-order{width:100%;height:auto}.section-category__product-item{flex-wrap:wrap;gap:1.2rem}.section-product__wrapper-top{grid-template-columns:auto 1fr}.section-product__wrapper-top__right{grid-column-start:1;grid-column-end:3}.modal-form .section-contacts__not-found{width:80rem}.modal-form{top:50%;left:50%;height:auto;min-width:90%;transform:translate(-50%,-50%);overflow:scroll}.modal-form__wrapper-inputs{grid-template-columns:1fr;gap:1rem}.modal-form__wrapper-button{flex-direction:column;text-align:center}.modal-form__wrapper-button button{width:100%}.modal-form__user-registration,.modal-form__user-update{top:2%;height:85%;transform:translate(-50%,0)}.section-cart__item-title{word-break:break-word}}
@media (max-width:876px){html{font-size:0.9vw}.header__menu{flex-wrap:wrap}.section-about__title-block h1{font-size:3.6rem}}
@media (max-width:768px){html{font-size:1.1vw}.section-product__wrapper-product{gap:0}.section-product__discount{width:100%}.section-product__wrapper-image{height:100%}.section-product__wrapper-top__price-and-discount{flex-direction:column}.section-product .section-category__item-order{flex-direction:column}.section-article__wrapper-article{display:flex;flex-direction:column;gap:2.4rem}.section-article__wrapper-article img{width:100%;margin:0}.section-catalog__wrapper-categories{grid-template-columns:repeat(3,1fr);column-gap:2rem;row-gap:4rem;align-items:center;justify-items:center}.section-about__advantages{display:grid;grid-template-columns:1fr 1fr}.section-index-news__list{grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:3.6rem}.section-index-news__wrapper-image{height:24rem}.header__menu{row-gap:1rem}.section-category__sber-right__top{flex-direction:column}.section-category__sber-right__bottom{flex-direction:column}.not-found{font-size:5rem}.catalog-subcategory-list{grid-template-columns:repeat(2,1fr)}.modal-form .section-contacts__not-found{width:70rem}.section-category__list.compact{grid-template-columns:1fr}}
@media (max-width:576px){html{font-size:1.8vw}.wrapper-close-icon{top:1.2rem;left:-2.4rem;border-radius:50%;padding:.6rem}.section-product h1{line-height:normal}.section-product__wrapper-delivery{grid-column:1}.section-product__wrapper-top{grid-template-columns:1fr;gap:1.2rem}.section-product__wrapper-top__right{grid-column:1}.section-product__description{grid-column:1}.section-product__self-delivery{height:auto}.section-product__wrapper-delivery-block{flex-direction:column;align-items:start}.section-product__wrapper-image{width:100%;height:36rem;padding:2.4rem}.section-catalog__wrapper-categories{grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:4rem;align-items:center;justify-items:center}.header__wrapper-dots{display:block}.header__wrapper-left{display:grid;grid-template-columns:auto auto 1fr;margin-top:1.2rem}.header__wrapper-search{flex-direction:column-reverse;align-items:stretch}.header__wrapper-search-left{width:100%}.header__futures .owl-dots{display:none}.header__futures-label{padding:1.5rem;width:17rem}.section-index-news__list{grid-template-columns:1fr 1fr}.section-index-news__list li h3{height:9rem}.section-index-news__wrapper-image{height:15rem}.section-contacts__wrapper-inputs{flex-direction:column}.section-contacts__wrapper-button{flex-direction:column}.section-contacts__contacts{grid-template-columns:1fr}.section-contacts__address{grid-column:unset}.section-contacts__wrapper-button button{width:100%}.section-about__advantages{grid-template-columns:1fr}.section-about__center-part{display:block}.section-about__center-part img{display:none}.section-about__title-block{height:auto;padding:4rem}.section-about__title-block h1{margin-bottom:2rem}.footer{height:auto}.footer__menu-list{grid-template-columns:auto 1fr;column-gap:6rem;justify-items:start}.footer .development{display:block}.footer__wrapper-menu{display:block}.footer__right-list{margin-top:4.2rem}.section-cart .cart-contacts{grid-template-columns:1fr}.section-cart__base-select{flex-direction:column}.section-cart__base-select select{width:100%}.section-cart__list{gap:2.4rem}.section-cart__item-left-part{height:auto}.section-cart__wrapper-quantity{padding:0}.section-cart__item{grid-template-columns:1fr;gap:0.2rem;box-shadow:0 14px 6px 0 rgba(243,243,243,0.45)}.section-cart__item-price-block{height:8.8rem}.section-category__wrapper-sber-banner{grid-template-columns:1fr;background-image:url("../themes/avalon/assets/images/sber-banner-mobile.png")}.section-category__wrapper-sber-banner .sber-id-detail{justify-self:center}.section-category__wrapper-sber-title{grid-row:2}.section-category__wrapper-sber-logo{grid-row:1;justify-self:start}.section-category__product-item{gap:0}.section-category__product-item a{grid-template-columns:1fr;gap:0}.section-category__wrapper-item-order{grid-template-columns:1fr;gap:0.75rem}.section-category__wrapper-we-have{width:100%;padding:1.2rem 4rem;flex-direction:row-reverse;justify-content:space-between}.section-category__wrapper-we-have .we-have{display:flex;align-items:center;gap:0.4rem;margin-top:0}.section-category__wrapper-product-image{width:100%}.not-found{font-size:3rem}.catalog-subcategory-list{grid-template-columns:1fr}.modal-form .section-contacts__not-found{width:calc(100vw - 2.1rem)}.account-data-overview__list{grid-template-columns:1fr}.section-cart__item-title{font-size:1.8rem}}
@media (max-width:320px){.section-index-news__list{grid-template-columns:1fr}.section-index-news__wrapper-image{height:31rem}}
.policy{font-weight:700}
.cookie-accept-warning{position:fixed;bottom:60px;left:50%;transform:translateX(-50%);z-index:3;margin:0 auto;display:flex;gap:12px;justify-content:space-between;align-items:center;width:900px;max-width:90%;padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);transition:.6s all ease}
.cookie-accept{flex-shrink:0;width:15.8rem;height:5.6rem;border-radius:0.5rem;background:#A69090;color:white;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.6rem;font-style:normal;font-weight:600;line-height:160%}
@media (max-width:576px){.cookie-accept-warning{flex-direction:column}}
.menu-mobile-bottom{position:fixed;bottom:2px;left:50%;transform:translateX(-50%);border-radius:1.2rem;width:calc(100vw - 12px);justify-content:space-around;z-index:6;background:rgba(242,242,242,0.51);padding:12px 0 10px;gap:6px;display:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.menu-mobile-bottom a{color:#292c34;font-size:12px;display:flex;flex-wrap:wrap;gap:6px;justify-items:center;align-items:center}
.cart-count-mobile{padding-top:.1rem;top:-2rem;right:1rem;width:3.6rem;height:3.6rem;font-size:1.5rem}
.personal-icon-mobile{position:relative}
.section-menu-mobile{height:100vh;padding-top:0;padding-bottom:12px;position:fixed;top:0;left:0;width:100vw;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:6;transform:translateX(-200vw);transition:.1s}
.section-menu__wrapper-categories__mobile{height:100vh;padding:24px 24px 90px;border-radius:0}
.wrapper__subcategories-cols__mobile{gap:0}
.subcategories-item__mobile{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:6;padding:24px;background:#F6F7F7;transform:translateX(100vw);transition:.1s}
.list__col-mobile{gap:0}
.wrapper-search-mobile{position:fixed;top:0;left:0;z-index:3;width:100vw;padding:24px 21px 0;background:#f1f1f1;border-bottom:1px solid #e7e7e7;transition:.1s}
.header__search-button-mobile{top:23px}
.section-menu-mobile__categories-list{padding-top:149px;transition:.1s}
.section-menu-mobile__categories-list li{margin-bottom:21px}
.section-menu__wrapper-categories__mobile h2{margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}
.section-menu__subcategories-list__mobile{gap:0}
.menu-mobile__wrapper-close{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.wrapper-back{display:flex;align-items:center;gap:12px}
.list__col-mobile h2{font-style:normal;font-weight:600;font-size:24px;line-height:30px;color:#121419;margin-bottom:24px}
.wrapper-subcategory__right__mobile h4{font-style:normal;font-weight:600;font-size:15px;line-height:22px;color:#121419}
.header__search-mobile .header__search-input{padding:12px;border-radius:6px;margin-bottom:24px;margin-top:12px}
.section-menu__wrapper-categories__mobile{position:fixed;top:0;left:0;z-index:7;width:100vw;height:100vh;display:none}
.section-menu-mobile__goods__children li{margin-bottom:6px}
@media (max-width:992px){.menu-mobile-bottom{display:flex}.list__col-mobile{height:calc(100vh - 124px);overflow-y:auto}.list__col-mobile>li{display:block}.menu-mobile__goods__margin{margin-bottom:21px;padding-left:24px}.second-list-subitem{transition:.1s;position:fixed;top:0;left:0;background:#F6F7F7;padding:24px;z-index:6;transform:translateX(100vw);width:100vw;height:100vh}.wrapper__subcategories-cols__mobile h2{margin-bottom:24px;line-height:40px}.second-list-subitem{margin-bottom:0 !important}}
@media (max-width:576px){.menu-mobile-bottom{padding:10px 0 3px}.menu-mobile-bottom a{flex-direction:column;gap:0}.grid-active-goods{grid-template-columns:1fr 1fr}}
.menu-mobile-subcategory__last-list{flex-direction:column}
.overlay-white{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:3;background:white;display:none;transition:.1s}
.wrapper-mobile-menu{position:fixed;top:0;left:0;display:flex;align-items:start;gap:48px;z-index:9;background:white;padding:24px;width:300vw;height:100vh;overflow-y:auto;transition:.2s all ease}
.second-mobile-menu-list,
.third-mobile-menu-list{width:calc(100vw - 48px);flex-direction:column}
.menu-mobile-category__list{width:calc(100vw - 48px);flex-direction:column}
.wrapper-subcategory__mobile{z-index:10;transition:.2s;display:none}
.wrapper-last-category__mobile{z-index:12;transition:.1s;display:none}
.translate-to-right{transform:translateX(100vw)}
.translate-to-left{transform:translateX(-100vw)}
.translate-to-left2x{transform:translateX(-200vw)}
.translate-to-left3x{transform:translateX(-300vw)}
.wrapper-title__mobile{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.wrapper-title__mobile-text{color:#b8b8b8f0;font-size:4.8rem;font-weight:800;line-height:100%;margin-bottom:2.4rem}
.bi-x-lg{position:absolute;top:2px;right:-9px}
.bi-x-lg-sub{position:absolute;top:-6px;right:-9px}
.back-to-prev,
.back-to-prev-sub{color:gray;font-size:2.4rem;margin-bottom:12px;width:fit-content}
.menu-mobile-category__list li a{line-height:36px;font-size:16px}
.category-item__mobile,
.subcategory-item__mobile{display:flex;align-items:center;justify-content:space-between}
.back-to-prev{position:relative}
.wrapper-top-actions{position:relative;margin-bottom:4.8rem}
.menu-mobile-subcategory__list{height:90vh;overflow-y:auto;flex-direction:column}
.subcategory-item__mobile a,
.last-category-item__mobile a{line-height:36px;font-size:16px}
.wrapper-mobile-menu ul{gap:1.2rem}
.wrapper-mobile-menu h2{color:#b8b8b8f0;font-size:4.8rem;line-height:100%;margin-bottom:2.4rem}
.wrapper-mobile-menu li a{color:#000;font-size:3rem}