@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext,latin-ext);

@charset "UTF-8";

.auth {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}

.register {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}

.auth-container {
    max-width: 1200px;
    margin: auto;
}

.auth-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #2D3943;
}

.close-auth {
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.login-field {
    font-weight: 600;
    font-size: 13px;
    line-height: 0px;
    color: #ACACAC;
}

.password-field {
    font-weight: 600;
    font-size: 13px;
    line-height: 0px;
    color: #ACACAC;
}

.link-forget-pass {
    font-weight: 600;
    font-size: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ACACAC;
    padding-top: 8px;
}

.check-register {
    padding-top: 30px;
    box-sizing: border-box;
}

.check-register label {
    margin-bottom: 0 !important;
}

.send-code-register {
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #F16821;
    margin-bottom: 12px;
    cursor: pointer;
}

.top-bar {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #ffffff;
}

.top-bar__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.user-nav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-nav__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 16px;
}

.user-nav__item-entrance-division {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
}

.top-bar-link {
    display: -webkit-box;
    display: flex;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4;
    color: currentColor;
    background-color: transparent;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}

.top-bar-link:hover,
.top-bar-link:focus {
    color: #023272;
}

.top-bar-link__icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.top-bar-link__icon + .top-bar-link__label {
    margin-left: 8px;
}

