:root {
    --color-main: #0C54A0;
    --color-noactive: #868E9D;
    --color-gray: #B7BECA;
    --color-main-hover: #0f68c5;
}


.product-detail-gallery__container {
    position: relative;
}


.product-container .product-view--mix .product-detail-gallery {
    max-width: 600px;
    height: fit-content;
    overflow: hidden;
    width: 100%;
}

.product-main.product-main__custom {
    width: 100%;
}


/*Слайдер товара*/
.swiper-product {
    height: 361px;
    max-width: 600px;

    border-radius: 10px;
    border: 1px solid #E1E1E1;

}

.sticker-product__detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 22px;
    z-index: 9;
}

.sticker-product__detail {
    padding: 8px 10px 6px;
    border-radius: 0 4px 4px 0;
    background: #669BBC;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: fit-content;
}

.product-container .product-view--mix .product-detail-gallery {
    padding-right: 0;
}

.detail .swiper-product .swiper-slide {
    display: flex;
    align-items: center;
}

.detail .swiper-product .swiper-slide__img {
    max-width: 100%;
}

.swiper-button-detail {
    cursor: pointer;
    z-index: 99;
}

.swiper-button-next__detail {
    transform: rotate(180deg);
}

.arrows-navigation {

    /* display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    padding: 0 16px; */

}

.arrows-navigation .swiper-button-next__detail {

    z-index: 100;
    position: absolute;
    top: 50%;
    right: 16px;

}

.arrows-navigation .swiper-button-prev__detail {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 16px;

}

.swiper-product__progress {
    z-index: 99;

    color: var(--color-gray);
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    position: absolute;
    right: 16px;
    top: 22px;
}

/*Слайдер товара*/


/*правый блок*/
.advantages-company__item-link {
    color: #383838;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: color .3s ease-in-out;
}

.advantages-company__item-link:hover {
    color: var(--color-main);
}

.product-title {
    color: #383838;
    font-family: 'Roboto', 'sans-serif';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 22px;
}

.product-view--mix .js-sales:not(.active)+.actions-bottom {
    padding: 0;
}

.product-container div+.buy_block {
    padding: 0;
}

.product-view--mix.product-view--mix-wide .buy_block .counter_wrapp.list {
    padding: 0;
}

.product-main.product-main__custom .counter_wrapp .product-controls .btn-apply-for {
    background: var(--color-main);
    border-color: var(--color-main);
}

.watch-video path {
    stroke: var(--color-main);
}

.watch-video {
    color: var(--color-main);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 18px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid var(--color-main);
    width: 292px;
    transition: 0.3s;
    cursor: pointer;

    &:hover {
        color: var(--color-main-hover);
        border-color: var(--color-main-hover);
    }
}

.product-controls {
    gap: 16px;
}

.counter_wrapp .product-controls__right .button_block.wide {
    width: auto;
}

.counter_wrapp.list.big>div.product-controls.product-controls__right {
    margin-bottom: 22px;
    height: 60px;
}

