.product_page .head_all {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.head__cat .head_more { 
    font-weight: 500;
    font-size: 22px;
}
.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%;
    gap: 10px;
}

.product__row.left {
    width: 100%;
    max-width: 460px;
}
.newnavcarousel {
    margin: 0 auto;
    width: 310px;
}
.galleryplus-modal {
    display: none;
}
.galleryplus-modal-wrapper .galleryplus-modal-nav {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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: 15px;
}
.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-nav .galleryplus-next {
    right: 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;
}
.galleryplus-button {
    height: 36px;
    box-sizing: border-box;
    transition: all .3s;
}
.galleryplus-button svg {
    position: relative;
    top: -13px;
}

.product-info {
    position: relative;
}
.product-gallery {
    margin: 0 !important;
}
.product__mid__row.firstprod {
    width: 400px;
    min-width: 400px;
    margin-right: 30px;
}
.row-fluid1-start .snd__row__price .btn__new.grey_button {
    border: 1px solid #515c68;
    outline: none;
}
.row-fluid1-start .b-cityselect__notifier.b-cityselect__notifier--default {
    display: none!important;
}
.row-fluid1-start .snd__row__price .btn__new.grey_button:hover {
    background: #e2e2e2 !important;
    color: #070b10 !important;
    outline: none;
}
.ploshad {
    margin-bottom: 27px;
}
#cart-form .get_ajax_block0.btn__new.red_button.btn_cena {
    box-sizing: unset;
}
.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;
}
.all_ploshad_link_block .b_ploshad.this_ploshad {
    color: #070b10;
    font-weight: 500;
    border: 2px solid #424242 !important;
    background: transparent;
}
.all_ploshad_link_block .b_ploshad:hover {
    border: 2px solid #424242 !important; 
}
.b_ploshad {
    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 .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: 28px;
    border-radius: var(--br-big);
    padding: 10px;
    margin-top: 28px;
    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;
}

.firstrow__inner.flex {
    flex-direction: column;
}
.product__mid__firstrow__head1 {
    font-weight: 700;
    font-size: 14px;
    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;
    min-height: 250px;
}
.galleryplus-btn, .galleryplus-button {
    padding: 8px;
}
/* Можно вынести */
.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;
    border-bottom: 1px dashed var(--secondary-color);
    
}
.readmore__inner:hover .read_more_desc{
    border-bottom: 1px dashed var(--txt-hover);
    color: var(--txt-hover);
}
.readmore__inner:hover svg path {
    fill: var(--txt-hover);
}
.read_more_desc {
    color: 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-color: #55de8f;
}
.product-info__note {
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}
.promo-code-green {
    color: #fff;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);

}
.promo-code-click {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: -15px;
    color: #fff;
}
.promo-code-content.promo-content {
    background-color: #f4f4f4;
    border: 1px solid #d9dadb;
    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: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
}
.promo-code-content.promo-content .btn-default:hover {
    background-color: white;
    color: var(--secondary-color);
}
.promo-content .promo-code-content__title {
    font-size: 14px;
}
.promo-content .promo-code-content__value {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #64d5b6;
}
.product__row.right {
    flex-basis: 33%;
    max-width: 390px;
    min-width: 370px;
    width: 100%;
    flex-shrink: 1;
}
.row-fluid1-start {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: 20px;
}
.product__row.right .row-fluid1 {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 28px 30px 18px 30px;
}
.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.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;
}
.snyato.btn__new {
    margin-bottom: 10px;
}
.snyato_comm + 
.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;
}

.skidka {
    display: flex;
    flex-direction: row;
    align-items: self-start;
}
.skidka:hover .itm__txt{
    color: var(--txt-hover);
    cursor: pointer;
}
.skidka:hover .slider-red {
    background-color: #717171;
}
.product-info__price .item {
    position: relative;
    margin-right: 0;
    height: 40px;
}

.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;
    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: row;
    align-items: center;
    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;
    justify-content: space-between;
}
.buttons__card .btn__new {
    flex-basis: 48%;
    padding: 0;
}



.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;
    flex-direction: column;
}
.consult_pr .product__mid__firstrow__head1 {
    font-size: 14px;
}
/* Конец product__row.right */

