.homepage_overflow {
    overflow-x: hidden;
}

.header__logo {
    max-height: 75px;
    overflow: hidden;
}

.gallery-slides__zoom {
    top: 10px;
}

.c-card__label-detail {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
    z-index: 5;
}

.home-promo {
    overflow: hidden;
}

.mobile-navi__auth {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

.mobile-navi__auth a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.mobile-navi__auth a:first-child {
    margin-left: 0;
}

.slider-card__image {
    height: 270px;
}

@media (max-width: 992px) {
    .c-card__label-detail {
        margin-left: -150px;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .c-card__label-detail {
        margin-left: -100px;
    }
}

@media (max-width: 567px) {
    .c-card__label-detail {
        left: 20px;
        margin-left: 0;
    }

    .lk__content {
        margin-top: 30px;
    }
}

.c-card__label-detail .c-card__label {
    position: relative;
    margin-top: 10px;
}

.row-sizes {
    padding-left: 10px;
}

.row-sizes .col-4 {
    padding-left: 0;
    padding-right: 0;
}

.row-sizes .filter-check {
    padding-left: 15px;
}

.table-size td.cart-colors-tabel-td {
    background: transparent !important;
    padding-left: 8px !important;
    color: #000 !important;
}

.ui-group-auth .ui-label {
    padding-top: 0;
    margin-bottom: 0;
}

.popup-auth__submit {
    justify-content: center;
}

.opt-hover-size .card__check-count {
    top: auto;
    left: -120px;
    bottom: 100%;
}

.opt-hover-size .card__check-count.empty {
    width: 100px;
    left: -70px;
}

.opt-hover-size:hover .card__check-count {
    display: block;
}

.ui-group__validation {
    bottom: -12px;
}

.lk__products {
    margin-bottom: 10px;
}

.lk__products-delete.btn-like {
    margin-top: 6px;
}

.lk__total {
    margin-top: 20px;
}

.table-size td[class^=bg-] {
    color: rgba(0, 0, 0, .6);
}

.table-size td:nth-child(2) .card__check-count {
    left: -90px;
}

.catalog-load-more-wrapper {
    width: 100%;
}

.catalog-load-more {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
}

.catalog-load-more .btn {
    width: 280px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.payment-note {
    background: #f3f5f7;
    padding: 10px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

.payment-note a {
    color: #ff8f5b !important;
}

.btn-auto-width {
    min-width: auto;
}

.btn.loading {
    position: relative;
}

.btn.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5) url('../img/three-dots.svg?v2') 50% 50% no-repeat;
    background-size: 60px;
}

.hide_size_40 th:nth-child(2),
.hide_size_40 td:nth-child(2) {
    display: none;
}

.hide_size_42 th:nth-child(3),
.hide_size_42 td:nth-child(3) {
    display: none;
}

.hide_size_44 th:nth-child(4),
.hide_size_44 td:nth-child(4) {
    display: none;
}

.hide_size_46 th:nth-child(5),
.hide_size_46 td:nth-child(5) {
    display: none;
}

.hide_size_48 th:nth-child(6),
.hide_size_48 td:nth-child(6) {
    display: none;
}

.hide_size_50 th:nth-child(7),
.hide_size_50 td:nth-child(7) {
    display: none;
}

.hide_size_52 th:nth-child(8),
.hide_size_52 td:nth-child(8) {
    display: none;
}

.hide_size_54 th:nth-child(9),
.hide_size_54 td:nth-child(9) {
    display: none;
}

.hide_size_56 th:nth-child(10),
.hide_size_56 td:nth-child(10) {
    display: none;
}

.hide_size_58 th:nth-child(11),
.hide_size_58 td:nth-child(11) {
    display: none;
}

.hide_size_60 th:nth-child(12),
.hide_size_60 td:nth-child(12) {
    display: none;
}

.hide_size_62 th:nth-child(13),
.hide_size_62 td:nth-child(13) {
    display: none;
}

.hide_size_64 th:nth-child(14),
.hide_size_64 td:nth-child(14) {
    display: none;
}

.hide_size_66 th:nth-child(15),
.hide_size_66 td:nth-child(15) {
    display: none;
}

.gallery-thumbs__item_video img {
    object-fit: contain;
    background: #EDEDED;
}

.gallery-slides__image video {
    background: url('../img/video-preloader.gif') 50% 50% no-repeat;
}

.c-card__label_SALE {
    background: #ff0000;
}

.not-sale-mp {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #CC1AAC;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    width: 205px;
    padding: 4px 5px;
    border-radius: 10px;
    text-align: center;
}

.gallery-slides__image {
    position: relative;
}

.card .not-sale-mp {
    bottom: 95px;
    left: 20px;
    right: auto;
}

.gallery-slides__item_video .not-sale-mp {
    bottom: -110px;
}

@media (max-width: 767px) {
    .card .not-sale-mp {
        bottom: 10px;
        left: 10px;
    }

    .gallery-slides__item_video .not-sale-mp {
        bottom: 10px;
    }

    .c-card__thumbs {
        display: block;
        visibility: visible;
        opacity: 1;
        right: 60px;
        background: transparent;
        z-index: 10;
        top: 20px;
        height: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .c-card__thumbs .slick-prev {
        top: -20px;
    }

    .c-card__thumbs .slick-next {
        bottom: 20px;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .c-card__image {
        height: 270px;
        line-height: 270px;
    }
}

.footer__icon {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 0;
}

.footer__icon span {
    color: #ccc;
    padding-left: 3px;
}

.footer__meta {
    font-size: 10px;
    margin-bottom: 15px;
    color: #ccc;
}

.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ico-social-tg {
    width: 20px;
    height: 20px;
    background: #40B3E0;
    color: #40B3E0;
    border-radius: 50%;
}

.ico-social-dzen {
    width: 20px;
    height: 20px;
    color: #2C3036;
}

.footer__social .icon-social-insta {
    flex: 0 0 20px;
}

.product-set h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-set p {
    margin: 5px 0;
}

.product-set a {
    display: block;
    color: #ff8f5b;
    text-decoration: underline;
}

.mobile-navi__menu {
    padding-top: 80px;
}

.product-set {
    position: relative;
}

.product-set__items.slick-initialized {
    padding-left: 30px;
    padding-right: 30px;
}

.product-set__item img {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
    .gallery-slides__image {
        height: 620px;
    }

    .product-set {
        padding-left: 27%;
        max-width: 87%;
    }

    .discount__words {
        font-size: 28px;
    }

    .discount__socials {
        padding-left: 50px;
    }

}

.product-set .slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    background: transparent;
    font-size: 0;
    height: 110px;
}

.product-set .slick-prev:after {
    content: '';
    position: absolute;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 10px solid #000;
    position: absolute;
    margin: -8px 0 0 -10px;
    opacity: 0.4;
    transition: .2s;
}

.product-set .slick-prev:hover:after {
    opacity: .5;
}

.product-set .slick-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    background: transparent;
    font-size: 0;
    height: 110px;
}

.product-set .slick-next:after {
    content: '';
    position: absolute;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    margin: -8px 0 0 10px;
    opacity: 0.4;
    transition: .2s;
}

.product-set .slick-next:hover:after {
    opacity: .5;
}

@media (max-width: 767px) {
    .product-set {
        padding-bottom: 30px;
    }

    .product-set__item {
        margin-bottom: 15px;
    }

    .product-set .slick-next {
        right: 5px;
    }
}

.discount__social {
    width: 40px;
    height: 40px;
}

.discount__social .ico-social-vk {
    font-size: 20px;
}

.discount__social .ico-social-fb {
    font-size: 20px;
}

.discount__social .ico-social-ok {
    font-size: 20px;
}

.discount__social--tg:hover {
    background: #40B3E0;
    color: #40B3E0;
}

.discount__social--tg:hover .ico {
    color: #40B3E0;
}

.discount__social--tg .ico-social-tg {
    width: 30px;
    height: 30px;
}

.discount__social--dz:hover {
    background: #2C3036;
    color: #2C3036;
}

.discount__social--dz:hover .ico {
    color: #2C3036;
}

.metaStar {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 10px;
    margin-bottom: 15px;
    color: #ccc;
}

.navi-drop__socials-list .ico-social-tg,
.navi-drop__socials-list .ico-social-dzen {
    color: #616161;
}

.navi-drop__socials-list .ico-social-tg:hover {
    color: #40B3E0;
}

.navi-drop__socials-list .ico-social-dzen:hover {
    color: #2C3036;
}

.product-set__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px
}

.product-set__item {
    flex: 0 0 80px;
    text-align: center;
}

.product-set__item img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero__content {
        height: 400px !important;
    }

    .hero__slide-bg {
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 60% 50%;
    }

    .product-set__items {
        gap: 2%;
    }

    .product-set__item {
        flex: 0 0 18%;
        font-size: 12px;
    }

    .product-set__item p {
        margin-bottom: 0;
    }
}