@charset "UTF-8";
.modal.animated {
    animation-fill-mode: none;
}

*::selection {
    color: #fff;
    background: #d59b38;
}

html {
    height: 100%;
}

html.scroll-disabled body {
    overflow: hidden;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    font-size: 14px;
    min-width: 300px;
    width: calc(100vw - (100vw - 100%));
}

h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 25px;
}

.product-page h1 {
    font-size: 28px;
}

@media (max-width: 1299px) {
    .product-page h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}

h4 {
    font-size: 15px;
    margin: 0 0 10px;
}

h5 {
    font-size: 1.1em;
    margin: 0 0 10px;
}

h6 {
    font-size: 1em;
    margin: 0 0 10px;
}

a, a:focus, a:hover, a:visited {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

button, select, .btn, .btn:active, .btn:hover, .btn:focus, .nav-tabs .li {
    outline: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}

iframe {
    max-width: 100%;
}

.row {
    margin: 0 -10px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex:before, .row-flex:after {
    display: none;
}

*[class*=col-] {
    padding: 0 0;
}

div.heading {
    margin: 0 0 20px 15px;
    font-size: 24px;
}

.heading-search {
    text-align: center;
}

label {
    font-weight: 400;
}

hr {
    margin: 10px 0;
    border-top: 1px solid #eceff4;
}

.checkbox, .radio {
    margin: 20px 0;
}

.radio label {
    display: flex !important;
    padding: 0;
}

.radio input {
    position: relative !important;
    margin: 0 10px 0 0 !important;
}

.radio input + img {
    margin-right: 10px;
}

.input {
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.input input {
    position: relative !important;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: solid 1px #cad3df;
    outline: none !important;
    cursor: pointer;
}

.input input:hover {
    border-color: #aaa;
}

.input input[type=checkbox] {
    border-radius: 2px;
}

.input input[type=checkbox]:checked {
    border: none;
}

.input input[type=checkbox]:checked:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    border: solid 2px #fff;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -80%) rotate(-45deg);
}

.input input[type=radio] {
    border-radius: 100%;
}

.input input[type=radio]:checked {
    border: none;
}

.input input[type=radio]:checked:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 5px #fff;
}

.input > a:nth-child(2) {
    padding-left: 5px;
}

.input-group .input-group-addon {
    text-align: center;
    font-size: 0.95em;
    background: #cad3df;
    padding: 0 10px;
    border: solid 1px #8493a8;
    border-right: none;
}

.input-group .input-group-addon i + span {
    padding: 0 0 0 6px;
}

.input-group-btn {
    font-size: 15px;
}

.input-group-btn .btn {
    height: 50px;
}

.form-control {
    font-size: 15px;
    border: solid 1px #cad3df;
    box-shadow: none;
    height: 50px;
    padding: 16px 24px;
}

.form-control[readonly] {
    opacity: 0.5;
}

.form-control:focus {
    border: solid 1px #8493a8;
    box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: all ease 0.3s;
}

.form-control:focus::-moz-placeholder {
    opacity: 0;
    transition: all ease 0.3s;
}

.form-control:focus:-ms-input-placeholder {
    opacity: 0;
    transition: all ease 0.3s;
}

.form-control:focus::placeholder {
    opacity: 0;
    transition: all ease 0.3s;
}

select.form-control {
    padding-right: 30px;
    background: url(../image/chevron.png) no-repeat #fff;
    background-size: 7px;
    background-position: top 50% right 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

.img-responsive {
    margin: 0 auto;
}

.img-thumbnail {
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.highlight {
    font-weight: 500;
    background: #fcf8e3;
}

.alert {
    position: relative;
    padding: 12px 30px 12px 15px;
    font-size: 0.95em;
    border: none;
}

.alert a {
    text-decoration: underline;
}

.alert i {
    margin: 0 5px 0 0;
}

.alert .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.text-danger {
    padding: 4px 0 0;
    line-height: normal;
    font-size: 0.95em;
    color: #f00;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.visible-xxl {
    display: none;
}

.required .control-label:before {
    content: "* ";
    color: #f00;
}

.div-text-empty {
    padding: 20px;
    margin: 0 0 40px;
    background: #f7f7f7;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 200px;
    padding: 10px;
    border: none;
}

.dropdown-menu li > a {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #666;
    font-size: 0.95em;
    margin: 5px 0;
}

.dropdown-menu li > button {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #666;
    font-size: 0.95em;
    margin: 5px 0;
    border: 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    transition: .2s;
}

.dropdown-menu li > button:hover {
    background: #eceff4 !important;
}

.mobile-header-menu-body .dropdown-menu-left {
    padding: 10px;
}

.dropdown-menu li > button i {
    color: #4292ef;
    min-width: 15px;
    margin: 2px 7px 0 0;
    text-align: center;
}

.dropdown-menu li:first-of-type > button {
    margin: 0 0 5px;
}

.dropdown-menu li:last-of-type > button {
    margin: 5px 0 0;
}

.dropdown-menu li:first-of-type > a {
    margin: 0 0 5px;
}

.dropdown-menu li:last-of-type > a {
    margin: 5px 0 0;
}

.home-page h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #374355;
    margin: 20px 0;
}

.dropdown-menu li > a i, .dropdown-menu li > a img {
    min-width: 15px;
    margin: 0 7px 0 0;
    text-align: center;
}

.buttons {
    overflow: auto;
    margin: 0 0 20px;
}

.btn {
    height: 36px;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
    transition: all ease-in-out 0.2s;
    font-size: 15px;
}

a.btn {
    line-height: 36px;
}

a.btn-lg {
    line-height: 42px;
}

a.btn-xl {
    line-height: 50px;
}

.btn .fa + span, .btn .fas + span, .btn .far + span {
    margin: 0 0 0 7px;
}

.btn i.visible-xs + span {
    margin: 0;
}

.btn-xs {
    height: 24px;
    padding: 0 10px;
    line-height: 20px;
}

.btn-sm {
    height: 28px;
    line-height: 28px !important;
}

.btn-sm {
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 20px;
}

.btn-lg {
    height: 42px;
    line-height: 42px;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 20px;
}

.btn-xl {
    height: 50px;
    font-weight: 700;
    padding: 0 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn + .btn-lg, .btn + .btn-xl {
    margin: 0 0 0 10px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 1em;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover {
    border: solid 1px #cad3df;
}

.btn.disabled {
    opacity: 1;
    cursor: default;
}

.btn.disabled2 {
    display: none !important;
}

.list-account {
    border: 1px solid #eceff4;
    border-left: none;
}

.list-group-item {
    display: flex;
    align-items: center;
    min-height: 50px;
    font-size: 15px;
    background: none;
    border: none;
    position: relative;
    padding: 15px 24px;
    justify-content: space-between;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:not(:first-child) {
    border-top: solid 1px #eceff4 !important;
}

.list-group-item:hover, .list-group-item.active {
    color: #374355;
    background-color: #eceff4 !important;
}

.list-group-item.active:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 5px;
    content: "\f054";
}

header {
    flex: 0 0 auto;
}

.header-block {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eceff4;
    display: none;
}

@media (min-width: 993px) {
    .header-block {
        display: flex;
    }
}

.header-block__item {
    display: flex;
    align-items: center;
}

.header-search {
    width: 100%;
}

.header-search__form {
    position: relative;
    display: flex;
}

.header-search__category-btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 0.9em;
    padding: 0 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.header-search__category-span {
    overflow: hidden;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-search__category-btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 5px;
    font-size: 0.7em;
    content: "\f078";
}

.open .header-search__category-btn:after {
    transform: rotate(-180deg);
}

.header-search__input {
    padding: 0 12px;
    border-radius: 4px;
}

.header-search__category + .header-search__input {
    border-radius: 0 4px 4px 0;
}

.header-search__btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1px;
    height: calc(100% - 2px);
    width: 40px;
    background: none;
    border: none;
    transform: translate(0, -50%);
    transition: all ease-in-out 0.15s;
}

.header-search__btn:hover {
    background: #f7f7f7;
    border-color: #eceff4;
    border-radius: 0 4px 4px 0;
}

.header-phones {
    position: relative;
    padding-right: 10px;
}

.header-phones.has-addit {
    padding-right: 30px;
}

.header-phones__main {
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
}

.header-phones__main:hover {
    color: #8493A8;
}

.header-phones__show-phone {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
    color: #777;
    background: #f7f7f7;
    transform: translateY(-50%);
    border-radius: 100%;
    cursor: pointer;
}

.header-phones__show-phone:hover {
    color: #555;
}

.open .header-phones__show-phone {
    transform: rotate(-180deg) translateY(50%);
}

.header-phones__additionals {
    text-align: right;
}

.header-phones__additional {
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}

.header-phones__additional + span {
    margin: 0 0 0 10px;
}

.header-phones__a:hover {
    background-color: transparent;
}

.header-phones__span {
    text-transform: uppercase;
    border-bottom: dotted 1px;
}

.header-phones__text {
    padding: 5px 10px;
    color: #888;
    font-size: 0.95em;
}

.top-menu__compare-btn,
.top-menu__wishlist-btn,
.top-menu__account button,
.header-cart__btn {
    height: 38px;
    width: 38px;
    display: block;
    padding: 0;
    border: none;
    margin-left: 10px;
    border-radius: 4px;
    position: relative;
    background: none;
}

.top-menu__compare-btn:hover,
.top-menu__wishlist-btn:hover,
.top-menu__account button:hover,
.header-cart__btn:hover {
    background: #eceff4;
}

.top-menu__compare-btn svg,
.top-menu__wishlist-btn svg,
.top-menu__account button svg,
.header-cart__btn svg {
    position: absolute;
    top: 5px;
    left: 5px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.header-block__item-cart {
    justify-content: center;
}

.header-cart__total-items,
.top-menu__compare-total,
.top-menu__wishlist-total {
    color: #fff;
    background: #e52f2f;
    position: absolute;
    right: -9px;
    top: 12px;
    margin: 0;
    padding: 0 3px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    border-radius: 100%;
}

.header-cart__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 65vh;
    border-bottom: solid 1px #eceff4;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .header-cart__wrapper {
        padding-right: 5px;
    }

    .header-cart__remove {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.header-cart__wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.header-cart__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D59B38;
}

.header-cart__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
}

.header-cart__item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .header-cart__item {
        flex-direction: column;
    }
}

.header-cart__item:first-child {
    padding-top: 0;
}

.header-cart__item:not(:first-child) {
    border-top: solid 1px #eceff4;
}

.header-cart__item-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.header-cart__item-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .header-cart__item-line {
        justify-content: space-around;
    }
}

.header-cart__image {
    flex: 0 0 150px;
    padding: 0 20px 0 0;
}

.header-cart__name {
    flex: 1 1 0;
    min-width: 155px;
    font-size: 16px;
    padding: 0 20px 0 0;
    overflow: hidden;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .header-cart__name {
        text-align: center;
        min-width: 100%;
    }
}

.header-cart__name a {
    color: #374355;
}

.header-cart__quantity {
    padding: 0 20px 0 0;
    margin-left: auto;
}

@media (max-width: 767px) {
    .header-cart__quantity {
        padding: 0 20px 0 0;
        margin-left: 0;
    }
}

.header-cart__quantity .qty-switch {
    margin: 0;
}

.header-cart__price {
    flex: 0 1 60px;
    padding: 0;
    white-space: nowrap;
    font-size: 24px;
    text-align: right;
}

.header-cart__total {
    flex: 0 1 100px;
    white-space: nowrap;
    font-weight: 500;
}

.header-cart__price-text, .header-cart__total-text { /*margin:0 0 5px;color:#888;line-height:1em;font-size:.65em;*/
    display: none;
}

.header-cart__remove-btn {
    border: none;
    background: none;
    color: #4292ef;
    font-size: 21px;
}

.header-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.header-cart__buttons_right {
    border-radius: 4px;
    background-color: #F8F9FB;
    padding: 20px;
    display: flex;
}

.header-cart__totals-text {
    min-width: 120px;
    margin: 0 30px 0 0;
    white-space: nowrap;
    font-size: 36px;
}

@media (max-width: 767px) {
    .header-cart__totals-text {
        min-width: 90px;
        margin: 20px 0 0;
        white-space: nowrap;
        font-size: 24px;
        text-align: center;
    }
}

.header-cart__empty {
    padding: 10px 0;
    text-align: center;
}

.btn-cart-dismiss {
    color: #8493a8;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 767px) {
    .btn-cart-dismiss {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

.menu {
    position: relative;
    z-index: 998;
    min-height: 46px;
}

.menu__header {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
}

.menu__collapse {
    position: absolute;
    z-index: 900;
    width: 100%;
    top: 46px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.95em;
}

.menu__level-1-li {
    position: relative;
    border-top: solid 1px #cad3df;
    transition: all linear 0.15s;
}

.menu__level-1-li:last-child {
    border-radius: 0 0 4px 4px;
}

.menu__level-1-a {
    display: flex;
    min-height: 46px;
    height: 100%;
    align-items: center;
    padding: 0 44px 0 12px;
    font-weight: 500;
}

.menu__level-1-icon {
    text-align: center;
    margin: 0 10px 0 0;
}

.menu__level-1-img {
    width: 16px;
    height: 16px;
    margin: 0 7px 0 0;
}

.menu__level-2-ul {
    list-style: none;
    padding: 0;
}

.menu__level-2-a {
    display: flex;
    align-items: center;
    min-height: 46px;
    font-weight: 500;
}

.menu__level-3-ul {
    list-style: none;
    padding: 0;
}

.menu__level-3-a {
    display: flex;
    align-items: center;
}

.menu__level-3-a:before {
    margin: 0 7px 0 0;
    font-size: 0.8em;
    content: "•";
    color: #aaa;
}

.menu__more:after {
    content: "→ ";
    padding: 0 0 0 10px;
}

.menu__more-span {
    text-decoration: underline;
}

.menu1 .menu__level-1-li:first-child {
    border-top: none;
}

.menu2 .menu__level-1-li:hover {
    background: #cad3df;
}

.menu__additional {
    width: 50px;
    max-width: 50px;
}

.menu__level-1-a.additional {
    font-size: 1.4em;
}

main {
    flex: 1 0 auto;
    padding: 10px 0 20px;
    overflow: hidden;
}

@media (min-width: 1079px) {
    main {
        flex: 1 0 auto;
        padding: 30px 0 50px;
    }
}

.breadcrumb {
    margin-bottom: 10px;
    padding: 0 0 10px;
    overflow-x: auto;
    white-space: nowrap;
    background: 0;
    font-size: 12px;
}

.breadcrumb a {
    color: #8493a8;
}

.breadcrumb li + li:before {
    content: "|";
    color: #8493a8;
    font-size: 12px;
    padding: 0 15px 0 12px;
}

.breadcrumb li + li:last-child:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    padding-left: 5px;
    color: #8493a8;
}

.swiper-viewport .swiper-button-prev:before, .swiper-viewport .swiper-button-next:before, .dream-filter .rdf- s .rdf-group .checkbox > label > span:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.swiper-viewport {
    position: relative;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none !important;
}

.swiper-viewport:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: solid 4px #f7f7f7;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.swiper-viewport:hover:after {
    visibility: hidden;
    opacity: 0;
}

