:root {
    --main-font-color: #131516;
    --main-general-color: red;
    --gray-color:#5d5c5c;
    --gray-color2:#787878;
    --gray-lighter-color:#949494;
    --gray-lighter-color2:#a7a7a7;
    --gray-bg-color:#eee;
    --border-color: #dadcde;
}
*{
    box-sizing: border-box;
    font-variant-numeric: lining-nums !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
html,body{
    
}
body{
    margin:0;
    padding:0;
    color:var(--main-font-color);
    font-family: 'Manrope', sans-serif;
    font-size:16px;
    line-height:24px;
}
body.hide-overflow{
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.text-left{
    text-align: left;
}
.no-select{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
svg.hidden{
    display:none;
}
svg.icon {
    width:16px;
    height:16px;
    fill: currentColor;
    color: inherit !important;
}
article, aside, footer, header, nav, section {
    display: block
}
h4{
    margin:0 0 30px;
}
a {
    color: var(--main-font-color);
    cursor:pointer;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
a:hover {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
p{
    margin: 0 0 20px;
}
header{
    position: relative;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    z-index: 10000;
}
.sticky-wrap-sticky_menu.fixed-position .sticky_menu{
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px  !important;
}
.mb40{
    margin-bottom: 40px  !important;
}
.mb100{
    margin-bottom: 100px !important;
}
.gray{
    background: #f6f6f6;
    position: relative;
}

.gray .gray-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    height:46px;
}
.gray .gray-inner > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height:100%;
    align-items: center;
}
.gray .gray-inner a{
    display: inline-block;
    color: var(--gray-color2);
    line-height: 16px;
    text-decoration: none;
}
.gray .gray-inner a:hover{
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.gray .gray-inner .top-nav{
    display: flex;
    gap:22px;
}

.gray .gray-inner > ul.nav-user-account{
    margin-left:auto;
}
.nav-user-account a{
    text-decoration: none;
}
.nav-user-account a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.nav-user-account > li{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-user-account .user-line{
    padding-left:30px;
    padding-right:19px;
    color:var(--gray-color2);
}
.nav-user-account .user-line svg{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    fill:var(--gray-color2);
}
.nav-user-account .user-line .icon-user{
    left:0;
}
.nav-user-account .user-line .icon-small-down{
    right:0;
}
.nav-user-account .user-line > span{
    cursor:pointer;
}
.nav-user-account .user-line a{
    position: relative;
    padding-right:20px;
}
.nav-user-account .user-line a:hover{
    color:var(--main-font-color);
}
.nav-user-account .user-line a i{
    position: absolute;
    right: 0;
    bottom: 1px;
    height: auto;
    line-height: 1;
}

.nav-user-account:hover svg,
.nav-user-account:hover span{
    color:var(--main-font-color);
    fill:var(--main-font-color);
}

.nav-user-account ul{
    display: none;
    z-index:1000;
    position: absolute;
    right:0;
    top:100%;
    margin:-1px 0 0 0;
    padding: 14px 22px 18px 22px;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    line-height: 16px;
    border-radius:0 0 10px 10px;
}
.nav-user-account > li:hover ul{
    display: block;
}
.nav-user-account ul li{
    padding: 7px 0;
}
.nav-user-account:hover > li > ul{
    display:block
}
.gray .gray-inner a:hover{
    color:var(--main-font-color);
}

header{
    box-shadow: 0 5px 8px rgba(0, 0, 0,0.1);
    position: relative;
}
.header-inner{
    position: relative;
    display: flex;
    gap:75px;
    height: 130px;
    align-items: center;
}
a.top-logo{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin:0;
    line-height: 13px;
    font-size: 12px;
    text-decoration: none;
    max-width: 314px;
    min-width: 226px;
    flex:1;
}
.top-logo div{
    width:100%;
    white-space: nowrap;
}
.top-logo img, .f-logo img{
    position: relative;
    display: block;
    max-width: 100%;
    height:auto;
    aspect-ratio: 3.875;
}
a.f-logo {
}
a.f-logo img{
    max-width:250px;
    margin-bottom:20px;
}
.top-logo span{
    font-variant: small-caps slashed-zero;
    letter-spacing: 1.9px;
}
.catalog-btn-wrapper{
    width: 124px;
}
.search-wrapper{
    position: relative;
    flex: 1;
}
.phone-wrapper{
    width: 170px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: right;
    flex-direction: column;

}
.phone-wrapper div{
    width: 100%;
    text-align: right;
}
.phone-wrapper a{
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-family: Arial, Helvetica, "PT Sans", sans-serif;
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 0;
}
.phone-wrapper a:hover{
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.phone-wrapper svg{
    display: block;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:16px;
    height: 16px;
}
.sticky-wrap-sticky_menu #sm-catalog-btn{
    top:2px;
    position:absolute;
    display: none;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.sticky-wrap-sticky_menu.fixed-position #sm-catalog-btn{
    position:relative;
    display: flex;
    transform: scale(1);
}
#sm-catalog-btn,
#catalog-btn{
    position: relative;
    background: #fff8ac;
    border-radius:10px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height:46px;
    cursor:pointer;
}
#sm-catalog-btn .ham,
#catalog-btn .ham{
    display: flex;
    position: relative;
    margin-right:8px;
}

#sm-catalog-btn .ham .line,
#catalog-btn .ham .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sm-catalog-btn .ham .line1,
#catalog-btn .ham .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
#sm-catalog-btn .ham .line2,
#catalog-btn .ham .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
#sm-catalog-btn .ham .line3,
#catalog-btn .ham .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
#sm-catalog-btn.active .ham .line1,
#catalog-btn.active .ham .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
#sm-catalog-btn.active .ham .line2,
#catalog-btn.active .ham .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
#sm-catalog-btn.active .ham .line3,
#catalog-btn.active .ham .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
#catalog-menu{
    position:absolute;
    left:-10000px;
    top:-10000px;
    right:0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 999999;
    transition: visibility 0.3s, opacity 0.3s;
}
#catalog-menu.active{
    visibility: visible;
    opacity: 1;
    left:0;
    top:50px;
}
body.active-catalog-menu{
    overflow: hidden;
}
.overlay{
    position: absolute;
    display: none;
    left:0;
    top:50px;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.5);
    z-index: 999990;
}
#catalog-menu .catalog-container{
    margin: 0 auto;
    max-width: 1380px;
    background: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    border-radius:0 0 10px 10px;
}
#catalog-menu .catalog-container .column{
    position:relative;
    padding:0;
    overflow: hidden;
}
#catalog-menu .catalog-container .column .mCSB_container{
    padding:15px;
}
#catalog-menu .catalog-container .column-content{
    padding-left:15px;
}
#catalog-menu .catalog-container .column-content a:not(.mCSB_buttonDown){
    position: relative;
}
#catalog-menu .catalog-container .column-content a:not(.mCSB_buttonDown):hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
#catalog-menu h2{
    margin:0 0 30px;
    font-size:18px;
    font-weight: bold;
}

#catalog-menu .list{
    column-count: 3;
    column-gap: 20px;
}
#catalog-menu .list a{
    text-decoration: none;
    color:var(--gray-color2);
}
#catalog-menu .list ul{
    list-style: none;
    margin:0 0 20px;
    padding:0;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 16px;
}
#catalog-menu .list ul ul{
    margin-bottom:0;
    font-size:14px;
    padding:0 20px;
}
#catalog-menu .list ul ul ul{
    font-size:12px;
}
#catalog-menu .list ul ul ul ul{
    font-size:10px;
}
#catalog-menu .list > ul > li > a{
    color:var(--main-font-color);
    font-weight: 500;
}
#catalog-menu .list ul ul ul a{
    color: var(--gray-lighter-color2);
}
#catalog-menu .column-left {
    min-width: 280px;
    border-right:1px solid #c5c5c5;
}
#catalog-menu .column-left .mCSB_inside > .mCSB_container{
    margin-right:0;
    padding:9px 15px 15px 0;
}
#catalog-menu .column-left .mCSB_inside > .mCSB_container.mCS_y_hidden{
    padding-right:0;
}
#catalog-menu .column-left svg{
    display: block;
    width:16px;
    height:16px;
    position: absolute;
    right:5px;
    top:50%;
    fill:#c5c5c5;
    transform: translateY(-50%);
}
#catalog-menu .column-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#catalog-menu .column-left ul li{
    position: relative;
    border-bottom:1px solid #efefef;
}

#catalog-menu .column-left li a{
    color: var(--gray-color2);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding:7px 15px;
}
#catalog-menu .column-left ul li.active,
#catalog-menu .column-left ul li:hover{
    background: #f6f6f6;
}
#catalog-menu .column-left li.active a,
#catalog-menu .column-left li:hover a{
    font-weight: 500;
    color:var(--main-font-color);
}
#catalog-menu .column-left li.active svg,
#catalog-menu .column-left li:hover svg{
    fill:var(--main-font-color);
}

