
.header-bg-bottom {
    height: 60px;
    display: flex;
    align-items: center;
}
.history-list-order__item .time {
    margin-left:5px;
}
main .container .no-gutters {
    justify-content: center;
    min-height: 200px;
    align-content: center;
    text-align:center;
}
main .container form .no-gutters {
    min-height: auto;
}
.promo-info__timer > :first-child:after {
    content: "Днів";
}

.promo-info__timer > :nth-child(2):after {
    content: "Годин";
}

.promo-info__timer > :nth-child(3):after {
    content: "Хвилин";
}

#show-more-jumbotron-basket-items {
    cursor: pointer;
}

.marker-block-right__item--premium {
    background: none;
}

.mob-menu-header .mob-menu-header__button::after {
    content: none;
}

.jumbotron-basket-btn-block a.jumbotron-basket-btn-pay {
    margin: 5px 40px 5px 10px;
}

.need_auth_title {
    margin: 40px 0;
    font-size: 30px;
}

.compare_empty_list {
    margin: 10px auto;
}

.compare_empty_list .notetext {
    font-size: 18px;
}

.product-section #findProducts .search-place, .product-section #findProducts .search-btn {
    display: none;
}

.basket-item__total span {
    font-size: inherit;
    font-family: inherit;
}

.modal-body-basket .basket-item__info_price {
    display: flex;
}

.hidden {
    display: none !important;
}

.product-detail__btn-support-back {
    z-index: 2;
}

.basket-item__total > span {
    font-size: inherit;
}

.mob-nav-lk.active {
    /*height: auto;*/
    padding-bottom: 100px;
}

.subscribe-main .checkbox {
    top: 1px;
}

.catalog-subscribe-form .checkbox {
    float: left;
    top: 5px;
}

main {
    min-height: auto;
}

/*.basket-item__info-wrapper-img > a {*/
/*    height: 100px;*/
/*}*/
.bonus-info-list {
    list-style: none;
    margin-bottom: 120px;
}
.bonus-info-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.bonus-info-list li span {
    color: red;
    margin-left: 14px;
    font-weight: 500;
}
.bonus-info-list .modal-info__icon{
    margin-left: 20px;
}
.bonus-list__title {
    font-weight: 500;
    margin-bottom: 20px;
}
.bonus-wrap {
    display: flex;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 10px;
}
.bonus-item__body>* {
    width: 33%;
    display: flex;
}
.bonus-item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 30px;
}
.bonus-item__header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.bonus-item__header>* {
    width: 33%;
    display: flex;
    justify-content: center;
}
.bonus-item__header>:first-child {
    justify-content: center;
}
.bonus-item__header>:last-child {
    justify-content: flex-end;
}
.bonus-item__body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding-bottom: 15px;
}
.bonus-short-info {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.bonus-item__body>:last-child {
    justify-content: flex-end;
}
.bonus-item__body>:nth-child(2) {
    justify-content: center;
}
.bonus__balance, .bonus__operation {
    color: red;
}
.bonus__balance .status-pending {
    color: #f90;
}
.bonus-status:before {
    content: "";
    display: flex;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bonus-status-canceled:before {
    background: #3e5f8a;
}
.bonus-status-new:before {
    background: #89ac76;
}
#bonusModal.active {
    display:block;
    background: rgba(0,0,0,0.5);
}
#bonusModal .info {
    text-align: center;
}
#bonusModal .modal-content span, #bonusModal label {
    display: block;
    margin-bottom: 5px;
}
#bonusModal .modal-content input {
    width: auto;
}
#bonusModal .modalAjaxBasketContainer {
    padding: 20px;
}
#bonusModal .radio-block input, #bonusModal .radio-block label, #bonusModal .radio-block label span {
    display: flex;
    float: left;
    line-height: 2.9;
    margin: 0 3px;
}
#bonusModal button.primary {
    margin: 20px 0 0;
    width:100%;
}
.product-promo .promo-info__title {
    font-weight: 500;
}
.product-item .blackFriday {
    font-size: 11px;
    font-family: Montserrat,sans-serif;
    padding-top: 10px;
    font-weight: 600;
}
.product-item img {
    max-width: 100%;
}
.product-action-block {
    font-size: 12px;
    margin-bottom: 50px;
}
.product-action-block .action-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    transition: all .3s ease-in-out;
    flex-basis: 50%;
    justify-content: space-between;
    gap: 5px;
}
.product-action-block .action-text {
    display: flex;
    font-weight: 500;
    flex-direction: column;
    justify-content: center;
}
.product-action-block .action-text p {
    font-weight: 400;
    font-size: 12px;
}
.product-action-block .action-item {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 5px;
    align-content: center;
    padding-left: 6px;
    align-items: center;
    font-weight: 500;
}
.product-action-block .action-item span {
    display: flex;
    height: 100%;
    background: #000;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
}
.product-label-wrap {
    position: absolute;
    left: 0;
    top: 12px;
    list-style: none;
    z-index: 3;
}
.product-label__item {
    font-size: 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 13px;
    font-weight: 500;
}
.product-item__wrapper:hover .product-item__hover {
    z-index: 4;
}
.product-detail__availability-icon span {
    font-weight: 500;
}

