/*CF7*/
.wpcf7-response-output, .wpcf7 .screen-reader-response {
    display:none !important;
}
.wpcf7-not-valid-tip {
    font-size:12px;
    color: #F4213A;
}

#wa_fixed {
    position: fixed;
    right: calc(((100vw - 1260px) / 2) - 80px);
    bottom: 70px;
    z-index:9;
    display:flex;
    flex-direction: column;
    gap:5px;
    align-items: center;
    width:53px
}
#wa_fixed a:hover img {
    opacity:.8
}
#wa_fixed img {
    width:48px;
    height:48px
}
.tg-footer {
    height: 0;
    transition:height 0.4s ease;
    overflow:hidden
}
#wa_fixed.opened .tg-footer {
    height: 53px;
}
#wa_fixed .tg-footer img {
    width: 53px;
    height: auto;
}
.chat-button {
    background:#F4213A;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-button svg {
    fill: #fff;
    height: 30px;
    width: 30px;
}
#wa_fixed.opened .chat-button, #wa_fixed .wa-footer {
    display:none
}
#wa_fixed.opened .wa-footer {
    display:block
}

#backtoTop {
    border-radius:100%;
    bottom:70px;
    height:48px;
    position:fixed;
    right:-100px;
    width:48px;
    transition:0.5s;
    -webkit-transition:0.5s;
    z-index: 100;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
#backtoTop.button--show{
    left: calc(((100vw - 1260px) / 2) - 95px);
}
#backtoTop .per {
    font-size: 16px;
    height: 48px;
    line-height: 49px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    cursor: pointer;
}
#backtoTop .per:before {
    content:attr(data-percent);
}
#backtoTop img.to_top_image_svg {
    position: absolute;
    width: 19px;
    height: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.footer-review-link {
    background: #F4213A;
    color:#fff;
    display:flex !important;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 130%;
    padding: 10px;
}
.footer-review-link:hover {
    opacity: .8;
}


/* Tables */
.smoother-table, .new-table {
    overflow-x: scroll;
    overflow-y:hidden;
    overflow: -moz-scrollbars-horizontal;
    scrollbar-face-color: red;
}
.smoother-table::-webkit-scrollbar, .new-table::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
}
.smoother-table::-webkit-scrollbar-thumb, .new-table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.smoother-table table {
    background-color: #FFF;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #AAA;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.smoother-table table td,
.smoother-table table th{
    padding: 1px 4px;
    line-height: 14px;
}
.smoother-table table th {
    text-align: left;
    font-weight: 700;
    color: #6F9300;
    vertical-align: baseline;
}
.smoother-table table td {
    border-spacing: 0;
    border-top: 1px solid #DDD;
    vertical-align: middle;
    position:relative;
    white-space: nowrap;
}
.rolstavni-santehnicheskie.smoother-table table td {
    text-align: center;
}
.smoother-table table tr:hover td {
    background-color: #eef9eb;
}

.smoother-table__wrap {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #AAA;
    margin-bottom: 20px;
}
.smoother-table__wrap table {
    padding: 0;
    width: 100%;
    border: none;
    background-color: transparent;
    position: relative;
}
.smoother-table__wrap .hide-tr-8 > tbody > tr:nth-child(n+8) {
    display: none;
}
.smoother-table__wrap .hide-tr-8:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient( rgba(255,255,255,0), #fff);
}
.smoother-table__wrap table .b {
    font-weight: 700;
}
.smoother-table__wrap table th {
    vertical-align: middle;
}
.smoother-table__wrap .rotate-txt {
    transform: rotate(-90deg);
    width: 10px;
}
.smoother-table__wrap tr:nth-child(2) td.b {
    text-align: center;
    border-bottom: 2px solid #6F9300;
}
.smoother-table__wrap .fixed-column__title, .smoother-table__wrap .fixed-column__value, .smoother-table__wrap .fixed-column__head {
    position: sticky;
    top:0;
    left:0;
    background: #fff;
    z-index:2
}
.smoother-table__wrap .fixed-column__value {
    left:17px;
    font-weight: bold;
}
.smoother-table__wrap .table-width {
    text-align: center;
    background:#fff
}
a.see-full-table, a.hide-full-table {
    text-align: center;
    color: #6F9300;
    display: block;
    transition: color 0.3s linear;
    font-size: 14px;
}
a.see-full-table:hover, a.hide-full-table:hover {
    text-decoration: underline;
    color: #48571c;
}
a.hide-full-table {
    display:none
}
.smoother-table__wrap .smoother-table td:not(.fixed-column__value):hover::after {
    background-color: #eef9eb;
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}
.vorota-otkatnye-tables .rotate-txt {
    white-space: nowrap;
    margin-top:20px
}
.vorota-otkatnye-tables .params_table .width_top span {
    position: sticky;
    top: 0;
    left: 20%;
}

.new-table table, table.new-table {
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
}
.new-table tr:first-child td {
    text-align: center;
    background: #CCCCCC;
    font-weight: 600;
}
.new-table th, .new-table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #CCCCCC;
    min-width: 100px;
}
.new-table.lined tr:first-child td, .new-table.lined tr:not(:first-child):nth-child(odd) {
    background-color: rgb(243, 244, 246);
}
.new-table.lined tr td {
    border: 1px solid rgb(209, 213, 219);
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    letter-spacing: -0.2px;
}