.main-menu-wrapper{
    display: flex;
    align-items: center;
    height:50px;
}
.main-menu{
    position: relative;
    margin:0;
    padding:0;
    list-style: none;
    display: flex;
    flex:1;
    gap:43px;
    height:50px;
    align-items: stretch;
}
.main-menu > li{
    display: flex;
    align-items: center;
}
.main-menu a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 18px;
}
.main-menu a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.main-menu ul{
    display:none;
    position:absolute;
    left:100%;
    margin: 0 0 0 -1px;
    padding:10px 5px;
    top:0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    list-style: none;
    z-index: 1000;
    min-width:100%;
    border-radius: 0 10px 10px 10px;
}
.main-menu ul::before{
    content:'';
    position: absolute;
    display: block;
    z-index: -1;
    left:-7px;
    top:0;
    width:0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 11px solid transparent;
    border-right:9px solid #fff;
}
.main-menu ul li{
    padding:5px 22px;
}
.main-menu > li.sub-menu > ul{
    left:0;
    top:100%;
    margin:-1px 0 0 0;
    border-radius: 0 0 10px 10px;
}
.main-menu > li.sub-menu > ul::before{
    display: none;
}
.main-menu li.sub-menu{
    position: relative;
    padding-right:25px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><g><path d="M12,15.5a1.993,1.993,0,0,1-1.414-.585L5.293,9.621,6.707,8.207,12,13.5l5.293-5.293,1.414,1.414-5.293,5.293A1.993,1.993,0,0,1,12,15.5Z"></path></g></svg>');
    background-size: 16px;
}
.main-menu ul li.sub-menu{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><g><path d="M15.4,9.88,10.81,5.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L14,11.29a1,1,0,0,1,0,1.42L9.4,17.29a1,1,0,0,0,1.41,1.42l4.59-4.59A3,3,0,0,0,15.4,9.88Z"></path></g></svg>');
}
.main-menu li.sub-menu:hover > ul{
    display: block;
}
#top-slider{
    position:relative;
}
#top-slider .top-slider-wrapper{
    z-index: auto;
}
#top-slider .top-slider-item{
    position: relative;
    display: none;
}
#top-slider .top-slider-item img{
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height:auto;
}
#top-slider .top-slider-item a{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 10;
}
#top-slider .top-slider-item:first-child{
    display: block;
}
#top-slider #top-slider-nav{
    position:relative;
}
#top-slider .container{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1380px;
    padding: 0 15px;
    box-sizing: border-box;
}
#top-slider .top-arrow{
    position: absolute;
    font-size:0;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    width:43px;
    height:43px;
    border-radius:50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
}
#top-slider .top-arrow svg{
    position: relative;
    display: block;
    fill:var(--main-font-color);
    width:16px;
    height:16px;
}
#top-slider .top-prev-arrow{
    left:15px;
}
#top-slider .top-prev-arrow svg{
    margin-left:-3px;
}
#top-slider .top-next-arrow{
    right:15px;
}
#top-slider .top-next-arrow svg{
    margin-right:-3px;
}

.small-banner-wrapper{
    margin:80px auto;
}
.small-banner-wrapper .small-banner-grid{
    --auto-grid-min-size: 16rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
}
.small-banner-wrapper .small-banner-grid .sm-banner-item{
    position: relative;
}
.small-banner-wrapper .small-banner-grid .sm-banner-item img{
    position: relative;
    display: block;
    width:100%;
    max-width: 100%;
    height: auto;
}

.hit-block{
    margin-bottom:100px;
    padding-top:60px;
}
#hit-slider{
    position:relative;
    padding-top:26px;
}
#hit-slider .link-box{
    padding:0 15px;
    margin-bottom:40px;
}
#hit-slider .link-box a{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
#hit-slider .hit-nav-wrapper{
    display: flex;
    align-items: center;
    margin-bottom:22px;
}
.hit-slider-nav {
    display: flex;
    gap:13px;
}
.hit-slider-nav .hit-arrow {
    background: #fff;
    width:43px;
    height:43px;
    border-radius:50%;
    font-size:0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor:pointer;
}
.hit-slider-nav .hit-arrow svg{
    width:16px;
    height: 16px;
    fill:var(--main-font-color);
}
.hit-slider-nav .hit-prev-arrow svg{
    margin-left:-3px;
}
.hit-slider-nav .hit-next-arrow svg{
    margin-right:-3px;
}
#hit-slider .hit-nav{
    flex:1;
    font-weight: 300;
    font-size:16px;
    text-transform: uppercase;
    color:var(--gray-color);
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
}
#hit-slider .hit-nav span{
    position: relative;
    cursor:pointer;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

#hit-slider .hit-nav span.active{
    color:var(--main-font-color);
    font-weight: 600;
}