.product-main .counter_wrapp .product-controls.product-controls__right .btn-apply-for {
    width: 292px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-main .counter_wrapp .product-controls.product-controls__right .button_block {
    margin-right: 0;
}

.description-product__right {
    position: relative;
    margin-bottom: 24px;
}

.description-product__right p {
    color: #666;
    font-family: "Roboto", 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.product-view--mix .product-info .product-main {
    padding-left: 64px;
}

.description-product__right-more {
    color: var(--color-main);
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.description-product__right-more.show {
    position: absolute;
    bottom: 0;
    left: 64px;
    z-index: 2;
    width: 100%;
    background: #fff;
}

.right__block {
    display: flex;
    flex-direction: column;
}

.descr__block {
    position: relative;
    padding-left: 64px;
}

/*преимущества*/
.advantages-company {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 16px;
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 24px 0 24px 24px;
    margin-bottom: 24px;
    max-width: 600px;
}

.advantages-company__item {
    display: flex;
    gap: 10px;
    width: calc(100% / 2 - 8px);

    color: #383838;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*форма продукции*/
.product-forms__navigation-title {
    color: #383838;
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.product-forms__navigation {
    display: flex;
    justify-content: space-between;
}

.product-forms__navigation-progress {
    color: var(--color-gray);
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.product-forms__wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
    max-width: 600px;
    position: relative;
}

.product-forms__filter {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product-forms__filter-item.active-filter__product-forms {
    color: var(--color-main);
    border-color: var(--color-main);
}

.product-forms__filter-item {
    color: #9299A5;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 10px;

    height: 34px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;

    cursor: pointer;
}

.product-forms__items {
    position: relative;
}

.product-forms__navigation-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*.product-forms__navigation-arrows {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*}*/

.product-forms__navigation-arrow {
    display: flex;
    position: absolute;
    top: calc(70% - 12px);
    z-index: 1;
}

.product-forms__navigation-prev {
    left: 0;
}

.product-forms__navigation-next {
    transform: rotate(180deg);
    right: 0;
}

.product-forms__navigation-right-showall {
    color: var(--color-main);
    border: 1px solid var(--color-main);
    text-align: center;
    font-family: "Roboto", 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 10px 6px;

    border-radius: 4px;
}

.product-forms__navigation-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.swiper-button__arrow {
    cursor: pointer;
}

.swiper-button__arrow rect {
    stroke: rgb(235, 237, 241);
    transition: 0.3s;
}

.swiper-button__arrow:hover rect {
    stroke: var(--color-gray);
}

.product-forms__items {
    padding: 0 38px;
    box-sizing: border-box;
}

.swiper-slide.product-forms__items-item {
    text-align: center;
    max-width: 125px;
    width: 100%;
}

.swiper-slide.product-forms__items-item a {
    display: flex;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
}

.swiper-slide.product-forms__items-item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-forms__items-item .product-forms__items-item__name {
    color: #777;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    margin-top: 10px;
}

.detail-text__right-block ul {
    margin: 0;
}

.detail-text__right-block ul li {
    font-size: 16px;
}

/*analog variant*/
.product-variant__title {
    color: #666;
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 12px;
}

.product-variant__list {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    height: fit-content;
}

.product-variant__item {
    padding: 6px 10px 6px 10px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    color: var(--color-main);
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.product-variant__item-availability {
    border: 1px solid var(--color-noactive);
    color: var(--color-noactive);
    transition: 0.3s;

    &:hover {
        border-color: var(--color-main-hover);
        color: var(--color-main-hover);
    }
}


/*попап с видео*/
#video-popup__rutube.video-wrapper__rutube {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

.video-wrapper__rutube iframe {
    width: 974px;
    height: 546px;
    border-radius: 16px;
}

.fancybox-content {
    overflow: visible !important;

}

.fancybox-slide--html .video-wrapper__rutube .fancybox-close-small.fancybox-button svg path {
    fill: white;
}

.fancybox-slide--html .video-wrapper__rutube .fancybox-close-small {
    width: 24px;
    height: 24px;
    right: -24px;
    top: -24px;
    padding: 0;
    background: transparent;
    opacity: 1;
}

.buttons-wrapper__iframe {
    position: absolute;
    left: 13px;
    bottom: 30px;
    transition: 0.3s;

    display: flex;
    gap: 12px;
}

.video-wrapper__rutube:hover .buttons-wrapper__iframe {
    bottom: 70px;
}

/*таб характеристики*/
.chars-row .char_block {
    flex: 0 0 100% !important;
}

.props_list.nbg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.props_list.nbg .property_item {
    width: calc(100% / 2 - 32px);
    display: flex;
    justify-content: space-between;
    padding: 21.5px 18px;
}

.props_list.nbg .property_item:nth-child(4n-3),
.props_list.nbg .property_item:nth-child(4n-2) {
    background: #F7FAFC;
}


.catalog_detail .props_list .props_item span {
    color: #777;
    font-family: 'Roboto', 'sans-serif';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.catalog_detail .props_list .char_value span,
.catalog_detail .props_list .char_value {
    color: #2B2A29;
    font-family: 'Roboto', 'sans-serif';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*Секция остались вопросы*/
.section-question.section-question__detail-card {
    margin-bottom: 0;
}

.product-container .product-view--mix .product-info {
    padding-bottom: 28px;
}

.section-question-btn {
    height: 52px;
    margin-bottom: 12px;
}

.section-question.section-question__detail-card .part1 {
    flex: 0 1 484px;
}

.section-question.section-question__detail-card .text-callback {
    color: #FFF;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-question.section-question__detail-card .section-question-title {
    color: #0B111F;
    font-family: 'Roboto', 'sans-serif';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;

    margin-bottom: 12px;
}

.section-question-desc {
    color: #3E3E3E;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/*Описание после табов*/
.description-bottom {
    display: flex;
    flex-wrap: wrap;
}

.description-bottom__top {
    display: flex;
    gap: 64px;
}

.description-bottom__left {
    max-width: 600px;
}

.detail .description-bottom__right img {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

}

.description-bottom p {
    margin: 0 0 18px 0;

    color: #666;
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.description-bottom__bottom p:last-of-type {
    margin-bottom: 100px;
}

.mobile {
    display: none;
}

body .product-view--mix .product-main {
    flex-basis: unset;

}

.section-propduct-principle {
    margin-top: 24px;
}

.content-more__items{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-more__items-info{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.content-more__items-info b{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}


.tab-pane .ordered-block {
    margin: 32px 0;
}

.catalog_detail .tabs .nav-tabs li a{
    color:#5A616C;
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width:1200px) {
    body .product-view--mix .product-main {
        max-width: 510px;
    }

    .product-detail-gallery.swipeignore {
        max-width: 490px;
    }

    .product-view--type2 .product-info>.flexbox,
    .product-view--mix .product-info>.flexbox {
        flex-wrap: nowrap;
    }

    .counter_wrapp.list.big>div.product-controls.product-controls__right {
        height: unset;
        flex-direction: column;
    }

    .advantages-company {
        padding: 16px 0 16px 16px;
        column-gap: 0;
    }
}

@media (max-width: 991px) {
    .tab-pane .ordered-block {
        margin:0;
    }
    .catalog_detail .product-info .tabs{
        margin-bottom: 0;
    }

    .descr__block {
        padding-left: 0;
    }

    .product-forms__filter {
        gap: 18px;
    }

    .product-forms__filter-item {
        /*max-width: 50%;*/
        width: max-content;
    }

    .props_list.nbg .property_item {
        flex-direction: column;
        gap: 6px;
    }

    .fancybox-slide--html .video-wrapper__rutube .fancybox-close-small {
        right: 0;
    }

    #video-popup__rutube {
        width: 95%;
        height: 500px !important;
    }

    .video-wrapper__rutube iframe {
        margin: 0 auto;
        width: 100%;
        height: 100% !important;
    }

    .video-wrapper__rutube .buttons-wrapper__iframe {
        flex-direction: column;
    }

    body .product-view--mix .product-main {
        max-width: unset;
    }

    .product-detail-gallery.swipeignore {
        max-width: unset;
    }

    .product-view--type2 .product-info>.flexbox,
    .product-view--mix .product-info>.flexbox {
        flex-wrap: wrap;
    }

    .swiper-product {
        max-width: unset;
    }

    .product-forms__wrapper {
        max-width: unset;
    }

    .advantages-company {
        max-width: unset;
    }

    .product-view--mix .product-action .info_item {
        padding: 0;
    }

    .product-view--mix.product-view--mix-wide .buy_block .counter_wrapp.list {
        margin: 0;
    }

    .counter_wrapp.list.big>div.product-controls.product-controls__right {
        padding: 0;
    }

    .description-bottom__left {
        max-width: unset;
    }

    .detail .description-bottom__right img {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .product-info .mobile-product-title {
        margin-bottom: 16px;
    }

    .product-view--mix .product-info>.flexbox .product-detail-gallery {
        width: 100%;
    }

    /*Блок с кнопками*/
    .product-view--mix .product-info .product-main {
        padding-left: 0;
    }

    .product-main .counter_wrapp .product-controls.product-controls__right .btn-apply-for {
        width: auto;
    }

    .counter_wrapp.list.big>div.product-controls.product-controls__right {
        height: auto;
        width: 100%;
    }

    .product-main .counter_wrapp .product-controls {
        flex-direction: column;
    }

    .detail .product-forms__items-item img {
        width: 100%;
        height: 100%;
    }

    .watch-video {
        width: 100%;
        padding: 14px 62px;
    }

    /*Характеристики*/
    .props_list.nbg .property_item {
        width: 100%;
    }


    .props_list.nbg .property_item:nth-child(4n-3),
    .props_list.nbg .property_item:nth-child(4n-2) {
        background: unset;
    }

    .props_list.nbg .property_item:nth-child(odd) {
        background: #F7FAFC;
    }


    /*  описание в конце страницы   */
    .description-bottom__top {
        flex-direction: column-reverse;
    }

    .description-bottom__bottom p:last-of-type {
        margin-bottom: 32px;
    }

    .product-info .section-question .part1 {
        margin-right: 0;
    }

    .product-forms__navigation-left {
        justify-content: space-between;
    }

    .product-forms__navigation-right {
        justify-content: space-between;
    }
}

@media(max-width: 520px) {

    .advantages-company__item {
        font-size: 16px;
        width: 100%;
        align-items: center;
    }

    .advantages-company__item svg {
        width: 18px;
        height: 18px;
    }

    .product-forms__navigation {
        gap: 16px;
        flex-direction: column;
    }

    .swiper-button__arrow {
        display: flex;
    }

    /*ОТСУТПЫ В МОБИЛЬНОЙ ВЕРСИИ*/
    .product-container .product-info-wrapper .product-info {
        padding-bottom: 0;
    }

    .product-container .product-view--mix .product-info {
        padding-top: 0;
        padding-bottom: 0;
    }

    body .product-view--mix .product-main {
        margin-top: 16px;
    }

    .ordered-block.js-store-scroll.tabs-block {
        margin: 0;
    }

    .ordered-block.goods {
        margin: 0;
    }

    .items_wrapper .catalog_block.items {
        padding-bottom: 0;
    }

    .product-forms__navigation-arrow {
        top: calc(74% - 12px);
    }

    /*ОТСУТПЫ В МОБИЛЬНОЙ ВЕРСИИ*/
}