.swiper-viewport .title {
    position: absolute;
    z-index: 999;
    left: 10px;
    bottom: 10px;
    width: auto;
    z-index: 99;
    height: 30px;
    padding: 0 15px;
    line-height: 28px;
    font-size: 1.1em;
    opacity: 0.7;
    border-radius: 3px;
}

.swiper-viewport .swiper-pagination {
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 15px !important;
}

.uni-banner {
    margin-bottom: 10px;
}

.uni-banner__item {
    margin: 0 0 10px;
}

.uni-banner__a, .uni-banner__div {
    display: block;
    overflow: hidden;
    position: relative;
}

.uni-banner__div img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.uni-banner__img { /*width:100%;object-fit:cover;*/
}

#column-left .uni-banner, #column-right .uni-banner {
    margin-bottom: 10px;
}

#column-left .uni-banner__item, #column-right .uni-banner__item {
    width: 100%;
}

.menu-module__ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    font-size: 0.95em;
    border-radius: 4px;
}

.menu-module__li:not(:first-child) {
    border-top: solid 1px rgba(0, 0, 0, 0.06);
}

.menu-module__a {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    font-weight: 500;
}

.menu-module__children-a {
    display: flex;
    align-items: center;
    padding: 0 15px 10px;
}

.menu-module__children-a:last-child {
    padding-bottom: 15px;
}

.menu-module__children-a:before {
    margin: 0 7px 0 0;
    font-size: 0.8em;
    content: "•";
    color: #aaa;
}

.menu-module__a.active {
    font-weight: 700;
}

.menu-module__children-a.active {
    font-weight: 500;
}

.menu-module__pm {
    display: flex;
    min-width: 30px;
    margin: -12px -15px -12px 0;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    color: #888;
}

.menu-module__pm:hover {
    background: #cad3df;
}

.menu-module__pm:not(.open) .fa-minus {
    display: none;
}

.menu-module__pm.open .fa-plus {
    display: none;
}

.banner-label {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    padding: 5px 10px;
    font-size: 0.9em;
    opacity: 0.85;
}

.banner-label:after {
    position: absolute;
    display: block;
    top: 0;
    right: -7px;
    content: "";
    width: 15px;
    height: 100%;
    transform: skew(-25deg);
    background: inherit;
}

.home-banner {
    margin: 5px -10px 10px;
}

.home-banner__item {
    display: flex;
    height: calc(100% - 20px);
    align-items: center;
    margin: 0 0 20px;
    padding: 15px;
    line-height: 1em;
    border-radius: 4px;
}

.home-banner__item.link {
    cursor: pointer;
}

.home-banner__icon {
    font-size: 3.5em;
}

.home-banner__text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 0 0 0 15px;
    word-wrap: break-word;
}

.home-banner__text-1 {
    font-weight: 500;
    line-height: 1.3em;
}

.home-banner__text-1.link span {
    border-bottom: dotted 1px;
}

.uni-badge {
    margin: 2px 0 0 8px;
    padding: 0 8px;
    text-align: center;
    font-size: 0.7em;
    color: #888;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.uni-form {
    overflow: hidden;
    padding: 20px;
    background-color: #F8F9FB;
    border-radius: 4px;
}

.uni-form__heading {
    margin: 0 0 5px;
    color: #666;
}

.sticker {
    position: absolute;
    top: 20px;
    left: 14px;
    z-index: 8;
}

.sticker__item {
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 5px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.option {
    position: relative;
}

.option__group {
    margin: 0 0 5px;
}

.option__group-name {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    color: #8493a8;
}

.option__item {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.option__item.ended {
    cursor: not-allowed;
}

.option__item.ended .option__name, .option__item.ended:hover .option__name {
    opacity: 0.5;
    filter: grayscale(100%);
    border: solid 1px #cad3df !important;
}

.option__item.ended .option__img {
    opacity: 0.5;
    filter: grayscale(100%);
    border: solid 2px rgba(0, 0, 0, 0.25) !important;
}

.option__item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.option__select {
    margin: 0 0 10px;
    padding: 16px 24px;
    height: 50px;
}

.option__name {
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0 10px;
    font-size: 0.85em;
    width: auto;
    height: 24px;
    line-height: 21px;
    border: solid 1px #cad3df;
    border-radius: 3px;
    transition: all linear 0.1s;
}

.option__img {
    width: 26px;
    padding: 1px;
    border: solid 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    pointer-events: none;
    transition: all ease-in-out 0.15s;
}

.option__popup {
    position: absolute;
    z-index: 9999;
    display: none;
    overflow: hidden;
    max-width: 95%;
    padding: 4px;
    text-align: center;
    font-size: 0.8em;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.option__popup-img {
    margin: 0 0 5px;
}

.option .text-danger {
    position: absolute;
    top: 0;
    font-weight: 500;
    padding: 2px 0;
    background: #fff;
}

.qty-indicator {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-size: 0.95em;
    color: #777;
    white-space: nowrap;
}

.qty-indicator:before {
    content: attr(data-text);
    margin: 0 5px 0 0;
}

.qty-indicator__bar {
    position: relative;
    overflow: hidden;
    width: 61px;
    height: 10px;
    border-radius: 2px;
}

.qty-indicator__bar:before, .qty-indicator__bar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21.5%;
    content: "";
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    opacity: 0.5;
}

.qty-indicator__bar:before {
    left: 20%;
}

.qty-indicator__bar:after {
    left: 60%;
}

.qty-indicator__percent {
    height: 100%;
}

.qty-indicator__percent:before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: solid 1px #000;
    border-radius: 2px;
    opacity: 0.08;
}

.qty-indicator__text {
    font-weight: 500;
}

.qty-switch {
    display: flex;
    float: left;
    margin: 0 12px 0 0;
}

.qty-switch__input {
    width: 78px;
    height: 36px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
}

.qty-switch__btn.fa {
    display: block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.qty-switch__cart .qty-switch__input {
    height: 36px;
    border-radius: 4px;
    border: solid 1px #cad3df;
}

.checkout-cart__quantity .qty-switch__input {
    height: auto;
}

.qty-switch__cart .qty-switch__btn {
    width: 40px;
    height: 36px;
    line-height: 35px;
    color: #8493a8 !important;
    border: none !important;
    background: none;
}

.category-products {
    border-left: solid 1px #eceff4;
}

.qty-switch__cart .qty-switch__btn:hover {
    color: #374355 !important;
}

.rating {
    display: flex;
    align-items: center;
    min-height: 15px;
}

.rating .fa-star {
    margin: 0 3px 0 0;
    font-size: 0.9em;
}

.form-rating-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.compare, button.wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 0.8em;
    border: none;
    border-radius: 4px;
    transition: all linear 0.15s;
    background-color: #fff;
}

.fa-heart:not(.account-index__icon):before {
    width: 24px;
    height: 24px;
    display: block;
    content: "" !important;
    background: url(../image/wishlist.svg) no-repeat center;
    background-size: contain;
    opacity: 0.55;
}

.fa-align-right:before {
    width: 24px;
    height: 24px;
    display: block;
    content: "" !important;
    background: url(../image/compare.svg) no-repeat center;
    background-size: contain;
    opacity: 0.55;
}

button.compare:hover, button.wishlist:hover, button.compare.active, button.wishlist.active {
    background-color: #eceff4;
}

.price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
}

.price .price-old {
    margin: 0 15px 0 0;
    font-size: 0.65em;
    text-decoration: line-through;
}

.price-tax {
    margin: -10px 0 10px;
    color: #999;
    font-size: 0.8em;
}

.uni-item {
    width: 100%;
    background: #fff;
    padding: 40px 25px 10px;
    border: solid 1px #eceff4;
    border-left: none;
    position: relative;
    z-index: 99;
    transition: 0.2s;
}

.col-xxl-5:first-child .uni-item {
    border-left: solid 1px #eceff4;
}

.catalog-wrapper .col-xxl-5:first-child .uni-item {
    border-left: none;
}

.uni-item:hover {
    box-shadow: 0px 10px 40px rgba(55, 67, 85, 0.5);
    z-index: 999;
}

.news-button:hover {
    box-shadow: 0px 10px 40px rgba(55, 67, 85, 0);
    background: #ECEFF4;
    color: #374355 !important;
}

.uni-item:last-of-type:hover a {
    color: #374355 !important;
}

.uni-item:hover .product-thumb__image img {
    opacity: 0.07;
}

.show-more-button {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: solid 1px var(--grey3);
    border-top: none;
    box-sizing: border-box;
    text-align: center;
    width: calc(25% + 1px);
    border-radius: 0 0 4px 4px;
    background: #fff;
    transition: 0.2s;
}

.show-more-button:hover {
    background: #ECEFF4;
}

@media (max-width: 1300px) {
    .show-more-button {
        width: calc(33.3333% + 2px);
    }
}

@media (max-width: 727px) {
    .uni-item {
        width: 100%;
        background: #fff;
        padding: 40px 25px 10px;
        border: solid 1px #eceff4;
        border-right: none;
        border-top: none;
    }

    .category-list .uni-item {
        border-left: none;
        border-right: solid 1px #eceff4;
        min-height: 40px;
    }

    .category-list button {
        padding: 13px;
    }

    .uni-module__item:nth-of-type(2n) {
        border-right: solid 1px #eceff4;
    }

    .products-block .uni-item {
        border-right: solid 1px #eceff4;
        border-left: none;
    }
}

.uni-item-bg {
    align-items: center !important;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    transition: all ease-in-out 0.15s;
}

.uni-item-bg:hover {
    background: #eee;
}

.uni-module {
    position: relative;
    margin-bottom: 15px;
}

.uni-module:after {
    display: block;
    content: "";
    clear: both;
}

.uni-module__wrapper {
    margin: 0;
    opacity: 0;
    width: 100%;
}

.category-wall .uni-module__wrapper {
    width: 100%;
}

.main-featured__wrapper, .main-latest__wrapper {
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(33.33333%, max-content));
}

.main-featured, .main-latest {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 727px) {
    .show-more-button {
        width: 100%;
        margin-bottom: 40px;
    }

    .main-featured__wrapper, .main-latest__wrapper {
        opacity: 1;
        display: grid;
        border-right: solid 1px #eceff4;
        grid-template-columns: repeat(2, minmax(50%, max-content));
    }
}

.uni-module__wrapper.load-complete {
    opacity: 1;
    transition: none !important;
}

.uni-module .owl-stage {
    display: flex;
}

.uni-module__item, .uni-module .owl-item {
    display: flex;
    float: left;
    padding: 0;
}

.uni-module .owl-nav {
    left: -5px !important;
    right: -5px !important;
    margin: -15px 0 0;
}

.uni-module .owl-nav button {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 100%;
    box-shadow: 0 0 10px #ccc;
}

.uni-module .owl-nav .owl-next {
    padding: 0 0 0 2px;
}

.uni-module .owl-dots {
    margin: -10px 0 20px !important;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
}

.product-thumb.hover {
    position: absolute;
    z-index: 99;
}

.product-thumb__image {
    flex: 1 0 auto;
    margin: 0 0 15px;
    padding: 0 0 10px;
}

.product-thumb__image:hover .uni-timer {
    visibility: hidden;
    opacity: 0;
}

.product-thumb__name {
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 15px;
    word-wrap: break-word;
    transition: 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}

.product-thumb__caption {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.product-thumb__caption h4 {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}

.main-latest {
    margin-bottom: 30px;
}

.product-thumb__model {
    margin: 0 0 10px;
    font-size: 0.8em;
    color: #888;
}

.product-thumb__model:before {
    content: attr(data-text);
    margin: 0 5px 0 0;
}

.product-thumb__description {
    margin: 0 0 10px;
    font-size: 0.95em;
    word-wrap: break-word;
}

.product-thumb__attribute {
    color: #888;
}

.product-thumb__attribute-value:not(:last-child):after {
    content: "/";
    padding: 0 2px 0 5px;
    color: #ccc;
}

.product-thumb__option {
    margin: 0 0 5px;
}

.product-thumb__rating {
    margin: 0 0 15px;
    min-height: 20px;
}

.product-thumb__rating a {
    color: #8493a8;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 0;
    line-height: 16px;
}

.product-thumb__quick-order {
    margin: 0 0 0 15px;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}

.product-thumb:hover .product-thumb__quick-order {
    opacity: 1;
}

.product-thumb__wishlist, .product-thumb__compare {
    right: 25px;
    width: 34px;
    height: 34px;
}

.product-thumb__wishlist {
    top: 15px;
}

.product-thumb__compare {
    top: 55px;
}

.product-thumb__wishlist.hidden + .product-thumb__compare {
    top: 10px;
}

.product-thumb__price {
    margin: 0 0 20px;
    font-size: 24px;
}

.product-thumb__cart {
    display: flex;
    flex-wrap: wrap;
}

.product-thumb__cart.disabled2 {
    min-height: 32px;
}

.product-thumb__addit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content-visibility: auto;
}

