.swiper-tabs .swiper-slide {
    width: auto;
    flex: 1;
}
.swiper-tabs .swiper-button-prev,
.swiper-tabs .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: auto;
    margin: 0;
    background: none;
    opacity: 0.5;
    pointer-events: none;
}
.swiper-tabs .swiper-button-prev:after,
.swiper-tabs .swiper-button-next:after {
    content: none;
    display: none;
}
.swiper-tabs .swiper-button-prev {
    background: -moz-linear-gradient(left,  rgba(255,128,0,1) 0%, rgba(255,128,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,128,0,1) 0%,rgba(255,128,0,0) 100%); 
    background: linear-gradient(to right,  rgba(255,128,0,1) 0%,rgba(255,128,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#00ff8000',GradientType=1 );
    left: 0;
}
.swiper-tabs .swiper-button-next {
    background: -moz-linear-gradient(left,  rgba(255,128,0,0) 0%, rgba(255,128,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,128,0,0) 0%,rgba(255,128,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,128,0,0) 0%,rgba(255,128,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8000', endColorstr='#ff8000',GradientType=1 );
    right: 0;
}
.swiper-tabs .swiper-button-disabled {
    opacity: 0 !important;
}

.detailProduct__wrapper {
    display: flex;
    margin: 0 -15px;
}
.detailProduct__wrapper .detailProduct_left,
.detailProduct__wrapper .detailProduct_right {
    padding: 0 15px;
}
.detailProduct__wrapper .detailProduct_right {
    flex: 0 0 55%;
    max-width: 55%;
}
.detailProduct__wrapper .detailProduct_right {
    flex: 0 0 45%;
    max-width: 45%;
}
.detailProduct__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.generator_img {
    max-height: 250px;
    object-fit: contain;
}

#propContainer_main_new {
    display: flex;
    flex-wrap: wrap;
}
#propContainer_main_new .propContainer_main__item {
    flex: 0 0 50%;
    max-width: 50% !important;
    width: auto;
}

.text-nowrap {
    white-space: nowrap !important;
}

.spoiler_body_main p:first-child {
    margin-top: 0;
}

.symbols-list {
    display: flex;
    margin-bottom: 30px;
}
.symbols-list__item {
    position: relative;
    flex-grow: 1;
    margin-bottom: 12px;
}
.symbols-list__item_line {
    padding-right: 19px;
}
.symbols-list__item_line:after {
    content: "";
    position: absolute;
    right: 2px;
    width: 15px;
    height: 1px;
    background: #000;
    top: 18px;
}
.symbols-list__name {
    border-bottom: 1px solid #e9e9e9;
    border-radius: 25px;
    text-align: center;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-size: 18px;
    
}
.symbols-list__text {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.3;
    text-align: center;
}

.gens_filter-inner.table-filter tr td {
    padding: 5px 15px;
}
.gens.gens-responsive tr td:nth-child(n) {
    padding: 10px 5px;
}

@media screen and (max-width: 1023px) {
    .detailProduct__wrapper {
        flex-wrap: wrap;
    }
    .detailProduct__wrapper .detailProduct_left,
    .detailProduct__wrapper .detailProduct_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .symbols-list {
        flex-wrap: wrap;
    }
    .gens.gens-responsive tr:first-child {
        font-size: 11px;
        line-height: 1.3;
    }
    .gens.gens-responsive tr td {
        font-size: 12px;
    }
}


@media screen and (max-width: 767px) {
    #buttons.swiper-tabs {
        margin-left: -20px;
        margin-right: -20px;
    }
    #propContainer_main_new .propContainer_main__item {
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    .gens_filter-inner.table-filter tr {
        display: block;
    }
    .gens_filter-inner.table-filter tr td {
        display: block;
        width: 100%;
    }
    .gens.gens-responsive tr,
    .gens-diff.gens-responsive tr {
        display: block;
        margin-bottom: 10px;
        background-color: #e9e9e9;
    }
    .gens.gens-responsive tr:first-child {
        display: none;
    }
    
    .gens-diff.gens-responsive tr:first-child,
    .gens-diff.gens-responsive tr:nth-child(2) {
        display: none;
    }
    .gens-diff.gens-responsive {
        border: none;
    }
    .gens.gens-responsive tr td,
    .gens-diff.gens-responsive tr td {
        display: flex;
        margin: 0 !important;
        width: 100% !important;
        padding: 5px !important;
        line-height: 1.3;
        font-size: 13px;
    }
    .gens.gens-responsive tr td:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    
    .gens-diff.gens-responsive tr td:nth-child(n) {
        border: none;
    }
    .gens-diff.gens-responsive tr td:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    
    
    .gens.gens-responsive tr td:before,
    .gens-diff.gens-responsive tr td:before {
        content: attr(data-td-title);
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
        margin-right: 5px;
    }
    .gens.gens-responsive tr td:last-child {
        text-align: center;
        justify-content: center;
    }
    .gens.gens-responsive tr td:last-child:before {
        content: none;
        display: none;
    }
}