/*Footer*/
.reviews__top {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.review__top_buttons {
    display:flex;
    gap:15px;
    justify-content: flex-start;
}
.reviews-unit {
    display: flex;
    align-items: center;
    max-width: 100%;
    border-radius: 30px;
}
.reviews-unit__value {
    font-size: 58.424px;
    margin-right: 10px;
    font-weight: 600;
    line-height: 93.523%;
    letter-spacing: -3.213px;
    color: #555;
}
.slider-reviews {
    position: relative;
}
.rating {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.rating__item {
    width: 19px;
    height: 18px;
    background-image: url(../img/star_default.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: none;
    position: relative;
}
.rating__item::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s;
}
.rating_1 > .rating__item:nth-child(1)::after {
    opacity: 1;
}
.rating_2 > .rating__item:nth-child(-n+2)::after {
    opacity: 1;
}
  .rating_3 > .rating__item:nth-child(-n+3)::after {
    opacity: 1;
}
.rating_4 > .rating__item:nth-child(-n+4)::after {
    opacity: 1;
}
.rating_5 > .rating__item:nth-child(-n+5)::after {
    opacity: 1;
}
.rating__item.active {
    opacity: 1;
}
.link-yandex {
    font-size: 14.946px;
    font-style: normal;
    font-weight: 400;
    color: #282828;
    line-height: 116.5%;
    letter-spacing: -0.224px;
    text-decoration-line: underline;
}
.link-yandex span {
    color: #F4213A;
    text-decoration-line: underline;
}
.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs li {
    padding: 0 4px;
}
.tabs a {
    height: 45px;
    font-size: 15px;
    padding: 0 25px;
    line-height: 148%;
    letter-spacing: -0.45px;
    border-radius: 48px;
    color: #282828;
    border: 1px solid #DDD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tabs a:hover,
.tabs a:active {
    color: #F4213A;
    border-color: #F4213A;
}
.tabs a.tab-wa:hover {
    border: 1px solid #219653;
    background: #DCFDEA;
    color:#219653;
}
.tabs .active a {
    background-color: #FFECEC;
    color: #F4213A;
    border-color: #FFECEC;
}
.tab-container {
    padding-top: 16px;
}
.arrow-main {
    width: 23px;
    height: 59px;
    top: 50%;
}
.arrow-main.slick-prev {
    left: -40px;
}
.arrow-main.slick-next {
    right: -40px;
}
.item-review {
    padding: 30px 35px;
    border-radius: 25px;
    min-height: 100%;
    color: #555;
    border: 1px solid #DDD;
}
.slider-reviews__slide {
    padding: 0 10px;
}
.slider-reviews {
    margin: 0 -10px;
    margin-bottom: 42px;
}
.slider-reviews .slick-track {
    display: flex !important;
}
.item-review__head {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    color: #282828;
}
.image-user {
    width: 46px;
    height: 46px;
    margin-right: 13px;
    border-radius: 50%;
    flex: none;
}
.image-user img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.title-common {
    font-size: 22px;
    font-weight: 600;
    line-height: 148%; 
    letter-spacing: -0.66px;
}
.item-review__info {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.text-min {
    font-size: 12px;
    line-height: 148%;
    letter-spacing: -0.36px;
}
.item-review .rating {
    margin-right: 8px;
}
.item-review__text {
    font-size: 15px;
    line-height: 148%;
    letter-spacing: -0.45px;
    display:flex;
    flex-direction: column;
    gap: 10px;
}
.item-review__text p {
    margin-bottom: 10px;
}
.slick-dots {
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    width: 11px;
    height: 11px;
    border: none;
    background: #D9D9D9;
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #F4213A;
}
.slider-reviews .slick-dots {
    bottom: -26px;
}
.slick-dots li button:before {
    display: none;
}
.tab-pane {
    display: none;
}
.tab-pane:nth-child(1) {
    display: block;
}
.bottom-button {
    text-align: center;
}
.bottom-button .btn-main {
    padding: 0 35px;
}
.reviews > .bottom-button, .reviews > .container > .bottom-button {
    display:none
}
aside.clients {
    margin-bottom:50px
}
.slider-clients {
    margin-bottom: 20px;
    border-radius: 25px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.item-client {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-client img {
    max-width: 100%;
    max-height: 100%;
}
.clients .title-section {
    margin-bottom: 23px;
    padding:0
}
.photo-main {
    height: 231px;
    border-radius: 25px;
    display: block;
}
.photo-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 25px;
}
.slider-photos__slide {
    padding: 0 6px;
}
.slider-photos {
    margin: 0 -6px;
}

.calculation {
    padding-top: 40px;
    padding-bottom: 43px;
}
.calculation-block {
    padding: 33px;
    padding-left: 47px;
    border-radius: 25px;
    background: #F4213A;
    box-shadow: 0px 0px 46px 0px rgba(129, 23, 35, 0.38);
    color: #fff;
}
.title-main {
    font-size: 38px;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -1.14px;
}
.item-calculation {
    height: 167px;
    padding: 18px 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -0.6px;
    border-radius: 18px;
    color: #F4213A;
    position: relative;
    overflow: hidden;
    background: #FFF;
    display: block;
    transition: all 0.5s;
}
.item-calculation:hover,
.item-calculation:active,
.item-calculation:focus {
    transform: scale(1.05);
}
.row_calculation {
    margin: 0 -5px;
}
.row_calculation > div {
    padding: 0 5px;
}
.calculation-block .calculation-block__left {
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.calculation-block__left .text-main {
    margin-top: auto;
}
.item-calculation__image {
    right: 0;
    bottom: 0;
    position: absolute;
}

.scheme .title-section {
    margin-bottom: 68px;
    padding:0
}
.scheme-wrap {
    border-top: 2px solid #262626;
}
.item-scheme {
    margin-top: -18px;
}
.item-scheme__number {
    width: 33px;
    height: 33px;
    margin-bottom: 14px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #45AA8C;
}
.item-scheme__title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.18px;
    color: #000;
}
.item-scheme__text {
    font-size: 15px;
    color: #676767;
    line-height: 130%;
    letter-spacing: -0.15px;
}
.slider-products {
    margin: 0 -12px;
    margin-bottom: -35px;
}
.slider-products__slide {
    padding: 0 12px;
    min-height: 459px;
}
.slider-products .slick-list {
    padding-bottom: 45px;
    margin-bottom: -45px;
}

.slider-products .slick-track {
    display: flex !important;
}
.slider-products .slick-slide {
    height: inherit !important;
}
.scheme, .products, .product-articles {
    padding-bottom: 50px;
}
.products .title-section, .product-articles h2 {
    padding-bottom: 27px;
}
.page-card ~ .reviews {
    padding-bottom: 30px;
}
.arrow-main img {
    filter: brightness(0%);
    opacity: 0.4;
    transition: all 0.3s;
}
.arrow-main:hover img {
    filter: brightness(100%);
    opacity: 1;
}
.page-card ~ .reviews .title-section {
    padding-bottom: 23px;
}
.item-review__head .rating {
    margin-bottom: 0;
}
.item-review__head .text-min {
    margin-top: 2px;
    margin-left: 2px;
}
.page-card ~ .reviews .item-review__text {
    font-size: 16px;
}
.item-review__text p:last-child {
    margin-bottom: 0;
}
.item-review__text > a {
    color:#F4213A;
    display:block
}
.page-card ~ .reviews .title-common {
    font-size: 18px;
}
.slider-reviews-card .slick-track {
    display: flex !important;
}
.slider-reviews-card .slick-slide {
    height: inherit !important;
}
.slider-reviews-card {
    margin: 0 -10px;
    margin-bottom: 42px;
}
.slider-reviews-card .slick-dots {
    bottom: -26px;
}
.item-review__right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.consultation-block {
    padding-left: 45px;
    border-radius: 25px;
    background: #65C1A6;
    position: relative;
    color: #fff;
    z-index: 1;
}
.consultation-block__image {
    margin-top: -32px;
    margin-right: -14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.consultation-block::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/oval.svg);
    background-repeat: no-repeat;
    background-position: right -220px top 45px;
    z-index: -1;
    border-radius: 25px;
}
.consultation-block .text-main {
    max-width: 483px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.item-form {
    margin-bottom: 22px;
}
.item-form input,
.item-form textarea {
    height: 59px;
    padding: 0 21px;
    border-radius: 15px;
    font-size: 16px;
    width: 100%;
    background: #fff;
    font-family: 'Inter';
    border: 1px #fff solid;
}
.item-form textarea {
    height: 89px;
    padding-top: 20px;
    resize: none;
}
.agree-form {
    font-size: 12px;
    max-width: 302px;
    line-height: 136.023%;
    letter-spacing: -0.36px;
    color: #447365;
}
.agree-form a:hover {
    border-color: transparent;
}
.bottom-form {
    display: flex;
    align-items: center;
}
.bottom-form .btn-main {
    margin-right: 23px;
    min-width: 189px;
    flex: none;
}
.consultation-block form {
    max-width: 625px;
}
.row_form {
    margin: 0 -7px;
}
.row_form > div {
    padding: 0 7px;
}
.consultation {
    margin-bottom: -110px;
}

.sk-related-articles {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:14px;
    margin-bottom:30px
}
.sk-related-articles .related-article {
    background: #F4F4F4;
    border: 2px solid #F4F4F4;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding:6px 6px 15px
}
.sk-related-articles .related-article:hover {
    border-color: #FD2C2C;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.15);
}
.sk-related-articles .related-article > img {
    margin-bottom: 10px;
    width:100%;
    height: auto;
}
.sk-related-articles .related-article > div {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    color:#282828;
    margin-bottom:5px;
    padding:0 10px
}
.sk-related-articles .related-article > span {
    justify-self: flex-end;
    color:#F4213A;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top:auto;
    padding:0 10px
}
.sk-related-articles .related-article:hover > span {
    opacity: .8;
}

.footer {
    padding-top: 160px;
    padding-bottom: 35px;
    background-color: #272727;
    color: #fff;
}
.footer-top {
    display:none
}
.footer__logo {
    display: flex;
    align-items: center;
}
.footer__logo .logo {
    margin-right: 9px;
    z-index:10
}
.footer__logo .logo img {
    width: 83px;
}
.logo-title {
    font-size: 16.583px;
    color: #F4213A;
    font-weight: 700;
    line-height: 126.023%;
    letter-spacing: -0.497px;
}
.footer__logo .logo-title {
    color: #C1C1C1;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.03em;
}
.logo-descr {
    font-size: 13.267px;
    color: #898989;
    line-height: 126.023%;
    letter-spacing: -0.199px;
}

.footer-middle {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 206px;
    justify-content: space-between;
    margin-bottom:30px
}
.footer-menu-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #F4213A;
    margin-bottom:13px;
    display:inline-block;
    color:#fff;
}
a.footer-menu-header:hover {
    color:#F4213A
}
.footer-middle > div:nth-child(4) .footer-menu-header {
    border-bottom: none;
}
.footer-middle > div ul {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap:10px;
}
.footer-middle > div ul li a, .footer-middle > div ul li span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #828282;
}

.footer-contacts-container .footer-tel {
    display:block;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.03em;
    color:#fff;
    margin: 5px 0 18px;
}
.footer-contacts-container .footer-tel:hover {
    color:#F4213A
}
.footer-address {
    margin-bottom:18px
}
.footer-address .item-footer {
    margin-bottom:11px
}
.footer-address .item-footer * {
    display: inline;
    margin-right:5px
}
.footer-address .item-footer div {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.footer-address .item-footer p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
}
.footer-socials {
    display:flex;
    flex-wrap: nowrap;
    gap:7px;
    align-items: baseline;
    margin-bottom:24px
}
.footer-socials-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom:5px
}
.footer .youtube {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    border: 1px solid #EF1831;
    border-radius: 27px;
    width:83px;
    height: 34px;
    color:#EF1831;
    gap: 2px;
}
.footer-yandex {
    border: 1px solid #FFCC00;
    border-radius: 6px;
    display:flex;
    align-items: center;
    padding:13px
}
.footer-yandex span {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.03em;
    color:#fff;
    margin-bottom:4px
}
.footer-yandex img {
    width:38px;
    height:38px
}
.ya-block .footer-site-map {
    display:none
}
.footer-socials a:hover, .footer-yandex:hover {
    opacity: .7;
}

.footer-bottom {
    padding-top: 28px;
    border-top: 3px solid #3A3A3A;
}
.footer-bottom__content {
    display: flex;
    align-items: center;
    gap:50px;
    justify-content: space-between;
}
.footer-bottom__content .text-min, .footer-bottom_b {
    max-width: 476px;
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.03em;
}
.footer-bottom_b a {
    color:#F4213A;
}
.footer-bottom_b a:hover {
    opacity:.7
}
.footer-bottom_b {
    margin-top:10px;
    max-width:100%
}
.footer-site-map {
    display:flex;
    gap:6px;
    align-content: center;
    flex-wrap: nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    color:#4F4F4F;
}
.footer-site-map span {
    white-space: nowrap;
}
.footer-site-map:hover, .footer-site-map:hover svg path {
    color:#F4213A;
    fill:#F4213A
}
.footer-bottom__content > a > img {
    width: 83px;
    margin-right: 9px;
}
.payments img {
    max-width: 100%;
    height: auto;
}
.payments {
    margin-left: auto;
    flex: none;
}

.dir_citate, .dir_name {
    display:block;
}
.dir_citate {
    margin-bottom:15px;
    font-weight: 400;
}
.dir_name {
    text-align: right;
    font-weight: 600;
}

.content_slider_colors .item {
    display: inline-block;
    width: 200px;
    margin: 8px;
    border: 1px solid #e0e0e0;
    background: #fbfbfb;
    max-height: 200px;
}
.content_slider_colors .item .img {
    display: block;
    height: 150px;
    background-position: center;
}
.content_slider_colors .item .title {
    display: block;
    text-align: center;
}
.content_slider_colors .slick-prev:before, .content_slider_colors .slick-next:before {
    color: #b3b3b3;
}
.content_slider_colors .arrow-main.slick-prev {
    left:-20px
}
.content_slider_colors .arrow-main.slick-next {
    right:-20px
}
.blimg > div {
    margin-bottom:20px
}
.blimg_in {
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding:15px
}
.blimg_in img {
    margin:0 auto 10px;
    max-height: 100px;
    max-width: 100%;
}
.blimg_in:hover {
    box-shadow: 0 2px 7px 4px #828282;
}
.blimg_in .scrollto {
    color:#000
}
.blimg_in .scrollto:hover{
    color:#CC333F
}
.site-main .sectional-gate-moreinfo-hdr {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
}
.agree-nd label {
    display:grid;
    grid-template-columns: 30px auto;
    gap:10px;
    align-items: baseline;
    position: relative;
}
.agree-nd input[name=fiz]:before, input[name=order-accept]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #F4213A;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.agree-nd input[name=fiz]:checked:before, input[name=order-accept]:checked:before {
    content: "✓";
    color:#fff;
    background-color: #F4213A;
}
.agree-warn {
    background: #F4213A;
    padding:6px 9px 6px 40px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    color:#fff;
    position: relative;
    margin-top:10px;
}
.agree-warn:before {
    content:"";
    display:block;
    position: absolute;
    top:5px;
    left:13px;
    width:17px;
    height:17px;
    background:url(../img/forms/agree-warn.svg) no-repeat;
    background-size: cover;
}
.agree-warn:after {
    content:"";
    display:block;
    position: absolute;
    top:-14px;
    left:13px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #F4213A;
}

/* block faq */
.main-faq {
    margin-top: 15px;
}
.question-wrap {
    border: 1px solid #F1D7D7;
    border-top:4px solid #F4213A;
    border-radius:10px;
    padding:20px;
    margin: 10px 0;
}
.question-faq {
    color: #282828;
    position: relative;
    display:flex;
    flex-wrap: nowrap;
    gap:7px;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.question-faq:before {
    content: "+";
    margin-right: 0;
    font-size: 25px;
    line-height: 32px;
    width:37px;
    height:37px;
    color:#68BBA2;
    border:1px solid #68BBA2;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
}
.question-faq:hover {
    color:  #282828;
    cursor: pointer;
}
.question-faq:hover:before {
    background: #68BBA2;
    color:#fff
}
.answer-faq{
    margin:33px 0 15px
}
.answer-faq p,
.answer-faq ol,
.answer-faq ol li,
.answer-faq ul,
.answer-faq ul li{
    font-size: 14px;
}
.question-faq.opened-faq:before {
    content: "–";
}

#modal-cities {
    width:529px;
    border-radius: 41px;
    padding:65px 40px 52px 56px;
    background: #fff;
}
#modal-cities button svg path {
    fill:#929292;
}
#modal-cities button:hover svg path {
    fill:#F4213A;
}
#modal-cities .title-modal {
    font-weight: 600;
    font-size: 34px;
    line-height: 94%;
    margin:0 0 20px;
    text-align: left;
}
#modal-cities span {
    display:block;
    width:100%;
    position: relative;
}
#modal-cities input {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    width:97%;
    position: relative;
    padding:13px 18px;
    margin-bottom:25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 94%;
}
#modal-cities span svg {
    position: absolute;
    top:13px;
    right:25px;
    cursor: pointer;
}
#modal-cities .sk-cities-container {
    position: relative;
}
#modal-cities .sk-cities {
    max-height: 398px;
    overflow-y: scroll;
}
#modal-cities .sk-cities-container:after {
    content:"";
    display:block;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
