/*Bundles*/
h1.title_cheaper {
    font-family: HouschkaPro;
    font-size: 23px;
    color: #364859;
    margin: 9px 0 16px;
}

.tab-nav {
    overflow: hidden;
}

.hidden-section {
    /*border-radius: 8px;*/
    /*opacity: 0.05;*/
    /*background: #0079c2;*/
    /*margin-bottom: 65px;*/
    padding: 24px;
    position: relative;
}

.hidden-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 121, 194, 0.05);
    top: 0;
    left: 0;
    border-radius: 8px;
}

.tab-nav button {
    width: max-content;
    font-family: HouschkaPro;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 1px;
    color: #364859;
    margin-right: 40px;
    background: transparent;
    z-index: 2;
    outline: none;
    border: none;
}

.tab-nav button.active {
    position: relative;
    color: #008ff4;
}


.tab-nav button.active:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #008ff4;
    bottom: -24px;
    left: 0;
}


.slider_cheaper .title {
    font-family: HouschkaPro;
    font-size: 24px;
    line-height: 1.33;
    color: #364859;
    margin-bottom: 8px;
    display: block;
    margin-top: 65px;
}


.slider_cheaper .sub_title {
    font-family: HouschkaPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9b9b9b;
    margin-bottom: 48px;
    display: block;
}


.swiper-slide {
    width: 187px;
    /*height: 368px;*/
    border-radius: 8px;
    border: solid 1px #e9edf1;
    background-color: #ffffff;
    margin-right: 48px;
    padding: 19px 16px 24px;
}

.swiper-slide img {
    max-width: 120px;
    width: 120px;
    max-height: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.recommend .swiper-slide {
    border: none;
    padding: 0;
}

.page-home__trust .slider_trust .swiper-slide img {
    max-width: 100%;
    width: auto;
    max-height: initial;
    height: auto !important;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.page-home__trust .slider_trust .swiper-slide {
    border: none !important;
    padding: 0 !important;
}


.swiper-slide h3 {
    font-family: HouschkaPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #364859;
    margin: 5px 0;
    height: 80px;
    overflow: hidden;
}

.slider_cheaper-price span {
    font-family: HouschkaPro;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #364859;
    display: inline-block;
    width: max-content;
}


button.choise_btn {
    width: 100%;
    font-family: HouschkaPro;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #008ff4;
    border-radius: 28px;
    border: solid 1px #008ff4;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    margin-top: 20px;
}

.checkbox_cheaper {
    display: none;
}

.choise_btn.not-active {
    display: none;
}


.choise_quantity {
    width: 100%;
    font-family: HouschkaPro;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #364859;
    border-radius: 28px;
    border: solid 1px #ced9e3;
    background-color: #ffffff;
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    margin-top: 20px;
}

.choise_quantity.active {
    display: flex;
}


.choise_quantity .minus {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 34px;
    border: none;
    margin-left: -15px;
    border-radius: 40px;
    background-color: transparent;
}

.choise_quantity .minus:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #9db2c6;
    top: 50%;
    left: 35%;
}

.choise_quantity .plus {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 12px;
    background: transparent;
    border: none;
    margin-right: -15px;
}

.choise_quantity .plus:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    background-color: #9db2c6;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.choise_quantity .plus:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #9db2c6;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
}


.buy_section {
    margin: 48px 0 64px;
    padding: 47px 0;
    border-top: 1px solid #e9edf1;
    border-bottom: 1px solid #e9edf1;
    display: none;
}


.buy_section .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.buy_section p {
    font-family: HouschkaPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #364859;
}

.buy_section .total .old_price {
    opacity: 0.5;
    font-family: HouschkaPro;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-decoration: line-through;
    color: #364859;
    display: block;
}

.buy_section .total .new_price {
    display: block;
    font-family: HouschkaPro;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #364859;
}

