@font-face {
    font-family: "Roboto";
    src: url("/bitrix/fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}

* {
    box-sizing: border-box;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa;
    font: 400 16px Roboto, Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, .87);
    overflow-x: hidden;
}

* {
    outline: none!important;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --subtitle-font: 400 14px/16px;
    --small-font: 400 12px/14px;
    --border-dashed: 1px dashed;
    --border-dashed-h: 1px dashed;
    --blue: #3b6d9a;
    --header-bg-secondary: #3f4e5d;
    --darc-light: rgba(0, 0, 0, 0.54);
    --gray-light: #ebebeb;
    --darc: rgba(0, 0, 0, 0.87);
    --base-color: #ff8637;
    --base-color-green: #7eb105;
}
svg {
    fill: #eee;
}

.main {
    background: #ffffff;
}

header.header {
    z-index: 20;
    position: relative;
    margin-bottom: 15px;
}

#__layout {
    overflow: hidden;
}

header.header:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    display: none;
    background: rgba(0, 0, 0, .54);
}

header.header.show-overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: '';
    display: block;
    background: rgba(0, 0, 0, .54);
}

h2, h3 {
    color: rgba(0, 0, 0, .87);
}

h2 {
    font: 400 24px/28px Roboto, sans-serif;
    margin-bottom: 16px;
}

p {
    font: 400 14px Roboto, sans-serif;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, .87);
}

.home-page {
    margin-top: 10px;
}
.stretching {
    background-size: contain !important;
    cursor: pointer;
    position: relative;
    z-index: 20000;
    background: linear-gradient(143.92deg, red -.14%, orange 106.86%), #fff;
    text-align: center;
    font-size: 19px;
    padding: 5px;
    color: #ffffff;
}

.primary {
    background: #fff;
    color: var(--darc);
}

.primary .content, .secondary .content {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo {
display: flex;
    min-width: 172px;
    align-items: center;
}

.logo img {

}

img {
    max-width: 100%;
    color: transparent;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--blue);
    outline: none;
    transition: .3s;
}



.city {
    display: flex;
    align-items: center;
    margin-right: 36px;
}

.city .icon-pin {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(/images/location.svg) no-repeat 50%;
    background-size: cover;
}

.city span {
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
    max-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
}

.link-to {
    color: var(--blue);
    border-bottom: 1px dashed;
    border-bottom: var(--border-dashed);
    transition: .3s;
    cursor: pointer;
}

.company-menu {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
}

ul {
    margin: 0;
    list-style: none;
}

.company-menu .item {
    margin: 0 12px;
    position: relative;
}

.company-menu .item a {
    color: var(--darc);
    white-space: nowrap;
}

.company-menu .item:first-child a {
    color: #f30;
    font-weight: 600;
}