.product-wrapper{
    margin-bottom:28px;
    text-align: left;
}
.product-wrapper .product-item {
    display: none;
}
.product-wrapper.owl-loaded .product-item {
    display: block;
}
.product-wrapper.owl-carousel .owl-stage-outer{
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
.product-item {
    position: relative;
    display:flex;
    padding: 10px 10px 15px;
    background: #fff;
    border-radius:10px;
    height: 100%;
    min-width: 200px;
    flex-flow:column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-item .fav-wrapper {
    display: flex;
    justify-content: right;
    margin-bottom:10px;
}
.product-item .fav-wrapper svg{
    display: inline-block;
    width: 16px;
    height: 16px;
    fill:red;
    cursor:pointer;
}
.product-item > a {
    text-decoration: none;
    flex: 1;
    display: flex;
    flex-flow: column;
    line-height: 1.2;
    margin-bottom:15px;
}

.product-item .photo{
    position: relative;
    padding:0;
    margin:0 -10px 20px;
}
.product-item .photo img{
    position: relative;
    object-fit: contain;
    object-position: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio:1;
}
.product-item .title{
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
    margin-bottom:10px;
    text-transform: lowercase;
}
.product-item .title::first-letter{
    text-transform: uppercase;
}
.product-item a:hover .title{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.cell-name .receipt,
.product-item .receipt{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 10px 3px;
    margin-top:10px;
    height: 21px;
    color:var(--main-font-color);
    background: #f7dc6f;
    text-decoration: none;
}
.cell-name .receipt{
    display:inline;
}
.product-item .maker,
.product-item .country{
	padding-left:22px;
    text-decoration: none;
    font-size:12px;
    color:var(--gray-color2);
    font-weight: 500;
    display:flex;
    align-items:center;
    height:20px;
    background-size:16px;
}
.product-item .country{
	background:url(/images/icons/globe.png) left center no-repeat transparent;
}

.product-item .maker{
	background:url(/images/icons/maker.png) left center no-repeat transparent;
    margin-top:auto;
}
.product-item .country::first-letter,
.product-item .maker::first-letter{
    text-transform: uppercase;
}
.product-item .country:empty,
.product-item .maker:empty{
    display:none;
}
.product-pricing{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
}
.product-pricing .price{
    margin-right: 20px;
    color:var(--gray-color2);
}
.product-pricing .price .label{
    font-size: 10px;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 10px;
    margin-bottom:3px;
}
.product-pricing .price .value{
    position: relative;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -0.06em;
    line-height: 1;
}
.product-pricing .price.special .value::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -2%;
    width: calc(100% + 4px);
    height: 1px;
    background: #A1A1A1;
    transform: rotate(-17deg);
}
.product-pricing .price.discount{
    color:var(--main-general-color);
    margin-right:0;
}

.quantity{
    display: flex;
    justify-content: flex-start;
    margin: 16px 0;
    min-height: 2.3em;
    align-items: center;
    width:111px;
}
.quantity button {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--gray-bg-color);
    border: 1px solid var(--gray-lighter-color);
    text-indent: -10000px;
    color: transparent;
    padding: 8px 16px;
    font-weight: 700;
}
.quantity button::before {
    color: var(--main-font-color);
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.quantity button:first-child {
    border-radius: 5px 0 0 5px;
}
.quantity input {
    border: 1px solid var(--gray-lighter-color);
    margin: 0 -1px;
    flex: 0 0 auto;
    width: 44px;
    padding: 8px 4px;
    text-align: center;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1.15;
    outline:none;
    font-size:16px;
    max-width: 100%;
}
.quantity button:last-child {
    border-radius: 0 5px 5px 0;
}
.quantity button:first-child::before {
    content: "-";
}
.quantity button:last-child::before {
    content: "+";
}
.empty-btn,
.product-page .cart-btn,
.product-item .cart-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:34px;
    border-radius:5px;
    background: var(--main-general-color);
    color:#fff;
    cursor:pointer;
}
.empty-btn,
.product-page .cart-btn{
    max-width:225px;
}
.empty-btn{
    background: var(--border-color);
    cursor:default;
    color: var(--gray-color2);
}
.product-page .cart-btn svg,
.product-item .cart-btn svg{
    width: 16px;
    height: 16px;
    fill:#fff;
    margin-left:13px;
    opacity:1;
    transition: all 0.3s linear;
}
.cart-btn.rotate svg{
    transform: rotate(-360deg);
    opacity:0;
}
.about-small h1{
    margin:0 0 40px;
    font-weight: 600;
    font-size:24px;
    line-height: 1;
    text-transform: uppercase;
}
.about-small img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.link-box{
    display: flex;
    justify-content: flex-end;
}
.link-box.left{
    justify-content: flex-start;
}
.link-box > *{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.link-box > span{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.pt-wrapper{
    position:relative;
    padding-top: 26px;
    margin-bottom: 22px;
}

footer{
    background: var(--main-general-color);
    color:#fff;
    padding:40px 0;
    font-size:14px;
}
footer p{
    margin: 0;
}
footer ul{
    margin:0;
    padding:0;
    list-style: none;
}
footer .ft-text{
    line-height: 22px;
}
footer .ft-text a{
    position: relative;
    color:#fff;
    text-decoration: none;
}
footer .ft-text a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
footer .ft-title{
    font-weight: bold;
    height:30px;
}
footer .ft-copy{
    padding-top:15px;
}
footer .ft-copy svg{
    aspect-ratio:5.560296846011132;
    fill:#fff;
    display: inline-block;
    max-width:182px;
    margin-bottom:15px;
}
footer .ft-copy a{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.page-content{
    position: relative;
    padding:40px 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 80px;
}
.page-content h1{
    font-size:26px;
    font-weight: bold;
    line-height: 1;
    color:var(--main-font-color);
    margin:0 0 40px;
}
.page-content h2{
    font-size:18px;
    font-weight: bold;
    line-height: 1;
    color:var(--main-font-color);
    margin:0 0 30px;
}
.bread-crumbs-wrapper{
    margin: 40px 0 50px;
}
.bread-crumbs-wrapper.mCS_no_scrollbar{
    margin: 40px 0 30px;
}

.bread-crumbs{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    gap: 35px;
    font-size:14px;
    font-weight: 600;
    height:20px;
}
.bread-crumbs li{
    position:relative;
    line-height: 1;
    white-space: nowrap;
}
.bread-crumbs li::after{
    content:'→';
    position:absolute;
    display: block;
    width:16px;
    height: 16px;
    top:-1px;
    right:-26px;
}
.bread-crumbs li a{
    position: relative;
    color:var(--main-font-color);
    text-decoration: none;
}
.bread-crumbs li:last-child a{
    color:var(--gray-lighter-color2);
}
.bread-crumbs li:last-child::after{
    display: none;
}
.bread-crumbs li a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.bread-crumbs-wrapper .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.bread-crumbs-wrapper .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: -17px;
}

.tool-box {
    display: flex;
    gap:55px;
    align-items: center;
    padding-right:19px;
}
.tool-box a{
    text-decoration: none;
    position: relative;
    display: block;
}
.tool-box a svg{
    position: relative;
    display: block;
    width: 24px;
    height:24px;
    fill:var(--main-font-color);
}
.tool-box a::after{
    content: attr(data-count);
    position: absolute;
    display: block;
    top: -9px;
    right: -18px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: red;
    padding: 2px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
}
.tool-box a[data-count="0"]::after{
    display: none;
}
.product-page h1{
    margin-bottom:30px;
}
.product-page .fav-wrapper{
    display: flex;
    align-items: center;
    line-height: 1;
    gap:9px;
    margin-bottom: 30px;
}
.product-page .fav-wrapper .icon{
    position: relative;
    width:20px;
    height:20px;
    fill:red;
    cursor:pointer;
}
.product-page .fav-wrapper a::after{
    content:'Добавить в избранное';
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    position: relative;
}
.product-page .fav-wrapper.selected a::after{
    content:'Удалить из избранного';
}
.product-attributes {
    margin-bottom:45px;
    max-width:620px;
}
.product-attributes ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.product-attributes ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    margin-bottom:20px;
}
.product-attributes ul li div{
    display: flex;
    align-items: center;
    color:#727374;
    font-size:14px;
}
.product-attributes ul li div:nth-child(2) {
    flex: 1 0;
    border-bottom: 1px dotted #aeaeae;
    margin: 0 .4em;
}
.product-attributes ul li div:first-child {
    self-align:flex-end;
}
.product-attributes ul li div:last-child {
    display: flex;
    gap:13px;
    font-weight: bold;
    color:var(--main-font-color);
}
.product-attributes ul li div a{
    font-weight: 500;
    color:var(--main-general-color);
}
.product-page .product-pricing{
    margin-bottom: 25px;
}
.product-page .flex-row{
    display: flex;
    align-items: center;
    gap:15px;
}
.product-page .product-thumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap:10px;
    min-width: 63px;
}
.product-page .product-thumbs a{
    position: relative;
    display: inline-block;
    padding:3px;
    border-radius: 5px;
    border:1px solid #e4e4e4;
    text-decoration: none;
}
.product-page .product-thumbs li.active a{
    border-color:var(--main-general-color);
}
.product-page .product-thumbs img{
    position: relative;
    display: block;
    max-width: 100%;
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.product-page .product-photo {
    padding: 0 20px;
}
.product-page .product-photo img{
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}
.product-description {
    padding-top:30px;
}
.product-description .tab-box{
    border-bottom:1px solid #e4e4e4;
    padding: 0 15px;
}
.product-description .tab-box span{
    position: relative;
    display: inline-block;
    padding:0 17px;
    height:26px;
    line-height: 1;
    border-bottom:3px solid var(--main-font-color);
    font-weight: bold;
}
.tab-content{
    position:relative;
    overflow: hidden;
    z-index:5;
    padding-top:30px;
}
.tab-content *:last-child{
    margin-bottom:0;
}
.tab-content::after{
    content:'';
    display:block;
    visibility: hidden;
    opacity:0;
    position: absolute;
    left:0;
    bottom:0;
    height:100px;
    width:100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index:10;
}
.tab-content.collapsed{
    height:200px;
}
.tab-content.collapsed::after{
    visibility:visible;
    opacity: 1;
}
.tab-expand{
    cursor: pointer;
    margin-top: 30px;
}


.categoty-page-header{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom:30px;
    gap:30px 40px;
    flex-wrap: wrap;
}
.categoty-page-header h1{
    flex:1;
    margin:0 0 10px;
    line-height: 1;
    font-size:26px;
}

.category-list-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:45px;
}
.category-list-wrapper .category-filter{
    width:250px;
}

.category-list-wrapper .empty-info-block{
    flex:1;
}
.category-list-wrapper .category-content {
    flex: 1;
}

.select-tools{
    display: flex;
    align-items: center;
    gap:18px;
    flex-wrap:wrap;
}
select.custom-select{
    display: none;
}
.select-box{
    position: relative;
    background: #fff;
    border:1px solid #e4e4e4;
    border-radius:10px;
    height:34px;
    display: flex;
    align-items: stretch;
    line-height: 14px;
    font-size:14px;
    flex-flow: row nowrap;
    cursor:pointer;
    z-index: 1000;
}

.select-box .option{
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    height:34px;
}
.select-box .option >*{
    display: flex;
    align-items: center;
}
.select-box .icon-arrow .icon{
    transition:all 0.2s ease-in-out;
}
.select-box .expand,
.select-box select{
    display: none;
}
.select-box .expand{
    position: absolute;
    left:-1px;
    top:100%;
    right:-1px;
    margin-top:1px;
    background: #fff;
    border:1px solid #e4e4e4;
    border-top:0;
    border-radius:0 0 10px 10px;
    box-shadow: 0 3px 10px -4px rgba(0,0,0,0.2);
}

.select-box .expand ul{
    list-style: none;
    padding: 14px 0 18px;
    margin:0;
}
.select-box .expand ul li{
    position: relative;
    padding: 6px 25px;
    font-size:12px;
}

.select-box .expand ul li span{
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.select-box .expand ul li.selected{
    color:var(--main-general-color);
}

.select-box .icon-sort{
    position: relative;
    padding:0 9px 0 10px;
}
.select-box .icon-arrow{
    margin-right:16px;
}
.select-box label{
    cursor:pointer;
    margin-top:-2px;
    padding:0 11px 0 19px;
    white-space: nowrap;
}
.select-box .icon-sort + label{
    border-left:1px solid #e4e4e4;
}
.select-box.active{
    border-radius:10px 10px 0 0;
    box-shadow: 0 3px 7px -3px rgba(0,0,0,0.2);
    z-index:2000;
}
.select-box.active .icon-sort::after{
    content:'';
    position: absolute;
    display: block;
    width:100%;
    height:4px;
    left:0;
    bottom:0;
    background: #fff;
    z-index: 100;
}
.select-box.active .expand{
    display: block;
}
.select-box.active .icon-arrow .icon{
    transform: rotate(-180deg);
}

.category-list{
    --auto-grid-min-size: 14rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
    margin-bottom:115px;
}

.category-index{
    margin-bottom:115px;
    column-count: 3;
    column-gap: 20px;
}
.category-index > ul{
    list-style: none;
    margin: 0 0 20px;
    padding: 20px;

    break-inside: avoid;
    background: #fff;
    border-radius:10px;
}
.category-index > ul ul{
    list-style: none;
    margin: 0;
    padding: 20px;
    font-size:14px;
}
.category-index > ul ul a{
    color:var(--gray-color2);
}
.pagination{
    position: relative;
    margin: 0 auto 115px;
}

.pagination__list{
    padding:0;
    margin:0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.pagination__list li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 1;
    color: var(--main-font-color);
    border: 1px solid #e4e4e4;
    border-radius:5px;
    background: #fff;
}
.pagination__list li.empty{
    border:0;
    background: transparent;
    align-items: flex-end;
    margin-top:auto;
}

.pagination__list li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    color: inherit;
    text-decoration: none;
}
.pagination__list li.arrow{
    background: transparent;
    border:0;
}
.pagination__list li a[id]{
    text-indent:-10000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.pagination__list li a#PrevLink{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><path d="M17.17,24a1,1,0,0,1-.71-.29L8.29,15.54a5,5,0,0,1,0-7.08L16.46.29a1,1,0,1,1,1.42,1.42L9.71,9.88a3,3,0,0,0,0,4.24l8.17,8.17a1,1,0,0,1,0,1.42A1,1,0,0,1,17.17,24Z"></path></svg>');
}
.pagination__list li a#NextLink{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><path d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"></path></svg>');
}