.product-thumb__addit-wrap {
    width: 100%;
    height: 100%;
    display: flex;
}

.product-thumb__addit-item {
    display: flex;
    flex: 1 1 auto;
}

.product-thumb__addit-dot {
    display: inline-block;
    width: 10px;
    height: 4px;
    margin: 0 3px;
    transform: translate(0, -25px);
    background: #ddd;
    border-radius: 4px;
}

.sorts-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .sorts-block {
        margin-top: 10px;
        justify-content: flex-end;
    }

    .product-page-tabs {
        width: calc(100vw + 5px);
    }

    .youtube-modal-dialog, .coupons-modal-dialog {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        height: 100%;
        justify-content: center;
        margin: 0 10px !important;
        padding: 0 !important;
    }
}

@media (max-width: 992px) {
    .social-wrapper .sorts-block {
        justify-content: flex-end;
    }

    .rdf-mobile-toggle {
        box-shadow: 0 12px 30px rgb(55 67 85 / 50%);
    }
}

.mod-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

header {
    z-index: 9999;
}

.sorts-block__limit {
    width: auto;
    margin: 0 0 0 20px;
}

.sorts-block__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.sorts-block__wrapper #input-sort {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .sorts-block__wrapper #input-sort {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .sorts-block__wrapper #input-sort {
        width: 94%;
        margin: 10px auto;
    }
}

.sorts-block__wrapper select {
    padding: 10px 25px;
    line-height: 1;
    height: auto;
}

.sorts-block__sorts {
    flex: 1 1 auto;
}

.sorts-block__span {
    margin: 0 20px 0 0;
    font-weight: 500;
    font-size: 0.95em;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
}

.sorts-block__span:hover, .sorts-block__span.selected {
    border-bottom: dotted 1px;
}

.sorts-block__span.selected:after {
    margin: 0 0 0 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.85em;
}

.sorts-block__span.selected.up:after {
    content: "\f160";
}

.sorts-block__span.selected.down:after {
    content: "\f884";
}

.sorts-block__btn-group {
    display: flex;
    white-space: nowrap;
}

.brand__link {
    cursor: pointer;
    transition: 0.2s;
    padding: 0;
}

.brand__link:hover {
    box-shadow: 0px 10px 40px rgba(55, 67, 85, 0);
    z-index: 1;
    background: #ECEFF4;
}

.sorts-block__btn {
    padding: 0 12px;
    font-size: 0.85em !important;
}

.sorts-block__btn.selected {
    box-shadow: inset 0 0 10px #eceff4;
}

.products-block {
    margin: 0;
}

.grid-view {
    display: flex;
    padding: 0;
}

.list-view .product-thumb {
    flex-direction: row;
}

.list-view .product-thumb__image {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.list-view .uni-timer {
    bottom: 0;
}

.list-view .product-thumb__caption {
    padding: 0 25px 0px 20px;
}

.list-view .product-thumb__description {
    display: block !important;
}

.list-view .product-thumb__option {
    display: block !important;
}

.list-view .product-thumb__price {
    margin-top: auto;
}

.list-view .product-thumb__cart {
    margin-right: -20px;
}

.compact-view {
    margin: 0 0 -1px;
}

.compact-view:last-of-type {
    margin: 0 0 20px;
}

.compact-view .product-thumb {
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    border: solid 1px #eee;
    border-radius: 0;
    box-shadow: none;
}

.compact-view:nth-child(odd) .product-thumb {
    background: #fafafa;
}

.compact-view .product-thumb__image {
    min-width: 80px;
    width: 80px;
    margin: 0;
    padding: 10px;
    box-shadow: none;
}

.compact-view .product-thumb__image a:before {
    display: none;
}

.compact-view .product-thumb__caption {
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 0;
}

.compact-view .product-thumb__name {
    flex: 1 1 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 0.9em;
}

.compact-view .product-thumb__option {
    display: block !important;
    min-height: 75px;
    flex: 0 0 20%;
    margin: 0;
    padding: 10px 10px 0;
}

.compact-view .qty-indicator {
    display: none;
    min-height: 75px;
    margin: 0;
    padding: 0 10px;
    justify-content: center;
}

.compact-view .qty-indicator:before {
    display: none;
}

.compact-view .product-thumb__price {
    flex-wrap: wrap;
    justify-content: center;
    width: 10%;
    min-width: 110px;
    margin: 0;
    padding: 0 10px;
    font-size: 1em;
    text-align: center;
}

.compact-view .product-thumb__price .price-old {
    width: 100%;
    margin: 0 0 5px;
}

.compact-view .product-thumb__cart {
    flex-wrap: nowrap;
    padding-right: 10px;
    white-space: nowrap;
}

.compact-view .product-thumb__quick-order {
    opacity: 1;
}

.compact-view .product-thumb__addit-dot, .compact-view .sticker, .compact-view .product-thumb__model, .compact-view .uni-timer, .compact-view .product-thumb__description, .compact-view .rating, .compact-view .cart .wishlist, .compact-view .cart .compare, .compact-view .cart button span {
    display: none;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.pagination li a, .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 50px;
    height: 50px;
    border: 1px solid #eceff4;
    margin: 0 0 15px;
    padding: 0;
    border-radius: 4px !important;
    text-align: center;
}

.pagination li + li {
    margin: 0 0 0 10px;
}

.pagination .pagination_first a, .pagination .pagination_last a {
    background-color: #eceff4 !important;
    font-size: 20px;
}

.pagination .pagination_first:hover a, .pagination .pagination_last:hover a {
    background-color: #cad3df !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination li a:hover {
    border: 1px solid #374355;
}

.pagination-text {
    margin: 0 0 30px;
    font-size: 0.9em;
    color: #888;
    text-align: center;
}

.products-block + .pagination-text {
    margin-top: 30px;
}

.article_description {
    margin: 0 0 40px;
    line-height: 1.7em;
}

.article_description a {
    text-decoration: underline;
}

.html-module {
    margin: 0 0 20px;
}

.category-info {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    line-height: 1.5em;
    font-size: 12px;
    color: #8493a8;
}

.category-info__image {
    float: left;
    max-width: 150px;
    margin: 0 20px 0 0;
}

.category-info img {
    max-width: 100%;
}

.category-info-bottom .category-info {
    display: block !important;
}

.category-info__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.category-info__span {
    font-size: 1.1em;
    font-weight: 500;
}

.category-list__inner {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(min-content, 1fr));
}

.catalog-wrapper .category-list__inner {
    border-top: 1px solid #eceff4;
    border-left: 1px solid #eceff4;
}

.category-list__inner > div {
    margin: 0;
    width: 100%;
    border-top: 1px solid #eceff4;
}

.catalog-wrapper .category-list__inner > div {
    border-top: 0 solid #eceff4;
}

.category-list__inner .uni-item {
    border-top: 0 solid transparent;
}

.category-list img {
    max-height: 70px;
    object-fit: contain;
    padding: 5px;
}

.category-list a {
    color: #374355;
}

.category-list__item {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    text-align: center;
    font-size: 0.95em;
    transition: 0.1s;
    font-weight: 500;
}

.category-list__img {
    border-radius: 4px 4px 0 0;
}

.category-list__name {
    width: 100%;
    padding: 10px;
}

@media (max-width: 567px) {
    .category-list__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(min-content, 1fr));
    }

    .category-list__inner > div {
        width: 100%;
        margin: 0;
    }

    .category-list:before {
        display: none;
    }
}

.dropdown-logout {
    border-top: 1px solid #ECEFF4;
}

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

@media (min-width: 566px) and (max-width: 767px) {
    .category-list__inner {
        display: grid;
        grid-template-columns: repeat(4, minmax(min-content, 1fr));
    }
}

.nav-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    margin: 0 0 30px;
    white-space: nowrap;
}

.product-page .nav-tabs {
    scrollbar-width: thin;
    scrollbar-color: #374355 #eceff4;
    width: 100%;
}

.product-page .nav-tabs::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.product-page .nav-tabs::-webkit-scrollbar-track {
    background: #eceff4;
}

.product-page .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #374355;
    border-radius: 15px;
    border: 4px solid #eceff4;
}

.nav-tabs li {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0;
    padding: 0;
}

.nav-tabs li a {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    background: none !important;
    border: none !important;
}

.nav-tabs li a:after {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -7px;
    content: "";
    transition: all ease-in-out 0.15s;
    border-bottom: solid 2px !important;
}

.nav-tabs li.actives a:after, .nav-tabs li a:hover:after {
    width: 100%;
}

.nav-tabs li:last-child {
    margin-right: 0;
}

.nav-tabs i {
    margin: 0 5px 0 0;
    font-size: 0.8em;
}

.nav-tabs .uni-badge {
    color: #8493a8;
    padding: 0;
    background: none;
    font-size: 12px;
}

.tab-pane:not(.active) {
    content-visibility: auto;
}

.carousel {
    margin: 0 0 20px;
    border: solid 1px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 4px;
}

.footer {
    flex: 0 1 auto;
    padding: 60px 0 0;
}

.footer__column-heading {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer__column-icon {
    margin: 0 5px 0 -5px;
    font-size: 0.8em;
}

.footer__column-heading-addr {
    margin: 0 0 0px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    color: #eceff4;
}

.footer__column-ul {
    margin: 0;
}

.footer__column-li {
    display: flex;
    align-items: center;
    margin: 0 0 17px;
    font-size: 15px;
}

.footer__column-li:last-child {
    margin: 0 0 20px;
}

.footer__column-a:hover {
    color: #8493a8 !important;
}

.footer__contacts-li:before {
    display: none;
}

.footer__contacts-icon {
    min-width: 15px;
    margin: 0 6px 0 0;
}

.footer__phone {
    font-size: 24px;
}

.footer__text {
    padding: 15px 0 30px;
    font-size: 12px;
    color: #8493a8;
}

.footer__socials-payments {
    overflow: hidden;
    padding: 8px 0;
    background: #ffffff;
    color: #374355;
    font-size: 12px;
}

.footer__socials-payments .row-flex {
    align-items: center;
    justify-content: space-between;
}

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

.footer__media li {
    margin: 0 0 5px;
}

.footer__socials-icon {
    width: 30px;
    height: 30px;
    line-height: 29px !important;
    text-align: center;
    font-size: 1.5em;
    border-radius: 4px;
    transition: 0.2s;
    cursor: pointer;
}

.footer__socials-icon:hover {
    color: #fff;
}

.footer__socials-icon + i {
    margin: 0 0 0 10px;
}

.footer__socials-icon.fa-odnoklassniki:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-vk:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-facebook:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-twitter:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-google-plus {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.footer__socials-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer__socials-icons i {
    margin: 0 5px 0 0;
}

.footer__socials-icons a {
    color: #ffffff;
    transition: 0.2s;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uni-href {
    cursor: pointer;
}

.footer__socials-icon.fa-google-plus:before {
    content: "\f4ad";
}

.footer__socials-icon.fa-google-plus:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-instagram:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-youtube:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-viber:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-whatsapp:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-tiktok:hover {
    color: #8493a8;
}

.footer__socials-icon.fa-telegram-plane:hover {
    color: #8493a8;
}

.footer__payments {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 0 -10px 0;
}

.footer__payments-icon {
    overflow: hidden;
    margin: 0 0 10px 10px;
}

.footer__payments-icon:not(img) {
    height: 30px;
    width: 50px;
    border-radius: 3px;
    background-image: url("../image/payment_icon_sprite.png");
}

.footer__payments-icon.visa {
    background-position: -150px -120px;
}

.footer__payments-icon.master {
    background-position: -100px -30px;
}

.footer__payments-icon.yandex {
    background-position: -150px -150px;
}

.footer__payments-icon.webmoney {
    background-position: -100px -150px;
}

.footer__payments-icon.qiwi {
    background-position: 0 0px;
}

.footer__payments-icon.sberbank {
    background-position: -150px -30px;
}

.footer__payments-icon.cyberplat {
    background-position: 0 -30px;
}

.footer__payments-icon.alfa {
    background-position: -50px 0px;
}

.footer__payments-icon.privat {
    background-position: -100px -90px;
}

.footer__payments-icon.paypal {
    background-position: 0 -90px;
}

.footer__payments-icon.eport {
    background-position: 0 -60px;
}

.footer__payments-icon.mailofrussia {
    background-position: -100px 0px;
}

.footer__payments-icon.rapida {
    background-position: -100px -120px;
}

.footer__payments-icon.contact {
    background-position: 0 -120px;
}

.footer__payments-icon.vtb24 {
    background-position: 0 -150px;
}

.footer__payments-icon.sms {
    background-position: -150px -90px;
}

.footer__payments-icon.skrill {
    background-position: -150px -60px;
}

.footer__payments-icon.rbk {
    background-position: -150px 0px;
}

.footer__payments-icon.western-union {
    background-position: -200px 0px;
}

.footer__payments-icon.mir {
    background-position: -199px -30px;
}

.checkout-sticky-coupon {
    padding: 15px 25px;
    background: #F8F9FB;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
}

.checkout-sticky-coupon p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #374355;
}

.checkout-sticky-coupon a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #D59B38;
    transition: 0.2s;
    position: relative;
}

.checkout-sticky-coupon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: -28px;
    top: -4px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
}

.checkout-sticky-coupon a:hover, .checkout-sticky-coupon a:active, .checkout-sticky-coupon a:focus {
    color: #B58430;
}