.icon-arrow {
    transition: .3s;
    transform: rotate(0);
    display: inline-block;
    height: 14px;
    position: relative;
    stroke: #000000;
}
.company-menu .icon-arrow {
    top: 3px;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items  .item .item__name {
    /*margin-left: 10px;*/
    display: block;
}

.company-menu .item a:hover {
    color: var(--base-color);
}


a:hover {
    color: var(--base-color);
}

.company-menu a:hover svg.icon-arrow {
    stroke: var(--base-color);
    transform: rotate(-180deg);
}

.phones:hover svg.icon-arrow {
    stroke: var(--base-color);
    transform: rotate(-180deg);
}


.company-menu .item.parent ul {
    display: none;
    position: absolute;
    background: #fff;
    left: -12px;
    top: 100%;
    width: auto;
    max-width: 200px;
    min-width: 150px;
    padding: 8px 0;
    box-shadow: 0 12px 17px rgba(0, 0, 0, .14), 0 4px 4px rgba(0, 0, 0, .25), 0 5px 22px rgba(0, 0, 0, .12);
    border-radius: 3px;
}

.company-menu .item.parent ul li a {
    display: block;
    padding: 12px 16px;
    background: #fff;
    white-space: nowrap;
    line-height: 1;
}

.company-menu .item.parent ul li a:hover {
    background: #f3f3f3;
}

.actions {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.phones {
    height: 65px;
    color: #687685;
    margin: 0 20px;
    width: 170px;
    position: relative;
}

.phones, .phones .icon-arrow {
    display: flex;
    align-items: center;
}

.phones .icon-arrow {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 1;
    width: 15px;
    height: 15px;
    line-height: 1;
    justify-content: center;
}

.phones .phones-list .item:first-child {
    display: block;
}

.phones.active-callback {
    z-index: 1000;
}

.phones.active-callback .phones-list {
    box-shadow: 0 12px 17px rgba(0, 0, 0, .14), 0 4px 4px rgba(0, 0, 0, .25), 0 5px 22px rgba(0, 0, 0, .12);
    border-radius: 3px;
    height: auto;
}

.phones .phones-list {
    padding: 16px 36px 0 55px;
    white-space: nowrap;
    top: 5px;
    right: 0;
    position: absolute;
    background: #fff;
}

.phones.active-callback .phones-list .item, .phones.active-callback .phones-list .item .label {
    display: block;
}

.phones.active-callback .phones-list .icon-phone {
    display: inline-block;
}

.phones .phones-list .item {
    position: relative;
    display: none;
    margin-bottom: 16px;
}

.phones .phones-list .item .icon-phone {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -10px;
}

.phones.active-callback .phones-list .item .icon-phone {
    display: inline-block;
}

.icon-cart-inverse, .icon-compare-inverse, .icon-eye, .icon-free-delivery, .icon-info, .icon-logout, .icon-phone, .icon-shop {
    display: inline-block;
    width: 22px;
    height: 20px;
}

.icon-phone {
    background: url(/images/phone.svg) no-repeat 50%;
}

.phones .phones-list .item .icon-phone {
    display: none;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -10px;
}

.phones .phones-list .item .phone {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 5px;
}

.phones .phones-list .item .label {
    display: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: var(--darc-light);
}

.phones .phones-list .item.item__callback {
    margin-left: -39px;
    margin-right: -20px;
}

.phones .phones-list .item {
    position: relative;
    display: none;
    margin-bottom: 16px;
}

.phones .phones-list .item.item__callback .new-callback-phone {
    text-align: left;
}

.phones .phones-list .item.item__callback .item-divider {
    position: relative;
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.phones .phones-list .item.item__callback .item-divider .item-divider__border {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.phones .phones-list .item.item__callback .item-divider .item-divider__content {
    display: inline-block;
    position: relative;
    top: -8px;
    padding: 0 10px;
    background-color: #fff;
    color: rgba(0, 0, 0, .54);
}

.new-callback-phone .callback-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, .87);
    text-align: center;
}

.new-callback-phone .outlined-text-form {
    margin-bottom: 15px;
}
.new-callback-phone .callback-field {
    border: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
}

.new-callback-phone .callback-field {
    margin-bottom: 14px;
}

input[type=search], input[type=tel] {
    -webkit-appearance: none;
}

form select, input {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 36px;
    width: 100%;
    padding: 0 0 0 12px;
    background-color: #fff;
}


.btn.orange.full, button.orange.full {
    color: #fff;
    background: #f6731c 50%;
    border-color: transparent;
}

.new-callback-phone .btn {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 36px;
}

.btn.orange, button.orange {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    color: #f6731c;
}

.orange {
    color: #f6731c;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
}

.btn, button {
    display: block;
    background: 0 0;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    line-height: 44px;
    transition: .3s;
    border-radius: 4px;
    margin-bottom: 24px;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

button {
    cursor: pointer;
}

.btn.orange.full:hover, button.orange.full:hover {
    background: #ff8637 radial-gradient(circle, transparent 1%, #ff8637 0) 50%/15000%;
}


.secondary {
    background: var(--header-bg-secondary);
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    color: #fff;
}

.primary .content, .secondary .content {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu--mobile {
    min-width: 56px;
    display: none;
    align-items: center;
    justify-content: center;
}

.icon-list {
    display: inline-block;
    width: 22px;
    position: relative;
    fill: #ffffff;
}

.menu__cancel-search {
    width: 56px;
    height: 50px;
    background: url(/images/icon-arrow-back.svg) no-repeat 50%;
    margin-bottom: 0;
}

.menu--desktop {
    min-width: 284px;
    background: #364555;
    display: flex;
    position: relative;
}

#btn__cart_order.off {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

#btn__cart_mini-order.off {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

.minus-count1.off {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}



.menu--desktop__title {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 0 0 26px;
    font-size: 18px;
    cursor: pointer;
}

.menu--desktop__title svg {
    margin-right: 14px;
}

.menu--desktop__drop-list.show {
    display: block;
}

.menu--desktop__drop-list {
    display: none;
    position: absolute;
    width: calc(100% - 1px);
    background: #fff;
    top: 100%;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: .3s;
    left: 0;
    z-index: 2;
}

.menu-aim__item > a {
    display: flex;
    align-items: center;
    transition: .3s;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.menu-aim__item .icon {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.menu-aim__item .menu-aim__item-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    background: #fff;
    max-width: 1082px;
    border-left: 1px solid #ebebeb;
}

.menu-aim__item .title {
    font-size: 14px;
}

.menu-aim__item > a svg {

    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
    width: 20px;
}

.search-autocomplete {
    width: 100%;
    padding: 10px 14px;
    position: relative;
}

.global-search {
    position: relative;
}

.global-search__field {
    background: #5c6875;
    color: #000;
    transition: .3s;
    border: none;
    width: calc(100% - 15px);
    padding: 10px 42px 10px 16px;
    border-radius: 10px 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

.global-search__voice {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 60px;
    top: 5px;
    background: url(/images/microphone-white-icon.svg) no-repeat 50%;
}

.global-search__submit {
    margin: 0;
    width: 48px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    background: url(/images/icon-search.svg) no-repeat top 6px right 9px #5c6975;
}

.autocomplete {
    position: absolute;
    z-index: 1690;
    left: 14px;
    right: 14px;
    top: 46px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.autocomplete__wrapper {
    padding: 0 8px;
}

.autocomplete-history {
    padding: 20px 0 0;
    position: relative;
}

.autocomplete-history__title {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 11px;
    margin-left: 8px;
    display: inline-block;
}

.autocomplete-history__list {
    position: relative;
    padding-bottom: 8px;
}

.autocomplete-history__footer {
    padding: 18px 8px;
    position: relative;
}

.autocomplete-history__clear {
    font-size: 14px;
    color: #3b6d9a;
    width: auto;
    border-bottom: 1px dashed #3b6d9a;
    line-height: normal;
    border-radius: 0;
    margin-bottom: 0;
}

.autocomplete-events {
    padding: 8px 0;
    position: relative;
}

.autocomplete-events__link {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 10px;
}

.autocomplete-events__logo {
    margin-right: 16px;
}

.autocomplete-events__title {
    font-size: 14px;
    color: #424242;
}

.autocomplete-suggests {
    padding: 8px 0;
    position: relative;
}

.autocomplete-products {
    padding: 8px 0;
    position: relative;
}

.autocomplete-categories {
    padding: 8px 0;
    position: relative;
}

.autocomplete__footer {
    padding: 18px 8px;
    position: relative;
}

.autocomplete__show-all {
    color: #3b6d9a;
    font-size: 14px;
    width: auto;
    line-height: normal;
    border-bottom: 1px dashed #3b6d9a;
    margin-bottom: 0;
}

.user-actions {
    display: flex;
    font: 400 14px/14px Roboto, Helvetica, Arial, sans-serif;
    position: relative;
}

.user-actions > div {
    display: flex;
    align-items: center;
    min-width: 56px;
    padding: 0 12px;
    justify-content: center;
    cursor: pointer;
    background: #3f4e5e;
    transition: .3s;
}

.user-actions__profile .auth {
    display: flex;
    align-items: center;
    width: max-content;
}

.user-actions i {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.user-actions i.icon-profil:before {
    background-image: url(/images/Icons_ic_account_32px.svg);
}

.user-actions i.icon-comparison2:before, .user-actions i.icon-new-vegamarket-cart:before, .user-actions i.icon-profil:before {
    content: "";
    width: 32px;
    height: 32px;
}

.user-actions i:before {
    color: inherit !important;
}

.user-actions__profile .auth .login, .user-actions__profile .auth .name {
    margin: 0 10px;
    font-size: 12px;
    white-space: nowrap;
}

.user-actions__profile .auth .login a, .user-actions__profile .auth .name a {
    color: #fff;
}

.link-to {
    color: var(--blue);
    border-bottom: 1px dashed;
    border-bottom: var(--border-dashed);
    transition: .3s;
    cursor: pointer;
}

.user-actions__compare {
    cursor: pointer;
}

.user-actions > div {
    display: flex;
    align-items: center;
    min-width: 56px;
    padding: 0 12px;
    justify-content: center;
    cursor: pointer;
    background: #3f4e5e;
    transition: .3s;
}

.user-actions i {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.user-actions i.icon-comparison2:before {
    background-image: url(/images/ic_compare_32px.svg);
}

.user-actions i.icon-comparison2:before, .user-actions i.icon-new-vegamarket-cart:before, .user-actions i.icon-profil:before {
    content: "";
    width: 32px;
    height: 32px;
}

[class^=icon-]:before, a[class^=icon-]:before, i[class^=icon-]:before, li[class^=icon-]:before {
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
}

.user-actions i:before {
    color: inherit !important;
}

.tips, .tips.right {
    right: 0;
}

.tips {
    font-family: Roboto, sans-serif;
    padding: 24px;
    display: none;
    justify-content: center;
    flex-direction: column;
    color: rgba(0, 0, 0, .87);
    line-height: 1;
    cursor: auto;
    position: absolute;
    background: #fff;
    min-width: 300px;
    top: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    z-index: 151;
}

.user-actions i {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.tips__title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
}

.tips__description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.user-actions > div {
    display: flex;
    align-items: center;
    min-width: 56px;
    padding: 0 12px;
    justify-content: center;
    cursor: pointer;
    background: #3f4e5e;
    transition: .3s;
}

.user-actions i {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.user-actions i.icon-new-vegamarket-cart:before {
    background-image: url(/images/Icons_ic_cart_32px.svg);
}

.user-actions i.icon-comparison2:before, .user-actions i.icon-new-vegamarket-cart:before, .user-actions i.icon-profil:before {
    content: "";
    width: 32px;
    height: 32px;
}

.user-actions i:before {
    color: inherit !important;
}

.user-actions .counter {
    color: var(--darc);
    background: #ffc107;
    padding: 1px 5px;
    border-radius: 50px;
    font: 400 11px/14px Roboto, Helvetica, Arial, sans-serif;
    border: 2px solid #3f4e5f;
    position: absolute;
    top: -8px;
    right: -8px;
}

.tips, .tips.right {
    right: 0;
}

.ctrs-basket-mini-icon__hint {
    position: absolute;
    top: 100%;
    right: 0;
    width: 408px;
    background-color: #fff;
    z-index: 151;
}

.ctrs-basket-mini-list {
    color: rgba(0, 0, 0, .87);
}

.ctrs-basket-mini-list__title {
    font: 20px/23px Roboto, Helvetica, Arial, sans-serif;
}

.ctrs-basket-mini-list__items {
    max-height: 522px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ctrs-basket-mini-list__item:first-child {
    border-top: none;
}

.ctrs-basket-mini-list__item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid var(--gray-light);
}

.ctrs-basket-mini-product {
    position: relative;
    padding-top: 16px;
    padding-left: 66px;
    padding-bottom: 16px;
    min-height: 50px;
    box-sizing: content-box;
}

.ctrs-basket-mini-product__preview {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctrs-basket-mini-product__preview img {
    max-height: 100%;
}

.ctrs-basket-mini-product__name {
    display: block;
    line-height: 14px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--blue);
}

.ctrs-basket-mini-product__content {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
}

.ctrs-basket-mini-item__final {
    width: 184px;
    display: flex;
    justify-content: space-between;
}

.ctrs-mixed-price {
    display: inline;
    line-height: 16px;
    font-size: 24px;
    font-weight: 500;
    color: var(--darc);
}

.ctrs-mixed-price__currency {
    font-size: 16px;
}

.ctrs-basket-mini-list__footer {
    height: 56px;
    display: flex;
    border-top: 1px solid var(--gray-light);
    align-items: center;
    justify-content: space-between;
}

.ctrs-basket-mini-list__to-basket {
    margin-bottom: 0;
    font: 14px/17px Roboto, Helvetica, Arial, sans-serif;
    width: auto;
    border-bottom: 1px dashed;
    cursor: default;
    color: var(--blue);
}

.ctrs-basket-mini-list__final {
    display: flex;
    align-items: center;
}

.ctrs-basket-mini-list__price {
    font-size: 20px;
}


.ctrs-main-price {
    font: 18px Roboto, Helvetica, Arial, sans-serif;
    line-height: 100%;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
}

.ctrs-main-price__currency {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: bottom;
    line-height: normal;
}

.ctrs-basket-mini-list__order {
    margin-bottom: 0;
    margin-left: 24px;
    display: block;
    padding: 9px 16px;
    width: auto;
    font: 500 16px/18px Roboto, Helvetica, Arial, sans-serif;
    background-color: #ff680a;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
}


.actions .language {
    display: flex;
    flex-direction: row;
}

.actions .language a.active, .actions .language span.active {
    color: var(--darc);
    cursor: default;
}

.actions .language a:first-child, .actions .language span:first-child {
    transition: .3s;
    border-right: 1px solid #ebebeb;
}

.actions .language a, .actions .language span {
    text-transform: uppercase;
    font: 400 10px/10px Roboto, Helvetica, Arial, sans-serif;
    padding: 6px 8px;
    color: var(--blue);
}

.actions .language a, .actions .language span {
    text-transform: uppercase;
    font: 400 10px/10px Roboto, Helvetica, Arial, sans-serif;
    padding: 6px 8px;
    color: var(--blue);
}

.global-search__field--active, .global-search__field:focus {
    background: url(/images/ic-search-decor.svg) no-repeat left 16px center #fff;
    color: rgba(0, 0, 0, .87);

}

.global-search input::placeholder {
    color: #ffffff;
}

.menu-aim__item {
    height: 37px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}

.menu-aim__item:last-of-type {
    border-bottom: none;
}


.menu-aim__item .menu-aim__item-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    background: #fff;
    max-width: 1082px;
    border-left: 1px solid #ebebeb;
}

.menu-aim__item--active .menu-aim__item-submenu {
    display: block !important;
}

.menu-aim__item .menu-aim__item-submenu .wrap {
    padding: 24px;
    display: flex;
}

.menu__icon {
    width: 20px;
    margin: 0 10px 0 0;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col {
    width: 560px;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col .item li {
    width: 45%;
    margin: 5px;
}
.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li.title:first-child {
    margin-top: 0;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1;
}

.menu-aim__item .title {
    font-size: 14px;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li.link {
    font-size: 14px;
    color: var(--blue);
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li a {
    display: inline;
    color: inherit;
    font-family: inherit;
    padding: 0;
}

.menu-aim__item:hover {
    background: #f3f3f3 !important;

}
.menu-aim__item:hover>a {
    color: var(--base-color) !important;
    text-decoration: underline;
}


.menu-aim__item > a, .menu-aim__item > a:hover {
    color: var(--darc);
}

a:hover {
    color: var(--base-color);
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li a:hover {
    color: var(--base-color);
    text-decoration: underline;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li a {
    display: inline;
    color: inherit;
    font-family: inherit;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--blue);
    outline: none;
    transition: .3s;
}

* {
    box-sizing: border-box;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}


.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li.link {
    font-size: 14px;
    color: var(--blue);
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li.title {
    color: var(--darc);
    margin-bottom: 5px;
    margin-top: 15px;
    font: 500 16px/16px Roboto, Helvetica, Arial, sans-serif;
    background: #fff;
    display: inline-block;
}

.menu-aim__item .menu-aim__item-submenu .wrap .menu-col ul li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1;
}

.global-search__voice--active {
    background: url(/images/microphone-icon.svg) no-repeat 50%;
}

.big-container--hidden {
    overflow: hidden;
}

.big-container {
    max-width: 1366px;
    width: calc(100% - 36px);
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: inherit;
    border-radius: 4px;
}

.big-container .with-menu {
    width: calc(100% - 300px);
    margin-left: 300px;
}



.notification {
    display: none;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    line-height: 1;
}

.notification.show {
    display: flex;
}

.notification__item[data-type=basket] {
    display: flex;
    flex-direction: row;
    color: rgba(0, 0, 0, .87);
    padding-right: 56px;
}

.notification__item {
    padding: 12px 24px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    border-radius: 4px;
    position: relative;
}

.notification__item[data-type=basket] .header {
    min-width: 220px;
    width: 250px;
}

.notification__item[data-type=basket] .title {
    font-size: 20px;
    margin-bottom: 8px;
}

.notification__item[data-type=basket] .title span {
    color: #3b6d9a;
    cursor: pointer;
    transition: .3s;
}

.notification__item[data-type=basket] .count {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
}

.notification__item[data-type=basket] .price {
    color: rgba(0, 0, 0, .87);
}

.notification__item[data-type=basket] .close {
    margin: 0;
    position: absolute;
    right: 12px;
    top: 0;
    height: 100%;
    width: 32px;
    color: rgba(63, 78, 93, .6);
    opacity: 1;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

[class*=" el-icon-"], [class^=el-icon-] {
    width: 20px;
    opacity: .7;
}

.notification__item[data-type=basket] .items {
    display: flex;
    align-items: center;
    height: 100%;
}

.notification__item[data-type=basket] .items li {
    max-height: 40px;
    margin: 0 10px;
}

.notification__item[data-type=basket] .items li a {
    display: flex;
    align-items: center;
}

.notification__item[data-type=basket] .items li a img {
    max-height: 40px;
    max-width: 40px;
}

.notification__item[data-type=basket] .footer {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.notification__item[data-type=basket] .to-basket {
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    color: #3b6d9a;
    border-bottom: 1px dashed;
    line-height: 1;
    border-radius: 0;
    transition: .3s;
}

.notification__item[data-type=basket] .to-order {
    margin: 0 0 0 24px;
    font-size: 16px;
    padding: 0 15px;
}

.btn.orange.full, button.orange.full {
    color: #fff;
    background: #f6731c 50%;
    border-color: transparent;
}

.promo-actions {
    margin-bottom: 15px;
}

.promo-actions .item {
    width: 100%;
}

.actions__list, .item {
    display: flex;
}

.categories__items .item {
    display: block;
}

.actions__list {
    background: linear-gradient(143.92deg, #0f893f -.14%, #ad3da1 106.86%), #fff;
    border-radius: 4px;
    height: 46px;
    width: 100%;
}

.actions__item.item {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.catalog.catalog--base .filters__categories .categories__items.opened .icon-arrow {
    transform: rotate(90deg) translateX(3px);
}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name:hover {
    cursor: pointer;
    color: #f6731c;
}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name .icon-arrow:hover {
    stroke: #f6731c;
}

.item__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.actions__item.item:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/icon-next.svg);
    background-size: cover;
    margin-left: 13px;
}

.item__label {
    text-transform: uppercase;
    white-space: nowrap;
}

.item__discount {
    margin-left: 6px;
    height: 22px;
    background: #fff;
    color: #e45976;
    border-radius: 50px;
    font-weight: 900;
    padding: 0 7px;
}

.catalog.catalog--base .catalog__breadcrumbs__clear-all:hover {

    color: var(--base-color);
}

.filter-itm svg.down {
    transform: rotate(90deg);
}

.filter-itm .icon-arrow {
    width: 20px;
    height: 20px;
    transition: .5s;
}

.discount__prefix {
    margin-top: -3px;
    flex-direction: column;
    margin-right: 3px;
}

.discount__prefix, .item__discount {
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount__text {
    font-size: 7px;
    font-weight: 500;
}

.discount__prefix .discount__value {
    line-height: 3px;
}

.actions__item.item:hover {
    background-color: hsla(0, 0%, 100%, .12);
}

.promotions {
    position: relative;
    height: 420px;
    margin-bottom: 50px;
}

.promotions .swiper-box {
    align-items: center;
    border-radius: 4px;
    background-image: url(/images/slider_empty.svg);
    background-size: 97% 100%;
    display: flex;
}


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.promotions .swiper-box .swiper-item {
    display: flex;
    width: 100%;
    height: auto;
}

.promotions .swiper-box .swiper-item a {
    display: flex;
    width: 100%;
}

.promotions .swiper-box .slider-item {
    border-radius: 10px;
    height: 400px;
    width: 100%;
}

.promotions .swiper-box .slider-item .slide-bg {
    width: 100%;
    height: 400px;
    max-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.promotions .swiper-box .banner-arrow-left {
    left: 0;
    border-radius: 100px 0 0 100px;
    transform: rotate(180deg);
    border-left: none;
}

.promotions .swiper-box .icon-arrow {
    background: hsla(0, 0%, 100%, .9) 0 0;
    width: 40px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    border: 1px solid transparent;
    color: #8e96a0;
    margin-top: -23px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.promotions .swiper-box .banner-arrow-right {
    right: 0;
    border-radius: 100px 0 0 100px;
    border-right: none;
}

.promotions .swiper-box .banner-arrow-left:before {
    font-size: 25px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .8;
    transition: all .3s ease;
}

.promotions .swiper-pagination {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.promotions .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0;
    height: 10px;
    display: flex;
    background: 0 0;
    align-items: center;
    margin-right: 8px;
    opacity: 1;
    cursor: pointer;
}

.promotions .swiper-pagination-bullet:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #dedede;
}

.promotions .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    background: rgb(9, 176, 98);
}

.main-page-rubric {
    margin-bottom: 57px;
}

.rubric-header {
    align-items: flex-start;
    margin: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

h2, h3 {
    color: rgba(0, 0, 0, .87);
}

h2 {
    font: 400 24px/28px Roboto, sans-serif;
    margin-bottom: 16px;
}

.popular-categories {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 132px;
    margin: 0 -16px 25px;
}

.popular-categories .categories {
    display: flex;
    overflow-x: auto;
    padding: 1px 1px 7px;
    margin-left: -1px;
    height: 151px;
    width: 100%;
}

.popular-categories .categories:after, .popular-categories .categories:before {
    content: ".";
    color: transparent;
    min-width: 16px;
}

.popular-categories .categories .item {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    width: 104px;
    border-radius: 3px;
    height: 95px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
}
.mobile-menu__height-container img {
    width: 40px;
}

.popular-categories .categories .item a {
    display: block;
    border-radius: 3px;
    padding: 13px 7px 8px;
    /*width: 104px;*/
    /*height: 128px;*/
    text-decoration: none;
    color: rgba(0, 0, 0, .87);
    position: relative;
}

.popular-categories .categories .item .icon {
    display: block;
    max-width: 100%;
    width: auto;
    height: 35px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.popular-categories .categories .item .title {
    overflow: hidden;
    display: block;
    height: 28px;
    margin: 11px 0 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.popular-categories .categories:after, .popular-categories .categories:before {
    content: ".";
    color: transparent;
    min-width: 16px;
}

.popular-categories .show-all {
    display: none;
    margin: 14px 0 0;
}

.popular-categories .show-all a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.popular-categories .show-all a .icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    font-size: 12px;
}

.rubric__body {
    position: relative;
}

.rubric__body .items {
    max-height: 399px;
    padding: 2px;
    overflow: hidden;
    position: relative;
}

.rubric__body .product-card {
    width: calc(16.6666% - 8px) !important;
}

.rubric__body .product-card {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}

.product-card.product-card--xs {
    position: relative;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    background: #fff;
}

.product-card.product-card--xs .product-card__body {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.product-card.product-card--xs .product-card__preview {
    height: 170px;
    margin: 0 auto 5px;
    display: flex;
}

.product-card.product-card--xs .product-card__preview {
    position: relative;
    height: 193px;
    margin: auto;
}

.product-card.product-card--xs .product-card__preview > a {
    width: 100%;
    height: 170px;
}

.product-card.product-card--xs .product-card__preview > a {
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card.product-card--xs .product-card__preview > a > img[lazy=loaded] {
    opacity: 1;
    max-height: 100%;
}

.product-card.product-card--xs .product-card__preview > a > img {
    max-height: 100%;
}

.product-card.product-card--xs .product-card__preview > a > img {
    opacity: 0;
    transition: .3s;
}


.product-card.product-card--xs .product-card__name {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}}

.product-card.product-card--xs .product-card__name a {
    font-size: 14px;
    color: #3b6d9a;
}

.product-card.product-card--xs .product-card__name a span {
    font-family: Arial, sans-serif;
}

.product-card.product-card--xs .product-card__discount-program {
    margin: 3px 0 0;
}

.product-card.product-card--xs .product-card__discount-program {
    min-height: 17px;
    margin: 5px 0 0;
}

.product-card.product-card--xs .product-card__discount-program .discount-program__sale {
    position: relative;
    top: 3px;
    padding: 1px 4px 2px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: red;
}

.product-card.product-card--xs .product-card__prices {
    position: relative;
    min-height: 25px;
}

.product-card.product-card--xs .product-card__prices .prices__old-price {
    margin: 0 7px 0 0;
}

.product-card.product-card--xs .product-card__prices .prices__help-description, .product-card.product-card--xs .product-card__prices .prices__old-price, .product-card.product-card--xs .product-card__prices .prices__price {
    display: inline-block;
}

.product-card.product-card--xs .product-card__prices .prices__old-price .price {
    position: relative;
    font-size: 15px;
    color: rgba(0, 0, 0, .54);
}

.product-card.product-card--xs .product-card__prices .prices__old-price .price:after {
    content: "";
    position: absolute;
    left: -6%;
    top: 55%;
    width: 115%;
    border-bottom: 1px solid rgba(0, 0, 0, .11);
}

.product-card.product-card--xs .product-card__prices .prices__price {
    color: #484748;
}

.product-card.product-card--xs .product-card__prices .prices__help-description, .product-card.product-card--xs .product-card__prices .prices__old-price, .product-card.product-card--xs .product-card__prices .prices__price {
    display: inline-block;
}

.product-card.product-card--xs .product-card__prices .prices__price .price {
    font-weight: 500;
    font-size: 21px;
    color: rgba(0, 0, 0, .87);
}

.product-card.product-card--xs .product-card__prices .prices__price .currency {
    position: static;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
}

.product-card.product-card--xs .product-card__bonus {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    bottom: auto;
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #484748;
    padding: 10px 0 10px 28px;
    font-family: Arial, sans-serif;
    background: url(/images/donut.svg) no-repeat 0;
}

.product-card.product-card--xs .product-card__bonus .discount-program__bonus:first-child {
    margin-left: 0;
}

.product-card.product-card--xs .product-card__bonus .discount-program__bonus {
    margin-left: 8px;
    white-space: nowrap;
}

.product-card.product-card--xs .product-card__bonus .value {
    text-transform: lowercase;
    font-weight: 700;
    color: #f6731c;
}

.product-card.product-card--xs .product-card__discount-program .discount-program__sale {
    position: relative;
    top: 3px;
    padding: 1px 4px 2px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: red;
}

.product-card.product-card--xs .product-card__discount-program {
    margin: 3px 0 0;
}

.product-card.product-card--xs .product-card__discount-program {
    min-height: 17px;
    margin: 5px 0 0;
}

.product-card.product-card--xs .product-card__preview > a {
    width: 100%;
    height: 170px;
}

.product-card.product-card--xs .product-card__preview {
    height: 170px;
    margin: 0 auto 5px;
    display: flex;
}

.rubric__footer {
    position: relative;
}

.rubric-controls .rubric-controls__effects, .rubric-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.rubric-controls {
    height: 130px;
    text-align: center;
}

.rubric__body .show-more {
    display: inline-block;
    position: absolute;
    bottom: -30%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-bottom: 0;
    background: url(/images/FrameArrow.webp) no-repeat 50%/contain;
    border-radius: 50%;
    border: none;
    outline: none;
    z-index: 2;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .12), 0 1px 18px rgba(0, 0, 0, .06), 0 6px 10px rgba(69, 76, 83, .07);
    -webkit-animation: bounce 2s linear infinite both;
    animation: bounce 2s linear infinite both;
}

@keyframes bounce {
    0% {
        bottom: -30%;
    }

    50% {
        bottom: -20%;
    }

    100% {
        bottom: -30%;
    }
}

.show-more {
    cursor: pointer;
    color: #3b6d9a;
}

.rubric-controls .rubric-controls__effects, .rubric-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.rubric-controls .rubric-controls__effects:before {
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fafafa);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: height .3s linear;
    height: 130px;
    z-index: 1;
}

.show-more:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 36px;
    top: -16px;
}


.main-page-rubric .rubric__body.opened {
    margin-bottom: -17px;
}

.rubric__body.opened .items {
    max-height: none !important;
}

.rubric__body.opened .rubric-controls {
    display: none;
}

.show-more:hover {
    -webkit-animation: none;
    animation: none;
}

.show-more:hover + .rubric-controls__effects:before {
    height: 40px;
}

.seo-content {
    margin-bottom: 40px;
}

.seo-content .text {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.seo-content .text:before {
    content: "";
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fafafa);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 30px;
}

.seo-content .text h2:first-child, .seo-content .text h3:first-child {
    margin-top: 20px;
}

.seo-content .text h2, .seo-content .text h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 26px;
    color: rgba(0, 0, 0, .87);
}

.seo-content .text p {
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 24px;
}

.seo-content .text ul {
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .54);
    padding-bottom: 24px;
    padding-left: 18px;
    margin: 0;
}

.seo-content .text ul li {
    padding-bottom: 7px;
}

.seo-content .show-more {
    margin-top: 14px;
    display: inline-block;
    transition: .1s ease-in-out;
    border-bottom: 1px dashed #3b6d9a;
}

.seo-content .show-more {
    margin-top: 14px;
    display: inline-block;
    transition: .1s ease-in-out;
}

.seo-content .hide-more {
    display: none;
    margin-top: -10px;
}

.big-container--hidden {
    overflow: hidden;
}

.seo-content.show-all .text {
    height: auto;
}

.seo-content.show-all .show-more, .seo-content.show-all .text:before {
    display: none;
}

.seo-content.show-all .hide-more {
    display: inline-block;
}

.home-page .advantages-container {
    max-width: none;
    margin: 0 auto -65px;
    width: 100%;
    background: #edeff2;
}

.why-vegamart {
    padding: 40px 0;
    max-width: 1450px;
    margin: 40px auto 0;
    width: calc(100% - 36px);
    justify-content: center;
}

.why-vegamart .flex-column {
    align-items: center;
    justify-content: center;
    width: 20%;
    text-align: center;
}

.why-vegamart .flex-column p {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin: 12px 0 0;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

footer.container-footer {
    width: 100%;
    background: #2c3946;
    position: relative;
    font-family: Roboto, sans-serif;
    margin-top: 65px;
    padding-top: 32px;
}

footer.container-footer .menus {
    align-items: flex-start;
}

footer.container-footer > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1318px;
    margin: 0 auto;
}

footer.container-footer .menus .menus__item {
    width: 20%;
}

footer.container-footer .menus .menus__item .footer-logo {
    width: 160px;
    margin-bottom: 10px;
}

footer.container-footer .menus .menus__item .menus__item__phones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

footer.container-footer .menus .menus__item .menus__item__phones .item {
    display: flex;
    align-items: flex-start;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__content .item__title {
    margin-bottom: 4px;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__content .item__value {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__content .item__description {
    color: #c4c4c4;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call {
    display: none;
    margin-left: 16px;
    padding: 9px 16px;
    border: 1px solid #dedede;
    border-radius: 4px;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call .link {
    line-height: normal;
    text-align: center;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
}

footer.container-footer .menus .menus__item .menus__item__menu-title {
    font: 600 18px Arial, sans-serif;
    margin-bottom: 24px;
    color: #fff;
}

footer.container-footer .menus .menus__item ul {
    flex-direction: column;
    display: flex;
}

footer.container-footer .menus .menus__item ul li {
    margin-bottom: 16px;
    line-height: normal;
}

footer.container-footer .menus .menus__item ul li a {
    color: #c4c4c4;
    transition: .3s;
    font-size: 14px;
}

footer.container-footer .separate {
    padding: 20px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    align-items: center;
}

footer.container-footer .separate .pays {
    display: flex;
    flex-direction: row-reverse;
}

footer.container-footer .separate .pays .pays__item {
    display: inline-block;
    margin-right: 19px;
}

footer.container-footer .separate .pays .pays__item img {
    height: 38px;
}

footer.container-footer .separate .copyright {
    display: block;
    font: 400 12px Arial, sans-serif;
    color: #c4c4c4;
    text-align: center;
}

footer.container-footer .separate .socials {
    align-self: flex-end;
}

footer.container-footer .separate .socials .socials__item {
    display: inline-block;
    margin-left: 10px;
    opacity: 1;
    transition: .3s;
}

footer.container-footer .separate .socials .socials__item img {
    width: 36px;
    margin: 0 auto;
    display: block;
}


form select, input {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 36px;
    width: 100%;
    padding: 0 0 0 12px;
    background-color: #fff;
}

#vegamart-widget.vegamart-message {
    z-index: 15151;
    right: 150px;
    bottom: 75px;
    position: fixed !important;
}

#vegamart-widget {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer.container-footer .vegamart-message {
    padding-bottom: 10px;
    margin: 0;
}

#vegamart-widget .callback-countdown-block {
    background-image: url(/images/call_back_background.svg);
    width: 410px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    bottom: -12px;
    left: -320px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border-radius: 7px;
    transform-origin: 80% 105%;
    transform: scale(1);
    transition: all .12s ease-out;
    z-index: 9;
    color: #fff;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 19px;
    display: none;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-close {
    position: absolute;
    top: -10px;
    right: 6px;
    cursor: pointer;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-phone {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 115px;
    display: none;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-phone p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 3px;
    color: #fff;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
    display: flex;
    align-items: center;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    border: none;
    width: 203px;
    height: 36px;
    box-sizing: border-box;
    padding: 10px 11px 9px;
}

#vegamart-widget input {
    margin: 5px;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
    border-radius: 4px;
    border: none;
    background-color: #f6731c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 132px;
    height: 36px;
}

#vegamart-widget input {
    margin: 5px;
}

input[type=submit] {
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-align: center;
    max-width: 260px;
    padding: 0 16px;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    color: #fff;
    background-color: #7eb105;
    transition: background-color .3s ease;
    border: none;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .15);
    align-self: flex-end;
    margin: 24px 0 0;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-timer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 115px;
    display: none;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-timer p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #fff;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-sorry {
    height: 115px;
    align-items: center;
    display: none;
}

#vegamart-widget .callback-countdown-block .callback-countdown-block-sorry p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #fff;
}

#vegamart-widget .messangers-block {
    width: 235px;
    height: 430px;
    background: url(/images/bg_s.svg) no-repeat 50%;
    position: absolute;
    bottom: 60px;
    left: -150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-top: 14px;
    box-sizing: border-box;
    border-radius: 7px;
    transform-origin: 80% 105%;
    transform: scale(0);
    transition: all .12s ease-out;
    z-index: 9;
}

#vegamart-widget .messanger {
    align-items: center;
    margin: 8px 0;
    cursor: pointer;
    text-decoration: none;
}

#vegamart-widget .messanger.fb:before {
    background-image: url(/images/fb_w.svg);
}

#vegamart-widget .messanger:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 10px;
    background: #0084ff no-repeat 50%;
}

#vegamart-widget .messanger p {
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
}

#vegamart-widget .messanger.viber:before {
    background: #7c529d url(/images/viber_w.svg) no-repeat 50%;
}

#vegamart-widget .messanger.telegram:before {
    background: #2ca5e0 url(/images/telegram_w.svg) no-repeat 43%;
}

#vegamart-widget .messanger.skype:before {
    background: #31c4ed url(/images/skype_w.svg) no-repeat 45% 45%;
}

#vegamart-widget .messanger.support:before {
    background: #ff8400 url(/images/supp_w.svg) no-repeat 50%;
}

#vegamart-widget .messanger.tech-support:before {
    background: #7eb105 url(/images/tech_w.svg) no-repeat 50%;
    flex-shrink: 0;
}

#vegamart-widget .messanger.call-back:before {
    background: #54cd81 url(/images/cback_w.svg) no-repeat 50%;
}

#vegamart-widget .vegamart-message-button {
    width: 70px;
    position: absolute;
    height: 70px;
    background-color: #f6731c;
    border-radius: 50px;
    box-sizing: border-box;
/*    display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#vegamart-widget .vegamart-message-button .static {
    position: absolute;
    -webkit-animation: show-stat 6s infinite;
    animation: show-stat 6s infinite;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#vegamart-widget .callback-state, #vegamarts-widget .close, #vegamart-widget .icons, #vegamart-widget .static {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#vegamart-widget .vegamart-message-button .static img {
    display: inline;
}

#vegamart-widget .vegamart-message-button p {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
    text-align: center;
}

#vegamart-widget .callback-state {
    display: none;
    -webkit-animation: none;
    animation: none;
}

#vegamart-widget .callback-state, #vegamarts-widget .vegamart-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: show-icons 6s infinite;
    animation: show-icons 6s infinite;
}

#vegamart-widget .callback-state, #vegamart-widget .close, #vegamart-widget .icons, #vegamart-widget .static {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#vegamart-widget .callback-state .callback-state-img {
    position: absolute;
    top: 12px;
    left: 12px;
}

#vegamart-widget .icons-line {
    top: 10px;
    left: 12px;
    height: 24px;
    display: flex;
    position: absolute;
    -webkit-animation: icon-change 6s infinite;
    animation: icon-change 6s infinite;
    transition: cubic-bezier(.13, 1.49, .14, -.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    transform: translateX(30px);
}

#vegamart-widget .icons-line img {
    margin-right: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#vegamart-widget .close img {
    transform: rotate(180deg) scale(0);
    transition: all .12s ease-in;
}

#vegamart-widget .vegamart-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: #f6731c;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    transform: scale(0);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#vegamart-widget .vegamart-message-button .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


#vegamart-widget .callback-state, #vegamart-widget .vegamart-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: show-icons 6s infinite;
    animation: show-icons 6s infinite;
}


#vegamart-widget .messangers-block.show-messageners-block {
    transform: scale(1);
}


#vegamart-widget .icons.hide, #vegamart-widget .static.hide {
    display: none;
}

#vegamart-widget .vegamart-message-button .pulsation.stop {
    -webkit-animation: none;
    animation: none;
}

#vegamart-widget .close.show-messageners-block {
    position: absolute;
    top: 42%;
    left: 42%;
}

#vegamart-widget .close.show-messageners-block img {
    transform: rotate(0) scale(1);
}

.scroll-up.show {
    right: 22px;
    opacity: 1;
}

.scroll-up {
    position: fixed;
    bottom: 98px;
    opacity: 0;
    right: -9999px;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 3px 5px 0 rgba(0, 1, 1, .2);
    z-index: 2;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-up-arrow {
    stroke: var(--darc);
    transition: all .3s ease;
}

.scroll-up:hover .icon-up-arrow {
    stroke: var(--base-color);
}

.user-actions .counter {
    color: var(--darc);
    background: #ffc107;
    padding: 1px 5px;
    border-radius: 50px;
    font: 400 11px/14px Roboto, Helvetica, Arial, sans-serif;
    border: 2px solid #3f4e5f;
    position: absolute;
    top: -8px;
    right: -8px;
}


.tips.show {
    display: flex;
}

.el-dialog--big, .el-dialog--full, .el-dialog--large, .el-dialog--medium, .el-dialog--small, .el-dialog--tiny {
    max-width: 100%;
}

.el-dialog {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    min-height: 150px;
}


.el-dialog__body > div {
    position: relative;
}

.el-dialog__body {
    padding: 24px;
    font-size: 14px;
}

.el-dialog__wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, .5);
}

.el-dialog__wrapper {
    display: none;
    align-items: center;
    overflow: hidden !important;
}

.el-dialog__wrapper.show {
    display: flex;
}

.el-dialog__wrapper .el-dialog {

    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.el-dialog--medium {
    width: 976px;
}

.el-dialog__header {
    padding: 24px 24px 0;
}

.el-dialog__wrapper.full-mobile.basket .el-dialog--medium .el-dialog__headerbtn {
    top: 12px;
    right: 16px;
}

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn.mobile-close {
    display: none;
}

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
}

.el-dialog__headerbtn {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    margin: 0;
}

.el-dialog__wrapper.full-mobile.basket .el-dialog--medium .el-dialog__title {
    font-size: 30px;
    font-weight: 400;

    color: var(--darc);
}

.el-dialog__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}


.el-dialog__headerbtn .el-dialog__close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #424242;
    transition: .3s;
}

.el-dialog__headerbtn .el-dialog__close:hover {
    opacity: .5;
}

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn .el-icon-close:before {
    position: static;
}

.el-dialog__body {
    padding: 24px;
    font-size: 14px;
}

.el-dialog__body > div {
    position: relative;
}

.el-dialog__wrapper.full-mobile.basket .basket-modal ul.errors {
    text-align: center;
    padding-top: 25px;
}

.products-list[data-v-fbe70bae] {
    position: relative;
    min-height: 120px;
    margin-bottom: 30px;
}

.ctrs-basket-product-list__item {
    border-bottom: 1px solid var(--gray-light);
}

.ctrs-basket-item {
    font-size: 12px;
}

.ctrs-basket-item__main-box {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.ctrs-basket-item__products {
    padding-right: 24px;
    min-height: 85px;
    overflow: hidden;
}

.ctrs-basket-product {
    position: relative;
    min-height: 50px;
    box-sizing: content-box;
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 20px;
}

.ctrs-basket-product__preview {
    width: 90px;
    height: 90px;
    position: static;
    float: left;
    top: 16px;
    display: block;
    margin: 0 20px 0 0;
}

.ctrs-basket-product__preview img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ctrs-basket-product__name {
    display: block;
    color: var(--blue);
    font-size: 14px;
    line-height: 14px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ctrs-basket-product__code {
    margin-top: 6px;
    margin-bottom: 6px;
    color: var(--darc-light);
    font-size: 12px;
    line-height: 12px;
}

.ctrs-basket-product__mixed-price-value {
    color: rgba(0, 0, 0, .87);
}

.ctrs-mixed-price {
    display: inline;
    line-height: 16px;
    font-size: 24px;
    font-weight: 500;
    color: var(--darc);
}

.ctrs-mixed-price__currency {
    font-size: 16px;
}

.ctrs-basket-item__total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 1px;
    right: 48px;
    margin-bottom: 16px;
}

.ctrs-basket-item__count {
    width: 120px;
}

.ctrs-number-spinner {
    contain: strict;
    position: relative;
    min-width: 120px;
    height: 36px;
    font: 14px/16px Arial, sans-serif;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.ctrs-number-spinner__native {
    contain: strict;
    min-width: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 39px;
    border: none;
    font: inherit;
    text-align: center;
    -moz-appearance: textfield;
}

.btn:disabled, button:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.ctrs-number-spinner__spin-button--disabled, .ctrs-number-spinner__spin-button--disabled:hover {
    color: rgba(0, 0, 0, .54);
}


.btn:disabled, button:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.ctrs-number-spinner__spin-button--disabled, .ctrs-number-spinner__spin-button--disabled:hover {
    color: rgba(0, 0, 0, .54);
}

.ctrs-number-spinner__spin-button {
    contain: strict;
    margin-bottom: 0;
    width: 34px;
    height: 34px;
    border: 0 solid #dedede;
    position: absolute;
    box-sizing: content-box;
    border-radius: 0;
    top: 0;
    text-align: center;
    color: var(--darc-light);
    cursor: default;
}

.ctrs-number-spinner__spin-button:before {
    width: 14px;
    height: 2px;
}

.ctrs-number-spinner__spin-button--direction--plus:after, .ctrs-number-spinner__spin-button:before {
    contain: strict;
    content: "";
    position: absolute;
    background-color: currentColor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 1px;
}

.ctrs-number-spinner__spin-button--direction--plus {
    right: 0;
    border-left-width: 1px;
}

.ctrs-number-spinner__spin-button:before {
    width: 14px;
    height: 2px;
}

.ctrs-number-spinner__spin-button--direction--plus:after {
    width: 2px;
    height: 14px;
}

.ctrs-main-price {
    font: 18px Roboto, Helvetica, Arial, sans-serif;
    line-height: 100%;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
}

.ctrs-main-price__currency {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: bottom;
    line-height: normal;
}

.ctrs-basket-item__delete {
    position: absolute;
    top: 8px;
    right: 0;
}

.ctrs-basket-item__delete-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2b2b2;
}

.ctrs-basket-footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
}

.ctrs-basket-footer__left-side {
    width: calc(50% - 38px);
    padding: 18px 0;
}

.show-credits-list.btn {
    display: inline-block;
    margin-bottom: 0;
}

.ctrs-basket-footer__right-side {
    width: calc(50% + 12px);
}

.cart-price {
    padding: 18px 24px;
    border: 1px solid #c5e2ff;
    background-color: rgba(197, 226, 255, .14);
    border-radius: 4px;
}

.ctrs-basket-footer__price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btn.orange.full, button.orange.full {
    color: #fff;
    background: #f6731c 50%;
    border-color: transparent;
}

.ctrs-basket-footer__order-purchase.btn {
    margin-bottom: 0;
}

.ctrs-basket-footer__price-res {
    display: inline;
    font-size: 24px;
    color: #2c3946;
}

.text-right {
    text-align: right;
    justify-content: flex-end;
}

.ctrs-main-price {
    font: 18px Roboto, Helvetica, Arial, sans-serif;
    line-height: 100%;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
}

.ctrs-basket-footer__new-price {
    font-size: 20px;
    margin-left: 12px;
}

.ctrs-main-price__currency {
    font-size: 16px;
    margin-left: 6px;
    vertical-align: bottom;
    line-height: normal;
}

.ctrs-basket-item__delete-icon:hover {
    color: var(--darc-light);
}

.btn.orange:hover, button.orange:hover {
    background: rgba(240, 120, 0, .03);
}

.ctrs-number-spinner:hover, .ctrs-number-spinner:active {
    border-color: rgba(0, 0, 0, .54);
}

.ctrs-number-spinner__spin-button:hover {
    color: #ff680a;
}

.ctrs-number-spinner__spin-button--direction--minus {
    left: 0;
    border-right-width: 1px;
}

.catalog.catalog--base .catalog__promotion {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.catalog.catalog--base .catalog__promotion .promotion__header {
    margin: 0;
    line-height: 0;
}

.catalog.catalog--base .catalog__promotion .promotion__header img {
    width: 100%;
    max-height: 230px;
}

.catalog.catalog--base .catalog__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.catalog.catalog--base .catalog__filters {
    width: 272px;
}

.catalog.catalog--base .catalog__filters .filters__footer, .catalog.catalog--base .catalog__filters .filters__header {
    display: none;
}

.catalog.catalog--base .catalog__main-content-block, .catalog.catalog--base .shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}


.catalog.catalog--base .catalog__breadcrumbs {
    padding: 0 0 24px;
}

.catalog.catalog--base .catalog__breadcrumbs, .catalog.catalog--base .filters__categories {
    margin: 0 0 13px;
}

.catalog.catalog--base .catalog__breadcrumbs, .catalog.catalog--base .catalog__filters .filters__base, .catalog.catalog--base .catalog__filters .filters__categories, .catalog.catalog--base .catalog__main-content-block {
    padding: 24px;
    border-radius: 10px;
}

.catalog.catalog--base .catalog__main-content-block, .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    background-color: #fff !important;
}

.catalog.catalog--base .catalog__breadcrumbs__title {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items {
    display: block;
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item {
    margin: 0 8px 16px 0;
    padding: 6px 12px 4px;
    border: 1px solid #ff8637;
    border-radius: 16px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    max-width: 100%;
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item .flex-row {
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item__title {
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item__title b {
    font-weight: 400;
    color: var(--darc-light);
    padding: 0 7px 0 0;
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item__close {
    position: relative;
    margin-left: 8px;
    display: inline-block;
}

.catalog.catalog--base .catalog__breadcrumbs .breadcrumbs__items .item__close:before {
    position: static;
    font-size: 12px;
    color: #999;
}

.catalog.catalog--base .filters__categories .categories__header .title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #3b6d9a;
}

.catalog.catalog--base .filters__categories .categories__header .icon.view-list {
    position: relative;
    top: -1px;
    left: -2px;
    width: 25px;
    height: 17px;
    margin-right: 6px;
    display: inline-block;
    background: url(/images/view-list.svg);
}

.catalog.catalog--base .filters__categories.opened .categories__header .icon-arrow {
    transform: rotate(90deg);
}

.catalog.catalog--base .filters__categories .icon-arrow {
    width: 20px;
    height: 20px;
    transition: .5s;
}

.catalog.catalog--base .filters__categories .categories__header .title span:before {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, .54);
}

.catalog.catalog--base .catalog__breadcrumbs__product-count {
    font: 400 14px / 16px;
    font: var(--subtitle-font);
    margin-bottom: 24px;
    color: var(--darc-light);
}

.catalog.catalog--base .catalog__breadcrumbs__clear-all {
    color: var(--blue);
    border-bottom: 1px dashed;
    border-bottom: var(--border-dashed);
    transition: .3s;
    cursor: pointer;
}

.catalog.catalog--base .filters__categories .categories__header .title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #3b6d9a;
}

.catalog.catalog--base .filters__categories.opened .categories__body {
    transition: max-height 1s ease-in-out;
}

.catalog.catalog--base .filters__categories .categories__body {
    max-height: 5000px;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.catalog.catalog--base .filters__categories .categories__items.base {
    margin: 20px 0 0;
    padding: 25px 0 20px;
}

.catalog.catalog--base .filters__categories .categories__items {
    padding: 16px 0 14px;
    border-top: 1px solid #ebebeb;
}

.catalog.catalog--base .filters__categories .categories__items.base .item .item__name {
    font-weight: 500;
    color: #3b6d9a;
    font-size: 18px;
}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .filters__categories .categories__items .item .item__name {
    margin: 0;
}

.catalog.catalog--base .filters__categories .categories__items > .item .item__count {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.catalog.catalog--base .filters__categories .categories__items {
    padding: 16px 0 14px;
    border-top: 1px solid #ebebeb;
}

.catalog.catalog--base .filters__categories .categories__items.opened .items__sub-items {
    transition: max-height 1s ease-in-out;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items {
    max-height: 1000px;
    margin: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active {
    cursor: default;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item {
    margin: 22px 0 0;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active .item__name {
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .filters__categories .categories__items .item .item__name {
    margin: 0;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active .item__count {
    font-weight: 400;
}

.catalog.catalog--base .filters__categories .categories__items:last-child {
    padding-bottom: 0;
}

.catalog.catalog--base .catalog__breadcrumbs, .catalog.catalog--base .catalog__filters .filters__base, .catalog.catalog--base .catalog__filters .filters__categories, .catalog.catalog--base .catalog__main-content-block {
    padding: 24px;
    border-radius: 10px;
}

.catalog.catalog--base .catalog__main-content-block, .catalog.catalog--base .shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.catalog.catalog--base .catalog__main-content-block, .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    background-color: #fff !important;
}

.catalog.catalog--base .catalog__filters .filters__base .filter-itm:first-child {
    padding-top: 0;
}

.catalog.catalog--base .catalog__filters .filters__base .filter-itm {
    padding: 16px 0 14px;
}


.filter-itm:first-child {
    border: none;
}

.filter-itm {
    padding: 12px 0;
    border-top: 1px solid #e4e4e4;
    order: 1;
}

.filter-itm__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font: 400 16px Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: #3b6d9a;
    transition: .3s;
}

.filter-itm ul.open {
    max-height: 10000px;
    transition: max-height 1s ease-in-out;
}

.filter-itm ul {
    max-height: 0;
    overflow: hidden;
    margin: 0 -24px;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.filter-itm ul li.price-slider {
    width: 96%;
}

.filter-itm ul li.price-slider {
    margin: 20px 0 0;
}

.filter-itm ul li:first-child {
    margin: 10px 0 0;
}

.filter-itm ul li {
    position: relative;
    height: auto;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    transition: .3s;
    padding: 0 26px;
    border-radius: 3px;
}

.filter-itm ul li.price-slider .roww {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.filter-itm ul li.price-slider .half {
    display: flex;
    width: 47%;
    align-items: center;
}

.half {
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.filter-itm ul li.price-slider .half span {
    padding-right: 10px;
}

.el-input {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.filter-itm ul li.price-slider .price .el-input__inner {
    padding: 16px 11px;
    font-size: 16px;
    color: #484748;
}

.filter-itm ul li.price-slider .roww input {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .1);
    height: 30px;
    border: 1px solid #e1e1e1;
    padding-right: 0;
    font-size: 18px;
}

.price.el-input input {
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .1);
    transition: .3s;
    height: 30px;
    border: 1px solid #e1e1e1;
    color: #7eb105;
    font-size: 18px;
}

.el-input__inner {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .11);
    box-sizing: border-box;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    outline: 0;
    padding: 3px 16px;
    transition: .3s;
}

.filter-itm ul li.price-slider .price-filter {
    height: 35px;
    padding-left: 8px;
}

.el-slider:after, .el-slider:before {
    content: "";
    display: table;
}

.el-slider:after {
    clear: both;
}

.el-slider__runway {
    width: 100%;
    height: 4px;
    margin: 16px 0;
    background-color: #e7f1e4;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.filter-itm ul li.price-slider .price-filter .el-slider__bar, .filter-itm ul li.price-slider .price-filter .el-slider__button {
    background: #f6731c;
}

.el-slider__bar {
    height: 4px;
    background-color: #60b300;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
}

.el-slider__button-wrapper {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -16px;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-itm ul li.price-slider .price-filter .el-slider__bar, .filter-itm ul li.price-slider .price-filter .el-slider__button {
    background: #f6731c;
}

.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper:after {
    display: inline-block;
    vertical-align: middle;
}

.el-slider__button {
    width: 12px;
    height: 12px;
    background-color: #60b300;
    border-radius: 50%;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper:after {
    display: inline-block;
    vertical-align: middle;
}

.el-slider__button-wrapper:after {
    content: "";
    height: 100%;
}

.el-slider__button-wrapper {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -16px;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-itm ul li.price-slider .price-filter .el-slider__bar, .filter-itm ul li.price-slider .price-filter .el-slider__button {
    background: #f6731c;
}

.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper:after {
    display: inline-block;
    vertical-align: middle;
}

.el-slider__button {
    width: 12px;
    height: 12px;
    background-color: #60b300;
    border-radius: 50%;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper:after {
    display: inline-block;
    vertical-align: middle;
}

.el-slider__button-wrapper:after {
    content: "";
    height: 100%;
}

.catalog.catalog--base .catalog__filters .filters__base .filter-itm {
    padding: 16px 0 14px;
}

.filter-itm {
    padding: 12px 0;
    border-top: 1px solid #e4e4e4;
    order: 1;
}

.filter-itm ul li:first-child {
    margin: 10px 0 0;
}

.filter-itm ul li {
    position: relative;
    height: auto;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    transition: .3s;
    padding: 0 26px;
    border-radius: 3px;
}

.filter-itm ul li label {
    padding: 7px 5px 7px 0;
}

.el-checkbox {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}

.el-checkbox__input {
    cursor: pointer;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    outline: 0;
    line-height: 0;
    vertical-align: middle;
    margin-right: 4px;
}

.filter-itm ul li label .el-checkbox__inner {
    width: 22px;
    height: 22px;
}

.filter-itm ul li .el-checkbox__inner {
    transition: .3s;
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 4px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background-color: #fff;
    z-index: 1;
    transition: .3s;
}

.filter-itm ul li label .el-checkbox__inner:after {
    height: 11px;
    top: 2px;
    left: 6px;
}

.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 4px;
    transition: .3s;
    transform-origin: center;
}

.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    left: -999px;
}

.filter-itm ul li .el-checkbox__label {
    transition: .3s;
    line-height: 1;
}

.el-checkbox__label {
    font-size: 14px;
    padding-left: 5px;
}

.filter-itm ul li .el-checkbox__label a {
    color: rgba(0, 0, 0, .87);
}

.filter-itm ul li label .filter-counted {
    color: #7b7b7b;
    font-size: 12px;
}

.catalog.catalog--base .catalog__filters .filters__base .base__header .icon.filter {
    position: relative;
    top: -1px;
    width: 25px;
    height: 17px;
    margin-right: 6px;
    display: inline-block;
    background: url(/images/filter.svg);
}

.catalog.catalog--base .catalog__filters .filters__base .base__header .title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #484748;
}

.catalog.catalog--base .catalog__filters .filters__base .base__header {
    margin-bottom: 20px;
}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .filters__categories .categories__items .item .item__name {
    margin: 0;
}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .filters__categories .categories__items:not(.opened) .items__sub-items {
    max-height: 0;
}

.catalog.catalog--base .filters__categories:not(.opened) .categories__body {
    max-height: 0;
}


.catalog.catalog--base .filters__categories .categories__header .title:hover {
    cursor: pointer;
    color: #f6731c;
}

.catalog.catalog--base .filters__categories .categories__header .title:hover svg {
    stroke: #f6731c;
}

.catalog.catalog--base .filter-itm__title:hover {
    cursor: pointer;
    color: #f6731c;
}

.catalog.catalog--base .filter-itm__title:hover svg {
    stroke: #f6731c;
}

.catalog.catalog--base .filters__categories .categories__header .title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #3b6d9a;
}

.filter-itm ul {
    max-height: 0;
    overflow: hidden;
    margin: 0 -24px;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.filter-itm ul.opened {
    max-height: 10000px;
    transition: max-height 1s ease-in-out;
}

.filter-itm__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font: 400 16px Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: #3b6d9a;
    transition: .3s;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active {
    cursor: default;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item {
    margin: 22px 0 0;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active .item__name {
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
}

.catalog.catalog--base .catalog__filters .filters__base .filter-itm {
    padding: 16px 0 14px;
}

.filter-itm {
    padding: 12px 0;
    border-top: 1px solid #e4e4e4;
    order: 1;
}

.catalog.catalog--base .filters__categories .categories__items .items__sub-items .item.active .item__count {
    font-weight: 400;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #f6731c;
    border-color: #f6731c;
}

.filter-itm ul li label .el-checkbox__inner {
    width: 22px;
    height: 22px;
}

.filter-itm ul li .el-checkbox__inner {
    transition: .3s;
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 4px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background-color: #fff;
    z-index: 1;
    transition: .3s;
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1);
}

.filter-itm ul li label .el-checkbox__inner:after {
    height: 11px;
    top: 2px;
    left: 6px;
}

.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 4px;
    transition: .3s;
    transform-origin: center;
}

.mobile-navigation {
    z-index: 3000;
    max-width: 320px;
    width: calc(100% - 56px);
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    transform: translateX(-320px);
    will-change: transform;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    padding: 0;
    transition: .3s;
}

.mobile-navigation.mobile-navigation-show {
    transform: translateX(0);
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .54);
}

.mobile-navigation .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #3f4e5d;
}

.mobile-navigation .header .logo {
    padding: 10px 0 0 25px;
    margin: 0;
    width: 30%;
}


.mobile-navigation .header .language {
    padding: 0 11px 0 0;
    margin: 0;
    width: 40%;
    text-align: right;
}

.mobile-navigation .header .language a.active, .mobile-navigation .header .language span.active {
    opacity: .5;
}

.mobile-navigation .header .language a:first-child, .mobile-navigation .header .language span:first-child {
    border-right: 1px solid #fff;
}

.mobile-navigation .header .language a, .mobile-navigation .header .language span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 1px 6px;
}

.mobile-navigation .header .user {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.mobile-navigation .header .user .auth {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px 0 16px;
    height: 57px;
    color: #fff;
    text-transform: capitalize;
}

.mobile-navigation .header .user .auth .icon-profil {
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 22px;
    background: url(/images/ic_account_white_24px.svg) no-repeat 50%;
}

.mobile-navigation .header .user .auth .login {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #fff;
}

.mobile-navigation .header .user .auth .register {
    color: #fff;
}

.mobile-navigation .body {
    padding-bottom: 80px;
}

.mobile-navigation ul.menu .item.border {
    border-bottom: 1px solid #dedede;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation .body a, .mobile-navigation .body button {
    font-family: Roboto, sans-serif;
    color: rgba(0, 0, 0, .87);
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    min-height: 49px;
}

.mobile-navigation ul.menu .item i.image {
    background: #fff no-repeat 0;
    background-size: contain;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}


.mobile-navigation ul.menu .item i.image {
    background: #fff no-repeat 0;
    background-size: contain;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.mobile-navigation .body .phone a {
    display: flex;
    justify-content: flex-start;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.mobile-navigation .body .phone__number {
    color: #3f4e5d;
    font-size: 14px;
    font-weight: 500;
}

.mobile-navigation .body .phone__schedule {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    margin-left: auto;
}

.mobile-navigation ul.menu .item.border {
    border-bottom: 1px solid #dedede;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.icon-callback {
    background: url(/images/outline-phone-24px.svg) no-repeat 50%;
}

.mobile-navigation ul.menu .item.border {
    border-bottom: 1px solid #dedede;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation ul.menu .item a, .mobile-navigation ul.menu .item button {
    padding: 13px 16px 12px;
    white-space: normal;
    line-height: 18px;
    text-align: left;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.icon-compare-inverse {
    background: url(/images/compare-inverce.svg) no-repeat 50%;
}

.icon-cart-inverse, .icon-compare-inverse, .icon-eye, .icon-free-delivery, .icon-info, .icon-logout, .icon-phone, .icon-shop {
    display: inline-block;
    width: 22px;
    height: 20px;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.city {
    display: flex;
    align-items: center;
    margin-right: 36px;
}

.mobile-navigation ul.menu .item i.icon-pin {
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
    width: 25px;
    background-position: 0;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.city .icon-pin {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(/images/ic_location_24px_new.svg) no-repeat 50%;
    background-size: cover;
}

.city span {
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
    max-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
}

.mobile-navigation .body .city__name {
    margin-left: auto;
    color: #3b6d9a;
}

.mobile-navigation ul.menu .item:last-child {
    border-bottom: none;
}

.mobile-navigation ul.menu .item.border {
    border-bottom: 1px solid #dedede;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation ul.menu .item.is-parent > a, .mobile-navigation ul.menu .item.is-parent > button {
    width: calc(100% - 30px);
}

.mobile-navigation ul.menu .item i.icon-arrow.down {
    transform: rotate(90deg);
}

.mobile-navigation ul.menu .item i.icon-arrow {
    margin: 0;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e96a0;
    transform: rotate(90deg);
}

.mobile-navigation ul.menu .item svg.icon-arrow.down {
    transform: rotate(180deg);
}

.mobile-navigation ul.menu .item svg.icon-arrow {
    margin: 0;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e96a0;
    padding: 15px;

}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}


.mobile-navigation .body a, .mobile-navigation .body button {
    font-family: Roboto, sans-serif;
    color: rgba(0, 0, 0, .87);
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    min-height: 49px;
}

.icon-cart-inverse {
    background: url(/images/cart-inverce.webp) no-repeat 50%;
}

.icon-cart-inverse, .icon-compare-inverse, .icon-eye, .icon-free-delivery, .icon-info, .icon-logout, .icon-phone, .icon-shop {
    display: inline-block;
    width: 22px;
    height: 20px;
}

.mobile-navigation ul.menu .item i {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
}

.mobile-navigation ul.menu .item svg {
    width: 24px;
    height: 24px;
    margin-right: 19px;
    position: relative;
    top: -1px;
    stroke: #8c959e;
}

.icon-arrow.down {
    transform: rotate(90deg);
}

.mobile-navigation ul.menu > .item > .sub-menu {
    padding-left: 44px;
}

.mobile-navigation ul.menu .item .sub-menu {
    transition: .3s;
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}


.mobile-navigation ul.menu > .item > .sub-menu {
    padding-left: 44px;
}

.mobile-navigation ul.menu .item .sub-menu {
    transition: .3s;
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
}

.mobile-navigation .body a, .mobile-navigation .body button {
    font-family: Roboto, sans-serif;
    color: rgba(0, 0, 0, .87);
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    min-height: 49px;
}

.mobile-navigation ul.menu .item.open > .sub-menu {
    max-height: 1000000px;
}

.mobile-navigation ul.menu > .item > .sub-menu {
    padding-left: 44px;
}

.mobile-navigation ul.menu .item .sub-menu {
    transition: .3s;
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
}


.mobile-navigation ul.menu > .item > .sub-menu {
    padding-left: 44px;
}

.mobile-navigation .body a, .mobile-navigation .body button {
    font-family: Roboto, sans-serif;
    color: rgba(0, 0, 0, .87);
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    min-height: 49px;
}

.mobile-navigation ul.menu .item.border {
    border-bottom: 1px solid #dedede;
}

.mobile-navigation ul.menu .item {
    margin: 0;
    position: relative;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-navigation ul.menu .item:last-child {
    border-bottom: none;
}

.mobile-navigation .body .counter {
    color: rgba(0, 0, 0, .87);
    background: #ffc107;
    padding: 1px 5px;
    border-radius: 50px;
    font: 400 11px/14px Roboto, Helvetica, Arial, sans-serif;
    border: 2px solid #fff;
    position: absolute;
    top: 5px;
    left: 31px;
}


footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call {
    display: none;
    margin-left: 16px;
    padding: 9px 16px;
    border: 1px solid #dedede;
    border-radius: 4px;
}

footer.container-footer .menus .menus__item .menus__item__phones .item .item__link-to-call .link {
    line-height: normal;
    text-align: center;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
}


section.range-slider {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
}


section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: #f1efef;
    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    left: 0;
    top: 10px;
    width: 100%;
    outline: none;
    height: 5px;
    margin: 0;
    padding: 0;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8c1a9), color-stop(100%, #ff680a));
    background-image: -webkit-linear-gradient(top, #e8c1a9 0, #ff680a 100%);
    background-image: linear-gradient(to bottom, #e8c1a9 0, #ff680a 100%);
    cursor: pointer;

}

section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #dad8da 0, #ff680a 100%);

}

section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);

}

section.range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

section.range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.el-dialog__wrapper.modal__mobile-menu.show {
    display: flex;
}

.el-dialog--small {
    width: 470px;
}

.el-dialog--big, .el-dialog--full, .el-dialog--large, .el-dialog--medium, .el-dialog--small, .el-dialog--tiny {
    max-width: 100%;
}

.el-dialog {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    min-height: 150px;
}

.el-dialog__header {
    padding: 24px 24px 0;
}

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
}

.el-dialog__headerbtn {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    margin: 0;
}

.el-dialog__body {
    padding: 24px;
    font-size: 14px;
}

.mobile-menu__categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 11px;
    gap: 11px;
    margin-top: -15px;
}

.mobile-menu__category {
    font-size: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    border-radius: 10px;
}

.mobile-menu__category a {
    padding: 15px 6px 12px;
    width: 100%;
    height: 100%;
    display: block;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.catalog.catalog--base .catalog__main-content {
    width: calc(100% - 288px);
}
.catalog.catalog--base .catalog__main-content_search {
    width: 100%;
}


.catalog.catalog--base .catalog__main-content-block, .catalog.catalog--base .shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.catalog.catalog--base .catalog__breadcrumbs, .catalog.catalog--base .catalog__filters .filters__base, .catalog.catalog--base .catalog__filters .filters__categories, .catalog.catalog--base .catalog__main-content-block {
    padding: 24px;
    border-radius: 10px;
}

.catalog.catalog--base .catalog__main-content-block, .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);
    background-color: #fff !important;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.breadcrumbs .item {
    display: flex;
    font: 400 12px/14px Roboto, sans-serif;
    color: #484748;
    margin-bottom: 15px;
    white-space: nowrap;
}

.breadcrumbs .item .home:after {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    bottom: 2px;
    background: url(/images/cat-home-icon-grey.svg) 50% no-repeat;
}

.breadcrumbs__arrow {
    height: 14px;
    width: 20px;
    stroke: #888484;
}

.catalog.catalog--base h1 {
    margin: 0 0 24px;
    padding: 0;
    line-height: 1;
    font-size: 26px;
}

.catalog.catalog--base .catalog__tool-bar > .row {
    margin: 0;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.row {
    max-width: calc(100% + 24px);
}

.s-100 {
    width: 100%;
}

.col {
    float: left;
    min-height: 1px;
}

.catalog.catalog--base .filters__sort {
    flex-basis: 50%;
    margin: 0 8px 20px 0;
}

.catalog.catalog--base .filters__sort {
    display: inline-block;
}

.catalog.catalog--base .filters__sort .sort__items, .catalog.catalog--base .filters__sort .sort__title {
    display: inline-block;
}

.catalog.catalog--base .filters__sort .sort__title {
    font-size: 12px;
    color: #484748;
}

.catalog.catalog--base .filters__sort .sort__items, .catalog.catalog--base .filters__sort .sort__title {
    display: inline-block;
}

.catalog.catalog--base .filters__sort .sort__items .item.active {
    border: none;
    cursor: default;
    font-weight: 700;
    color: #484748;
}

.catalog.catalog--base .filters__sort .sort__items .item {
    margin: 0 0 0 15px;
    border-bottom: 1px dashed #3b6d9a;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    font-size: 12px;
    color: #3b6d9a;
}

.catalog.catalog--base .filters__sort .sort__items--mobile {
    display: none;
    max-width: 200px;
    position: relative;
    padding: 7px 29px 8px 12px;
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 4px;
}

.catalog.catalog--base .filters__sort .sort__items--mobile .sort-filter {
    width: 100%;
    position: relative;
    background: 0 0;
    font-size: 16px;
    color: #484748;
    border: none;
    outline: none;
    z-index: 1;
    -webkit-appearance: none;
}

.catalog.catalog--base .filters__sort .sort__items--mobile label {
    position: absolute;
    top: 1px;
    right: 0;
    height: 30px;
    z-index: 0;
}

.catalog.catalog--base .filters__sort .sort__items--mobile label .sort-filter-control {
    right: 2px;
    width: 30px;

    color: rgba(0, 0, 0, .22);
    height: 20px;
}

.catalog__toggle-filters {
    height: 36px;
    display: none;
    justify-content: center;
    flex-basis: 50%;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px 0;
    max-width: 200px;
    font-weight: 500;
    line-height: 1;
    color: #3b6d9a;
    text-align: center;
    cursor: pointer;
}

.catalog.catalog--base .catalog__items {
    position: relative;
    width: 100%;
}

.catalog.catalog--base .catalog__items:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #fff;
    right: -1px;
    z-index: 1;
}

.catalog.catalog--base .catalog__items .product-card {
    margin-bottom: 60px;
    float: left;
}

.product-card.product-card--mini {
    position: relative;
    width: 100%;
    max-width: 25%;
    min-height: 430px;
}

.product-card.product-card--mini .product-card__overview {
    position: absolute;
    width: 100%;
    background: #fff;
    min-height: 430px;
    border-right: 1px solid rgba(0, 0, 0, .11);
    padding: 17px 18px;
    transition: .3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, .15), 0 0 0 rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .09);
}

.product-card.product-card--mini .product-card__header {
    min-height: 28px;
    margin: 0 0 10px;
}

.product-card.product-card--mini .product-card__code {
    margin-top: 5px;
    float: right;
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: rgba(0, 0, 0, .54);
}

.product-card.product-card--mini .product-card__volume {
    margin-top: 5px;
    float: left;
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: rgba(0, 0, 0, .54);
}

.product-card.product-card--mini .product-card__body {
    position: relative;
}

.product-card.product-card--mini .product-card__preview {
    position: relative;
    height: 193px;
    margin: auto;
    display: flex;
}

.product-card.product-card--mini .product-card__preview > a {
    width: 100%;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card.product-card--mini .product-card__preview > a > img[lazy=loaded] {
    opacity: 1;
    max-height: 100%;
}

.product-card.product-card--mini .product-card__preview > a > img {
    opacity: 0;
    transition: .3s;
}

.product-card.product-card--mini .product-card__review {
    height: 20px;
    margin: 4px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card.product-card--mini .product-card__review .product-card__comments {
    font-size: 12px;
    color: #3b6d9a;
}

.product-card.product-card--mini .product-card__review .product-card__comments .icon {
    position: relative;
    top: 2px;
    width: 17px;
    height: 16px;
    margin-right: 2px;
    display: inline-block;
    background: url(/images/create-comment-icon.svg);
}

.product-card.product-card--mini .product-card__review .product-card__comments span {
    font-family: Arial, sans-serif;
}

.product-card.product-card--mini .product-card__name {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.product-card.product-card--mini .product-card__name a {
    font-size: 14px;
    color: #3b6d9a;
}

.product-card.product-card--mini .product-card__name a span {
    font-family: Arial, sans-serif;
}

.product-card.product-card--mini .product-card__discount-program {
    min-height: 17px;
    margin: 5px 0 0;
}

.product-card.product-card--mini .product-card__discount-program .discount-program__sale {
    position: relative;
    top: 3px;
    padding: 1px 4px 2px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: red;
}

.product-card.product-card--mini .product-card__prices {
    position: relative;
    min-height: 25px;
}

.product-card.product-card--mini .product-card__prices .prices__old-price {
    margin: 0 7px 0 0;
}

.product-card.product-card--mini .product-card__prices .prices__help-description, .product-card.product-card--mini .product-card__prices .prices__old-price, .product-card.product-card--mini .product-card__prices .prices__price {
    display: inline-block;
}

.product-card.product-card--mini .product-card__prices .prices__old-price .price {
    position: relative;
    font-size: 15px;
    color: rgba(0, 0, 0, .54);
}

.product-card.product-card--mini .product-card__prices .prices__old-price .price:after {
    content: "";
    position: absolute;
    left: -6%;
    top: 55%;
    width: 115%;
    border-bottom: 1px solid rgba(0, 0, 0, .11);
}

.product-card.product-card--mini .product-card__prices .prices__price {
    color: #484748;
}

.product-card.product-card--mini .product-card__prices .prices__price .price {
    font-weight: 500;
    font-size: 21px;
    color: rgba(0, 0, 0, .87);
}

.product-card.product-card--mini .product-card__prices .prices__price .currency {
    position: static;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
}

.product-card.product-card--mini .product-card__footer {
    margin: 9px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .11);
}

.product-card.product-card--mini .product-card__actions {
    display: flex;
    justify-content: space-around;
}

.product-card.product-card--mini .product-card__actions button {
    width: auto;
    margin: 0;
    line-height: 1;
    font-size: inherit;
}

.product-card.product-card--mini .product-card__to-basket {
    padding: 5px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.product-card.product-card--mini .product-card__like, .product-card.product-card--mini .product-card__to-basket, .product-card.product-card--mini .product-card__to-compare, .product-card.product-card--mini .product-card__to-wish-list {
    color: rgba(0, 0, 0, .54);
    transition: .3s;
}

.product-card.product-card--mini .product-card__to-basket .title {
    margin-left: 8px;

    transition: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.product-card.product-card--mini .product-card__actions button {
    width: auto;
    margin: 0;
    line-height: 1;
    font-size: inherit;
}

.product-card__like {
    line-height: normal;
    color: #c1c1c1;
}

.product-card__like .el-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__like .text {
    font-size: 14px;
    padding-left: 5px;
}

.product-card.product-card--mini .product-card__properties {
    margin-top: 10px;
    display: none;
}

.product-card.product-card--mini .product-card__properties .properties__header strong {
    font-size: 13px;
}

.product-card.product-card--mini .product-card__properties .properties__body {
    margin-top: 10px;
}

.product-card.product-card--mini:not(.not-hovered):hover .product-card__to-basket {
    padding: 5px 25px;
    background: #f6731c;
}

.product-card.product-card--mini:not(.not-hovered):hover .product-card__overview {
    z-index: 3;
    border-color: transparent;
    border-radius: 4px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .15), 0 3px 16px rgba(0, 0, 0, .07), 0 9px 12px rgba(0, 0, 0, .09);
    background: #fff;
}

.product-card.product-card--mini:not(.not-hovered):hover .product-card__actions {
    justify-content: space-around;
}

.product-card.product-card--mini:not(.not-hovered):hover .modifications--memory, .product-card.product-card--mini:not(.not-hovered):hover .product-card__properties {
    display: block;
}

.catalog-card-container.more-items {
    height: 460px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.catalog-card-container {
    width: 25%;
    margin-bottom: 10px;
}

.catalog-card-container.more-items .more-items__icon {
    width: 120px;
    height: 120px;
    display: block;
}

.catalog-card-container.more-items .more-items__title {
    margin-top: 20px;
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    color: #3b6d9a;
}

.pagination-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pagination-container ul {
    margin-bottom: 30px;
    text-align: center;
}

.pagination-container ul li.active {
    background-color: #f6731c;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid transparent;
}

.pagination-container ul li.skip {
    cursor: default !important;
    border: 1px solid transparent !important;
}

.pagination-container ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    font: 20px/1 Arial;
    color: #484748;
    transition: .3s;
}

.pagination-container ul li:not(.dot):hover {
    border: 1px solid #f6731c;
    cursor: pointer;
}

.pagination-container ul li + li {
    margin-left: 10px;
}

.pagination-container ul li a {
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #484748;
    -webkit-font-smoothing: antialiased;
    width: 40px;
    height: 40px;

}
.pagination-container ul li span {
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 40px;
    height: 40px;

}

.pagination-container ul li:not(.dot):hover a {
    color: #f6731c;
}

.catalog-info {
    margin: 16px 0 10px;
}

.catalog-info h2, .catalog-info h3 {
    color: #424242;
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 24px;
}

.catalog-info p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 11px;
    letter-spacing: .25px;
    text-align: left;
    color: #757575;
}

.catalog-info ul {
    list-style-type: disc;
    padding-left: 16px;
    color: #757575;
    margin-bottom: 11px;
}

.catalog-info ul li {
    padding-left: 7px;
    font-size: 16px;
    margin-bottom: 6px;
}

.catalog.catalog--base .catalog__items:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.product-card.product-card--mini .product-card__to-basket svg {
    height: 20px;
}

.page__arrow {
    height: 14px;
}

.catalog-card-container.more-items:hover {
    box-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.catalog-card-container.more-items:hover .more-items__title {
    color: #f6731c;
}

.menu--desktop:hover .menu--desktop__drop-list {
    display: block;
}


header.header:after {

}

.product-card:hover.product-card--mini .product-card__to-basket svg.icon-cart {
    fill: #ffffff;
}


.icon-cart {
    fill: #f6731c;
}

.icon-like {
    fill: rgba(0, 0, 0, .54);
    height: 20px;
}

.icon-like:hover {
    fill: #f6731c;
}

.catalog.catalog--base .catalog__filters .filters__footer, .catalog.catalog--base .catalog__filters .filters__header {
    display: none;
}

.btn.gray, button.gray {
    background: #fff 50%;
    border: 1px solid #dedede;
    color: #f6731c;
}

.btn.size-xs, button.size-xs {
    font-size: 14px;
}

.btn.gray:hover, button.gray:hover {
    border-color: #f6731c;
    background: #fff radial-gradient(circle, transparent 1%, #fff 0) 50%/15000%;
}

.breadcrumbs--tags {
    padding-right: 15px;
}

.breadcrumbs--tags .breadcrumbs {
    margin-top: 32px;
    display: block;
    margin-right: 0;
}

.breadcrumbs--tags .breadcrumbs .item {
    background: #e4e4e4;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
}


.product__body, .product__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.product__header {
    padding: 0;
    flex-wrap: wrap;
}

h1 {
    font: 400 30px/34px Roboto, sans-serif;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .87);
}

.product__title {
    font: 400 36px/36px Roboto, sans-serif;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 12px;
    max-width: calc(100% - 180px);
}

.product__sku {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.product__sku .code {
    font-family: Roboto, sans-serif;
    background: #ffecb2;
    border-radius: 4px;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    padding: 5px 10px;
}

.product__rating {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.el-rate {
    height: 20px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.product__rating .el-rate {
    margin-right: 16px;
}

.el-rate__item {
    font-size: 0;
    vertical-align: middle;
}

.el-rate__icon {
    font-size: 18px;
    margin-right: 3px;
    color: #cad9bf;
    transition: .3s;
}

.el-tabs {
    width: 100%;
}

.product__body .el-tabs {
    width: calc(100% - 359px);
}

.product__body.description .el-tabs {
    width: 100%;
}

.product .showcase {
    padding: 32px 24px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 24px;
    position: relative;
}

.product .container {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    width: auto;
    height: auto;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.product .showcase__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.product .showcase__body > div {
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
}

.product .showcase .showcase-gallery-wrapper {
    position: relative;
}

.product .showcase__gallery {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-height: 400px;
    margin-bottom: 0;
    position: relative;
}

.thumbs {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.base-padding {
    padding: 24px;
}

.carousel .swiper-block-container {
    position: relative;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.thumbs .item {
    position: relative;
    border: 1px solid transparent;
    width: 48px;
    height: 48px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .9);
}



.thumbs .item.active {
    border-color: #ff8637;
}

.thumbs .item img {
    max-height: 42px;
    max-width: 42px;
}
.thumbs .item.active {
    border-color: #ff8637;
}
.thumbs .item.swiper-slide-thumb-active {
    border: 1px solid #ff8637;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    height: 20px;
    z-index: auto;
}

.product .carousel__pagination {
    display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.product .showcase__gallery .items {
    width: calc(100% - 56px);
    max-height: 400px;
    position: relative;
}

.carousel .swiper-block-container {
    position: relative;
}

.product .showcase__gallery .items .swiper-container .swiper-wrapper {
    align-items: center;
    max-height: 400px;
}



.product .showcase__gallery .items .swiper-container .swiper-wrapper .swiper-slide {
    pointer-events: auto;
}

.product .showcase__gallery .items .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1px;
    position: relative;
}

.product .showcase__gallery .items .img-container img {
    max-height: 400px;
    cursor: pointer;
}

.product .showcase__gallery .items__icon {
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 2;
    background: #fff;
    top: 0;
    right: 5px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .12), 0 3px 4px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .07);
}

.product .showcase__gallery .items__icon i {
    width: 32px;
    height: 32px;
}

.icon-heart-alt {
    background: url(/images/heart-empty-gray.svg) no-repeat 50%;
    background-size: contain;
}

.icon-compare-alt, .icon-heart-alt, .icon-heart-alt-active, .icon-image, .icon-share {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.product .showcase__gallery .page-counter {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 10px;
    padding: 4px;
    background: rgba(63, 78, 93, .6);
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.gallery-pagination {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product .showcase__gallery .gallery-pagination {
    display: none;
}

.gallery-pagination .item {
    align-items: center;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    height: 10px;
    margin-right: 8px;
    opacity: 1;
    width: 100%;
    font-size: 0;
}

.gallery-pagination .item:last-child {
    margin: 0;
}

.product .showcase__gallery .zoom-container {
    background: #fff;
    position: absolute;
    right: calc(-100% - 48px);
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
    z-index: -10;
}

.buy-block__bonus {
    background: #f8f9fa;
    margin: 0 -16px 24px;
    padding: 12px 16px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.buy-block > div:not(.buy-block__sales) {
    margin-bottom: 24px;
}

.buy-block .bonus {

    min-height: 26px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bonus__img {
    width: 30px;
    margin-right: 5px;
}
.bonus__value {
    display: flex;
    align-items: center;
    position: relative;
    top: 8px;
}
.buy-block .bonus span {
    color: #f6731c;
    border-bottom: 1px dotted #f6731c;
}

.buy-block .bonus .discount-program__bonus {
    color: rgba(0, 0, 0, .87);
    border-bottom: none;
}

.buy-block__bonus .discount-program__bonus span.double-bonus-coefficient {
    display: none;
}

.buy-block .bonus .discount-program__bonus span {
    color: #f6731c;
    border-bottom: 1px dotted #f6731c;
}

.buy-block__sales {
    padding: 0 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.buy-block .price {
    color: rgba(0, 0, 0, .87);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 40px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.buy-block .price.small {
    font-size: 26px;
    font-weight: 400;
}

.buy-block .price span {
    margin-right: 6px;
}

.buy-block .price .through {
    position: relative;
}

.buy-block .price .through:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    background: #f30;
}

.buy-block .price sup {
    font-size: 24px;
    vertical-align: baseline;
    margin-right: 6px;
}

.buy-block__sales .informer {
    margin-left: 16px;
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.buy-block__sales .informer__percent {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: red;
    padding: 5px 6px;
    white-space: pre;
}

.buy-block__sales .informer__description {
    font-size: 12px;
    padding: 6px;
}

.buy-block__sales .informer__description .sale-price {
    color: red;
    font-weight: 700;
}

.buy-block__base {
    padding: 0 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.buy-block > div:not(.buy-block__sales) {
    margin-bottom: 24px;
}

.buy-block__base .normal {
    width: 58%;
}

.buy-block__base .normal__prices {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.buy-block .price {
    color: rgba(0, 0, 0, .87);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 40px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.buy-block__base .normal__prices .old__price {
    margin-right: 12px;
    display: none;
}

.buy-block .price.small {
    font-size: 26px;
    font-weight: 400;
}

.buy-block__base .to-wish-list {
    margin-left: 16px;
    height: 46px;
    display: flex;
    width: 24px;
    align-items: center;
}

.buy-block__base .to-wish-list i {
    cursor: pointer;
}

.product__actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.product .showcase__actions {
    margin: 0 0 45px;
    padding-left: 12px;
}

.product__actions .item {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    line-height: 1;
    margin: 0 12px 0 0;
    color: rgba(0, 0, 0, .54);
}

.product__actions .item:first-child {
    margin-right: 16px;
}

.product__actions .item__icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__actions .item__description {
    text-align: left;
    line-height: 17px;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
}

.product__actions .item__description .title {
    margin-right: 6px;
}

.product__body.description .product__description {
    border-radius: 10px;
}

.product__description p {
    line-height: 25px;
    margin: 0 0 20px;
}

.product__description ul {
    margin-bottom: 16px;
    list-style: disc;
    margin-left: 36px;
}

.product__description ul li {
    font: 400 14px/25px Roboto, Helvetica, Arial, sans-serif;
    color: #212121;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}


footer.container-footer .menus .menus__item.menus__item_big {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}
footer.container-footer .menus .menus__item.menus__item_big .menus__item__menu-title {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    left: -40px;
}
footer.container-footer .menus .menus__item.menus__item_big ul {
    width: 50%;
}

.product .showcase__gallery .items__icon {
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 2;
    background: #fff;
    top: 0;
    right: 5px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px rgba(0,0,0,.12), 0 3px 4px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.07);
}

.product .showcase__gallery .items__icon i {
    width: 32px;
    height: 32px;
}
.icon-heart-alt {
    background: url(/images/heart-empty-gray.svg) no-repeat 50%;
    background-size: contain;
}
.product .showcase__gallery .page-counter {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 10px;
    padding: 4px;
    background: rgba(63,78,93,.6);
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.product__sticky-footer {
    display: none;
    position: fixed;
    bottom: -100px;
    width: 100%;
    left: 0;
    padding: 6px;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    background: #fff;
    transition: .3s;
    border-top: 1px solid #dedede;
}
.display--flex {
    display: flex;
}
.justify-content--space-around {
    justify-content: space-around;
}
.flex--2 {
    flex: 2;
}
.product__sticky-footer .action, .product__sticky-footer .product-controls {
    margin: 0;
}
.product__sticky-footer .product-control {
    position: relative;
    height: 20px;
    margin-right: 6px;
}
.product__sticky-footer .product-controls .product-control {
    width: auto;
    margin-bottom: 0;
    align-items: center;
    line-height: normal;
}
.product__sticky-footer .product-controls .product-control .product-control__icon {
    display: block;
}
.product__sticky-footer .action i, .product__sticky-footer .product-controls i {
    width: 20px;
    height: 20px;
}
.product__sticky-footer .action i:before, .product__sticky-footer .product-controls i:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.product__sticky-footer .icon-compare:before {
    background-image: url(https://i.citrus.ua/uploads/icons/compare_dark.svg);
}
[class^=icon-]:before, a[class^=icon-]:before, i[class^=icon-]:before, li[class^=icon-]:before {
    display: inline-block;
    position: relative;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
}
.product__sticky-footer .product-control {
    position: relative;
    height: 20px;
    margin-right: 6px;
}
.product__sticky-footer .product-controls .product-control {
    width: auto;
    margin-bottom: 0;
    align-items: center;
    line-height: normal;
}
.product__sticky-footer .icon-fav:before {
    background-image: url(/images/fovourite_red.svg);
}
.action {
    margin-bottom: 40px;
}
.product__sticky-footer .action, .product__sticky-footer .product-controls {
    margin: 0;
    flex: 1;
}
.product__sticky-footer .action {
    flex: 1;
}
.product__sticky-footer .action .btn {
    margin-bottom: 0;
    padding: 0 13px;
    font-size: 18px;
    text-transform: uppercase;
}
.product__sticky-footer .action i {
    position: relative;
}
.product__sticky-footer .action i:before {
    position: relative;
    bottom: -4px;
}
.product__sticky-footer .icon-buy-product:before {
    background-image: url(/images/Icons_ic_cart_32px.svg);
}

.el-tabs__header {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.11);
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,0,0,.54);
    text-transform: uppercase;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.el-tabs__nav-wrap {
    overflow: hidden;
    padding: 0;
}
.el-tabs__nav-scroll {
    overflow: hidden;
}
.el-tabs__nav {
    float: left;
    white-space: nowrap;
}
.el-tabs__active-bar {
    height: 2px;
    display: block;
    background: #f6731c;
    position: absolute;
    bottom: 0;
    transition: .3s;
}
.el-tabs__item {
    display: inline-block;
    padding: 16px 26px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    position: relative;
    top: 1px;
    z-index: 1;
    white-space: nowrap;
    transition: .3s;
    background: 0 0;
}
.el-tabs__item.is-active {
    cursor: default;
    color: #f6731c;
    background: 0 0;
    font-weight: 500;
}
.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.resize-triggers > div {
    background: #eee;
    overflow: auto;
}
.contract-trigger:before {
    width: 200%;
    height: 200%;
}

 .resize-triggers, .resize-triggers > div, .contract-trigger:before {
     content: " ";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     overflow: hidden;
     z-index: -1;
 }

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn.mobile-close {
    display: none;
}

.authorization-modal .el-dialog button.el-dialog__headerbtn .el-dialog__close {
    font-size: 15px;
    color: rgba(63,78,93,.6);
}
.authorization-modal .el-dialog .el-dialog__body {
    padding: 32px;
    max-width: 344px;
}
.authorization-modal .el-dialog .el-dialog__header {
    padding-top: 0;
}

.el-dialog__wrapper .el-dialog .el-dialog__headerbtn.mobile-close {
    display: none;
}
.authorization-modal .el-dialog button.el-dialog__headerbtn {
    top: 10px;
    right: 7px;
}
.el-dialog--small {
    width: 470px;
}
.authorization-modal .el-dialog {
    max-width: 344px;
    border-radius: 10px;
}
.authorization-modal .el-dialog button.el-dialog__headerbtn .el-dialog__close {
    font-size: 15px;
    color: rgba(63,78,93,.6);
}
.authorization-modal .el-dialog .el-dialog__body {
    padding: 32px;
    max-width: 344px;
}
.authorization-modal .el-dialog .el-dialog__body .form {
    width: 100%;
}
.identity__title {
    font-size: 26px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0,0,0,.87);
}
.identity__form {
    margin-bottom: 16px;
}
.identity__tip {
    font-size: 14px;
    color: rgba(0,0,0,.54);
    margin-bottom: 25px;
    text-align: center;
}
.identity__choice {
    display: block;
    text-align: center;
    color: rgba(0,0,0,.54);
    font-size: 14px;
    margin-bottom: 16px;
}
.custom-button {
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
}
.custom-button:disabled {
    opacity: .3;
}
.custom-button--secondary {
    background-color: #fff;
    color: rgba(0,0,0,.87);
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.12);
}
.custom-button--primary {
    background-color: #ff680a;
    color: #fff;
    font-size: 18px;
}
.identity__switch {
    margin-bottom: 24px;
}
.custom-button--link {
    background-color: transparent;
    color: #3b6d9a;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    width: auto;
}
.identity__registration {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
.social-auth__description {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
}
.social-auth__list {
    display: flex;
    justify-content: center;
}
.icon-fb{
    height: 46px;
    width: 128px;
    background-color: #44619d;
    border-radius: 10px;
    padding-left: 41px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: .25s;
}
.icon-fb:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 16px;
    width: 8px;
    height: 16px;
    background: url(/images/icon-fb.svg) no-repeat 50%;
}

.custom-input__field {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;
    margin-bottom: 28px;
    -moz-appearance: textfield;
}
.custom-input__clear {
    position: absolute;
    width: 11px;
    height: 11px;
    margin: 0;
    top: 19px;
    right: 19px;
}
.custom-input {
    position: relative;
}
.custom-input__field {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;
    margin-bottom: 28px;
    -moz-appearance: textfield;
}
.custom-input__field.vf-invalid-pattern {
    margin-bottom: 3px;
    border-color: transparent;
    box-shadow: inset 0 0 0 2px #f30;
}
.custom-input__clear:before {
    transform: rotate(45deg);
}
.custom-input__clear:after, .custom-input__clear:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #8c959e;
    width: 13px;
    left: -2px;
    top: 5px;
}
.custom-input__clear:after {
    transform: rotate(-45deg);
}
.custom-input__clear:after, .custom-input__clear:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #8c959e;
    width: 13px;
    left: -2px;
    top: 5px;
}
.custom-input__field:hover {
    border-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255,104,10,.7);
}
.custom-button--secondary:hover:not([disabled]) {
    color: #ff680a;
}
.custom-button--link:hover:not([disabled]) {
    color: #ff680a;
}

.custom-input__error{
    position: relative;
    color: #f30;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .4px;
    padding-left: 15px;
    margin-bottom: 10px;
}
/*.error-message:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: -1px;*/
/*    width: 14px;*/
/*    bottom: 0;*/
/*    height: 14px;*/
/*    background: url(/images/ic-error.svg) no-repeat 50%/100% 100%;*/
/*}*/
.product.big-container {
    position: relative;
}
.catalog.big-container {
    position: relative;
}

#plus__good.active {
    display: block;
    animation-duration: 2.2s;
    animation-name: plus;
    z-index: 999;
}

#plus__good {
    position: fixed;
    color: #fff;
    font-weight: 600;
    top: 155px;
    right: 0;
    left: 0;
    text-align: center;
    background: #f6731c;
    padding: 10px;
    display: none;

}
.plus__good.active {
    display: block;
    animation-duration: 2.2s;
    animation-name: plus;
    z-index: 999;
}

.plus__good {
    position: fixed;
    color: #fff;
    font-weight: 600;
    top: 155px;
    right: 0;
    left: 0;
    text-align: center;
    background: #f6731c;
    padding: 10px;
    display: none;

}




@keyframes plus {
    0% {
        opacity: 0;
        display: block;
        top: 240px;
    }
    80% {
        top: 155px;
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 155px;
    }
}


.news__title {
    margin-top: 9px;
    margin-bottom: 25px;
}

.news-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    gap: 24px;
}
.news__items {
    margin-bottom: 60px;
}
.news-items__item {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);
    background: #fff;
    border-radius: 10px;
}
.news-items__item-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 25px;
}
.news-items__item-preview {
    margin-bottom: 25px;
}
.news-items__item-date {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    line-height: 1.83;
    margin: 0 24px 9px;
}
.news-items__item-title {
    margin: 0 24px;
}
.news-items__item-title, .news-items__item-title p {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-items__item--more {
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.news-items__item--more .news-items__item-icon {
    width: 118px;
}
.news-items__item--more .news-items__item-title {
    margin-top: 30px;
    line-height: 1.4;
    text-align: center;
    font-size: 28px;
    color: #3b6d9a;
}
.news-items__item--more .news-items__title-mobile {
    display: none;
}
.news-items__item:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,.12), 0 3px 14px rgba(0,0,0,.06), 0 8px 10px rgba(0,0,0,.07);
}