.pagination__list li.active{
    background: var(--main-general-color);
    color: #fff;
    border-color: var(--main-general-color);
}
.pagination__list li.active a{
    color:inherit;
}


.cart-table{
    border:0;
    margin: 0 0 45px;
    padding:0;
    border-collapse: collapse;
    width: 100%;
}
.cart-table tr{
    border-bottom:1px solid #e4e4e4;
}
.cart-table thead{
    font-size:14px;
    font-weight: 300;
    line-height: 1;
    color:var(--gray-lighter-color);
}

.cart-table thead td{
    padding-bottom:11px;
}
.cart-table tbody td{
    padding: 35px 0;
}
.cart-table tfoot tr{
    border:0;
}
.cart-table .quantity{
    margin:0 auto;
}
.cart-table .product-pricing{
    display: inline-block;
    white-space: nowrap;
}
.cart-table .product-pricing .price.special{
    position: relative;
    margin:0 0 17px;
    display: inline-block;
}
.cart-table h6{
    margin:0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.cart-table dl{
    display: flex;
    line-height: 1;
    font-size:14px;
    margin:0 0 8px;
}
.cart-table dl dt{
    color:var(--gray-lighter-color);
    font-weight: 300;
}
.cart-table dl dd{
    font-weight: 600;
    color:var(--main-font-color);
    margin-left:10px;
}
.cart-table .icon-trash{
    fill:red;
    cursor:pointer;
    width:24px;
    height:24px;
}
.cart-table .col-photo{
    width:120px;
}
.cart-table .col-price{
    width:130px;
}
.cart-table .col-total{
    width:120px;
}
.cart-table .col-quantity{
    width:170px;
}
.cart-table .col-tool{
    width:35px;
}
.cart-table thead td.cell-quantity,
.cart-table tbody td.cell-quantity,
.cart-table tbody td.cell-tool{
    text-align: center;
}
.cart-table tbody td.cell-total{
    font-weight: bold;
    font-size:26px;
    letter-spacing: -1px;
}
.cart-table dd a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.cart-table tfoot td{
    padding-top:45px;
}
.cart-table tfoot td:nth-child(2){
    text-align: right;
}
.btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    border:1px solid var(--gray-lighter-color);
    background: #eeeeee;
    border-radius:5px;
    color:var(--main-font-color);
    fill:var(--main-font-color);
    width: 222px;
}
a.btn{
    text-decoration: none;
}
.btn button{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height:33px;
    border:0;
    border-radius:inherit;
    background: inherit;
    color:inherit;
    width:100%;
    font-size:16px;
    cursor:pointer;
}
.btn-red{
    background: var(--main-general-color);
    color:#fff;
    fill:#fff;
    border-color:var(--main-general-color);
}
.btn-order{
    width:100%;
}
.btn-sm{
    width:auto;
    padding:0 30px;
    font-size:12px;
    height:26px;
}
.btn-dashed{
    border-style: dashed;
}
.bonus-title{
    font-size:24px;
    font-weight: bold;
    margin:0 0 30px;
}
.bonus-text{
    position: relative;
    margin-bottom:30px;
    line-height: 16px;
    font-size:14px;
}
.bonus-text a{
    color:var(--main-general-color);
}
.inner-content{
    padding:25px 16px;
    border:1px solid #e4e4e4;
    border-radius:10px;
    line-height: 1.2;
    color:var(--gray-lighter-color);
    font-size:14px;
    font-weight: 300;
    margin-bottom: 30px;
}
.inner-content .inner-title{
    position: relative;
    color:var(--main-font-color);
    font-weight: 600;
    font-size:16px;
    margin-bottom:20px;
}
.inner-content .inner-title::before{
    content:'';
    display: inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background: var(--main-general-color);
    margin-right:8px;
    top: -1px;
    position: relative;
}
.inner-content .inner-text{
    margin-bottom:20px;
}

.inner-content .account-box{
    text-align: center;
    font-size:18px;
}
.inner-content .account-box a{
    color:var(--main-general-color);
}
.order-sum-total{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    margin-bottom:30px;
}
.order-sum-total .value{
    color:var(--main-general-color);
    margin-left:auto;
}