.fly-block {
    position: fixed;
    z-index: 900;
    right: 20px;
    bottom: 20px;
}

.fly-block__item {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
    line-height: 40px !important;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
}

.fly-block__back {
    color: #666;
    background: #e2e2e2;
}

.fly-block__wishlist, .fly-block__compare {
    opacity: 0.8;
}

.fly-block__compare-icon {
    transform: rotate(90deg);
}

.fly-block__total {
    position: absolute;
    top: 0;
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 0.7em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 100%;
}

.fly-block__callback {
    margin: 25px 0;
}

.fly-block__callback-icon {
    line-height: 40px !important;
    font-size: 20px;
    transform: rotate(120deg);
    transition: all ease-in-out 0.3s;
}

.fly-block__callback:before {
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    content: "";
    border-radius: 100%;
    animation: spin 4s infinite linear;
}

.fly-block__callback:after {
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
    content: "";
    border-radius: 100%;
    animation: spin 5s infinite linear;
}

.fly-block__scrollup {
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    transform: scale(0);
}

.fly-block__scrollup.visible {
    transform: scale(1);
}

.fly-block__scrollup:hover {
    background: rgba(0, 0, 0, 0.5);
}

.fly-block__scrollup:not(.visible) {
    margin: -50px 0 0;
}

.fly-block__scrollup i {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fly-block__scrollup i:before {
    margin-top: -2px;
}

.simplecheckout .radio label, .simpleregister .radio label {
    display: flex;
}

.simplecheckout-cart .quantity .input-group .btn {
    height: 30px;
}

.spin {
    animation: spin 1s infinite linear;
}

/* animation */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.modal {
    z-index: 99999999999999;
    text-align: center;
    justify-content: center;
    width: 100%;
    align-items: center;
}

@media (max-height: 600px) {
    .modal {
        align-items: flex-start;
    }
}

#modal-agree {
    align-items: flex-start;
}

.modal-content {
    border: none;
}

.modal-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    background: #f7f7f7;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.modal-title {
    font-size: 24px;
    font-weight: 400;
    margin-right: 45px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    width: 72px;
    height: 100%;
    z-index: 99;
    background: none;
    opacity: 0.6;
    font-size: 36px;
    font-weight: 400;
}

.modal-dialog {
    max-width: 95%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-dialog.modal-sm {
    width: 486px;
}

.modal-body {
    background: #fff;
    border-radius: 0 0 4px 4px;
}

#modal-cart .modal-dialog {
    width: 996px;
}

#modal-cart img {
    background: #fff;
}

.owl-carousel {
    position: relative;
    display: none;
}

.owl-carousel .owl-stage {
    touch-action: manipulation;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-carousel .owl-item:not(.active) {
    content-visibility: auto;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../image/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 10px;
    right: 10px;
    opacity: 0;
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    position: absolute;
    font-size: 2em;
    cursor: pointer;
    opacity: 1;
    transform: translate(0, -50%);
}

.owl-carousel .owl-nav button {
    padding: 0;
    background: none;
    border: none;
    opacity: 1;
}

.owl-carousel .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    position: relative;
    margin: 5px 0 10px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    padding: 0;
    background: none;
    border: none;
}

.owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin: 0 0 0 10px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: all linear 0.2s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 20px;
    border-radius: 10px;
    cursor: default;
}

.uni-timer {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: opacity ease-in-out 0.15s;
}

.uni-timer__group {
    text-align: center;
    min-width: 45px;
    padding: 2px 6px 4px;
    border-radius: 3px;
}

.uni-timer__group:not(:last-child) {
    margin: 0 5px 0 0;
}

.uni-timer__digit {
    letter-spacing: 2px;
    font-weight: 700;
}

.uni-timer__text {
    margin: -3px 0 0;
    font-size: 0.65em;
}

.tooltip {
    font-family: "Rubik", sans-serif;
    line-height: 14px;
}

.uni-alert {
    display: flex;
    position: fixed;
    z-index: 1000000000000000000000000000000000000000000000;
    top: 50px;
    right: 15px;
    width: 300px;
    max-width: 100%;
    font-size: 0.95em;
    border: 0;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.uni-alert__icon {
    margin: 0 10px 0 0;
    font-size: 1.3em;
}

.uni-alert a {
    text-decoration: underline;
}

.preloader {
    position: absolute;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
}

.preloader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin: -18px auto auto -18px;
    content: "";
    border: solid 3px;
    border-radius: 100%;
    animation: spin 1s infinite linear;
}

.captcha {
    overflow: hidden;
    margin-bottom: 15px !important;
}

.captcha__input {
    float: left;
    width: 200px;
    max-width: 45%;
}

.captcha__img {
    height: 33px;
    padding-left: 15px;
}

.error-not-found {
    margin: 0 0 40px;
    text-align: center;
    color: #888;
    font-weight: 500;
}

.error-not-found__404 {
    font-size: 12em;
    color: #fff;
    text-shadow: 0 0 15px #ccc;
}

@media (max-width: 1200px) {
    .top-menu__btn-text {
        display: none;
    }

    .menu1 .menu__banner {
        display: none;
    }

    .product-thumb .qty-switch__input {
        width: 28px;
    }

    .product-thumb__add-to-cart i {
        display: none;
    }

    .product-thumb__add-to-cart span {
        margin: 0 !important;
    }
}