.flex-row.no-sidebar {
    flex-direction: column;
}
.flex-row aside {
    display: none;
    width: 23%;
    min-width: 280px;
    position: relative;
    padding: 0 24px 0 0;
}
.flex-row.no-sidebar section {
    width: 100%;
}
.flex-ch table {
    width: 100%;
    border-spacing: 0;
    border: none;
    color: #484748;
    font-size: 16px;
    font-family: Roboto,sans-serif;
}
.flex-ch table td {
    padding: 8px;
    text-align: left;
    border-bottom: 0 rgba(0,0,0,.11);
    border-right: 0 rgba(0,0,0,.11);
    border-color: rgba(0,0,0,.11) #fff currentcolor rgba(0,0,0,.11);
    border-style: none solid dashed none;
    border-width: 0 1px 1px 0;
}
.flex-ch table tr:nth-child(2n) td {
    background-color: #f9fafb;
}

.flex-row section {
    width: 100%;
}

.event-item .info-panel {
    margin: 0 0 24px;
    font-size: 10px;
    color: #939393;
}
.flex-row.between {
    justify-content: space-between;
}
.event-item .review span {
    display: inline-block;
    padding: 0 3px;
    position: relative;
}
.event-item .review span:first-child:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 16px;
    height: 11px;
    background: url(/images/eye.svg) no-repeat;
    background-size: 16px 11px;
    margin: -6px 0 0 -20px;
}
.event-item .text-content {
    margin-bottom: 12px;
}
.event-item .text-content img {
    width: 100%;
    height: auto;
}

