.product_page .head_all {
    font-weight: 300;
    font-size: 28px;
    margin-top: 10px;
}
.head__product {
    margin-top: 15px;
}

/* bg__products */
.bg__products.center_wrapper {
    background-color: #fff;
    padding: 35px 35px 25px 35px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.product__row.all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    gap: 10px;
}

.product__row.left {
    width: 100%;
    max-width: 460px;
}
.newnavcarousel {
    margin: 0 auto;
    max-width: 310px;
}
.product__label {
    z-index: 1;
    margin-right: 10px;
}
.product__row.left .product__label {
    font-size: 13px;
}
.product_actions {
    margin-top: -1px;
    width: 100%;
    justify-content: space-between;
}
.itemInner__compare, .product_actions__favorite{
    display: flex;
    align-items: center;
    gap: 5px;
}


.product_actions__text {
    font-size: 13px;
    color: #4c494a;
    text-wrap: nowrap;
    font-weight: 400;
    transition: color .3s;
}

.itemInner__compare_active .product_actions__text{
    color: var(--secondary-color);
}

.galleryplus-modal-wrapper .galleryplus-modal-nav {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 50%;              /* отступ от низа */
    transform: translateX(-50%);
}
.galleryplusicon-download:before, .galleryplusicon-play, .galleryplusicon-spin1 {
    display: none !important;
}
.newnavcarousel__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 310px;
    margin-top: 16px;
}
.center.product_page.product__carto .galleryplus-modal-wrapper .galleryplus-modal-nav {
    min-height: 50vh !important;
}
.galleryplus-modal-nav .galleryplus-next, .galleryplus-modal-nav .galleryplus-prev {
    position: absolute;
    bottom: 0;
}
.galleryplus-modal-wrapper .galleryplus-display-left, .home__col .show-all-container {
    left: 0;
}
.galleryplus-modal-wrapper .galleryplus-button svg {
    min-width: 32px;
    min-height: 32px;
}



.product-info {
    position: relative;
}
.product-gallery {
    margin: 0 !important;
}
.product__mid__row.firstprod {
    width: 400px;
    min-width: 400px;
    margin-right: 30px;
}

.ploshad {
    margin-bottom: 27px;
}

.all_ploshad_link h4 {
    margin-top: 0;
    font-weight: 500;
}
.all_ploshad_link_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: -10px;
}
.all_ploshad_link_block .b_ploshad {
    color: #2b333f;
    border: 1px solid #d8d8d8;
    transition: all .3s;
}
.all_ploshad_link_block .b_ploshad.this_ploshad {
    color: #070b10;
    font-weight: 500;
    border: 2px solid #424242 !important;
    background: transparent;
}

.b_ploshad {
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 1em;
    border-radius: 10px;
    color: #35b5f1;
    transition: all .1s;
    box-sizing: border-box;
    width: 45px;
}
.all_ploshad_link_block .b_ploshad:hover {
    border-color: #424242 !important;
    outline: 1px solid #424242;
    font-weight: 500;
}
.all_ploshad_link .hide {
    display: none;
}
.charact__new {
    margin-bottom: 10px;
}

.firstprod .d-inline-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fbfbfb;
    margin-bottom: 25px;
    border-radius: var(--br-big);
    padding: 10px;
    margin-top: 0px;
    border: 1px solid #f5f5f5;
    transition: all .3s;
}
.firstprod .d-inline-flex:hover {
    border: 1px solid #080b10;
}
.firstrow__inner img {
    width: 42px;
    padding: 11px 18px 11px 10px;
    display: flex;
}

.product__mid__firstrow__head1 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
}
.product__mid__firstrow__desk {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.galleryplus-viewport.galleryplus-display-container, .img_row img {
    max-height: 328px;
}

/* Можно вынести */
.params__new__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 12px;
}

.pn__name {
    z-index: 2;
    background: #fff;
    padding-right: 2px;
    white-space: nowrap;
    color: #686868;
    font-size: 14px;
}

.pn__dots {
    border-bottom: 1px dotted #bdbdbd;
    width: 100%;
    position: absolute;
    bottom: 3px;
    z-index: 1;
}
.pn__val {
    z-index: 2;
    padding-left: 2px;
    margin-left: 4%;
    font-size: 14px;
}

.pn__val__inner {
    text-wrap: balance;
    text-align: right;
}
.pn__val__inner span {
    background-color: white;
    text-wrap: balance;
    text-align: right;
}
/* Конец Можно вынести */
.readmore__inner {
    font-size: 14px;
}
.read_more_desc {
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
    cursor: pointer;
    font-size: 15px;
}
.readmore__inner i {
    color: var(--secondary-color);
    font-size: 10px;
}
/* Конец bg__products */

/* product__row.right */
.product-info__note_v1 {
    background: #55de8f;
    color: #070b10;
    transition: all .3s;
}
.product-info__note .price .ruble{
    margin-left: 1px;
}
.wrap-withBlank + .row-fluid1 {
    padding: 38px 30px 16px 30px!important;
}
.wrap-withBlank + .row-fluid1 .product-info__price{
    margin-bottom: 12px;
}
.product-info__note_v1:hover {
    background: #6bc168;
}
.product-info__note {
    text-align: left;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}
