.product_page .head_all {
    font-weight: 300;
    font-size: 32px;
    margin-top: 7px;
}
.head__product {
    margin-top: 10px;
}

.all_ploshad_link,
.bot__part__head {
    font-size: 18px;
    font-weight: 500;
}
/* bg__products */
.bg__products.center_wrapper {
    background-color: #fff;
    padding: 25px;
    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;
}
.logowtxt {
    line-height: 0;
}
.newnavcarousel {
    margin: 0 auto;
    max-width: 310px;
}
.product__label {
    z-index: 1;
    margin-right: 10px;
    padding: 0 14px;
    height: 32px;
}
.product_actions {
    margin-top: -1px;
    width: 100%;
    justify-content: start;
}
.itemInner__compare, .product_actions__favorite{
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s;
    cursor: pointer!important;
}
.product_actions__text {
    font-size: 13px;
    color: #4c494a;
    text-wrap: nowrap;
    transition: color .3s;
    font-weight: 500;
}
.itemInner__compareBlock_active .product_actions__text{
    color: var(--secondary-color);
}

.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: 31px;
}
.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;
}
.galleryplus-viewport.galleryplus-display-container {
    margin-top: 39px;
}
.product_actions + .product-gallery .galleryplus-viewport.galleryplus-display-container {
    margin-top: 9px;
}
.ploshad {
    margin-bottom: 27px;
}

.all_ploshad_link div {
    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: auto;
    padding: 5px 7px;
    height: auto;
    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;
}
.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: 35px;
    border-radius: var(--br-big);
    padding: 10px;
    margin-top: 35px;
    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: 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;
}
.galleryplus-content {
    min-height: 328px;
}
/* Можно вынести */
.params__new__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 8px;
}

.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: #070b10;
    border-bottom: 1px dashed #070b10;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s;
    cursor: pointer!important;
}
.read_more_desc:hover {
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
}
.read_more_desc svg path {
    transition: all .3s;
}

.read_more_desc:hover svg path {
    fill: var(--secondary-color);
}

.readmore__inner i {
    color: #070b10;
    font-size: 10px;
}
/* Конец bg__products */
.galleryplus-thumbnails-wrapper {
    margin-top: 15px;
}
/* product__row.right */
.product-info__note_v1 {
    background: linear-gradient(to right, #95cf84 0%, #78d360 100%);
}
.product-info__note {
    text-align: left;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}
.promo-code-click {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: -12px;
}
a.promo-code-click {
    font-size: 13px !important;
    font-weight: 500;
    color: #070b10;
    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;
}
.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 {
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    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 22px 16px 22px;
}
.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;
}

.skidka {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    cursor: pointer;
    max-height: 38px;
}
.skidka .itm__txt {
    color: #070b10;
    font-weight: 500;
}
.skidka:hover .slider-red {
    background-color: #717171;
}
.skidka:hover .itm__txt {
    color: var(--secondary-color);
    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: 56px;
    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: 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;
    justify-content: space-between;
}
.buttons__card .btn__new.grey_button{
    background: var(--secondary-color);
    cursor: pointer;
    transition: all .3s;
    color: white;
    outline: none;
}
.buttons__card .btn__new.grey_button:hover{
    background: var(--accent-color);
}

.buttons__card .btn__new {
    flex-basis: 48%;
    padding: 0;
}

.buttons__card .btn__new.red_button {
    outline: #5f6c7a solid 1px;
    color: #4b4b4b;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}
.buttons__card .btn__new.red_button:hover {
    background-color: #e2e2e2 !important;
    color: #070b10 !important;
}

.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;
}
.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%;
}
.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;
    cursor: pointer;
}
.cd_row.frow svg, .i-cityselect__var--kod .img_cont_pr .icon-mounting {
    margin-right: 0;
}
.cd_row.frow svg {
    margin-right: 0 !important;
}
.cd_row.frow span {
    font-size: 14px;
    transition: color .3s;
    cursor: pointer;
    max-width: 163px;
    width: 100%;
}
.cd_row.frow:hover span, .cd_row.srow:hover span {
    color: var(--secondary-color);
}
.cd_row.frow:hover span + svg path, .cd_row.srow:hover span + svg path {
    fill: var(--secondary-color);
}
.cd_row.frow .img_cont_pr svg path, .cd_row.frow .img_cont_pr .icon-mounting::before {
    transition: all .3s;
}
.cd_row.frow:hover .img_cont_pr svg path{
    fill: var(--secondary-color);
}
.cd_row.frow:hover .img_cont_pr .icon-mounting::before  {
    color: var(--secondary-color);
}
.cd__fr {
    min-width: 115px;
    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;
}
.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;
}
.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 {
    gap: 15px;
    align-items: center;
}
.logo__top.logo__product[data-brand="Sonniger"] {
    align-items: flex-start;
}
.logo__top.logo__product .logo__text {
    position: unset;
    margin-left: 0px;
    font-size: 12px;
    color: #070b10;
    font-weight: 300;
    white-space: wrap;
    text-align: left;
    text-wrap: balance;
    margin-top: -2px;
}
.logo__top.logo__product .limg {
    margin-top: 0;
    margin-right: 3px;
    width: 22px;
}
.logo__top.logo__product[data-brand="Ballu"] {
    align-items: flex-start;
}
.logo__top.logo__product[data-brand="Ballu"] img {
    width: 80px;
}
.logo__top.logo__product[data-brand="Тепломаш"] {
    align-items: flex-start;
}