.good__data {
    margin: 10px 0;
    font-weight: bold;
}
.good__data span {
    font-weight: normal;
}

.item_title {
    padding: 0 12px;
}
.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main__body {
    padding-bottom: 70px;
}

.checkout {
    position: relative;
    min-height: 200px;
    margin: 0 0 100px;
}
.checkout h2 {
    font-size: 39px;
}
.checkout h1, .checkout h2 {
    line-height: 1.286;
    font-weight: 300;
}
.checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6 {
    margin: 0;
    color: #3a5565;
}

.checkout .btnmy_to-edit-step ,.checkout button.my_to-edit-step {
    display: inline;
    background: 0 0;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    transition: .3s;
    border-radius: 4px;
    margin-bottom: 0;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    width: auto;
}
.checkout .checkout__step .step__body {
    margin: 10px 0 0 11px;
    padding: 5px 0 10px 15px;
    border-left: 1px solid #ebebeb;
}


.checkout label {
    display: inline-block;
    font-weight: 700;
}
.custom-input--checkbox .custom-input__state, .custom-input--radio .custom-input__state {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.custom-input--checkbox .custom-input__state:after, .custom-input--checkbox .custom-input__state:before {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-input--checkbox .custom-input__state:before {
    z-index: 2;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    opacity: 0;
    border-left: 0 solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.custom-input--checkbox input:checked~.custom-input__state:before {
    top: 2px;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.checkout .checkout__step .step__title {
    margin: 0 0 0 9px;
    font-weight: bold;
    font-size: 1em;
}
.custom-input--checkbox .custom-input__state:after {
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.custom-input--checkbox input:checked~.custom-input__state:after {
    border: 1px solid #ff680a;
    background-color: #ff680a;
}
.checkout .checkout__delivery .delivery__himself-recipient label {
    font-weight: 400;
}
.custom-input--checkbox .custom-input__name, .custom-input--radio .custom-input__name {
    line-height: 1.5;
}
.custom-input--checkbox, .custom-input--radio {
    padding: 0 0 0 32px;
}

.checkout .custom-input--checkbox,.checkout .custom-input--radio {
    position: relative;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

.checkout .checkout__body, .checkout .checkout__header {
    max-width: 1000px;
    margin: auto;
}
.checkout .checkout__header {
    margin-top: 24px;
    padding: 16px;
}
.col {
    float: left;
    min-height: 1px;
}
.s-60 {
    width: 60%;
}

.row:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.s-80 {
    width: 80%;
}

.badge {
    min-width: 10px;
    display: inline-block;
    padding: 5px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    background-color: #ff680a;
    color: #fff;
}
.badge:empty {
    display: none;
}

.s-5 {
    width: 5%;
}

.checkout .checkout__delivery {
    margin-top: 10px;
}
.rows:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
.s-35 {
    width: 35%;
}

.tabs {
    width: 100%;
}

.tabs__header {
    border-bottom: 1px solid #e3e3e3;
}
.tabs__header .tabs__items {
    position: relative;
    top: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs__header .tabs__items .items__item {
    position: relative;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.tabs__header .tabs__items .items__item.active {
    border-color: #ff680a;
}
.tabs__header .tabs__items .items__item a {
    margin: 0;
    padding: 14px 24px;
    display: block;
    text-decoration: none;
    line-height: 1.286;
    font-size: 14px;
    font-weight: 500;
}
.tabs__header .tabs__items .items__item a:active, .tabs__header .tabs__items .items__item a:hover, .tabs__header .tabs__items .items__item a:link, .tabs__header .tabs__items .items__item a:visited {
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: #a3a3a3;
}
.tabs__header .tabs__items .items__item.active a {
    color: #ff680a!important;
}
.tabs__header .tabs__items .items__item:hover:not(.active) a {
    background: #f7f7f7;
}
.checkout .authorization .authorization__step {
    position: relative;
    margin: 23px 0 0;
}
.checkout .authorization .authorization__step .step__body {
    margin: 0;
    padding: 0;
    border: none;
}
.outlined-text-form {
    position: relative;
}
.form-control {
    width: 100%;
    max-width: 100%;
    height: 36.004px;
    padding: 8px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.286;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: #fff;
    background-image: none;
}
.outlined-text-form label {
    position: absolute;
    top: 8px;
    left: 10px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-weight: 400;
    font-size: 14px;
}
.checkout .authorization .authorization__step .step__body label .step__title {
    margin: 0;
    font-weight: 400;
    font-size: 1.1em;
    color: #424242;
}
.checkout .error-message, .checkout__credit .error-message, .checkout__organization-requisite .error-message, .credit-application .error-message, .error-message  {
    color: #f44336;
    margin: 5px 0 0 15px;
    font-size: .85em;
}
.btn-default {
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid #ff680a;
    color: #fff;
    background-color: #ff680a;
    width: auto;
}

.btn-md, .btn-sm {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.btn-md {
    padding: 8px 12px;
}
.btn-lg, .btn-md {
    line-height: 1.35;
}
#btnCallBack {
    pointer-events: none;
    cursor: default;
}


.outlined-text-form input:focus+label, .outlined-text-form input:valid+label {
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}
.checkout .checkout__step.disabled .step__number, .checkout .checkout__step.disabled .step__title {
    opacity: .5;
}
.checkout .checkout__delivery .checkout__region {
    position: relative;
}
.ms-ctn {
    position: relative;
    padding: 5px;
    height: auto;
}
.ms-ctn-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.ms-helper {
    color: #aaa;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}

.ms-ctn.ms-ctn-focus {
    border: 1px solid #d9d9d9;
    box-shadow: none;
    outline: none;
}
.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}
.ms-no-trigger .ms-sel-ctn {
    padding-right: 0;
}
.ms-ctn .ms-sel-ctn {
    margin-left: 4px;
}
.ms-sel-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 3px 0 1px;
}
.ms-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 1px 5px 1px 0;
}
.ms-sel-ctn .ms-sel-item {
    margin: 0;
    padding: 0 2px;
    background-color: transparent;
    color: #212121;
    border: none;
}
.ms-ctn input {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    outline: none;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: auto;
    height: inherit;
}
.ms-ctn .ms-sel-ctn>input {
    min-width: 200px;
}
.ms-ctn .ms-sel-ctn input {
    float: left;
}



.checkout .checkout__delivery {
    margin-top: 10px;
}
.custom-input--checkbox input, .custom-input--radio input {
    display: none!important;
}
.checkout .checkout__delivery .delivery__type .type__items .item label {
    display: block;
}
.custom-input--radio .custom-input__state:after, .custom-input--radio .custom-input__state:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-input--radio .custom-input__state:before {
    width: 8px;
    height: 8px;
    z-index: 2;
    margin: 6px 0 0 6px;
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-input--radio input:checked~.custom-input__state:before {
    border-color: #ff680a;
    background: #ff680a;
}
.custom-input--radio .custom-input__state:after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.custom-input--radio .custom-input__state:after, .custom-input--radio .custom-input__state:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-input--radio input:checked~.custom-input__state:after {
    border: 2px solid #ff680a;
}
.s-30 {
    width: 30%;
}
.reset-btn-styles {
    margin: 0;
    padding: 0;
    background: 0 0;
}
.reset-btn-styles, .reset-btn-styles:focus {
    border: none;
    outline: none;
}
.as-link, .as-link--bordered {
    cursor: pointer;
    color: #3b6d9a;
}
.as-link--bordered {
    border-bottom: 1px dashed #3b6d9a;
}

.s-50 {
    width: 50%;
}
.ms-ctn {
    position: relative;
    padding: 5px;
    height: auto;
}
.s-20 {
    width: 20%;
}
.s-15 {
    width: 15%;
}
.s-10 {
    width: 10%;
}
.form-control:focus {
    border-color: #ff873d;
    outline: none;
}

.text-size--h3 {
    line-height: 1.286;
    font-size: 22.001px;
    font-weight: 400;
}
.s-65 {
    width: 65%;
}
.checkout .checkout__order .order__bonus .rows+.rows, .checkout .checkout__order .order__payment .rows+.rows, .checkout .checkout__order .order__total .rows+.rows {
    margin: 15px 0 0;
}
.s-90 {
    width: 90%;
}
.form-control[disabled], .form-control[readonly] {
    border-color: #f0f0f0;
    opacity: 1;
    cursor: not-allowed;
    background-color: #fafafa;
}
select.form-control[disabled], select.form-control[readonly] {
    color: #d4d4d4;
}
.checkout .checkout__order .order__bonus .form-control {
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
}
.checkout .checkout__order .order__bonus .order__promo-code .promo-form__submit {
    width: 110%;
    margin-left: -10%;
    text-transform: uppercase;
}
.btn-lg, .btn-md {
    line-height: 1.35;
}
.alert-success {
    border-left: 2px solid #c6edc1;
    color: #212121;
    background-color: #f2fbf1;
}
.alert-warning {
    border-left: 2px solid #f6f2b9;
    color: #212121;
    background-color: #fdfcef;
}
.alert-info {
    border-left: 2px solid #d8ecff;
    color: #212121;
    background-color: #f7fbff;
}
.alert-danger, .alert-default, .alert-info, .alert-success, .alert-warning {
    padding: 16px;
    font-size: 14px;
}
.alert-danger {
    border-left: 2px solid #ffbebe;
    color: #212121;
    background-color: #fff1f1;
}
.s-45 {
    width: 45%;
}

.custom-input__toggle {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: none;
    background: url(/images/icon-invisible.png) no-repeat 50%/100% 100%;
}
.register__title {
    font-size: 26px;
    color: rgba(0,0,0,.87);
    margin-bottom: 32px;
    text-align: center;
    line-height: normal;
}
.register__form {
    margin-bottom: 24px;
}
.register__fieldset {
    border: none;
    margin-bottom: 9px;
}

.custom-input__error {
    position: relative;
    color: #f30;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .4px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.custom-input__field.vf-invalid-pattern {
    margin-bottom: 3px;
    border-color: transparent;
    box-shadow: inset 0 0 0 2px #f30;
}
.custom-input__clear{
    position: absolute;
    width: 11px;
    height: 11px;
    margin: 0;
    top: 19px;
    right: 19px;
}
.custom-input__clear:after, .custom-input__clear:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #8c959e;
    width: 13px;
    left: -2px;
    top: 5px;
}
.custom-input__clear:before {
    transform: rotate(45deg);
}
.custom-input__clear:after {
    transform: rotate(-45deg);
}
.register__switch {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
.register__agreement {
    font-size: 12px;
    color: #999;
    text-align: center;
}


.form-control::placeholder {
     opacity: 0;
 }
.form-control:focus::placeholder{
    opacity: 1;
}
.checkout .checkout__step .step__body .form-control {
    color: #fff;
 }
.checkout .checkout__step .step__body .form-control:focus{
    color: #333;
}

.checkout .checkout__step .step__body .form-control:valid{
    color: #333;
}

#register .outlined-text-form {
    margin-bottom: 28px;
}

#register .form-control.my__form-control {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;

}

#register .form-control.my__form-control::placeholder {
    opacity: 0;
}
#register .form-control.my__form-control:focus::placeholder{
    opacity: 1;
}
#register .form-control.my__form-control {
    color: #fff;
}
#register .form-control.my__form-control:focus{
    color: #333;
}

#register .form-control.my__form-control:valid{
    color: #333;
}