#modal-cities .sk-cities > a {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #282828;
    margin-bottom:20px
}
#modal-cities .sk-cities > a.active:after {
    content: "✓";
    display: block;
    color:#F4213A;
    line-height: 18px;
    font-size: 18px;
    margin-right: 15px;
}
#modal-cities .sk-cities > a:last-of-type {
    padding-bottom:30px
}
#modal-cities div > a:hover, #modal-cities .sk-cities > a.active {
    color:#F4213A;
}
#modal-cities .sk-cities hr {
    color: #eee;
    margin-bottom: 15px;
}

#modal-promo {
    background-image: url(/wp-content/uploads/2024/05/promo.png);
    background-size: cover;
    background-position: bottom;
}
#modal-promo .title-modal {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
}
#modal-promo .title-modal-low {
    font-size: 27px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin-bottom:15px
}
#modal-promo .descr-modal {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin:0 0 15px;
    max-width:410px
}
#modal-promo .wpcf7 {
    max-width:292px
}
#modal-promo input {
    width: 100%;
    margin: 0;
}
#modal-promo .item-form input {
    border: 1px solid #DDDDDD;
}
#modal-promo .bottom-form {
    flex-direction: column;
    gap:11px;
    align-items: flex-start;
}
#modal-promo .agree-form label {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 10px;
}
#modal-promo .fancybox-close-small svg path {
    fill:#BDBDBD;
}
#modal-ready {
    width:677px;
    padding: 53px 275px 53px 70px;
    background-image: url(../img/ready/ready-1.svg);
    background-position: right top;
    overflow: hidden;
}
.ready-container {
    position: relative;
}
#modal-ready * {
    text-align: left;
}
#modal-ready .title-modal {
    letter-spacing: -3px;
    font-size: 38px;
    margin-bottom: 16px;
}
#modal-ready form {
    width:90%
}
#modal-ready .bottom-form {
    display:grid;
    gap:10px
}
#modal-ready .bottom-form .btn-main {
    min-width: auto;
    max-width:188px
}
.bottom-form .btn-main:disabled {
    background: #949494;
    opacity: .4;
    pointer-events: auto;
    cursor: not-allowed;
}
#modal-ready img {
    position: absolute;
    top: 69px;
    right: -298px;
    width: 376px;
    height: auto;
}