.lk-content-modal__body.order {
    border: 1px solid hsla(0, 0%, 89.8%, .5);
    border-radius: 10px;
    margin-bottom: 40px;
}
.order__item {
    padding: 25px;
}
.collapse {
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    color: #000;
    position: relative;
}
.order__item .collapse {
    position: relative;
    padding: 0 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse-content, .lk-content-modal__body .collapse-content-new-order, .lk-content-modal__body .collapse-content-question {
    background-color: #fff;
    max-height: 45px;
    overflow: hidden;
    transition: max-height .4s ease-in-out;
}
.lk-content-modal__body .collapse-content-new-order {
    max-height: 0;
}
.lk-content-modal__body .collapse-content-new-order.show {
    display: contents;
}
.order__item .collapse.status-canceled:before {
    background: #000;
}
.order__item .collapse:before {
    content: "";
    display: flex;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.order__item .collapse .short-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.order__item .collapse.active .order__cost {
    display: none;
}
.order__item .collapse .short-info small {
    color: #787878;
}
.order__item .collapse .short-info>* {
    padding: 3px 0;
}
.order__item .collapse .short-info span {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
.order__item .collapse .short-info>* {
    padding: 3px 0;
}
.order__cost span {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}
.order__item .collapse.active .arrow {
    transition: all .3s ease-in-out;
}
.order__item .collapse .arrow {
    width: 14px;
    height: 14px;
    display: flex;
    position: relative;
}
.lk-content-modal__body .collapse-content-new-order.show {
    display: contents;
}
.lk-content-modal__body .collapse-content-new-order {
    max-height: 0;
}

button.modal-info__icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    position: relative;
    padding: 0;
    background-size: 100%;
}
.lk-content-modal__body button.modal-info__icon {
    width: auto;
    height: auto;
    color: red;
    margin-bottom: 18px;
    margin-left: 0;
    margin-top: 50px;
    padding: 0;
    border: none;
    background: transparent;
}
.lk-content-modal__body ul {
    list-style: none;
    font-size:14px;
}
.lk-content-modal__body .info-order {
    text-align:left;
    font-size:14px;
}
.order-total-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.order__control a.outline, .order__control a.primary {
    margin: 0;
    height: 40px;
    width: 100%;
    max-width: 175px;
}
a.outline {
    font: 400 14px / 17px Montserrat Medium, sans-serif;
    background-color: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 10px 10px;
    display: flex;
    height: 45px;
    justify-content: center;
    transition: all .3s ease-in-out;
    align-items: center;
}
.bx-catalog-subscribe-alert-popup {
    display: none;
}
button.modal-info__icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    position: relative;
    padding: 0;
    background-size: 100%;
}
.order__item .collapse.active .arrow:before {
    transform: rotate(45deg);
}
.order__item .collapse .arrow:before {
    left: 2px;
    transform: rotate(-45deg);
}
.order__item .collapse .arrow:after, .order__item .collapse .arrow:before {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #000;
    top: 0;
    transition: all .3s ease-in-out;
}
.order__item .collapse.active .arrow:after {
    transform: rotate(-45deg);
}
.order__item .collapse .arrow:after {
    right: 2px;
    transform: rotate(45deg);
}

.order__item .collapse .arrow:after, .order__item .collapse .arrow:before {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #000;
    top: 0;
    transition: all .3s ease-in-out;
}
.order .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 15px;
    border: none;
    box-shadow: none;
}
.order .product-item__info {
    display: flex;
    min-width: 60%;
    width: 100%;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-start;
}
.order .product-item__img {
    max-width: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.order .product-item__name {
    margin-top: 20px;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    text-align:left;
}
.order .product-item__order {
    display: flex;
    width: 100%;
}
.order .product-item .coll {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.order .product-item .coll .title {
    position: absolute;
    top: -10px;
    color: #787878;
    font-size: 12px;
}
.order .product-item__count, .order .product-item__price {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order .product-item__price {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 20px;
}
.order .product-item__price span {
;
    font-size: 16px;
}
.order .product-item__name>* {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 17px;
    overflow: hidden;
    margin-bottom:0;
}
.order .product-item__name a, .order .product-item__name span {
    font-size: 16px;
    color:#000;
}
.order .product-item .coll:last-child {
    justify-content: flex-end;
}
.order-total-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.order-total__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.order-total__item-title {
    color: #787878;
}
.order__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.order__control a.primary {
    background-color: #000;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 10px 45px;
    display: flex;
    height: 45px;
    justify-content: center;
    transition: all .3s ease-in-out;
    align-items: center;
}
.order__control a.outline, .order__control a.primary {
    margin: 0;
    height: 40px;
    width: 100%;
    max-width: 175px;
}
#modalInfo.modal, .select-hide {
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
}
#modalInfo.modal.active {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-in-out;
}
#modalInfo.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2);
}
#modalInfo.modal.active .modal-content {
    animation-name: animatetop;
    animation-duration: .8s;
}
#modalInfo.modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 100%;
    height:auto;
    max-width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    display: flex;
    flex-direction: column;
}
#modalInfo .lk-content-modal__header, #modalInfo .modal-header {
    justify-content: flex-start;
}
.lk-content-modal__header, .modal-header {
    position: relative;
    padding: 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex: 1 0 auto;
    height: 100%;
    background: #fff;
    max-height: 70px;
}