#register .error-message {
    color: #f44336;
    margin: 5px 0 0 15px;
    font-size: .85em;
}

#register label.my__label {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    opacity: .8;
}

#register .outlined-text-form input:focus+label.my__label, #register .outlined-text-form input:valid+label.my__label{
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}






























#feedbackPhones .outlined-text-form {
    margin-bottom: 28px;
}

#feedbackPhones .form-control.my__form-control {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;

}

#feedbackPhones .form-control.my__form-control::placeholder {
    opacity: 0;
}
#feedbackPhones .form-control.my__form-control:focus::placeholder{
    opacity: 1;
}
#feedbackPhones .form-control.my__form-control {
    color: #fff;
}
#feedbackPhones .form-control.my__form-control:focus{
    color: #333;
}

#feedbackPhones .form-control.my__form-control:valid{
    color: #333;
}

#feedbackPhones .error-message {
    color: #f44336;
    margin: 5px 0 0 15px;
    font-size: .85em;
}

#feedbackPhones label.my__label {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    opacity: .8;
}

#feedbackPhones .outlined-text-form input:focus+label.my__label, #feedbackPhones .outlined-text-form input:valid+label.my__label{
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}



#identity .outlined-text-form {
    margin-bottom: 28px;
}

#identity .form-control.my__form-control {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;

}