.logo__top.logo__product[data-brand="Ballu"] .logo__text{
    top: 10px;
    position: relative;
}
.logo__top.logo__product[data-brand="Греерс"] .logo__text,
.logo__top.logo__product[data-brand="Тепломаш"] .logo__text  {
    margin-top: 3px;
}

.logo__top img {
    max-height: 50px;
    max-width: 160px;
    height: 100%;
    margin-top: 0;
    width: 130px;
}
.logo__top[data-brand="Тепломаш"] img {
    width: 100%;
}
.logo__top.logo__product[data-brand="VOLCANO"],  .logo__top.logo__product[data-brand="WING"] {
    align-items: flex-start;
}
.logo__top.logo__product[data-brand="VOLCANO"] img {
    width: 100%;
}
.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;
    line-height: 1.4;
    color: #686868;

}
.compare-add.inline-link.itemInner__compare:hover, .share-toggle-btn:hover {
    opacity: .6;
}
.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: 20px 20px 16px 20px;
    margin-top: 15px;
}

.bot__part__head{
    margin: 0;
    margin-bottom: 12px;    
}
.quickbill__itm {
    margin-bottom: 10px;
}
.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;
    font-size: 12px;
}
.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;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.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: 16px;
    line-height: 1.3;
}
.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;
}
.text-cropped__inner p {
    font-size: 16px!important;
  }
.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: 95%;
}
.product_page .tabs__content .tabs__pane_show {
    transition: height .5s ease-in;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    width: 95%;
    margin-top: 0;
}
.text-cropped__inner {
    margin-top: 0px!important;
}
.tabs__pane[data-index="2"] .tabs__content__row{
    display: flex;
    flex-direction: column-reverse;
}
.tabs__pane[data-index="2"] .tabs__content__row .d-flex.jc-sb{
    align-self: flex-end;
}

.tabs__pane {
    display: none;
}
.tabs__content .br-logo{
    max-height: 56px;
    width: 100%;
    height: 100%;
}