.buy_section button {
    cursor: pointer;
    width: 188px;
    height: 56px;
    border-radius: 28px;
    background-color: #278eed;
    font-family: HouschkaPro;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-transform: lowercase;
    border-color: transparent;
    outline: none;
}

.swiper-slide.active {
    border: 1px solid #008ff4;
}


.swiper-slide .checkbox_cheaper label {
    color: #181818;
    cursor: default;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
}

.swiper-slide .checkbox_cheaper input {
    display: none;
}


.swiper-slide .checkbox_cheaper label:before {
    content: " ";
    display: inline-block;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    padding: 3px;
    background: #fff;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    border-radius: 10px;
    cursor: pointer;
}

.swiper-slide .checkbox_cheaper input:checked + label:before {
    content: "";
    background-color: #fff;
    border: 5px solid #008ff4;
}

.slider__relative-wrap {
    position: relative;
}

.swiper-button-next, .swiper-button-prev, .swiper-next, .swiper-prev {
    top: -48px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 121, 194, 0.05);
}

.slider_cheaper .swiper-container {
    overflow-y: visible;
}

.slider_cheaper .swiper-button-next:after, .slider_cheaper .swiper-button-prev:after,
.slider_cheaper .swiper-next:after, .slider_cheaper .swiper-prev:after {
    content: '';
    background: url(/local/templates/main/images/bundles/left-arrow.png) no-repeat center/contain;
    width: 17px;
    height: 14px;
}

.swiper-button-next:after,
.swiper-next:after {
    transform: rotate(180deg);
}

.slider_cheaper .swiper-button-prev,
.slider_cheaper .swiper-prev {
    left: auto;
    right: 110px;
    opacity: 1;
}

.slider_cheaper .swiper-pagination {
    bottom: auto;
    left: auto;
    width: 50px;
    right: 55px;
    top: -59px;
    color: #9b9b9b;
    font-size: 16px;
}



.swiper-next, .swiper-prev {
    position: absolute;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.page-product-card {
    padding: 0 0 0 38px;
}

.swiper-button-next, .swiper-button-prev, .swiper-next, .swiper-prev {
    top: -48px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(0, 121, 194, 0.05) !important;
}

input.total-item {
    width: 40px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 16px;
    color: #364859;
    margin: 0 auto;
}

/* Большие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) {

}


/* Большие девайсы (большие десктопы, >= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}


/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}


/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}


/* Экстрамалые девайсы («портретные телефоны», < 576px)*/
@media (max-width: 575.98px) {
    .swiper-pagination.swiper-pagination-fraction {
        display: none;
    }

    .swiper-button-next,
    .swiper-next {
        display: none;
    }

    .swiper-button-prev.swiper-button-disabled,
    .swiper-prev.swiper-button-disabled {
        display: none;
    }

    .slider_cheaper .swiper-button-prev, .slider_cheaper .swiper-prev {
        display: none;
    }

    .hidden-section {
        width: 450px;
        overflow-x: scroll;
    }

    .tab-nav {
        overflow: hidden;
        overflow-x: scroll;
    }

    .slider_cheaper .sub_title {
        margin-bottom: 32px;
    }

    .buy_section p {
        width: 100%;
        margin-bottom: 30px;
    }

    .buy_section p br {
        display: none;
    }

    .buy_section {
        margin: 64px 0 20px;
        padding: 32px 0;
    }

    .total {
        width: 100%;
        margin-bottom: 32px;
    }

    .buy_section button {
        width: 100%;
    }

    .tab-nav button {
        margin-right: 16px;
    }

}



form {
    margin-bottom: 64px;
}

.bundle-descr {
    padding: 25px 20px;
    border: 1px solid rgba(0, 121, 194, 0.1);
    margin-top: 15px;
    border-radius: 8px;
    font-size: 16px;
    color: #364859;
}

.bundle-form .swiper-button-disabled {
    display: none;
}
/*Bundles - END*/