#identity .form-control.my__form-control::placeholder {
    opacity: 0;
}
#identity .form-control.my__form-control:focus::placeholder{
    opacity: 1;
}
#identity .form-control.my__form-control {
    color: #fff;
}
#identity .form-control.my__form-control:focus{
    color: #333;
}

#identity .form-control.my__form-control:valid{
    color: #333;
}

#identity .error-message {
    color: #f44336;
    margin: 5px 0 0 15px;
    font-size: .85em;
}

#identity label.my__label {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    opacity: .8;
}

#identity .outlined-text-form input:focus+label.my__label, #identity .outlined-text-form input:valid+label.my__label{
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}



.outlined-text-form input:focus+label, .outlined-text-form input:valid+label{
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}

.btn-default:hover {
    border-color: #ff7824;
    box-shadow: 0 1px 5px rgba(0,0,0,.12), 0 3px 4px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.07);
    background-color: #ff7824;
    color: #fff;
}
.btn-default[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}

.outlined-text-form .form__error {
    display: none;
}

.form-control:invalid:not(:placeholder-shown) ~ .form__error {
    display: block;
}
.form-control:invalid:not(:placeholder-shown) ~ .form__error {
    display: block;
}
.form-control:invalid:not(:placeholder-shown) ~ .form__error {
    display: block;
}


 .checkout .checkout__delivery .delivery__type .type__items .item input:checked ~ .item__price-description {
     display: block;

 }