.top-bar-link__label--underlined {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.top-bar-link__label--dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.user-nav-choose-city-toggler__label {
    color: coral;
}

.child-menu {
    background-color: #ffffff;
}

.child-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.child-menu__link {
    display: block;
    padding: 8px;
    font-size: 14px;
    text-decoration: none;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.child-menu__link:hover,
.child-menu__link:focus {
    color: #023272;
}

.site-nav__list {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    text-decoration: none;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.site-nav__item--has-child .site-nav__link {
    position: relative;
}

.site-nav__item--has-child .site-nav__link::after {
    content: "";
    position: relative;
    top: 2px;
    height: 0;
    width: 0;
    margin-left: 6px;
    border: 4px solid transparent;
    border-top: 6px solid currentColor;
}

.site-nav__link:hover,
.site-nav__link:focus,
.site-nav__item:hover .site-nav__link,
.site-nav__item:focus-within .site-nav__link {
    color: #023272;
}

.site-nav__drop {
    position: absolute;
    z-index: 11;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    pointer-events: none;
}

.site-nav__link:hover + .site-nav__drop,
.site-nav__link:focus + .site-nav__drop,
.site-nav__item:hover .site-nav__drop,
.site-nav__item:focus-within .site-nav__drop {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.top-bar-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    width: 100%;
    background: #023272;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 6;
}

.logo a {
    width: 160px;
    display: grid;
}

@media (min-width: 1366px) {
    .logo a {
        width: 275px;
    }
}

.header-control-element {
    width: 100%;
    margin-left: 30px;
}

@media (min-width: 1024px) {
    .header-control-element {
        display: none !important;
    }
}

.search-decstop {
    display: none;
}

@media (min-width: 1024px) {
    .search-decstop {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 600px;
        max-width: 600px;
    }
}

.search-field--decstop {
    display: none;
}

@media (min-width: 1024px) {
    .search-field--decstop {
        display: block;
        width: 100%;
        padding: 13px 12px;
        border-radius: 3px;
        outline: none;
        border: none;
        color: #7C7777;
        font-size: 14px;
        line-height: 21px;
    }
}

.header-search-form {
    position: relative;
    display: -webkit-box;
    display: flex;
}

.header-search-form__input {
    padding-right: calc(62px + 16px);
    line-height: 44px;
    font-weight: 400;
    font-size: 24px;
}

.header-search-form__input::-webkit-search-cancel-button {
    display: none;
}

.header-search-form__input::-ms-clear {
    display: none;
}

.header-search-form__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    display: -webkit-box;
    display: flex;
    right: 0;
    top: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 62px;
    height: 100%;
    padding: 0;
    border: none;
    color: inherit;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
    opacity: 0.5;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.header-search-form__submit-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    fill: currentColor;
}

.action-header {
    display: none;
}

@media (min-width: 1024px) {
    .action-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

.comparison-header {
    position: relative;
    margin-right: 20px;
}

.comparison-header svg {
    display: -webkit-box;
    display: flex;
}

.comparision-count {
    width: 16px;
    height: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 9px;
    line-height: 14px;
    color: #000;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.wishlist-header {
    position: relative;
    margin-right: 20px;
}

.wishlist-header svg {
    display: -webkit-box;
    display: flex;
}

.wishlist-count {
    width: 16px;
    height: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 9px;
    line-height: 14px;
    color: #000;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.small-cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.small-cart svg {
    display: -webkit-box;
    display: flex;
}

.small-cart a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.small-cart a svg {
    margin-right: 16px;
}

.small-cart__count {
    width: 16px;
    height: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 9px;
    line-height: 14px;
    color: #000;
    position: absolute;
    border-radius: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: 16px;
    top: -10px;
    border: 1px solid #f7ce03;
}

.search {
    cursor: pointer;
    margin-right: 16px;
}

.search img {
    width: 24px;
    height: 23px;
    display: inherit;
}

.cart {
    width: 32px;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    height: 23px;
    flex-shrink: 0;
}

.cart__count {
    position: absolute;
    top: -4px;
    right: -2px;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    border: 1px solid #F16821;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 9px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.nav {
    width: 24px;
    height: 23px;
    background: url("/shop/image/nav_icon.svg");
    background-size: 24px 23px;
    cursor: pointer;
}

.nav-close {
    width: 24px;
    height: 23px;
    background: url("/shop/image/icon_close.svg");
    background-size: 24px 23px;
    cursor: pointer;
}

.search-block {
    position: absolute;
    left: 0;
    right: 0;
}

.search-block__field {
    height: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #828282;
    background: url("/iconsvg/search-icon.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 15px center;
    font-size: 13px;
    padding: 18px 50px;
    border: 1px solid rgba(172, 172, 172, 0.3);
    border-top: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.search-block__field:focus {
    border: 1px solid rgba(172, 172, 172, 0.3);
    border-top: none;
    outline: none;
}

.search {
    flex-shrink: 0;
}

.search img:focus {
    background: none;
}

.search-container {
    position: relative;
    height: 100%;
}

.close-search {
    font-size: 18px;
    color: #000;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-to-cart-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 4px;
    font: inherit;
    color: #ffffff;
    background-color: #f16722;
    border: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.add-to-cart-button:hover {
    background-color: #f15a22;
}

.add-to-cart-button:focus {
    box-shadow: 0 4px 8px rgba(241, 103, 34, 0.8);
}

.add-to-cart-button:active {
    box-shadow: 0 0px 8px rgba(241, 103, 34, 0.8);
    opacity: 0.8;
}

.add-to-cart-button__icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.product-badges {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.product-badges__item {
    padding: 4px 8px;
    color: #ffffff;
    background-color: #6e6e6e;
}

.product-badges__item--action {
    background-color: #FFBC00;
}

.product-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card {
        display: -webkit-box;
        display: flex;
        display: grid;
        grid-template-columns: 180px 1fr minmax(-webkit-min-content, 220px);
        grid-template-columns: 180px 1fr minmax(min-content, 220px);
        gap: 12px;
    }
}

.product-card__top {
    position: relative;
    padding: 16px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card__top {
        padding-bottom: 16px;
    }
}

.product-card__picture {
    position: relative;
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card__picture {
        height: 100%;
    }
}

.product-card__picture::before {
    content: "";
    display: block;
    padding-top: calc(9 / 16 * 100%);
}

.product-card__picture a {
    display: block;
    text-decoration: none;
}

.product-card__picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card__badges {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.product-card__content {
    padding: 16px;
}

.product-card__title-wrapper {
    /*margin-bottom: 12px;*/
    margin-bottom: 5px;
}

.product-card__title-wrapper {
    position: relative;
    height: 36px;
}

.product-card__title {
    margin: 0;
    /*font-size: 16px;*/
    line-height: 18px;
    color: dimgray;
    font-weight: 600;
    font-size: 15px;
}

.product-card__title {
    position: absolute;
    padding-top: 4px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    max-height: 36px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.8);
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
    max-height: calc(36px * 4);
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card__title-wrapper {
        height: auto;
    }

    .products-cards--view-list .product-card__title {
        position: static;
        max-height: none;
    }
}

.product-card__title a {
    display: inline-block;
    text-decoration: none;
    color: currentColor;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product-card__title a:focus-within {
    color: #023272;
}

.product-card__meta {
    margin: 0;
}

.product-card__stock {
    margin: 0;
}

.product-card__stock-link {
    padding: 0;
    font: inherit;
    line-height: 1.2;
    font-size: 14px;
    color: #f16722;
    border: none;
    border-bottom: 1px solid rgba(241, 103, 34, 0.25);
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}

.product-card__stock-link:hover {
    color: #f15a22;
    border-bottom-color: rgba(241, 90, 34, 0.5);
}

.product-card__stock-link:focus {
    color: #f15a22;
    border-bottom-color: rgba(241, 90, 34, 0.8);
}

.product-card__manipulation {
    position: absolute;
    top: 12px;
    right: 12px;
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card__manipulation {
        position: static;
        margin-top: 12px;
    }
}

.product-card__bottom {
    padding: 16px;
    padding-top: 0;
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card__bottom {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding-top: 16px;
    }
}

.product-card__price {
    margin: 0;
    margin-bottom: 12px;
}

.product-card__mini-cart {
    margin: 0;
}

.product-card-manipulation__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-cards--view-list .product-card-manipulation__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .products-cards--view-list .product-card-manipulation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .products-cards--view-list .product-card-manipulation__item {
        margin-right: 20px;
    }
}

.product-card-manipulation-control {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    font: inherit;
    font-size: 14px;
    color: #ACACAC;
    background-color: transparent;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product-card-manipulation-control:hover,
.product-card-manipulation-control:focus {
    color: #999999;
}

.product-card-manipulation-control__icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.product-card-manipulation-control:focus .product-card-manipulation-control__icon {
    -webkit-filter: drop-shadow(0 0 2px);
    filter: drop-shadow(0 0 2px);
}

.product-card-manipulation-control__label {
    margin-left: 8px;
}

.products-cards--view-grid .product-card-manipulation-control__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

@media (max-width: 767px) {
    .products-cards--view-list .product-card-manipulation-control__label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
}

.product-card-meta {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.product-card-meta__item {
    display: -webkit-box;
    display: flex;
    margin-right: 12px;
    font-size: 12px;
    flex-wrap: wrap;
}

.product-card-meta__key {
    margin-right: 4px;
}

.product-card-meta__value {
    margin: 0;
}

.product-card-mini-cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.product-card-mini-cart__counter {
    /* flex-grow: 1; */
    margin-right: 12px;
    /* max-width: 120px; */
}

.product-card-mini-cart__add-to-cart {
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 64px;
    max-width: 68px;
}

.product-counter {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-counter__control {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    font: inherit;
    font-size: 20px;
    border: none;
    color: currentColor;
    background: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    cursor: pointer;
}

.product-counter__control:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.product-counter__control:focus {
    box-shadow: 0 -4px 8px -2px rgba(0, 0, 0, 0.05) inset;
}

.product-counter__control:active {
    background-color: rgba(0, 0, 0, 0.05);
}

.product-counter__control::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
}

.product-counter__control--decrease {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-counter__control--increase {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-counter__control--increase::before {
    width: 12px;
}

.product-counter__control--increase::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-counter__input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 4.5ch;
    /* max-width: 6ch; */
    padding: 0;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    outline: none;
    -moz-appearance: textfield;
}

.product-counter__input::-webkit-outer-spin-button,
.product-counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.product-counter__input:-moz-read-only {
    background: #eeeeee;
}

.product-counter__input:read-only {
    background: #eeeeee;
}

.product-counter__input:focus {
    background-color: #f7f7f7;
}

.product-price {
    font-weight: 500;
}

.product-price__value {
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: 600;
}

.product-price__currency {
    color: #acacac;
}

.products-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .products-cards--view-list {
        grid-template-columns: 1fr;
    }
}

.view-mode-buttons {
    display: -webkit-box;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.view-mode-buttons label {
    padding: 5px;
    text-align: center;
    color: #ACACAC;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.view-mode-buttons input:hover + label,
.view-mode-buttons input:focus + label {
    color: #4c4c4c;
}

.view-mode-buttons input:checked + label {
    color: #023272;
}

.view-mode-buttons__icon {
    display: block;
    width: 24px;
    height: 24px;
    fill: #023272;
}

.product {
    max-width: 290px;
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 172, 0.3);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .product {
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .product {
        max-width: 225px;
    }
}

.product-container {
    width: 100%;
    padding-left: 14px;
    background: #ffffff;
    padding-right: 15px;
    padding-top: 22px;
    box-sizing: border-box;
}

.product__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.product__image img {
    width: 140px !important;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__title-wrapper {
    margin-top: 18px;
    height: 32px;
    position: relative;
}

.product__title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #2D3943;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

.link-products:hover .product__title,
.link-products:focus .product__title {
    max-height: 64px;
}

.product__stocks {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2D3943;
    margin-top: 5px;
    /*margin-top: 15px;*/
    margin-bottom: 4px;
}

.link-stock {
    color: green;
    text-decoration: none;
    cursor: pointer;
}

.link-stock:hover {
    color: #F16821;
    text-decoration: none;
}

.product__price {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 16px;
    color: #2D3943;
    margin-top: 24px;
    margin-bottom: 12px;
}

.product-footer {
    display: -webkit-box;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    /*margin-top: 24px;*/
    /*margin-bottom: 14px;*/
    -webkit-box-pack: justify;
    /*justify-content: space-between;*/
}

.product-footer__count {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 40px;
}

.product-count__field {
    width: 5ch;
    text-align: center;
    border-top: 1px solid rgba(172, 172, 172, 0.5);
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}

.product-count__field:focus {
    outline: none;
}

.product-count__minus {
    background: none;
    border-top: 1px solid rgba(172, 172, 172, 0.5);
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-left: 1px solid rgba(172, 172, 172, 0.5);
    border-right: none;
    box-sizing: border-box;
    background: #fff;
    box-shadow: none;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 16px;
    padding-left: 10px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    outline: none;
}

.product-count__plus {
    border-top: 1px solid rgba(172, 172, 172, 0.5);
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-right: 1px solid rgba(172, 172, 172, 0.5);
    border-left: none;
    box-sizing: border-box;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 16px;
    padding-right: 10px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    outline: none;
}

.product-btn {
    display: -webkit-box;
    display: flex;
}

.btn-bascket__add {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
    cursor: pointer;
}

@media (min-width: 1366px) {
    .btn-bascket__add {
        padding: 0 20px;
    }
}

.btn-bascket__add:disabled {
    background: #2d3943 !important;
}

.icon-add-cart {
    max-width: initial;
}

.rub {
    line-height: 7px;
    display: inline-block;
    color: rgba(172, 172, 172, 0.5);
    font-size: 14px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/**
 * Accordion container element
 */

.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion > li {
    margin: 0;
}

/**
 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
 * Set the before content to position absolute to negate any visible space
 * the before content could add to the document.
 */

.accordion > li:before {
    content: "\200B";
    position: absolute;
}

/**
 * Accordion Heading
 */

.accordion__heading {
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    font-size: inherit;
    margin: -1px 0 0;
    margin-bottom: 4px;
}

.accordion__trigger {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    /* or 100% */
    color: #2D3943;
    margin: 0;
    padding-left: 17px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 48px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}

.accordion__trigger:after {
    bottom: 0;
    content: "";
    background: url("/images/arrow-bottom.jpg");
    width: 16px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__trigger:hover:after,
.accordion__trigger:focus:after,
.accordion__trigger[aria-expanded=true]:after {
    border-top-color: #fff;
}

.accordion__trigger[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
 */

.accordion__trigger:hover,
.accordion__trigger:focus {
    outline: none;
}

.accordion__trigger[aria-disabled=true]:hover {
    cursor: not-allowed;
}

.accordion__panel {
    background-color: #fff;
    max-height: 0vh;
    overflow: hidden;
    padding: 0.001em 1.25em;
    position: relative;
    visibility: hidden;
    z-index: 1;
    border-left: 1px solid rgba(172, 172, 172, 0.8);
    border-right: 1px solid rgba(172, 172, 172, 0.8);
    border-bottom: 1px solid rgba(172, 172, 172, 0.8);
}

.accordion__panel--transition {
    -webkit-transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.accordion__panel > :last-child {
    margin-bottom: 0;
}

.accordion__panel[aria-hidden=false] {
    max-height: 100vh;
    overflow: auto;
    padding: 1.25em;
    visibility: visible;
    margin-top: -4px;
    margin-bottom: 4px;
}

.accordion__trigger[aria-expanded=true] {
    border-top: 1px solid rgba(172, 172, 172, 0.8);
    border-left: 1px solid rgba(172, 172, 172, 0.8);
    border-right: 1px solid rgba(172, 172, 172, 0.8);
    border-bottom: none;
}

.accordion__trigger[aria-expanded=false] {
    border-top: 1px solid rgba(172, 172, 172, 0.8);
    border-left: 1px solid rgba(172, 172, 172, 0.8);
    border-right: 1px solid rgba(172, 172, 172, 0.8);
    border-bottom: 1px solid rgba(172, 172, 172, 0.8);
}

.btn-ask {
    text-decoration: none;
}

.banners {
    display: grid;
}

.banners__right {
    display: none;
}

@media (min-width: 1025px) {
    .banners {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 244px;
    }
    .banners__right {
        display: block;
    }
}

.banners__left {
    min-width: 1px;
}

.banner-slider {
    position: relative;
    margin-top: 0 !important;
    overflow: hidden !important;
}

.banner-slider .swiper-btn {
    position: absolute;
    right: 12px;
    bottom: 16px;
}

.banner-slide {
    width: 100%;
}

.banner-slide__link {
    display: block;
}

.banner-slide__link::before {
    content: "";
    display: block;
    padding-top: calc(375 / 650 * 100%);
}

.banner-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mini-banner {
    height: 100%;
}

.mini-banner__list {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-banner__item {
    height: 100%;
}

.mini-banner__link {
    display: block;
    height: 100%;
}

.mini-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.event-card-item__wraplink {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #2D3943;
    background-color: #fff;
    border: 1px solid rgba(172, 172, 172, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.event-card-item__picture {
    position: relative;
    overflow: hidden;
    height: 24vh;
}

/* .event-card-item__picture::before {
  content: "";
  display: block;
  padding-top: calc(159 / 276 * 100%);
} */

.event-card-item__picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-card-item__meta {
    margin-bottom: 12px;
    font-size: 13px;
}

.event-card-item__date {
    color: #ACACAC;
}

.event-card-item__content {
    padding: 20px;
}

.event-card-item__title {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.event-card-item__wraplink:hover .event-card-item__title,
.event-card-item__wraplink:focus .event-card-item__title {
    color: #F16821;
}

.event-card-item__text {
    font-size: 14px;
    line-height: 18px;
    min-height: calc(18px * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.event-card-item__text :first-child {
    margin-top: 0;
}

.event-card-item__text :last-child {
    margin-bottom: 0;
}

.event-card-item__more-wrapper {
    margin: 0;
    margin-top: 12px;
}

.event-card-item__more {
    font-size: 14px;
    color: #F16821;
}

.content-category {
    display: grid;
    grid-template-columns: 300px;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .content-category {
        grid-template-columns: repeat(3, 1fr);
    }
}

.catalog-container {
    display: grid;
    grid-template-columns: 300px;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .catalog-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

.category-card {
    box-sizing: border-box;
}

.link-category {
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-align: center;
    align-items: center;
    color: #2D3943;
    border: 1px solid rgba(172, 172, 172, 0.3);
}

@media (min-width: 1024px) {
    .link-category {
        min-height: 100%;
    }
}

.link-category:hover {
    text-decoration: none;
    color: #023272;
}

.link-category:visited {
    color: #2D3943;
}

.image-category {
    margin-right: 8px;
}

.image-category img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.title-category {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

.breadcrumb {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 36px;
    padding: 0;
    font-size: 12px;
    flex-wrap: wrap;
}

.breadcrumb-separator {
    margin-left: 3px;
    margin-right: 3px;
    color: #ACACAC;
}

.breadcrumb-item:last-child .breadcrumb-link {
    color: #023272;
}

.breadcrumb-link {
    text-decoration: none;
    color: #ACACAC;
}

@media (max-width: 1023px) {
    .catalog-nav {
        display: none;
    }

    .nav-page {
        display: none;
    }

    .view-mode {
        display: none;
    }
}

.catalog-nav {
    position: relative;
    z-index: 10;
    padding-top: 15px;
    text-align: center;
    background: #fff;
}


.catalog-nav--opened {
    /*background-color: #fff;*/
}

.catalog-nav__toggle {
    display: -webkit-inline-box;
    display: inline-flex;
    min-width: 200px;
    max-width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    outline: none;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    margin-bottom: 15px;
}

.catalog-nav__toggle::before {
    content: "";
    width: 18px;
    height: 2px;
    margin-right: 0.5em;
    border-radius: 2px;
    background-color: currentColor;
    box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
}

/*.catalog-nav__toggle.is-active {*/
/*color: #fff;*/
/*background-color: #023272;*/
/*}*/
.catalog-nav__toggle {
    color: #fff;
    background-color: #023272;
}

.catalog-nav__list {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: left;
    background-color: #fff;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.catalog-nav__item {
    position: relative;
}

.catalog-nav__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 11px !important;
    padding-right: 30px !important;
    font-size: 13px;
    color: #2D3943;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.catalog-nav__item:hover .catalog-nav__link {
    color: #023272;
    background-color: #fff;
}

.catalog-nav__icon {
    flex-shrink: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #f16821;
    vertical-align: middle;
    fill: currentColor;
}

.catalog-nav__list {
    position: absolute;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
}

.catalog-nav--opened .catalog-nav__list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.arrows::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.catalog-nav__item:hover .catalog-nav__link::after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    border-color: #111;
}

.catalog-nav__drop {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.catalog-nav__item:hover .catalog-nav__drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.catalog-subnav {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
}

.catalog-subnav__item {
    white-space: nowrap;
}

.catalog-subnav__link {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #2D3943;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.catalog-subnav__item:hover .catalog-subnav__link {
    color: #023272;
}

.nav-page {
    background: #ffffff;
    width: 280px;
    margin-top: 25px;
}

.nav-page__list {
    list-style: none;
    padding-left: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.page-list__item {
    border-bottom: 1px solid #acacac;
}

.list-item__link {
    display: -webkit-box;
    display: flex;
    padding-left: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-align: center;
    align-items: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    color: #2d3943;
}

.list-item__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 15px;
    fill: #ACACAC;
}

.list-item__link:hover {
    color: #2d3943;
}

.list-item__link:hover .list-item__icon,
.list-item__link:focus .list-item__icon {
    fill: #023272;
}

.pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1px;
    background-color: #fff;
    box-sizing: unset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #023272;
    height: 48px;
    font-size: 16px;
    list-style: none;
    padding: 0;
    text-align: center;
    list-style: none;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.page-item {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.page-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #023272;
    text-decoration: none;
    height: 100%;
    padding: 0 16px;
    border: solid 3px #fff;
    cursor: pointer;
}

.page-link:hover {
    border-bottom: solid 3px #023272;
    color: #023272;
    background-color: #02327217;
}

.active .page-link {
    border-bottom: solid 3px #023272;
    color: #023272;
}

.certificates__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.certificates-item__wrap-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.certificates-item__wrap-link::before {
    content: "";
    display: block;
    padding-top: calc(16 / 11 * 100%);
}

.certificates-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-container {
    display: grid;
    grid-template-columns: 650px 1fr;
    grid-gap: 6px;
    margin-top: 22px;
    max-height: 375px;
    overflow: hidden;
    margin-bottom: 22px;
}

.slider-left {
    height: 100%;
}

.slider-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 7px;
    height: 100%;
}

.swiper-container {
    width: 100%;
    position: relative;
    margin-top: 24px;
    overflow: visible;
}

.swiper-wrapper {
    width: 100%;
}

.slider-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.swiper-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
}

.swiper-button-prev {
    position: static;
    width: 11px !important;
    height: 18px !important;
    margin-top: 0;
    margin-right: 20px;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.swiper-button-prev svg {
    fill: #ACACAC;
}

.swiper-button-prev:hover svg {
    fill: #023272;
}

.swiper-button-prev:after {
    font-size: 0 !important;
}

.swiper-button-next {
    position: static;
    width: 11px !important;
    height: 18px !important;
    margin-top: 0;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.swiper-button-next svg {
    fill: #ACACAC;
}

.swiper-button-next:hover svg {
    fill: #023272;
}

.swiper-button-next:after {
    font-size: 0 !important;
}

.swiper-slide {
    width: 290px;
    max-width: none;
}

@media (min-width: 768px) {
    .swiper-slide {
        width: calc(100% / 3);
    }
}

@media (min-width: 1367px) {
    .swiper-slide {
        width: calc(100% / 4);
    }
}

.brand-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

@media (min-width: 1280px) {
    .brand-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

.brand-item {
    position: relative;
    border: 1px solid rgba(172, 172, 172, 0.5);
    background: #ffffff;
}

.brand-item a {
    display: block;
    padding-top: 100%;
    filter: saturate(64%);
    transition: 0.2s;
}

.brand-item a:hover {
    filter: saturate(120%);
}

.brand-item img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    object-fit: contain;
    user-select: none;
}

.event-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-cards__item:first-child {
    grid-column: span 2;
}

.event-cards__main {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-cards__main .event-cards__item:first-child {
    grid-column: span 1;
}

.b-listing__controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.b-listing__controls--sort-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    align-items: center;
}

.b-listing__control-sort-li {
    margin-right: 40px;
}

.b-listing__control-sort-li a {
    text-decoration: none;
    color: #ACACAC;
    font-size: 14px;
    line-height: 18px;
}

.asc {
    position: relative;
}

.asc:after {
    content: "";
    width: 14px;
    height: 10px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.86699 5.67873L10.311 0.178619L10.9395 0.956451L6.09156 6.95645L5.86699 6.67851L5.64242 6.95645L0.794531 0.956451L1.423 0.178619L5.86699 5.67873Z' fill='%23ACACAC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: calc(100% + 12px);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.desc {
    position: relative;
}

.desc:after {
    content: "";
    width: 14px;
    height: 10px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.86699 5.67873L10.311 0.178619L10.9395 0.956451L6.09156 6.95645L5.86699 6.67851L5.64242 6.95645L0.794531 0.956451L1.423 0.178619L5.86699 5.67873Z' fill='%23ACACAC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: calc(100% + 12px);
    -webkit-transform: translateY(-25%) rotate(-180deg);
    transform: translateY(-25%) rotate(-180deg);
}

.sort-active:after {
    fill: #0a2a42;
}

.top-bar {
    display: none;
}

@media (min-width: 1024px) {
    .top-bar {
        display: block;
    }
}

.topbar-contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

.topbar-contact__link {
    flex-shrink: 0;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
    color: #232020;
}

.topbar-contact__link:hover,
.topbar-contact__link:focus {
    color: #f16821;
}

.topbar-contact__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.topbar-contact__phone svg {
    margin-right: 6px;
}

.topbar-contact__phone-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
}

.topbar {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    background-color: #ffffff;
}

.topbar__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.topbar__user-nav {
    margin-right: 20px;
}

.topbar__contact {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .topbar__contact {
        display: none;
    }
}

.header-acount__inner {
    display: -webkit-box;
    display: flex;
}

.account-list {
    display: none;
}

@media (min-width: 900px) {
    .account-list {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: flex;
    }
}

.acount-link {
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 13px;
    color: #2D3943;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
}

.acount-link svg {
    margin-right: 5px;
}

@media (min-width: 960px) {
    .acount-link {
        margin-right: 19px;
    }
}

.icon-electro {
    display: -webkit-box;
    display: flex;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

@media (min-width: 882px) {
    .login svg {
        margin-right: 0;
    }
}

.login span {
    display: none;
}

@media (min-width: 882px) {
    .login span {
        display: -webkit-inline-box;
        display: inline-flex;
    }
}

.location {
    display: none;
}

@media (min-width: 425px) {
    .location {
        display: -webkit-box;
        display: flex;
        color: #f37636;
        text-decoration: underline;
    }
}

.electro {
    display: none;
}

@media (min-width: 966px) {
    .electro {
        display: -webkit-box;
        display: flex;
    }
}

.sub-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
}

.sub-nav__link {
    display: block;
    padding: 5px;
    white-space: nowrap;
    text-decoration: none;
    color: #232020;
}

.sub-nav__link:hover,
.sub-nav__link:focus {
    color: #f16821;
}

.product__stocks {
    position: relative;
}

.stock-info {
    position: absolute;
    top: calc(100% + 3px);
    left: -15px;
    right: -15px;
    background: #fff;
    padding: 12px 7px 10px 13px;
    border: 1px solid rgba(172, 172, 172, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.stock-info__card {
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 12px 13px 10px 13px;
    border: 1px solid rgba(172, 172, 172, 0.5);
    box-sizing: border-box;
}

.stock-info__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.stock-info__header h4 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #2D3943;
}

.stock-info__close {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 15px;
}

.list-stock {
    padding: 0;
    list-style: none;
}

.list-stock__item {
    font-size: 14px;
    line-height: 18px;
    color: #ACACAC;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.list-stock__item:first-child {
    color: #2D3943;
}

.list-stock__storage {
    width: 100px;
}

.list-stock__count-stock {
    font-weight: 700;
}

.still_questions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
    background: #fff;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 17px;
    -webkit-box-align: center;
    align-items: center;
}

.still_questions__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.still_questions__text h3 {
    margin-top: 5px;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.still_questions__text p {
    margin-bottom: 0;
}

.still_questions_management {
    padding-left: 15px;
    padding-right: 14px;
}

.btn-ask {
    background: #F16821;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 41px;
    padding-right: 41px;
    cursor: pointer;
}

.btn-ask:hover {
    text-decoration: none;
    color: #fff;
}

#map {
    margin-bottom: 37px;
}

.contact-point {
    background: rgba(255, 255, 255, 0.8);
    border: 0.5px solid rgba(172, 172, 172, 0.8);
    box-sizing: border-box;
    padding-left: 31px;
    padding-right: 35px;
    margin-bottom: 3px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.title-point {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #023272;
    margin-bottom: 16px;
}

.address-point {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #2D3943;
    margin-bottom: 16px;
}

.info-point {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.time-point {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.time-point {
    display: -webkit-box;
    display: flex;
}

.icon-point {
    display: -webkit-box;
    display: flex;
    margin-right: 14px;
}

.icon-point svg {
    display: block;
}

.phone-point {
    display: -webkit-box;
    display: flex;
}

.email-point {
    display: -webkit-box;
    display: flex;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.product-layout__row {
    margin-bottom: 28px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 20px 15px;
}

.product-gallery__main {
    position: relative;
    border: 1px solid rgba(172, 172, 172, 0.3);
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}

.product-gallery__main:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.product-gallery__main img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-previews__list {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-gallery-previews__item {
    width: 100px;
    height: 100px;
}

.product-gallery-previews__link {
    display: block;
    height: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.product-gallery-previews__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-short-info__list {
    display: -webkit-box;
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 0;
    font-size: 14px;
}

.product-short-info__item {
    margin-right: 16px;
}

.product-primary {
    display: grid;
    gap: 32px;
}

@media (min-width: 667px) {
    .product-primary {
        grid-template-columns: 1fr 1fr;
    }
}

.product-bonuses {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #F16821;
}

.white-color {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 0px;
}

.f-start {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.mr-7 {
    margin-right: 7px;
}

.tabs__menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #acacac;
}

.tabs__menu li {
    margin-right: 20px;
}

.tabs__menu li a {
    font-size: 14px;
    line-height: 18px;
    color: #2D3943;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tabs__menu li a:hover {
    color: #F16821;
}

.active-tab {
    color: #F16821 !important;
}

.product-manipulation__list {
    display: -webkit-box;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.btn-product-manipulation {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 18px;
    color: #ACACAC;
    margin-right: 20px;
}

.btn-product-manipulation svg {
    margin-right: 8px;
}

.product-details {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 252px;
    -moz-column-width: 252px;
    column-width: 252px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 16px;
}

.product-details__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    border-bottom: 0.5px solid rgba(172, 172, 172, 0.5);
}

.product-details__item dt {
    font-weight: 400;
}

.product-details__item dd {
    font-weight: 600;
}

.link-products {
    text-decoration: none;
    color: inherit;
}

.product-info__content {
    padding: 16px;
}

.product-docs {
    padding: 16px;
}

.table-docs {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.table-docs td {
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    padding: 10px 8px;
    color: #ACACAC;
}

.name-doc {
    color: #2D3943;
}

.cart-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: dense;
    grid-gap: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 769px) {
    .cart-container {
        grid-template-columns: 1fr 290px;
    }
}
@media (min-width: 769px) {
    .content-cart {
        min-height: 100vh;
    }

}

@media (max-width: 1024px) {
    .contact-content {
        min-height: auto !important;
    }

}

.sidebar-right .content-sidebar {
    width: 100%;
    padding: 16px 24px;
    box-sizing: border-box;
    border: 1px solid rgba(172, 172, 172, 0.5);
    position: -webkit-sticky;
    position: sticky;
}

.sidebar-right h4 {
    font-weight: bold;
    font-size: 18px;
    color: #2D3943;
    margin-top: 0;
}

.item-cart {
    display: -webkit-box;
    display: flex;
    padding: 16px 36px;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(172, 172, 172, 0.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
}

@media (min-width: 1024px) {
    .item-cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

@media (max-width: 1023px) {
    .cart-product__image {
        margin: auto;
    }
}

.cart-product__price {
    display: none;
}

@media (min-width: 1366px) {
    .cart-product__price {
        display: block;
    }
}

.cart-product__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 350px;
}

.cart-product__info h3 {
    margin-top: 0;
    font-size: 15px;
    line-height: 16px;
    color: #2D3943;
}

.cart-product__info h3 a {
    text-decoration: none;
    color: #2D3943;
}

.stock-product {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.stock-product span {
    font-size: 14px;
    line-height: 16px;
    color: #2D3943;
}

.cart__stock-link {
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #F16821;
}

.cart__price-product {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2D3943;
    margin-bottom: 16px;
}

.management-cart__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.management-cart__product span {
    margin-right: 12px;
}

.management-cart__product span a {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: rgba(172, 172, 172, 0.5);
}

.management-cart__product span svg {
    fill: #ACACAC;
}

.cart-product__price {
    font-size: 24px;
    line-height: 16px;
    font-weight: 700;
}

.cart-product__count {
    display: block;
}

.content-sidebar {
    background: #fff;
}

.content-sidebar h3 {
    font-weight: bold;
    font-size: 18px;
    color: #2D3943;
}

.content-sidebar p {
    font-size: 14px;
    line-height: 0px;
}

.info-cart {
    border-bottom: 0.5px solid #ACACAC;
    margin-bottom: 16px;
}

.item__info-cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    color: #2D3943;
}

.item__info-cart span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.bold-font {
    font-weight: 700 !important;
}

.orange-link {
    color: #F16821;
}

.btn-order {
    text-decoration: none;
    display: block;
    padding: 10px 16px;
    color: #fff;
    margin-top: 41px;
}

.place-order {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.cart-image {
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 769px) {
    .checkout-container {
        display: grid;
        grid-auto-flow: dense;
        grid-gap: 3px;
        grid-template-columns: 1fr 290px;
    }
}

.content-checkout {
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(172, 172, 172, 0.5);
    background: #fff;
}

@media (min-width: 769px) {
    .content-checkout {
        padding-left: 38px;
        padding-right: 38px;
    }
}

.checkout {
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 172, 0.5);
    box-sizing: border-box;
    padding: 15px 30px;
}

.step-title {
    font-weight: bold;
    font-size: 18px;
    color: #2D3943;
    margin-bottom: 16px;
}

.row-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 16px;
}

.row-input label {
    margin-bottom: 12px;
    font-size: 14px;
    color: #2D3943;
}

@media (min-width: 568px) {
    .row-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 23px;
    }
}

.w100 {
    width: 100%;
}

.city-span {
    font-size: 13px;
    color: #2D3943;
}

.field-input {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 1px;
    font-weight: 600;
    font-size: 13px;
    padding: 13px 16px;
    outline: none;
}

.field-input:focus {
    outline: none;
}

.city-span {
    font-size: 13px;
}

.link-underline {
    font-size: 13px;
    color: #2D3943;
}

.link-underline:hover {
    color: #2D3943;
}

.step-1 {
    max-width: 640px;
}

.delivery-wrapper {
    border: 1px solid rgba(172, 172, 172, 0.5);
}

.checkout-radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
    box-sizing: border-box;
}

.checkout-radio__label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.checkout-radio__indicator {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #2D3943;
    border-radius: 50%;
    box-sizing: content-box;
}

.checkout-radio__indicator::before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #ccc;
    border-radius: inherit;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.checkout-radio__input:checked + .checkout-radio__indicator::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #023272;
}

.checkout-radio__content {
    margin-left: 16px;
}

.delivery-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.delivery-label span {
    font-size: 14px;
}

#delivery-pickup {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 16px;
}

.btn-change-address {
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    border-radius: 3px;
    background: none;
    outline: none;
    font-weight: bold;
    font-size: 14px;
    color: #2D3943;
    padding: 11px 23px;
    cursor: pointer;
    margin-bottom: 1px;
}

#delivery-courier {
    margin-left: 0;
    margin-right: 10px;
}

.cmnt-checkout {
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 1px;
    width: 100%;
    height: 110px;
    outline: none;
    padding-left: 16px;
    padding-top: 16px;
    box-sizing: border-box;
}

.place-your-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 30px;
}

.btn-cancel {
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    border-radius: 3px;
    color: #2D3943;
    font-size: 14px;
    background: none;
    font-weight: bold;
    padding: 11px;
    cursor: pointer;
    outline: none;
}

.btn-your-order {
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #023272;
    font-weight: bold;
    border: none;
    border: 1px solid #023272;
    padding: 11px;
    cursor: pointer;
    outline: none;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}

.radio__text:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio__text:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}

.radio input:focus + .radio__text:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.7);
}

.methods-icon img {
    margin-left: 8px;
}

.mobile-nav-list {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    width: 320px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
    z-index: 10;
    padding-bottom: 24px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-x: scroll;
}

@media (min-width: 1024px) {
    .mobile-nav-list {
        right: -320px;
        display: none;
    }
}

.hidden-nav-mobile {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.overlay-nav {
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
}

.overlay-nav--hidden {
    opacity: 0;
    pointer-events: none;
}

.mobile-nav-item__wrap-link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: currentColor;
}

.mobile-nav-item__icon-holder {
    position: relative;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.mobile-nav-item__badge-holder {
    position: relative;
}

.mobile-nav-item__badge {
    position: absolute;
    top: -8px;
    left: calc(100% - 8px);
}

.mobile-nav-item__icon {
    display: block;
    width: 20px;
    height: 20px;
}

.mobile-nav-item__text-holder {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.mobile-nav-item__text-row {
    display: block;
    margin-bottom: 12px;
}

.mobile-nav-item__text-row:last-child {
    margin-bottom: 0;
}

.mobile-nav-item__arrow {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-left: 20px;
    border: 1px solid;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.badge {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 16px;
    padding: 0 4px;
    font-size: 9px;
    line-height: calc(16px - 2px);
    background-color: #fff;
    border: 1px solid #f16821;
    border-radius: 16px;
    box-sizing: border-box;
}

.mobile-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav-list__item {
    border-bottom: 0.5px solid #ebebeb;
}

.mobile-nav-callback-button {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    background: none;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    padding: 0;
}

.mobile-nav-phone-link {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #2D3943;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-footer {
    padding-top: 33px;
    padding-bottom: 15px;
    background: #fff;
    margin-top: 40px;
}

.main-footer__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 500px) {
    .main-footer__wrapper {
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

@media (min-width: 966px) {
    .main-footer__wrapper {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.logo-footer {
    text-align: center;
}

@media (min-width: 500px) {
    .logo-footer {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-top: 11px;
        width: 200px;
    }
}

.logo-footer a svg {
    width: 200px;
}

.footer-nav {
    text-align: center;
}

@media (min-width: 966px) {
    .footer-nav {
        display: -webkit-box;
        display: flex;
    }
}

.footer-nav__list {
    list-style: none;
    margin-top: 0;
    padding: 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .footer-nav__list {
        margin-right: 60px;
    }
}

@media (min-width: 1124px) {
    .footer-nav__list {
        margin-right: 95px;
    }
}

@media (min-width: 966px) {
    .footer-nav__list:first-child {
        padding-left: 60px;
    }
}

@media (min-width: 1124px) {
    .footer-nav__list:first-child {
        padding-left: 79px;
    }
}

@media (min-width: 966px) {
    .footer-nav__list:last-child {
        /*padding-left: 10px;*/
    }
}

@media (min-width: 1150px) {
    .footer-nav__list:last-child {
        /*padding-left: 60px;*/
    }
}

.footer-nav__item a {
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 13px;
    color: #2D3943;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.footer-nav__item a:hover {
    color: #023272;
}

.footer-info__title {
    font-family: Open Sans;
    line-height: 21px;
    font-size: 15px;
    color: #2D3943;
    margin-top: 0;
    text-align: center;
}

@media (min-width: 500px) {
    .footer-info__title {
        text-align: left;
    }
}

.label-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 500px) {
    .label-card {
        -webkit-box-pack: start;
        justify-content: start;
    }
}

.card-item {
    border: 1px solid #3D4954;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 5px;
    width: 50px;
    height: 29px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    justify-content: center;
}

.card-item:last-child {
    margin-right: 0px;
}

.social-link {
    text-decoration: none;
    margin-right: 7px;
    display: -webkit-inline-box;
    display: inline-flex;
}

.social-footer__content {
    text-align: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}

@media (min-width: 500px) {
    .social-footer__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.social-link:hover {
    text-decoration: none;
}

.ya-market {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 25px;
}

.copyright {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    font-size: 10px;
    color: #3D4954;
    margin-top: 20px;
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background: #f7f7f7;
}

.overflow--hidden {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.flex-element {
    display: -webkit-box;
    display: flex;
}

.container-flex {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

@media (min-width: 1366px) {
    .container-flex {
        max-width: 1200px;
        margin: auto;
    }
}

.container {
    max-width: 1220px;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.flex-justify-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-item-center {
    -webkit-box-align: center;
    align-items: center;
}

.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.btn {
    background: #023272;
    border-radius: 3px;
    border: none;
    outline: none;
}

.content {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    min-height: 1366px;
}

@media (max-width: 1366px) {
    .content {
        padding: 0 15px;
    }
}

.content-products {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
}

.banner-page {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-page img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 1024px) {
    .main-content {
        grid-template-columns: 280px 1fr;
    }
}

.main-content__right {
    display: grid;
    grid-template-columns: 1fr 294px;
}

.sidebar {
    /*display: none;*/
}

@media (min-width: 1024px) {
    .sidebar {
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 2;
    }
}

.subtitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.title-page {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2D3943;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.products-slider:hover {
    z-index: 10;
}

.pl-18 {
    padding-left: 16px !important;
}

@media (min-width: 769px) {
    .pl-18 {
        padding-left: 40px !important;
    }
}

.mw-640 {
    max-width: 640px;
}

.cat-submenu__back-control {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    padding-left: calc(16px + 12px + 8px);
    font: inherit;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #c43e40;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath fill='%23c43e40' d='M464 207l1 1H136l103-104a27 27 0 000-38l-16-16c-5-6-12-8-19-8s-14 2-19 8L8 227a27 27 0 000 38l177 177c5 6 12 8 19 8s14-2 19-8l16-16a27 27 0 000-37L135 284h330c15 0 27-12 27-27v-23c0-15-13-27-28-27z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-size: 12px 12px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    background-color: #ffffff;
    border: 1px solid hsl(0, 0%, 76%);
    box-sizing: border-box;
    outline: none;
    transition: 0.2s;
}

.input:hover {
    border-color: hsl(0, 0%, 60%);
}

.input:focus {
    border-color: hsl(20, 88%, 60%);
}

.input:active {
}

.b24-web-form-popup-btn-1 {
    position: fixed;
    right: 20px;
    bottom: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.88);
    width: 50px;
    border-radius: 100px;
    padding: 0;
    color: #023272;
    font-weight: 600;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.b24-web-form-popup-btn-1 svg {
    display: block;
    width: 50px;
    height: 50px;
}


/*Меню мобильное*/

.cat-menu {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.1;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    box-sizing: border-box;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    z-index: 8;
    z-index: 10;
    top: 0;
    bottom: 0;
    overscroll-behavior-y: contain;
    overflow-y: scroll;
    background: #fff;
}

.cat-menu--opened {
    display: block
}

.cat-menu__scroll {
    position: relative;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.cat-menu__link {
    position: relative;
    display: block;
    padding: 8px 32px 8px 16px;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s
}

.cat-menu__link:after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background-color: #eaeaea
}

.cat-menu__item:last-child > .cat-menu__link:after {
    content: none
}

.has-child-list > .cat-menu__link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath fill='%23212121' d='M383 227L164 8c-5-5-12-8-19-8s-14 3-19 8l-16 16a27 27 0 000 38l183 184-184 184a27 27 0 000 38l16 16c6 5 12 8 19 8s14-3 20-8l219-219a27 27 0 000-38z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: 12px 12px
}

.cat-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-menu__drop {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s
}

.cat-menu__drop--active {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.cat-menu__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none
}

.cat-submenu__back {
    margin: 0
}

.cat-submenu__back-control {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 16px 12px 36px;
    font: inherit;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #c43e40;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath fill='%23c43e40' d='M464 207l1 1H136l103-104a27 27 0 000-38l-16-16c-5-6-12-8-19-8s-14 2-19 8L8 227a27 27 0 000 38l177 177c5 6 12 8 19 8s14-2 19-8l16-16a27 27 0 000-37L135 284h330c15 0 27-12 27-27v-23c0-15-13-27-28-27z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-size: 12px 12px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none
}

.cat-submenu__back-control:after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background-color: #eaeaea
}

.cat-submenu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar {
    display: block
}

.cat-menu .catalog-nav__toggle {
    margin: 16px auto
}

.btn-nav {
    width: 100%;
    text-align: center;
    margin-top: 16px
}

.catalog-nav__close:before {
    content: "";
    width: 18px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492'%3E%3Cpath d='M300.19 246L484.14 62.04A26.77 26.77 0 00492 43.02c0-7.21-2.8-13.98-7.86-19.03L468.02 7.87A26.69 26.69 0 00448.98.02a26.7 26.7 0 00-19.02 7.85L246.01 191.82 62.05 7.87A26.66 26.66 0 0043.02.02C35.82.02 29.06 2.8 24 7.87L7.87 24a26.93 26.93 0 000 38.05L191.83 246 7.87 429.95a26.75 26.75 0 00-7.85 19.03c0 7.2 2.79 13.96 7.85 19.03L24 484.13a26.68 26.68 0 0019.02 7.85c7.2 0 13.96-2.78 19.02-7.85L246 300.18l183.96 183.95a26.7 26.7 0 0019.02 7.85 26.7 26.7 0 0019.04-7.85L484.14 468a26.74 26.74 0 007.85-19.03c0-7.2-2.8-13.96-7.85-19.02L300.19 246z' fill='%23fff'/%3E%3C/svg%3E");
    margin-right: .5em;
    background-color: #023272;
    box-shadow: none;
    background-repeat: no-repeat
}

@media (min-width: 1024px) {
    .btn-nav {
        display: none;
    }
}

.hidden {
    overflow-y: hidden;
}

/*Акции и новости*/



.main-posts {
    max-width: 900px;
    margin: auto;
}

.main-posts__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-posts__item {
    width: calc((100% - 20px * 0 - 0.01px) / 1);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.main-posts__item:nth-child(1n) {
    margin-right: 0;
}
@media (min-width: 568px) {
    .main-posts__item {
        width: calc((100% - 20px * 1 - 0.01px) / 2);
        margin-right: 20px;
    }
    .main-posts__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    .main-posts__item {
        flex-direction: row;
    }
}

.post-btn {
    display: none;
    transition: 0.5s;
}

.main-post__image {
    border-bottom: 1px solid #ccc;
    flex-shrink: 0;
    position: relative;
}
.main-post__image:hover .post-btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 0.5s;
}
@media (max-width: 1023px) {
    .main-post__image {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .main-post__image::before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-top: 46%;
    }
    .main-post__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: auto;
    }
    @supports (object-fit: cover) {
        .main-post__image img {
            top: 0;
            left: 0;
            transform: none;
            height: 100%;
            object-fit: cover;
        }
    }
}
@media (min-width: 1024px) {
    .main-post__image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
}

.post-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-post__link {
    text-decoration: none;
    color: #fff;
    display: block;
    margin: auto;
    border: 1px solid #fff;
    padding: 10px 12px;
}

.main-post__description {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px;
    box-sizing: border-box;
}

.post-description {
    color: #505050;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.post-dt {
    margin-top: auto;
    font-size: 12px;
}

.post-link__more {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #023272;
    cursor: pointer;
}

.main-post__title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #023272;
}

.main-post__title-link {
    text-decoration: none;
}

.action-image {
    width: 100%;
}

@media screen and ( max-width: 520px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }
}

.orange-color {
    color: #fbba14;
}

.invalid-feedback {
    background: red;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    display: block;
    text-align: center;
}

.btn-login {
    text-decoration: none;
    padding: 10px 16px;
    color: #fff;
}

.login-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.reset-link--pass {

    font-size: 13px;
    color: #2D3943;
    text-decoration: none;

}

.label-in-stock {
    color: #ACACAC;
    font-size: 14px;
    line-height: 18px;
}

.site-sogl {
    text-decoration: none;
    color: #ACACAC;
    font-size: 14px;
    line-height: 18px;
}

.border-zero {
    border-radius: 0;
}

[type="number"]::-ms-expand {
     display: none;
 }

[type="number"] {
    -moz-appearance: textfield;
    font-variant-numeric: tabular-nums;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
     appearance: none;
     margin: 0;
 }

.filter-price__input {
    display: flex;
    justify-content: space-between;
}

.price-input-filter {
    padding: 4px;
    width: 80px;
}