.product-info__note.product-info__note_v2.promo-code-click.promo-code-blue {
    background-color: rgb(43, 217, 255);
    color: #070b10;
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-info__note.product-info__note_v2.promo-code-click.promo-code-blue:hover {
    background-color: rgb(71, 184, 209);
}
.promo-code-click {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: -13px;
}
a.promo-code-click {
    font-size: 13px !important;
    font-weight: 500;
    color: #070b10;
}
a.promo-code-click:hover {
    text-decoration: underline;
}
.promo-code-content {
    border-radius: 0 0 5px 5px;
}

.promo-code-content.promo-content {
    background-color: #f4f4f4;
    border: none;
    display: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.reviewsplus-reviews-rates {

    display: none;
}
.promo-code-content.promo-content .btn-default {
    width: 200px;
    color: white;
    transition: all .3s;
    background: var(--secondary-color);
    height: 44px;
    display: inline-block;
    padding-top: 14px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
    text-transform: uppercase;
}
.promo-code-content.promo-content .btn-default:hover {
    background-color: white;
    color: var(--secondary-color);
}

.promo-code-content__txt {
    display: flex;
    margin-bottom: 15px;
    margin-top: 16px;
}
.promo-content .promo-code-content__title {
    font-size: 14px;
    text-align: left;
    font-weight: 100;
}

.product__row.right {
    flex-basis: 33%;
    max-width: 387px;
    min-width: 370px;
    width: 100%;
    flex-shrink: 1;
}
.row-fluid1-start {
    border-radius: 20px;
}
.row-fluid1-start .b-cityselect__notifier.b-cityselect__notifier--default {
    display: none !important;
}
.product__row.right .row-fluid1 {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 28px 30px 16px 30px;
}
.product__row.right .product-info__wrap+.row-fluid1 {
    padding-top: 28px;
    padding-bottom: 10px;
}
.product__row.right .row-fluid1 .qickbill__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.fst__row__price {
    margin-bottom: 15px;
}
.product-price {
    font-family: 500;
}
.product_page.product__carto .product-info__price {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.product-info__price .product__badge {
    min-height: 35px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0 8px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    transition: .3s;
    position: relative;
    width: 100%;
    justify-content: center;
    gap: 4px;
}
.product__badge:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -5px;
    transform: rotate(-225deg);
}
.product__badge__img svg, .product__badge__img {
    width: 20px;
    height: 20px;
}
.product__badge__img svg path, .product__badge__img svg circle {
    stroke: var(--secondary-color);
}
.skidka {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    cursor: pointer;
    max-height: 38px;
}
.skidka:hover .slider-red {
    background-color: #717171;
}
.skidka:hover .itm__txt {
    color: var(--nav-txt-hover);
    cursor: pointer;
}
.product-info__price .item {
    position: relative;
    margin-right: 0;
    height: 40px;
}
.product-info .itemInner__compareBlock {
    z-index: 111;
    position: unset;
}
.product-info .itemInner__compareBlock svg{
    width: 20px;
}
.fst__row__price .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


.switch input {
    display: none;
}
.fst__row__price .slider-red {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9b9b9;
    -webkit-transition: .4s;
    transition: .4s;
    width: 44px;
    height: 22px;
    border-radius: 34px;
}
.fst__row__price .slider-red-active {
    background-color: var(--secondary-color);
}

.fst__row__price .slider-red.round:before {
    border-radius: 50%;
}
.itm__txt {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    transition: color .3s;
    margin-top: 3px;
}

.fst__row__price .slider-red:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    top: 3px;
    transition: all .3s;
}

.fst__row__price .slider-red-active::before {
    left: 25px;
}

.product__badge__txt {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    margin-top: -1px;
}
.product__badge a {
    color: #070b10;
}

.first__row__price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    gap: 10px;
    color: inherit;
    width: 100%;
    margin-top: -7px;
}

.price_count {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    transition: color .3s;
}

.price_count:hover {
    color: var(--secondary-color);
}

.ruble {
    font-family: 'PTRoubleSans' !important;
    margin-left: 5px;
}


.snd__row__price {
    margin-bottom: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e2e2;
}

.buttons__card {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
}
.buttons__card .btn__new.grey_button{
    transition: none;
    font-size: 14px!important;
}

.product__row.right .buttons__card .btn__new {
    flex-basis: 50%;
}

.last4mob {
    display: none;
}
.last4mob {
    order: 4;
    width: calc(45% - 27px);
    flex-basis: auto;
    max-width: none;
    min-width: calc(45% - 27px);
}

.firstrow__inner img {
    width: 42px;
    padding: 11px 18px 11px 10px;
    display: flex;
}

.firstrow__inner.flex {
    display: flex;
    margin-top: 3px;
    flex-direction: column;
}

/* Конец product__row.right */