.checkout .checkout__delivery .delivery__type .type__items .item .item__price-description {
    display: none;
}
.checkout .checkout__delivery .delivery__type .type__items .item .location__address {
    display: none;
}
.checkout .checkout__delivery .delivery__type .type__items .item input:checked ~ .location__address {
    display: block;
}

.confirm__free {
    color: #3f7e3f;
    margin: 5px 5px 0;
    font-size: .85em;
}

.success__register{
    text-align: center;
    font-size: 16px;
    padding: 5px;
    color: green;
    margin-bottom: 10px;
}



.form-control {
    height: 45px;
    font-size: 14px;
    margin-bottom: 10px;
}

.outlined-text-form label {
    top: 15px;
    font-weight: 300;

}
input{
    -webkit-box-shadow: inset 0 0 0 50px #fff;
}

#error__login-password, #error__login-password-auth {
    color: #f44336;
    margin: 0;
    font-size: .85em;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.success__auth {
    font-size: 18px;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.tips.list {
    padding: 8px 0;
}
.tips.show {
    display: flex;
}

.profile li a {
    color: rgba(0,0,0,.87);
    color: var(--darc);
    padding: 12px 28px;
    background: #fff;
    transition: .3s;
    display: flex;
    align-items: center;
}
.user-actions i {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.profile i {
    color: rgba(0,0,0,.54);
    color: var(--darc-light);
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
}

.profile .logout {
    padding: 12px 28px;
    background: #fff;
    transition: .3s;
    color: rgba(0,0,0,.87);
    color: var(--darc);
    display: flex;
    align-items: center;
    text-transform: capitalize;
}


.profile li a:hover {
    color: #ff8637;
    color: var(--base-color);
    background: #f3f3f3;
}

.icon-profile, .icon-heart, .icon-order, .icon-logout {
    width: 20px;
    height: 20px;
    top: -2px;
    position: relative;
}


#akcii.catalog.catalog--base .catalog__main-content {
    width: 100%;
}

.oplata-advantages__items {
    padding-bottom: 1px;
}
.oplata-advantages__item {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 0px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: grid;
    grid-template-areas:
            "image title"
            "image description";
    grid-template-rows: max-content;
    padding: 24px;
    margin-bottom: 8px;
}
.event-item .text-content img {
    width: 100%;
    height: auto;
}
.oplata-advantages__item-image {
    width: 140px;
    height: 140px;
    grid-area: image;
    margin-right: 32px;
}
.oplata-advantages__item-title {
    grid-area: title;
    margin-top: 0;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
}
.oplata-advantages__item-description {
    grid-area: description;
}
.oplata-advantages__item-info, .oplata-advantages__sub-item {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 13px;
}
h3 {
    font: 400 22px Roboto,sans-serif;
    margin: 24px 0 16px;
}

footer.container-footer > div.offerta   {
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #808080;
    padding-bottom: 15px;
    font-size: 14px;
}

.product-card.product-card--mini .product-card__to-basket .title__ {
    margin-left: 8px;
    transition: none;
    font-size: 14px;
    color: #000;
    transition: all .3s ease;
    text-align: left;
}
.catalog.catalog--base .catalog__items .product-card .title {
    display: none;
}
.catalog.catalog--base .catalog__items .product-card:hover .title__ {
    opacity: 0;
    color: #fff;
    width: 0;
}

.catalog.catalog--base .catalog__items .product-card:hover .title {
    display: block;
}



@-webkit-keyframes rotating {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

@keyframes dialog-fade-out-data {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0);
    }
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0);
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 32px 0;
    }
}