.cookie-warn {
    display:none;
    position: fixed;
    bottom:0;
    left:0;
    max-width:284px;
    padding:25px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px #00000040;
    background-color: #fff;
    z-index:100;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
}
.cookie-warn .cookie-head {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.cookie-warn .cookie-head span {
    text-decoration: underline;
}
.cookie-warn > a {
    background: #fff;
    border-radius: 45px;
    padding:12px 25px;
    color: #F4213A;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border:1px solid #F4213A;
    text-transform: uppercase;
}
.cookie-warn > a:hover {
    background: #F4213A;
    color:#fff;
}
.popover-body {
    font-size: 15px;
    padding: 10px;
    max-width: 386px;
    border-radius: 5px;
    background: #333;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.3px;
    color: #fff;
    opacity: 1;
}
.sk-file-input {
    position: relative;
    cursor: pointer;
    display:block;
}
.sk-file-name {
    display:block;
}
.sk-file-input > span {
    margin-bottom: 0 !important;
    display:flex
}
.sk-file-input input[type=file] {
    visibility: hidden;
    min-height: 20px;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.sk-file-input:after {
    content:"Прикрепить файл";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    height:20px;
    background:url('../img/skrepka.svg') left top no-repeat;
    position: absolute;
    top:0;
    left:0;
    padding-left:30px;
    filter: grayscale(100%);
    color:#373737;
    text-decoration: underline;
}
.sk-file-input:hover:after {
    color:#F4213A;
    filter: grayscale(0%);
}
.select-tabs-switcher {
    display: none;
}

.rollets-upr {
    padding:31px 36px;
    border-radius: 25px;
    border: 2px solid #E7E7E7;
    margin-bottom:34px
}
.rollets-upr .tabs {
    justify-content: flex-start;
}
.rollets-upr h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-bottom:14px;
}
.rollets-upr > p {
    line-height: 20px;
    letter-spacing: -0.03em;
}
.rollets-upr td {
    vertical-align: top;
}
.rollets-upr td img {
    max-width:319px
}
.rollets-upr ol li {
    padding-left:25px;
    margin-bottom: 7px;
}
.rollets-upr ol li, .rollets-upr ol li:before {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.03em;
}
.uz-block {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:25px;
    margin-bottom:30px
}
.uz-block-item {
    border-radius: 25px;
    background:#F5F5F5;
    padding:20px;
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
}
.uz-block-item img {
    max-width:100px;
    height: auto;
}
.uz-block-item div {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}
.uz-block-item p {
    font-weight: 400;
    font-size: 13px;
    margin:0;
    color:#555555;
    line-height: 100%;
    text-align: center;
}

@media(max-width:1366px) {
    #wa_fixed {
        right: 10px;
    }
    #backtoTop.button--show {
        left: 10px;
    }
}