/* trd__row__price */
.choose_city {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.choose_city .b-cityselect__city {
    border-bottom: 1px dashed var(--secondary-color);
}
.trd__row__price .location-choice__title {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 14px;
}
.trd__row__price .Icons_locationArrow__gDL3c .fill {
    fill: var(--secondary-color);
}
.head_pr_loc {
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
}
.hed_pr_head {
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}
.choose_city .b-cityselect__wrapper {
    margin-bottom: 12px;
}
.choose_city .i-cityselect__var--kod {
    width: 100%;
}

.cd_row.frow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.cd_row.frow img, .i-cityselect__var--kod .img_cont_pr .icon-mounting {
    margin-right: 0;
}
.cd_row.frow img {
    margin-right: 0 !important;
}
.cd_row.frow span {
    font-size: 14px;
    transition: color .3s;
    cursor: pointer;
    max-width: 163px;
    width: 100%;
}
.cd_row.frow span:hover {
    color: var(--secondary-color);
}
.cd_row.frow span:hover + svg path {
    fill: var(--nav-txt-hover);
}
.cd__fr {
    min-width: 115px;
    white-space: nowrap;
}
.img_cont_pr {
    display: flex;
    justify-content: center;
    width: 20px;
    margin-right: 12px;
}
.i-cityselect__var--kod .cust_del:nth-child(2) .img_cont_pr {
    width: 33px!important;
}
.i-cityselect__var--kod .img_cont_pr .icon-mounting{
    font-size: 25px;
}
.cust_del_inner img {
    width: 22px;
}
.cdr__name {
    font-size: 14px;
    margin-right: 12px;
}
.icon-mounting:before {
    font-size: 20px;
}

.svg_pr {
    width: 22px;
    height: 22px;
    transition: transform .3s;
    flex-basis: 38px;
}

.product__row.right .pr_brand {
    display: none;
    margin-top: 32px;
}
.tabs__content__row li {
    list-style-type: circle;
}
.tabs__content__row .d-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.tabs__content__row .br-logo {
        width: 100%;
        height: 100%;
        max-width: 200px;
    }
.tabs__content__row .brand-category-link {
    display: inline-block;
    margin: -4px 0 14px;
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 16px;
}
.tabs__content__row .brand-category-link:hover {
    text-decoration: underline;
}
.product__row.right .add2cart {
    margin-bottom: 10px;
}
.pr_brand_inner {
    display: flex;
    align-items: end;
    margin-left: 10px;
}
div.logo__top {
    display: flex;
    flex-direction: row;
}
.logo__top.logo__product {
    align-items: center;
}
.logo__top.logo__product .logo__text {
    position: unset;
    margin-left: 10px;
    text-align: left;
    font-size: 13px;
    color: #070b10;
    font-weight: 300;
}
.logo__top.logo__product .limg {
    margin-top: 0;
    margin-right: 3px;
    width: 22px;
}
.logo__top.logo__product .logowtxt svg {
    width: 150px;
    margin-left: -40px;
}
.logowtxt .br-logo {
    width: 100%;
}
.logo__top svg {
    width: 200px;
}
.limg {
    max-width: 36px;
    margin-right: 10px;
    margin-top: 6px;
}

.logo__top .st1 {
    fill: #72BF44;
    stroke: transparent;
}

.cd_row.srow {
    font-size: 14px;
    padding:0;
    margin-bottom: 10px;
    overflow: hidden;

}
.srow.active {
    display: block;
  }
/* Конец trd__row__price */

/* row-fluid1 bot__part */


.product__row.right .row-fluid1.bot__part {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: var(--br-big);
    padding: 23px 30px 23px 30px;
    margin-top: 15px;
}

.bot__part__head{
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.quickbill__itm {
    margin-bottom: 14px;
}
.qickbill__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.qickbill__list span {
    position: relative;
    margin-left: 16px;
    margin-bottom: 4px;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 10px;
}
.qickbill__list span:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #b0b0b0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    margin-left: -14px;
}

.bot__part__btn .btn__grey2.grey_product {
    color: #fff;
    background: #373737;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}
.btn__grey2 {
    transition: .3s;
}
.btn__grey2:hover {
    opacity: .8;
    background-color: transparent;
}
/* Конец row-fluid1 bot__part */

/* .swiper2 */
.product_page .bg__products .swiper2 {
    padding-left: 20px;
    touch-action: pan-y;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
    max-height: 80px;
    overflow: hidden;
}
.swiper2 .swiper-slide {
    padding: 0 0 10px;
    display: flex;
    align-items: center;
}

.products__icons img {
    margin-right: 10px;
    max-width: 36px;
}
.service__txt {
    font-size: 14px;
}

/* Конец .swiper2 */

/* content-tab-pr */

.content-tab-pr {
    min-height: 550px;
    padding: 0 30px 24px;
    background: #fff;
    border-radius: 20px;
}
.tabs {
    margin-left: auto;
    margin-right: auto;
}

.tabs__nav.desk__nav {
    border-bottom: 1px solid #ededed;
    display: flex;
    list-style-type: none;
    margin: 0;
}
.product__page .tabs__btn {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    position: relative;
}
.product__page .tabs__btn .tabs__head {
    text-transform: uppercase;
    transition: color .3s;
}
.tabs__head__container {
    margin-top: 5px;
}
.product__page .tabs__btn:hover .tabs__head {
    color: var(--secondary-color);
}
.tabs__btn::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: var(--secondary-color);
    transform: translateX(-50%);
    transition: width 0.5s ease-in-out;
}
.tabs__btn_active::after {
    width: 100%;
    transform: translateX(-50%);
}
.tabs__btn {
    height: auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    padding: 4px 35px;
}

.product__page .tabs__content3 {
    display: block;
    flex-wrap: wrap;
}
.mob_product_tabs .tabs__content-active {
    border-bottom: 1px solid #ededed;
}
.tabs__content__row {
    margin-top: 20px;
}
.tabs__content__row.hide {
    max-height: 425px;
}
.tabs__content__row p:first-child {
    margin-top: 0;
}
.product__page.mob_product_tabs .tabs__content__row.hide {
    max-height: unset;
}  
.mob_product_tabs .tabs__content__row.hide {
    margin-top: 25px;
}
.product__page.mob_product_tabs .tabs__content {
    max-width: 100%;
    width: 100%;
}
.tabs__content__row p, .tabs__content__row li {
    font-size: 15px;
}
.tabs__content__row li {
    margin-bottom: 10px;
}
 .features__new .head__cat {
    margin-bottom: 14px;
}
.features__new .head_all {
    margin-top: 0px;
}
 .features__new .swiper {
    margin-bottom: 30px;
}
 .product__page .mob_product_tabs .tabs__btn_mob {
    text-transform: uppercase;
}
.head__tb__harakt {
    margin-bottom: 20px;
    font-weight: 500;
}

.tabs__content__inner .params.pr_tab_params {
    width: 100%;
}
.tabs__content__inner .prul__desc {
    margin-top: 0;
}
.product__page .tabs__content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 72%;
}
.product_page .tabs__content .tabs__pane_show {
    transition: height .5s ease-in;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    width: 95%;
    margin-top: 0;
}
.tabs__pane {
    display: none;
}
.tabs__content .tabs__pane {
    transition: height 0.5s ease-in;
    overflow: hidden;
    position: relative;
}

