body, html {height: 100%;}

body {
    display: flex;
    flex-direction: column;
}
.partner-blk
footer {margin-top: auto;}

/*
--------------------
Styles for Modals
--------------------
*/
.popup-big .popup__content {
    width: 96%;
    max-width: 1240px;
    padding: 64px 40px;
}

.popup-big .popup__content h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 20px;
}

.popup-big .popup__content p {max-width: 600px;}
span.imp {color: #FD4D48;}

.forms {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-top: 40px;
}

.forms .checks {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3;
}

.forms-image {width: 55%;}

.forms-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-content {width: 45%;}
.forms input, .forms button {padding: 17px 20px;}

.forms button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.blue-modal .popup__content {background: #EBF2FC;}
.forms-image p {margin-bottom: 40px;}

.blue-modal .form-content {
    background: #ffffff;
    padding: 20px 20px 10px;
    margin-top: 20px;
}

.form-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 20px;
}

.form-title p {margin-bottom: 40px;}
.forms-image-action img {height: auto;}
.forms-image-action {position: relative;}

.forms-image-action span {
    background: url(/img/icon-action.svg) center / contain no-repeat;
    color: var(--wight, #FFF);
    font-size: 36px;
    line-height: normal;
    width: 139px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -30px;
}

.blue-modal .forms {margin-top: 0;}

.title, .title-h2 {
    max-width: 610px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 64px;
}

.title-h2 {max-width: 100%;}

.title span {display: block;}

/*
--------------------
Styles for Block1
--------------------
*/
.areas-served .nav {
    background: var(--main, rgb(0 85 209 / 8%));
    width: 20%;
    padding: 20px;
    gap: 10px;
}

.areas-served .tab-content {width: 80%;}

.areas-served .tab-content .nav {
    width: 100%;
    background: var(--background, #F4F4F4);
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;
    overflow: hidden;
    gap: 0;
    display: block;
    -moz-column-rule: 1px solid rgb(51, 34, 51, 0.16);  
    -webkit-column-rule: 1px solid rgb(51, 34, 51, 0.16);  
    column-rule: 1px solid rgb(51, 34, 51, 0.16);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.areas-served .nav .nav-link {
    color: var(--text, #323);
    line-height: 1.4;
    padding: 0;
    text-align: left;
}

.areas-served .nav .nav-link.active {
    color: var(--main, #0055D1);
    text-decoration: underline;
    background: none;
}

.areas-served .tab-content .tab-content {width: 60%;}

.areas-served .tab-content iframe {
    width: 100%;
    height: 548px;
    display: block;
}

.areas-served .tab-content .nav button {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    width: 100%;
    margin-bottom: 10px;
}

.nav-blk {
    max-height: 548px;
    width: 40%;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-blk {margin-right: 20px;}


/*
-----------------------
Styles for Breadcrumb
-----------------------
*/
.breadcrumb-block {
    position: relative;
  z-index: 10;
  font-size: 14px;
  margin-top: 15px;
}

.breadcrumb-block ol {
    padding: 30px 0;
    align-items: center;
    margin: 0;
}

.breadcrumb-item a {color: #222;}

.breadcrumb-item.active{
    color: rgba(34, 34, 34, 0.50);
    line-height: 1.5;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(34, 34, 34, 0.50);
    float: none;
    content: "";
    background: url(/img/breadcrumb-icon.svg);
    width: 17px;
    height: 16px;
    padding: 0;
}


.breadcrumb-item {
    display: flex;
    align-items: center;
}


/*
--------------------
Styles for Block 2
--------------------
*/
.gidro-block p span {
    color: var(--main, #0055D1);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
}

.gidro-content > div {margin-bottom: 20px;}
.gidro-content p:not(:last-child) {margin-bottom: 10px;}

/*
--------------------
Styles for Block 3
--------------------
*/
.type-gidro-blk {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.type-gidro-blk span {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
}

.type-gidro-blk img {width: 100%;}

.title-block {
    max-width: 600px;
    margin-bottom: 64px;
}

.title-block h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 20px;
}

.materials .row {
    gap: 20px 0;
}

.material-blk {
    padding: 20px;
    background: var(--background, #F4F4F4);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.material-blk:hover {
    background: var(--text, #323);
    color: #ffffff;
}

.material-blk a {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.material-blk a:after {
    content: "";
    border-radius: 2px;
    background: var(--text, #323) url(/img/materials-icon.svg) center no-repeat;
    width: 38px;
    min-width: 38px;
    height: 38px;
}

.material-blk:hover a:after {
    background: #ffffff url(/img/materials-icon2.svg) center no-repeat;
}

.materials img {width: 100%;}
.waterproofing .title {margin-bottom: 40px;}

.waterproofing-text {
    max-width: 925px;
    margin-bottom: 40px;
}

.waterproofing-text p {margin-bottom: 16px;}
.waterproofing img {width: 100%;}


.benefits p {margin-bottom: 10px;}

.benefits ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
}

.scroll::-webkit-scrollbar {background: rgba(26, 26, 26, 0.08); height: 3px;}
.scroll::-webkit-scrollbar-thumb {background: var(--color-blue);}


.teg-block span {
    color: var(--text, rgb(51, 34, 51, 0.36));
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
}

.gidro-podval h1 {margin-bottom: 40px;}

.teg-block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.teg-block ul li {
    border: 1px solid var(--text, rgb(51, 34, 51, 0.36));
    padding: 8px 13px;
    line-height: normal;
}

.sorting-flex {
    margin: 40px 0 20px;
}

.sorting {
    width: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
    padding: 7px 10px;
}

.sorting:before {
    content: "";
    background: url(/img/sort-amount-down.svg);
    width: 25px;
    height: 24px;
    flex-shrink: 0;
}


/*
--------------------
Styles for Select
--------------------
*/
.selectbox {
    width: 100%;
    color: var(--text, #323);
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    display: flex;
}

.select {width: 100%;}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.selectbox .trigger .arrow {
    width: 15px;
    height: 8px;
    background: url(/img/gidro-check.svg) center no-repeat;
}

.selectbox .dropdown {
    top: 40px;
    right: -10px;
    width: 100%;
    border: 1px solid rgba(51, 34, 51, 0.16);
    background: var(--wight, #FFF);
    min-width: 160px;
    padding: 10px;
}

.selectbox .dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* checkbox */
.checks {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox {display: none;}

.checkbox-custom {
    position: relative;
    min-width: 13px;
    width: 13px;
    height: 13px;
    border: 1px solid var(--text, #323);
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    top: 3px;
}

.checkbox:checked + label .checkbox-custom::before {
    content: "";
    background: url(/img/checks.svg) center no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

.label {
    font-size: 12px;
}


.left-nav {
    background: var(--background, #F4F4F4);
    padding: 20px 10px;
}

.left-nav button {
    color: var(--text, #323);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.27;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #332233;
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    margin-bottom: 10px;
    background: transparent;
}

/*
.left-nav button:after {
    content: "";
    width: 13px;
    height: 6px;
    background: url(/img/gidro-check.svg) center / contain no-repeat;
}
*/

.left-nav button.collapsed:after {transform: rotate(180deg);}
.left-nav .collapse:not(:last-child) {margin-bottom: 20px;}


.gidro-podval-blk {
    border: 1px solid var(--main, rgb(0, 85, 209, 0.16));
}

.gidro-podval-content {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gidro-podval-content .product-card__btn-add, .type-gidro-info .product-card__btn-add {
    border-radius: 2px;
    background: var(--main, #0055D1);
    padding: 7px 14px;
    margin: 0;
    border: none;
}

.gidro-podval-content .product-card__btn-add::after, .type-gidro-info .product-card__btn-add:after {
    content: url(/img/cart.svg);
    width: 20px;
    height: 18px;
}

.gidro-podval-content .product-card__favorite-add,
.type-gidro-info .product-card__favorite-add {
    border-radius: 2px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.36));
    padding: 7px 14px;
    margin: 0;
    width: 51px;
    height: 38px;
    background: url(/img/like.svg) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gidro-podval-content .product-card__favorite-add.active,
.product-card__favorite-add.active  {background: url(/img/like-active.svg) center no-repeat;}
.gidro-podval-info .row {gap: 20px 0;}

.pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination .page-link {
    color: var(--text, #323);
    text-align: center;
    line-height: 1.4;
    border: none;
    padding: 0;
    opacity: 0.36;
}

.pagination .active .page-link {
    color: var(--text, #323);
    background: none;
    opacity: 1;
    padding: 3px 10px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
    border-radius: 0;
}

.nav-btn {
    display: none;
    background: url(/img/filter-icon.svg) center no-repeat;
    width: 21px;
    height: 17px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
    width: 37px;
    height: 40px;
}

.gidro-podval-image img {width: 100%;}

.circles {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
  
.circles li {
    width: 26px;
    height: 24px;
    background: url(/img/star.svg);
    margin-right: 5px;
}
  
.circles li.filled {background: url(/img/star-gold.svg);}
.btn-review {color: var(--text, rgb(51, 34, 51, 0.36));}

.rating {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 64px;
}

.card-page .title-block {margin-bottom: 20px;}

.card-slider {width: 400px;}
.card-slider img {width: 100%;}
.mySwiper2 {margin-bottom: 10px;}

.card-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.card-price {
    color: var(--main, #0055D1);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 22px;
    display: block;
    border-bottom: 1px solid;
}

.compare, .compare a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare a {
    padding: 12px 7px;
    border-radius: 2px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
}

.compare a:nth-child(1):before {
    content: "";
    background: url(/img/comparison.svg) no-repeat;
    width: 14px;
    height: 18px;
}

.compare a:nth-child(2) {font-weight: 500;}

.btn-order {
    width: 100%;
    max-width: 295px;
    padding: 17px 30px;
    margin: 50px 0 20px;
}

.card-info {
    width: 100%;
    max-width: 365px;
}

.number {
    border-radius: 2px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.16));
    width: 95px;
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    color: var(--text, #323);
}
  
.number input {
    text-align: center;
    color: var(--text, #323);
    border: none;
    padding: 0;
    width: 45px;
    margin: 0;
}
  
.number span {
    width: 30px;
    text-align: center;
}

.btn-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-cart {
    color: var(--text, #323);
    font-size: 18px;
    line-height: 1.4;
    border-radius: 2px;
    border: 1px solid var(--main, #0055D1);
    padding: 16px 51px;
    background: none;
    height: 60px;
}

.add-like {
    border-radius: 2px;
    border: 1px solid var(--text, rgb(51, 34, 51, 0.36));
    padding: 7px 14px;
    margin: 0;
    width: 60px;
    height: 60px;
    background: url(/img/like.svg) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-like:hover, .add-like:focus {background: url(/img/like-active.svg) center no-repeat;}

.product-blk {
    background: var(--main, #0055D1);
    padding: 20px;
    gap: 23px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    height: 100%;
}
.product-blk.light {
    background: #ebf1fb;
    color: #323;
}
.product-blk.card_counter.light:before {
    color: #323;
}

.product-row {counter-reset: list;}

.product-blk.card_counter:before {
    counter-increment: list;
    content: "0" counter(list);
    color: var(--wight, #FFF);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.27;
    display: block;
}

.product-image {margin-top: 40px;}
.product-image img {width: 100%;}

.product-block p span {
    color: var(--main, #0055D1);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
}

.product-block .title-block {margin: 64px 0 40px;}

.product-text {margin-top: 64px;}

.product-text h2 {
    color: var(--main, #0055D1);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 40px;
}

.product-text1 {margin-bottom: 64px;}

.product-text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
}

.product-text-blk p:not(:last-child) {margin-bottom: 16px;}
.product-rows:not(:last-child) {margin-bottom: 20px;}

.type-gidro-blks {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: var(--background, #F4F4F4);
    height: 100%;
}

.type-gidro-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.type-gidro-info p {
    color: var(--text, #323);
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    max-width: 80%;
}

.type-gidro-blks:hover {background: var(--main, rgb(0, 85, 209, 0.08));}
.type-gidro-blks:hover .type-gidro-info p {color: var(--main, #0055D1);}


.type-gidro-blks.active {
    background: var(--main, rgb(0, 85, 209, 0.08));
}
.type-gidro-blks.active .type-gidro-info p {
    color: var(--main, #0055D1);
}


.type-gidro-blks img {
    display: block;
    width: 270px;
    min-width: 270px;
    height: 205px;
    object-fit: cover;
}

.btn-arrow {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 45px;
}

.btn-arrow:after {
    content: "";
    background: url(/img/arrow_icon.svg) no-repeat;
    width: 13px;
    height: 13px;
}

.title-h1 {margin-bottom: 40px;}

.title-h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.27;
}

.type-block {margin-top: 40px;}
.type-block .row {gap: 20px 0;}

.type-block .btn-arrow {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.all {
    text-align: right;
    margin-top: 20px;
    color: var(--main, #0055D1);
    text-decoration: underline;
}

.type-gidro-row {gap: 20px 0;}

.type-block .type-gidro-info p {max-width: 90%;}

.catalog-blk {
    border: 1px solid var(--main, rgb(0, 85, 209, 0.36));
    padding: 20px;
    text-align: center;
    height: 100%;
}

.catalog-blk a {
    color: var(--text, #323);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    display: block;
    margin-top: 10px;
}

.catalog-blk:hover a {color: var(--main, #0055D1);}

.catalog-block {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.catalog-block .row {flex-wrap: nowrap;}

.catalog-product:before {
    content: none;
    width: 100%;
    height: 1px;
    margin: 64px 0;
    display: block;
    background: var(--text, rgb(51, 34, 51, 0.16));
}

.catalog-product-blk {
    border: 1px solid var(--main, rgb(0, 85, 209, 0.36));
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.catalog-product-blk span {
    width: 70%;
    text-align: left;
    line-height: 1.27;
}

.catalog-product .row {gap: 20px 0;}
.catalog-product-blk:hover span {color: var(--main, #0055D1);}
.catalog-product-blk .flex {width: 100%;}

.product-card {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.gidro-podval-info .product-card,
.favorite-type .product-card {max-width: 100%;}
.product-card__info {margin-top: auto;}

.range-block p {
    display: block;
    color: var(--text, #323);
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 17px;
}

.range-blk {
    position: relative;
    width: 100%;
}

#sliderTrack {
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(0 85 209 / 16%);
    top: -15px;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 4px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background: transparent;
    pointer-events: none;
    top: -22px;
}

input[type="range"]#sliderMin {
    z-index: 2;
    pointer-events: auto;
}

input[type="range"]#sliderMax {
    z-index: 1;
    pointer-events: auto;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 4px;
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: var(--main, #0055D1);
    cursor: pointer;
    position: relative;
    z-index: 3;
}

input[type="range"]::-moz-range-thumb {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: var(--main, #0055D1);
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.slider-values {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
    align-items: center;
}

.slider-values input {
    width: auto;
    border: none;
    background: none;
    text-align: center;
}

.slider-values div:nth-child(1):before {content: "от";}
.slider-values div:nth-child(1):after {content: "р.";}
.slider-values div:nth-child(2):before {content: "до";}
.slider-values div:nth-child(2):after {content: "р.";}

/* .favorite-type {margin-bottom: 64px;} */

.favorite-type h3 {
    color: var(--main, #0055D1);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 40px;
}

.type-gidro-info .btn-block {
    margin-top: auto;
    gap: 20px;
}

.mp-catalog-materials__list .row {gap: 20px 0;}

.product-card__favorite button.active::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.5 4C18.8508 4 21 6.3027 21 10C21 12.894 18.0716 16.1668 12.2716 19.9198C12.1063 20.0267 11.8937 20.0267 11.7284 19.9198C5.92838 16.1668 3 12.894 3 10C3 6.3027 5.14919 4 8.5 4C10.0277 4 11.2097 4.52341 12 5.55573C12.7903 4.52341 13.9723 4 15.5 4Z" fill="%23332233"/></svg>');
    width: 24px;
    height: 24px;
    display: block;
}

.certificate-page__block .row {gap: 20px 0;}

/*
.reviews .reviews-item__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
*/

.reviews .reviews-item__text p:not(:last-child) {margin-bottom: 16px;}


.modal-review .modal-dialog {max-width: 925px;}

.modal-review .btn-close, .modal-add-review .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.btn-close {
    background: url(/img/btn-close.svg) center / contain no-repeat;
    width: 28px;
    height: 27px;
}


.modal-review .modal-content {border-radius: 10px;}
.modal-review .modal-body {padding: 0;}

.modal-review .reviews-item {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 40px;
}

.modal-review .reviews-item p:not(:last-child) {margin-bottom: 16px;}

.form-blk .form-control {
    border-radius: 2px;
    border: 1px solid rgb(51, 34, 51, 0.36);
    padding: 17px 20px;
    margin-bottom: 0;
}

.add-file-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--text, rgb(51, 33, 51, 0.36));
    align-items: center;
}

.add-file-info:before {
    content: "";
    background: url(/img/add-file-icon.svg) no-repeat;
    width: 23px;
    height: 23px;
}

.add-file-info p {margin-bottom: 4px;}

.form-blk .adds {
    position: relative;
    padding: 32px 20px;
}

.adds input[type="file"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
}

.modal-add-review .modal-dialog {max-width: 610px;}
.modal-add-review .modal-body {padding: 40px;}

.modal-add-review h2 {
    color: var(--main, #0055D1);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 29px;
}

.modal-add-review form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.form-blk input::-webkit-input-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk input:-moz-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk input::-moz-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk input:-ms-input-placeholder {color:rgb(51, 34, 51, 0.36);}

.form-blk textarea::-webkit-input-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk textarea:-moz-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk textarea::-moz-placeholder {color:rgb(51, 34, 51, 0.36);}
.form-blk textarea:-ms-input-placeholder {color:rgb(51, 34, 51, 0.36);}

.modal-add-review form button {
    width: 100%;
    max-width: 100%;
}

.modal-add-review form label:last-child {margin: -10px 0 0;}

.modal-add-review .selectbox {
    border-radius: 2px;
    border: 1px solid rgb(51, 34, 51, 0.36);
    padding: 18px 20px;
    height: 60px;
}

.modal-add-review .selectbox .trigger .arrow {transform: rotate(180deg);}
.modal-add-review .selectbox .dropdown {top: 100%;}


.partners .row {gap: 20px 0;}

.partner-blk {
    border: 1px solid var(--main, rgb(0, 85, 209, 0.16));
    padding: 10px;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-blk img {
    display: block;
    margin: auto;
}

.partner-blk span {
    display: block;
    margin-top: auto;
    width: 100%;
}

.news-image {margin: 40px 0;}
.news-image img {width: 100%;}
.news-inside .row {margin-bottom: 64px;}
.news-inside .row > div p:not(:last-child) {margin-bottom: 16px;}
.news-inside .title-block {margin-bottom: 46px;}
.news-inside .row .news-image:last-child {margin-bottom: 0;}

.reviews-item .grade {
    color: var(--text, rgb(51, 34, 51, 0.5));
    margin-bottom: 5px;
}

.comment-block .reviews-item__header {margin-bottom: 0;}
.comment-block .reviews-item__text {margin: 40px 0 20px;}

.reviews-item__footer ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews-item__footer li {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0.5;
}

.comment-like:before {background: url(/img/comment-like-icon.svg) center no-repeat;}
.comment-count:before {background: url(/img/comment-count-icon.svg) center no-repeat;}

.reviews-item__footer li:before {
    content: "";
    width: 24px;
    height: 24px;
}

.comment-blk {
    display: none;
    margin: 10px 0 20px;
    padding: 20px;
    background: var(--background, #F4F4F4);
}

.comment-blk.active {display: block;}

.comment-more {
    font-weight: 500;
    margin-top: 30px;
    background: none;
}

.comment-blk h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.comment-blk form {margin-bottom: 40px;}

.comment-blk form textarea {
    height: auto;
    min-height: 30px;
    padding: 20px;
}

.comment-blk form button {margin-left: auto;}

.comment-blks .reviews-item {
    margin-bottom: 20px;
    padding: 0;
}

.comment-blks .reviews-item__text {margin-bottom: 10px;}
.comment-answer a {opacity: 0.5;}

.comment-blks .reviews-item form {
    width: 98%;
    margin: 20px 0 0 auto;
}

.message form {
    max-width: 925px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message form button {
    margin: 20px 0 10px;
    width: 100%;
    max-width: 100%;
    padding: 17px;
}

.message form .checks {margin-bottom: 0;}

.rating_block {
    width: 125px;
    height: 25px;
    margin-left: 10px;
}

.rating_block input[type="radio"] {display: none;}

.label_rating {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/star.svg) no-repeat 50% 0;
    cursor: pointer;
}

.rating_block .label_rating:hover,
.rating_block .label_rating:hover ~ .label_rating,
.rating_block input[type="radio"]:checked ~ .label_rating {
    background: url(/img/star-gold.svg) no-repeat;
}




/*
--------------------
Styles for Adaptive
--------------------
*/
@media (max-width: 1199px) {
    .forms {gap: 30px;}
    .forms .checks {font-size: 14px;}
    .popup-big .popup__content .forms-image h2 {font-size: 32px;}
    .blue-modal .form-content {margin-top: 0;}
    .areas-served .nav {width: 25%;}
    .areas-served .tab-content .nav {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
    .nav-blk {max-height: 399px;}
    .areas-served .tab-content iframe {height: 399px;}
    .type-gidro-info p {font-size: 18px; max-width: 100%;}
    .type-gidro-blks img {height: 160px; width: 190px; min-width: 190px;}
    .type-block .type-gidro-info p {max-width: 100%;}
}

@media (max-width: 991px) {
    .title-h1 {font-size: 30px;}
    .popup-big .popup__content h2 {font-size: 30px;}
    .forms {gap: 20px;}
    .forms-image, .form-content {width: 50%;}
    .popup-big .popup__content .forms-image h2 {font-size: 22px;}
    .form-title h3 {font-size: 18px;}
    .form-title p {font-size: 14px; margin-bottom: 20px;}
    .blue-modal .forms {gap: 28px;}
    .forms-image-action span {width: 100px; height: 100px; font-size: 20px;}
    .blue-modal .forms input, .blue-modal .forms button {padding: 14px 20px;}
    .areas-served .nav {padding: 10px;}
    .areas-served .nav .nav-link {font-size: 14px;}
    .nav-blk {margin-right: 10px;}
    .nav-blk {max-height: 395px;}
    .areas-served .tab-content iframe {height: 395px;}
    table tr th, table tr td {padding: 10px;}
    .gidro-podval-nav {position: relative;}
    .left-nav {position: absolute; top: 0; left: 12px; z-index: 10; display: none;}
    .nav-btn {display: block;}
    .left-nav.active {display: block;}
    .card-slider {width: 300px;}
    .btn-order {padding: 13px 30px; margin-top: 35px;}
    .add-cart {padding: 12px 51px; height: 50px;}
    .add-like, .number {height: 50px;}
    .card-price {font-size: 18px;}
    .product-row {gap: 20px 0; overflow: auto; -ms-overflow-style: none; scrollbar-width: none; flex-wrap: nowrap;}
    .product-text-image {margin-top: 20px;}
    .type-gidro-blks {flex-direction: column;}
    .type-gidro-info {align-items: center;}
    .favorite-type .type-gidro-info {align-items: flex-start;}
    .type-block .type-gidro-info {align-items: flex-start;}
    .btn-arrow {padding: 10px 30px;}
    .type-gidro-blks img {height: 220px; width: 100%;}
    .catalog-blk a, .catalog-product-blk span {font-size: 14px;}
    .catalog-product:before {margin: 34px 0;}
    .catalog-product-blk {padding: 15px;}
}


@media (max-width: 767px) {
    .forms {flex-direction: column;}
    .forms-image, .form-content {width: 100%;}
    .forms input, .forms button {padding: 14px 20px;}
    .popup .close-popup {padding: 0; top: 15px; right: 15px;}
    .popup .close-popup svg {width: 20px; height: 20px;}
    .forms-image-action {text-align: center;}
    .forms-image-action {width: 300px; margin: 0 auto;}
    .forms-image, .forms-image h2, .popup-big .popup__content p, .popup-big .popup__content h2, .form-title h3 {text-align: center;}
    .nav-blk {max-height: 310px;}
    .areas-served .tab-content iframe {height: 310px;}
    .type-gidro-blk img {margin-top: 20px;}
    .title {margin-bottom: 30px;}
    table {font-size: 14px;}
    .teg-block ul li {padding: 6px; font-size: 12px;}
    .selectbox {font-size: 12px;}
    .card-block {flex-direction: column; gap: 30px;}
    .title-block h1, .title-h1, h1 {font-size: 26px;}
    .card-slider {width: 100%;}
    .product-row {flex-wrap: wrap;}
    .product-text1, .product-text h2 {margin-bottom: 32px;}
    .product-image, .product-text, .product-block .title-block {margin-top: 32px;}
    .product-text h2 {font-size: 18px;}
    .type-gidro-blks img {height: 150px;}
    .type-gidro-info p {font-size: 16px;}
}

@media (max-width: 575px) {
    .popup-big .popup__content {padding: 40px 20px 20px;}
    .forms .checks {font-size: 11px;}
    .popup-big .popup__content h2 {font-size: 22px;}
    .popup-big .popup__content p {font-size: 14px;}
    .forms-image-action {width: 250px;}
    .forms-image-action span {width: 80px; height: 80px; font-size: 16px;}
    .forms .form-content {font-size: 14px;}
    .form-title h3 {font-size: 17px;}
    .areas-served .nav, .areas-served .tab-content {width: 100%;}
    .nav-blk {width: 40%;}
    .areas-blk {flex-direction: column;}
    .title {font-size: 22px; margin-bottom: 30px;}
    .title-block h2 {font-size: 22px;}
    .title-block {margin-bottom: 30px;}
    .tab-flex {flex-direction: column;}
    .nav-blk {width: 100%; margin: 0; max-height: 150px;}
    .areas-served .tab-content .tab-content {width: 100%;}
    .areas-served .tab-content .nav {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
    .areas-served .nav .nav-link {font-size: 13px;}
    .gidro-block p span, .type-gidro-blk span {font-size: 18px;}
    .material-blk a {font-size: 18px;}
    .material-blk {font-size: 14px;}
    .scroll {overflow-x: auto;}
    .scroll table {min-width: 350px;}
    .add-cart {padding: 12px 44px;}
    .btn-order {max-width: 350px;}
    .type-gidro-blks img {height: auto;}
    .catalog-block .row > div {max-width: 270px;}
    .catalog-product-blk span {width: 80%;}
    .left-nav.active {width: calc(100% - 24px);}
    .partner-blk span {text-align: center; margin-top: 10px;}
    .comment-block .reviews-item__avatar {width: 50px; height: 50px;}
    .comment-block .reviews-item__text {margin-top: 20px;}
    .comment-block .reviews-item__title {font-size: 18px;}
    .comment-block .reviews-item .grade {font-size: 14px; margin: 0;}
    .comment-block .reviews-item__subtitle, .comment-more {font-size: 14px;}
    .message form .checks {font-size: 13px; line-height: 1.3;}
    .form-blk .form-control {padding: 15px;}
}

@media (max-width: 374px) {
    .forms-image-action {width: 200px;}
    .add-cart {padding: 12px 25px; font-size: 14px;}
    .catalog-block .row > div {max-width: 250px;}
    .comment-block .reviews-item__header {width: 100%;}
    .comment-block .reviews-item .grade {width: 100%; padding-left: 70px;}
    .comment-block .reviews-item > .flex {flex-direction: column;}

.title-block {
    max-width: 100%;
}
}

.tax-product-cat .category-content .mp__advantages-table{
margin-bottom: 105px;}