.menu-burger .catalog__sidebar-tabs-content {
    height: calc(100vh - var(--difVW) - 194px - 53px);
}
.main-page-slider .dots-container ul li button::after {
    border-radius: 0;
    z-index: 0;
}
.main-page-slider .dots-container ul li button {
    overflow: hidden;
    z-index: 1;
}
.main-page-slider .dots-container ul li {
    overflow: hidden;
}
.main-page-slider .dots-container ul li button {
    -webkit-appearance: none;
}
.page-card__bottom-info-top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.page-card__bottom-info-top ul li {
}
.page-card #lightgallery > a.default > img {
    object-fit: none;
}
#fly-to-basket img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}
#fly-to-basket a {
    width: inherit;
    height: inherit;
    object-fit: contain;
}
.page-card .count-info .count-descr span {
    display: inline-block;
    min-width: 70px;
    white-space: nowrap;
}
.cookie-message {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: opacity 250ms, -webkit-transform 500ms;
    transition: opacity 250ms, -webkit-transform 500ms;
    -o-transition: transform 500ms, opacity 250ms;
    transition: transform 500ms, opacity 250ms;
    transition: transform 500ms, opacity 250ms, -webkit-transform 500ms;
}
.application_wrapper {
    overflow: auto;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
}
.product-categories__mobile-title {
    width: 100%;
    align-items: center;
}
.product-categories__mobile-title .selectric-wrapper {
    flex: 1;
}
.product-categories__mobile-title .selectric {
    border: none;
    background-color: transparent;
}
.product-categories__mobile-title .selectric .button {
    background-color: transparent;
}
.product-categories__mobile-title .selectric .button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkNhcmV0UmlnaHQiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMyA2TDggMTFMMTMgNiIgc3Ryb2tlPSIjMDMwMzcxIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}
.product-categories__mobile-title .selectric .label {
    font-size: 16px;
    white-space: initial;
    height: auto;
    line-height: normal;
    min-height: 38px;
    display: flex;
    align-items: center;
}
.catefories_icon {
    width: 20px;
    height: 20px;
}
.catefories_icon svg {
    width: inherit;
    height: inherit;
}
.catalog__sidebar-tab-content {
    background-color: #ffffff;
}
.reviews__bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.reviews__bottom .catalog__btn {
    width: auto;
    padding: 8px 16px;
    height: auto;
    color: #030371;
}
.reviews__bottom .catalog__btn svg {
    margin-right: 8px;
}
.reviews__bottom .reviews__item-date {
    position: static;
    flex: 1;
}
@media screen and (max-width: 1199px) {
    .cookie-message {
        bottom: 90px;
    }
}
@media screen and (max-width: 767px) {
    .cookie-message {
        bottom: 67px;
    }
}
.cookie-message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 20px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
@media screen and (max-width: 1199px) {
    .cookie-message__container {
        max-width: none;
        width: 100%;
        margin: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .cookie-message__container {
        margin: 0 15px;
        padding: 16px 12px;
        text-align: center;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.cookie-message__info {
    margin-right: 40px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
@media screen and (max-width: 1199px) {
    .cookie-message__info {
        margin-right: 30px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .cookie-message__info {
        text-align: left;
        margin-bottom: 12px;
        margin-right: 0;
    }
}
.cookie-message__info a {
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: border-bottom-color 500ms, color 500ms;
    -o-transition: border-bottom-color 500ms, color 500ms;
    transition: border-bottom-color 500ms, color 500ms;
}
@media screen and (min-width: 1200px) {
    .cookie-message__info a:hover {
        text-decoration: none;
        border-bottom-color: transparent;
    }
}
.cookie-message__btn {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    background-color: #030371;
    border-radius: 5px;
    -webkit-transition: background-color 500ms, color 500ms;
    -o-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 767px) {
    .cookie-message__btn {
        font-size: 14px;
        line-height: 38px;
        width: 100%;
    }
}
.cookie-message.close {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.nameplate {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.nameplate__item {
    margin: 2px;
}
.page-news__item .nameplate {
    top: 16px;
    left: 16px;
}
.arrow-down a, .mouse-icon {
    cursor: default;
    pointer-events: none;
}
.title-search-result::-webkit-scrollbar, .custom_scrollbar::-webkit-scrollbar {
    width: 4px;
}
.title-search-result::-webkit-scrollbar-track, .custom_scrollbar::-webkit-scrollbar-track {
    background: var(--new-card-border-color);
    width: 7px
}
.title-search-result::-webkit-scrollbar-thumb, .custom_scrollbar::-webkit-scrollbar-thumb {
    background: #030371;
    border-radius: 5px;
}
.title-search-result, .custom_scrollbar {
    scrollbar-color: #4d4d4d #c5c5c5;
    scrollbar-width: thin;
}
.title-search-result {
    z-index: 50 !important;
}
.basket__right-part-last-line {
    flex-wrap: wrap;
}
.basket__right-part-last-line .v_custom_checkbox {
    margin-top: 12px;
}
.facilities__card-descr-weight ul li {
    flex-grow: 0;
    max-width: none;
    min-width: 35px;
    width: auto;
}
.facilities__card .product-item-info-container:not(:last-child) {
    margin-bottom: 12px;
}
.facilities__card-bottom {
    margin-top: initial;
}
.facilities__card-over-top {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.facilities__card-descr {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.facilities__card-descr-weight {
    margin-top: auto;
}
.sku_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -8px;
    width: 100%;
    flex-direction: column;
}
.sku_row .facilities__card-descr-weight {
    margin: 8px;
}
.v_custom_checkbox {
    user-select: none;
    display: flex;
    width: 100%;
}
.v_custom_checkbox__input {
    opacity: 0;
    position: absolute;
}
.v_custom_checkbox__input:checked+.v_custom_checkbox__label:before {
    content: "";
    background-image: url("img/check-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.v_custom_checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: initial;
}
.v_custom_checkbox__label:before {
    content: "";
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 2px;
    margin-right: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (any-hover: hover) {
    .v_custom_checkbox:hover .v_custom_checkbox__label:before {
        border-color: #E8E8E8;
    }
}
.hidden {
    display: none !important;
}
#bx-soa-order .bx-slst .dropdown-block.form-control {
    margin-bottom: 10px;
}
.page-contacts__map>div, .page-contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.page-card .count__total-sale {
    text-decoration: none;
}
.facilities__card-descr-list-wrap ul {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 4px;
}
.facilities__card-descr-list-wrap ul li {
    width: auto !important;
    padding-left: 9px;
}
.facilities__card-descr-list-wrap ul li:nth-child(even) {
    margin-left: 10px;
}
@media (min-width: 1199px) {
    .facilities__card {
        padding: 21px 20px 19px;
    }
}
.catalog__btn {
    cursor: pointer;
}
.page-card__right-part {
    flex: 1;
}
.catalog-modal {
    z-index: 31;
}
.page-card #lightgallery {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-card #lightgallery>a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    position: relative;
    z-index: 31;
    overflow: initial;
}
#bx-soa-order #bx-soa-orderSave {
    margin: 20px 0 0;
    padding: 0 !important;
    text-align: center;
    display: none;
}
.bx-filter .bx-filter-parameters-box {
    user-select: none;
}
.main-page-slider__item-icons-item:not(.main-page-slider__item-icons-item.svg-stroke) svg path {
    fill: #fff;
}
.main-page-slider__item-icons-item.svg-stroke svg path {
    stroke: #fff;
}
#bx-soa-order #bx-soa-orderSave .checkbox {
    display: none;
}
#bx-soa-order .form {
    text-align: center;
}
#bx-soa-order .form .licence_block, #bx-soa-order .form .offer_block {
    display: inline-block;
    padding-bottom: 5px;
}
body.lock {
    overflow: hidden;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.product-categories__title {
    cursor: pointer;
}
#bx-soa-order .form .licence_block label, #bx-soa-order .form .offer_block label {
    font-size: 14px;
    color: #333;
}
#bx-soa-order .form .licence_block label.error, #bx-soa-order .form .offer_block label.error {
    font-size: 12px;
}
.page-card__recomend .facilities {
    padding: 0;
}
.facilities .slick-track {
    display: flex;
}
.facilities .slick-track .slick-slide {
    height: auto;
}
.facilities .slick-track .slick-slide > div {
    height: 100%;
}
.facilities .slick-track .slick-slide > .facilities__card {
    height: 100%;
}
#bx-soa-order #bx-soa-orderSave a {
    float: none !important;
    text-shadow: none;
    color: #FFF;
    padding: 11px 40px 13px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block !important;
    margin-top: 0 !important;
}
#bx-soa-order .bx-soa-more .bx-soa-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left {
    border-radius: 4px;
    min-height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 150%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #030371;
    background-color: #fff;
    font-size: 20px;
}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-right {
    min-height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 32px;
    font-weight: 500;
    line-height: 150%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #030371;
    color: #030371;
    border-radius: 100px;
    font-size: 20px;
    margin-right: 44px;
}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-right svg {
    display: none;
}
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-right span {
    display: inline-block;
}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group[data-property-id-row] {
    position: relative;
}
#bx-soa-order .form .license_order_wrap {
    display: inline-block;
}
#bx-soa-order .form .license_order_wrap .licence_block, #bx-soa-order .form .license_order_wrap .offer_block {
    display: block;
    text-align: left;
}
#bx-soa-order .bx-soa-section-title-count {
    display: none;
}
#bx-soa-order .alert .row {
    margin-top: 0;
}
#bx-soa-order .alert .row div {
    font-size: 12px;
}
.bx-sls .dropdown-fade2white {
    display: none;
}
#bx-soa-order .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#bx-soa-order .form-group label[for="zipProperty"]:not(.error) {
    top: 0;
    left: 0;
    font-weight: normal;
    cursor: text;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color: #777777;
}
#bx-soa-order .form-group.value_y label:not(.error) {
    position: absolute;
    background: #FFF;
    font-size: 12px;
    top: -10px;
    left: 10px;
    padding: 0 7px;
}
#bx-soa-order .form-group.value_y input, #bx-soa-order .form-group.value_y textarea {
    background: #FFF;
}
#bx-soa-order .bx-soa-reference {
    margin: -8px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    border: none;
}
#bx-soa-order .bx-soa .form-group .radio-inline {
    padding: 0;
}
#bx-soa-order .bx-soa .form-group .radio-inline label {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 32px !important;
    font-size: 18px;
}
#bx-soa-order .bx-soa .form-group .radio-inline label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
}
#bx-soa-order .bx-soa .form-group .radio-inline label:hover:before {
    border: none;
}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label {
    cursor: default;
}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before {
    border: none;
}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 8px;
    background: url(images/svg/order_ext.svg) -64px -9px no-repeat;
}
#bx-soa-order .bx-soa .form-group .radio-inline input {
    display: none;
}
#bx-soa-order .bx-soa-tooltip {
    position: absolute;
    bottom: -19px;
    left: 0;
    padding: 0;
    background: none;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 20px;
    top: auto;
}
#bx-soa-order .bx-soa-tooltip .tooltip-arrow {
    display: none;
}
#bx-soa-order .bx-soa-tooltip .tooltip-inner {
    max-width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fe5252;
    background: none;
}
#bx-soa-order .has-error .form-control {
    border-color: #fe5252;
}
#bx-soa-order .form-group.has-error input {
    border-color: #fe5252;
}
#bx-soa-order .form-group.has-error .form-control.dropdown-block {
    border-color: #fe5252;
}
#bx-soa-order .form.form-group.bx-soa-customer-field {
    text-align: center;
    padding-top: 4px;
    margin-bottom: 20px !important;
}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block {
    display: inline-block;
    padding: 0;
    text-align: center;
}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .license {
    display: inline-block;
}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip {
    bottom: -35px;
    position: static;
}
#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip .tooltip-inner {
    text-align: left;
}
#bx-soa-order .form.form-group+#bx-soa-orderSave {
    margin-top: 15px;
}
#bx-soa-order #bx-soa-delivery .bx-soa-section-title:before {
    background-position: -30px 0;
}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-price {
    white-space: nowrap;
}
#bx-soa-order .bx-soa .bx-soa-location-input-container:before {
    display: none;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    border: none;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 13px;
    width: 10px;
    height: 8px;
    background: url(images/svg/order_ext.svg) -64px -9px no-repeat;
    z-index: 2;
}
#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    position: relative;
    border: 1px solid #f2f2f2;
    width: 118px;
    height: 70px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position: center center !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    cursor: default;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container input {
    display: none;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px 5px;
    background: #fbfbfb;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -24px;
    border: 1px solid #f2f2f2;
    border-top: none;
}
#bx-soa-order .bx-soa-pp-desc-container {
    padding-top: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
    position: relative;
    padding: 22px 24px 20px;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #fbfbfb;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    left: -1px;
    height: 2px;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:after {
    content: "";
    display: table;
    clear: both;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-image {
    margin: 5px 0 0;
    background: #FFF;
    cursor: default;
    border-radius: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block:after {
    content: "";
    display: table;
    clear: both;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block>br {
    display: none;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list {
    padding: 0;
    margin: 17px 0 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li {
    padding: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-termin {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-description {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    padding: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #383838;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field label:not(.error) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    background: none;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field .bx-soa-service-small {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox {
    margin: 21px 0 0;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox:first-child {
    margin-top: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox input {
    display: none;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    background: #FFF;
    border-radius: 2px;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label:hover:before {
    border: none;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:before {
    border: none;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 8px;
    background: url(images/svg/order_ext.svg) -64px -9px no-repeat;
}
#bx-soa-order .bx-soa-pp-desc-container .checkbox .bx-soa-service-small {
    margin: 1px 0 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field {
    margin: 13px 0 0;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field:first-of-type {
    margin-top: 22px;
}
#bx-soa-order .bx-soa-section.bx-step-completed {
    border: none;
}
#bx-soa-order .bx-soa-pp-company-block .form-control {
    font-size: 12px;
}
#bx-soa-order .form-control {
    margin-bottom: 0;
}
#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content strong {
    font-weight: bold;
    margin: 0;
}
#bx-soa-order .bx-soa-coupon {
    margin: 30px -29px -2px -79px;
    padding: 25px 29px 0 29px;
    border-top: 1px solid #f2f2f2;
}
#bx-soa-order #bx-soa-basket .bx-soa-coupon {
    margin: 0 0 27px;
}
#bx-soa-order #bx-soa-basket .bx-soa-more {
    margin: 0 0 25px;
}
#bx-soa-order .bx-soa-coupon-label {
    margin: 2px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
#bx-soa-order .bx-soa-coupon-block {
    display: inline-block;
    vertical-align: top;
}
#bx-soa-order .bx-soa-coupon label {
    margin: 0;
    width: 90px;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    color: #333333;
}
#bx-soa-order .bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-label {
    margin-top: 0;
}
#bx-soa-order .bx-soa-coupon-input {
    width: 260px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
#bx-soa-order .bx-soa-coupon-input:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    margin: 0;
    width: 45px;
    height: auto;
    cursor: pointer;
    border: none;
    background: url(images/svg/order_ext.svg) -30px -28px no-repeat;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#bx-soa-order .bx-soa-coupon-input:hover:after {
    background-position: 9px -28px;
}
#bx-soa-order .bx-soa-coupon-input input[type=text].form-control, #bx-soa-order textarea.form-control {
    padding: 8px 67px 7px 17px;
    height: auto;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    font-size: 18px;
    line-height: calc(25 / 18 * 100%);
    color: #222222;
}
#bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus {
    background: #FFF;
}
#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content .bx-soa-pp-company-selected img {
    display: none;
}
#bx-soa-order .bx-soa-pp-company-selected {
    padding-top: 0;
    padding-bottom: 0;
}
#bx-soa-order .bx-soa-pp-price {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
#bx-soa-order #bx-soa-paysystem .bx-soa-section-title:before {
    background-position: -60px 0;
}
#bx-soa-order #bx-soa-properties .bx-soa-section-title:before {
    background-position: -90px 0;
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) {
    margin: 4px 0 0;
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]):first-child {
    margin-top: 0;
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label:after {
    content: ":";
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label .bx-authform-starrequired {
    display: none;
}
#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row])>div {
    display: inline-block;
    vertical-align: top;
}
#bx-soa-order #bx-soa-basket .bx-soa-section-title:before {
    background-position: 0 -30px;
}
#bx-soa-order .bx-soa-section .bx-soa-coupon-item {
    display: block;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-coupon-item>strong {
    display: block;
    margin: 16px 0 0;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
#bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip {
    float: right;
    display: block;
    margin: 0 0 0 15px;
    opacity: 1;
    position: relative;
    left: auto;
    bottom: auto;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner {
    font-size: 14px;
    color: #333;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("images/svg/order_ext.svg") -32px -73px no-repeat;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("images/svg/order_ext.svg") -26px -4px no-repeat;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("images/svg/order_ext.svg") -5px -4px no-repeat;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove {
    float: right;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 3px;
    border-radius: 100%;
    background: url("images/svg/order_ext.svg") -82px -62px no-repeat;
}
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove:hover {
    background-position: -82px -82px;
}
#bx-soa-order #bx-soa-properties .form-group {
    margin: 0 0 23px;
}
#bx-soa-order #bx-soa-properties.bx-selected .form-group label {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#bx-soa-order #bx-soa-properties.bx-selected .form-group.value_y label {
    background: #FFF;
    top: -10px;
    left: 10px;
    padding: 0 7px;
}
#bx-soa-order #bx-soa-properties .form-group textarea {
    height: 106px;
    border: 1px solid #ececec;
}
#bx-soa-order #propsMap {
    margin: 0 0 20px;
    height: 332px !important;
}
#bx-soa-order #propsMap>ymaps {
    height: 332px !important;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line {
    font-family: "Rubik-Regular", sans-serif;
    font-size: 18px;
    color: #808080;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-size: 24px;
    color: #222222;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 24px;
    color: #222222;
}
#bx-soa-order #bx-soa-basket .bx-soa-section-content {
    padding: 0;
}
#bx-soa-order #bx-soa-basket .bx-soa-coupon.bx-soa-coupon-item-fixed {
    margin: 0 0 30px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table {
    margin: 0 0 -1px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    padding: 39px 10px 25px !important;
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-info-shower {
    padding: 0 20px 10px;
    display: inline-block;
}
.bx-soa-info-shower+.bx-soa-item-info-block {
    padding: 0 20px 0;
}
.bx-soa-info-block .bx-soa-info-line td {
    font-size: 13px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td .bx-soa-item-td-title {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    padding: 7px 10px 8px !important;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
    padding-left: 30px !important;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
    padding-right: 24px !important;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block {
    padding: 0;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
    margin: 0 0 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block .bx-soa-item-imgcontainer {
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    border-radius: 0;
    border: none;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
    padding: 0 0 0 90px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title {
    margin: 0 0 6px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a {
    color: #333;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container:after {
    background: none;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text {
    margin: 0 0 0 6px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-text small {
    display: block;
    margin: -1px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #aeaeae;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right {
    text-align: left;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right>div {
    text-align: left;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-text {
    line-height: 20px;
}
#bx-soa-order #bx-soa-basket .bx-price {
    font-size: 18px;
    line-height: 16px;
    color: #333;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-td-title {
    font-size: 12px;
    color: #999;
    vertical-align: top;
}
#bx-soa-order .bx-price-old {
    margin: 0 0 0 4px !important;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 20px;
    color: #777777;
}
#bx-soa-order #bx-soa-total-mobile {
    margin: 0 0 20px !important;
    display: none
}
.bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
    border-top: 1px solid #f2f2f2 !important;
}
.bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td {
    border: none !important;
}
#content noscript+b {
    display: none;
}
.sale_order_full_table {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 730px;
}
body .sberbank__content {
    margin-right: auto !important;
    margin-left: auto !important;
}
.sale_order_full_table:first-of-type {
    text-align: center;
    color: #333;
    border: none !important;
}
.sale_order_full_table:first-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url("images/svg/order_ext.svg") -103px -5px no-repeat;
}
.sale_order_full_table {
    border: 1px solid #f2f2f2;
    padding: 34px 39px 34px;
}
.sale_order_full_table:last-of-type tr:last-child td:first-child {
    padding-top: 20px;
}
.sale_order_full_table>tbody {
    display: block;
}
.sale_order_full_table>tbody>tr {
    display: block;
}
.sale_order_full_table td {
    display: block;
}
.sale_order_full_table .ps_logo {
    display: block;
}
.sale_order_full_table .ps_logo br {
    display: none;
}
.sale_order_full_table .ps_logo .pay_name {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
.sale_order_full_table .ps_logo .image {
    background: #fff;
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 72px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #f2f2f2;
}
.sale_order_full_table .ps_logo .paysystem_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.sale_order_full_table td>.tablebodytext {
    display: block;
    color: #333;
}
.sale_order_full_table .tablebodytext br:first-of-type {
    display: none;
}
.sale_order_full_table input[name="BuyButton"] {
    margin: -7px 0 0;
    padding: 7px 19px 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.sale_order_full_table form[name="ShopForm"] .tablebodytext {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #777777;
}
.sale_order_full_table form[name="ShopForm"] .tablebodytext b {
    font-weight: normal;
    color: #333333;
}
#bx-soa-order .bx-soa-cart-total .change_basket {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 -29px 43px;
    padding: 2px 29px 31px;
}
#bx-soa-order .bx-soa-cart-total .change_basket .change_link {
    position: absolute;
    top: 3px;
    right: 29px;
    font-size: 14px;
    font-weight: 400;
}
.bx-soa-auth .bx-authform-input-container input[type="text"], .bx-soa-auth .bx-authform-input-container input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #eaebec;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 12px;
    padding: 8px 13px 7px;
    width: 100%;
    line-height: 20px;
}
.bx-soa-auth .bx-authform-input-container label {
    font-size: 12px;
    margin-bottom: 2px;
    color: #777;
}
#bx-soa-order input[type=text], #bx-soa-order input[type=password], #bx-soa-order input[type=email], #bx-soa-order select, #bx-soa-order textarea {
    font-size: 16px;
}
#bx-soa-order #bx-soa-auth .bx-title {
    margin-top: 0;
}
#bx-soa-order #bx-soa-auth .bx-soa-reference {
    display: none;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content {
    margin-left: -30px;
    margin-right: -30px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content.reg {
    margin-left: -15px;
    margin-right: -15px;
}
#bx-soa-order .bx-authform-formgroup-container {
    margin: 0 0 30px;
}
#bx-soa-order .bx-authform-content-container, #bx-soa-order .bx-authform-label-container {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    z-index: 1;
    margin-bottom: 2px;
}
#bx-soa-order .bx-authform-formgroup-container .bx-captcha {
    margin-top: 1px;
}
#bx-soa-order .bx-soa-section-content.reg input[type=submit] {
    margin-right: 10px;
}
#bx-soa-order #bx-soa-auth .bxe-light {
    display: none;
}
#bx-soa-order #bx-soa-auth .bx-soa-reg-block {
    background-color: #f7f7f7;
    padding: 28px 35px;
}
.sale_order_full_table .paykeeper_form {
    margin-top: 24px;
}
#bx-soa-order #bx-soa-auth .bx-soa-reg-block p {
    color: #999999;
    font-size: 0.800em;
    line-height: 1.5em;
}
#bx-soa-order #bx-soa-auth .bx-authform-social ul {
    margin-top: -10px;
}
#bx-soa-order #bx-soa-auth .bx-soa-section-content>.col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}
#bx-soa-order #bx-soa-auth .filter .checkbox label {
    font-size: 13px;
    padding: 0 0 0 23px;
    margin: 0;
}
#bx-soa-order #bx-soa-auth .alert {
    margin-right: 15px;
    margin-left: 15px;
}
#bx-soa-order #bx-soa-auth .checkbox, #bx-soa-order #bx-soa-auth .checkbox label {
    display: inline-block;
    margin: 0;
}
#NEW_GENERATE_Y {
    margin-bottom: 30px;
}
#bx-soa-order.orderform--v1 .pandd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#bx-soa-order.orderform--v1 .pandd>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#bx-soa-order.orderform--v1 #pickUpMap>ymaps {
    width: 100%;
}
#bx-soa-order.orderform--v1 #bx-soa-pickup {
    width: 100%;
}
#bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title-container {
    cursor: default;
    background-color: transparent;
}
#bx-soa-order.orderform--v1 .bx-soa-section:not(#bx-soa-basket) .bx-soa-section-title-container {
    border-bottom-color: transparent;
    padding-bottom: 5px;
}
#bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title {
    font-weight: 600;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery, #bx-soa-order.orderform--v1 #bx-soa-paysystem {
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 100%;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem+#bx-soa-pickup {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery+#bx-soa-pickup {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#bx-soa-order.orderform--v1 #bx-soa-coupon {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#bx-soa-order.orderform--v1 #bx-soa-coupon .bx-soa-coupon {
    border: none;
    margin: 0;
    padding: 0;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon-label {
    margin: -1px;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon label {
    color: #777;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 20px;
}
#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
    border: none;
}
#bx-soa-order.orderform--v1 .bx-soa .bx-soa-custom-label, #bx-soa-order.orderform--v1 .bx-soa .form-group label {
    margin-bottom: 6px;
}
#bx-soa-order.orderform--v1 div[class*="bx-sls"] .quick-locations {
    margin-top: -3px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-company-graf-container {
    height: 20px;
    width: 20px;
    border: none !important;
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    position: relative;
    float: none;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    display: block;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description {
    padding: 5px 7px 5px 9px;
    background: #f0f0f0;
    border: none;
    color: #333;
    border-radius: 10px;
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
    margin: 0 0 0 5px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before {
    top: 0;
    left: 0;
    border: 1px solid #eaeaea;
    background: #fbfbfb;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::after {
    left: 5px;
    top: 6px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
    padding: 0;
    color: #333;
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company {
    position: relative;
    padding: 0 0 0 35px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-company-description {
    color: #777;
    font-size: 13px;
    max-width: 100%;
}
#bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-pp-company-description {
    padding: 0;
    width: 265px;
    margin: 8px 0 9px 0;
}
#bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-pp-company-description {
    margin: 32px 0 9px 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn {
    position: relative;
}
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn:before {
    content: "";
    position: relative;
    width: 10px;
    height: 8px;
    background: url(images/svg/order_ext.svg) -64px -9px no-repeat;
    z-index: 2;
    display: inline-block;
    margin: 0 10px 0 0;
}
#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
    border-top: none !important;
}
#bx-soa-order.orderform--v1 .bx-soa-section.bx-step-error .bx-soa-section-title::before {
    background: none;
    background: url(images/svg/order.svg) -60px -30px no-repeat !important;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon-block {
    width: 100%;
}
#bx-soa-order.orderform--v1 .bx-soa-coupon-input {
    width: inherit;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    font-size: 14px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-list-termin {
    display: inline;
    margin: 0 3px 0 0;
    color: #777;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period .bx-soa-pp-list-description {
    display: inline;
    color: #333;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container {
    width: 100%;
    padding: 0;
    min-height: inherit;
    margin: 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company {
    border: none;
    background: none;
    padding: 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
    display: none;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc~div {
    margin-top: 8px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::before, #bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::after {
    display: none;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox {
    padding: 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-field label, #bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox label {
    font-size: 13px;
    color: #777;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company-block>div:first-of-type {
    margin-top: 8px;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-inner-ps {
    margin: 5px 0 0 0;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasprice .bx-soa-pp-company-smalltitle, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasperiod .bx-soa-pp-company-smalltitle, #bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hascalculate .bx-soa-pp-company-smalltitle {
    margin-bottom: 8px;
}
#bx-soa-order.orderform--v1 .bx-authform-content-container, #bx-soa-order.orderform--v1 .bx-authform-label-container {
    margin-bottom: 6px;
}
#bx-soa-order.orderform--v1 .bx-authform-formgroup-container .bx-captcha {
    margin-top: 5px;
}
#bx-soa-order .bx-soa-section {
    display: none;
}
#bx-soa-order .bx-soa-section.bx-selected {
    display: block;
}
.order_page .delivery {
    padding: 0;
}
.order_page .bx-soa li.active::after {
    background-color: #030371;
}
.order_page .bx-soa li.active {
    color: #030371;
}
#bx-soa-order .bx_soa_location .col-xs-12 .form-group:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
}
#bx-soa-order .bx_soa_location .col-xs-12 .form-group:first-child .radio-inline {
    margin-right: 52px;
}
.bx-sls .bx-ui-sls-clear {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bx-sls .dropdown-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bx-soa {
    max-width: 615px;
    margin-right: 80px !important;
}
.order_page__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 36px;
}
.order_page {
    margin-top: 52px;
}
.order_page .bx-soa li {
    height: 44px;
    margin-right: 40px;
}
.order_page .bx-soa li.active::after {
    height: 1px;
}
.bx-soa li {
    width: unset !important;
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
}
.bx-soa-sidebar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bx_soa_location.row, .bx_soa_location.row .col-xs-12 {
    width: 100%;
}
#bx-soa-paysystem .bx-soa-pp-item-container, #bx-soa-delivery .bx-soa-pp-item-container, #bx-soa-properties .bx-soa-section-content {
    padding-left: 0;
    padding-right: 0;
}
#bx-soa-properties .bx-soa-more-btn {
    margin-left: 15px;
}
#bx-soa-region .bx-soa-section-content {
    padding-right: 0;
}
.bx_soa_location.row, .bx_soa_location.row .col-xs-12 {
    width: calc(100% + 15px);
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    text-transform: uppercase;
}
#bx-soa-paysystem .col-xl-4 {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    width: 100% !important;
}
.bx-soa-pp-company-name {
    margin-bottom: 0 !important;
}
.bx-soa li {
    font-family: 'Rubik-Regular', sans-serif !important;
}
.bx-soa-sidebar {
    padding: 28px !important;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected {
    border: 1px solid var(--new-card-border-color) !important;
    margin: 0 !important;
    margin-top: -1px !important;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-name:before {
    border-width: 1px !important;
    border-color: #030371 !important;
}
.bx-soa-pp-company-name:before {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
    font-family: inherit;
}
.bx-sls .bx-ui-sls-clear {
    background: url('/local/templates/eco/img/close-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.bx-sls .bx-ui-sls-clear:hover {
    background: url('/local/templates/eco/img/close-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.bx-sls .bx-ui-sls-clear {
    margin-top: 0;
    right: 6px;
}
#bx-soa-delivery .bx-soa-pp-company:hover, #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover {
    border: 1px solid #E1E1E1;
}
#bx-soa-delivery .bx-soa-pp-company:hover .bx-soa-pp-company-name:before, #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-name:before {
    border: 1px solid #030371;
}
.bx-soa-pp-company-name:before {
    border: 1px solid #E1E1E1;
}
.shops__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}
.shops__links>* {
    margin: 4px;
}
.submit_btn {
    cursor: pointer;
    border: 1px solid #030371;
    border-radius: 100px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #030371;
    -webkit-transition: color .2s, background-color .2s, border .2s, opacity .2s;
    -o-transition: color .2s, background-color .2s, border .2s, opacity .2s;
    transition: color .2s, background-color .2s, border .2s, opacity .2s;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0.5;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}
.submit_btn.active {
    pointer-events: initial;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.bx-filter-block .submit_btn {
    margin: 16px 16px 0 16px;
}
.products .facilities__card {
    width: auto;
}
.products__right-part-right-item svg {
    width: 140px;
    height: 140px;
    opacity: 0.2;
}
.page-contacts .orders__item-wrap:nth-child(n+2):nth-child(-n+6) .department-title {
    visibility: visible;
}
.page-contacts .orders__item-wrap:nth-child(n+4):nth-child(-n+6) .department-title {
    display: block;
}
.header__top-left-town-select {
    cursor: pointer;
    align-self: stretch;
}
.title-search-result {
    background-color: #fff;
    z-index: 5;
    width: auto !important;
    max-width: 600px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 20px rgba(29, 32, 35, 0.06);
    max-height: 300px;
    overflow: auto;
}
.bx_item_element {
    overflow: hidden;
}
.bx_item_link {
    display: flex !important;
    padding: 16px !important;
    transition: all .3s;
    align-items: center;
    margin: -8px;
    overflow: hidden;
}
.bx_item_link>* {
    margin: 8px;
}
.bx_item_block {
    transition: background-color .2s;
}
.bx_item_block:not(.all_result) {
    position: relative;
}
.bx_item_block:not(.all_result):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 82px;
    right: 0;
    height: 1px;
    width: calc(100% - 82px);
    background-color: var(--new-card-border-color);
}
.bx_item_link__picture {
    width: 57px;
    height: 57px;
    flex-shrink: 0;
}
.bx_item_link__picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bx_item_link__name {
    font-size: 12px;
    line-height: 1.4;
    color: #111927;
    font-family: "Rubik-Medium", sans-serif;
    flex: 1;
}
.bx_item_link__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.bx_item_link__price>div:nth-child(1) {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #111927;
}
.bx_item_link__price>div:nth-child(2) {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration-line: line-through;
    color: #6A6D70;
}
.bx_item_block.all_result .all_result_title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.all_result_link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 12px !important;
    font-size: 14px;
    line-height: 1.4;
    color: #030371 !important;
    border: 1px solid currentColor;
    border-radius: 100px;
    font-family: 'Rubik-Medium', sans-serif;
    transition: all .2s;
}
.all_result_link svg {
    flex-shrink: 0;
    margin-left: 14px;
}
.all_result_link svg path {
    transition: all .2s;
}
.header .sales-department__wrap {
    position: relative;
    cursor: pointer;
}
.header .sales-department__wrap a {
    white-space: nowrap;
    pointer-events: none;
}
.header .sales-department__wrap.active a {
    pointer-events: auto;
}
.header .sales-department__wrap a:not(.sales-department__wrap) {
    white-space: nowrap;
}
.header .sales-department__wrap span {
    padding: 0 6px;
}
.header .sales-department__wrap>a {
    padding: 0 6px 6px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 140%;
    color: #030371;
}
.header .sales-department__wrap>a svg {
    margin-left: 4px;
    transition: transform .3s;
}
.header .sales-department__wrap.active>a svg {
    transform: rotate(180deg);
}
.header .sales-department__wrap .dropdown_content a {
    padding: 6px 32px 6px 6px;
}
.dropdown_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    border-radius: 0 0 5px 5px;
}
.title-search-result .bx_item_block a {
    padding: 10px;
    font-family: 'Rubik-Regular', sans-serif;
    display: block;
    color: inherit;
}
.title_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}
.title_wrapper>* {
    margin: 0;
}
.title_wrapper>*:nth-child(1) {
    margin-right: 4px;
}
.title_wrapper>*:nth-child(2) {
    margin-left: 4px;
}
.repeat_btn {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.repeat_btn svg {
    margin-left: 18px;
}
.page-about-company__bottom {
    background-color: #F9F9F9;
}
.page-about-company__bottom-inner {
    padding-bottom: 0;
}
.page-contacts__map-info p b {
    display: inline-block;
}
.reviews-page .facilities__card {
    width: auto !important;
}
.reviews-page .facilities__card-descr-list-wrap ul li:nth-child(even) {
    margin: 0 !important;
}
.reviews-page .slick-track {
    display: flex;
}
.reviews-page .slick-slide {
    height: auto !important;
}
.reviews-page .slick-slide>div {
    height: 100%;
}
.personal-account__right-part-item-right .status {
    position: relative;
}
.status .border-btn, .person-account__detail-order-info .border-btn {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}
.person-account__detail-order-info>*:not(:last-child) {
    margin-bottom: 20px;
}
.status .border-btn svg, .person-account__detail-order-info .border-btn svg {
    margin-left: 4px;
    margin-right: 0;
    width: 24px;
    height: auto;
}
.catalog_search_form {
    display: flex;
    max-width: 800px;
    margin-bottom: 54px;
}
.catalog_search_form .btn__submit {
    margin-left: 36px;
}
.catalog_search_form .search-query {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 8px;
    -webkit-appearance: none;
    border-radius: 0;
}
.catalog_search_form .search-query:focus {
    border-color: #222;
}
@media screen and (min-width: 1660px) {
    .catalog__content-cards.show_5 .facilities__card {
        width: 20%;
    }
}
@media screen and (max-width: 1919px) {
    .title_wrapper {
        margin-bottom: calc(16px + (36 - 16) * ((100vw - 360px) / (1919 - 360)));
    }
    .repeat_btn svg {
        width: calc(15px + (28 - 15) * ((100vw - 360px) / (1919 - 360)));
        height: calc(15px + (28 - 15) * ((100vw - 360px) / (1919 - 360)));
        margin-left: calc(8px + (18 - 8) * ((100vw - 360px) / (1919 - 360)));
    }
    .repeat_btn {
        font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1919 - 360)));
    }
}
@media screen and (min-width: 1200px) {
    .svg_map svg {
        overflow: visible;
    }
    .title-search-result {
        min-width: 450px;
    }
    .wr-popup .popup-application__wrap {
        min-height: auto;
        height: calc(100vh - 74px);
    }
    .reviews-page__right-cards {
        flex-direction: row;
    }
}
@media (max-width: 1199px) {
    .order_page {
        margin-top: 32px;
        min-height: calc(100vh - var(--difVW));
    }
}
@media (max-width: 767px) {
    .order_page {
        margin-top: 20px;
        min-height: calc(100vh - 53px - var(--difVW));
    }
    .order_page__title {
        margin-bottom: 8px;
    }
    .order_page .bx-soa li {
        margin-right: 0;
    }
    .bx-soa ul {
        width: 100%;
    }
    #bx-soa-order .bx_soa_location .col-xs-12 .form-group:first-child .radio-inline {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .bx_soa_location.row, .bx_soa_location.row .col-xs-12 {
        width: 100%;
    }
    #bx-soa-order .bx_soa_location .col-xs-12 .form-group:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #bx-soa-order .bx-soa .form-group .radio-inline label {
        font-size: 14px;
    }
    .bx-soa ul {
        margin-bottom: 0;
    }
    #bx-soa-order .bx_soa_location .col-xs-12 .form-group:first-child {
        margin-bottom: 10px;
    }
    #bx-soa-properties .bx-soa-more-btn {
        margin-left: 0;
    }
}
.footer.footer-margin {
    padding-bottom: 120px;
}
@media (max-width: 1199px) {
    #bx-soa-order #bx-soa-properties.bx-selected .form-group label {
        width: auto;
    }
    .bx_item_block:nth-last-child(2):after {
        display: none;
    }
    .title-search-result {
        z-index: 30;
        width: 100% !important;
        max-width: none;
        border-radius: 0;
        box-shadow: none;
        height: calc(100vh - 61px - 63px - 53px - var(--difVW));
        overflow-y: auto;
        display: none;
        max-height: none;
    }
    .bx_item_block.all_result {
        position: sticky;
        bottom: 0;
        width: 100%;
        z-index: 1;
        border-top: 1px solid var(--new-card-border-color);
        background-color: #ffffff;
    }
    .bx_item_block:not(.all_result):last-of-type:after {
        display: none;
    }
    #title-search {
        display: flex;
        padding: 9px 16px 9px;
        position: relative;
    }
    #title-search input[type=search] {
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--new-card-border-color);
        outline: none;
        -webkit-appearance: none;
        background-color: transparent;
        border-radius: 0;
    }
    #title-search input[type=search]::-webkit-search-cancel-button {
        opacity: 0;
        visibility: hidden;
    }
    #title-search input[type=submit] {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
    }
    #title-search label {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }
}
@media (max-width: 767px) {
    #bx-soa-order #bx-soa-properties.bx-selected .form-group.custom_checkbox label {
        font-size: 15px !important;
    }
    #bx-soa-order #bx-soa-properties .form-group.custom_checkbox {
        margin-bottom: 0;
    }
    .catalog_search_form {
        max-width: none;
    }
}
@media (any-hover: hover) {
    #bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left:hover {
        border-color: #222;
    }
    #bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-right:hover {
        background-color: #030371;
        color: #fff;
    }
    .submit_btn:hover {
        color: #fff;
        background-color: #030371;
    }
    .status .border-btn:hover svg path {
        stroke: var(--white);
    }
    .person-account__detail-order-info .border-btn:hover svg path {
        stroke: var(--white);
    }
    .person-account__detail-order-info .border-btn:hover i {
        color: var(--white);
    }
    .bx_item_block:not(.all_result):hover {
        background-color: #F5F8FF;
    }
    .all_result_link:hover {
        color: #fff !important;
        background-color: #030371;
    }
    .all_result_link:hover svg path {
        stroke: #ffffff;
    }
    .header__right-part-icons .burger__wrap:hover {
        background-color: #F5F8FF;
    }
    #bx-soa-delivery .bx-soa-pp-company:hover+.bx-soa-pp-company.bx-selected {
        border-top: 1px solid #030371 !important;
    }
    #bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company:hover+.bx-soa-pp-company.bx-selected {
        border-top: 1px solid #030371 !important;
    }
}
.breadcrumbs__item {
    color: #afaeae;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
@media (min-width: 1200px) {
    .breadcrumbs__item:hover {
        color: #6A6D70;
    }
}
@media (min-width: 1441px) {
    .page-card .count-info {
        min-width: 120px;
    }
    .page-card .count-info__top {
        min-width: 120px;
    }
    .page-card .param-count {
        width: 39%;
    }
}
.page-card .video__wrap video {
    height: 100%;
}
.page-card__right-part-tags .tags {
    max-width: 100%;
    margin-right: -10px;
}
.page-card__right-part-tags .tags .tag {
    margin-right: 8px;
    margin-bottom: 8px;
}
.page-card__right-part-tags .link-video {
    position: relative;
    top: -4px;
}
@media (max-width: 1199px) {
    .page-card__right-part {
        max-width: 100%;
    }
    .cart_page__making.making {
        width: 100%;
    }
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    font-size: 14px;
}
.bx-filter .bx-filter-block {
    min-width: 340px;
}
.basket__card-descr .basket__weight {
    min-width: 15%;
}
.basket__card-descr .basket__count {
    min-width: 20%;
}
.basket__card-descr .count__param {
    min-width: 20%;
}
.basket__card-descr .basket__item {
    min-width: 25%;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .basket__card-descr {
        padding-bottom: 35px;
    }
}
.bx-filter .bx-filter-block.--with-range {
    min-width: 208px;
    width: 208px;
}
.bx-filter .bx-ui-slider-track-container {
    width: 100%;
}
.page-card__bottom-info .catalog__sidebar-tabs-content tbody td {
    vertical-align: middle;
}
.page-card__bottom-info .catalog__sidebar-tabs-content .text, .page-card__bottom-info .catalog__sidebar-tabs-content .text p {
    max-width: unset;
    line-height: 150%;
}
.page-card__bottom-info .catalog__sidebar-tabs-content tbody td i {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin: 0 auto;
    font-family: "latobold", sans-serif;
    font-style: normal;
    color: #6A6D70;
}
.bx-filter-block:not(.--with-range) .row.bx-filter-parameters-box-container .col-xs-12 {
    height: 270px;
    overflow-y: auto;
}
.bx-filter-block:not(.--with-range) .row.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar {
    width: 4px;
    -webkit-appearance: none;
}
.bx-filter-block:not(.--with-range) .row.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar-track {
    background: var(--new-card-border-color);
}
.bx-filter-block:not(.--with-range) .row.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar-thumb {
    background: #030371;
    border-radius: 5px;
}
@media screen and (min-width: 1199px) {
    .catalog__top-title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1919px) and (min-width: 1200px) {
    .main-page-slider__item.slider-icons .main-page-slider__item-text, .main-page-slider__item.slider-facts .main-page-slider__item-text, .main-page-slider__item.slider-lists .main-page-slider__item-text {
        max-width: 80%;
    }
}
.title-search-result {
    transform: translateY(24px);
    transition: all .3s;
}
@media (max-width: 1199px) {
    .title-search-result {
        position: absolute;
        /*top: 169px !important;*/
        transform: none;
    }
    #title-search input[type=search] {
        height: 38px;
    }
    .reviews-page__right .slick-list.draggable {
        width: 100%;
    }
    .reviews-page__right-cards .facilities__card {
        width: 100% !important;
        height: 100% !important;
        display: inline-flex !important;
    }
    main {
        margin-bottom: 53px;
    }
    .page-card__container {
        padding-bottom: 35px;
    }
    .page-card__recomend .facilities {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .page-card__recomend .facilities__container {
        padding: 0;
    }
    .page-card__recomend .facilities__cards {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    .page-card__recomend .slick-track {
        display: flex;
    }
    .page-card__recomend .slick-slide {
        height: auto;
    }
    .page-card__recomend .slick-slide>div {
        height: 100%;
    }
    .page-card__recomend .slick-slide .facilities__card {
        height: 100%;
    }
    .page-card__recomend .catalog-btn {
        width: calc(100% - 32px);
    }
    .products__tab-titles-wrap {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .products__tab-titles {
        display: block;
        white-space: nowrap;
        padding: 0 16px;
    }
    .products__tab-titles::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .products__tab-title {
        display: inline-flex;
    }
    .products__tab-title:last-child {
        display: inline-flex;
        margin-right: 0;
    }
    .bx-filter .bx-filter-block {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .page-card__slider-item span {
        white-space: nowrap;
        font-size: calc(10px + (16 - 10) * ((100vw - 360px) / (1199 - 360)));
    }
}
.bx-res-block .btn {
    min-height: 30px;
}
.main-page-slider .dots-container {
    z-index: 1;
}
.basket-page input::-webkit-outer-spin-button, .basket-page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.basket-page input[type=number] {
    -moz-appearance: textfield;
}
.catalog .catalog__sidebar {
    margin-top: -15px;
}
@media (max-width: 1919px) and (min-width: 1200px) {
    .catalog__content {
        width: calc(100% - 330px - 16px);
    }
}
@media (min-width: 1200px) {
    .catalog__sidebar-tabs-title {
        padding: 14px 6px;
        font-size: 16px;
    }
}
.bx-soa-pp>div:not(:last-child) {
    margin-bottom: 36px;
}
.header-mobile__inner .--is-auth svg path {
    fill: #030371;
}
.page-card__right-part-param .buy-btn {
    border: 1px solid transparent;
    -webkit-transition: background-color 300ms, border 300ms;
    -o-transition: background-color 300ms, border 300ms;
    transition: background-color 300ms, border 300ms;
}
@media (min-width: 1200px) {
    .page-card__right-part-param .buy-btn:hover {
        background-color: #fff;
        border: 1px solid #030371;
        color: #030371;
    }
}
.page-card__bottom-info .catalog__sidebar-tabs-content tbody td {
    font-size: 16px;
}
@media (max-width: 1200px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content tbody td {
        font-size: 14px;
    }
    .main-page-slider__item {
        height: calc(100vh - 53px - var(--difVW));
    }
}
.page-card__bottom-info .catalog__sidebar-tabs-content tbody tr td:nth-child(n+2) {
    text-align: left;
}
.order-success__title .notice {
    font-size: 24px;
    font-weight: 400;
    font-family: "Rubik-Regular", sans-serif;
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .order-success__title .notice {
        font-size: 16px;
    }
}
.order-success__btns a {
    width: 252px;
    height: 90px;
    border: 1px solid #030371;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    color: #030371;
    border-radius: 100px;
    margin: 0 auto;
    font-family: "latomedium", sans-serif;
}
@media screen and (min-width: 1200px) {
    .order-success__btns a:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
    .reviews-page .facilities__cards.reviews-page__right-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, calc(100% / 2));
    }
}
@media screen and (max-width: 767px) {
    .order-success__btns a {
        height: 70px;
        width: 100%;
    }
    .page-card .facilities__card-descr-weight ul li {
        margin-top: -1px;
        border-left: 1px solid var(--new-card-border-color) !important;
    }
    .catalog__sidebar-tabs-title::after {
        display: none;
    }
    .bx-filter .bx-filter-block.--with-range {
        width: 100%;
        box-sizing: border-box;
    }
    .bx-filter-block:not(.--with-range) .row.bx-filter-parameters-box-container .col-xs-12 {
        height: auto;
    }
    .catalog_search_form {
        margin-bottom: 36px;
    }
    .main-page-slider .slick-dots {
        bottom: 16px;
    }
    .main-page-slider .arrow-down {
        top: -20px;
    }
    .order-success .page-sign-up__container {
        padding-left: 0;
        padding-right: 0;
    }
    .basket__card-title {
        width: calc(100% - 28px);
    }
    .catalog__content-cards {
        margin-bottom: 28px;
    }
    .catalog_search_form {
        flex-direction: column;
    }
    .catalog_search_form .btn__submit {
        margin-left: 0;
        margin-top: 28px;
        width: 100%;
    }
    .catalog_search_form input[type=submit] {
        width: 100%;
        -webkit-appearance: none;
        color: var(--black);
    }
    .title-search-result .bx_item_block a {
        flex-wrap: wrap;
    }
    .bx_item_link__price {
        width: 100%;
    }
    .page-card__tabs .catalog__sidebar-tabs-title span {
        text-transform: capitalize;
    }

    .main-page-slider__item-icons-item svg {
        width: auto;
        height: auto;
    }

    .page-card__bottom-info-top ul {
        gap: 4px;
    }


}
.footer .time-of-work i {
    line-height: 1;
}
.main-page-slider__item.slider-facts .main-page-slider__item-fact p b {
    font-size: 70px;
}
.main-page-slider__item.slider-facts .main-page-slider__item-fact p {
    font-size: 24px;
}
.main-page-slider__item.slider-facts .main-page-slider__item-fact>p:nth-child(2) {
    font-size: 28px;
}
.breadcrumbs__list {
    overflow-x: auto;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
    display: block;
    white-space: nowrap;
}
.breadcrumbs__list::-webkit-scrollbar {
    width: 0;
    display: none;
}
.catalog_sidebar__burger_wrap {
    height: calc(100vh - var(--difVW) - 53px - 58px - 60px);
    overflow-y: auto;
}
.catalog_sidebar__burger_wrap .footer__bottom {
    border-top: 1px solid var(--new-card-border-color);
    padding-bottom: 32px;
}
.product-item-scu-item-list {
    display: flex;
    z-index: 5;
    overflow: initial;
    position: relative;
}
.menu-burger .catalog__sidebar-tab-content-top > div {
    cursor: pointer;
}
#products_container .catalog__content-cards {
    margin-bottom: 0;
}
@media (max-width: 1919px) {
    .footer .time-of-work i {
        font-size: 16px;
    }
}
@media (max-width: 1919px) {
    .footer__column-city {
        font-size: calc(16px + 4 * ((100vw - 360px) / 1559));
    }
    .footer__column-address {
        font-size: calc(14px + 6 * ((100vw - 360px) / 1559));
    }
    .footer__column-phones a i {
        font-size: calc(10px + 6 * ((100vw - 360px) / 1559));
    }
    .footer__title {
        font-size: calc(16px + 4 * ((100vw - 360px) / 1559));
    }
    .footer a.price-link {
        font-size: calc(10px + 6 * ((100vw - 360px) / 1559));
    }
    .footer__column ul li a {
        font-size: calc(14px + 6 * ((100vw - 360px) / 1559));
    }
    .footer .time-of-work p {
        font-size: calc(18px + 6 * ((100vw - 360px) / 1559));
    }
    .footer .time-of-work i {
        font-size: calc(10px + 6 * ((100vw - 360px) / 1559));
    }
    .footer .shops__title {
        font-size: calc(10px + 6 * ((100vw - 360px) / 1559));
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact p b {
        font-size: calc(36px + (70 - 36) * ((100vw - 360px) / (1919 - 360)));
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact p {
        font-size: calc(14px + (24 - 14) * ((100vw - 360px) / (1919 - 360)));
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact>p:nth-child(2) {
        font-size: calc(18px + (28 - 18) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-contact-manufacturing__cooperation .phones__wrap a {
        font-size: calc(15px + (24 - 15) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-contact-manufacturing__cooperation .phones__wrap a i {
        font-size: calc(12px + (18 - 12) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-contact-manufacturing__cooperation .mail a {
        font-size: calc(15px + (24 - 15) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-news-detail__right-subtitle {
        font-size: calc(20px + (28 - 20) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-contacts__map-info>b {
        font-size: calc(20px + (36 - 20) * ((100vw - 360px) / (1919 - 360)));
        margin-bottom: calc(12px + (22 - 12) * ((100vw - 360px) / (1919 - 360)));
    }
    .page-contacts__map-info>i {
        font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1919 - 360)));
        margin-bottom: calc(4px + (8 - 4) * ((100vw - 360px) / (1919 - 360)));
    }
}
@media (max-width: 767px) and (max-height: 650px) {
    .main-page-slider__content {
        margin-top: 5px;
    }
    .main-page-slider__item-text h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .main-page-slider__item-icons {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4 - 8px), 1fr));
        gap: 8px;
        margin: 0;
    }
    .main-page-slider__item-icons-item {
        width: auto;
        margin: 0;
    }
    .main-page-slider__item.slider-icons .main-page-slider__item-text {
        margin-bottom: 30px;
    }
    .main-page-slider .slick-dots {
        bottom: 16px;
    }
    .main-page-slider .arrow-down {
        top: -20px;
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-facts .main-page-slider__item-fact {
        margin-bottom: 10px;
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact p b {
        font-size: 30px;
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact p {
        font-size: 18px;
    }
    .main-page-slider__item.slider-facts .main-page-slider__item-fact>p:nth-child(2) {
        font-size: 22px;
    }
    .main-page-slider__item.slider-lists .main-page-slider__item-text {
        margin-bottom: 28px;
    }
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li {
        margin-bottom: 10px;
    }
    .main-page-slider__item-text p {
        font-size: 18px;
    }
}
#clear_basket_error .popup_msg{
    padding-top: 15px;
}
.page-sign-up__body .error_form{
    color: #DD0506;
    margin-top: 30px;
}
.no_br_1 br {
    display: none !important;
}
.selectric {
    border-color: var(--new-card-border-color);
    background-color: #fff;
}
.selectric .label {
    line-height: 56px;
    height: 56px;
    font-size: 16px;
}
.selectric .button {
    width: 56px;
    height: 56px;
}
.selectric-items li {
    font-size: 16px;
    line-height: 28px;
}
.selectric-items {
    background-color: #fff;
}
.selectric-items li.highlighted {
    background: #000062;
    color: #fff;
}
.selectric-items li:not(.highlighted):hover {
    background-color: #F5F8FF;
}
.selectric-open.selectric-above .selectric {
    border-top: none;
}
.selectric-below.selectric-open .selectric {
    border-bottom-color: transparent;
}
.bx-no-touch.lock body {
    padding-right: var(--native-scrollbar-width, 0);
}
.bx-no-touch.lock .header.header-fixed {
    width: calc(100% - var(--native-scrollbar-width, 0));
}
[class*=map-copyrights-promo] {
    display: none ;
}
.buy-btn > span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buy-btn > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-small .cancel-order__return-back {
    border-bottom: 1px solid #d0d0d0;
}
.project__navigation {
    padding: 20px 0;
}
.border-btn i {
    font-style: normal;
}
.old-price {
    text-decoration: line-through;
}
.person-account__detail-order-info .old-price {
    font-size: 20px;
    margin-right: 8px;
}
.discount-system__content p {
    font-size: 20px;
}
.application__item ul li a {
    line-height: normal;
    position: relative;
}
.application__item ul li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.m_search_box #search-input {
    border-radius: 100px !important;
    border: 1px solid var(--blue) !important;
    padding: 12px !important;
    min-height: 44px !important;
    height: auto !important;
    padding-right: 40px !important;
}
.m_search_box #search-input::placeholder {
    color: rgb(3, 3, 113) !important;
}
.m_search_box #title-search label {
    right: calc(12px + 16px) !important;
}
.m_search_box #title-search label > .btn__submit {
    display: flex !important;
}
.m_search_box #title-search label > .btn__submit path {
    stroke: var(--blue) !important;
}
.catalog__sidebar-tab-content.type .item {
    transition: all .3s;
    padding-right: 8px;
    padding-left: 8px;
}
.catalog__sidebar-tab-content.type .item:not(.svg-stroke) svg path {
    transition: all .3s;
}
.catalog__sidebar-tab-content.type .item.active {
    background-color: #E9EFFB;
    border: 1px solid #030371;
}
.application__item ul li a {
    padding-right: 8px;
    padding-left: 32px;
    margin: 0;
}
.application__item ul li a::before {
    left: 11px;
}
.application__item ul li a.active {
    border: 1px solid #030371;
    background-color: #E9EFFB;
    transform: translateY(-1px);
}
.page-card .selectric-items li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111927;
    line-height: 1.2;
}
.page-card .selectric .label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111927;
    white-space: initial;
    line-height: initial;
}
.page-card .selectric .label img {
    width: 28px;
    height: auto;
    flex-shrink: 0;
}
.page-card .selectric-items li .icon {
    width: 28px;
    height: auto;
    flex-shrink: 0;
    display: inline-flex;
}
.page-card .selectric {
    border-radius: 5px;
    border: 1px solid var(--black-white-grey, #CBCBCB);
    background: var(--black-white-white, #FFF);
}
.page-card .selectric-items {
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--black-white-grey, #CBCBCB);
    background: var(--black-white-white, #FFF);
    overflow: hidden;
}
.page-card .selectric .button:after {
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgNy41TDEwIDEzLjc1TDE2LjI1IDcuNSIgc3Ryb2tlPSIjMTExOTI3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
}
.page-card .selectric .button {
    background-color: #fff;
}
.category_title {
    color: var(--Blue-Blue, #030371);
    font-size: 18px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    line-height: 1.4;
}
.page-card__category {
    margin-bottom: 23px;
    max-width: 500px;
}
.page-card .selectric-items li:not(.highlighted):hover {
    background-color: #E9EFFB;
}
.page-card .selectric-items li.highlighted {
    background-color: #E9EFFB;
    border: 1px solid #030371;
}
.page-card .selectric-wrapper.selectric-open .selectric .button {
    transform: rotate(180deg);
}
.selectric-wrapper.selectric-below .selectric-scroll ul li:last-child {
    border-radius: 0 0 5px 5px;
}

@media (any-hover: hover) {
    .catalog__sidebar-tab-content.type .item:not(.active):hover {
        background-color: #E9EFFB;
    }

    .application__item ul li a:hover {
        background-color: #E9EFFB;
    }
}
@media screen and (min-width: 1200px) {
    .facilities__card-descr-weight ul li:not(.selected):hover {
        position: relative;
        box-shadow:
                1px 0 0 0 #030371,
                0 1px 0 0 #030371,
                1px 1px 0 0 #030371,
                1px 0 0 0 #030371 inset,
                0 1px 0 0 #030371 inset;
    }
    .main {
        padding-top: 74px;
    }
    .product-categories__titles {
        gap: 8px;
    }
    .product-categories__title svg {
        width: auto;
        height: auto;
    }
    .product-categories__title p {
        font-size: 13px;
    }
    .bx-res-block.filter_clear {
        display: none;
    }

    .catalog__sidebar .catalog__sidebar-tabs-content {
        max-height: calc(100vh - 84px - 65px);
        overflow-y: auto;
        padding: 0 8px 0 0;
        margin: 8px 0 0 0;
    }
}
@media (max-width: 1919px) and (min-width: 1200px) {
    .page-card__slider-item span {
        font-size: calc(12px + (20 - 12) * ((100vw - 1199px) / (1919 - 1199)));
    }
    .wr-popup .menu-right__list {
        padding-top: 73px;
        margin-bottom: calc(72 / 970 * 100vh);
    }
    .wr-popup .menu-right__list a {
        min-height: calc(70 / 970 * 100vh);
        font-size: calc(16px + (20 - 16) * ((100vw - 1200px) / (1919 - 1200)));
    }
}
@media screen and (max-width: 1199px){
    .page-card__category {
        max-width: none;
    }
    .products__right-part-right-item svg {
        width: 90px;
        height: 90px;
    }
    .products__tab-titles {
        font-size: 0;
    }
    .products__tab-title {
        margin-right: 5px;
    }
    .products__right-part-left-item-title {
        margin-bottom: 12px;
    }
    .reviews__item-date {
        margin-top: 12px;
    }
    .page-contact-manufacturing__cooperation .phones__wrap a {
        margin-bottom: 16px;
    }
    .facilities .facilities__card {
        height: 100% !important;
    }
    .facilities__cards {
        border: none;
    }
}
@media screen and (min-width: 1199px) {
    .catalog .catalog__sidebar {
        padding-bottom: 30px;
    }
    .title-search-result {
        transform: none !important;
        top: 74px !important;
        position: fixed !important;
    }
}
@media screen and (max-width: 767px) {
    .reviews-page__right .facilities__container {
        padding: 0;
    }
    .reviews-page__right-cards .facilities__card {
        border: none !important;
        border: 1px solid var(--new-card-border-color) !important;
    }
    .reviews-page__right-cards {
        border-top: none;
        border-bottom: none;
    }
    .reviews-page__right .slick-track .slick-slide {
        border-bottom: none !important;
    }
    .personal-account.personal-data .personal-account__links {
        margin-bottom: -1px;
    }
    .personal-account.personal-data .page-sign-up__body {
        margin-top: 20px;
    }
    .basket__descr-bottom .basket__tags ul li {
        width: auto;
    }
    .basket__right-part {
        border-top: none;
    }
    .project__navigation a {
        margin: 0 20px;
    }
    .person-account__detail-order-item-descr-bottom {
        flex-direction: column;
    }
    .orders__item p a {
        white-space: nowrap;
    }
    .person-account__detail-order-item-descr,
    .person-account__detail-order-item-descr > .person-account__detail-order-item-descr-bottom {
        gap: 4px;
    }
    .personal-account__right-part-item-left-part-top .note {
        flex-shrink: 0;
        margin-left: 10px;
    }
    .personal-account__right-part .title {
        white-space: nowrap;
    }
    .main-page-slider__item {
        background-position: center;
    }
}