.product__page .tabs__pane_show {
    order: 1;
    position: relative;
}
.d-flex h4 {
    font-weight: 500;
}
.tabs__content .content_toggle2,
.tabs__content3 .tabs__content .content_toggle2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    padding-bottom: 3px;
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .9) 55%, #fff 100%);
    z-index: 9;
    bottom: -5px;
    left: 0;
}
.h3__desc, .pr__desc {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 26px;
}
.content_toggle2 span {
    color: var(--secondary-color);
}
.svg_pr2.svg_pr {
    margin-top: -2px;
    transition: transform .3s;
    width: 22px;
    margin-top: -2px;
    height: 22px;
}
.pp__row.tabs .svg_pr2.svg_pr {
    transform: rotate(90deg);
    margin-left: -10px;
    width: 17px;
    height: 17px;
}
.head__cat .head_more {
    display: flex;
    align-items: center;
    margin-bottom: -4px;
    font-size: 22px;
    font-weight: 500;
}
.features_block_middle {
    margin-bottom: 30px;
}
.features_block_middle .group .owl-prev {
    left: -10px;
}
.svg_pr {
    transition: transform 0.3s ease; /* Плавная анимация поворота */
  }
  
  .svg_pr.rotate {
    transform: rotate(90deg); /* Поворот стрелки при открытии */
  }
.hide__button_more {
    opacity: 0;
}
/* Конец content-tab-pr */
    .mob_product_tabs .tabs__content3 .tabs__nav {
        width: 100%;
    }
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        padding: 20px 10px;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

    .tabs__btn.mob__nav::before {
        right: 15px;
        content: '\e919';
        font-family: 'icomoon';
        color: #2b333f;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 10px;
        line-height: 1;
    }

    .product__page.mob_product_tabs .content_toggle2 {
        display: none;
    }
    .product__page.mob_product_tabs .tabs__pane.tabs__pane_show {
        max-height: unset !important;
        height: fit-content !important;
    }
     .product__page .tabs__content3 .tabs__expert{
        max-width: 100%;
        display: block;
    }
     .product__page.mob_product_tabs .tabs__content3 .tabs__expert {
        margin-top: 30px;
        width: 100%;
    }
     .product__page .tabs__content3 .tabs__expert .expert__filter,
     .product__page.mob_product_tabs  .tabs__content3 .tabs__expert .expert__filter {
        padding: 0 10px;
    }
    .product__page.mob_product_tabs .expert__filter {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
    }
    .product__page.mob_product_tabs .tabs__content3 {
        display: flex;
    }
    .product__page.mob_product_tabs .tabs__content {
        max-height: fit-content!important;
    }
    .product__page.mob_product_tabs .tabs__expert {
        border-left: none;
    }
    .product__page.mob_product_tabs .tabs__expert .ef__head span {
        border-bottom: none;
    }
    .product__page.mob_product_tabs .tabs__expert .ef__head h2 {
        border-bottom: none;
    }
    .product__page.mob_product_tabs .tabs__btn_active::before {
        transform: rotate(90deg);
    }