@media (max-width: 992px) {
    #search2 {
        padding: 0 10px;
    }

    #search2 .header-search__input, #search2 .header-search__category-btn {
        height: 36px !important;
    }

    #search2 .header-search__category + .header-search__input {
        flex: 1 1 auto;
    }

    .category-products {
        border-left: none;
    }

    .col-xxl-5:first-child .uni-item {
        border-left: none;
    }

    .uni-item:hover .product-thumb__image img {
        opacity: 1;
    }

    .product-page__quick-order span {
        display: inline !important;
    }

    .fa-heart:not(.account-index__icon):before {
        width: 21px;
        height: 21px;
    }

    .product-thumb__caption .product-thumb__add-to-cart, .product-thumb__caption .product-thumb__quick-order, .product-thumb__caption .product-thumb__more {
        display: none;
    }

    .rating .fa-star {
        margin: 0 2px 0 0;
    }

    .menu-wrapper {
        position: fixed;
        z-index: 1070;
        top: 0;
        left: -100%;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        transition: all ease-in-out 0.15s;
    }

    .menu-wrapper.show {
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .menu__header {
        height: 50px;
        background: #cad3df;
    }

    .menu__collapse {
        top: 50px;
    }

    .menu__header-title {
        font-size: 1.25em;
        flex: 1 1 auto;
    }

    .menu__header-icon.fa-times {
        display: flex !important;
        width: 44px;
        height: 100%;
        margin: 0 -12px 0 0;
        align-items: center;
        justify-content: center;
        background: #cad3df;
    }

    .menu-open {
        float: left;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 20px 0 10px;
        height: 36px;
        padding: 0 15px;
        border-radius: 4px;
        cursor: pointer;
    }

    .menu-open__title {
        margin: 0 0 0 10px;
        font-weight: 500;
    }

    .menu__collapse {
        display: block;
        height: auto !important;
        font-size: 1em;
    }

    header .menu, header .menu__level-1-li {
        border-radius: 0 !important;
    }

    .menu__level-2 {
        overflow: hidden;
    }

    .menu__level-2:not(.in) {
        height: 0;
    }

    .menu__level-2-a {
        padding: 0 32px 0 15px;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
    }

    .menu__level-3 {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .menu__level-3:not(.in) {
        height: 0;
    }

    .menu__level-3-li {
        border-top: dashed 1px rgba(0, 0, 0, 0.1);
    }

    .menu__level-3-a {
        min-height: 46px;
        padding: 0 32px 0 15px;
    }

    .menu__pm {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        width: 44px;
        line-height: 46px;
        text-align: center;
        font-size: 0.85em;
        cursor: pointer;
    }

    .menu__pm:not(.open) .fa-minus {
        display: none;
    }

    .menu__pm.open .fa-plus {
        display: none;
    }

    .menu__banner, .menu__additional, .menu__level-2-img {
        display: none;
    }

    .sorts-block__btn + .sorts-block__btn {
        border-radius: 0 4px 4px 0 !important;
    }

    .list-view .product-thumb__image {
        width: 42%;
        min-width: 35%;
    }

    .product-thumb__quick-order, .owl-carousel .owl-nav {
        opacity: 1;
    }

    .footer__payments {
        justify-content: flex-start;
        margin: 0 0 0 -10px;
    }
}

.brands__link {
    cursor: pointer;
    width: 100%;
}

.blog-page .row {
    margin: 0;
}

.checkout-tab-content {
    margin: 0 0 0 40px;
}

@media (max-width: 1300px) {
    .checkout-container .btn-xl {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    h1.heading {
        margin: 0 0 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    h1.heading:after {
        display: none;
    }

    .category-list__name {
        width: 100%;
        padding: 7px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
    }

    .catalog-wrapper, .social-wrapper, .universal-wrapper {
        margin: 5px;
    }

    .information-wrapper {
        margin: 0 10px;
    }

    .blog-page .row {
        margin: 0;
    }

    .account-wrapper, .checkout-wrapper, .blog-wrapper {
        margin: 0 10px;
        box-sizing: border-box;
    }

    .account-wrapper .row, .checkout-wrapper .row, .blog-wrapper .row {
        margin: 0;
    }

    .product-wrapper {
        margin: 0 10px 10px 10px;
    }

    .header-block {
        margin: 0;
        padding: 25px 0;
    }

    .header-logo {
        max-width: 140px;
    }

    .header-phones__main {
        font-size: 1.1em;
    }

    .header-phones__show-phone {
        font-size: 0.65em;
    }

    .header-phones__additionals {
        display: none;
    }

    .header-phones__ul {
        left: auto;
        right: 0;
    }

    .header-cart__icon {
        height: auto;
        font-size: 2.2em;
    }

    .header-cart__totals-item, .header-cart__buttons {
        justify-content: center;
        flex-direction: column;
    }

    .header-cart__buttons_right {
        display: flex;
        flex-direction: column-reverse;
    }

    .header-cart__buttons .btn-default {
        display: none;
    }

    #column-left, #column-right {
        content-visibility: auto;
    }

    .uni-module .owl-nav > div:not(.disabled) {
        opacity: 0.8;
    }

    .products-block {
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px #eceff4;
    }

    .grid-view {
        display: flex;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    .list-view {
        flex: 0 1 100%;
    }

    .nav-tabs li {
        padding-right: 5px;
    }

    .nav-tabs li a {
        font-size: 1.1em;
    }

    .footer__column-heading {
        position: relative;
    }

    .footer__column-heading .fa-chevron-down {
        position: absolute;
        right: 0;
        font-size: 0.7em;
    }

    .footer__column-heading.open .fa-chevron-down {
        transform: rotate(180deg);
    }

    .footer__column:not(:first-child) {
        padding-top: 15px;
    }

    .error-not-found__404 {
        font-size: 10em;
    }
}

@media (max-width: 575px) {
    .top-menu__wishlist.hidden, .top-menu__compare.hidden {
        display: block !important;
    }

    .header-block__item-wishlist, .header-block__item-compare {
        display: none;
    }

    .header-logo {
        max-width: 120px;
    }

    .header-block__item-cart {
        padding: 0 0 0 5px;
    }

    .header-cart__total-items {
        min-width: 16px;
        height: 16px;
        font-size: 0.65em;
    }

    .header-cart__name {
        flex: 1 1 100%;
        margin: 0 0 15px;
    }

    .header-cart__quantity {
        padding: 0 15px 0 0;
    }

    .header-cart__quantity .qty-switch__input {
        height: 25px;
        line-height: 27px;
    }

    .header-cart__quantity .qty-switch__btn {
        width: 25px;
        height: 25px;
        line-height: 24px;
    }

    .top-menu__compare {
        margin: 0;
    }

    .header-phones__main {
        font-size: 1em;
    }

    .menu-open__title:not(.show-on-mobile) {
        display: none;
    }

    .header-search__category.hide-on-mobile {
        display: none;
    }

    .header-search__input.hide-on-mobile {
        border-radius: 4px;
    }

    .sorts-block__item:first-child {
        min-width: 90px;
    }

    .uni-module {
        padding: 0 5px;
    }

    .uni-module__wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .main-featured__wrapper, .main-latest__wrapper {
        opacity: 1;
        display: grid;
        border-right: solid 1px #eceff4;
        grid-template-columns: repeat(2, minmax(50%, max-content));
    }

    .uni-module .owl-dots {
        margin: 0 0 20px !important;
    }

    .products-block {
        margin-bottom: 20px;
    }

    .product-thumb {
        margin: 0;
        padding: 10px;
    }

    .product-thumb__image {
        padding-top: 5px;
    }

    .product-thumb .sticker {
        left: 10px;
    }

    .product-thumb .sticker__item:before {
        display: none;
    }

    .product-thumb__name {
        margin-bottom: 10px;
        padding: 0 0 0;
    }

    .product-thumb__model:before, .product-thumb .qty-indicator:before {
        display: none;
    }

    .product-thumb__add-to-cart, .product-thumb__cart.disabled2 {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0 2px;
    }

    .product-thumb__cart .btn {
        font-size: 0.9em;
    }

    .product-thumb .uni-timer, .product-thumb .product-thumb__description, .product-thumb__option, .list-view .product-thumb__option {
        display: none !important;
    }

    .product-thumb__wishlist, .product-thumb__compare {
        right: 5px;
    }

    .list-view .product-thumb__caption {
        padding: 0 25px 0 12px;
    }

    .category-info__image {
        display: none;
    }
}

@media (max-width: 380px) {
    .header-logo {
        max-width: 110px;
    }

    .header-cart__total {
        flex: 0 1 auto;
    }

    .header-search__category {
        display: none;
    }

    .header-search__input {
        border-radius: 4px !important;
    }
}

@media (max-width: 350px) {
    .header-phones__main {
        font-size: 0.9em;
    }

    .header-block__item-logo {
        max-width: 110px;
    }

    .product-thumb .qty-switch, .product-thumb__quick-order {
        display: none;
    }

    .btn-xl {
        padding: 0 15px;
    }
}

@media (min-width: 767px) {
    .header-phones__main.two-line {
        font-size: 1.2em;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        height: 100%;
    }

    .footer__column-ul {
        display: block !important;
        height: auto !important;
    }

    .header-phones__main {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .top-links__ul {
        position: static;
        display: flex;
        align-items: center;
        background: none;
        box-shadow: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .top-links__li {
        margin: 0 18px;
    }

    .top-links__a {
        display: inline;
        padding: 0;
        font-size: 14px;
        background: none !important;
        position: relative;
        transition: 0.2s;
    }

    .header-block__item-search.order-2 {
        order: 2;
        padding-left: 10px;
    }

    .header-block__item-telephone.order-1 {
        order: 1;
        justify-content: flex-start;
    }

    .breadcrumb.col-md-offset-4, .breadcrumb.col-lg-offset-3 {
        padding-left: 6px;
    }

    body:not(.touch-support) .menu1:hover .menu__collapse {
        display: block !important;
    }

    .menu__header-icon {
        margin: 0 10px 0 0;
    }

    .menu1 .menu__collapse {
        border: solid 1px rgba(0, 0, 0, 0.05);
        border-top: none;
    }

    .menu__level-1-a.chevron:after {
        position: absolute;
        right: 15px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        transition: all ease-in-out 0.15s;
    }

    .menu__level-1-a.open:after {
        transform: rotate(-90deg);
    }

    .menu__level-2 {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 102%;
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        padding: 0 10px;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: all ease-in-out 0.15s;
        scrollbar-width: thin;
    }

    .menu__level-2.column-1 {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .menu__level-2.open {
        visibility: visible;
        left: 100%;
        opacity: 1;
    }

    .menu__level-2::-webkit-scrollbar {
        width: 8px;
        background: #eee;
        border-radius: 4px;
    }

    .menu__level-2::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .menu__level-2-ul.has-image {
        padding-left: 60px;
    }

    .menu__level-2-img {
        position: absolute;
        top: 10px;
        left: 0;
        width: 50px;
    }

    .menu__level-2-ul {
        flex: 0 0 auto;
        padding: 0 10px;
    }

    .menu__level-2-a.has-children {
        min-height: auto;
        margin: 13px 0 10px;
    }

    .menu__level-2:not(.column-10) .menu__level-2-a {
        font-weight: 700;
    }

    .menu__level-3 {
        padding: 0 0 15px;
    }

    .menu__level-3-li + li {
        margin: 7px 0 0;
    }

    .menu1 .column-1 {
        width: 220px;
    }

    .menu1 .column-2 {
        width: 440px;
    }

    .menu1 .column-3, .menu1 .column-4 {
        width: 720px;
    }

    .menu__level-2-ul.col-md-3:nth-child(n+5):before, .menu__level-2-ul.col-md-4:nth-child(n+4):before, .menu__level-2-ul.col-md-6:nth-child(1n+3):before, .menu__level-2-ul.col-md-12:nth-child(n+2):before {
        display: block;
        content: "";
        border-top: dashed 1px rgba(0, 0, 0, 0.1);
    }

    .menu2 .collapse {
        height: fit-content !important;
    }

    .menu2 .menu__header {
        display: none;
    }

    .menu2 .menu__collapse {
        display: flex;
        top: 0;
    }

    .menu2 .menu__level-1-li {
        flex-grow: 1;
        position: static;
        border: none;
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.08);
    }

    .menu2 .menu__level-1-li:last-child {
        border-right: solid 1px rgba(0, 0, 0, 0.08);
        border-radius: 0;
    }

    .menu2 .menu__level-1-a {
        justify-content: center;
        padding: 0 15px;
        white-space: nowrap;
    }

    .menu2 .menu__level-1-a:after {
        position: static;
        margin: 0 0 0 10px;
    }

    .menu2 .menu__level-1-a.open:after {
        transform: rotate(-180deg);
    }

    .menu2 .menu__level-1-a.additional:after {
        display: none;
    }

    .menu2 .menu__level-2 {
        left: auto !important;
        top: 115%;
        border-radius: 0 0 4px 4px;
    }

    .menu2 .menu__level-2.open {
        top: 100%;
    }

    .menu2 .column-1 {
        width: 25%;
    }

    .menu2 .column-2 {
        width: 50%;
    }

    .menu2 .column-3 {
        width: 75%;
    }

    .menu2 .column-4 {
        width: 100%;
    }

    .menu-right {
        z-index: 98;
        height: 46px;
        margin-left: -20px;
    }

    .menu-right .menu__level-1-li:first-child {
        box-shadow: none;
    }

    .menu__level-2-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .column-3 .menu__level-2-wrap {
        flex: 1 1 66.67%;
    }

    .column-4 .menu__level-2-wrap {
        flex: 1 1 75%;
    }

    .column-3 .menu__banner {
        flex: 0 1 33.33%;
    }

    .column-4 .menu__banner {
        flex: 0 1 25%;
    }

    .menu__banner {
        display: flex;
        max-width: 300px;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
        padding: 0 10px 0 15px;
        overflow: hidden;
        border-radius: 3px;
    }

    .menu__banner img {
        max-width: 100%;
        border-radius: 2px;
        opacity: 0.9;
        cursor: pointer;
    }

    .menu__banner:hover img {
        opacity: 1;
    }

    .nav-tabs {
        scrollbar-width: thin;
    }

    .nav-tabs::-webkit-scrollbar {
        height: 5px;
        background: #eee;
        border-radius: 5px;
    }

    .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 5px;
    }

    .list-view .product-thumb__name {
        margin: 0 0 15px;
        font-size: 1.15em;
    }

    .product-thumb__add-to-cart, .product-thumb__quick-order, .product-thumb__more {
        display: none;
    }

    .uni-item:hover .product-thumb__add-to-cart {
        display: block;
        position: absolute;
        top: 100px;
        width: calc(100% - 50px);
    }

    .uni-item:hover .product-thumb__quick-order {
        display: block;
        position: absolute;
        top: 130px;
        width: calc(100% - 50px);
    }

    .uni-item:hover .product-thumb__more {
        display: block;
        position: absolute;
        top: 190px;
        width: calc(100% - 50px);
    }

    .owl-carousel:hover .owl-nav {
        opacity: 1;
    }

    .modal-header .close:hover {
        opacity: 1;
    }

    .modal-body {
        padding: 30px 78px 40px;
    }

    .modal-header {
        padding: 20px 78px;
        font-size: 24px;
        border-bottom: 1px solid #eceff4;
        background: #FFFFFF;
    }
}

@media (min-width: 1180px) {
    .menu1 .column-1 {
        width: 270px;
    }

    .menu1 .column-2 {
        width: 540px;
    }

    .menu1 .column-3, .menu1 .column-4 {
        width: 870px;
    }

    .compact-view .qty-indicator {
        display: flex;
    }
}

@media (min-width: 768px) {
    .checkout-container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .checkout-container {
        width: 970px;
        margin-left: -485px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 970px;
        margin-left: -485px;
        left: 50%;
        position: relative;
    }

    .footer {
        margin: 0;
    }
}

@media (min-width: 1300px) {
    .main-featured__wrapper, .main-latest__wrapper {
        opacity: 1;
        display: grid;
        grid-template-columns: repeat(4, minmax(25%, max-content));
    }

    .container {
        width: 1170px;
        margin-left: -585px;
        left: 50%;
        position: relative;
    }

    .checkout-container {
        width: 1170px;
        margin-left: -585px;
        left: 50%;
        position: relative;
    }

    .header-block {
        padding: 30px 0;
    }
}

@media (min-width: 1345px) {
    .container {
        width: 1230px;
        margin-left: -615px;
        left: 50%;
        position: relative;
    }

    .checkout-container {
        width: 1230px;
        margin-left: -615px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1230px;
        margin-left: -615px;
        left: 50%;
        position: relative;
    }

    .checkout-container {
        width: 1230px;
        margin-left: -615px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1230px;
        margin-left: -615px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1300px) {
    .header-phones__main {
        font-size: 24px;
    }

    .top-links__li {
        margin: 0 0 0 40px;
    }

    .top-links__ul {
        margin: 0;
    }

    .top-links__a {
        font-size: 15px;
    }
}

@media (max-width: 1079px) {
    .header-block__item .header-cart {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-cart__total-items,
    .top-menu__compare-total,
    .top-menu__wishlist-total {
        color: #fff;
        background: #e52f2f;
        position: absolute;
        right: -2px;
        top: -2px;
        margin: 0;
        padding: 0 3px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 11px;
        font-weight: 400;
        border-radius: 100%;
    }

    .product-thumb__rating a {
        margin-left: 5px;
    }

    div.heading {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
}

@media (min-width: 728px) {
    .category-products .uni-item {
        border-bottom: 0;
    }
}

.category-products {
    border-bottom: solid 1px #eceff4;
    border-left: solid 1px #eceff4;
}

.category-products .col-xxl-5:first-child .uni-item {
    border-left: 0;
}

.category-page #column-left {
    position: sticky;
    top: 60px;
}

.category-page h1 {
    margin: 0 10px 60px;
}

.category-page .row, .product-page .row, .special-page .row, .universal-page .row {
    margin: 0;
}

.modal-backdrop {
    z-index: 999999;
}

@media (max-width: 1100px) {
    .category-page #column-left {
        top: 120px;
    }
}

@media (max-width: 992px) {
    .category-page #column-left {
        top: 130px;
    }

    .catalog-wrapper .product-thumb__rating a {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .category-page #column-left {
        position: fixed;
        top: 80px;
    }

    .blog__title {
        margin: 0 10px 40px 10px !important;
    }

    .checkout-container .product-page-tabs, .unicheckout__user, #unicart, #payment-address-new, .unicheckout__shipping, .checkout-container .payment-method {
        margin-left: -40px !important;
    }

    .checkout-sticky {
        margin: 0;
        padding: 0 !important;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .checkout-container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .breadcrumb {
        margin: 10px 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #8493A8;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sorts-block__wrapper {
        width: 50%;
    }

    .breadcrumb li + li:before {
        content: "";
        color: #8493a8;
        font-size: 12px;
        padding: 0;
    }

    .breadcrumb li + li:last-child:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        padding-left: 5px;
        color: #8493a8;
    }

    .breadcrumb li a {
        color: transparent;
        position: relative;
        z-index: 9;
    }

    .breadcrumb li:nth-last-child(2) a:before {
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #8493a8;
        font-size: 16px;
        margin: 0 20px 0 0;
    }

    .breadcrumb li:nth-last-child(2) {
        width: 30px;
        overflow: hidden;
    }

    .breadcrumb li:nth-last-child(3) {
        display: none;
    }

    .breadcrumb li:nth-last-child(4) {
        display: none;
    }

    .category-page h1, .special-page h1 {
        margin: 0 10px 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .universal-page h1 {
        margin: 0 10px 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .manufacturer-info h1 {
        margin: 0 5px 20px;
    }

    .category-info__description p {
        margin: 0 5px;
    }

    .footer__main {
        padding: 0 14px;
    }

    .footer__socials-payments .row-flex {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 14px;
    }

    .footer__copy {
        padding: 18px 0;
    }
}

.mobile-header-menu__cross {
    cursor: pointer;
}

.brands-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(25%, max-content));
}

@media (max-width: 991px) {
    .brands-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(50%, max-content));
    }

    .uni-slideshow__img {
        max-height: 200px;
    }

    .modal-title {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    }
}

.product-thumb__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
}