@keyframes progress {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 32px 0;
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes rotate-data-v-4a3e5568 {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash-data-v-4a3e5568 {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rollDown {
    0% {
        max-height: 35px;
    }
    to {
        max-height: 1000px;
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes show-stat {
    0%, 20% {
        transform: scale(1);
    }
    21%, 84% {
        transform: scale(0);
    }
    85%, to {
        transform: scale(1);
    }
}

@keyframes show-stat {
    0%, 20% {
        transform: scale(1);
    }
    21%, 84% {
        transform: scale(0);
    }
    85%, to {
        transform: scale(1);
    }
}

@-webkit-keyframes show-icons {
    0%, 20% {
        transform: scale(0);
    }
    21%, 84% {
        transform: scale(1);
    }
    85%, to {
        transform: scale(0);
    }
}

@keyframes show-icons {
    0%, 20% {
        transform: scale(0);
    }
    21%, 84% {
        transform: scale(1);
    }
    85%, to {
        transform: scale(0);
    }
}

@-webkit-keyframes icon-change {
    0%, 5% {
        transform: translateX(30px);
    }
    10%, 25% {
        transform: translateX(0);
    }
    30%, 35% {
        transform: translateX(-70px);
    }
    40%, 45% {
        transform: translateX(-145px);
    }
    50%, 55% {
        transform: translateX(-216px);
    }
    60%, 65% {
        transform: translateX(-287px);
    }
    70%, 75% {
        transform: translateX(-360px);
    }
    80%, 85% {
        transform: translateX(-433px);
    }
    90%, to {
        transform: translateX(-480px);
    }
}

@keyframes icon-change {
    0%, 5% {
        transform: translateX(30px);
    }
    10%, 25% {
        transform: translateX(0);
    }
    30%, 35% {
        transform: translateX(-70px);
    }
    40%, 45% {
        transform: translateX(-145px);
    }
    50%, 55% {
        transform: translateX(-216px);
    }
    60%, 65% {
        transform: translateX(-287px);
    }
    70%, 75% {
        transform: translateX(-360px);
    }
    80%, 85% {
        transform: translateX(-433px);
    }
    90%, to {
        transform: translateX(-480px);
    }
}



.img-wrapper {
    margin: 10px;

}

/* DRIFT CSS */
@keyframes a {
    0% {
        transform: scale(1.5);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: scale(1);
        opacity: 1
    }
    15% {
        transform: scale(1.1);
        opacity: 1
    }
    to {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes c {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@keyframes d {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2) translateX(6px)
    }
    25% {
        transform: scale(1.3) translateX(8px)
    }
    40% {
        transform: scale(1.2) translateX(6px)
    }
    50% {
        transform: scale(1)
    }
    60% {
        transform: scale(.8) translateX(6px)
    }
    75% {
        transform: scale(.7) translateX(8px)
    }
    90% {
        transform: scale(.8) translateX(6px)
    }
    to {
        transform: scale(1)
    }
}

@keyframes e {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2) translateX(-6px)
    }
    25% {
        transform: scale(1.3) translateX(-8px)
    }
    40% {
        transform: scale(1.2) translateX(-6px)
    }
    50% {
        transform: scale(1)
    }
    60% {
        transform: scale(.8) translateX(-6px)
    }
    75% {
        transform: scale(.7) translateX(-8px)
    }
    90% {
        transform: scale(.8) translateX(-6px)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    15% {
        -webkit-transform: scale(1.1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px)
    }
    50% {
        -webkit-transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(6px)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px)
    }
    50% {
        -webkit-transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(-6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(-8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(-6px)
    }
    to {
        -webkit-transform: scale(1)
    }
}

.drift-zoom-pane {
    background: rgba(0, 0, 0, .5);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);

}

.drift-zoom-pane.drift-opening {
    animation: a .18s ease-out;
    -webkit-animation: a .18s ease-out;
}

.drift-zoom-pane.drift-closing {
    animation: b .21s ease-in;
    -webkit-animation: b .21s ease-in;
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: c 1.8s infinite linear;
    -webkit-animation: c 1.8s infinite linear;
}

.drift-zoom-pane-loader:after, .drift-zoom-pane-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .9);
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: d 1.8s infinite linear;
    -webkit-animation: d 1.8s infinite linear;
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: e 1.8s infinite linear;
    -webkit-animation: e 1.8s infinite linear;
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s;
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, 1);

}

.catalog.catalog--base .filters__categories .categories__items > .item > .item__name span {
      text-decoration: none;
      cursor: pointer;
      color: var(--blue);
      outline: none;
      transition: .3s;
      cursor: default;
}

 .order__success {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, .54);
 }

.order__success_box {
    padding: 32px;
    max-width: 344px;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    min-height: 150px;
    text-align: center;
    font-size: 18px;
}

.categories__items li.item a.active {
    color: var(--base-color);
}

.brand__img {
    width: 18%;
    border: 1px solid #eee;
    margin: 5px;
}

.brand__group {
    display: flex;
    flex-wrap: wrap;

}

#bonus__form {
    display: none;
}

#bonus__form.active {
    display: block;
}

.checkout .checkout__order .order__bonus .order__promo-code {
    display: block;
}

#promo-form__submit {
    margin-left: 0;
    text-transform: uppercase;
    border: 1px solid #ff680a;
    color: #fff;
    background-color: #ff680a;
    width: auto;
    cursor:pointer;
    display: inline-block;
}

#promo-form__submit:hover {
    color: #000;
    background-color: #fff;
}

.total__promo-code {
    display: none;
}

.total__promo-code.active {
    display: block;
}

.total__delivery-price {
    display: none;
}
.total__delivery-price.active {
    display: block;
}
.through:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    background: #f30;
}
.through {
    position: relative;
}
.order__bonus-agreement {
    margin: 16px 0 0;
    font-size: .8em;
    color: red;
    display: none;
}

.order__bonus-agreement.active {
    display: block;
}

.order__item .item__price,.order__item .item__total-price,.order__item .item__count {
    display: flex;
    align-items: flex-end;
    margin-top: 3px;
}
.checkout .checkout__order .order__items .item .currency {
    font-size: .85em;
    margin-left: 3px;
}

.order__item .item__body {
    width: 100%;
}

.w100 {
    width: 100%;
}
.checkout .checkout__order .order__items .item .item__count .unit {
    font-size: 0.85em;
    margin-left: 3px;
}
.ddn {
    display: none;
}

.mdn {
    display: block;
}
.icon-heart-alt-active {
    background: url(/images/compare-alt-active.svg) no-repeat 50%;
    background-size: contain;
}

.product__actions-start {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.btn__add_likes-shadow {
    transition: all .3s ease;
    box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
}
.btn__add_likes-shadow:hover {
    box-shadow: none;
}


 #report__availability_box .availability__good {
     display: flex;

 }
#report__availability_box .availability__good_img {
    max-width: 150px;
}
#report__availability_box .el-dialog__body {
    padding: 0 24px 24px 24px;
}
#report__availability_box .register__title {
    margin-bottom: 0;
}
#report__availability_box .availability__good_title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#report__availability_box .outlined-text-form {
    margin-bottom: 28px;
}

#report__availability_box .form-control.my__form-control {
    height: 48px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    padding: 0 38px 0 16px;

}

#report__availability_box .form-control.my__form-control::placeholder {
    opacity: 0;
}
#report__availability_box .form-control.my__form-control:focus::placeholder{
    opacity: 1;
}
#report__availability_box .form-control.my__form-control {
    color: #fff;
}
#report__availability_box .form-control.my__form-control:focus{
    color: #333;
}

#report__availability_box .form-control.my__form-control:valid{
    color: #333;
}

#report__availability_box .error-message {
    color: #f44336;
    margin: 5px 0 0 15px;
    font-size: .85em;
}

#report__availability_box label.my__label {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    opacity: .8;
}

#report__availability_box .outlined-text-form input:focus+label.my__label, #report__availability_box .outlined-text-form input:valid+label.my__label{
    top: -8px;
    font-size: 12px;
    background: #fff;
    padding: 0 6px;
}

.homePage .product-card.product-card--xs .product-card__preview > a > img {
    opacity: 1;
}

.cookie-holder {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 120;
    display: none;
}

.cookie-main span {
    display: block;
}
.cookie-main {
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14px;
    margin: 12px 8px;
}
.cookie-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.cookie-text {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin-top: 6px;
    line-height: 14px;
}
.cookie-button {
    background-color: #ff8637;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    margin: 12px;
    margin-top: 0;
    min-width: 124px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.cookie-disclaimer {
    background-color: #ffddc8;
    box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    z-index: 120;
    justify-content: center;
}