/* content-tab-pr Mobile */

.prul__desc li {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}
.prul__desc li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #070b10;
    border-radius: 50%;
}
/* Конец content-tab-pr Mobile */

.galleryplus-modal {
    z-index: 9999999 !important;
}
.galleryplus-modal-header .galleryplus-text-white {
    color: #000 !important;
}
.galleryplus-hover-red:hover, .galleryplus-red {
    color: #fff !important;
}
.galleryplus-button {
    height: 36px;
    box-sizing: border-box;
    transition: all .3s;
}
.galleryplus-button svg {
    position: relative;
    top: -13px;
}
.galleryplus-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
    text-shadow: none;
}
.galleryplus-display-right {
    right: 0 !important;
}
.product_actions__mobPromoGreen {
    display: none;
}
.product_actions__mobPromoGreen:hover {
    background-color: var(--secondary-color)!important;
    color: white!important;
}
.row-fluid1 .snyato_add {
    height: auto;
}
.product-price.price.snyato_txt {
    font-weight: 500;
}
.snyato_comm {
    margin-bottom: 25px;
    background: #f9eedb;
    padding: 20px;
    border-radius: 3px;
    margin-top: 25px;
}
.snyato_comm__inner {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}
.snyato_comm__txt {
    font-size: 15px;
    line-height: 20px;
}
.row-fluid1 .snyato.btn__new {
    width: 100%;
    height: 48px;
}
.snyato.btn__new {
    margin-bottom: 10px;
}
.promo__label-sellout {
    margin-bottom: 5px;
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color);
    background-color: white;
    border-radius: 10px;
    padding: 10px 26px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}