@media (min-width: 570px) {
    .product-thumb__price {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 1300px) {
    .product-thumb__rating {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 36px;
    }

    .catalog-wrapper .product-thumb__rating {
        flex-direction: row;
        min-height: 20px;
    }
}

.uni-special__wrapper img {
    height: 135px;
}

.uni-special__wrapper .product-thumb__image {
    margin: 0 0 6px;
}

.uni-special__wrapper .product-thumb:first-of-type {
    margin-bottom: 10px;
}

.uni-special__wrapper .product-thumb {
    background: #FAFAFA;
    transition: 0.2s;
}

.uni-special__wrapper .product-thumb:hover {
    background: #ECEFF4;
}

.uni-special__wrapper .product-thumb__name {
    text-align: center;
    min-height: 43px;
    padding: 0 20px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uni-special__wrapper .product-thumb__price {
    justify-content: center;
    margin: 0 0 18px;
}

@media (max-width: 400px) {
    .header-cart__item {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .mobile-header {
        position: fixed !important;
        margin-left: auto;
        margin-right: auto;
    }

    header {
        margin-bottom: 80px;
    }
}

.about-page__main-description, .client-page__main-info, .vendor-page__main-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}

.about-page__main-description img, .client-page__main-info img, .vendor-page__main-info img {
    max-width: 230px;
    width: 100%;
    object-fit: contain;
}

.about-page__second-description, .vendor-page__steps-inner div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0 0;
    border-top: 1px solid #eceff4;
}

.vendor-page__steps-inner div {
    align-items: center;
    margin: 20px 0;
}

.about-page__second-description h2, .client-page__payment h2, .client-page__delivery h2, .vendor-page__steps h2 {
    font-size: 24px;
    line-height: 36px;
    color: #DA9F2B;
}

.client-page__payment {
    margin: 0 0 20px;
}

.client-page__payment h2 {
    margin: 0;
}

.client-page__payment li img, .client-page__delivery li img {
    object-fit: contain;
    height: 80px;
    margin: 0 0 20px;
}

.about-page__wholesale {
    width: 65%;
    padding-left: 3%
}

.about-page__contacts {
    width: 35%;
    padding-right: 3%;
    border-right: 1px solid #eceff4;
}

.vendor-page__steps-inner ol {
    width: 65%;
    padding-right: 3%;
    border-right: 1px solid #eceff4;
}

.vendor-page__steps-inner ul {
    width: 35%;
    padding-left: 3%;
    list-style: none;
}

.about-page__contacts ul {
    list-style: none;
    padding: 0 0 0 10px;
}

.about-page__contacts li {
    margin: 5px 0;
}

.client-page__payment ul {
    list-style: none;
    display: grid;
    gap: 0;
    grid-template-columns: 50% 50%;
    margin: 0 0 30px;
    padding: 0;
}

.client-page__payment h3, .client-page__delivery h3 {
    font-size: 20px;
}

.client-page__payment li:nth-of-type(odd) {
    padding: 20px 40px 20px 0;
    border-right: 1px solid #eceff4;
    border-bottom: 1px solid #eceff4;
}

.client-page__payment li:nth-of-type(even) {
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #eceff4;
}

.client-page__delivery ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.client-page__delivery li {
    width: 33.333%;
}

.client-page__delivery li:nth-of-type(1) {
    padding: 0 30px 20px 0;
    border-bottom: 1px solid #eceff4;
}

.client-page__delivery li:nth-of-type(2) {
    padding: 0 30px 20px;
    border-right: 1px solid #eceff4;
    border-left: 1px solid #eceff4;
    border-bottom: 1px solid #eceff4;
}

.client-page__delivery li:nth-of-type(3) {
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #eceff4;
}

@media (max-width: 992px) {
    .about-page__main-description img, .client-page__main-info img, .vendor-page__main-info img {
        max-width: 200px;
    }

    .wrap_a540 {
        bottom: 60px !important;
        right: 20px;
        left: unset !important;
    }

    .root_f7ad {
        position: relative !important;
        bottom: 70px !important;
    }

    .about-page__wholesale {
        width: 58%;
        padding-left: 3%
    }

    .about-page__contacts {
        width: 42%;
        padding-right: 3%;
        border-right: 1px solid #eceff4;
    }

    .vendor-page__steps-inner ol {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: 0 solid transparent;
        border-bottom: 1px solid #eceff4;
    }

    .vendor-page__steps-inner div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 0 0;
        border-top: 1px solid #eceff4;
    }

    .vendor-page__steps-inner ul {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        list-style: none;
    }

    .client-page__delivery ul {
        margin: 15px 0;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
    }

    .client-page__delivery h3 {
        margin: 0 0 10px
    }

    .client-page__delivery li {
        width: 100%;
    }

    .client-page__delivery li:nth-of-type(1) {
        padding: 15px 0;
        border-bottom: 1px solid #eceff4;
    }

    .client-page__delivery li:nth-of-type(2) {
        padding: 15px 0;
        border-right: 0 solid transparent;
        border-left: 0 solid transparent;
        border-bottom: 1px solid #eceff4;
    }

    .client-page__delivery li:nth-of-type(3) {
        padding: 15px 0;
        border-bottom: 1px solid #eceff4;
    }
}

@media (max-width: 768px) {
    .about-page__second-description {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        padding: 20px 0 0;
        border-top: 1px solid #eceff4;
    }

    .about-page__wholesale {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .about-page__contacts {
        width: 100%;
        padding-right: 0;
        padding-top: 20px;
        border-top: 1px solid #eceff4;
        border-right: 0 solid transparent;
    }

    .about-page__second-description h2, .client-page__payment h2, .client-page__delivery h2, .vendor-page__steps h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .about-page__main-description, .client-page__main-info, .vendor-page__main-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 20px;
    }

    .about-page__main-description img, .client-page__main-info img, .vendor-page__main-info img {
        margin-top: 10px;
    }

    .client-page__payment ul {
        list-style: none;
        display: grid;
        gap: 0;
        grid-template-columns: 100%;
        margin: 0 0 30px;
        padding: 0;
    }

    .client-page__payment li:nth-of-type(odd) {
        padding: 15px 0;
        border-right: 0 solid transparent;
        border-bottom: 1px solid #eceff4;
    }

    .client-page__payment li:nth-of-type(even) {
        padding: 15px 0;
        border-bottom: 1px solid #eceff4;
    }

    .client-page__payment h3 {
        margin: 0 0 10px
    }

    .client-page__payment li img, .client-page__delivery li img {
        object-fit: contain;
        height: 60px;
    }

}

.client-page__payment ol li {
    padding: 0 !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}

.client-page__payment ol {
    padding-left: 15px;
}


.fixed-footer {
    display: none;
}

@media (max-width: 992px) {
    .fly-block.fly-block--with-fixed-footer {
        bottom: 180px;
    }

    .fixed-footer {
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        z-index: 222;
        width: 100%;
        padding: 15px 30px;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
        background: #fff;
        align-items: center;
    }

    .fixed-footer a {
        color: #374355 !important;
        font-size: 22px;
        line-height: 22px;
    }

    .fixed-footer button {
        color: #d59b38;
        border-radius: 4px;
        background: #fff;
        border: 2px solid #d59b38;
        text-transform: uppercase;
        padding: 10px 16px;
        font-size: 15px;
        line-height: 15px;
    }
}


@media (max-width: 449px) {
    .fixed-footer {
        padding: 15px 20px;
        justify-content: space-between;
    }

    .fixed-footer a {
        font-size: 18px;
        line-height: 18px;
    }

    .fixed-footer button {
        padding: 10px 14px;
        font-size: 14px;
        line-height: 14px;
    }
}


@media (max-width: 359px) {
    .fixed-footer {
        padding: 15px;
    }

    .fixed-footer a {
        font-size: 16px;
        line-height: 16px;
    }

    .fixed-footer button {
        padding: 8px 12px;
        font-size: 13px;
        line-height: 13px;
    }
}


.vk-addit {
    position: relative;
}

.vk-addit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/image/catalog/vk-play.svg);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 74%);
    background-size: 60%;
    background-position: center;
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.product-page__image.fixed iframe {
    height: 80vh;
}

.vk-clip-frame {
    width: 240px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -120px;
}