/* trd__row__price */
.choose_city {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.trd__row__price .location-choice__title {
    color: var(--secondary-color);
    font-weight: 500;
    transition: color .3s;
}

.choose_city__prodHair .b-cityselect__city:hover svg .fill{
    fill: var(--txt-hover);
}
.choose_city__prodHair .b-cityselect__city:hover .location-choice__title{
    color: var(--txt-hover);
}
.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 span {
    font-size: 14px;
    transition: color .3s;
    cursor: pointer;
    max-width: 163px;
    width: 100%;
}
.cd_row.frow span:hover {
    color: var(--txt-hover);
}
.cd_row.frow span + svg path{
    transition: all .3s;
}
.cd_row.frow span:hover + svg path{
    fill: var(--txt-hover)
}
.cd__fr {
    min-width: 145px;
    white-space: nowrap;
}
.img_cont_pr {
    display: flex;
    justify-content: center;
    width: 22px;
    margin-right: 12px;
}
.i-cityselect__var--kod .img_cont_pr .icon-mounting{
    font-size: 25px;
}
.cust_del_inner img {
    width: 22px;
}
.cust_del .cd_row.srow a {
    color: var(--secondary-color);
    text-decoration: underline;
}
.cdr__name {
    font-size: 14px;
    margin-right: 12px;
}


.svg_pr {
    width: 18px;
    transition: transform .3s;
    flex-basis: 38px;
}

.product__row.right .pr_brand {
    display: none;
    margin-top: 32px;
}

.pr_brand_inner {
    display: flex;
    align-items: center;
    margin-left: 10px;
    gap: 10px;
    font-size: 13px;
    margin-top: 18px;
}


.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 */


.row-fluid1.bot__part {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: var(--br-big);
    padding: 23px 34px 18px;
    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;
    padding: 2px 7px;
    width: 160px;
    box-sizing: content-box;
}
.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;
}
.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
}
.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: 25px;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
    transition: color .3s;
}
.product__page .tabs__btn.tabs__btn_active:hover {
    color: #070b10;
}
.product__page .tabs__btn:hover {
    color: var(--txt-hover);
}
.product__page .tabs__btn .tabs__head {
    text-transform: uppercase;
}
.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;
}

.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%);
}


.product__page .tabs__content3 {
    display: block;
    flex-wrap: wrap;
    margin-top: 0px;
}
.tabs__content__row.hide {
    max-height: 425px;
}
.tabs__content__row li {
    list-style: disc;
}
.product__page.mob_product_tabs .tabs__content__row.hide {
    max-height: unset;
}  
.tabs__content__row {
    margin-top: 20px;
}
.product__page.mob_product_tabs .tabs__content {
    max-width: 100%;
    width: 100%;
}

 .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;
    font-size: 15px;
}

.tabs__content__inner .params.pr_tab_params {
    width: 100%;
}
.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%;
}
.tabs__content__row p, .tabs__content__row li {
    font-size: 15px;
}
.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;
}
.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;
}
.content_toggle2 span {
    color: var(--secondary-color);
}
.content_toggle2 span:hover{
    color: var(--txt-hover);
}
.content_toggle2 span:hover + svg path {
    fill: var(--txt-hover);
}
.content_toggle2 svg {
    transition: all .3s !important;
} 
.content_toggle2 span:hover + svg {
    margin-left: 5px;
}
.svg_pr2.svg_pr {
    margin-top: -2px;
    transition: transform .3s;
    width: 18px;
    margin-top: -2px;
}
.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;
        font-size: 18px;
    }

    .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;
        margin-top: 30px;
    }
     .product__page.mob_product_tabs .tabs__content3 .tabs__expert {
        margin-top: 30px;
        width: 100%;
        display: block;
    }
     .product__page .tabs__content3 .tabs__expert .expert__filter {
        padding: 0 32px;
    }
     .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__btn_active::before {
        transform: rotate(90deg);
    }
/* content-tab-pr Mobile */



/* Конец content-tab-pr Mobile */

.galleryplus {
    text-align: center;
}
.galleryplus-image, .galleryplus-viewport {
    max-width: 100%;
    vertical-align: top;
}
.galleryplus-thumbnails-wrapper {
    padding: 5px 0;
}
.product_actions .itemInner__compareBlock {
    position: unset;
    display: flex;
    width: auto;
}
.product_actions__wrap {
    display: flex;
    gap: 10px;
}
.product_actions {
    display: flex;
    justify-content: space-between;
    max-width: 98%;
}
.product_actions__wrap .itemInner__compare, .product_actions__favorite {
    display: flex;
    align-items: center;
    gap: 7px;
    height: fit-content;
    font-size: 13px;
    color: #4c494a;
    text-wrap: nowrap;
    font-weight: 400;
}
.fav-btn {
    width: auto!important;
} 
.product_actions__wrap .itemInner__compare {
    align-items: end;
    gap: 4px;
}
.product_actions__favorite svg {
    width: 16px;
}
.itemInner__compareBlock_active .product_actions__text{
    color: var(--secondary-color);
}
.product_actions__text {
    font-size: 13px;
    color: #4c494a;
    text-wrap: nowrap;
    font-weight: 400;
    transition: color .3s;
}
.product-info .itemInner__compareBlock svg {
    width: 20px;
}
.row-fluid1.row-fluid1-snyato {
    padding: 28px 30px 18px 30px;
}
.row-fluid1.row-fluid1-snyato .snyato_add {
    height: auto;
}
.row-fluid1.row-fluid1-snyato .snyato.btn__new {
    width: 100%;
    height: 48px;
}