.product-badge {
    background-color: #f7d15a;
    border-radius: 20px 20px 0 0;
}
.product__row.left .product__label {
    background-color: white;
}
.product__row.left .discount__label.promo-code-click {
    border: 1px solid #f7d15a;
    color: #070b10;
}
.product__row.left .discount__label.promo-code-click {
    border: 1px solid #f7d15a;
    color: #070b10;
}
.product__row.left .product__label.product__label_sale-2 {
    border: 1px solid #F46B7A;
    color: #070b10;
}
.product__row.left .product__label.product__label_v2 {
    color: #070b10;
    border: 1px solid  rgb(43, 217, 255);
}
.product__label.product__label_v1 {
    border: 1px solid #55de8f;;
    color: #070b10;
}
.reviewsplus-reviews-rating, .reviewsplus-reviews-rating .rating {
    font-size: 14px;
}
.icon-star::before {
    content: "";
}
.rating__item.is-active i::before {
    content: "";
}
.reviewsplus-add-link-div .reviewsplus-add.btn-fill {
    margin-top: 22px;
    width: fit-content;
    text-align: center;
    font-size: 14px;
    padding: 11px 24px;
    transition: .2s 
ease-in-out;
}
.tabs .reviewsplus-add {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: .3s;
    box-sizing: border-box;
    font-size: 13px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 0 20px;
}
.rating .star:first-child {
    margin-left: 10px;
}
.reviewsplus_plugin-product .reviewsplus-product-opinion-rate {
    background: transparent;
    border: none;
    padding: 0;
}
.reviewsplus_plugin-product {
    padding-left: 1px;
}
.promocustom.accordion__header::after {
    right: 23px !important;
}
.accordion__header::after {
    content: "";
    font-family: icomoon;
    color: rgb(43, 51, 63);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
    transition: 0.3s;
}
.reviewsplus_plugin-product .reviewsplus-product-opinion-name {
    padding: 0;
}
.reviewsplus_plugin-product .reviewsplus-product-opinion-left-gray {
    background: transparent;
    padding: 0;
}
.reviewsplus_plugin-product .reviewsplus-product-opinion-date {
    padding: 0;
}
.reviewsplus_plugin-product .reviewsplus-product-opinion-rate span {
    display: block;
}
.product__row.right .product-price-old:after {
    top: 12px;
}
.product__row.right .product-price-old .ruble {
    margin-left: 3px;
}
.row-fluid1-start .product-price-old {
    color: #909090;
    display: flex;
    align-items: baseline;
}
.row-fluid1-start .product-price-old::after {
    background-color: #909090;
    transform: rotate(360deg);
}
.row-fluid1-start .product-price-old .ruble {
    color: #909090;
    font-weight: 500;
}
.row-fluid1-start .product-price-old .product-price-old-discount .ruble {
    font-weight: 500;
    color: white;
}
.product-rating  .itemInner__compareBlock {
    width: auto;
    height: auto;
}
.product-rating  .itemInner__compareBlock svg{
    width: 17px;
    height: auto;
}
.product-rating .product_actions__wrap {
    padding-top: 0;
}
.product_actions__favorite svg {
    width: 15px;
    height: 15px;
}
.head__product + .product-rating {
    margin-bottom: 10px;
}
.head__product + .product-rating .product-article {
    align-self: center;
    margin-top: -2px;
}
.row-fluid1-start #r-icn-pointer-outline {
    display: none;
}
.head__product + .product-rating .product_actions {
    padding-left: 25px;
}
.head__product + .product-rating .rating-stars-count {
    margin-right: 7px;
}
.pr_brand-first {
    margin-top: 30px;
}
.product-price-old-discount {
    background-color: #F46B7A;
    padding: 3px 9px;
    margin-left: 18px;
    display: flex;
    gap: 0px;
    align-items: baseline;
}
.product-price-old-discount-total {
    color: white;
    font-weight: 500;
}
.product-price-cart-found-cheaper {
    color: #2b333f;
    text-decoration: dashed;
    text-wrap: nowrap;
    border-bottom: 1px dotted;
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
    height: 16px;
}
.product-price-cart-found-cheaper:hover {
    color: var(--secondary-color);
}
.product-price-cart-wrap {
    display: flex;
    justify-content: space-between;
}
.product-price-group {
    width: 100%;
}
.popup__header-subtitle-b {
    margin-top: 5px;
    display: block;
}
.icon-pay:before {
    content: "\e924";
}
[data-quickorder-pb] {
    font-size: 14px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    flex-basis: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
    outline: #5f6c7a solid 1px;
    color: #4b4b4b;
    margin: 0;
    cursor: pointer;
    transition: all .3s;
    background-color: transparent;
}
.cd_row.frow span.cdr__txt {
    margin-left: 15px;
}
.cd_row.frow span.cdr__txt-red {
    color: #f46b7a;
    margin-right: 5px;
    font-weight: 500;
}
.do_review-header {
    font-weight: 500;
    font-size: 16px;
}
.cd_row.frow span.cdr__txt-bold {
    font-weight: 500;
    margin-right: 0;
}
.tabs__expert-mob {
    display: none;
}
.mob_product_tabs + .tabs__expert-mob {
    display: block;
}
.mob_product_tabs .tabs__content3 .tabs__expert  {
    display: none;
}
.tabs__expert-mob .expert__filter {
    padding: 20px 15px 18px 15px;
    max-width: 100%;
}
@media (min-width: 1570px) {
    .pr_brand-first img{
        width: 180px;
        height: auto;
        max-height: 50px;
    }
    .product__mid__row.firstprod {
        margin-right: 0;
        min-width: 500px;
    }
    .product__row.right {
        max-width: 410px;
    }
}
@media (min-width: 1179px) and (max-width: 1365px) {
    .row-fluid .product__mid__row.firstprod {
        max-width: 370px;
        min-width: 370px;
    }
}
@media (max-width: 1359px) {
    .firstprod.product__row .firstrow__inner img {
        width: 36px;
        padding: 10px;
        padding-left: 12px;
    }
    .d-inline-flex.consult_pr .product__mid__firstrow__head1 {
        margin-bottom: 0;
    }
            
    .pr_brand_col.img_b {
        margin-top:0px;
    }
    .firstprod.product__row .d-inline-flex {
        padding: 4px;
    }
}

@media (max-width:1350px) {
    .bg__products.center_wrapper{
        padding: 10px 10px 10px 10px;
    }
    .product__row.left {
        padding-top: 4px;
    }
    .product__mid__row.firstprod {
        margin-top: 5px;
    }
    .product_actions {
        margin-top: 0px;
        box-sizing: border-box;

    }
}

