.hidden{
    display: none;
}

.header__languages{
    text-transform: uppercase;
}

.header__lang:not(.active) svg{
    display: none;
}

.header__lang label{
    display: flex;
    cursor: pointer;
}

.header__lang.active label{
    color: #F4B400;
}

.header__logo img {
    width: 354px;
    height: 23px
}
@media (max-width: 1399px) {
    .header__logo img {
        width: 314px;
    }
}
.header__mob-logo img{
    width: 158px;
    height: 10px;
}

.cart__product-calc input {
    margin: 0 16px;
    color: #262626;
    width: 30px;
    text-align: center;
}

@media (max-width: 1249px){
    .header__logo img {
        width: 200px;
        height: 20px;
    }
}
@media (max-width: 759px) {
    .header__logo img {
        width: 180px;
        object-fit: contain;
    }
}

.pop-3, .pop-4{
    max-width:888px
}
.card__price-out-of-stock{
    color: #808F95;
}
.danger{
    color: #F40049!important;
    font-family: 'SF Pro Display';
    font-size: 14px
}
.order__item-radio-labels{
    display: block!important;
}
.product__column-slide{
    position: relative;
}

.product__column-slide svg{
    position: absolute;
    left: 4.17%;
    right: 37.9%;
    top: 20.83%;
    bottom: 22.5%;
}
.extension-module-custom .header__cart{
    display: none;
}
.footer__socials .footer__social:not(:last-child) {
    margin-right: 8px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
.check-input input[disabled] ~ svg {
    opacity: 0.5;
}
.check-input input[disabled] ~ svg rect {
    stroke: rgb(221, 230, 234) !important;
}

.navigation {
    margin-left: auto;
}
@media (max-width: 999px) {
    .navigation {
        margin-right: auto;
    }
}
.catalog__bot {
    justify-content: normal;
}
.breadcrumbs__link {
    white-space: nowrap;
}
.breadcrumbs .container {
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs .container::-webkit-scrollbar {
    display: none;
}
@media (max-width: 759px) {
    .head__num {
        display: flex;
    }
    .head__num-top {
        margin: auto 0;
    }
    .head__num-top span {
        font-size: 12px;
    }
    .head__num-bot .btn-yellow {
        padding: 12px 5px;
        font-size: 12px;
    }
}
.wrapper_img-slider {
    display: flex;
    flex-direction: column;
}
.hero__slide-sub, .hero__slide-title, .hero .btn-white {
    position: relative;
}
@media (max-width: 999px) {
    .card.out-of-stock .card__bot {
        flex-direction: column;
    }
    .card.out-of-stock .card__price {
        margin-bottom: 5px;
    }
    .card.out-of-stock .product__buy {
        width: 100%;
    }
}
.cart__product-price {
    min-width: 168px;
    margin-left: 0;
}
.cart__product-calc {
    margin-left: auto;
    margin-right: 57px;
}
@media (max-width: 1549px) {
    .cart__product-price {
        min-width: 129px;
    }
    .cart__product-calc {
        margin-left: auto;
        margin-right: 24px;
    }
}
@media (max-width: 999px) {
    .cart__product-price {
        min-width: auto;
    }
    .cart__product-calc {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 759px) {
    .cart__product-calc svg {
        width: 21px;
        min-width: 21px;
        height: 21px;
    }
    .cart__product-calc input {
        width: 27px;
        margin: 0 12px;
    }
}
.header__lang > label > svg {
    display: none;
}
.header__lang:first-child > label > svg {
    display: block;
}
@media (max-width: 759px) {
    .benefits_about .benefits__items {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        pointer-events: none;
        width: 100%;
    }
    .benefits_about .swiper-pagination {
        display: none;
    }
    .benefits_about .benefits__item {
        margin-right: 0!important;
        pointer-events: none;
    }
}
.mob .btn-yellow.btn-text {
    padding: 10px 16px;
    margin-right: auto;
    margin-top: 12px;
}

.header__catalog-bot {

}
.header__catalog-bot-link-items {
    overflow: auto;
}
.header__catalog-bot-link-items {
    width: 405px;
}
/*.header__catalog-bot-link:hover .header__catalog-bot-link-items {*/
/*    display: grid;*/
/*    grid-auto-rows: 53px;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*}*/
@media (max-width: 1399px) {
    .header__catalog-bot-link-items {
        width: 300px;
    }
}
.header__catalog-bot-link-items {
    height: auto;
    max-height: calc(100vh - 170px);
    border-radius: 0 13px 13px 0;
}
.without-slider .card {
    width: calc((100% - 72px)/4) !important;
}
@media (max-width: 1249px) {
    .without-slider .card {
        width: calc((100% - 34px)/3)!important;);
    }
}

@media (max-width: 999px) {
    .without-slider .card {
        width: calc((100% - 4px)/2)!important;);
    }
}
.row .container .article {
    padding: 50px;
    border-radius: 13px;
    background-color: #fff;
}

.row .container .article .h1, .row .container .article .h1 h1 {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #262626;
}
.row .container .article ul {
    padding-left: 25px;
    margin: 20px 0;
}


.row .container .article{
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .row .container .article{
        font-size: 19px
    }
}

@media (max-width: 1549px) {
    .row .container .article {
        font-size: 19px
    }
}

@media (max-width: 1399px) {
    .row .container .article {
        font-size: 17px
    }
}

@media (max-width: 1249px) {
    .row .container .article {
        font-size: 17px
    }
}

@media (max-width: 999px) {
    .row .container .article {
        font-size: 15px
    }
}

@media (max-width: 999px) {
    .row .container .article {
        padding: 20px 15px;
    }
    .row .container .article .h1, .row .container .article .h1 h1 {
        margin-bottom: 30px;
    }
}
.wrapper_img-slider > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