.order-title{
    font-size:24px;
    font-weight: bold;
    margin:0 0 30px;
}
.order-box{
    margin-bottom:40px;
    border-bottom:1px solid #e4e4e4;
    padding-bottom: 15px;
}
.order-box:last-child{
    border:0;
    padding-bottom: 0;
}
.order-box-title{
    margin-bottom:30px;
    font-weight: bold;
}
.order-box.error .field.field-radio label{
    color:var(--main-font-color);
}
.field{
    margin-bottom:30px;
    position: relative;
}
.field.field-sm{
    margin-bottom:10px;
}
.field label{
    display: block;
    font-size:14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom:7px;
}
.field label svg{
    margin-right:10px;
}
.field.required label::after{
    content:'*';
    position: relative;
    display: inline-block;
    color:var(--main-general-color);
    top:-3px;
}
.field .form-value{
    font-size:14px;
    font-weight: 300;
}
.field.flex{
    display: flex;
    align-items: center;
    margin-bottom:10px;
    line-height: 1;
}
.field.flex label{
    margin:0 10px 0 0;
}
.field.flex label{
    display: flex;
    align-items: center;
}
.field.flex label .icon{
    position: relative;
    height:18px;
    margin-right:9px;
}
.field .btn-login{
    width:100%;
}
.btn-login-checkout{
    max-width: 176px;
}
.field input.hidden{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.field .checkmark{
    position:relative;
    display: inline-block;
    width:15px;
    height: 15px;
    border:2px solid #8f8f9d;
    border-radius:2px;
    margin-right:9px;
    top:2px;
}
.field .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 9px;
    border: solid var(--main-font-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.field .checkmark:hover{
    background: #ececec;
}

.field input.hidden:checked ~ .checkmark:after {
    display: block;
}

.form-field{
    display: block;
    width: 100%;
    border:1px solid #e4e4e4;
    border-radius: 5px;
    padding:6px 16px 8px 35px;
    font-size:14px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
select.form-field{
    background-color: #fff;
}
textarea.form-field{
    min-height: 99px;
    max-height: 200px;
    resize: vertical;
}
.form-field[name=phone]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23aeaeae" viewBox="0 0 24 24"><path d="M13,1a1,1,0,0,1,1-1A10.011,10.011,0,0,1,24,10a1,1,0,0,1-2,0,8.009,8.009,0,0,0-8-8A1,1,0,0,1,13,1Zm1,5a4,4,0,0,1,4,4,1,1,0,0,0,2,0,6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2Zm9.093,10.739a3.1,3.1,0,0,1,0,4.378l-.91,1.049c-8.19,7.841-28.12-12.084-20.4-20.3l1.15-1A3.081,3.081,0,0,1,7.26.906c.031.031,1.884,2.438,1.884,2.438a3.1,3.1,0,0,1-.007,4.282L7.979,9.082a12.781,12.781,0,0,0,6.931,6.945l1.465-1.165a3.1,3.1,0,0,1,4.281-.006S23.062,16.708,23.093,16.739Zm-1.376,1.454s-2.393-1.841-2.424-1.872a1.1,1.1,0,0,0-1.549,0c-.027.028-2.044,1.635-2.044,1.635a1,1,0,0,1-.979.152A15.009,15.009,0,0,1,5.9,9.3a1,1,0,0,1,.145-1S7.652,6.282,7.679,6.256a1.1,1.1,0,0,0,0-1.549c-.031-.03-1.872-2.425-1.872-2.425a1.1,1.1,0,0,0-1.51.039l-1.15,1C-2.495,10.105,14.776,26.418,20.721,20.8l.911-1.05A1.121,1.121,0,0,0,21.717,18.193Z"></path></svg>');
}
.form-field[name=code]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23aeaeae" viewBox="0 0 24 24"><path d="m14.888,7.885v4.463c0,.341-.277.618-.618.618h-.003c-.341,0-.618-.277-.618-.618v-3.231l-1.273,1.379c-.245.265-.664.265-.909,0l-1.274-1.38-.002,3.233c0,.341-.277.618-.618.618s-.618-.277-.618-.618v-4.463c0-.471.382-.852.852-.852.246,0,.48.106.642.292l1.473,1.686,1.473-1.686c.162-.185.396-.292.642-.292.471,0,.852.382.852.852Zm-8.436,1.589c-.651-.24-1.243-.501-1.258-.501-.141-.096-.136-.24-.128-.299.012-.078.069-.27.358-.357.65-.194,1.251.276,1.276.296.26.218.647.185.866-.075l.005-.005c.219-.26.185-.648-.075-.866l-.003-.002c-.044-.038-1.122-.924-2.425-.531-.664.2-1.133.723-1.226,1.365-.086.604.176,1.184.769,1.562,0,0,.67.299,1.414.574.157.058.664.273.604.614-.045.253-.357.516-.801.516-.463,0-.908-.186-1.191-.498l-.002-.002c-.228-.251-.617-.27-.868-.042l-.005.005c-.251.228-.27.617-.042.868l.002.002c.522.575,1.289.904,2.106.904,1.01,0,1.859-.646,2.017-1.535.12-.67-.183-1.545-1.393-1.991Zm12.571-.033c-.651-.24-1.243-.501-1.258-.501-.141-.096-.136-.24-.128-.299.012-.078.069-.27.358-.357.65-.194,1.251.276,1.276.296.26.218.647.185.866-.075l.005-.005c.219-.26.185-.648-.075-.866l-.003-.002c-.044-.038-1.122-.924-2.425-.531-.663.2-1.133.723-1.226,1.365-.086.604.176,1.184.769,1.562,0,0,.67.299,1.414.574.157.058.664.273.604.614-.045.253-.357.516-.801.516-.463,0-.908-.186-1.191-.498l-.002-.002c-.228-.251-.617-.27-.868-.042l-.005.005c-.251.228-.27.617-.042.868l.002.002c.522.575,1.289.904,2.106.904,1.01,0,1.859-.646,2.017-1.535.12-.67-.183-1.545-1.393-1.991Zm4.976-5.441v12c0,2.206-1.794,4-4,4h-2.852l-3.847,3.18c-.362.322-.825.485-1.292.485-.476,0-.956-.169-1.338-.509l-3.748-3.156h-2.923c-2.206,0-4-1.794-4-4V4C0,1.794,1.794,0,4,0h16c2.206,0,4,1.794,4,4Zm-2,0c0-1.103-.897-2-2-2H4c-1.103,0-2,.897-2,2v12c0,1.103.897,2,2,2h3.289c.236,0,.464.083.644.235l4.047,3.409,4.172-3.415c.179-.148.405-.229.637-.229h3.211c1.103,0,2-.897,2-2V4Z"></path></svg>');
}
.form-field[name=phone][readonly]{
    outline:none;
}
.form-field[name=name]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23aeaeae" viewBox="0 0 24 24"><path d="M12,12A6,6,0,1,0,6,6,6.006,6.006,0,0,0,12,12ZM12,2A4,4,0,1,1,8,6,4,4,0,0,1,12,2Z"></path><path d="M12,14a9.01,9.01,0,0,0-9,9,1,1,0,0,0,2,0,7,7,0,0,1,14,0,1,1,0,0,0,2,0A9.01,9.01,0,0,0,12,14Z"></path></svg>');
}
.form-field[name=city],
.form-field[name=street],
.form-field[name=house],
.form-field[name=appartment]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="16" height="16"> <g id="_01_align_center"> <path d="M255.104,512.171l-14.871-12.747C219.732,482.258,40.725,327.661,40.725,214.577c0-118.398,95.981-214.379,214.379-214.379   s214.379,95.981,214.379,214.379c0,113.085-179.007,267.682-199.423,284.932L255.104,512.171z M255.104,46.553   c-92.753,0.105-167.918,75.27-168.023,168.023c0,71.042,110.132,184.53,168.023,236.473   c57.892-51.964,168.023-165.517,168.023-236.473C423.022,121.823,347.858,46.659,255.104,46.553z"/> <path d="M255.104,299.555c-46.932,0-84.978-38.046-84.978-84.978s38.046-84.978,84.978-84.978s84.978,38.046,84.978,84.978   S302.037,299.555,255.104,299.555z M255.104,172.087c-23.466,0-42.489,19.023-42.489,42.489s19.023,42.489,42.489,42.489   s42.489-19.023,42.489-42.489S278.571,172.087,255.104,172.087z"/> </g> </svg>');
}
.form-field[name=email]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><path d="M19,1H5A5.006,5.006,0,0,0,0,6V18a5.006,5.006,0,0,0,5,5H19a5.006,5.006,0,0,0,5-5V6A5.006,5.006,0,0,0,19,1ZM5,3H19a3,3,0,0,1,2.78,1.887l-7.658,7.659a3.007,3.007,0,0,1-4.244,0L2.22,4.887A3,3,0,0,1,5,3ZM19,21H5a3,3,0,0,1-3-3V7.5L8.464,13.96a5.007,5.007,0,0,0,7.072,0L22,7.5V18A3,3,0,0,1,19,21Z"/></svg>');
}
.form-field[type=password]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><g id="_01_align_center" data-name="01 align center"><path d="M19,8V7A7,7,0,0,0,5,7V8H2V21a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8ZM7,7A5,5,0,0,1,17,7V8H7ZM20,21a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20Z"/><rect x="11" y="14" width="2" height="4"/></g></svg>');
}
.form-field[name=text],
.form-field[name=comment],
.form-field[name=user_note]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><path d="M20,0H4A4,4,0,0,0,0,4V16a4,4,0,0,0,4,4H6.9l4.451,3.763a1,1,0,0,0,1.292,0L17.1,20H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0Zm2,16a2,2,0,0,1-2,2H17.1a2,2,0,0,0-1.291.473L12,21.69,8.193,18.473h0A2,2,0,0,0,6.9,18H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2H20a2,2,0,0,1,2,2Z"></path> <path d="M7,7h5a1,1,0,0,0,0-2H7A1,1,0,0,0,7,7Z"></path> <path d="M17,9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"></path> <path d="M17,13H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"></path></svg>');
}
.form-field.btn-center[type=submit]{
    width: auto;
    margin:0 auto;
    padding:6px 16px 8px;
    border:0;
    cursor:pointer;
}
.field.field-radio{
    display: flex;
    gap:10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.field.field-radio .form-field,
.field.field-radio label{
    width:auto;
}
.field.field-radio label{
    margin:2px 0 7px;
}
.field-help{
    font-size:12px;
    font-weight: 300;
    color:var(--gray-lighter-color);
    line-height: 1;
}
.checkbox-wrapper div.error{
    position:absolute;
    top:100%;
    padding-top:4px;
    left:44px;
}
.map-data-row{
    display: flex;
    line-height: 1;
    align-items: center;
    margin-top:8px;
    gap:20px;
}

.map-address{
    position: relative;
    font-size:14px;
    display: inline-block;
    line-height: 16px;
    font-weight: 500;
}
#map-wrapper{
    display:none;
    width:100%;
    max-width:1380px;
}
#map{
    position: relative;
    width:100%;
    height:90vh;
    background: #fff;
}

.leaflet-bottom.leaflet-right{
    display: none;
}

#btn-burger{
    display: none;
    width:28px;
    height:28px;
    margin-right: auto;
    cursor:pointer;
}
#btn-burger svg{
    width:28px;
    height: 28px;
}
#mobile-menu{
    position:fixed;
    left:0;
    top:0;
    padding:0;
    height:100vh;
    width: 100vw;
    max-width:600px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999900;
    line-height: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
    transform-origin: 0% 0%;
    transform: translate(-110%,0);
    -webkit-transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}