.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;
}
.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: 18px;
    margin-top: -2px;
}
.pp__row.tabs .svg_pr2.svg_pr {
    transform: rotate(90deg);
    margin-left: -10px;
}
.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;
    display: none!important;
}
/* Конец 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 .5s;
        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%;
        display: block;
    }
     .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__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: #070b10 !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 {
    padding: 13px 5px;
}
.galleryplus-button:hover {
    color: #070b10 !important;
    background-color: #ccc !important;
    text-shadow: none;
}
.newnavcarousel .newnavcarousel__inner .galleryplus-button {
    padding: 7px 5px 0px 5px;
}
.galleryplus-modal-thumbnail-active {
    outline: 1px solid var(--secondary-color)!important;
}
.galleryplus-modal-close:hover, .galleryplus-modal-zoomin:hover, .galleryplus-modal-zoomout:hover {
    padding-bottom: 35px;
}
.galleryplus-display-right {
    right: 0 !important;
}
.product_actions__mobPromoGreen {
    display: none;
}
.product_actions__mobPromoGreen:hover {
    background-color: var(--secondary-color)!important;
    color: white!important;
}
.product__label_v2 {
    cursor: pointer;
}
.product__row.right .head_pr_loc .b-cityselect__city.i-cityselect__city_change svg {
    display: none;
}

.product__row.right .head_pr_loc .b-cityselect__city.i-cityselect__city_change {
    position: relative;
    padding-left: 15px;
}
.product__row.right .head_pr_loc .b-cityselect__city.i-cityselect__city_change::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-5-5h24v24H-5z'%3E%3C/path%3E%3Cpath d='M.885 4.494L12.507.62a.522.522 0 0 1 .66.66L9.292 12.9a.522.522 0 0 1-.965.061L5.889 7.897.824 5.46a.522.522 0 0 1 .061-.965Z' fill='%23d60000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product__row.right .head_pr_loc .b-cityselect__city.i-cityselect__city_change{
    gap: 3px;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: none;
}
.pr__selector {
    margin: 42px 0 28px 0;
}
.pr__selector__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.pr__selector__head {
    font-weight: 500;
    color: #515c68;
}
.pr__selector__inner__all {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.pr__selector__itm__count {
    display: flex;
    align-items: stretch;
}
.pr__selector__itm__count a,  .this__selector__itm__count span {
    width: 100%;
    display: block;
    border: 1px solid #bdbbbb;
    border-radius: 3px;
    font-size: 14px !important;
    padding: 10px 6px;
    color: #070b10;
    text-align: left;
    box-sizing: border-box;
}
.tabs__content__inner ul li{
    list-style: disc;
}

.tabs__content__inner ul.prul__desc li{
    list-style: none;
}

.share-component {
    margin-bottom: 10px;
    position: relative;
}
.share-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.share-toggle-btn > svg{
    width: 21px;
    height: 23px;
}
.share-component .share-dropdown {
    position: absolute;
    top: 110%;
    left: -155px;
    background:#1f1e1e;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
    border-radius: 16px;
    padding: 10px;
    min-width: 200px;
    z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
    transition: height 0.25s;
    height: 0px;
    flex-direction: column;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 5px;
    color: white;
    font-size: 13px;
    padding: 3px 0 7px 0;
    transition: all .3s;
    border-bottom: 1px solid hsl(0deg 0% 100% / 30%);
}
.share-btn:last-child {
    border-bottom: none;
}
.share-btn:hover {
    color: var(--secondary-color);
}
.share-btn svg path {
    transition: all .3s;
}
.share-btn:hover svg path {
    fill: var(--secondary-color);
}

.share-btn.share-copy {
    background: transparent;
    border: none;
    border-bottom: 1px solid hsl(0deg 0% 100% / 30%);
}

@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;
        padding-left: 10px;
        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;
    }
    .product__row .btn__new {
        font-size: 12px;
        min-height: 48px;
    }
    .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: 42px;
    }
    .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.all {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .product_actions__wrap {
        gap: 15px;
    }
    .product__mid__row.firstprod {
        order: 1;
        width: calc(50% - 30px);
    }
    .logo__top.logo__product[data-brand="Тепломаш"] {
        align-items: flex-end;
    }
    .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: -30px;
    }
    .pr_brand_col.img_b {
        margin-top:32px;
    }
    .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:1070px) {
    .logo__top.logo__product[data-brand="Тепломаш"] {
        align-items: center;
    }
    .logo__top.logo__product[data-brand="Тепломаш"] .logo__text {
        max-width: 165px;
    }
}
@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;
    }
}
@media (max-width:850px) {
    .logo__top.logo__product .logowtxt svg {
        width: 95px;
    }

    .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%;
    }
    .product__page .tabs__btn {
        padding: 20px 15px 18px 15px;
    }
    .bg__products.center_wrapper {
        padding: 10px 10px 25px 13px;
    }

}
@media (max-width:800px) {
    .features__new .head_more {
        font-size: 20px;
    }
     .product__page .tabs__content3 .tabs__expert {
        width: 100%;
    }
    .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;
    }
    .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;
    }
    .logo__top img {
        width: 153px;
    }
    .logo__top.logo__product[data-brand="Ballu"] {
        gap: 0;
    }
    .logo__top.logo__product[data-brand="Ballu"] img {
        width: 95px;
    }
    .logo__top.logo__product[data-brand="Греерс"] img {
        width: 120px;
    }
    .logo__top.logo__product[data-brand="Греерс"] {
        gap: 10px;
    }
    .product_actions {
        width: 100%;
    }
    .logo__top.logo__product[data-brand="Sonniger"],
    .logo__top.logo__product[data-brand="Ballu"], 
    .logo__top.logo__product[data-brand="VOLCANO"], 
    .logo__top.logo__product[data-brand="WING"]  {
        align-items: center;
    }
    .pr_brand_inner {
        margin-left: 0;
    }
    .logo__top.logo__product .logowtxt svg {
        width: 150px;
    }
    .logo__top.logo__product .logo__text {

        font-size: 13px;
        max-width: 100%!important;
    }
    .logo__top.logo__product .limg {
        margin-right: 3px;
        width: 22px;
    }
    .logo__top.logo__product .logo__text br {
        display: none;
    }
    .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%;
    }
    .galleryplus-viewport.galleryplus-display-container {
        margin-top: 0;
    }
    .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;
    }

    #main-product-page .product__row.right .product-info__wrap+.row-fluid1 {
        padding-top: 28px;
        padding-bottom: 10px;
    }
    .logo__top.logo__product {
        align-items: center;
        flex-direction: column;
    }

}

@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:550px) {
    .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;
    }
    .text-cropped__inner p, .tabs__content__row p, .tabs__content__row li {
        font-size: 14px!important;
    }
    .tabs__content__row .pr__desc {
        font-size: 18px;
        font-weight: 500;
    }

    .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;
    }
    

}
@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;
    }
    .features_block_middle .owl-prev, .features_block_middle .owl-next {
        top: 27%!important;
    }
    .ef__head h2 {
        margin-top: 20px;
        font-weight: 300;
        font-size: 19px;
    }
}
@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 svg, .img_cont_pr {
        width: 18px;
        height: 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 svg, .img_cont_pr {
        margin-right: 6px;
    }
    .logo__top.logo__product .limg {
        width: 16px;
    }
    .logo__top.logo__product .logowtxt svg {
        width: 110px;
    }
}
@media (max-width:350px) {
    .btn__new {
        font-size: 11px !important;
    }
    .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;
    }
    .logo__top.logo__product .logo__text {
        font-size: 11px;
    }
}