#modalInfo .modal-body {
    padding-top: 20px;
    max-height: calc(100vh - 70px);
}
.modal-body {
    padding: 2px 15px;
    overflow: auto;
    max-height: 70vh;
    flex: 1 0 auto;
    background-color: #fff;
}
.history-list-order, .history-list-withdrawal {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 25px 25px;
    position: relative;
    list-style: none;
}
.history-list-order__item, .history-list-withdrawal__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    color: #787878;
}
.history-list-order__item .data, .history-list-withdrawal__item .data {
    margin-right: 40px;
}
.history-list-order__item>*, .history-list-withdrawal__item>* {
    color: inherit;
}
.history-list-order:before, .history-list-withdrawal:before {
    content: "";
    background: #89ac76;
    width: 5px;
    height: calc(100% - 25px);
    position: absolute;
    left: 0;
    top: 0;
}
.lk-content-modal__header .close, .modal-header .close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 30px;
    height: 30px;
    margin:0;
    padding:0;
}
.lk-content-modal__header .close svg, .modal-header .close svg {
    width: 18px;
    height: 18px;
}
.lk-content-modal__header .close>*, .modal-header .close>* {
    pointer-events: none;
}
.nav-content-tab__pills-order-link.active {
    font-weight:500;
}
.category-menu__item a {
    text-align: left;
}
.breadcrumb-item span {
    font-size:12px;
}
#oneclick.show, #enterModal.show, #consultation.show {
    display:block;
}
#oneclick.show .result-text, #consultation.show .result-text {
    padding:25px;
    text-align:center;
}
#consultation.show .modal-body{
    padding-bottom: 1rem;
}
/*.product-detail__btn-favorite.subsbutton {
    position: absolute;
    top: 8px;
    right: 10px;
}*/
.oneclick-btn, .consultation-btn {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    height: 50px;
    text-transform: uppercase;
    width: calc(100% - 35px);
    float: left;
}
.header-logo svg {height: 37px;}
.header-block.d-flex {
    width:100%;
}
.product-info {
    position:relative;
}
.product-item__wrapper-info {
    padding: 8px 8px 0 8px;
}
.product-item__wrapper-price {
    align-items: center;
}
.product-section:not(.prices) .row.grid-padding:not(.price-row) .product-item__wrapper-img, .product-section:not(.prices) .row.grid-padding:not(.price-row) .product-item__wrapper-assistant-img, .product-lines .product-item__wrapper-assistant-img{
    aspect-ratio: 1/1;
}
.align-items-center>div {
    width: 100%;
    text-align: center;
}
.align-items-center>div label {
    text-align: left;
}
.page-text {
    padding:20px 0;
}
.page-text {
    padding:30px 0;
}
.page-text img{
    width:100%;
}
.page-text .text-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-adress-block__phone:hover, .info-page__item.list-group-item-action:hover a, .use__link:hover svg{
    color: gray;
    fill: #d8d8d8;
}
.table.table-borderless a:hover {
    color: gray!important;
}
.use__item.user span.user-info:hover a {
    color: #d8d8d8;
}
.seo-collapse-btn:hover {
    border-bottom: 1px solid #000;
}
.basket__btn-accept:hover, .btn-main:hover{
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    color: #000;
}
.product-item__wrapper-block-btn_buy.disabled{
    pointer-events: auto;
    cursor: default;
}
.product-item__wrapper-block-btn_buy.disabled:hover svg {
    fill: #a3a3a3;
}
.delete-order.outline:hover, .oneclick-btn:hover, .consultation-btn:hover {
    transition:all .3s ease-in-out;background:#000;color:#fff
}
.product-detail__btn-buy.btn-main.cart-button.disabled, .block-btn .oneclick-btn.disabled,.oneclick-btn.disabled:hover{
    cursor: default;
    background: #fff;
    color: #000;
    opacity: 1;
    pointer-events: auto;
}
.block-btn {
    gap: 20px;
    flex-direction: row;
    /*justify-content: space-around;*/
    justify-content: space-between;
    padding: 0 16px;
}
.block-btn>div {
    padding:0;
    max-width: 48%;
}
#successMessage {
    position: absolute;
    top: 0;
    width: 96%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.subscribe-btn {
    width: 100%;
}
.product-slider-nav__item img {
    cursor:pointer;
}
.header-bg-top .justify-content-center {
    gap: 100px;
}
.page-text .text-block ul {
    margin-left:17px;
}
.mob-nav-main-second, .mob-nav-main-third {
    display: inline-table;
}
.mob-menu-body .change-site-block {
    display: flex;
    height: 100%;
    align-items: baseline;
    justify-content: flex-start;
    padding: 10px;
    text-transform: uppercase;
    flex-direction: column;
    gap: 15px;
}
.mob-menu-body .change-site-block li {
    list-style-type: none;
}
.mob-nav-lk.active {
    z-index: 1;
}