@media(min-width:768px) {
    .slider-reviews .slick-slide {
        height: inherit !important;
    }
}

@media only screen and (max-width : 1200px) {
    .rollet-tabs-block .rollet-tabs {
        /*display:none*/
    }
    .select-tabs-switcher {
        display:block;
    }
    .reviews .title-section, .page-card ~ .reviews .title-section {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .reviews__top {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .reviews__top > .bottom-button {
        display:none
    }
    .review__top_buttons {
        display: grid;
        gap: 15px;
    }
    .reviews > .bottom-button {
        display:block
    }
    .item-review {
        height:100%;
    }
    .tabs a {
        height: 52px;
        font-size: 17px;
        padding: 0 38px;
    }
    .reviews-unit {
        width: 565px;
        margin-top: 17px;
        margin-bottom: 0;
        max-width: 100%;
        justify-content: center;
    }
    .arrow-main.slick-prev {
        left: 10px;
    }
    .arrow-main.slick-next {
        right: 10px;
    }
    .slider-reviews .slick-slide {
        width: 600px;
    }
    .slider-reviews .slick-arrow {
        z-index: 5;
    }
    .slider-reviews::after,
    .slider-reviews::before {
        position: absolute;
        display: block;
        content: " ";
        width: 93px;
        height: 100%;
        z-index: 2;
        left: -15px;
        top: 0;
        background: linear-gradient(90deg, #FFF 21.63%, rgba(255, 255, 255, 0.00) 92.12%);
    }
    .slider-reviews::after {
        left: auto;
        right: -15px;
        background: linear-gradient(-90deg, #FFF 21.37%, rgba(255, 255, 255, 0.00) 92.12%);
    }
    .slider-photos {
        padding-bottom: 30px;
    }
    .calculation {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .calculation-block .calculation-block__left {
        padding-bottom: 24px;
        flex-direction: row;
        justify-content: space-between;
    }
    .calculation-block__left .text-main {
        max-width: 246px;
        margin-top: 0;
    }
    .title-main {
        font-size: 32px;
    }
    .item-calculation {
        height: 154px;
        padding: 17px 16px;
        font-size: 19px;
    }
    .item-calculation__image img {
        transform: scale(0.95);
        transform-origin: 100% 100%;
    }
    .calculation-block {
        padding: 40px;
    }
    .scheme-wrap {
        margin-left: 20px;
        border: none;
        position: relative;
    }
    .scheme-wrap::before {
        position: absolute;
        display: block;
        content: " ";
        width: 2px;
        top: 0;
        bottom: 20px;
        left: 0;
        background: #262626;
    }
    .item-scheme {
        padding-left: 47px;
        margin: 0;
        margin-left: -18px;
        margin-bottom: 38px;
        position: relative;
    }
    .scheme-wrap .row > div:last-child .item-scheme {
        margin-bottom: 0;
    }
    .item-scheme__number {
        position: absolute;
        top: -2px;
        left: 0;
    }
    .item-scheme__text {
        font-size: 14px;
    }
    .item-scheme__title {
        margin-bottom: 6px;
    }
    .scheme, .products, .product-articles {
        padding-bottom: 84px;
    }
    .slider-products .item-product {
        width: 267px;
    }
    .slider-products {
        margin-right: -15px;
    }
    .slider-reviews-card .slick-slide {
        padding: 0 4px;
    }
    .slider-reviews-card {
        margin: 0 -4px;
    }
    .slider-reviews-card .item-review__head {
        flex-wrap: wrap;
    }
    .item-review__right {
        padding-top: 9px;
        width: 100%;
        margin: 0;
    }
    .slider-reviews-card .item-review {
        padding: 20px 25px;
    }
    .page-card ~ .reviews .item-review__text {
        font-size: 13px;
    }
    .page-card ~ .clients {
        padding-bottom: 60px;
    }
    .scheme-wrap {
        border: none;
    }
    .scheme .title-section, .product-articles h2 {
        margin-bottom: 21px;
    }
    .consultation-block__image {
        display: none;
    }
    .consultation-block {
        padding: 48px 45px;
        padding-right: 97px;
        padding-bottom: 62px;
    }
    .consultation-block::after {
        background-position: right -425px top 45px;
    }
    .consultation-block .text-main {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 28px;
        max-width: 390px;
    }
    .bottom-form .btn-main {
        min-width: 194px;
    }
    .footer {
        padding-top: 172px;
    }
    .footer-bottom__content {
        flex-wrap: wrap;
    }
    .footer-bottom__content .text-min {
        flex: 1;
    }
    .payments {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }
    .payments img {
        margin: 0 auto;
    }
    .text-min {
        font-size: 11px;
    }
    .item-footer__title {
        font-size: 16px;
    }
    .footer__nav {
        display: block;
    }
    .item-review__text {
        font-size: 13px;
    }
    .rollets-upr {
        padding:29px 26px
    }
    .rollets-upr h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 23px;
    }
    .rollets-upr > p {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }
    .new-upr-top {
        position: relative;
        overflow:hidden;
        padding-right:30px
    }
    .rollets-upr .rollet-tabs {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .rollets-upr .rollet-tabs li:last-of-type {
        padding-right:60px
    }
    .rollets-upr .new-upr-top:after {
        content:"";
        display:block;
        width:44px;
        height:100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        position: absolute;
        top:0;
        right:0
    }
    .rollets-upr h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom:10px
    }
    .rollets-upr tr {
        display:flex;
        flex-direction: column;
    }
    .rollets-upr td img {
        max-width:100%;
        margin-bottom:15px
    }
    .rollets-upr ol {
        margin-bottom:0
    }
}

@media only screen and (max-width : 767px) {
    .smoother-table table td {
        white-space: nowrap;
    }
    .smoother-table__wrap .table-width {
        text-align: left;
        padding-left:30px
    }
    .popover-body {
        max-width:96vw
    }
    .reviews .title-section {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs a {
        height: 42px;
        font-size: 15px;
        padding: 0 26px;
    }
    .question-faq {
        font-size: 16px;
        line-height: 18px;
        gap:16px
    }
    .answer-faq {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.03em;
    }
    .answer-faq {
        margin-top:25px
    }
    .reviews-unit {
        width: 100%
    }
    .slider-reviews .slick-slide {
        width: 80vw;
    }
    .reviews > .container > .bottom-button {
        display:block;
        margin-top: 50px;
    }
    .bottom-button .btn-main {
        border-radius: 19px;
    }
    .item-client {
        height: 91px;
    }
    .slider-clients {
        position: relative;
        overflow: hidden;
    }
    .slider-clients::after,
    .slider-clients::before {
        position: absolute;
        display: block;
        content: " ";
        width: 86px;
        height: 100%;
        z-index: 2;
        left: 1px;
        top: 0;
        background: linear-gradient(90deg, #FFF 21.63%, rgba(255, 255, 255, 0.00) 92.12%);
    }
    .slider-clients::after {
        left: auto;
        right: 1px;
        background: linear-gradient(-90deg, #FFF 21.37%, rgba(255, 255, 255, 0.00) 92.12%);
    }
    .calculation-block .calculation-block__left {
        display: block;
    }
    .calculation-block .title-main {
        margin-bottom: 15px;
    }
    .row_calculation {
        margin: 0 -11px;
        margin-bottom: -22px;
    }
    .row_calculation > div {
        padding: 0 11px;
        margin-bottom: 22px;
    }
    .scheme .title-section, .product-articles h2 {
        margin-bottom: 15px;
    }
    .scheme {
        padding-bottom: 58px;
    }
    .slider-products .item-product {
        width: 100%;
    }
    .slider-products__slide {
        padding: 0 10px;
        min-height: 388px;
    }
    .slider-products {
        margin: 0 -10px;
    }
    .item-review {
        min-height: auto;
    }
    .slider-reviews-card .slick-track {
        display: block !important;
    }
    .modal-block .links-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #modal-instructions .title-modal {
        text-align: center;
    }
    .modal-block .links-card > * {
        padding: 6px 10px;
        margin-bottom: 16px;
        display: inline-flex;
        justify-content: center;
        margin: 0;
    }
    .modal-block .links-card > *:last-child {
        margin-bottom: 0;
    }
    .page-card ~ .clients {
        padding-bottom:0;
        overflow-x:hidden
    }
    .consultation-block {
        padding: 47px;
    }
    .consultation-block::after {
        background-position: right -553px top 45px;
    }
    .title-main {
        font-size: 28px;
    }
    .consultation-block .text-main {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 28px;
        max-width: 233px;
    }
    .bottom-form {
        display: block;
    }
    .bottom-form .btn-main {
        margin: 0;
        margin-bottom: 21px;
    }
    .agree-form {
        max-width: 344px;   
    }
    .agree-form br {
        display: none;
    }
    .consultation {
        margin-bottom: -130px;
    }
    .sk-related-articles {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .rollet-tabs-block .upr_table_tip ol {
        margin-bottom:0
    }
    .footer-top {
        display:flex;
        justify-content: space-between;
        align-items: center;
        gap:30px;
        padding-bottom:40px;
        border-bottom: 1px solid #646464;
    }
    .footer-top .footer__logo img {
        max-width:59px;
        margin-right: 6px;
    }
    .footer-top .footer__logo .logo-content {
        display:block;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
    }
    .footer-top .footer__logo .logo-title {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: -0.03em;
    }
    .footer-middle {
        grid-template-columns: 1fr;
    }
    .footer-middle > div {
        border-bottom: 1px solid #646464;
    }
    .footer-middle > div ul {
        padding:5px 0 20px
    }
    .footer-middle > div ul li a, .footer-middle > div ul li span {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #828282;
        margin-bottom:10px;
        display: block;
    }
    .footer .footer-socials {
        display:flex;
        gap:11px;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: flex-end;
        margin:0
    }
    .footer-menu-header, .footer-middle > div:nth-child(4) .footer-menu-header {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        padding:17px 0;
        margin:0;
        border-bottom: none;
        display:flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .footer-menu-header:hover {
        color:#F4213A;
    }
    .footer-middle > div:nth-child(5) .footer-menu-header {
        display:inline-block;
        border-bottom: 1px solid #F4213A;
        padding-bottom:0;
        margin-bottom:11px
    }
    .footer-menu-header:after {
        display:block;
        content:"";
        width:14px;
        height:9px;
        background: url(../img/open-arrow.svg) no-repeat;
        background-size: cover;
    }
    .footer-menu-header.active:after {
        rotate: 180deg;
    }
    .footer-middle > .footer-contacts {
        border-bottom: none;
    }
    .footer-contacts .footer-menu-header:after {
        content:none
    }
    .footer-middle .footer-address {
        order:1;
        margin-bottom:11px
    }
    .footer-middle .item-footer {
        font-size:13px;
        margin-bottom: 3px;
    }
    .footer-contacts-container {
        display:flex;
        flex-direction: column;
    }
    .footer-middle .footer-tel {
        order:2;
        margin-bottom:24px
    }
    .footer-middle > div ul {
        display:none
    }
    .item-footer {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .footer-middle-socials {
        display:none
    }
    .footer-yandex {
        max-width: 204px;
    }
    .ya-block {
        display:flex;
        justify-content: space-between;
        gap:18px;
        order:3;
    }
    .ya-block .footer-site-map {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap:6px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.02em;
    }
    .footer-bottom {
        padding-top: 16px;
    }
    .footer-bottom__content {
        gap:12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom .footer-bottom__content .footer__logo, .footer-bottom .footer-bottom__content .footer-site-map {
        display:none
    }
    .footer-bottom__content .text-min {
        width: 100%;
        order: 2;
        text-align: left;
    }
    .payments {
        width: auto;
        margin: 0;
    }
    .payments img {
        max-width: 244px;
    }
    .footer {
        padding-bottom: 70px;
    }
    .item-review__text {
        font-size: 13px;
    }
    .title-common {
        font-size: 18px;
    }
    .item-review {
        padding: 23px 26px;
    }
    .rating__item {
        width: 15px;
        height: 15px;
    }
    .item-review__head .text-min {
        font-size: 12px;
    }
    #backtoTop {
        display:none
    }
    #backtoTop.button--show {
        position: fixed;
        bottom: 60px;
        left: 10px;
    }
    #wa_fixed {
        bottom: 60px;
        right: 10px;
    }

    #modal-cities {
        width:95vw;
        border-radius: 25px;
        padding:43px 16px 31px 30px;
        max-width: 529px;
    }
    #modal-cities .title-modal {
        font-size: 20px;
        margin:0 0 10px;
    }

    #modal-cities input {
        font-size: 14px;
    }
    #modal-cities .sk-cities {
        max-height: 55vh;
    }
    #modal-cities .sk-cities > a {
        font-size: 13px;
    }
    #modal-promo {
        background-image: url(/wp-content/uploads/2024/05/promo-mobile.png);
    }
    #modal-promo .title-modal {
        font-size: 24px;
        line-height: 22px;
    }
    #modal-promo .title-modal-low {
        font-size: 18px;
        line-height: 17px;
    }
    #modal-promo .descr-modal {
        margin-bottom:28px
    }
    #modal-promo .wpcf7-submit {
        width:auto;
        margin-bottom:24px
    }
    #modal-ready {
        max-width:340px;
        width: 95vw;
        padding: 38px 30px 26px;
        background-image: url(../img/ready/ready-3.svg);
        background-position-y: center;
    }
    #modal-ready .title-modal {
        font-size: 28px;
        letter-spacing: normal;
    }
    #modal-ready form {
        width:100%
    }
    #modal-ready img {
       display:none
    }
    #modal-ready .bottom-form .btn-main {
        margin:0
    }
    .uz-block {
        grid-template-columns: 1fr 1fr;
        gap:10px
    }
}
@media only screen and (max-width : 649px) {
    .sk-related-articles {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width : 479px) {
    .tabs a {
        padding: 0 15px;
        white-space: nowrap;
    }
    .tabs {
        width: calc(100% + 15px);
        margin-right: -15px;
        margin-left: 0;
        justify-content: flex-start;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: #fff #fff;
    }
    .reviews__top .tabs {
        overflow-x:scroll;
        padding-bottom:3px;
        scrollbar-color: auto;
    }
    .tabs::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .tabs::-webkit-scrollbar:vertical {
        width: 2px;
    }
    .tabs::-webkit-scrollbar:horizontal {
        height: 2px;
    }
    .tabs::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
    }
    .tabs::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
    .tabs li {
        padding: 0 2px;
    }
    .slider-reviews .slick-slide {
        width: auto;
    }
    .slider-reviews::after, .slider-reviews::before {
        display: none;
    }
    .item-review {
        padding: 20px;
    }
    .title-common {
        font-size: 18px;
    }
    .item-review__text {
        font-size: 13px;
    }
    .item-review__info {
        margin-bottom: 12px;
    }
    .rating__item {
        width: 15px;
        height: 14px;
    }
    .arrow-main {
        width: 15px;
        height: 38px;
    }
    .arrow-main img {
        max-width: 100%;
        max-height: 100%;
    }
    .bottom-button .btn-main {
        width: 100%;
        padding: 0 10px;
    }
    .slider-clients {
        margin: 0 -16px;
        margin-bottom: 17px;
        width: auto;
        border-radius: 0;
    }
    .slider-clients::before {
        left: -35px;
    }
    .slider-clients::after {
        right: -35px;
    }
    .item-client {
        height: 72px;
    }
    .item-client img {
        transform: scale(0.9);
    }
    .photo-main {
        height: 174px;
    }
    .photo-main,
    .photo-main img {
        border-radius: 16px;
    }
    .calculation-block {
        padding: 23px 28px;
    }
    .row_calculation > div {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .row_calculation {
        margin: 0 -5px;
    }
    .item-calculation {
        height: 135px;
        padding: 10px;
    }
    .item-calculation__image img {
        transform: scale(0.8);
    }
    .calculation {
        padding-bottom: 25px;
    }
    .slider-products__slide {
        min-height: 342px;
        padding: 0 5px;
    }
    .slider-products {
        margin: 0 -5px;
    }
    .page-card ~ .reviews .title-section {
        padding-bottom: 14px;
    }
    .page-card ~ .reviews {
        padding-bottom: 40px;
    }
    .consultation-block {
        padding: 47px 29px;
    }
    .consultation-block .text-main {
        font-size: 14px;
        max-width: 222px;
    }
    .item-form {
        margin-bottom: 13px;
    }
    .consultation-block::after {
        background-position: right -632px top 45px;
    }
    .footer__nav {
        font-size: 16px;
    }
    .row_footer {
        padding-bottom: 22px;
    }
    .logo-content {
        display: none;
    }
    .row_footer-midddle {
        flex-direction: column-reverse;
    }
    .row_footer-midddle > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts-block {
        margin: 0;
        margin-bottom: 16px;
    }
    .row_footer-info .row > div:not(:last-child) {
        display: block !important;
    }
    .row_footer-info .row > div:nth-child(2) {
        order: -1;
    }
    .item-footer p br {
        display: none;
    }
    .footer-bottom__content {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom__content > img {
        margin-right: 0;
    }
    .link-location::before {
        width: 15px;
        height: 18px;
        background-size: contain;
    }
    .b-pager__active, .b-pager__inactive {
        display:flex;
        flex-wrap: wrap;
    }
}

@media(max-width:359px) {
    .footer-top .footer__logo .logo-content {
        display: none;
    }
    .footer-yandex {
        padding:6px
    }
    .footer-yandex span {
        font-size:11px
    }
}