.postdescription-wrapper {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.postdescription-wrapper p {
    font-weight: 600;
    margin: 2px 0;
    text-align: center;
}


.home-slider-container {
    width: 100%;
    margin: 80px auto;
}


@media (max-width: 567px) {
    .uni-slideshow__item {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .home-slideshow .uni-slideshow__description {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .home-slider-container {
        width: 710px;
        margin: 80px auto;
    }
}

@media (min-width: 992px) {
    .home-slider-container {
        width: 930px;
        margin: 0 auto;
    }
}

@media (min-width: 1080px) {
    .home-slider-container {
        width: 930px;
        margin-left: -415px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1300px) {
    .home-slider-container {
        width: 1130px;
        margin-left: -515px;
        left: 50%;
        position: relative;
    }
}

@media (min-width: 1345px) {
    .home-slider-container {
        width: 1200px;
        margin-left: -550px;
        left: 50%;
        position: relative;
    }
}

.uni-slideshow__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-slideshow .uni-slideshow__description {
    width: 35% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2 !important;
    min-height: 480px;
}

.uni-slideshow__description {
    padding: 0 40px 0 0 !important;
}

.uni-slideshow__item:not(.fullwidth):before {
    background: linear-gradient(-292deg, #000 0%, rgba(0, 0, 0, 0) 60%) !important;
    z-index: 1 !important;
}

@media (max-width: 1200px) {
    .uni-slideshow__background {
        background-size: auto 145%;
    }
}

@media (max-width: 1080px) {
    .home-slideshow .uni-slideshow__description {
        margin: 0 auto 0 60px;
        width: 45% !important;
    }
}

@media (max-width: 991px) {
    .home-slideshow .uni-slideshow__description {
        margin: 0 auto 0 40px;
        width: 65% !important;
    }

    .main-slider-wrapper {
        margin: 70px 0 0;
    }
}

@media (max-width: 567px) {
    .home-slideshow .uni-slideshow__description {
        margin: 0 5%;
        width: 90% !important;
        padding: 0px !important;
    }
}


.amo-button-holder {
    right: 30px !important;
}

.amo-livechat_bubble.amo-livechat_bottom-right {
    right: 20px !important;
}

.burger-menu {
    margin: 10px 0 0;
}


.burger-menu {
    margin: 30px auto 0;
}

.burger-menu-btn {
    font-size: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    position: relative;
    cursor: pointer;
    background: transparent;
}

.burger-menu-btn span {
    position: absolute;
    height: 2px;
    width: 24px;
    background: white;
    left: 13px;
    top: 23px;
    transition-timing-function: ease;
    transition-duration: 0.3s;
}

.burger-menu-btn span::before, .burger-menu-btn span::after {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: white;
    content: " ";
    transition-timing-function: ease;
    transition-duration: 0.3s;
}

.burger-menu-btn span::before {
    right: 0;
    bottom: 10px;
    transition-property: bottom;
}

.burger-menu-btn span::after {
    left: 0;
    top: 10px;
    transition-property: top;
}

@keyframes clockwise {
    0% {
        bottom: 10px;
        transform: rotate(0deg);
    }
    50% {
        bottom: 0px;
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes counterclockwise {
    0% {
        top: 10px;
    }
    50% {
        top: 0px;
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes clockwiseback {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    70% {
        bottom: 0px;
    }
    100% {
        bottom: 10px;
    }
}

@keyframes counterclockwiseback {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    70% {
        top: 0px;
    }
    100% {
        top: 10px;
    }
}


.burger-menu .isActive span::before {
    bottom: 0;
    animation: .3s clockwise ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.burger-menu .isActive span:after {
    top: 0;
    animation: .3s counterclockwise ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.burger-menu .notActive span::before {
    bottom: 0;
    animation: .3s clockwiseback ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.burger-menu .notActive span:after {
    top: 0;
    animation: .3s counterclockwiseback ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.burger-menu .isActive span {
    background: transparent;
}

#tab-images.active ~ .product-block .product-page__price_wrap .product-page__price_wrap .postdescription-wrapper,
#tab-images.active ~ .product-block .product-page__price_wrap .product-page__price_wrap .deliverymethods-wrapper,
#tab-images.active ~ .product-block .product-page__price_wrap .product-page__price_wrap .cheaper-wrapper,
#tab-specification.active ~ .product-block .product-page__price_wrap .postdescription-wrapper,
#tab-specification.active ~ .product-block .product-page__price_wrap .deliverymethods-wrapper,
#tab-specification.active ~ .product-block .product-page__price_wrap .cheaper-wrapper,
#tab-review.active ~ .product-block .product-page__price_wrap .postdescription-wrapper,
#tab-review.active ~ .product-block .product-page__price_wrap .deliverymethods-wrapper,
#tab-review.active ~ .product-block .product-page__price_wrap .cheaper-wrapper,
#tab-question.active ~ .product-block .product-page__price_wrap .postdescription-wrapper,
#tab-question.active ~ .product-block .product-page__price_wrap .deliverymethods-wrapper,
#tab-question.active ~ .product-block .product-page__price_wrap .cheaper-wrapper,
#tab-products.active ~ .product-block .product-page__price_wrap .postdescription-wrapper,
#tab-products.active ~ .product-block .product-page__price_wrap .deliverymethods-wrapper,
#tab-products.active ~ .product-block .product-page__price_wrap .cheaper-wrapper,
#tab-video.active ~ .product-block .product-page__price_wrap .postdescription-wrapper,
#tab-video.active ~ .product-block .product-page__price_wrap .deliverymethods-wrapper,
#tab-video.active ~ .product-block .product-page__price_wrap .cheaper-wrapper {
    display: none;
}

.coupons-modal-dialog .input-group-addon, .coupons-modal-dialog .input-group-btn {
    width: 121px;
}



/* BEM: cheaper-modal */
.cheaper-modal__content {
    position: relative;
    padding: 24px;
    border: 0;
    border-radius: 14px;
}

.cheaper-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: 0;
    font-size: 20px;
}

.cheaper-modal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.cheaper-modal__image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.cheaper-modal__title {
    margin: 14px 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.cheaper-modal__price .price {
    font-size: 20px;
}

.cheaper-modal__price .price-old {
    text-decoration: line-through;
    opacity: .6;
    margin-right: 8px;
}

.cheaper-modal__form .modal-body {
    padding: 0;
}

/* если у формы есть .modal-body — обнуляем внешние отступы */
.cheaper-modal__form-preloader {
    padding: 24px;
    text-align: center;
    opacity: .7;
}

@media (max-width: 768px) {
    .cheaper-modal__grid {
        grid-template-columns: 1fr;
    }
}

/* Обёртка для двух колонок внутри ШТАТНОГО попапа */
.cheap-two-col {
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.cheap-two-col__left {
    flex: 1 1 48%;
    background: #fff;
    border-radius: 12px;
    padding: 16px
}

.cheap-two-col__right {
    flex: 1 1 52%
}

.cheap-two-col__title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px
}

.cheap-two-col__img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 0 10px
}

.cheap-two-col__price {
    font-size: 18px;
    line-height: 1.35
}

/* Спрячем дублирующую шапку/футер модалки, если нужно */
.cheapified .modal-header,
.cheapified .popup__header {
    display: none !important
}

.cheapified .modal-footer,
.cheapified .popup__footer {
    display: none !important
}

@media (max-width: 720px) {
    .cheap-two-col {
        flex-direction: column
    }
}

.cheapified .modal-content {
    min-width: 800px;
}

.cheapified .modal-dialog.modal-sm {
    width: 800px;
}

.cheapified .modal-body {
    background: #F8F9FB;
}

@media (min-width: 992px) {
    .cheapified .modal-body {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .cheapified .modal-content {
        min-width: 650px;
    }

    .cheapified .modal-dialog.modal-sm {
        width: 650px;
    }

    .cheap-two-col__title {
        font-size: 18px;
    }

    .cheaper-wrapper {
        position: absolute;
        right: 0;
        margin-top: -70px;
    }
}

@media (max-width: 768px) {
    .cheap-two-col__right {
        flex: 1 1 100%;
        width: 100%;
    }

    .cheapified .modal-content {
        min-width: 95%;
    }

    .cheapified .modal-dialog.modal-sm {
        width: 95%;
    }

    .cheap-two-col__img {
        max-width: 70%;
        margin: 0 auto 10px;
    }

    .cheaper-button {
        justify-content: center;
        align-items: center;
        min-height: 50px;
        width: calc(100% - 34px);
    }
}

.product-page__social-button:first-of-type svg path {
    fill: #25D366;
}

.product-page__social-button:last-of-type svg path {
    fill: #2AABEE;
}

.modal {
    animation-fill-mode: none;
}

.PWPreviewWidgetButtonWrapper {
    bottom: 84px !important;
}

@media (max-width: 992px) {
    #tab-specification.active ~ .product-block .product-page__social-wrapper, #tab-review.active ~ .product-block .product-page__social-wrapper, #tab-question.active ~ .product-block .product-page__social-wrapper, #tab-images.active ~ .product-block .product-page__social-wrapper {
        display: none;
    }

    #tab-images.active ~ .product-block .product-page__price_wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    #tab-specification.active ~ .product-block .product-page__price_wish, #tab-review.active ~ .product-block .product-page__price_wish, #tab-question.active ~ .product-block .product-page__price_wish, #tab-images.active ~ .product-block .product-page__price_wish {
        margin: 0!important;
    }
}
/* ABOUT STORE----------------------------------------------------------------------- */


.landing-aboutstore {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.landing-aboutstore * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.landing-aboutstore a {
    text-decoration: none;
}
.landing-aboutstore a:hover,
.landing-aboutstore a:active {
    color: #d59b38;
}
.landing-aboutstore .title-aboutstore {
    color: #374355;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
:root {
    --gap-about: 50px;
    --radius-about: 20px;
}
@media screen and (max-width: 1344px) {
    .landing-aboutstore {
        gap: 140px;
    }
}
@media screen and (max-width: 1299px) {
    .landing-aboutstore {
        gap: 130px;
    }
    :root {
        --gap-about: 40px;
    }
    .landing-aboutstore .title-aboutstore  {
        font-size: 35px;
    }
}
@media screen and (max-width: 991px) {
    .landing-aboutstore {
        gap: 120px;
    }
}
@media screen and (max-width: 767px) {
    .landing-aboutstore {
        gap: 110px;
    }
    :root {
        --gap-about: 30px;
        --radius-about: 15px;
    }
    .landing-aboutstore .title-aboutstore  {
        font-size: 30px;
    }
}
@media screen and (max-width: 566px) {
    .landing-aboutstore {
        gap: 100px;
    }
    .landing-aboutstore .title-aboutstore  {
        font-size: 18px;
    }
}
/* use----------------------------------------------------------------------------------------------------- */
.use-aboutstore {
    position: relative;
}
.use-aboutstore video {
    max-width: 1200px;
    width: 100%;
    height: 511px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-about);
}
.use-aboutstore b {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    top: 50px;
    left: 50px;
}
@media screen and (max-width: 1299px) {
    .use-aboutstore video {
        height: 421px;
    }
    .use-aboutstore b {
        font-size: 50px;
        top: 30px;
        left: 30px;
    }
}
@media screen and (max-width: 991px) {
    .use-aboutstore video {
        height: 381px;
    }
    .use-aboutstore b {
        font-size: 40px;
        top: 30px;
        left: 30px;
    }
}
@media screen and (max-width: 566px) {
    .use-aboutstore b {
        font-size: 30px;
        top: 20px;
        left: 20px;
    }
}
/* quality----------------------------------------------------------------------------------------------------- */
.quality-aboutstore {
    display: flex;
    flex-direction: column;
    gap: var(--gap-about);
}
.quality-aboutstore ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.quality-aboutstore ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-radius: var(--radius-about);
    background: #F6F7F9;
    border: 2px solid #E0E5EA;
}
.quality-aboutstore ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(/image/catalog/about-store/quality-logo.svg), linear-gradient(180deg, #C58C29 0%, #D59B38 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92%, cover;
    border: none;
}
.quality-aboutstore ul li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}
.quality-aboutstore ul li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
    border: 2px solid #D59B38;
}
.quality-aboutstore ul li:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    border: 2px solid #D59B38;
}
.quality-aboutstore ul li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
}
.quality-aboutstore ul li h3 {
    color: #111928;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.quality-aboutstore ul li p {
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.quality-aboutstore ul li:nth-child(1) h3,
.quality-aboutstore ul li:nth-child(1) p {
    color: #FFF;
}
@media screen and (max-width: 1344px) {
    .quality-aboutstore ul {
        grid-template-columns: 327px 1fr 1fr;
    }
}
@media screen and (max-width: 1299px) {
    .quality-aboutstore {
        gap: 40px;
    }
    .quality-aboutstore ul {
        grid-template-columns: 269px 1fr 1fr;
    }
    .quality-aboutstore ul li {
        padding: 20px;
    }
    .quality-aboutstore ul li h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .quality-aboutstore ul {
        grid-template-columns: 229px 1fr 1fr;
    }
    .quality-aboutstore ul li h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .quality-aboutstore {
        gap: 30px;
    }
    .quality-aboutstore ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }
    .quality-aboutstore ul li {
        border-radius: 15px;
    }
    .quality-aboutstore ul li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
        background-size: auto 92%, cover;
    }
    .quality-aboutstore ul li:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }
    .quality-aboutstore ul li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .quality-aboutstore ul li:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
    }
    .quality-aboutstore ul li:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .quality-aboutstore ul li h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 566px) {
    .quality-aboutstore ul {
        display: flex;
        flex-direction: column;
    }
    .quality-aboutstore ul li:nth-child(1) {
        min-height: 175px;
    }
    .quality-aboutstore ul li:nth-child(4) {
        order: 2;
    }
    .quality-aboutstore ul li h3 {
        font-size: 16px;
    }
}
/* video--------------------------------------------------------------------------- */
.video-aboutstore {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--gap-about);
}
.video-aboutstore iframe {
    border-radius: var(--radius-about);
    width: 100%;
    max-width: 996px;
    height: auto;
    aspect-ratio: 996 / 560;
    display: block;
}

/* team------------------------------------------------------------------------------- */
.team-aboutstore {
    display: flex;
    align-items: stretch;
    gap: 50px;
}
.team-aboutstore__wrap {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 11px 0 0 0;
}
.team-department-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 20px 0;
}
.team-department-tab {
    padding: 12px;
    background: none;
    border-radius: 5px;
    border: 1px solid #D6DCE3;
    background: #EDEFF3;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #111928;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.team-department-tab:hover {
    color: #FFF;
    background: #D28A0D;
}
.team-department-tab--active {
    color: #FFF;
    background: #D28A0D;
}
.team-department-content {
    display: none;
    height: 487px;
    flex-direction: column;
    gap: 20px;
}
.team-department-content--active {
    display: flex;
}
.team-department-description {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.team-department-description p {
    color: #111928;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.team-department-description p span {
    font-weight: 700;
}
.team-department-description a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #374355;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.team-employee-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 0 20px 0 0;
    width: 100%;
}
.team-employee-cards::-webkit-scrollbar {
    width: 10px;
}
.team-employee-cards::-webkit-scrollbar-track {
    background: #EDEFF3;
    border-radius: 5px;
}
.team-employee-cards::-webkit-scrollbar-thumb {
    background: #D6DCE3;
    border-radius: 5px;
}
.team-employee-cards::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
.team-employee-card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    background: #F6F7F9;
}
.team-employee-photo {
    width: 193px;
    border-radius: 15px;
    border: 2px solid #EDEFF3;
    overflow: hidden;
    flex-shrink: 0;
}
.team-employee-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-employee-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.team-employee-name {
    color: #374355;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.team-employee-position {
    color: #374355;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin: 0;
}
.team-employee-contact {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 15px 0 0 0;
}
.team-employee-email,
.team-employee-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #374355;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.team-aboutstore__inner {
    display: flex;
    flex-direction: column;
    max-width: 590px;
    width: 100%;
    gap: 50px;
    background-image: url(/image/catalog/about-store/team-logo.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.team-aboutstore__inner .title-aboutstore span {
    color: #D28A0D;
}
.team-aboutstore__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.team-aboutstore__info p {
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

@media screen and (max-width: 1344px) {
    .team-aboutstore {
        gap: 30px;
    }
}
@media screen and (max-width: 1299px) {
    .team-aboutstore {
        gap: 20px;
    }
    .team-aboutstore__wrap {
        margin: 0;
    }
    .team-aboutstore__inner {
        gap: 40px;
        background-size: 90%;
        background-position: center;
    }
    .team-department-content {
        height: 430px;
    }
}
@media screen and (max-width: 991px) {
    .team-aboutstore {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .team-aboutstore__wrap {
        max-width: 100%;
    }
    .team-department-tabs {
        max-width: 560px;
    }
    .team-aboutstore__inner {
        background-size: auto 90%;
        background-position: center;
        max-width: 100%;
    }
    .team-department-content {
        height: auto;
    }
}
@media screen and (max-width: 566px) {
    .team-aboutstore {
        gap: 30px;
    }
    .team-department-tabs {
        gap: 5px;
    }
    .team-department-tab {
        padding: 12px 10px;
        font-size: 12px;
        line-height: 11px;
    }
    .team-employee-photo {
        max-width: 193px;
        width: 70%;
        border-radius: 10px;
        flex-shrink: 1;
    }
    .team-employee-contact {
        flex-wrap: wrap;
        align-items: start;
        gap: 10px;
    }
    .team-employee-card {
        align-items: start;
        border-radius: 10px;
    }
    .team-department-description p {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 18px;
    }
    .team-aboutstore__inner {
        gap: 30px;
    }
    .team-aboutstore__info {
        gap: 20px;
    }
}
/* find-aboutstore--------------------------------------------------------------------------- */
.find-aboutstore {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.find-aboutstore__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}
.find-aboutstore__map {
    border-radius: 20px;
    border: 2px solid #DFE4EA;
    overflow: hidden;
}
.find-aboutstore p  {
    color: #374355;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.find-aboutstore p a {
    font-weight: 700;
    text-decoration: none;
    color: #374355;
}

@media screen and (max-width: 1344px) {
    .find-aboutstore__map iframe {
        height: 649px;
    }
}
@media screen and (max-width: 1299px) {
    .find-aboutstore__map iframe {
        height: 535px;
    }
}
@media screen and (max-width: 991px) {
    .find-aboutstore__map iframe {
        height: 410px;
    }
}
@media screen and (max-width: 767px) {
    .find-aboutstore__map iframe {
        height: 312px;
    }
    .find-aboutstore__info {
        gap: 10px;
    }
    .find-aboutstore__map {
        border-radius: 15px;
    }
}
/* contacts-aboutstore--------------------------------------------------------------------------- */
.contacts-aboutstore {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contacts-aboutstore__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.contacts-aboutstore__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #DFE4EA;
    background: #F6F7F9;
}
.contacts-aboutstore__inner h3,
.contacts-aboutstore__blogers h3 {
    color: #111928;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.contacts-aboutstore__inner hr {
    margin: 0;
    width: 100%;
    height: 1px;
    background: #D6DCE3;
    border: none;
}
.contacts-aboutstore__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts-aboutstore__info h5 {
    color: #111928;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.contacts-aboutstore__data {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contacts-data__row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
.contacts-data__left {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    align-items: end;
    white-space: nowrap;
}
.contacts-data__right {
    text-align: right;
    white-space: nowrap;
}
.contacts-data__right-long {
    width: 100%;
    flex-shrink: 0;
    white-space: wrap;
}
.contacts-data__right-long1 {
    max-width: 399px;
}
.contacts-data__right-long2 {
    max-width: 357px;
}
.contacts-data__right-long3 {
    max-width: 329px;
}
.contacts-data__right-long4 {
    max-width: 357px;
}
.contacts-data__left::after {
    content: '';
    flex-shrink: 1;
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 0 3px 4px;
    height: 1px;
    width: 100%;
}
.contacts-aboutstore__blogers {
    display: flex;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #DFE4EA;
    background: #F6F7F9;
    grid-area: 2 / 1 / 3 / 3;
}
.contacts-aboutstore__blogers a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #111928;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

@media screen and (max-width: 1344px) {
    .contacts-data__right-long1 {
        max-width: 331px;
    }
    .contacts-data__right-long3 {
        max-width: 290px;
    }
}
@media screen and (max-width: 1299px) {
    .contacts-data__right-long1 {
        max-width: 239px;
        margin: 0 0 0 -60px;
    }
    .contacts-data__right-long2 {
        max-width: 187px;
        margin: 0 0 0 -18px;
    }
    .contacts-data__right-long3 {
        max-width: 205px;
        margin: 0 0 0 -28px;
    }
    .contacts-data__right-long4 {
        max-width: 185px;
        margin: 0 0 0 -15px;
    }
}
@media screen and (max-width: 991px) {
    .contacts-aboutstore {
        gap: 30px;
    }
    .contacts-aboutstore__wrap {
        display: flex;
        flex-direction: column;
    }
    .contacts-aboutstore__inner h3,
    .contacts-aboutstore__blogers h3 {
        font-size: 20px;
    }
    .contacts-data__right-long1 {
        max-width: 420px;
        margin: 0;
    }
    .contacts-data__right-long2 {
        max-width: 357px;
        margin: 0;
    }
    .contacts-data__right-long3 {
        max-width: 405px;
        margin: 0;
    }
    .contacts-data__right-long4 {
        max-width: 357px;
        margin: 0;
    }
    .contacts-aboutstore__info h5 {
        font-size: 18px;
    }
    .contacts-aboutstore__blogers a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contacts-aboutstore__inner,
    .contacts-aboutstore__blogers {
        border-radius: 15px;
    }
    .contacts-aboutstore__inner h3,
    .contacts-aboutstore__blogers h3 {
        font-size: 18px;
    }
    .contacts-data__right-long1 {
        max-width: 331px;
    }
    .contacts-data__right-long3 {
        max-width: 290px;
    }
    .contacts-aboutstore__blogers a {
        font-size: 18px;
    }
}
@media screen and (max-width: 566px) {
    .contacts-aboutstore__inner h3,
    .contacts-aboutstore__blogers h3 {
        font-size: 16px;
    }
    .contacts-aboutstore__info h5 {
        font-size: 14px;
    }
    .contacts-aboutstore__blogers a {
        font-size: 16px;
    }
    .contacts-data__row:has(.contacts-data__right-long) {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .contacts-data__row:has(.contacts-data__right-long) .contacts-data__left::after {
        display: none;
    }
    .contacts-data__right-long {
        text-align: left;
    }
    .contacts-data__right-long1,
    .contacts-data__right-long2,
    .contacts-data__right-long3,
    .contacts-data__right-long4 {
        max-width: 100%;
    }
    .contacts-aboutstore__blogers {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .contacts-aboutstore__blogers .contacts-data__left {
        justify-content: center;
    }
    .contacts-aboutstore__blogers .contacts-data__left::after {
        display: none;
    }
}
/* conditions--------------------------------------------------------------------------------- */
.conditions-aboutstore {
    display: grid;
    grid-template-columns: 438px 1fr;
    gap: 50px;
}
.conditions-aboutstore ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.conditions-aboutstore ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: var(--radius-about);
    border: 2px solid #DFE4EA;
    background-color: #F6F7F9;
}
.conditions-aboutstore ul li:nth-child(1),
.conditions-aboutstore ul li:nth-child(4) {
    border: 2px solid #D59B38;
}
.conditions-aboutstore__qr {
    border-radius: 10px;
    max-width: 169px;
    width: 100%;
}
.conditions-aboutstore ul li a {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: #D59B38;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conditions-aboutstore ul li a img {
    max-width: 129px;
    width: 100%;
}
.conditions-aboutstore__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/about-store/team-logo.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.conditions-aboutstore__wrap .title-aboutstore span {
    color: #D59B38;
}
.conditions-aboutstore__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.conditions-aboutstore__info p {
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.conditions-aboutstore__info p a {
    color: #D59B38;
    text-decoration: underline;
}
.conditions-aboutstore__info p span {
    color: #D59B38;
}
.conditions-aboutstore__wrap h3 {
    color: #374355;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
@media screen and (max-width: 1344px) {
    .conditions-aboutstore {
        gap: 40px;
    }
}
@media screen and (max-width: 1299px) {
    .conditions-aboutstore {
        background-image: url(/image/catalog/about-store/team-logo.svg);
        background-size: 420px;
        background-repeat: no-repeat;
        background-position: center top 50px;
        display: flex;
        flex-direction: column-reverse;
    }
    .conditions-aboutstore ul {
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }
    .conditions-aboutstore ul li:nth-child(1),
    .conditions-aboutstore ul li:nth-child(3) {
        border: 2px solid #D59B38;
    }
    .conditions-aboutstore ul li:nth-child(4) {
        border: 2px solid #DFE4EA;
    }
    .conditions-aboutstore__wrap {
        gap: 40px;
        background-image: none;
    }
    .conditions-aboutstore__wrap h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .conditions-aboutstore {
        background-size: 364px;
        background-position: center top 26px;
        gap: 30px;
    }
    .conditions-aboutstore ul li a {
        padding: 11px 8px;
    }
}
@media screen and (max-width: 767px) {
    .conditions-aboutstore {
        background-size: 468px;
        background-position: center top 50px;
        gap: 20px;
    }
    .conditions-aboutstore ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .conditions-aboutstore ul li:nth-child(1),
    .conditions-aboutstore ul li:nth-child(4) {
        border: 2px solid #D59B38;
    }
    .conditions-aboutstore ul li:nth-child(3) {
        border: 2px solid #DFE4EA;
    }
    .conditions-aboutstore__wrap {
        gap: 30px;
    }
    .conditions-aboutstore__wrap h3 {
        font-size: 18px;
    }
    .conditions-aboutstore__qr {
        display: none;
    }
}
@media screen and (max-width: 566px) {
    .conditions-aboutstore {
        background-size: contain;
        background-position: center top 26px;
    }
    .conditions-aboutstore ul {
        gap: 10px;
    }
    .conditions-aboutstore ul li {
        padding: 8px;
    }
    .conditions-aboutstore__wrap {
        gap: 20px;
    }
    .conditions-aboutstore__info {
        gap: 20px;
    }
    .conditions-aboutstore__wrap h3 {
        font-size: 16px;
    }
}
/* expert------------------------------------------------------------------ */
.expert-aboutstore {
    position: relative;
    width: 100%;
}
.expert-aboutstore img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 479px;
}
.expert-aboutstore__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #F6F7F9;
    background-image: url(/image/catalog/about-store/expert-logo.svg);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #EDEFF3;
    max-width: 1118px;
    width: 100%;
}
.expert-aboutstore__wrap .title-aboutstore {
    max-width: 842px;
    width: 100%;
}
.expert-aboutstore__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 723px;
    width: 100%;
}
.expert-aboutstore__info p {
    color: #111928;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.expert-aboutstore__info a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #D28A0D;
    text-decoration: none;
    border: 1px solid #D28A0D;
    transition: all 0.3s ease;
    max-width: 292px;
    width: 100%;
}
.expert-aboutstore__info a:hover {
    background: #FFF;
    color: #D28A0D;
}
@media screen and (max-width: 1344px) {
    .expert-aboutstore__wrap {
        max-width: 1058px;
    }
    .expert-aboutstore img {
        width: 395px;
        right: 0;
    }
}
@media screen and (max-width: 1299px) {
    .expert-aboutstore__wrap {
        gap: 40px;
        max-width: 902px;
    }
    .expert-aboutstore__wrap .title-aboutstore {
        max-width: 536px;
    }
    .expert-aboutstore__info {
        max-width: 529px;
    }
}
@media screen and (max-width: 991px) {
    .expert-aboutstore__wrap {
        gap: 30px;
        max-width: 689px;
    }
    .expert-aboutstore__wrap .title-aboutstore {
        max-width: 366px;
    }
    .expert-aboutstore__info {
        max-width: 406px;
        position: relative;
        z-index: 2;
        gap: 20px;
    }
    .expert-aboutstore img {
        width: 377px;
    }
}
@media screen and (max-width: 767px) {
    .expert-aboutstore__wrap {
        max-width: 95%;
        padding: 20px;
        border-radius: 15px;
    }
    .expert-aboutstore__wrap .title-aboutstore {
        max-width: 508px;
    }
    .expert-aboutstore__info {
        max-width: 65%;
    }
    .expert-aboutstore img {
        width: 288px;
    }
}
@media screen and (max-width: 566px) {
    .expert-aboutstore {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F6F7F9;
        border-radius: 20px;
        border: 2px solid #EDEFF3;
        overflow: hidden;
    }
    .expert-aboutstore img {
        position: static;
        width: 100%;
        max-width: 400px;
    }
    .expert-aboutstore__wrap {
        gap: 20px;
        border-radius: 0;
        border: none;
        max-width: 100%;
        background-size: auto 66%;
        background-position: center;
    }
    .expert-aboutstore__wrap .title-aboutstore {
        max-width: 100%;
    }
    .expert-aboutstore__info {
        max-width: 100%;
    }
}
/* certificate--------------------------------------------------------------------------- */
.certificate-aboutstore {
    display: flex;
    flex-direction: column;
    gap: var(--gap-about);
}
.certificateSwiper {
    width: 100%;
}
.certificateSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 277px;
}
.certificate-aboutstore__paper {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #EDEFF3;
    height: 389px;
    width: 100%;
}
.certificate-aboutstore__paper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.certificateSwiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border: 2px solid #EDEFF3;
    background: #F6F7F9;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.certificateSwiper .swiper-slide a:hover {
    border-color: #EDEFF3;
    box-shadow: 0px 4px 15px rgba(197, 140, 41, 0.3);
}
.certificateSwiper .swiper-slide a img {
    max-width: 140px;
    width: 100%;
}
.certificate-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0 0;
}
.certificate-buttons {
    display: flex;
    gap: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.certificate-button-prev,
.certificate-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #D6DCE3;
    cursor: pointer;
    position: static;
    transition: all 0.3s ease;
    margin: 0;
}
.certificate-button-prev:hover,
.certificate-button-next:hover {
    border-color: #D28A0D;
}
.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.certificate-button-prev svg,
.certificate-button-next svg {
    width: 24px;
    height: 24px;
}
.certificate-pagination {
    position: static;
    max-width: 250px;
    overflow: hidden;
    border-radius: 38px;
}
.certificateSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 4px;
    border-radius: 38px;
    background: #798190;
}
.certificateSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D59B38;
    border-radius: 38px;
}
/* Стили для попапа */
.certificate-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.certificate-popup.active {
    display: flex;
}
.certificate-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}
.certificate-popup__content {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 1080px;
    height: auto;
    /* max-height: 40%; */
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease;
}
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.certificate-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: none;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.3s ease;
}
.certificate-popup__close:hover {
    background: white;
    transform: rotate(90deg);
}
.certificate-popup__close svg {
    color: #000;
    width: 30px;
    height: 30px;
}
.certificate-popup__image-container {
    max-width: 100%;
    max-height: calc(90vh - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    aspect-ratio: 277/389;
}
.certificate-popup__image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .certificate-popup__content {
        max-width: 95%;
        max-height: 85%;
    }
    .certificate-popup__close {
        width: 35px;
        height: 35px;
        top: 10px;
        right: 10px;
    }
}
/* Дополнительные стили для Swiper (если нужно) */
.certificate-aboutstore__paper {
    cursor: pointer;
}