#mobile-menu.active{
    transform: translate(0,0);
}
#mobile-menu .mobile-menu-header{
    padding:20px;
    position: relative;
}
#mobile-menu .mobile-menu-close{
    display:block;
    position: absolute;
    cursor:pointer;
}
#mobile-menu .mobile-menu-close svg{
    width:16px;
    height:16px;
    fill:var(--main-font-color);
}
#mobile-menu .mobile-menu-header .mobile-menu-close{
    top:10px;
    right:15px;
}
#mobile-menu .mobile-menu-header .mobile-menu-close svg{
    width:18px;
    height:18px;
    fill:var(--main-font-color);
}
#mobile-menu .mobile-menu-header .logo{
    fill:var(--main-general-color);
}
#mobile-menu .inner{
    position: relative;
}
#mobile-menu ul{
    list-style: none;
    padding:0;
    margin:0;
}
#mobile-menu li{
    display: flex;
    justify-content: flex-start;
    padding:0 0 0 20px;
    border-bottom: 1px solid #efefef;
}
#mobile-menu li:not([class]):hover{
    background: #f6f6f6;
}
#mobile-menu li a{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px 10px 0;
    min-height: 100%;
}
#mobile-menu .open-sub-menu{
    cursor:pointer;
    margin-left:auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:44px;
    min-width:44px;
    min-height:100%;
    border-left:1px solid #efefef;
}
#mobile-menu .open-sub-menu svg{
    width:18px;
    height:18px;
    fill:var(--main-font-color);
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu{
    position:relative;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f6f6f6;
    height:50px;
    padding-left:30px;
    display:flex;
    align-items: center;
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu svg{
    display: block;
    width:16px;
    height:16px;
    top:50%;
    position: absolute;
    fill:var(--main-font-color);
    transform: translateY(-50%);
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu .arrow-left{
    left:7px;
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu .icon-cross{
    right:15px;
}
#mobile-menu ul.mobile-sub-menu{
    position:absolute;
    left:0;
    top:0;
    height:100vh;
    width: 100vw;
    max-width:600px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(100%,0);
    -webkit-transition: transform 0.5s cubic-bezier(0.52, 0.51, 0.08, 0.76);
    transition: transform 0.5s cubic-bezier(0.52, 0.51, 0.08, 0.76);
    border-left: 1px solid var(--main-font-color);
}
#mobile-menu ul.mobile-sub-menu.active{
    transform: translate(0,0);
}
#mobile-menu ul.mobile-sub-menu li{
    padding:0 0 0 20px;
}
#mobile-menu ul.mobile-sub-menu li.title-sub-menu{
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding:20px;
}
#mobile-menu a.top-logo{
    max-width: 100%;
}
#mobile-menu .phone-wrapper{
    margin-left: 0;
    width: 100%;
    flex-direction: inherit;
    gap: 5px 20px;
    justify-content: center;
    flex-wrap: wrap;
    left:0;
}
#mobile-menu .phone-wrapper a{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    padding-left:25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23131516" viewBox="0 0 24 24"><path d="M13,1a1,1,0,0,1,1-1A10.011,10.011,0,0,1,24,10a1,1,0,0,1-2,0,8.009,8.009,0,0,0-8-8A1,1,0,0,1,13,1Zm1,5a4,4,0,0,1,4,4,1,1,0,0,0,2,0,6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2Zm9.093,10.739a3.1,3.1,0,0,1,0,4.378l-.91,1.049c-8.19,7.841-28.12-12.084-20.4-20.3l1.15-1A3.081,3.081,0,0,1,7.26.906c.031.031,1.884,2.438,1.884,2.438a3.1,3.1,0,0,1-.007,4.282L7.979,9.082a12.781,12.781,0,0,0,6.931,6.945l1.465-1.165a3.1,3.1,0,0,1,4.281-.006S23.062,16.708,23.093,16.739Zm-1.376,1.454s-2.393-1.841-2.424-1.872a1.1,1.1,0,0,0-1.549,0c-.027.028-2.044,1.635-2.044,1.635a1,1,0,0,1-.979.152A15.009,15.009,0,0,1,5.9,9.3a1,1,0,0,1,.145-1S7.652,6.282,7.679,6.256a1.1,1.1,0,0,0,0-1.549c-.031-.03-1.872-2.425-1.872-2.425a1.1,1.1,0,0,0-1.51.039l-1.15,1C-2.495,10.105,14.776,26.418,20.721,20.8l.911-1.05A1.121,1.121,0,0,0,21.717,18.193Z"></path></svg>');
}
.is-compact .fancybox__content > .f-button.is-close-btn{
    z-index:1000;
}

.result-order {
    font-size:14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom:25px;
}
.result-order .order-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:16px;
    gap:20px;
}

.result-order .delivery {
    margin-bottom:16px;
}
.result-order .delivery .order-row{
    margin-bottom:4px;
}

.result-order .order-row .order-value{
    text-align: right;
}
.result-order .order-row .order-value.value-bold,
.result-order .order-row .order-label.label-bold{
    font-weight: bold;
}
.result-order .delivery .order-row .order-value,
.result-order .payment-type .order-row .order-value{
    color:var(--main-general-color);
}
.cat-childNodes{
    display: none;
}
.cat-childNodes.active{
    display:block;
}
.fancybox__container{
    z-index: 20000;
}

.product-photo.default img{
    width:100%;
    max-width:400px;
    margin: 0 auto;
}
.product-photo.gallery{
    position: relative;
}
.product-photo.gallery img{
    cursor:pointer;
}
.product-photo.gallery::after{
    content:'';
    position: absolute;
    display: block;
    width:32px;
    height:32px;
    cursor:pointer;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23aaa" viewBox="0 0 24 24"><g><path d="m12 0a12 12 0 1 0 12 12 12.013 12.013 0 0 0 -12-12zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1 -10 10zm1-11h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"></path></g></svg>');
}
.desc-group{
    margin-bottom:30px;
}
.desc-group .desc-group-title{
    font-weight: bold;
}
.cart-empty{
    display:none;
}
.cart-empty.show{
    display: block;
}
.cart-empty .inner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    height: 100px;
    color: var(--gray-color2);
    margin-bottom:45px;
}
.empty-info-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: var(--gray-color2);
    margin-bottom:80px;
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.pharmacies-list {
    width: 100%;
    height: 80vh;
    display: grid;
    grid:"sidebar body" 1fr / auto 1fr;
    border: 1px solid #c5c5c5;
    border-radius:10px;
}

.pharmacies-list .sidebar {
    position: relative;
    grid-area: sidebar;
    width: 350px;
    overflow: hidden;
    border-right:1px solid #c5c5c5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #FCFCF7;
    border-radius: 10px 0 0 10px;
}

.pharmacies-list .sidebar .select-wrapper{
    border-radius: inherit;
    padding: 10px 10px 20px;
    width: 100%;
}
.pharmacies-list .sidebar .select-wrapper .region_select{
    background: #fff;
    display: block;
    width: 100%;
    height:34px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    font-size: 16px;
    padding:0 10px;
}
.pharmacies-list .sidebar .select-wrapper #regions.region_select{
    margin-bottom:8px;
}
.pharmacies-list .sidebar .pharmacies-wrapper{
    position: relative;
    flex:1;
    width:100%;
    overflow: hidden;
    border-radius: inherit;
}
.pharmacies-list .sidebar .pharmacies-wrapper .mCSB_scrollTools{
    right: 5px;
}
.pharmacies-list .sidebar .pharmacies-wrapper .mCSB_inside > .mCSB_container{
    margin-right: 25px;
}
.pharmacies-list .body {
    grid-area: body;
}
.pharmacies-list .body #map{
    width:100%;
    height:100%;
    border-radius:0 10px 10px 0;
}
.pharmacies-list .pharmacy-item{
    position: relative;
    display: none;
    padding:20px;
    background: #FCFCF7;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #c5c5c5;
    cursor:pointer;
}
.pharmacies-list .pharmacy-item.region_visible{
    display: block;
}
.pharmacies-list .pharmacy-item.active{
    background: #FFF7B8;
}
.pharmacies-list .pharmacy-item:last-child{
    border-bottom:0;
}
.pharmacies-list .pharmacy-item .title{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: bold;
}

#search-wrapper{
    position: relative;
    background: #f6f6f6;
    border-radius:10px;
    height:46px;
    display: flex;
    align-items: center;
    padding-left:16px;
    padding-right:0;
    border: 1px solid #e4e4e4;
}
#search-wrapper input[type="text"]{
    flex:1;
    border:0;
    background: transparent;
    height:100%;
    outline:none;
    color: var(--main-font-color);
    font-size:16px;
    min-width:30px;
}
#search-wrapper input[type="text"]:focus::placeholder,
#search-wrapper input[type="text"]:focus::-moz-placeholder,
#search-wrapper input[type="text"]:focus::-webkit-input-placeholder,
#search-wrapper input[type="text"]:focus::-webkit-input-placeholder,
#search-wrapper input[type="text"]::placeholder,
#search-wrapper input[type="text"]::-moz-placeholder,
#search-wrapper input[type="text"]::-webkit-input-placeholder,
#search-wrapper input[type="text"]::-webkit-input-placeholder{
    color: var(--gray-color2);
    font-size:16px;
}
#search-wrapper button {
    position: relative;
    background: var(--main-general-color);
    border-radius: 0 10px 10px 0;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    border: 0;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    border-left: 1px solid #e4e4e4;
}
#search-wrapper button svg{
    position:absolute;
    fill:#fff;
    left:14px;
    transition:opacity 0.2s linear;
}
#search-wrapper button .icon-search {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
#search-wrapper button svg.icon-loading{
    top:auto;
    opacity:0;
    -webkit-animation: 3s infinite linear spin;
    -moz-animation: 3s infinite linear spin;
    -ms-animation: 3s infinite linear spin;
    animation: 3s infinite linear spin;
}
#search-wrapper button.find svg.icon-search{
    opacity:0;
}
#search-wrapper button.find svg.icon-loading{
    opacity:1;
}
#search-dropdown{
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    font-size: 14px;
    border-radius: 10px;
    transition: top .2s ease;
    overflow: hidden;
    z-index:9999991;
    background: #fff;
}
#search-dropdown .inner{
    max-height: 220px;

    overflow: auto;
    padding-left:20px;
}
#search-dropdown .search-dropdown-item{
    padding: 5px 0 5px 10px;
    border-bottom:1px solid #efefef;
}
#search-dropdown .all-result-link{
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    border-top:1px solid #efefef;
}
#search-dropdown .no-result{
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-color2);
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg);}
    to { transform:rotate(360deg);}
}

.vacancy-item{
    position:relative;
    margin-bottom:30px;
    padding-bottom:15px;
    border-bottom:1px solid #efefef;
}