.pulse {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, .3)
}

.pulse:hover {
    animation: none
}

.vidget-content {
    display: none;
    padding: 10px;
    position: absolute;
    bottom: 120%;
    right: 0;
    width: 210px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .17)
}

.vidget-content ul {
    margin: 0
}

.vidget-content:after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -17px;
    border: 8px solid transparent;
    border-top-color: #000
}

.vidget-content.active {
    display: flex;
    z-index: 3
}

.vidget-item {
    width: 100%;
    height: 40px;
    list-style: none
}

.vidget-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #51595d;
    font-weight: 400;
    transition: all .3s ease-in-out
}

.vidget-item a svg {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    fill: #000
}

.vidget-item a:hover {
    color: #000;
    transition: all .3s ease-in-out
}
.btn-vidget--wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding: 2px;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden
}
.btn-vidget--wrapper, .btn-vidget--wrapper:before {
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 50%
}
.btn-vidget--wrapper:before {
    content: "Консультація";
    width: 90%;
    height: 100%;
    color: #fff;
    display: none;
    text-align: center;
    z-index: 2;
    font-size: 7px;
    text-transform: uppercase
}
.btn-vidget--wrapper:hover {
    padding: 0
}
.btn-vidget-skarlat {
    position: fixed;
    right: 90px;
    bottom: 50px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap
}
.btn-vidget-skarlat-black {
    background: #000 !important;
    transition: all .3s ease-in-out
}
.btn-vidget-skarlat-black .btn-vidget--wrapper, .btn-vidget-skarlat-black:hover .btn-vidget--wrapper {
    background: #fff
}
.btn-vidget-skarlat :hover .btn-vidget--wrapper:before {
    background: #fff;
    color: #fff;
}
.btn-vidget-skarlat-black:hover .btn-vidget--wrapper:before {
    background: #fff;
    color: #000;
}

.btn-vidget-skarlat-black .social-animation-item svg {
    fill: #000;
}
.btn-vidget-skarlat:hover .btn-vidget--wrapper {
    background: #fff;
}
.btn-vidget-skarlat-black:hover .btn-vidget--wrapper {
    background: #000;
}
.btn-vidget-skarlat:hover .btn-vidget--wrapper:before {
    display: flex;
}
.social-animation {
    position: absolute;
    padding: 2px;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    margin: 0
}

.social-animation-item {
    font-size: 10px;
    list-style: none;
    padding: 3px 0;
    text-transform: uppercase;
}

.social-animation-item svg {
    height: 32px;
    width: 32px;
    fill: #fff
}

