.cart-table__item+.cart-table__item {
    margin-top: 10px
}

.cart-checkout {
    background: #f1f5f7;
    color: #3e3e3e;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px
}

.cart-checkout__item+.cart-checkout__item {
    margin-top: 20px
}

.cart-checkout__title {
    margin-bottom: 10px
}

.cart-checkout__value {
    font-weight: 700
}

.basket-product_style_default {
    border: 1px solid #f1f5f7;
    border-radius: 4px;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    color: #3e3e3e;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.basket-product_style_default .basket-product__main {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 10px
}

.basket-product_style_default .basket-product__thumb {
    border: 1px solid #f1f5f7;
    border-radius: 1px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}

.basket-product_style_default .basket-product__thumb:before,
.catalog-section_style_default .catalog-section__thumb:before,
.modal-product__thumb:before,
.option-card__thumb:before,
.product-item_compare .product-item__thumb:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.basket-product_style_default .basket-product__img {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.basket-product_style_default .basket-product__title {
    font-size: 14px;
    margin-bottom: 8px
}

.basket-product_style_default .basket-product__prop {
    font-size: 12px;
    color: #626569
}

.basket-product_style_default .basket-product__footer {
    --bs-gutter-x: 20px;
    margin-top: 12px
}

.basket-product_style_default .basket-product__footer .c-btn_style_link {
    gap: 12px
}

.basket-product_style_default .basket-product__footer .c-btn_style_link .c-btn__icon {
    width: 18px;
    height: 18px
}

.basket-product_style_default .c-price_current {
    font-weight: 700;
    font-size: 14px
}

.basket-product_style_default.basket-product_events:focus,
.basket-product_style_default.basket-product_events:hover,
.catalog-section_style_default.catalog-section_events:focus .catalog-section__thumb,
.catalog-section_style_default.catalog-section_events:hover .catalog-section__thumb {
    border-color: #a9afbb
}

.catalog-detail__top {
    margin-bottom: 30px
}

.catalog-detail__preview {
    margin-bottom: 10px
}

.catalog-detail__price-ranges {
    background: #f1f5f7;
    border-radius: 10px;
    padding: 16px
}

.catalog-detail__controls {
    --bs-gutter-y: 10px
}

.catalog-detail__controls .c-counter_style_default.c-counter_size_md {
    width: 100%
}

.catalog-detail__action,
.catalog-detail__cart {
    gap: 10px
}

.catalog-detail__cart .c-btn__icon {
    width: 20px;
    height: 20px;
    stroke-width: 2px
}

.catalog-detail__action .c-btn__icon {
    width: 20px;
    height: 20px
}

.price-range {
    --bs-gutter-y: 10px;
    list-style: none
}

.price-range__name {
    display: block;
    font-size: 10px;
    margin-bottom: 4px
}

.price-range__value {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.price-range__item_quantity_high .price-range__value {
    font-weight: 700;
    color: #0e960c
}

.price-range__item_quantity_low .price-range__value {
    font-weight: 700;
    color: #0536b1
}

.attrs-list_style_default .attrs-list__item+.attrs-list__item {
    margin-top: 12px
}

.attrs-list_style_default .attrs-list__key {
    display: inline;
    font-weight: 400;
    line-height: 1.3
}

.attrs-list_style_default .attrs-list__value {
    display: inline;
    line-height: 1.3;
    font-weight: 500;
    color: #3e3e3e
}

.attrs-list_style_default .attrs-list__value a {
    text-decoration: none
}

.attrs-list_style_default .attrs-list__value a:focus,
.attrs-list_style_default .attrs-list__value a:hover {
    text-decoration: none
}

.modal-product {
    text-align: center
}

.modal-product__thumb {
    width: 200px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 20px;
    border: 1px solid #a9afbb;
    border-radius: 4px;
    overflow: hidden
}

.modal-product__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.modal-product__title {
    font-size: 14px
}

.catalog-filter {
    padding: 20px;
    background: #f1f5f7;
    border-radius: 20px
}

.filter-item {
    position: relative;
    margin-bottom: 20px
}

.filter-item:last-child {
    margin-bottom: 0
}

.filter-item__title {
    display: block;
    text-decoration: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #3e3e3e;
    -webkit-transition: color .3s;
    transition: color .3s
}

.filter-item__title_events {
    cursor: pointer
}

.filter-item__title_events:focus,
.filter-item__title_events:hover {
    color: #0536b1;
    text-decoration: none
}

.filter-item__label {
    -webkit-flex: 1 0 1%;
    flex: 1 0 1%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 14px
}

.filter-item__icon {
    width: 14px;
    height: 14px
}

.filter-item.bx-active .filter-item__icon,
.filter-item_active .filter-item__icon {
    color: #0536b1
}

.filter-item.bx-active .filter-item__body,
.filter-item_active .filter-item__body {
    display: block
}

.filter-item__body {
    display: none
}

.filter-item__inner {
    padding-top: 12px
}

.options-list {
    list-style: none
}

.options-list__item+.options-list__item {
    margin-top: 10px
}

.popup-result {
    position: absolute;
    display: inline-block;
    z-index: 2;
    background: #fff;
    color: #626569;
    padding: 8px 14px;
    line-height: 1;
    min-width: 100px;
    white-space: nowrap;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15)
}

.popup-result__title {
    font-size: 14px
}

.popup-result__ctrl {
    margin-top: 10px
}

.products-list_size_md .products-list__list {
    --bs-gutter-y: 20px
}

.catalog-sections_style_default {
    margin-bottom: 30px
}

.catalog-sections_style_default:last-child {
    margin-bottom: 0
}

.catalog-sections_style_default .catalog-sections__list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.catalog-section_style_default {
    text-decoration: none;
    display: block;
    color: #3e3e3e
}

.catalog-section_style_default .catalog-section__thumb {
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s
}

.catalog-section_style_default .catalog-section__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.catalog-section_style_default .catalog-section__title {
    font-size: 14px;
    line-height: 1.3
}

.catalog-section_style_default .catalog-section__count {
    margin-top: 4px;
    color: #0536b1
}

.catalog-section_style_default.catalog-section_events:focus,
.catalog-section_style_default.catalog-section_events:hover {
    text-decoration: none
}

.compare-table {
    table-layout: fixed
}

.compare-table .compare-table__head td {
    padding-top: 0
}

.compare-table .compare-table__value {
    width: 176px;
    color: #3e3e3e
}

.compare-table__row {
    position: relative
}

.compare-props {
    background: #f1f5f7;
    padding: 20px;
    border-radius: 6px
}

.compare-props .options-list {
    --bs-guttery-: 10px
}

.compare-props__head {
    margin-bottom: 16px
}

.compare-props__title {
    font-size: 14px;
    font-weight: 600
}

.product-item_compare {
    line-height: 1.3
}

.product-item_compare .product-item__thumb {
    display: block;
    width: 60px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    border: 1px solid transparent;
    margin-bottom: 5px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.product-item_compare .product-item__thumb:focus,
.product-item_compare .product-item__thumb:hover {
    border-color: #a9afbb
}

.product-item_compare .product-item__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.product-item_compare .product-item__title {
    font-size: 12px;
    color: #3e3e3e
}

.product-item_compare .product-item__footer {
    margin-top: 12px
}

.product-item_compare .product-item__action {
    gap: 10px
}

.product-item_compare .product-item__action .c-btn__icon {
    width: 12px;
    height: 12px
}

.order-form__section {
    background: #f1f5f7;
    padding: 30px 15px;
    border-radius: 4px
}

.order-form__section+.order-form__section {
    margin-top: 20px
}

.order-form__head {
    margin-bottom: 20px
}

.order-form__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

.options-cards {
    --bs-gutter-y: 20px
}

.options-cards .option-card {
    height: 100%
}

.option-card {
    display: block;
    color: #3e3e3e;
    -webkit-transition: color .3s;
    transition: color .3s
}

.option-card__thumb {
    display: block;
    position: relative;
    border: 1px solid #f1f5f7;
    border-radius: 4px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.option-card__img {
    max-width: 100%;
    max-height: 100%
}

.option-card__title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px
}

.option-card__desc {
    font-size: 12px;
    margin-bottom: 4px
}

.option-card__footer {
    font-size: 12px
}

.c-banner_style_promo .c-banner__title span,
.markered-item span,
.option-card_active {
    color: #0536b1
}

.option-card_active .option-card__thumb {
    border-color: #0536b1
}

.option-card_events {
    cursor: pointer
}

.option-card_events:focus .option-card__thumb,
.option-card_events:hover .option-card__thumb {
    border-color: #0536b1
}

.order-total {
    background: #f1f5f7;
    border-radius: 4px;
    padding: 20px;
    color: #3e3e3e
}

.order-total__item {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.order-total__key {
    margin-bottom: 10px
}

.order-total__value {
    font-weight: 700
}

.order-total__item_total {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #a9afbb
}

.order-total__item_total .order-total__key {
    margin-bottom: 0
}

.c-banner_style_promo {
    background: #f1f5f7;
    position: relative;
    height: 500px;
    overflow: hidden
}

.c-banner_style_promo .c-banner__aside {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.c-banner_style_promo .c-banner__img {
    height: 250px;
    max-height: 100%
}

.c-banner_style_promo .c-banner__main {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f1f5f7;
    position: relative;
    z-index: 2
}

.c-banner_style_promo .c-banner__main::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, #f1f5f7 0, transparent 100%);
    background-image: linear-gradient(to bottom, #f1f5f7 0, transparent 100%);
    height: 150px
}

.c-banner_style_promo .c-banner__title {
    margin-bottom: 20px
}

.c-banner_style_promo .c-banner__desc {
    font-size: 16px;
    line-height: 1.4
}

.c-banner_style_promo .c-banner__controls {
    margin-top: 30px
}

.partner-categories {
    margin-top: 40px
}

.c-acn__content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out, opacity .45s ease-in-out;
    transition: height .3s ease-in-out, opacity .45s ease-in-out
}

.c-acn_active .c-acn__content {
    display: block;
    height: auto;
    opacity: 1
}

.action-list__item {
    min-height: 46px;
    display: block;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #626569;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 9px
}

.c-badge {
    border: 1px solid;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px
}

.c-badge a {
    color: inherit
}

.c-badge_color_info {
    border-color: #ea9900;
    color: #ea9900;
    background-color: #fff4da
}

.c-badge_color_error {
    border-color: #ff4c6d;
    color: #ff4c6d;
    background-color: #ffefef
}

.c-badge_color_success {
    border-color: #15b500;
    color: #15b500;
    background-color: #effff0
}

.code-input__list {
    display: -webkit-flex;
    display: flex;
    gap: 4px
}

.code-input__input {
    width: 36px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #a9afbb;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #626569
}

.code-input__input::-webkit-input-placeholder {
    color: #a9afbb
}

.code-input__input::-moz-placeholder {
    color: #a9afbb
}

.code-input__input:-moz-placeholder {
    color: #a9afbb
}

.code-input__input:-ms-input-placeholder {
    color: #a9afbb
}

.code-input__input:focus {
    border-color: #626569
}

.code-input_error .code-input__input {
    color: #ff4c6d
}

.c-counter {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.c-counter__btn,
.c-counter__input {
    border: 0;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.c-counter__input {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
    background: 0
}

.c-counter_style_default {
    border: 1px solid #f1f5f7
}

.c-counter_style_default .c-counter__btn {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0;
    text-align: center;
    color: #3e3e3e
}

.c-counter_style_default .c-counter__btn.c-counter__btn_disabled {
    opacity: .7;
    cursor: default
}

.c-counter_style_default .c-counter__btn:focus,
.c-counter_style_default .c-counter__btn:hover {
    color: #0536b1
}

.c-counter_style_default .c-counter__minus {
    left: 0
}

.c-counter_style_default .c-counter__plus {
    right: 0
}

.c-counter_style_default .c-counter__input {
    color: #3e3e3e
}

.c-counter_style_default .c-counter__measure {
    display: block;
    width: 100%;
    min-width: 28px;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-counter_style_default.c-counter_size_md {
    width: 116px;
    height: 50px;
    border-radius: 10px
}

.c-counter_style_default.c-counter_size_md .c-counter__btn {
    width: 30px
}

.c-counter_style_default.c-counter_size_md .c-counter__icon {
    width: 12px;
    height: 12px
}

.c-counter_style_default.c-counter_size_md .c-counter__input {
    padding-left: 32px;
    padding-right: 32px
}

.c-ctrl {
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.c-ctrl:last-child {
    margin-bottom: 0
}

.c-ctrl__input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.c-ctrl__title {
    font-size: inherit;
    display: block;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.c-ctrl_style_default {
    color: #626569
}

.c-ctrl_style_default .c-ctrl__title {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400
}

.c-ctrl_style_default .c-ctrl__title::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #a9afbb
}

.c-ctrl_style_default .c-ctrl__title.disabled {
    cursor: default;
    opacity: .7
}

.c-ctrl_style_default.c-ctrl_border_none .c-ctrl__title::before {
    border-color: transparent
}

.c-ctrl_style_default.c-ctrl_size_md {
    font-size: 14px
}

.c-ctrl_style_default.c-ctrl_size_md .c-ctrl__title {
    padding-left: 38px;
    line-height: 1.2;
    min-height: 28px
}

.c-ctrl_style_default.c-ctrl_size_md .c-ctrl__title::before {
    width: 28px;
    height: 28px;
    background-size: 60%;
    border-radius: 4px
}

.c-ctrl_checkbox .c-ctrl__input:checked+.c-ctrl__title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230536B1' viewBox='0 0 18.394 14.637'%3E%3Cpath d='M15.501.506a1.688 1.688 0 1 1 2.41 2.363L8.929 14.097a1.688 1.688 0 0 1-2.43.045L.547 8.188a1.688 1.688 0 1 1 2.385-2.385l4.712 4.709L15.458.556a.531.531 0 0 1 .045-.049Z'/%3E%3C/svg%3E")
}

.c-ctrl_radio .c-ctrl__input:checked+.c-ctrl__title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='%230536B1'%3E%3Ccircle cx='50%25' cy='50%25' r='5'/%3E%3C/svg%3E%0A")
}

.c-ctrl_radio .c-ctrl__title:before {
    border-radius: 50% !important
}

.c-file_style_default {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #626569;
    -webkit-transition: color .3s;
    transition: color .3s
}

.c-file_style_default .c-file__icon {
    width: 36px;
    height: 36px;
    background: #626569;
    fill: #fff;
    border-radius: 6px;
    padding: 5px
}

.c-file_style_default .c-file__body {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500
}

.c-file_style_default:focus,
.c-file_style_default:hover {
    color: #626569
}

.c-file_style_default.c-file_error {
    color: #ff4c6d
}



.c-wrapper__hamburger {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding-left: 9px
}

.c-input {
    display: block;
    width: 100%;
    outline: 0;
    font-family: inherit
}

.c-input_style_default {
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    box-shadow: none;
    color: #626569;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.c-input_style_default::-webkit-input-placeholder {
    color: #3e3e3e
}

.c-input_style_default::-moz-placeholder {
    color: #3e3e3e
}

.c-input_style_default:-moz-placeholder {
    color: #3e3e3e
}

.c-input_style_default:-ms-input-placeholder {
    color: #3e3e3e
}

.c-input_style_default[disabled],
.c-input_style_default[readonly] {
    background-color: transparent;
    border-color: #f1f5f7
}

.c-input_style_default.c-input_border {
    border-color: #a9afbb
}

.c-input_style_default.c-input_error {
    border-color: #ff4c6d;
    color: #ff4c6d
}

.c-input_style_default.c-input_success {
    border-color: #15b500
}

.c-input_style_default.c-input_size_md,
.c-input_style_default.c-input_size_sm {
    height: 28px;
    min-height: 28px;
    padding: 0 6px;
    border-width: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    border-radius: 4px
}

.c-input_style_default.c-input_size_md {
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    border-radius: 10px
}

.c-input_style_default.c-input_size_md.c-input_multiline {
    height: 116px;
    padding-top: 15px;
    padding-bottom: 15px
}

.c-input_lined {
    border: 1px solid #f1f5f7;
    border-radius: 10px
}

.c-input_lined.c-input_size_md {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.c-input_phone,
.input-tel-field {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.c-input-label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.36;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #626569;
    margin-bottom: 10px
}

.c-input-label__required {
    color: #ff4c6d
}

.c-input-group {
    display: -webkit-flex;
    display: flex
}

.c-input-group__main {
    -webkit-flex: 1 1 1%;
    flex: 1 1 1%
}

.c-input-group__aside {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.c-input-group_prepend .c-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-input_autosize {
    resize: none
}

.c-field {
    position: relative;
    overflow: hidden
}

.c-field .c-input {
    padding-right: 70px
}

.c-field__aside {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #626569
}

.c-field__aside.c-btn {
    padding-left: 15px;
    padding-right: 15px
}

.c-field__aside.c-btn:focus,
.c-field__aside.c-btn:hover {
    color: #626569
}

.c-field__aside .c-btn__icon {
    width: 20px;
    height: 20px
}

.animated-input {
    position: relative
}

.animated-input .c-input-label {
    cursor: default;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    will-change: transform;
    max-width: 80%;
    opacity: 0;
    color: #a9afbb;
    -webkit-transition: font-size .3s, opacity .3s ease .3s, -webkit-transform .3s;
    transition: transform .3s, font-size .3s, opacity .3s ease .3s;
    transition: transform .3s, font-size .3s, opacity .3s ease .3s, -webkit-transform .3s
}

.animated-input_active .c-input-label {
    line-height: 1;
    color: #626569;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff
}

.animated-input_inited .c-input-label {
    opacity: 1
}

.range-inputs {
    --bs-gutter-y: 8px;
    margin-bottom: 10px
}

.range-input-container {
    position: relative;
    padding-left: 20px
}

.range-input-container .c-input-label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    font-size: 14px;
    text-transform: lowercase
}

.c-range {
    padding: 5.5px 0;
    position: relative;
    z-index: 1
}

.c-range__range {
    background: #a9afbb;
    position: relative;
    height: 1px;
    margin-left: 6px;
    margin-right: 6px
}

.c-range__range .bx-ui-slider-part,
.c-range__range .p2,
.c-range__range .p3,
.c-range__range .p4,
.c-range__range .smart-filter-slider-ruler {
    display: none
}

.c-range__range .p1 {
    left: 0;
    margin-left: -6px
}

.c-range__range .p5 {
    right: 0;
    margin-right: -6px
}

.c-range__range .bx-ui-slider-pricebar-v,
.c-range__range .bx-ui-slider-pricebar-vd,
.c-range__range .bx-ui-slider-pricebar-vn,
.c-range__range .bx-ui-slider-range,
.c-range__range .smart-filter-slider-price-bar-v,
.c-range__range .smart-filter-slider-price-bar-vd,
.c-range__range .smart-filter-slider-price-bar-vn {
    position: absolute;
    top: 0;
    bottom: 0
}

.c-range__range .bx-ui-slider-pricebar-v,
.c-range__range .smart-filter-slider-price-bar-v {
    z-index: 1
}

.c-range__range .bx-ui-slider-range {
    z-index: 3;
    width: 100%
}

.c-range__bar,
.c-range__handle {
    position: absolute;
    background: #626569
}

.c-range__bar {
    top: 0;
    bottom: 0;
    z-index: 2
}

.c-range__handle {
    border: 0;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    z-index: 4;
    border-radius: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.c-range__handle_left {
    left: 0;
    margin-left: -6px
}

.c-range__handle_right {
    right: 0;
    margin-right: -6px
}

.search-form {
    position: relative
}

.search-form .search__btn {
    width: 24px;
    height: 24px;
    padding: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #626569;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.search-form .search__btn:focus,
.search-form .search__btn:hover {
    color: #255ce7
}

.search-form_style_primary .search__btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.search-form_animated {
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.search-form_animated .search__input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    padding-left: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none
}

.search-form_animated .search__btn_open {
    z-index: 2
}

.search-form_animated .search__btn_close {
    position: absolute;
    right: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
    opacity: 0
}

.search-form_animated_active {
    width: 100%;
    height: 39px;
    border: 1px solid #f1f5f7;
    border-radius: 10px;
    margin: 0 -4px
}

.search-form_animated_active .search__input {
    opacity: 1;
    pointer-events: initial;
    padding: 7px 40px 7px 50px
}

.search-form_animated_active .search__btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-form_animated_active .search__btn_close {
    opacity: 1;
    right: 10px
}

.search-form_animated_active .search__btn_open {
    color: #255ce7;
    left: 13px
}

.c-select-custom {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    position: relative
}

.c-select-custom__toggle {
    width: 100%;
    vertical-align: top;
    margin: 0;
    font-family: "Manrope", sans-serif;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-select-custom__popup {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 3
}

.c-select-custom__item {
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-select-custom_expanded .c-select-custom__popup,
.c-select-custom_style_default {
    display: block
}

.c-select-custom_style_default .c-select-custom__toggle {
    padding-right: 62px !important;
    text-align: left;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.c-select-custom_style_default .c-select-custom__text {
    overflow: hidden;
    text-overflow: ellipsis
}

.c-select-custom_style_default .c-select-custom__icon {
    position: absolute;
    width: 62px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 25px;
    max-height: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.c-select-custom_style_default .c-select-custom__text_disabled {
    opacity: .7
}

.c-select-custom_style_default .c-input_size_md .c-select-custom__icon {
    line-height: 46px
}

.c-select-custom_style_default .c-input-label {
    margin: 0 10px 0 0
}

.c-select-custom_style_default.c-select-custom_expanded .c-select-custom__toggle {
    border-color: #a9afbb #a9afbb transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.c-select-custom_style_default.c-select-custom_expanded .c-select-custom__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-select-custom__popup_active,
.c-select-custom_style_default .c-select-custom__popup {
    color: #626569;
    left: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #a9afbb;
    border-top: 0;
    margin-top: -1px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.c-select-custom__popup_active .c-select-custom__menu,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__menu {
    background-color: #fff;
    overflow-y: auto;
    position: relative;
    max-height: 200px;
    list-style: none
}

.c-select-custom__popup_active .c-select-custom__item,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item {
    -webkit-transition: color .3s;
    transition: color .3s
}

.c-select-custom__popup_active .c-select-custom__item:focus,
.c-select-custom__popup_active .c-select-custom__item:hover,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item:focus,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item:hover {
    color: #0536b1
}

.c-select-custom__popup_active .c-select-custom__item:last-child .c-select-custom__value,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item:last-child .c-select-custom__value {
    padding-bottom: 15px
}

.c-select-custom__popup_active .c-select-custom__item_active,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item_active {
    color: #3e3e3e
}

.c-select-custom__popup_active .c-select-custom__value,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__value {
    text-decoration: none;
    color: inherit;
    padding: 6px 15px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-select-custom__popup_active .c-select-custom__item_disabled,
.c-select-custom_style_default .c-select-custom__popup .c-select-custom__item_disabled {
    color: #626569 !important;
    cursor: default;
    opacity: .7
}

.c-select-custom__popup_active {
    display: block !important;
    z-index: 99992
}

.c-tablist_style_default,
.c-unfold__body {
    position: relative
}

.c-tablist_style_default .c-tablist__list {
    list-style: none
}

.c-unfold_rolling .c-unfold__body:before {
    content: "";
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, .7));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .7));
    z-index: 1
}

.c-unfold__body {
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s
}

.controls-list_size_md {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.banners-list_style_default {
    border-radius: 6px;
    overflow: hidden
}

.c-banner_style_default {
    display: block;
    position: relative
}

.c-banner_style_default:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 49.86%
}

.c-banner_style_default .c-banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.c-banner_style_default .c-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner__recomended {
    --bs-gutter-y: 20px
}

.c-banner-block .banners-list {
    margin-bottom: 15px
}

.brands-list_style_marquee[data-slider] .slick-track {
    display: -webkit-flex;
    display: flex
}

.brands-list_style_marquee[data-slider] .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.brands-list_style_marquee[data-slider] .slick-slide {
    height: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.brands-list_style_marquee[data-slider] .brands-list__item {
    padding-left: 10px;
    padding-right: 10px
}

.brand-item_style_logo {
    max-height: 60px;
    max-width: 160px
}

.c-catalog-preview-list__link {
    margin-left: auto;
    white-space: nowrap
}

.c-catalog-preview-list,
.c-catalog-preview-list__title {
    padding: 0 10px
}

.c-catalog-preview-list__head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -10px;
    padding-bottom: 30px
}

.c-product-card__list {
    --bs-gutter-y: 20px
}

.catalogs-list_style_default .catalogs-list__list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 30px
}

.catalog-item_style_default {
    display: block;
    color: #3e3e3e;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.catalog-item_style_default .catalog-item__thumb {
    margin-bottom: 10px;
    position: relative;
    background: #f1f5f7;
    border-radius: 4px;
    overflow: hidden
}

.catalog-item_style_default .catalog-item__thumb:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 136.67%
}

.catalog-item_style_default .catalog-item__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.catalog-item_style_default .catalog-item__title {
    font-size: 12px;
    line-height: 1.3
}

.catalog-item_style_default .catalog-item__actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.catalog-item_style_default .catalog-item__action {
    background: #fff;
    color: #0536b1;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    padding: 4px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.catalog-item_style_default .catalog-item__action:focus,
.catalog-item_style_default .catalog-item__action:hover {
    color: #3e3e3e
}

.catalog-item_style_default.catalog-item_events:focus,
.catalog-item_style_default.catalog-item_events:hover,
.doc-item_style_default.doc-item_events:focus,
.doc-item_style_default.doc-item_events:hover {
    text-decoration: none
}

.catalog-item_style_default.catalog-item_events:focus .catalog-item__title,
.catalog-item_style_default.catalog-item_events:hover .catalog-item__title {
    color: #0536b1
}

.catalog-item_style_default.catalog-item_events:focus .catalog-item__actions,
.catalog-item_style_default.catalog-item_events:hover .catalog-item__actions {
    opacity: 1
}

.docs-list_style_default .docs-list__list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.doc-item_style_default {
    display: block;
    color: #3e3e3e;
    text-decoration: none
}

.doc-item_style_default .doc-item__thumb {
    position: relative;
    overflow: hidden;
    background: #f1f5f7;
    border-radius: 4px;
    margin-bottom: 8px
}

.doc-item_style_default .doc-item__thumb:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 142.22%
}

.doc-item_style_default .doc-item__thumb_icon {
    color: #a9afbb
}

.doc-item_style_default .doc-item__icon,
.doc-item_style_default .doc-item__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.doc-item_style_default .doc-item__img {
    display: block
}

.doc-item_style_default .doc-item__icon {
    width: 46px;
    height: 46px;
    z-index: 1
}

.doc-item_style_default .doc-item__title {
    font-size: 12px;
    line-height: 1.3
}

.doc-item_style_default.doc-item_events:focus .doc-item__title,
.doc-item_style_default.doc-item_events:hover .doc-item__title,
.news-item_style_default.news-item_events:focus .news-item__title,
.news-item_style_default.news-item_events:hover .news-item__title,
.news-item_style_tile.news-item_events:focus .news-item__title,
.news-item_style_tile.news-item_events:hover .news-item__title,
.partner-item_style_default.partner-item_events:focus .partner-item__title,
.partner-item_style_default.partner-item_events:hover .partner-item__title,
.teaser-item_style_default.teaser-item_events:focus .teaser-item__title,
.teaser-item_style_default.teaser-item_events:hover .teaser-item__title,
.tile-item_style_default.tile-item_events:focus .tile-item__title,
.tile-item_style_default.tile-item_events:hover .tile-item__title {
    color: #0536b1
}

.info-list__item {
    padding-bottom: 10px
}

.info-list__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center
}

.info-list.info-list_style_legal {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
    font-size: 12px
}

.markered-list__list {
    --bs-gutter-y: 10px;
    list-style: none
}

.markered-item {
    display: block;
    text-decoration: none;
    background: #f1f5f7;
    padding: 16px 20px 16px 45px;
    font-size: 14px;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 1.3;
    border-radius: 10px;
    min-height: 50px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.546 1.11a1.5 1.5 0 0 1 0 2.122L8.303 14.475a1.6 1.6 0 0 1-2.263 0L.454 8.89a1.5 1.5 0 1 1 2.121-2.121l4.596 4.596L17.424 1.11a1.5 1.5 0 0 1 2.122 0Z' fill='%230536B1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left 20px center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.markered-item_events:focus,
.markered-item_events:hover {
    text-decoration: none;
    color: #3e3e3e;
    background-color: #d1dee4
}

.inter-list,
.inter-list__item {
    display: -webkit-flex;
    display: flex
}

.inter-list {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.inter-list__item {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 46px;
    padding: 0 9px
}

.inter-list__item .svg-ico {
    width: 24px;
    height: 24px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.inter-list__item .inter-list__btn {
    margin-left: auto;
    text-decoration: none;
    color: #626569;
    gap: 4px
}

.inter-list__item .inter-list__btn .c-text {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400
}

.inter-list__item_size_sm {
    min-height: 50px
}

.inter-list__item_size_sm .c-text {
    font-size: 11px;
    line-height: 15px
}

.inter-list__item_style_primary {
    border-right: 1px solid #f1f5f7;
    padding: 0 8px
}

.news-list .news-item {
    height: 100%
}

.news-list_size_md .news-list__list {
    --bs-gutter-y: 20px
}

.news-item_style_default {
    display: block;
    text-decoration: none;
    color: #626569;
    position: relative
}

.news-item_style_default .news-item__thumb {
    margin-bottom: 6px;
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.news-item_style_default .news-item__thumb:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60.34%
}

.news-item_style_default .news-item__img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.news-item_style_default .news-item__body {
    padding: 0 10px
}

.news-item_style_default .news-item__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news-item_style_default.news-item_events:focus,
.news-item_style_default.news-item_events:hover {
    text-decoration: none
}

.news-item_style_tile {
    display: block;
    border-radius: 20px;
    background: #f1f5f7;
    color: #626569;
    text-decoration: none;
    padding: 16px 20px;
    line-height: 1.3;
    position: relative
}

.news-item_style_tile .news-item__date {
    font-size: 12px;
    margin-bottom: 8px;
    color: #a9afbb
}

.news-item_style_tile .news-item__title {
    color: #3e3e3e;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news-item_style_tile .news-item__desc {
    font-size: 12px
}

.news-item_style_tile .news-item__controls {
    margin-top: 8px;
    font-size: 14px
}

.news-item_style_tile .news-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.news-item_style_tile.news-item_events:focus,
.news-item_style_tile.news-item_events:hover {
    text-decoration: none;
    color: #626569
}

.partners-list_style_default .partners-list__list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.partners-list_style_default .partner-item {
    height: 100%
}

.partner-item_style_default {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    background: #f1f5f7;
    color: #626569;
    padding: 10px;
    line-height: 1.3;
    -webkit-transition: color .3s;
    transition: color .3s
}

.partner-item_style_default .partner-item__thumb {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 104px;
    padding: 10px
}

.partner-item_style_default .partner-item__title {
    font-size: 14px;
    font-weight: 700
}

.partner-item_style_default .partner-item__desc {
    font-size: 12px;
    margin-top: 10px
}

.partner-item_style_default.partner-item_events:focus,
.partner-item_style_default.partner-item_events:hover {
    color: #3e3e3e;
    text-decoration: none
}

.c-tablist_style_default {
    margin-bottom: 20px
}

.c-tablist_style_default .c-tablist__list {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px
}

.tiles-list_size_md .tiles-list__list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.tile-item_style_default {
    display: block;
    text-decoration: none;
    color: #626569;
    background: #f1f5f7;
    border-radius: 20px;
    position: relative;
    min-height: 234px;
    line-height: 1.3;
    overflow: hidden
}

.tile-item_style_default .tile-item__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.tile-item_style_default .tile-item__img {
    width: 100%
}

.tile-item_style_default .tile-item__main {
    position: relative;
    z-index: 1;
    background: inherit;
    padding: 16px
}

.tile-item_style_default .tile-item__main::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, #f1f5f7 0, transparent 100%);
    background-image: linear-gradient(to bottom, #f1f5f7 0, transparent 100%);
    height: 150px
}

.tile-item_style_default .tile-item__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #3e3e3e;
    -webkit-transition: color .3s;
    transition: color .3s
}

.tile-item_style_default .tile-item__text {
    font-size: 12px
}

.tile-item_style_default.tile-item_events:focus,
.tile-item_style_default.tile-item_events:hover {
    color: #626569;
    text-decoration: none
}

.breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
    list-style: none
}

.breadcrumbs__item {
    display: inline;
    vertical-align: top;
    margin-bottom: 10px
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: "—";
    display: inline;
    margin: 0 5px
}

.breadcrumbs__item_dropdown {
    position: relative
}

.breadcrumbs__link {
    text-decoration: none;
    color: #626569;
    -webkit-transition: color .3s;
    transition: color .3s
}

.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
    text-decoration: none;
    color: #3e3e3e
}

.breadcrumbs__link:focus .breadcrumbs__title,
.breadcrumbs__link:hover .breadcrumbs__title {
    text-decoration: none
}

.breadcrumbs__link .breadcrumbs__title {
    text-decoration: underline
}

.breadcrumbs__toggle {
    background: #f1f5f7;
    color: #626569;
    padding: 0 5px;
    width: 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.breadcrumbs__list_inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -30px;
    z-index: 1;
    background: #fff;
    width: 200px;
    margin-top: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15)
}

.breadcrumbs__list_inner .breadcrumbs__item {
    display: block;
    margin: 0
}

.breadcrumbs__list_inner .breadcrumbs__item::before {
    content: none !important
}

.breadcrumbs__list_inner .breadcrumbs__link {
    display: block;
    padding: 5px
}

.teasers-list_style_default .teasers-list__list {
    --bs-gutter-y: 10px
}

.teaser-item_style_default {
    padding: 16px 20px;
    background: #f1f5f7;
    line-height: 1.3;
    border-radius: 20px;
    display: block;
    color: inherit;
    text-decoration: none
}

.teaser-item_style_default .teaser-item__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.teaser-item_style_default .teaser-item__title .svg-ico {
    width: 20px;
    height: 20px;
    fill: #0536b1;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.teaser-item_style_default .teaser-item__desc {
    font-size: 14px
}

.teaser-item_style_default.teaser-item_events:focus,
.teaser-item_style_default.teaser-item_events:hover {
    color: inherit
}

.links-menu {
    color: #3e3e3e;
    list-style: none;
    text-align: center
}

.links-menu__item:not(:last-child) {
    padding-bottom: 6px
}

.links-menu__item {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.links-menu__head {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px
}

.links-menu__item_active {
    color: #0536b1
}

.links-menu__link {
    color: inherit
}

.links-menu__link_events {
    text-decoration: none
}

.links-menu__link_events:focus,
.links-menu__link_events:hover {
    text-decoration: underline
}

.personal-menu__list {
    --bs-gutter-y: 20px;
    list-style: none
}

.personal-item_style_tile {
    background: #f1f5f7;
    color: #626569;
    padding: 20px 16px;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.personal-item_style_tile .personal-item__thumb {
    margin-bottom: 10px;
    height: 78px;
    color: #0536b1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.personal-item_style_tile .personal-item__icon {
    height: 30px
}

.personal-item_style_tile.personal-item_events:focus,
.personal-item_style_tile.personal-item_events:hover {
    text-decoration: none;
    color: #0536b1;
    background-color: #d1dee4
}

.main-menu__list {
    list-style: none;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-menu__link {
    padding-bottom: 15px;
    -webkit-justify-content: start;
    justify-content: start;
    text-align: start
}

.main-menu__acn-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px
}

.c-pag_style_default,
.c-pag_style_default .c-pag__link {
    display: -webkit-flex;
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.c-pag_style_default {
    gap: 10px;
    margin-top: 40px
}

.c-pag_style_default .c-pag__link {
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #626569;
    background: #f1f5f7;
    border-radius: 10px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 5px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.c-pag_style_default .c-pag__link.c-pag__link_events:focus,
.c-pag_style_default .c-pag__link.c-pag__link_events:hover {
    background-color: #d1dee4;
    text-decoration: none
}

.c-pag_style_default .c-pag__item_active .c-pag__link {
    background-color: #0536b1;
    color: #fff
}

.popup-menu {
    position: absolute;
    top: 46px;
    background: #fff;
    border: 1px solid #f1f5f7;
    width: 100%;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    display: none
}

.popup-menu_active {
    opacity: 1;
    display: block
}

.popup-menu__item {
    border-bottom: 1px solid #f1f5f7
}

.popup-menu__info-list {
    padding: 17px 22px 9px 15px
}

.popup-menu__info-list .info-list__text {
    text-align: start
}

.popup-menu__main-menu .main-menu__list {
    padding: 27px 15px 5px
}

.complex-slider {
    width: 326px;
    max-width: 100%
}

.complex-slider .complex-slider__preview {
    border: 1px solid #a9afbb;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden
}

.complex-slider,
.complex-slider .complex-slider__item,
.complex-slider__preview {
    position: relative
}

.complex-slider .complex-slider__item:before,
.order-product_style_default .order-product__thumb:before,
.thumbs-slider__item:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.complex-slider .complex-slider__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.complex-slider .labels-list {
    position: absolute;
    top: 10px;
    left: 10px;
    gap: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.complex-slider__preview .slick-slide {
    line-height: 1;
    font-size: 0;
    height: auto
}

.complex-slider__preview .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15)
}

.complex-slider__preview .slick-prev {
    left: 10px
}

.complex-slider__preview .slick-next {
    right: 10px
}

.complex-slider__item {
    display: block
}

.complex-slider__item_video {
    position: relative
}

.complex-slider__item_video .video-play {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px
}

.complex-slider__item_video .video-play__icon {
    width: 20px;
    height: 20px
}

.video-play {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    color: #626569;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.thumbs-slider .slick-track {
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

.thumbs-slider__item {
    display: block;
    border: 1px solid #f1f5f7;
    padding: 4px;
    border-radius: 4px;
    position: relative;
    width: 60px !important;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.thumbs-slider__item:focus,
.thumbs-slider__item:hover {
    border-color: #0536b1
}

.slick-current .thumbs-slider__item {
    cursor: default;
    border-color: #a9afbb
}

.thumbs-slider__item .video-play {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px
}

.thumbs-slider__item .video-play__icon {
    width: 12px;
    height: 12px
}

.thumbs-slider__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.orders-list .orders-list__list {
    --bs-gutter-y: 20px
}

.order-products_style_default {
    --bs-gutter-y: 10px
}

.order-product_style_default {
    border: 1px solid #f1f5f7;
    border-radius: 4px;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    line-height: 1.3;
    color: #3e3e3e
}

.order-product_style_default .order-product__thumb {
    display: block;
    position: relative;
    width: 80px;
    border: 1px solid #f1f5f7;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 1px;
    overflow: hidden
}

.order-product_style_default .order-product__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.order-product_style_default .order-product__main {
    padding-left: 10px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.order-product_style_default .order-product__desc {
    margin-bottom: 10px
}

.order-product_style_default .order-product__title {
    font-size: 14px
}

.order-product_style_default .c-price_current {
    font-size: 14px;
    font-weight: 700
}

.order-status_pending {
    color: #047f4b
}

.order-status_completed {
    color: #0536b1
}

.order-item.c-acn_active .order-item__more {
    display: none
}

.order-item__head {
    background: #f1f5f7;
    padding: 16px;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden
}

.order-item__title {
    font-size: inherit;
    font-weight: 400
}

.order-section+.order-section {
    margin-top: 10px
}

.category-card {
    background: #f1f5f7;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.category-card__text-block {
    padding: 14px 16px 23px
}

.text-block__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 3px
}

.text-block__desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 2px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.category-card__thumb {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    display: block;
    margin-top: auto
}

.category-card__thumb::after {
    content: "";
    position: relative;
    display: block;
    padding-top: 70.4615384615%;
    background: -webkit-linear-gradient(top, #f1f5f7, rgba(241, 245, 247, 0) 100%);
    background: linear-gradient(180deg, #f1f5f7, rgba(241, 245, 247, 0) 100%)
}

.category-card__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    margin: auto;
    max-height: 100%;
    width: 100%
}

.information-card {
    height: 100%;
    position: relative
}

.information-card__thumb {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding-bottom: 10px;
    display: block
}

.information-card__thumb::before {
    content: "";
    display: block;
    padding-top: 60.6153846154%
}

.information-card__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.information-card__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #626569;
    padding: 5px 8px 0
}

.information-card__title:focus,
.information-card__title:hover {
    color: #042884
}

.news-card__btn {
    -webkit-justify-content: left;
    justify-content: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.news-card {
    padding: 16px 20px;
    background: #f1f5f7;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.news-card__data,
.news-card__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.news-card__data {
    padding-bottom: 4px;
    color: #a9afbb
}

.news-card__text {
    padding: 4px 0
}

.news-card__title {
    padding: 4px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3e3e3e
}

.news-card__more-btn {
    padding-top: 4px
}

.product-card {
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-flex;
    display: flex;
    position: relative
}

.product-card .labels-list,
.product-card .product-item__actions {
    position: absolute;
    top: 10px;
    gap: 4px;
    display: -webkit-flex;
    display: flex;
    z-index: 1
}

.product-card,
.product-card .labels-list {
    -webkit-flex-direction: column;
    flex-direction: column
}

.product-card .labels-list {
    left: 10px
}

.product-card .product-item__actions {
    right: 10px
}

.product-card .product-card__link {
    text-decoration: none;
    color: #626569
}

.product-card .product-card__link:focus,
.product-card .product-card__link:hover {
    text-decoration: none;
    color: #0536b1
}

.product-card .product-card__link:focus .product-card__thumb,
.product-card .product-card__link:hover .product-card__thumb {
    border-color: #a9afbb
}

.product-card .product-card__thumb {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.product-card .product-card__thumb::before {
    content: "";
    display: block;
    padding-top: 100%;
    background: #fff
}

.product-card .product-card__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-card .count__ico {
    height: 7px;
    width: 7px
}

.product-card .cart-btn {
    background: #0536b1;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 28px;
    height: 28px;
    margin-top: auto
}

.product-card .cart-btn:focus,
.product-card .cart-btn:hover {
    background: #031f67;
    color: #e6e6e6
}

.product-card .cart-btn__icon {
    width: 14px;
    height: 14px
}

.product-card .product-card__order {
    padding-top: 4px;
    display: -webkit-flex;
    display: flex;
    margin-top: auto;
    z-index: 11
}

.product-card .product-card__title {
    padding: 10px 0 4px
}

.product-card .product-card__btn {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    padding-left: 5px
}

.product-card .order-info__count {
    padding-bottom: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    font-size: 12px
}

.product-card .order-info__cost {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 1.3
}

.product-card .prices-list {
    row-gap: 4px;
    line-height: 1
}

.product-card .prices-list__label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: #626569
}

.product-card .prices-list__value {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.prices-list__item_quantity_high .prices-list__value {
    color: #0e960c
}

.prices-list__item_quantity_low .prices-list__value {
    color: #0536b1
}

.product-card_default {
    border-bottom: 1px solid #f1f5f7;
    padding: 20px 0
}

.product-card_default .product-card__order {
    -webkit-flex-direction: column;
    flex-direction: column
}

.product-card_default .order-info__count {
    padding-bottom: 10px
}

.product-card_default .product-card__btn {
    padding: 10px 0 0;
    margin: 0;
    width: 100%
}

.product-card_style_primary {
    background: #f1f5f7;
    border-radius: 20px;
    padding: 8px
}

.product-card_style_primary .product-card__thumb {
    border-radius: 10px
}

.product-card_style_primary .product-card__thumb::before {
    padding-top: 92%
}

.product-card_style_primary .order-info__count {
    gap: 6px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 1px solid #a9afbb;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #fff;
    color: #626569
}

.product-action {
    background: 0;
    width: 24px;
    height: 24px;
    color: #626569;
    border-radius: 4px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.product-action .c-btn__icon {
    width: 20px;
    height: 20px
}

.product-action:focus,
.product-action:hover {
    background-color: #fff
}

.product-action.in-favor,
.product-action_active {
    color: #0536b1
}

.c-label_style_default {
    height: 28px;
    padding: 0 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    border-radius: 6px
}

.c-label_style_default.c-label_sale {
    background-color: #c70a0a;
    color: #fff
}

.c-label_style_default.c-label_hit {
    background-color: #3766dd;
    color: #fff
}

.c-label_style_default.c-label_daily {
    background-color: #05b154;
    color: #fff
}

@media (min-width:640px) {
    .breadcrumbs__list_inner.breadcrumbs__list_active {
        display: block
    }
}

@media (min-width:744px) {
    .basket-product_style_default .basket-product__title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .basket-product_style_default .basket-product__prop {
        font-size: 14px
    }

    .price-range__name {
        font-size: 16px
    }

    .basket-product_style_default .c-price_current,
    .price-range__value {
        font-size: 18px
    }

    .product-item_compare .product-item__thumb {
        width: 90px;
        margin-bottom: 10px;
        border-radius: 2px
    }

    .product-item_compare .product-item__title {
        font-size: 16px
    }

    .product-item_compare .product-item__footer {
        margin-top: 15px
    }

    .product-item_compare .product-item__action .c-btn__icon {
        width: 18px;
        height: 18px
    }

    .order-form__section {
        padding-left: 30px;
        padding-right: 30px
    }

    .c-banner_style_promo .c-banner__body {
        background-color: transparent;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 100%
    }

    .c-banner_style_promo .c-banner__aside {
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        height: 100%
    }

    .c-banner_style_promo .c-banner__img {
        height: auto
    }

    .partner-categories {
        margin-top: 60px
    }

    .action-list__item {
        min-height: 55px;
        font-size: 14px;
        line-height: 19px;
        padding: 0 15px 0 18px
    }

    .action-list__item:not(:last-child) {
        border-right: 1px solid #f1f5f7
    }

    .c-wrapper__hamburger {
        padding: 0 18px
    }

    .c-wrapper__hamburger_style_primary {
        border-right: 1px solid #f1f5f7
    }

   
    .c-input_style_default.c-input_size_md {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }

    .c-select-custom__popup_active .c-select-custom__value,
    .c-select-custom_style_default .c-select-custom__popup .c-select-custom__value {
        padding-left: 20px;
        padding-right: 20px
    }

    .c-catalog-preview-list__link {
        margin-left: 0
    }

    .c-catalog-preview-list__title {
        max-width: 100%
    }

    .catalog-item_style_default .catalog-item__title {
        font-size: 14px
    }

    .docs-list_style_default .docs-list__list {
        --bs-gutter-y: 30px
    }

    .doc-item_style_default .doc-item__icon {
        width: 80px;
        height: 80px
    }

    .doc-item_style_default .doc-item__title {
        font-size: 14px
    }

    .info-list .info-list__item,
    .info-list__item {
        padding: 0 5px
    }

    .info-list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 -5px
    }

    .inter-list__item {
        border-right: 1px solid #f1f5f7;
        margin: 0;
        min-height: 55px;
        padding: 0 15px 0 18px
    }

    .inter-list__item .inter-list__btn .c-text {
        line-height: 19px;
        font-size: 14px
    }

    .inter-list__item .inter-list__btn:focus,
    .inter-list__item .inter-list__btn:hover {
        color: #0536b1
    }

    .inter-list__item .inter-list__btn-autorize {
        font-size: 12px;
        line-height: 16px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .inter-list__item.inter-list__item-search {
        -webkit-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
        padding: 0 18px
    }

    .inter-list__item.inter-list__item-search_active {
        padding: 0 8px;
        -webkit-flex: 1 1 0;
        flex: 1 1 0
    }

    .news-item_style_default .news-item__thumb {
        margin-bottom: 10px;
        border-radius: 20px
    }

    .news-item_style_default .news-item__title {
        font-size: 16px
    }

    .news-item_style_tile .news-item__date {
        font-size: 14px
    }

    .news-item_style_tile .news-item__title {
        font-size: 20px
    }

    .news-item_style_tile .news-item__desc {
        font-size: 14px
    }

    .news-item_style_tile .news-item__controls {
        font-size: 16px
    }

    .partner-item_style_default {
        border-radius: 20px;
        padding: 20px
    }

    .partner-item_style_default .partner-item__desc {
        font-size: 14px
    }

    .c-tablist_style_default {
        margin-bottom: 30px
    }

    .c-tablist_style_default .c-tablist__list {
        --bs-gutter-x: 20px
    }

    .tile-item_style_default {
        min-height: 354px
    }

    .tile-item_style_default .tile-item__main {
        padding: 20px
    }

    .tile-item_style_default .tile-item__title {
        font-size: 20px
    }

    .tile-item_style_default .tile-item__text {
        font-size: 14px
    }

    .breadcrumbs {
        margin-bottom: 20px
    }

    .links-menu {
        text-align: left
    }

    .main-menu__link {
        line-height: 19px
    }

    .c-pag_style_default {
        margin-top: 60px
    }

    .c-pag_style_default .c-pag__link {
        font-size: 18px
    }

    .text-block__title {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 4px
    }

    .text-block__desc {
        font-size: 14px;
        line-height: 18px;
        padding-top: 3px;
        max-height: 39px
    }

    .information-card__title {
        font-size: 16px
    }

    .news-card__data,
    .news-card__text {
        font-size: 14px;
        line-height: 18px
    }

    .news-card__title {
        font-size: 20px;
        line-height: 26px
    }

    .product-card .count__ico {
        width: 12px;
        height: 12px
    }

    .product-card .order-info__count {
        font-size: 14px
    }

    .product-card .order-info__cost {
        font-size: 16px
    }

    .product-card .cart-btn {
        width: 44px;
        height: 44px
    }

    .product-card .cart-btn__icon {
        width: 20px;
        height: 20px
    }

    .product-card_default {
        border: 0;
        padding: 0
    }

    .products-list {
        margin-bottom: 0
    }

    .products-list .product-card_style_primary {
        padding: 10px
    }

    .products-list .product-card_style_primary .product-card__thumb {
        border-radius: 5px
    }
}

@media (min-width:1024px) {
    .cart-checkout {
        padding: 30px;
        font-size: 18px
    }

    .catalog-detail__top {
        margin-bottom: 60px
    }

    .catalog-detail__preview {
        margin-bottom: 15px
    }

    .catalog-detail__controls .c-counter_style_default.c-counter_size_md {
        width: 90px
    }

    .catalog-detail__click-container {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .compare-table .compare-table__key {
        width: 460px
    }

    .compare-table .compare-table__value {
        width: 346px
    }

    .banners-list_style_default {
        border-radius: 10px
    }

    .markered-list__list {
        --bs-gutter-y: 30px
    }

    .order-product_style_default .order-product__main {
        padding-left: 25px
    }

    .markered-item,
    .order-item__head,
    .order-product_style_default .order-product__title {
        font-size: 16px
    }

    .order-product_style_default .c-price_current {
        font-size: 18px
    }
}

@media (min-width:1440px) {
    .price-range {
        --bs-gutter-x: 30px
    }

    .order-total {
        padding: 30px
    }

    .order-total__item {
        font-size: 18px
    }

    .order-total__item_total {
        font-size: 22px
    }

    .code-input__input {
        width: 50px;
        height: 54px
    }

    .c-input_lined.c-input_size_md {
        font-size: 14px;
        line-height: 19px
    }

    .c-banner-block__main {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px)
    }

    .c-banner-block__aside {
        width: 250px
    }

    .brands-list_style_marquee[data-slider] .slick-list {
        margin-left: -40px;
        margin-right: -40px
    }

    .brands-list_style_marquee[data-slider] .brands-list__item {
        padding-left: 40px;
        padding-right: 40px
    }

    .inter-list__item {
        border-right: 0;
        border-left: 1px solid #f1f5f7;
        min-height: 64px
    }

    .inter-list__item-search_active {
        padding: 0 14px
    }

    .links-menu__item {
        font-size: 16px;
        line-height: 22px
    }


    .category-card__text-block {
        padding: 20px 20px 34px
    }

    .category-card__text-block .text-block__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 4px
    }

    .category-card__text-block .text-block__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding-top: 4px;
        max-height: 36px
    }

    .information-card__title {
        font-size: 16px;
        line-height: 21px;
        padding: 0 10px
    }

    .news-card__data,
    .news-card__text {
        font-size: 14px;
        line-height: 18px
    }

    .news-card__title {
        font-size: 20px;
        line-height: 26px
    }

    .products-list .product-card_style_primary {
        padding: 10px
    }

    .products-list .product-card_style_primary .product-card__thumb {
        border-radius: 10px
    }
}

@media (max-width:1439px) {
    .product-item_compare .product-item__action {
        font-size: 0
    }
}

@media (max-width:1023px) {
    .compare-table .compare-table__key {
        position: absolute;
        font-size: 10px;
        top: 16px;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .compare-table .compare-table__value {
        padding-top: 38px;
        font-size: 12px
    }
}

@media (max-width:743px) {
    .basket-product_style_default .basket-product__thumb {
        position: absolute;
        top: 10px;
        left: 10px
    }

    .basket-product_style_default .basket-product__info {
        padding-left: 90px;
        min-height: 80px
    }

    .popup-result.right {
        left: auto;
        right: 0
    }

    .c-banner_style_promo .c-banner__aside {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }

    .links-menu {
        margin-bottom: 20px
    }
}

@media (max-width:639px) {
    .catalog-detail .c-table tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .catalog-detail .c-table td {
        width: 100%
    }

    .catalog-detail .c-table td:first-child {
        padding-bottom: 4px
    }

    .catalog-detail .c-table td:last-child {
        padding-top: 4px
    }
}

@media (max-width:375px) {
    .c-input-label {
        white-space: normal
    }
}