.vacancy-title{
    position:relative;
    font-weight: bold;
    margin-bottom:15px;
    padding-left:25px;
    cursor:pointer;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.vacancy-title::before,
.vacancy-title::after{
    content:'';
    background: var(--main-font-color);
    position:absolute;
    display: block
}
.vacancy-title::before{
    width:17px;
    height:1px;
    left:0;
    top:11px;
    transform: translateY(-50%);
}
.vacancy-item .vacancy-title::after{
    width:1px;
    height:16px;
    left:8px;
    top:4px;
    opacity:1;
    transition: opacity .2s ease;
}
.vacancy-item .vacancy-text{
    background: #f5f5f5;
    border-radius:10px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
}
.vacancy-item .vacancy-text .wrapper{
    overflow: hidden;
}
.vacancy-item .vacancy-text .wrapper .inner{
    padding:25px;
}
.vacancy-item.active .vacancy-text{
    grid-template-rows: 1fr;
    margin-bottom:15px;
}
.vacancy-item.active .vacancy-text .wrapper{
    transform: translateY(0);
}
.vacancy-item.active .vacancy-title::after{
    opacity:0;
}


.actions-list{
    position: relative;
    --auto-grid-min-size: 16rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
}

.actions-list__item{
    background: #f5f5f5;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}

.actions-list__pic{
    width: 100%;
    margin-bottom:25px;
}
.actions-list__pic img{
    display: block;
    border-radius: 5px;
    width: 100%;
    height: auto;
    aspect-ratio:1.502347417840376;
    object-fit: cover;
}

.actions-list__date {
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}

.actions-list__item_nopic .actions-list__descr{
    width: 100%;
    padding-bottom: 20px;
}

.actions-list__title{
    font-size: 18px;
    max-height: 118px;
    overflow: hidden;
    padding-bottom: 0;
    display: inline;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: bold;
}

.actions-list__mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.actions-full{
    padding-bottom: 30px;
    margin-bottom: 100px;
    display: flex;
    gap:30px;
    flex-wrap:wrap;
}

.actions-full__pic{
    width: 260px;
    height: auto;
}
.actions-full__pic img{

    width: 100%;
    height: auto;
    aspect-ratio:1.502347417840376;
    object-fit: cover;
}
.actions-full__info{
    flex:1;
}
.back-link{
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}
.leaflet-container a{
    color:var(--main-font-color);
}
.modal{
    display:none;
    border-radius: 10px;

}
.modal-login, .login-form{
    font-size:14px;
    width:100%;
    max-width: 400px;
}

.modal .modal-header{
    border-radius: 10px 10px 0 0;
    background: #f6f6f6;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    font-size:18px;
    font-weight: bold;
}
.modal .modal-body{
    background: #fff;
    padding:20px;
    cursor:default;
}
.modal.modal-login .modal-body{
    padding-bottom:10px;
}
.modal .modal-footer{
    padding: 20px;
    background: #f6f6f6;
    border-top:1px solid #e4e4e4;
    border-radius: 0 0 10px 10px;
}
.modal .field-flex,
.login-form .field-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:7px;
    line-height: 1;
}
.modal .field-flex label,
.login-form .field-flex label{
    margin:0;
}
.modal .field-flex .flex-right,
.login-form .field-flex .flex-right{
    margin-left:auto;
}
.modal .flex-center,
.login-form .flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .form-btn,
.login-form .form-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height:33px;
    border:0;
    border-radius:5px;
    font-size:14px;
    cursor:pointer;
    background: var(--main-general-color);
    color:#fff;
    padding: 0 15px;
}
.login-form .form-btn{

}
.modal-shared-cart{
    width: 100%;
    max-width: 930px;
    max-height: calc(100vh - 10px);
}
.modal-shared-cart .modal-body{
    overflow:auto;
    width:100%;
    max-height: calc(100vh - 160px);
}
.modal-shared-cart .modal-body table{
    margin-bottom:0;
}
.field label.checkbox-wrapper,
.checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox-wrapper input[type=checkbox]{
    position:relative;
    margin: 0 7px 0 0;
    appearance: none;
    min-height: 18px;
    min-width: 18px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 0 3px rgba(30,30,30,0.05);
    cursor: pointer;
    transition: border-color .2s ease;
    border-radius: 4px;
}
.checkbox-wrapper input[type=checkbox]:hover{
    box-shadow: none;
}
.checkbox-wrapper input[type=checkbox]:checked {
    border-color: var(--main-general-color);
    box-shadow: 0 0 3px rgba(30,30,30,0.2);
}
.checkbox-wrapper input[type=checkbox]:checked::before {
    content: '\2713';
    display: block;
    font-size: 14px;
    line-height: 1;
    color: var(--main-general-color);
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: bold;
    transform: translateX(-50%);
}
.modal-login .checkbox-wrapper{
    margin-top: 10px;
}
.modal .form-error{
    display: none;
    padding: 10px 0;
    color:var(--main-general-color);
    text-align: center;
}
.profile-form-block{
    max-width: 550px;
}
.agree_text{
    position: relative;
    font-size:14px;
    line-height: 1.2;
    color: var(--gray-lighter-color2);
}
.agree_text a{
    color:var(--main-font-color);
    font-weight: bold;
}