.social-animation :hover {
    animation-play-state: paused
}
.btn-vidget-skarlat-black .social-animation-item {
    color: #000;
}
.logo-fav-mobile {
    display:none;
}
.article-img {
    height: auto;
    width: 100%;
}
.article-item img, .article-img-wrapper {
    width:100%;
}
@media screen and (min-width: 1400px){
    .product-action-block, .product-action-block .action-item span {
        font-size: 14px;
    }
}
@media (max-width: 1300px) and (min-width: 993px) {
    .footer-logo svg {
        max-width: 160px;
    }
    .header-logo svg {
        width: 160px;
    }
}
@media (max-width: 1200px) {
    .jumbotron-basket {
        display:none;
    }
}
@media (min-width: 1200px) {
    .search-block-header {
        flex-grow: 1;
        max-width: 100%;
    }
    .user-block-header {
        max-width: 280px;
    }
    .subcategory-section .grid-padding .col-md-3:nth-child(4n) {
        padding: 0 0 10px 0;
    }
    .subcategory-section .grid-padding .col-md-3:not(:nth-child(4n)) {
        padding: 0 10px 10px 0;
    }
    .page-text h2 {
        font-weight: 500;
        margin-bottom: 2rem;
    }
    .page-text p {
        font-size: 16px;
    }
    .page-text hr{
        margin: 30px 0;
    }
    .col-xl-fix {
        flex: 0 0 calc(100% / 5 - 12px);
        max-width: calc(100% / 5 - 12px);
    }
    .product-section .row.grid-padding:not(.price-row) {
        gap:15px;
    }
    .product-section .row.grid-padding.price-row .product-item {
        margin:5px;
        height:auto;
    }
    .row.grid-padding, .row.grid-blog, .product-section .row, .way .row, .product-lines .row, .seo-main .row, .blog .row, .page-text .row {
        margin-left:0;
        margin-right:0;
    }
}
.swiper-slide .box.-adv {
    display:block;
    overflow: hidden;
    height: 100%;
    background-size: 100%;
}
.owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item, .owl-carousel.owl-loaded .swiper-slide {
    display: block;
    height: 100%;
}
.swiper-slide .box.-adv img{
    background-size: auto 100%;
}
@media (max-width: 1112px) and (min-width: 992px) {
    .block-btn>div {
        max-width: 47%;
    }
}
@media screen and (max-width: 966px){
    .thanks-section {
        text-align: center;
    }
    .thanks-page__order-price-new {
        justify-content: center;
    }
    .page-text h2 {
        margin-top: 15px;
    }
}
@media screen and (min-width: 966px){
    #footer-cat {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        list-style: none;
        gap: 0 10px;
    }
    #footer-cat li{
        width: calc((100% - 20px)/2);
        box-sizing: border-box;
        padding: 5px;
    }
    #footer-cat li a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
    }
    .nav-content-tab__pills-btn, .delivery-save{
        display:block;
    }
}
.change-site-block {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.change-site-block .site_item, .change-site-block .site_item a{
    justify-content: flex-start;
    flex-flow: row nowrap;
    padding: 2px 5px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    list-style-type: none;
    color:#000;
    border-bottom: 2px solid transparent;
}
.change-site-block .site_item.active {
    border-bottom: 2px solid #000000;
    font-weight: 600;
}
@media screen and (max-width: 991px){
    .search-block {
        flex-grow: 1;
    }
    .search-block-header {
        display:flex;
    }
    .logo-fav-mobile {
        display: flex;
        align-items: center;
        margin: 0 5px 0 10px;
    }
    .logo-fav-mobile svg {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 994px) and (min-width: 768px) {
    .subcategory__title{font:400 0.7em Montserrat,sans-serif}}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-logo svg {
        max-width: 150px;
    }
    .header-logo svg {
        width: 150px;
    }
    .nav-lk__pills-link {
        flex-direction: column-reverse;
    }
    .nav-lk__pills-item-icon {
        display:flex;
    }
    .nav-lk__pills-item {
        height: auto;
    }
    .nav-lk__pills {
        max-width: 100%;
    }
    .nav-lk__pills-item-icon {
        width: 20px;
        position: relative;
        left: auto;
        transform: none;
        top: auto;
    }
}
@media screen and (max-width: 768px) {
    .footer-logo svg {
        display:none;
    }
    .header-logo svg, .mob-menu-header svg {
        width: 140px;
    }
}
@media screen and (max-width: 575px) {
    .btn-up {
        display:none;
    }
    .btn-vidget-skarlat {
        right: 14px;
        bottom: 25px;
    }
    .block-btn>div {
        max-width: 100%;
    }
    .block-btn {
        gap: 0;
    }
    .subcategory__title {
        font-size: 12px;
        margin:5px 0;
    }
}
@media screen and (max-width: 430px) {
    .subcategory-section .grid-padding .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
}