@media screen and (max-width: 1299px) {
    .certificate-controls {
        margin: 40px 0 0 0;
    }
}
@media screen and (max-width: 767px) {
    .certificate-controls {
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .certificate-buttons {
        display: none;
    }
}
/* register------------------------------------------------ */
.register-aboutstore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #DFE4EA;
    background: #F6F7F9;
}
.register-aboutstore p {
    color: #111928;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    max-width: 695px;
    width: 100%;
}
.register-aboutstore p span {
    color: #D28A0D;
}
.register-aboutstore button {
    max-width: 285px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #D28A0D;
    background: #D28A0D;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.register-aboutstore button:hover {
    background: #FFF;
    color: #D28A0D;
}
@media screen and (max-width: 1299px) {
    .register-aboutstore {
        gap: 30px;
    }
    .register-aboutstore p {
        font-size: 20px;
        max-width: 576px;
    }
    .register-aboutstore button {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .register-aboutstore {
        gap: 20px;
    }
    .register-aboutstore p {
        max-width: 695px;
    }
    .register-aboutstore button {
        max-width: 225px;
    }
}
@media screen and (max-width: 767px) {
    .register-aboutstore {
        align-items: stretch;
    }
    .register-aboutstore p {
        font-size: 16px;
    }
    .register-aboutstore button {
        max-width: 183px;
        font-size: 14px;
    }
}
@media screen and (max-width: 566px) {
    .register-aboutstore {
        flex-direction: column;
        gap: 20px;
    }
    .register-aboutstore button {
        max-width: 100%;
        font-size: 16px;
    }
}

.mobile-header-menu__logo svg {
    max-width: 150px;
    width: 100%;
}

/* manufacturer ---------------------------------------------------------------*/

.manufacturer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.manufacturer-banner-block {
    width: 100%;
    height: 100%;
}
.manufacturer-banner-block img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.manufacturer-image-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}
.manufacturer-grid .manufacturer-info__image {
    margin: 0;
    max-width: 100%;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #EDEFF3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 30px;
}
.manufacturer-grid .manufacturer-info__image img {
    max-width: 180px;
    width: 100%;
    object-fit: contain;
}
.manufacturer-grid .manufacturer-heading {
    border-radius: 20px;
    background: #fff;
    border: 2px solid #EDEFF3;
    color: #374355;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.manufacturer-short-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 20px;
    background: #D59B38;
    padding: 30px;
    height: 100%;
    align-self: stretch;
}
@media screen and (max-width: 1299px) {
    .manufacturer-grid .manufacturer-info__image {
        padding: 37px 20px;
    }
    .manufacturer-grid .manufacturer-heading {
        font-size: 24px;
        padding: 20px;
    }
    .manufacturer-short-description {
        padding: 20px;
    }
}
@media screen and (max-width: 991px) {
    .manufacturer-grid {
        gap: 10px;
    }
    .manufacturer-image-col {
        gap: 10px;
    }
    .manufacturer-grid .manufacturer-heading {
        font-size: 22px;
    }
    .manufacturer-short-description {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .manufacturer-grid {
        display: flex;
        flex-direction: column;
    }
    .manufacturer-banner-block img {
        height: 230px;
    }
    .manufacturer-image-col {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .manufacturer-grid .manufacturer-info__image {
        padding: 25px 20px;
    }
    .manufacturer-grid .manufacturer-heading {
        padding: 25px 20px;
        font-size: 24px;
    }
}
@media screen and (max-width: 566px) {
    .manufacturer-banner-block img {
        height: 200px;
    }
    .manufacturer-image-col {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .manufacturer-grid .manufacturer-info__image {
        padding: 10px 20px;
    }
    .manufacturer-grid .manufacturer-heading {
        padding: 10px 20px;
        font-size: 24px;
    }
    .manufacturer-short-description {
        padding: 15px;
    }
}



.left__panel-shopname, .left__panel-shopname a {
    color: #000!important;
}