@media screen and (min-width: 1170px) {
    .galleryplus-viewport.galleryplus-display-container .galleryplus-image {
        width: 100%;
    }
}
.galleryplus-image {
    max-width: 460px !important;
    height: auto;
}
.galleryplus-modal {
    z-index: 9999999 !important;
}
.galleryplus-modal-header .galleryplus-text-white {
    color: #000 !important;
}
.galleryplus-hover-red:hover, .galleryplus-red {
    color: #fff !important;
}
.features_block_middle.features_block_middle-category {margin-bottom: 40px!important;}
@media screen and (max-width: 1359px) {
    
    .firstprod.product__row .firstrow__inner img {
        width: 36px;
        padding: 10px;
        padding-left: 12px;
    }
    .center_wrapper.bg__products {
        padding: 15px;
    }
}
@media (max-width:1280px) {
    .product_actions {
        padding-left: 10px;
    }
    .tabs__content {
        padding-left: 20px;
    }
    .product__row.right {
        min-width: 350px;
        max-width: 350px;
     }
     .product__mid__row.firstprod {
        margin-right: 10px;
        width: 370px;
        min-width: 370px;
     }
     .product__row.right .row-fluid1 {
        padding: 24px 25px 18px 24px;
     }

     .firstprod.product__row .d-inline-flex {
        padding: 4px !important;
    }
     
    .bot__part__btn .btn__grey2.grey_product {
        font-size: 12px;
    }
    .content-tab-pr {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}


@media (max-width:1200px) {
        /*
        .pr_brand_col.img_b {
            margin-top: 18px;
        }*/
        .bg__products.center_wrapper {
            padding: 10px;
        }
        .row-fluid1-start .snd__row__price, .row-fluid1-start .fst__row__price {
            margin-bottom: 20px;
        }
         .product__row.right .row-fluid1 {
            padding-top: 28px;
            padding-bottom: 10px;
        }
        .product__row.right .row-fluid1-snyato {
            padding-bottom: 18px;
        }
        
        .product__mid__firstrow__desk {
            font-size: 12px;
        }
       
}
@media (max-width:1170px) {
    .product__row.all {
        flex-wrap: wrap;
    }
    .product__mid__row.firstprod {
        order: 1;
        width: calc(58% - 30px);
    }
    .row-fluid .product__row.left {
        width: 56%;
        max-width: 550px;
        padding-top: 8px;
    }
    .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: -40px;
    }
}
@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: 2px 12px 3px 10px;
    }
    .product__row.last4mob .consult_pr {
        padding: 15px 9px 12px 9px !important;
    }
     .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;
    }
    .product__page .tabs__content {
        max-width: 100%;
    }
    .product__row.last4mob .pr_brand_col.txt_b{
        font-size: 12px;
    }

    .product__row.right .row-fluid1 {
        padding: 20px 20px 15px 20px;
    }
    .product__row.last4mob {
        margin-top: 5px;
    }
  
}
@media (max-width:850px) {
    .product__mid__row.firstprod {
        width: calc(55% - 30px);
    }
    .last4mob {
        width: calc(48% - 27px);
        min-width: calc(48% - 27px);
    }
    .row-fluid .product__row.left {
        width: 54%;
    }
    .row-fluid .product__row.right {
        width: calc(48% - 27px);
        min-width: calc(48% - 27px);
    }
    .consult_pr .firstrow__inner:first-child {
        margin-right: 0;
    }
    .product__row.right .row-fluid1 .qickbill__list {
        flex-wrap: wrap;
    }
    
    .galleryplus-thumbnails-wrapper {
        margin-top: -9% !important;
    }
    .for_products.product_page .bg__products .row-fluid .product__row.left {
        max-width: 100%;
    }
    .product__page .tabs__btn {
        padding: 20px 15px 18px 15px;
    }
    .product__mid__row.firstprod.product__row {
        margin-top: -75px;
    }
}
@media (max-width:800px) {
    .tabs__expert .expert__filter {
        max-width: none;
        width: 100%;
    }
    .features__new .head_more {
        font-size: 20px;
    }
    .features__new .product__price {
        justify-content: center;
    }
    .product__mid__row.firstprod {
        margin-right: 0;
        min-width: auto;
    }
    .galleryplus-thumbnails-wrapper {
        margin-top: -15% !important;
    }
    .product_actions__text {
        font-size: 12px;
    }
}