@media (max-width:1280px) {
    .product__mid__row.firstprod {
        width: 370px;
        min-width: 370px;
    }
    .product__row.right {
        min-width: 350px;
        max-width: 350px;
     }
     .product__mid__row.firstprod {
        margin-right: 20px;
     }
     .product__row.right .row-fluid1 {
        padding: 25px 25px 13px 24px;
     }
     
     .product__row.right .product-info__wrap+.row-fluid1 {
        padding-top: 28px;
        padding-bottom: 10px;
    }
     .firstprod.product__row .d-inline-flex {
        padding: 4px !important;
    }


    .content-tab-pr {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tabs__content {
        padding-left: 20px;
    }
    .product__page .expert__filter {
        padding: 0px 0px 0px 32px;
    }
    .product__row .buttons__card .btn__new{
        min-height: 44px;
    }
    .product__row.right .row-fluid1.bot__part {
        padding: 23px 23px 23px 23px;
    }
}



@media (max-width:1200px) {

        /* .bg__products.center_wrapper {
            padding: 10px 10px 25px 13px;
        } */
         .product__row.right .row-fluid1 {
            padding: 25px 25px 13px 24px;
        }
        
        .product__mid__firstrow__desk {
            font-size: 12px;
        }
        .product__label {
            margin-right: 5px;
            text-wrap: nowrap;
        }
        .product_actions__wrap {
            gap: 8px;
        }
}
@media (max-width:1170px) {
    .product__row.last4mob {
        padding-top: 10px;
        width: 100%;
    }
    .product__row.last4mob .pr_brand {
        display: block;
    }
    .product__row.all {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .product_actions__wrap {
        gap: 15px;
    }
    .product__mid__row.firstprod {
        order: 1;
        width: calc(50% - 30px);
    }
    .row-fluid .product__row.left {
        max-width: none;
        width: 56%;
        max-width: 550px;
    }
    .product__row.last4mob {
        display: block;
        margin-top: 5px;
    }
    .product__mid__row .consult_pr, .product__mid__row .pr_brand {
        display: none;
    }

    .row-fluid .product__row.right {
        width: calc(45% - 27px);
        flex-basis: auto;
        max-width: none;
        min-width: calc(45% - 27px);
    }
    .product__mid__row.firstprod.product__row {
        margin-top: -100px;
    }
    .product__row.left {
        padding-top: 8px;
    }
    
}
@media (min-width: 739px) and (max-width: 1170px) {
    .firstrow__inner img {
        width: 38px;
        padding: 11px 15px 11px 10px;
    }
    .consult_pr {
        box-shadow: 0 0 8px rgb(0 0 0 / 14%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 8px 9px 5px 9px;
        max-width: none !important;
        box-sizing: border-box;
    }

}

@media (max-width:998px) {
    .product__row.last4mob .firstrow__inner img {
        width: 34px;
        padding: 6px 12px 8px 10px;
    }
    .product__row.last4mob .consult_pr {
        padding: 15px 9px 12px 9px;
    }
     .firstrow__inner img {
        width: 36px;
        padding: 10px;
        padding-left: 12px;
    }

     .product__page .tabs__content3 .tabs__expert {
        display: none;
    }
    .product_page .head_all {
        font-size: 24px;
        line-height: 26px;
        max-width: 100%;
        margin-bottom: 20px !important;
    }
    .features__new .head_all {
        margin-bottom: 0px !important;
    }
    .product__row .btn__new {
        box-sizing: border-box;
    }
    .row-fluid .product__row.right, .last4mob {
        width: calc(50% - 27px);
        min-width: calc(50% - 27px);
    }
    .row-fluid .product__row.left {
        width: 50%;
    }
    
    .product_page .tabs__content .tabs__pane_show {
        width:100%;
    }
    
    .mob_product_tabs .tabs__content {
        padding-right: 20px;
    }
    .product__page .tabs__btn {
        padding: 20px 15px 18px 15px;
        width: 100%;
    }
}
@media (max-width:850px) {
    .logo__top.logo__product .logowtxt svg {
        width: 95px;
        margin-left: -25px;
    }

    .logo__top.logo__product .logo__text {
        margin-left: 5px;
        font-size: 12px;
    }
    .logo__top.logo__product .limg {
        width: 14px;
    }
    .consult_pr .firstrow__inner:first-child {
        margin-right: 0;
    }
    .row-fluid .product__row.right {
        width: calc(48% - 27px);
        min-width: calc(48% - 27px);
    }
    .last4mob {
        width: calc(48% - 27px);
        min-width: calc(48% - 27px);
    }
    .row-fluid .product__row.left {
        width: 54%;
    }

    .bg__products.center_wrapper {
        padding: 10px 10px 25px 13px;
    }
    .product-price-old-discount {
        padding: 3px 3px;
        margin-left: 6px;
        font-size: 14px;
    }
}
@media (max-width:800px) {
   
     .product__page .tabs__content3 .tabs__expert {
        width: 100%;
    }
    .tabs__expert .expert__filter {
        max-width: none;
        width: 100%;
    }
    .features__new .head_more {
        font-size: 20px;
    }
    .product__mid__row.firstprod {
        margin-right: 0;
        min-width: auto;
    }
    .row-fluid .product__row.left {
        width: 51%;
    }
    .row-fluid .product__row.right {
        width: calc(50% - 27px);
        min-width: calc(50% - 27px);
    }
    .last4mob {
        width: calc(50% - 27px);
        min-width: calc(50% - 27px);
    }
    .product_actions__text {
        font-size: 12px;
    }
    .product__label {
        margin-right: 0px;
    }
    
}

@media (max-width:738px) {
    .product_actions__wrap {
        gap: 15px;
    }
    .product_actions {
        width: 100%;
    }
    .logo__top.logo__product .logowtxt svg {
        width: 150px;
        margin-left: -40px;
    }
    .logo__top.logo__product .logo__text {
        margin-left: 10px;
        font-size: 13px;
    }
    .logo__top.logo__product .limg {
        margin-right: 3px;
        width: 22px;
    }
    .product__page .tabs__content3 .tabs__expert .expert__filter,
     .product__page.mob_product_tabs  .tabs__content3 .tabs__expert .expert__filter {
        padding: 0 20px;
    }
    .bg__products.content-tab-pr {
        padding: 0 10px 24px;
    }
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        font-size: 16px;
        text-transform: uppercase;
        padding: 27px 20px 22px 20px;
    }
    .center_wrapper.pd0 {
        padding: 0;
    }
    .product__row.all {
        flex-direction: column;
    }
    .row-fluid .product__row.left {
        width: 100%;
        max-width: 100%;
    }
    .row-fluid .product__row.right {
        width: 100%;
    }
    .product__mid__row.firstprod {
        order: unset;
        width: 100%;
    }
    .product__row.last4mob {
        display: none;
    }
    .product__row.right .pr_brand {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 40px;
    }
    .product__row.last4mob .pr_brand {
        display: none;
    }
    .product__mid__row .consult_pr {
        display: flex;
        width: fit-content;
        margin: 20px auto 10px auto;
        padding: 10px;
    }
    .firstprod.product__row .firstrow__inner img {
        width: 36px;
    }
    .firstprod.product__row .d-inline-flex {
        width: 100%;
        box-sizing: border-box;
    }
    .firstprod.product__row .d-inline-flex{
        padding: 10px !important;
    }
    .pn__name, .pn__val {
        font-size: 13px;
    }
    .product__mid__row.firstprod.product__row {
        margin-top: 18px;
        padding-left:0px;
    }
    .center_wrapper {
        padding: 0 10px;
    }
    .pr_brand_col.img_b {
        margin-top: 43px;
    }
    #main-product-page .product__row.right .product-info__wrap+.row-fluid1 {
        padding-top: 28px;
        padding-bottom: 10px;
    }
   
}

@media (max-width:678px) {
    .product_page .bg__products .swiper2 {
        padding-left: 5px;
        max-height: 100px;
    }
    .swiper2 .swiper-slide {
        flex-direction: column;
        text-align: center;
    }
    
    .service__txt {
        max-width: 115px;
    }
    .swiper2 .products__icons img {
        margin-right: 0;
    }
}
@media (max-width:600px) {
    .features_block_middle .owl-prev, .features_block_middle .owl-next {
        top: 27%;
    }
}

@media (max-width:550px) {
    .logowtxt .br-logo {
        width: 120px;
        height: auto;
    }
    .product-rating {
        margin-left: 10px;
    }
    .row-fluid1.bot__part .quickbill__content {
        display: flex;
    }
    .product__row.left {
        padding-top: 0;
    }
    .row-fluid1.bot__part .quickbill__content .qickbill__list{
        align-items: start;   
        flex-direction: column;
    }
    .head_all.head_product{
        font-size: 22px;
        padding-left: 10px;
    }
    .swiper2 .service__txt {
        font-size: 12px;
    }
    .product_page .center_wrapper {
        padding: 0;
    }
    .breadcrumbs-wrap {
        padding-left: 10px;
    }
    .center_wrapper.bot_new {
        padding: 0 10px;
    }
    .product__page.mob_product_tabs .tabs__content {
        padding-left: 0px;
        box-sizing: border-box;
        padding-right: 0;
    }
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        font-size: 14px;
        font-weight: 700;
    }

    .bg__products.center_wrapper {
        padding-top: 15px;
    }

    .product__mid__row.firstprod {
        box-sizing: border-box;
        width: 98%;
    }
    .bg__products.center_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tabs__content__row .br-logo {
        max-width: 100%;
    }

}
@media (max-width:450px) {
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        padding-left: 5px;
    }
    .product_actions__wrap .product_actions__text{
        display: none;
    }
    .product__page.mob_product_tabs .tabs__content3 .tabs__expert .expert__filter {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width:385px) {
    .promo-code-content {
        top: 56px;
    }

    .product__label {
        font-size: 12px;
        padding: 0 3px;
    }
    .logo__top.logo__product .logo__text {
        font-size: 12px;
    }
    
}
@media (max-width:380px) {
    #main-product-page .firstrow__inner img {
        padding-right: 5px;
        padding-left: 5px;
    }
    .cd_row.frow span {
        font-size: 12px;
    }
    .cust_del_inner img, .img_cont_pr {
        width: 18px;
    }
    .i-cityselect__var--kod .img_cont_pr .icon-mounting {
        font-size: 21px;
    }
    .i-cityselect__var--kod .cd__fr {
        min-width: 85px;
    }
    .hed_pr_head {
        font-size: 13px;
        margin-right: 5px;
    }
    .trd__row__price .location-choice__title {
        font-size: 12px;
    }
    .row-fluid1.bot__part .quickbill__content {
        flex-direction: column;
    }
    .cust_del_inner img, .img_cont_pr {
        margin-right: 6px;
    }
    .logo__top.logo__product .limg {
        width: 16px;
    }
    .logo__top.logo__product .logowtxt svg {
        width: 110px;
        margin-left: -31px;
    }
}
@media (max-width:350px) {

    .product__page.mob_product_tabs  .tabs__content3 .tabs__expert .expert__filter {
        padding: 0 5px;
    }
    .logo__top.logo__product .limg {
        width: 14px;
    }
    .logo__top.logo__product .logowtxt svg {
        width: 95px;
        margin-left: -25px;
    }
    .logo__top.logo__product .logo__text {
        font-size: 11px;
    }
}