.bubble{
    position: relative;
    border: 1px solid var(--border-color);
    border-radius:8px;
    line-height: 1.4;
    padding-left:61px;
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    margin-bottom: 25px;
    font-size:14px;
    max-width:650px;
}
.bubble.filled{
    background: rgba(252, 248, 227, 1);
}
.bubble .icon{
    border-radius: 8px 0 0 8px;
    width: 45px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid var(--border-color);
    background-color: #fff3cd;
}
.bubble .icon::before{
    content: '';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background-image: url("/images/icons/info.svg");
    filter: invert(30%) sepia(14%) saturate(4427%) hue-rotate(10deg) brightness(97%) contrast(96%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.bubble .icon::after{
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--border-color);
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background:#fff3cd;
}
.bubble .title{
    padding: 10px 20px 0;
    font-weight: bold;
}
.bubble .body{
    padding: 11px 20px 14px;
}
.bubble .body:only-child{
    padding:0 20px;
    border:0;
}
.bubble .link{
    display: flex;
    gap: 40px;
    font-weight: bold;
    padding: 5px 0;
}

.bubble.type-success.filled{
    background-color: rgba(227, 253, 235, 1);
    border-color:#60c060;
}
.bubble.type-success .icon,
.bubble.type-success .icon::after{
    background:#60c060;
    border-color:#60c060;
}
.bubble.type-success .icon::before{
    background-size: 18px;
    background-image: url("/images/icons/check.svg");
    filter: invert(100%) sepia(3%) saturate(979%) hue-rotate(227deg) brightness(116%) contrast(100%);
}


.bubble.type-error.filled{
    background-color: rgba(248, 215, 218, .7);
    border-color:#ca452e;
}
.bubble.type-error .icon,
.bubble.type-error .icon::after{
    background:#ca452e;
    border-color:#ca452e;
}
.bubble.type-error .icon::before{
    background-image: url("/images/icons/alert.svg");
    background-size: 28px;
    filter: invert(100%) sepia(3%) saturate(979%) hue-rotate(227deg) brightness(116%) contrast(100%);
}
.bubble.type-error .icon::after{
    background:#ca452e;
}
.bubble.popup{

}
.profile-page-menu{
    padding:0;
    margin:0 0 60px;
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
}
.profile-page-menu li{
    padding:8px 20px;
    border-radius: 8px 8px 0 0;
}
.profile-page-menu li:last-child{
    margin-left:auto;
}
.profile-page-menu li.active{
    background: #fff8ac;
}
.profile-page-menu li:last-child{
    border:0;
}
.leaflet-container a.selectPharmacy{
    font-weight: bold;
    color:var(--main-general-color);
}

.share-cart-wrapper{
    position: relative;
    margin-top: 30px;
    display:flex;
    justify-content: center;
}
.btn-copy{
    display:flex;
    align-items: center;
}
.btn-copy span{
    position: relative;
}
.btn-copy span::before{
    content: attr(data-default);
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.btn-copy.share-success span::before{
    content: attr(data-success);
}
.btn-copy svg{
    margin-left:7px;
}

.btn-copy svg use{
    display:none;
}
.btn-copy svg use.use-share{
    display: inline-block;
}
.btn-copy.share-load svg use,
.btn-copy.share-success svg use{
    display:none;
}
.btn-copy.share-load svg use.use-spinner{
    display: inline-block;
}
.btn-copy.share-success svg use.use-check{
    display: inline-block;
}
.warning-text{
    font-size:12px;
    text-align: center;
    padding: 20px;
    color:var(--gray-lighter-color);
    line-height: 1.2;
}
.required{
    position:relative;
}
.required > label:not(.checkbox-wrapper)::after{
    content:'*';
    position:relative;
    display: inline-block;
    margin-left:3px;
    top:-2px;
    font-size:14px;
    color:red;
}
.goods-scroller-title {
    margin-bottom:25px;
}
.goods-scroller-title span{
    display: inline-block;
    color:#131516;
    font-size:25px;
    font-weight: 500;
    line-height: 1;
}
.goods-scroller-title a{
    font-weight: bold;
    font-size:10px;
    text-transform: uppercase;
    color:#a1a1a1;
    margin-left:20px;
}
.brands-scroller-wrapper,
.goods-scroller-wrapper {
    position: relative;
    margin-bottom:60px;
}
.brands-scroller-wrapper .brands-scroller .product-item,
.goods-scroller-wrapper .goods-scroller .product-item{
    display:none;
}
.brands-scroller-wrapper .brands-scroller.owl-loaded .product-item,
.goods-scroller-wrapper .goods-scroller.owl-loaded .product-item {
    display: flex;
}
.brands-scroller-wrapper .brands-scroller.owl-carousel .owl-stage,
.goods-scroller-wrapper .goods-scroller.owl-carousel .owl-stage{
    display: flex;
}
.brands-scroller-wrapper .brands-scroller.owl-carousel .owl-stage .owl-item,
.goods-scroller-wrapper .goods-scroller.owl-carousel .owl-stage .owl-item{
    flex:1;
}
.brands-scroller .owl-stage-outer,
.goods-scroller .owl-stage-outer{
    padding: 15px;
    margin: -15px;
}


.brand-item{
    position: relative;
    box-shadow: 0 4px 9px rgba(0,0,0,0.15);
    border:1px solid #dadcde;
    border-radius:6px;
    align-self: center;
}
.brand-item img{
    display: block;
    width:100%;
    border-radius:6px;
    max-width: 100%;
    height: auto;
}
.owl-arrow{
    position:absolute;
    top:calc(50% - 20px);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index:10;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.brands-scroller-wrapper .owl-arrow{
    top:50%;
}
.owl-arrow.hidden{
    display: none;
}
.owl-arrow.prev-arrow{
    left:-15px;
}
.owl-arrow.next-arrow{
    right:-15px;
}
.login-text{
    padding-top:20px;
    font-size: 14px;
    color:var(--gray-color2);
    line-height: 1.2;
}
.form-login.input-code-step .login-text{
    display:none;
}
.form-login .field-code{
    display:none;
}
.form-login.input-code-step .field-code{
    display:block;
}
.field-content{
    flex:1;
}
.field .field-width{
    padding-top:15px;
    width: 100%;
}
.field .field-width .form-field{
    width: 100%;
    max-width: 633px;
}

#delivery-price-order,
#row-redeem-bonuses{
    display:none;
}

.delivery-tabs-wrapper {
    display: flex;
    justify-content: center; /* Центрируем табы */
    margin-bottom:20px;
    gap:10px;
}

.delivery-tab {
    flex: 1; /* Растягиваем табы равномерно */
    text-align: center;
}

.delivery-tab input[type="radio"] {
    display: none; /* Скрываем радио-кнопки */
}

.delivery-tab label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius:5px;
    height: 33px;
    color:var(--main-font-color);
    fill:var(--main-font-color);
    cursor: pointer;
    background: #eeeeee;
    font-size:14px;
    transition: background-color 0.3s, color 0.3s;
}
.delivery-tab label svg{
    margin-right:8px;
}
.delivery-tab input:checked + label {
    background: var(--main-general-color);
    color:#fff;
    fill:#fff;
    border-color:var(--main-general-color);
}

.delivery-content{
    display: none;
    margin-bottom:20px;
}
.delivery-content.active{
    display: block;
}

.map-frame{
    position: relative;
    height:115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/images/map-frame-bg.png") center no-repeat;
    margin-bottom:20px;
}
.map-picker{
    cursor:pointer;
}
.map-picker.btn{
    background-color: var(--main-general-color);
    color:#fff;
    border-color:#fff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 12px;
    height: 26px;
}
.map-frame .map-picker.btn{
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.map-pharmacy{
    display: flex;
    gap:10px;
}
.map-pharmacy > div{
    flex:1;
}
.map-pharmacy img{
    width: 100%;
    height:115px;
    object-fit: cover;
}
.selected-pharmacy__main .btn{
    border:0;
}
.selected-pharmacy__pic{
    position: relative;
    border-radius: 5px;
    border:1px solid var(--border-color);
    background: url("/images/icons/spinner.svg") center no-repeat;
    background-size: 24px;
}
.selected-pharmacy__pic img{
    display: block;
}
.selected-pharmacy__pic::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-image: url(/images/marker.png);
    transform: translate(-50%,-100%);
}
.pay-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.pay-type{
    position: relative;
    border:1px solid var(--border-color);
    border-radius: 6px;
    display:inline-flex;
    align-items: center;
    padding: 20px 16px;
    margin-right:15px;
    cursor: pointer;
    min-width: 220px;
    margin-bottom:15px;
}
.pay-type > img{
    margin:0 10px;
}
.pay-type > div{
    flex:1;
    line-height: 1;
    font-weight: bold;
}
.pay-type > div span{
    display: block;
    padding-top:8px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.pay-type div.error{
    position: absolute;
    left:22px;
    bottom:4px;
}
.order-help-text{
    font-size:14px;
    line-height: 1;
    color:var(--gray-color2);
    margin-bottom:20px;
}
.product-details-item{
    margin-bottom:20px;
    display: flex;
    align-items: center;
    gap:20px;
}
.product-details-item .price-wrapper{
    display: flex;
    gap:20px;
}
.product-details-item .price-wrapper .product-pricing{
    margin-bottom:0;
    position: relative;
}
.product-details-item .price-wrapper .product-pricing:nth-child(2)::before{
    content: '=';
    position: absolute;
    left:-27px;
    top:50%;
    transform: translateY(-50%);
    color:var(--gray-color2);
}
.product-details-item:last-child{
    margin-bottom:0;
}
.elqr-wrapper{
    display:inline-flex;
    border:1px solid var(--gray-lighter-color2);
    position:relative;
}
.elqr-wrapper img{
    display: block;
    position: relative;
    z-index: 1;
}
.elqr-wrapper.paid img{
    filter: blur(3px) brightness(1.2);
}
.elqr-wrapper.paid::before{
    content: '';
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.elqr-wrapper.paid::after{
    content: 'оплачено';
    position: absolute;
    z-index: 3;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    padding: 6px 18px;
    font-size:14px;
    line-height: 1;
    border:2px solid green;
    color:green;
    border-radius: 4px;
    background: #fff;
}
[type="text/x-jsmart-tmpl"]{
    display:none;
}
.btn-order-details{
    background: var(--main-general-color);
    color:#fff;
    border:0;
    position: relative;
    padding-right: 35px;
    cursor:pointer;
    margin-top:20px;
}
.btn-order-details::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: transform 0.3s;
}

.btn-order-details.active {
    border-radius: 5px 5px 0 0;
}
.btn-order-details.active::after {
    transform: translateY(-50%) rotate(-135deg);
}
.order-details-wrapper{
    display:none;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius:  0 5px 5px 5px;
}
.order-details-wrapper .product-details-item a{
    text-transform: lowercase;
    font-size:14px;
}
.order-details-wrapper .product-details-item img{
    width:65px;
    height: auto;
}
.order-details-wrapper .product-pricing .price .value{
    font-size:20px;
}
.order-details .result-order{
    max-width:300px;
}
.order-details .result-order .order-value.strong{
    font-weight: bold;
    color:var(--main-general-color);
}
#elqr-block{
    text-align: center;
}
#elqr-block ul{
    text-align: left;
}
.order-table{
    border:0;
    margin: 0 0 45px;
    padding:0;
    border-collapse: collapse;
    width: 100%;
}

.order-table thead{
    font-size:14px;
    font-weight: 300;
    line-height: 1;
    color:var(--gray-lighter-color);
}
.order-table thead tr th{
    padding: 0 0 20px 15px;
    text-align: left;
    font-weight: normal;
}
.order-table tbody tr.order-row-details{
    display:none;
}
.order-table tbody tr:not(.order-row-details):not(.order-row-note){
    border-top:1px solid #e4e4e4;
}
.order-table tbody tr.even td{
    background: #fffde8;
}
.order-table tbody tr td{
    padding: 20px 15px;
    vertical-align: top;
}
.order-table tbody tr[data-uuid] td{
    padding: 10px 15px;
}
.order-table tbody tr td .btn-order-details{
    margin:0;
    padding: 0 30px;
}
.order-table tbody tr td .btn-order-details::after{
    display:none;
}
.order-table tbody tr td .order-details-wrapper{
    display: block;
    border:0;
    padding:0 0 0 40px;
    margin-bottom:40px;
}
.badge{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    line-height: 1;
    font-size:12px;
    padding:0 12px;
    border-radius: 5px;
}
.badge.pending{ background-color: #ccc;}
.badge.new{ background-color: #f0ad4e; color:#fff;}
.badge.process{ background-color: #428BCA; color:#fff;}
.badge.ready{ background-color: rgb(79, 189, 200); color:#fff;}
.badge.complete{ background-color: rgb(92, 184, 92); color:#fff;}
.badge.delivery_send{ background-color: rgb(185, 79, 181); color:#fff;}
.badge.delivery_process{ background-color: rgb(239, 103, 157); color:#fff;}
.badge.rejected,
.badge.delivery_rejected{ background-color: rgb(217, 83, 79); color:#fff;}

.pay-link{
    margin-left: 25px;
    font-size:12px;
}
.form-field.error,
input[type=text].error,
input[type=password].error,
select.error,
textarea.error{
    border-color:var(--main-general-color) !important;
}
div.error{
    font-size:12px;
    font-weight: bold;
    color:var(--main-general-color);
    line-height: 1.2;
}
.close-jq-toast-single{
    font-size:20px;
}