@media (max-width:738px) {
    .logo__top.logo__product .logo__text {
        margin-left: 10px;
        font-size: 13px;
    }
    .pr_brand_inner .pr_brand_col {
        margin-top: 30px;
        margin-bottom: 12px;
    }
    .product__row.right .row-fluid1 {
        padding-top: 28px;
        padding-bottom: 10px;
    }
    .firstprod.product__row .d-inline-flex {
        width: 100%!important;
        box-sizing: border-box;
    }
    .firstprod.product__row .d-inline-flex {
        padding: 10px !important;
    }
    .bg__products.content-tab-pr {
        padding: 0 10px 24px;
    }
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        padding: 27px 4px 27px 4px;
    }
    .center_wrapper.pd0 {
        padding: 0;
    }
    .product__row.all {
        flex-direction: column;
    }
    .row-fluid .product__row.left {
        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: 26px;
    }
    .product__row.last4mob .pr_brand {
        display: none;
    }
    .product__mid__row .consult_pr {
        display: flex;
        width: 94%;
        padding: 10px;
        
    }
    .firstrow__inner img {
        width: 32px;
    }
    .firstprod.product__row .d-inline-flex{
        margin: 20px auto 15px auto;
        width: fit-content;
        padding: 4px 10px 5px 10px !important;
    }
    .pn__name, .pn__val {
        font-size: 13px;
    }
    .product__mid__row.firstprod.product__row {
        margin-top: 0px;
    }
    .galleryplus-viewport.galleryplus-display-container .galleryplus-image {
        width: 100% !important;
    }
    .galleryplus-thumbnails-wrapper {
        margin-top: -10px !important;
    }
    .center_wrapper {
        padding: 0 10px;
    }
    .galleryplus-viewport.galleryplus-display-container {
        width: 100%!important;
    }
    .newnavcarousel__inner {
        margin-top: 8px;
    }
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        font-size: 16px;
        text-transform: uppercase;
        padding: 27px 20px 22px 20px;
        font-weight: 500;
    }
    .product__page .tabs__content3 .tabs__expert .expert__filter, .product__page.mob_product_tabs .tabs__content3 .tabs__expert .expert__filter {
        padding: 0 20px;
    }
    .product__row.right .row-fluid1-snyato {
        padding-bottom: 18px;
    }
}

@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;
    }

}
@media (max-width:600px) {
    .for_products.product_page .center_wrapper:first-child {
        padding: 0;
    }
    .head_all.head_product, .for_products .breadcrumbs-wrap {
        padding: 0 15px;
    }
}
@media (max-width:550px) {
    
    .row-fluid1.bot__part .quickbill__content {
        display: flex;
        flex-direction: column;
    }
    
    .row-fluid1.bot__part .quickbill__content .qickbill__list{
        align-items: start;   
        flex-direction: column;
    }
    .head_all.head_product{
        font-size: 22px;
    }
    .pr_brand .pr_brand_col.txt_b {
        font-size: 13px;
    }
}
@media (max-width:450px) {
    .yslovia .quickbill__itm .qickbill__list span {
        /* min-width: 145px; */
    }

    .galleryplus-thumbnails-wrapper {
        margin-top: -9% !important;
    }
    .newnavcarousel  {
        width: 280px;
    }
    .row-fluid1-start .choose_city__prodHair .i-cityselect__city.location-choice__title {
        font-size: 13px !important;
    }
    
    .product__carto .tabs__btn.mob__nav.tabs__btn_mob {
        padding-left: 5px;
        font-size: 14px;
        font-weight: 700;
    }
    .product__page.mob_product_tabs .tabs__content3 .tabs__expert .expert__filter {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product_page .tabs__content .tabs__pane_show {
        width: 100%;
    }
    .product__page.mob_product_tabs .tabs__content {
        padding-left: 0;
    }

    .product_actions__text {
        display: none;
    }
}
@media (max-width:400px) {
    .newnavcarousel__inner {
        margin-top: 25px;
    }
   
}

@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;
    }

    .galleryplus-thumbnails-wrapper {
        margin-top: -18% !important;
    }
    .expert__filter {
        min-width: auto;
    }
    .product__row.right .row-fluid1 {
        padding: 15px;
    }
    .grey_button {
        font-size: 11px !important;
    }
    .newnavcarousel__inner {
        max-width: 268px;
    }
    .itemInner {
        padding: 15px 12px;
    }
    .itemInner .red_button, .itemInner .product__buttons__txt {
        font-size: 11px !important;
    }
    .product-info__wrap + .row-fluid1 {
        padding-top: 25px !important;
    }
}
@media (max-width:360px) {
    .galleryplus-thumbnails-wrapper {
        margin-top: -85px !important;
    }
}

@media (max-width:330px) {
    .galleryplus-thumbnails-wrapper {
        margin-top: -100px !important;
    }
}
@media (max-width:320px) {
    .group .feature-li-wrap {
        height: 165px;
    }
}