.tab--desktop {
    margin-top: 32px !important;
}

.tab-content {
    display: none;
}

.tab-content--active {
    display: block;
}

.tabs {
    display: flex;
    gap: 10px;
}

.tab-title a {
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px 24px 15px;
    color: #777777;
    border: none;
    border-radius: 3px;
    background: white;
    text-decoration: none;
    border: 1px solid #ececec;
}

.tab-title.active a {
    border: 1px solid transparent;
    background: #F8F8F8;
}



@media (hover: hover) and (pointer: fine) {
    .tab-title a:hover {
        border: 1px solid transparent;
        background: #F8F8F8;
    }
}

.info {
    display: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px !important;
}


@media screen and (max-width: 991px) {

    .tab-content {
        display: block;
    }

    .tab--desktop {
        display: none;
    }

    .info {
        display: block;
        margin: 3.133rem 0 3.133rem;
    }

    .tab-title a {
        padding: 24px 24px;
        border: 1px solid #9d9d9d;
        color: #9d9d9d;
        font-weight: 700;
    }

    .info__item--active.tab-title a {
        color: black;
    }

    .characteristic__poitns {
        display: none;
    }
}


.info__item-content {
    height: 0;
    overflow: hidden;
    /*position: relative;*/
}

.info__item-wrapper {
    padding: 10px;
}

.info__item-container {
    height: 0;
    position: relative;
    overflow: hidden;
}

.info__item--active .info__item-container {
    height: auto;
}


.info__item--active .info__item-content{
    height: auto;
}

.info__item-more {
    position: sticky;
    bottom: 20px;
    /*top: 20px;*/
}

.info__item-more input{
    display: none;
}

.info__item--active.info__item:has(.info__item-more input:not(:checked)) .info__item-content{
    height: 390px;
}


.info__item-more input:not(:checked) ~ .info__item-more-info .info__item-more-text--visible {
    display: flex;
}

.info__item-more input:not(:checked) ~ .info__item-more-info .info__item-more-text--hidden {
    display: none;
}


.info__item-more input:checked ~ .info__item-more-info .info__item-more-text--visible {
    display: none;
}

.info__item-more input:checked ~ .info__item-more-info .info__item-more-text--hidden {
    display: flex;
}

.info__item-more-text {
    background: #e8e8e8;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.info__item--active .info__item-btn i {
    transform: rotate(90deg);
}

/*.caption-wrapper.header {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.row img{*/
/*    margin-bottom: 20px;*/
/*}*/

/*.caption-wrapper.text {*/
/*    margin-bottom: 20px;*/
/*}*/

/*@media screen and (max-width: 768px){*/
/*    .col-md-6 {*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

/*form .mb-5 {*/
/*    margin-bottom: 10px !important;*/
/*}*/

/*form .py-5 {*/
/*    padding-top: 1.25rem !important;*/
/*    padding-bottom: 1.25rem !important;*/
/*}*/

/*.catalog-detail-card .py-5 {*/
/*    padding-top: 1.25rem !important;*/
/*    padding-bottom: 1.25rem !important;*/
/*}*/

.video-wrapper iframe {
    margin: 0 auto;
}

/*.info__item-mobile {*/
/*    padding-right: 1.5rem;*/
/*    padding-left: 1.5rem;*/
/*}*/

@media (max-width: 992px) {
    .video-wrapper iframe {
        width: 90vw;
        height: calc((90vw / 16) * 9);
    }

    .info__item-wrapper, .info__item-mobile {
        padding-inline: 0;
    }
}

.video-button__container {
    position: absolute;
    right: 50px;
    top: 6px;
    z-index: 20;
}

.video-button__icon {
    width: 48px;
    height: 48px;
}

@media (max-width: 800px) {
    .video-button__container {
        padding: 10px;
        right: 0px;
        top: -10px;
    }

    .video-button__icon {
        width: 40px;
        height: 40px;
    }
}

/* bootstrap-wrapper */
.bootstrap-wrapper [class^="col"] *:not(:first-child) {
    margin-top: 15px;
}

.tab-content .bootstrap-wrapper .row *:not(:first-child) {
    margin-top: 15px;
}

.bootstrap-wrapper .row.row_full-width {
    max-width: 1920px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-49.25%);
    margin-right: -50vw;
    aspect-ratio: 16 / 9;
    padding-inline: 0;
}

.bootstrap-wrapper .row.row_full-width [class^="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bootstrap-wrapper .row.row_full-width * {
    width: 100%;
}

.bootstrap-wrapper .row.row_full-width .caption-wrapper {
    padding-left: 20px;
}

.card-product-card__sale {
    display: flex;
    align-items: center;
    border: 1px solid black;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;

}

.card-product-card__sale .card-product-card__sale-value {
    background-color: black;
    padding: 4px 8px;
    color: white;
}

.card-product-card__sale .card-product-card__sale-benefit {
    padding: 4px 8px;
}

.old_price, .new_price {
    margin-bottom: 10px;
}

.scheme__container {
    margin-top: 0 !important;
    padding: 15px 10px;
    border: 1px solid #D1D1D1;
}

.scheme__item {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 15px 30px;
    width: fit-content;
    background-color: #fafafa;
    color: #333333;
    border-radius: 6px;
    box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}

.scheme__item-text {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.scheme__item-img {
    width: 50px;
    height: 50px;
}

.scheme__item:hover {
	color: #4e4e4e;

}

@media screen and (max-width: 768px) {
    .scheme__item {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .scheme__item-text {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .detail img {
        margin: 0;
    }
}

@media screen and (max-width: 450px) {
    .scheme__item-text {
        position: initial;
        left: initial;
        transform: none;
    }

    .scheme__item {
        gap: 12px;
    }
}