@font-face {
    font-family: "Prata";
    src: url("../fonts/Prata-Regular.eot");
    src: local("Prata Regular"), local("Prata-Regular"), url("../fonts/Prata-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Prata-Regular.woff2") format("woff2"), url("../fonts/Prata-Regular.woff") format("woff"), url("../fonts/Prata-Regular.ttf") format("truetype"), url("../fonts/Prata-Regular.svg#Prata-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas-Neue";
    src: url("../fonts/Bebas-Neue.eot");
    src: local("Bebas-Neue"), local("Bebas-Neue"), url("../fonts/Bebas-Neue.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas-Neue.woff2") format("woff2"), url("../fonts/Bebas-Neue.woff") format("woff"), url("../fonts/Bebas-Neue.ttf") format("truetype"), url("../fonts/Bebas-Neue.svg#Prata-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis.eot');
    src: url('../fonts/Dosis.eot') format('embedded-opentype'), url('../fonts/Dosis.woff2') format('woff2'), url('../fonts/Dosis.woff') format('woff'), url('../fonts/Dosis.ttf') format('truetype'), url('../fonts/Dosis.svg#Dosis') format('svg');
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c Light'), local('RoundedMplus1c-Light'), url('../fonts/Roundedmplus1clight.woff2') format('woff2'), url('../fonts/Roundedmplus1clight.woff') format('woff'), url('../fonts/Roundedmplus1clight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c'), local('RoundedMplus1c-Regular'), url('../fonts/Roundedmplus1c.woff2') format('woff2'), url('../fonts/Roundedmplus1c.woff') format('woff'), url('../fonts/Roundedmplus1c.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c Thin'), local('RoundedMplus1c-Thin'), url('../fonts/Roundedmplus1cthin.woff2') format('woff2'), url('../fonts/Roundedmplus1cthin.woff') format('woff'), url('../fonts/Roundedmplus1cthin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c ExtraBold'), local('RoundedMplus1c-ExtraBold'), url('../fonts/Roundedmplus1cextrabold.woff2') format('woff2'), url('../fonts/Roundedmplus1cextrabold.woff') format('woff'), url('../fonts/Roundedmplus1cextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c Black'), local('RoundedMplus1c-Black'), url('../fonts/Roundedmplus1cblack.woff2') format('woff2'), url('../fonts/Roundedmplus1cblack.woff') format('woff'), url('../fonts/Roundedmplus1cblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c Medium'), local('RoundedMplus1c-Medium'), url('../fonts/Roundedmplus1cmedium.woff2') format('woff2'), url('../fonts/Roundedmplus1cmedium.woff') format('woff'), url('../fonts/Roundedmplus1cmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    src: local('Rounded Mplus 1c Bold'), local('RoundedMplus1c-Bold'), url('../fonts/Roundedmplus1cbold.woff2') format('woff2'), url('../fonts/Roundedmplus1cbold.woff') format('woff'), url('../fonts/Roundedmplus1cbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 3rem;
    font-family: var(--f2);
    font-weight: 700;
}

h1>p {
    margin: 0;
}

h2 {
    font-family: var(--f2);
}

h2>p {
    margin: 0;
}

h3 {
    font-family: var(--f2);
}

h3>p {
    margin: 0;
}
.header-right .btn {
    width: unset;
} 
.btn {
    font-size: 17px;
    width: 200px;
    border: 0;
    height: 50px;
    padding: 6px 5px 10px;
    border-radius: 16px 0 16px 0;
}
.region-manager__top {
    color:black;
}

.btn-blue {
    background: url(../img/btn-bg.png) center right no-repeat;
}

.btn-white {
    background: url(../img/btn-white-bg.png) center right no-repeat;
}

.wrapper {
    position: relative;
    background: #fff;
}

.header {
    font-size: 18px;
    background: #fff;
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 13px 6px 6px;
}

.header-logo>a {
    display: block;
}

.header__wrap .header__logo>a:hover {
    opacity: 0.5;
    border: none;
}

.header-logo__icon {
    display: none;
}

.header-logo__mobicon {
    height: 22px;
    width: 80px;
}

.header__description {
    color: #333333;
    margin: 0;
    cursor: default;
    font-size: 19px;
    line-height: normal;
}

.header-phone__link {
    font-size: 19px;
    display: flex;
    align-items: center;
}

.header-phone__icon {
    background: url(../img/phone-icon.png) 0 0 no-repeat;
    height: 35px;
    width: 24px;
    display: inline-block;
    margin-right: 9px;
}

.header__button {
    margin: 0 18px;
}

.header-phone__calc {
    display: none;
    z-index: 2;
}

.header-phone__icon img {
    padding-bottom: 4px;
    display: none;
}

.header-phone__content {
    display: flex;
    flex-direction: column;
    /* margin-left: 1rem; */
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 5px;
}

.header-phone__content .header-phone__phone {
    color: #171B1F;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 1;
    white-space: nowrap;
}

.header__phone .info a:hover {
    opacity: 0.5;
    border: none;
}

.home-top__slider{
    visibility: hidden;
}

.advant {
    background: #DCE3E8;
    max-width: 31rem;
    text-align: center;
    padding: .5rem 2rem;
    display: flex;
}

.advant-elem {
    font-size: 1rem;
    max-width: 7rem;
    margin: 1rem;
}

.layb {
    font-size: 1.5rem;
    padding: 1rem 3rem;
    max-width: 26rem;
    background: #fff;
    outline: 1px solid #E8ECEF;
    outline-offset: -11px;
    font-weight: bold;
}

.advant-icon svg {
    width: 3rem;
    fill: #7ca6d0;
}

.toogle {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    width: 55px;
    height: 55px;
    background: #d95546;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
    min-height: 55px;
    min-width: 55px;
}

.header__wrap .toogle {
    background: transparent;
    position: absolute;
    top: 5px;
}

.toggle__line {
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
    width: 30px;
    display: inline-block;
}

.toggle__menuline {
    background: 0;
    color: #fff;
    font-size: 10px;
    line-height: 3px;
    text-align: center;
}

.toogle.active .l1 {
    width: 30px;
    top: 26px;
    transform: rotate(45deg);
    position: absolute;
    font-size: 0;
    background: #fff;
}

.toogle.active .l2 {
    width: 0;
    top: 25px;
    opacity: 0;
}

.toogle.active .l3 {
    width: 30px;
    top: 26px;
    transform: rotate(-45deg);
    position: absolute;
}

#navigation {
    z-index: 10;
    position: absolute;
    background: #263944;
    margin-top: -450%;
    transition: 1s;
    left: 0;
    right: 0;
}

.navigation {
    display: flex;
    /* background: #263944; */
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    justify-content: space-between;
}

.navigation>li {
    position: relative;
}

.navigation>li>a {
    padding: 1.367rem 2.4rem 1.367rem;
    transition: 0.3s;
    background: #263944;
    display: block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    height: 70px;
}

#menu-navigaciya>li:nth-child(2)>a::after {
    content: " ";
    width: 14px;
    height: 8px;
    background: url(/wp-content/themes/zabori/i/menu-arrow.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-bottom: 1px;
}

.menu-item .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 1rem;
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 11;
}

.menu-item.open .sub-menu {
    display: block;
}

.menu-item .sub-menu .menu-item {
    margin: 0;
}

.menu-item .sub-menu .menu-item a {
    display: inline-block;
    color: var(--dark);
    padding: 0.5rem 1rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 1rem;
    text-transform: none;
    background: transparent;
    border: 0;
}

/* .menu-item .sub-menu .menu-item a:hover,
.menu-item .sub-menu .current-menu-item a{
  color:var(--color);
  border:0;
} */
#slider1 {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.wrapper_text_slider {
    position: relative;
}

.text_slider {
    position: absolute;
    top: 7rem;
    left: 0;
    max-width: 1300px;
    right: 0;
    margin: auto;
    cursor: default;
    overflow: hidden;
}

.text_slider h1,
.text_slider h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    background: #EFF2F5;
    line-height: 1.4;
    padding: 1rem 3rem 0.875rem 1.25rem;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #171B1F;
    margin-left: -100%;
    transition: 1s;
}

.text_slider.active h1,
.text_slider.active h2 {
    margin-left: 0;
}

.text_slider span {
    font-family: "Prata", sans-serif;
    font-size: 3.125rem;
}

.text_slider p {
    background: #DCE3E8;
    font-size: 1.125rem;
    padding: 1rem 3rem 0.875rem 1.25rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #171B1F;
    margin: 0 0 0 -100%;
    transition: 1s;
}

.text_slider.active_p p {
    margin-left: 0;
}

.section-title {
    position: relative;
    margin-top: 0;
    padding: 20px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 500;
    z-index: 1;
    margin-bottom: 30px;
}

.section-title::before {
    content: "";
    display: inline-block;
    background: url(../img/border-left.png);
    height: 35px;
    width: 58px;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.section-title::after {
    content: "";
    display: inline-block;
    background: url(../img/border-right.png);
    height: 35px;
    width: 58px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.products {
    position: relative;
    margin-top: 0;
    color: #000;
}

.products__wrap {
    background: #fff;
    padding-top: 37px;
    /* margin: 0 -16px; */
}

.products .btn-wrapper {
    padding-left: 30px;
}

.advantages {
    color: #fff;
    margin: 0;
    overflow: hidden;
    background: url("../img/advantages-bg.jpg") 0 0 no-repeat;
}

.advantage-card {
    border-radius: 20px 0 20px 0;
}

.advantage-card__head {
    background: #263944;
    display: flex;
    align-items: center;
    height: 76px;
}

.advantage-card__img {
    margin: 0 29px 0 20px;
}

.advantage-card__title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5pt;
}

.advantage-card__text {
    color: #000;
    background: #fff;
    font-size: 20px;
    line-height: normal;
    padding: 20px 20px;
    min-height: 93px;
}

.mob-slider-title {
    display: none;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 0 auto 20px;
}

.category_catalog_wrapper {
    background: #FFFFFF;
    padding: 0.5rem;
    margin-bottom: 3.375rem;
    position: relative;
}

.category_catalog {
    background: #EFF2F5;
    position: relative;
    padding-bottom: 110px;
    overflow: hidden;
}

.category_catalog>.img {
    width: 100%;
}

.category_catalog>.img img {
    width: 100%;
}

.category_catalog>.text {
    padding: 1.5rem 2.25rem;
    position: absolute;
    bottom: 0;
    background: #EFF2F5;
    min-height: 110px;
    width: 100%;
}

.category_catalog>.text>p {
    color: #2C3F52;
    font-size: 1.125rem;
    cursor: default;
}

.category_catalog>.text>p>strong {
    color: #3069A3;
}

.category_catalog>.text>.hover .button {
    display: flex;
}

.category_catalog>.text>.hover .bt {
    color: #2C3F52;
    display: block;
    padding: 0.7rem 1.5rem;
    margin: 1rem 0.5rem;
    font-size: 0.9rem;
    border: 1px solid #7CA5D0;
    text-align: center;
    position: relative;
    transition: 0.2s;
}

.category_catalog>.text>.hover .bt::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #3069A3;
    transition: 0.2s;
    z-index: 0;
}

.category_catalog>.text>.hover .bt>span {
    position: relative;
    z-index: 1;
}

.category_catalog>.text>.hover .bt:hover {
    color: #fff;
}

.category_catalog>.text>.hover .bt:hover::before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.category_catalog>.text>.hover>.info {
    padding: 0.75rem 0 0.5rem;
}

.category_catalog>.text>.hover>.info p {
    font-size: 1rem;
    color: #2C3F52
}

.category_catalog>.text .hover {
    opacity: 0;
    max-height: 0;
    z-index: -1;
    transition: 0.5s 0s;
    cursor: default;
}

.category_catalog_wrapper:hover .hover {
    opacity: 1;
    max-height: 500px;
    z-index: 1;
}

.lines {
    width: 100%;
    position: relative;
}

.lines div {
    width: 12.5%;
    position: absolute;
    top: 0;
    height: 1000px;
    background: #fff;
    transition: 0.5s;
    margin-left: 0;
}

.lines.active div {
    margin-left: 12.5%;
    width: 0;
}

.l2 {
    left: 12.5%;
}

.l3 {
    left: 25%;
}

.l4 {
    left: 37.5%;
}

.l5 {
    left: 50%;
}

.l6 {
    left: 62.5%;
}

.l7 {
    left: 75%;
}

.l8 {
    left: 87.5%;
}

.category_catalog_wrapper .metka {
    position: absolute;
    top: 2rem;
    right: 0;
    background: #FFE386;
    padding: 0.5rem 2rem 0.375rem;
    z-index: 1;
    font-size: 1.125rem;
    cursor: default;
}

.slider2_wrap {
    border: 1.5rem solid #fff;
    max-width: 1272px;
    margin: auto;
    position: relative;
}

.background_gray {
    background-image: url("../i/background_gray.jpg");
    background-position: top left;
    background-size: cover;
    padding-bottom: 4rem;
}

.slider2_wrap {
    position: relative;
}

.slider2_next {
    position: absolute;
    top: 50%;
    margin-top: -81px;
    height: 162px;
    right: -1.5rem;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7CA4D0;
    z-index: 999;
    padding-left: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
}

.slider2_next:hover {
    width: 66px;
}

.item_slider2_wrap {
    position: relative;
}

.item_slider2_wrap .metka {
    position: absolute;
    left: 0;
    top: 3rem;
    background: #FFE386;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    z-index: 1000;
}

.item_slider2 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 3rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_slider2 .text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 300px 300px #000;
    z-index: 0;
    opacity: 0.5;
}

.item_slider2 .text>p {
    font-size: 2.325rem;
    color: #fff;
    flex: 1;
    font-family: "Prata", sans-serif;
    position: relative;
    z-index: 1;
}

.item_slider2 .text>p>span {
    color: #FFE386;
}

.item_slider2 .text>.wrapper_button {
    position: relative;
    width: 300px;
    margin-left: 3rem;
}

.item_slider2 .text>.wrapper_button button {
    width: 100%;
    height: 100px;
    background: radial-gradient(circle, #66B9E8, #5394DF);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #8ED6FF;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 2rem;
    text-shadow: 1px 2px #3069A3;
    position: relative;
    z-index: 1;
}

.item_slider2 .text>.wrapper_button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 300px;
    height: 40px;
    background: linear-gradient(to top, #175EA5, #A0CFFF);
    border-radius: 0 0 15px 15px;
    z-index: 1;
}

.item_slider2 .text>.wrapper_button::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    box-shadow: 0 0 100px 65px #1B61A8;
    z-index: 0;
    transition: 0.55s;
}

.item_slider2 .text>.wrapper_button:hover::after {
    box-shadow: 0 0 100px 50px #1B61A8;
}

#zam {
    padding: 6rem 0 4rem;
}

.wrapper_zam {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.wrapper_zam .left {
    width: 50%;
    padding-left: 10rem;
    padding-bottom: 8rem;
}

.wrapper_zam .right {
    width: 50%;
}

.wrapper_zam .left h2 {
    font-family: "Prata", sans-serif;
    font-size: 3.125rem;
    color: #171B1F;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
}

.wrapper_zam .left h2::before {
    content: "";
    position: absolute;
    right: calc(100% + 2rem);
    top: 1.75rem;
    width: 1000px;
    height: 3px;
    background-color: #ABC2D9;
}

.wrapper_zam .left h2::after {
    content: "";
    position: absolute;
    right: calc(100% + 2rem);
    top: 1.375rem;
    width: 15px;
    height: 15px;
    background-color: #ABC2D9;
    border-radius: 50%;
}

.wrapper_zam .left h2>span {
    position: relative;
    display: inline-block;
}

.wrapper_zam .left h2>span::before {
    content: "";
    position: absolute;
    width: auto;
    height: 20px;
    left: -0.5rem;
    right: -0.5rem;
    bottom: 8px;
    z-index: -1;
    background: #D5E0EC;
}

.wrapper_zam .left p {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.wrapper_zam .left .wrapper_button {
    position: relative;
    width: 300px;
}

.wrapper_zam .left .wrapper_button button {
    width: 100%;
    height: 80px;
    background: radial-gradient(circle, #66B9E8, #5394DF);
    color: #fff;
    font-size: 1.325rem;
    line-height: 1.2;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #8ED6FF;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 2.5rem;
    text-shadow: 1px 2px #3069A3;
    position: relative;
    z-index: 1;
}

.wrapper_zam .left .wrapper_button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 300px;
    height: 40px;
    background: linear-gradient(to top, #175EA5, #A0CFFF);
    border-radius: 0 0 15px 15px;
    z-index: 1;
}

.wrapper_zam .left .wrapper_button::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    box-shadow: 0 0 75px 40px #1B61A8;
    z-index: 0;
    transition: 0.55s;
}

.wrapper_zam .left .wrapper_button:hover::after {
    box-shadow: 0 0 50px 30px #1B61A8;
}

.wrapper_zam .right .back {
    background: #EDF3F5;
    margin-top: -6rem;
    padding-bottom: 0;
    border-radius: 0;
    border-bottom-left-radius: 50% 35%;
    border-bottom-right-radius: 50% 35%;
    max-width: 634px;
    max-height: 0;
    transition: 2s;
}

.wrapper_zam .right .back.active {
    max-height: 3000px;
    padding-bottom: 2rem;
}

.wrapper_zam .right .back .img {
    opacity: 0;
    transition: 0.5s;
    padding-top: 4rem;
    width: 728px;
}

.wrapper_zam .right .back .img.active {
    opacity: 1;
}

.heading h2 {
    font-family: "Prata", sans-serif;
    font-size: 3.125rem;
    color: #171B1F;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

.heading h2>span {
    position: relative;
    display: inline-block;
}

.heading h2>span::before {
    content: "";
    position: absolute;
    width: auto;
    height: 20px;
    left: -0.5rem;
    right: -0.5rem;
    bottom: 8px;
    z-index: -1;
    background: #D5E0EC;
}

.heading.grayleft {
    position: relative;
}

.heading.grayleft::before {
    content: "";
    position: absolute;
    right: 85%;
    top: -1rem;
    bottom: -0.5rem;
    width: 1000px;
    height: auto;
    background-color: #E8ECEF;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.prem_wrap .left {
    width: 60%;
}

.bottom_prem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 4rem;
}

.bottom_prem .item_prem {
    width: 50%;
    margin-bottom: 3rem;
}

.item_prem .up {
    padding-bottom: 2rem;
}

.item_prem .up .img {
    position: relative;
    max-width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_prem .up .img .num {
    position: absolute;
    right: -4rem;
    font-size: 3.125rem;
    color: #7CA5D0;
    font-family: "Prata", sans-serif;
    top: 0;
    z-index: 1;
}

.item_prem .up .img>img {
    position: relative;
    z-index: 100;
}

.item_prem .up .img .num::before {
    content: "";
    width: 20px;
    height: 105px;
    background: #fff;
    position: absolute;
    border-right: 1px solid #7CA5D0;
    top: -30px;
    left: 0;
    transform: rotate(45deg);
}

.item_prem .text {
    padding-left: 1rem;
    max-width: 300px;
    position: relative;
    font-size: 1.125rem;
}

.item_prem .text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 3px;
    background-color: #7CA5D0;
}

.item_prem .text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 3px;
    background-color: #E7EEF4;
}

.prem_wrap .left::after {
    content: "";
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 1112px;
    height: 1027px;
    background-image: url("../i/right_prem.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: #fff;
    padding-top: 29px;
    margin: 0;
}

.catalog__wrap {
    position: relative;
}

.schematic {
    background: var(--color);
    color: #fff;
    padding-bottom: 50px;
    margin: 0;
    padding-top: 30px;
}

.schematic .section-title {
    margin-bottom: 21px;
}

.schematic__points {
    /* margin-top: 10px; */
}

.points .point+.point {
    border-top: 1px solid #68757c;
}

.point__number {
    font-size: 82px;
    text-align: center;
    color: #00aeff;
    opacity: 0.2;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 500;
    height: 80px;
    line-height: 80px;
    margin-bottom: -80px;
}

.point__content {
    text-align: center;
    min-height: 80px;
}

.point__title {
    font-size: 19px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 13px 15px 0;
    letter-spacing: 0.56px;
}

.point__items {
    display: table;
    width: 100%;
}

.point-card {
    display: table-cell;
    width: 50%;
    padding: 10px 18px 18px 10px;
}

.point-card+.point-card {
    padding: 10px 10px 10px 22px;
    position: relative;
}

.point-card+.point-card::before {
    background: #3a4b55;
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    height: 86%;
    width: 1px;
    top: 50%;
    margin-top: -16.5%;
}

.point-card__title {
    color: #00aeff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.point-card__content {}

.point-card__item {
    font-size: 19px;
    margin-top: 19px;
    line-height: 23px;
}

.point-card__text {
    opacity: 0.3;
}

.heading.circle {
    position: relative;
}

.heading.circle::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -50px;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-color: #E8ECEF;
}

.heading.downtext p {
    padding-left: 3rem;
    position: relative;
    font-size: 1.25rem;
    color: #171B1F;
}

.heading.downtext p::before {
    content: "";
    position: absolute;
    width: 2rem;
    left: 0;
    height: 3px;
    top: 0.9125rem;
    background-color: #ABC2D9;
}

.d-none {
    display: none;
}

#slider3 {
    margin-top: 2rem;
}

.wb_wrap {
    max-width: 1078px;
    background-color: #fff;
    padding: 1.5rem;
}

.wb {
    border: 1px solid #E8ECEF;
    padding: 2.5rem 2rem 2rem;
    font-size: 1rem;
    position: relative;
    min-height: 661px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wb .text {
    max-width: 450px;
}

.wb .text p {
    font-size: 1rem;
    color: #2C3F52;
}

.wb .text p>strong {
    font-size: 1.875rem;
    font-family: "Prata", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 1rem;
}

.wb .text button.btn_popup {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #2C3F52;
    font-weight: 700;
    color: #2C3F52;
    cursor: pointer;
    transition: 0.3s;
}

.wb .text button.btn_popup:hover {
    border-bottom-color: transparent;
}

.wb>.img {
    position: absolute;
    top: -16rem;
    right: -8rem;
    max-width: 0;
    border: 1rem solid #EFF2F5;
    transition: 0.5s;
}

.wrapper_item_slider3 {
    max-height: 0;
    overflow: hidden;
    transition: 1s;
}

.wrapper_item_slider3.active {
    max-height: 2000px;
}

.wrapper_item_slider3.visible {
    overflow: visible;
}

.wb .down {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wb .text {
    overflow: hidden;
}

.wb .text .inner {
    opacity: 0;
    width: 100%;
    margin-left: -200%;
    transition: 0.5s;
}

.wb .text .inner.active {
    opacity: 1;
    margin-left: 0;
}

.wb .down .info p {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

.wb .down .info strong {
    font-weight: 700;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

.wb .down .info button {
    background-color: #7CA5D0;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #7CA5D0;
    outline: none;
    padding: 1rem 4rem;
    margin-top: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.wb .down .info button:hover {
    background-color: #5a90c7;
    border: 1px solid #5a90c7;
}

.wb .down .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wb .down .name .img {
    width: 100px;
    height: 100px;
    border: 6px solid #fff;
    overflow: hidden;
}

.wb .down .name .img>img {
    width: 100%;
}

.wb .down .name .text {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    padding-left: 0.5rem;
    cursor: default;
}

.wb>.img.active {
    max-width: 615px;
}

#slider3 .arrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#slider3 .arrow div {
    width: 76px;
    height: 76px;
    background: transparent;
    border: 1px solid #7CA4D0;
    margin-left: 1rem;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
}

#slider3 .arrow div::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: transparent;
    border-bottom: 1px solid #7CA4D0;
    border-right: 1px solid #7CA4D0;
    transform: rotate(135deg);
    left: 29px;
    right: 0;
    top: 22px;
    transition: 0.3s;
}

#slider3 .arrow div:last-child::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: transparent;
    border-bottom: 1px solid #7CA4D0;
    border-right: 1px solid #7CA4D0;
    transform: rotate(-45deg);
    left: 13px;
    right: 0;
    top: 22px;
    transition: 0.3s;
}

#slider3 .arrow div:hover {
    background: #7CA4D0;
}

#slider3 .arrow div:hover::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

#resh {
    background: #f2f2f2;
    position: relative;
    margin-top: 0;
    margin-bottom: 57px;
}

.item_resh,
.item_resh_reserv {
    display: flex;
    flex-direction: row;
    margin-top: 3rem;
    padding-bottom: 6rem;
}

.item_resh.first {
    margin-top: 0;
}

.item_resh .left {
    width: 50%;
    padding-right: 2rem;
}

.item_resh_reserv .left {
    width: 50%;
    padding-left: 2rem;
}

.item_resh_reserv .left p,
.item_resh .left p {
    font-size: 1.125rem;
}

.item_resh_reserv .left p>strong,
.item_resh .left p>strong {
    font-size: 1.25rem;
}

.item_resh .left .num {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.item_resh_reserv .num {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.item_resh .left .num>span {
    font-size: 2.75rem;
    color: #7CA5D0;
    position: relative;
    margin-right: 2rem;
}

.item_resh_reserv .left .num>span {
    font-size: 2.75rem;
    color: #7CA5D0;
    position: relative;
    margin-left: 2rem;
}

.item_resh .left .num>span::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #7CA5D0;
    top: 2.125rem;
    left: 100%;
    margin-left: 0.5rem;
    z-index: 10;
}

.item_resh_reserv .left .num>span::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #7CA5D0;
    top: 2.125rem;
    right: 100%;
    margin-right: 0.5rem;
    z-index: 10;
}

.item_resh .right,
.item_resh_reserv .right {
    width: 50%;
}

.item_resh .right .img,
.item_resh_reserv .right .img {
    margin-top: -4rem;
    position: relative;
}

.item_resh .right .img.first {
    margin-top: -16rem;
}

.item_resh .right .img::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: -3rem;
    right: -3rem;
    border: 1px solid #ABC2D9;
}

.item_resh_reserv .right .img::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: -3rem;
    left: -3rem;
    border: 1px solid #ABC2D9;
}

.heading.center {
    text-align: center;
}

.resh-wrapper {
    background-color: #f2f2f2;
    padding: 51px 0 116px;
}

#resh .count span {
    background-color: #483b2b;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

#resh .count:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 100px;
    z-index: 0;
    border: 1px solid #483b2b;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: rotate(90deg);
    left: 20px;
    top: 18px;
    border-bottom: none;
}

#resh .count:before {
    content: '';
    position: absolute;
    width: 12px;
    border-top: 1px solid #483b2b;
    top: 50%;
    left: calc(100% + 10px);
}

.resh-item__content {
    margin-top: 30px;
}

.resh-item__content p {
    margin: 0;
}

.resh-item {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.resh-item__content p.decision-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 115px;
    line-height: 32px;
}

#resh .count {
    width: 85px;
    height: 85px;
    position: absolute;
    margin-right: 49px;
    margin-left: 5px;
}

#resh h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.group_range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.group_range .name {
    width: 155px;
    font-size: 1.25rem;
    padding-right: 0.5rem;
}

.group_range span {
    flex: 1;
}

.group_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
}

.group_wrapper .group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.group_wrapper .group .name {
    width: auto;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.3;
}

.group_wrapper .group input[type="checkbox"] {
    display: none;
}

.group_wrapper .group label {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.group_wrapper .group label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    opacity: 1;
}

.group_wrapper .group label::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    opacity: 0;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -5px;
    background-color: transparent;
    border: transparent;
    transition: 0.3s;
}

.group_wrapper .group input[type="checkbox"]:checked+label::before {
    width: 30px;
    height: 20px;
    top: 14px;
    background: transparent;
    left: 2px;
    border: 5px solid #abc2d9;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
}

.select {
    position: relative;
    /* height: 50px; */
    width: auto;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    min-width: 66px;
    cursor: pointer;
    transition: 0.3s;
}

.select:hover {
    background: #f7f7f7;
}

.select::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 10px;
}

.select span {
    font-size: 1.125rem;
    color: #2C3F52;
}

.select .dropdown_option {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    width: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #2C3F52;
    box-shadow: 0 0 10px rgba(171, 194, 217, 0.5);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.select .dropdown_option>.option {
    padding: 0.25rem 0;
    background: #fff;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}

.select .dropdown_option>.option:hover {
    background: rgba(171, 194, 217, 0.5);
}

.select .dropdown_option.active {
    z-index: 1;
    opacity: 1;
}

.select .dropdown_option>.option .color {
    margin: auto;
}

.calc .result {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2rem 3rem;
    margin: 0 2rem 0 0;
    margin-top: 2rem;
}

.calc .result p {
    font-size: 1.125rem;
}

.calc .result .price {
    font-size: 3.25rem;
}

.calc .result .price span {
    font-weight: 700;
}

.color {
    display: block;
    width: 20px;
    height: 20px;
}

.color.color1 {
    background-color: #CE9E5E
}

.color.color2 {
    background-color: red
}

.color.color3 {
    background-color: blue
}

.color.color4 {
    background-color: green
}

.color.color5 {
    background-color: yellow
}

.color.color6 {
    background-color: black
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #ABC2D9;
    background: #ABC2D9;
    border: 1px solid #ABC2D9;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #7CA5D0;
    border: 1px solid #7CA5D0;
    background: #7CA5D0;
    box-shadow: inset 0 0 1px 1px #7CA5D0;
}

.irs--big .irs-handle {
    top: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    position: relative;
}

.irs--big .irs-handle::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -8px;
    background-color: #7CA5D0;
    border-radius: 50%;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border: 1px solid #fff;
    background-color: #fff;
    background: #fff;
    box-shadow: 0 0 5px #7CA5D0;
    cursor: pointer;
}

.irs--big .irs-min,
.irs--big .irs-max {
    display: none;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    background: #fff;
    color: #2C3F52;
    font-size: 1.125rem;
    padding: 0.25rem 0.5rem;
    top: -1.5rem;
}

.irs--big .irs-from::after,
.irs--big .irs-to::after,
.irs--big .irs-single::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 100%;
    left: 10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

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

.result_wrap .wrapper_button {
    position: relative;
    width: 300px;
}

.result_wrap .wrapper_button button {
    width: 100%;
    height: 80px;
    background: radial-gradient(circle, #66B9E8, #5394DF);
    color: #fff;
    font-size: 1.325rem;
    line-height: 1.2;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #8ED6FF;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 2.5rem;
    text-shadow: 1px 2px #3069A3;
    position: relative;
    z-index: 1;
}

.result_wrap .wrapper_button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 300px;
    height: 40px;
    background: linear-gradient(to top, #175EA5, #A0CFFF);
    border-radius: 0 0 15px 15px;
    z-index: 1;
}

.result_wrap .wrapper_button::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    box-shadow: 0 0 75px 40px #1B61A8;
    z-index: 0;
    transition: 0.55s;
}

.result_wrap .wrapper_button:hover::after {
    box-shadow: 0 0 50px 30px #1B61A8;
}

body.page-id-7 .wrapper,
.error404 .wrapper {
    height: 100vh;
    background-image: url(../i/thanks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
}

.thanks_block_in_thanks_page {
    margin-top: 3rem;
}

.page-id-7 .b2b_wrapper,
.error404 .b2b_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e2e9f1;
}

.btn_in_thanks_page {
    padding-bottom: 2rem;
}

.thanks_block_in_thanks_page h1 {
    font-size: 3.75rem;
    /* font-weight: 400; */
}

.manager-4 {
    padding: 7rem 0 0;
    margin: 0;
    background-color: #F7F8FA;
    overflow: hidden;
}

.footer {
    padding-top: 6px;
    background-color: #fff;
    padding-bottom: 6px;
}

.footer__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-menu__wrap {
    display: none;
    width: 100%;
    justify-content: space-between;
    order: 2;
    padding: 15px;
    transition: 1s;
}

.footer-menu__wrap.active {
    display: flex;
    flex-direction: column;
}

.footer-menu {
    flex: 0 1 100%;
}

.footer-menu+.footer-menu {
    margin-top: 15px;
}

.footer-contacts__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    order: 1;
    padding: 0 15px 0 6px;
}

.footer-wid-title {
    margin-bottom: 23px;
    color: #ffffff;
    position: relative;
    padding-bottom: 6px;
    font-family: "Dosis", sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.footer-wid-title::before {
    background-color: #2f4f4f;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
}

.footer-menu ul li {
    margin-bottom: 2px;
    line-height: 1.8;
}

.footer-menu ul li a {
    display: inline-block;
    color: #0b0b0b;
    transition: 0.5s;
}

.footer-menu ul li a:hover,
.footer-contact-list li a:hover {
    color: #d95546;
}

.footer-contact-list button:hover {
    opacity: 0.7;
}

.footer-menu ul li a:focus,
.footer-menu ul li a:active {
    border-bottom: 0;
}

.footer-contact-list li span {
    font-weight: 700;
}

.footer-contact-list .phone {
    font-size: 18px;
    border: 0;
    color: #0b0b0b;
    display: inline-block;
    font-weight: bold;
    /* margin-top: 16px; */
    line-height: 1;
    white-space: nowrap;
}

.footer-contact-list button {
    cursor: pointer;
    color: #d95546;
    border: none;
    border-bottom: 1px solid #d95546;
    padding: 0;
    background: 0;
    /* color: #0b0b0b; */
    font-size: 18px;
    line-height: 1;
}

.footer-contact-list li a:focus,
.footer-contact-list li a:active,
.footer-contact-list li a:hover {
    border-bottom: 0;
}

.footer .left {
    padding-top: 2rem;
    width: 50%;
}

.footer .left p {
    font-size: 1.25rem;
    color: #000;
}

.footer .left {
    width: 50%;
}

.form_wrapper {
    width: 100%;
    max-width: 473px;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 50px 50px 100px rgba(124, 165, 208, 0.15);
    margin-bottom: 16rem;
    position: relative;
}

.form_wrapper::after {
    content: "";
    position: absolute;
    width: 1915px;
    height: 1341px;
    margin-top: -164px;
    margin-right: -57px;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url("../i/footer_book.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.form_wrapper::before {
    content: "";
    position: absolute;
    width: 1226px;
    height: 1226px;
    margin-top: -132px;
    margin-right: 207px;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url("../i/footer_krugi.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.form_wrap {
    width: 100%;
    height: 100%;
    max-width: 450px;
    padding: 2.5rem 1.5rem 2rem;
}

.form .form-header,
.form-head .form-header {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 2rem;
}

.fancybox-container .form-head .form-header {
    color: #fff;
}

.form .form-desk {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.form .button {
    position: relative;
    margin-bottom: 2rem;
}

.button {
    background-color: #d95546;
    border: 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: block;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    padding: 17px 25px;
    letter-spacing: 5px;
    width: fit-content;
    position: relative;
    text-transform: uppercase;
}

a.button:hover {
    color: #1d1d1d;
}

.center {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
}

.h-100 {
    height: 100%;
    height: 100vh;
}

.form-group {
    position: relative;
    background: #EFF3F7;
}

.hideLabels .form-control {
    padding: 40px 1rem 20px;
}

.popup {
    padding: 2rem;
}

.header__description {
    display: none;
}

.front-calc .heading h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.calc_wrapper {
    position: relative;
    margin-top: 30px;
}

.calc_wrapper_scroll {
    position: relative;
    height: auto;
    overflow: hidden;
    transition: 1s;
}

.calc_wrapper_scroll.visible {
    overflow: visible;
}

.front-calc {
    overflow: hidden;
}

.wis {
    display: none;
}

.wis.active {
    display: block;
}

.calc {
    position: relative;
}

.calc_wrapper_scroll.visible .calc::after,
.calc_wrapper_scroll.visible .calc::before {
    opacity: 1;
}

.beforeback {
    position: relative;
}

.beforeback::before {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -45px;
    width: 273px;
    height: 270px;
    background-image: url("../i/bolt.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
    -webkit-animation: levitation3 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
    animation: levitation3 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
}

.gray_top_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 46%;
    background-color: #E8ECEF;
    z-index: 1;
}

.gray_top_left:after {
    content: "";
    position: absolute;
    left: 78px;
    bottom: -673px;
    width: 153px;
    height: 1198px;
    background-image: url("../i/text.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-animation: levitation2 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
    animation: levitation2 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
}

.after_top_right {
    position: relative;
}

.after_top_right::before {
    content: "";
    position: absolute;
    right: -313px;
    top: -136px;
    width: 247px;
    height: 247px;
    background-image: url("../i/str.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-animation: levitation 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
    animation: levitation 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
}

.slider2_wrap::before {
    content: "";
    position: absolute;
    left: -274px;
    bottom: -230px;
    width: 441px;
    height: 394px;
    background-image: url("../i/priz.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    -webkit-animation: levitation3 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
    animation: levitation3 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
}

.slider2_wrap::after {
    content: "";
    position: absolute;
    right: -153px;
    top: -76px;
    width: 247px;
    height: 247px;
    background-image: url("../i/str.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: scale(-1, 1);
    -webkit-animation: levitation2 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
    animation: levitation2 4s infinite cubic-bezier(0.52, 0.49, 0.57, 0.51);
}

@-webkit-keyframes levitation {
    from {
        margin-top: 0;
    }

    10% {
        margin-top: -5px;
    }

    25% {
        margin-top: -25px;
    }

    50% {
        margin-top: 0;
    }

    75% {
        margin-top: 25px;
    }

    90% {
        margin-top: 5px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes levitation {
    from {
        margin-top: 0;
    }

    10% {
        margin-top: -5px;
    }

    25% {
        margin-top: -25px;
    }

    50% {
        margin-top: 0;
    }

    75% {
        margin-top: 25px;
    }

    90% {
        margin-top: 5px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes levitation2 {
    from {
        margin-top: 0;
    }

    10% {
        margin-top: 5px;
    }

    25% {
        margin-top: 25px;
    }

    50% {
        margin-top: 0;
    }

    75% {
        margin-top: -25px;
    }

    90% {
        margin-top: -5px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes levitation2 {
    from {
        margin-top: 0;
    }

    10% {
        margin-top: 5px;
    }

    25% {
        margin-top: 25px;
    }

    50% {
        margin-top: 0;
    }

    75% {
        margin-top: -25px;
    }

    90% {
        margin-top: -5px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes levitation3 {
    from {
        margin-bottom: 0;
    }

    10% {
        margin-bottom: 5px;
    }

    25% {
        margin-bottom: 25px;
    }

    50% {
        margin-bottom: 0;
    }

    75% {
        margin-bottom: -25px;
    }

    90% {
        margin-bottom: -5px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes levitation3 {
    from {
        margin-bottom: 0;
    }

    10% {
        margin-bottom: 5px;
    }

    25% {
        margin-bottom: 25px;
    }

    50% {
        margin-bottom: 0;
    }

    75% {
        margin-bottom: -25px;
    }

    90% {
        margin-bottom: -5px;
    }

    to {
        margin-bottom: 0;
    }
}

.text_slider.backgroundnone h1,
.text_slider.backgroundnone h2,
.text_slider.backgroundnone p {
    /*background: none;*/
}

/* B2B + ScrollUp */
.b2b_wrapper {
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 15px 4px 15px;
    text-align: center;
    font-family: "Montserrat", sans-serif
}

.b2b_wrapper>.b2b_text {
    font-size: 14px;
    font-family: inherit;
    display: inline-block;
}

.b2b_wrapper>.b2b {
    display: inline-block;
}

.b2b_wrapper>.b2b>img {
    width: 18px;
    height: 18px;
    margin-bottom: 3px;
}

.b2b_wrapper>.b2b>a {
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    transition: 0.3s;
}

.b2b_wrapper>.b2b>a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 899px) {
    .b2b_wrapper>.b2b {
        display: block;
        padding-top: 8px;
    }
}

.scrollup {
    background: url("../i/arrow-top.svg") no-repeat center / 1.5rem;
    z-index: 1000;
}

#about {
    margin: 0;
}

#about .utp {
    padding: 6rem 0;
}

#about .image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../i/about.png) no-repeat center right;
    background-size: cover;
}

#about .content {
    background: #fff;
    padding: 3rem;
    padding-left: 0;
    margin: -2rem 0;
}

#breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

#breadcrumbs a {
    border-bottom: 1px solid rgba(62, 101, 219, 0.3);
}

#breadcrumbs a:hover {
    border-bottom: 1px solid rgba(228, 19, 96, 0);
}

#date {
    display: flex;
    justify-content: space-between;
    color: #7a7e86;
    font-size: 0.9rem;
}

#content {
    padding: 3rem 0;
    margin: 0;
}
@media (max-width: 1024px) {
    #content, #archive{
        padding: 5rem 0;
    }
}
#content h2 {
    margin-top: 3rem;
}

#content h3 {
    color: var(--color);
}

#content .header {
    margin-bottom: 2.5rem;
}

#content .content-wrap {
    position: relative;
    z-index: 3;
}

#content .posts {
    padding: 3rem 0;
}

#content .content-wrap .info_content {
    margin-top: 1rem;
}

#content .content-wrap .image {
    position: relative;
}

#content .content-wrap .intro {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    padding: 6rem 3rem 1rem;
}

#content .content-wrap .intro p {
    color: #fff;
    margin: 1rem 0;
    font-size: 1.25rem;
    line-height: 1.35;
}

#content .content-wrap .content {
    margin-top: 2rem;
}

#content .slider-wrap {
    position: relative;
    margin: 1rem 4rem;
}

#content .slick-slide a {
    text-align: center;
}

#content .content p {
    margin: 1.5rem 0;
    line-height: 1.55;
    font-size: 1.125rem;
}

#content .content-wrap .link {
    margin-top: 3rem;
}

#content .link a {
    border-bottom: 1px solid rgba(62, 101, 219, 0.3);
}

#content .link a:hover {
    border-bottom: 1px solid rgba(228, 19, 96, 0);
}

.sidebar {
    padding: 0rem 0 0 4rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 2rem;
}

.sidebar .sidebar-header {
    font-size: 1.5rem;
    font-family: var(--f2);
    margin-bottom: 2rem;
}

.sidebar .sidebar-content {}

.sidebar .sidebar-content .list {
    width: 100%;
}

.sidebar .sidebar-content .list .body {
    margin: 0rem 1rem 0.7rem;
    display: flex;
}

.sidebar .sidebar-content .list .body #date {
    flex: 1 0 110px;
    font-size: 0.8rem;
    justify-content: flex-end;
}

.sidebar .sidebar-content .list .body .title {
    line-height: 1.3;
    font-size: 0.9rem;
    text-decoration: underline;
}

.sidebar .sidebar-content .list .body:hover .title {
    text-decoration: none;
}

.sidebar .link {
    margin-top: 2rem;
}

.post-ratings {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 0.8rem;
}

.post-ratings img {
    margin-right: 2px;
}

.post-ratings img:last-child {
    margin-right: 10px;
}

.news .post-ratings img {
    width: 16px;
}

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

#archive {
    margin: 3rem 0;
}

#archive .header {
    margin-bottom: 3rem;
}

.news {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .15);
    background-color: #fff;
    display: block;
    margin-bottom: 2rem;
    color: var(--black);
}

.news .body {
    padding: 1rem 1.5rem 1.5rem;
}

.news .title {
    font-weight: bold;
    margin-top: 0.5rem;
    line-height: 1.3;
    font-size: 1.25rem;
}

.news .intro {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin-top: 1rem;
    color: var(--dark);
}

.news .intro::before {
    content: "";
    background: linear-gradient(0deg, #fff 50%, transparent);
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.news .intro .more {
    left: 0;
    bottom: 0;
    position: absolute;
    color: var(--color);
    text-align: right;
    border-bottom: 1px solid var(--color_30);
}

.news:hover .intro .more {
    border-bottom: 1px solid transparent;
}

.news .intro p {
    margin: 0 !important;
    font-size: 1rem;
}

.news #date {
    font-size: 0.8rem;
}

.news:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
}

.news:hover .title {
    color: var(--blue);
}

@media screen and (max-width: 1449px) {
    .gray_top_left:after {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .text_slider {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 1299px) {
    #slider1 {
        margin-top: -3rem;
    }

    .navigation>li>a {
        padding: 0.75rem 0rem 0.5rem;
    }

    .navigation>li {
        padding: 0 1rem;
    }

    .text_slider {
        top: 7rem;
    }

    .text_slider span {
        font-size: 2.5rem;
    }

    .text_slider h1,
    .text_slider h2 {
        font-size: 2rem;
    }

    .category_catalog_wrapper {
        margin-bottom: 2.375rem;
    }

    .item_slider2 .text>p {
        font-size: 2rem;
    }

    .wrapper_zam .left h2 {
        font-size: 2.5rem;
    }

    .wrapper_zam .right .back .img {
        width: 607px;
    }

    #zam {
        padding: 6rem 0 0;
    }

    .catalog::after,
    .after_top_right::before,
    .slider2_wrap::after,
    .slider2_wrap::before,
    .catalogalog .row::before,
    .catalogalog .row::after,
    .after_top_right::before,
    .beforeback::before {
        display: none;
    }

    .calc {
        padding: 0;
    }

    .calc_nav {
        margin-bottom: 2rem;
    }

    .group_wrapper {
        margin-top: 2rem;
    }

    .calc .result {
        padding: 1rem 3rem;
    }

    .calc_wrapper_hidden {
        min-height: 685px;
    }

    .bottom_prem .item_prem {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1280px) {
    .item_slider2 .text>p {
        line-height: 1.2;
    }

    .wrapper_zam .left h2 {
        line-height: 1.2;
    }

    .wrapper_zam .left p {
        font-size: 1.125rem;
    }

    .heading h2 {
        line-height: 1.2;
    }

    .wb>.img.active {
        max-width: 541px;
        top: -10rem;
        right: -4rem;
    }

    .calc::before,
    .calc::after {
        display: none;
    }

    .advant-icon svg {
        width: 2.5rem;
    }

    .layb {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1149px) {
    .wrapper_zam .right .back .img {
        width: 475px;
    }

    .wb>.img.active {
        max-width: 425px;
    }

    .wb {
        min-height: 510px;
    }

    #footer {
        padding: 4rem 0 0;
    }

    .form_wrapper {
        max-width: 400px;
    }

    .calc_wrapper_hidden {
        min-height: 630px;
    }
}

@media screen and (max-width: 1023px) {
    .text_slider {
        margin-left: 2rem;
    }

    #slider1 {
        margin-top: 0;
    }

    .text_slider span {
        font-size: 2.25rem;
    }

    .text_slider {
        top: 3rem;
    }

    .category_catalog>.text {
        padding: 0.875rem 0.875rem;
    }

    .category_catalog>.text>p {
        font-size: 1rem;
    }

    .category_catalog>.text {
        min-height: 88px;
    }

    .category_catalog {
        padding-bottom: 88px;
    }

    .header__phone .info {
        margin-right: 4rem;
    }

    .header-call {
        margin-top: 0;
    }

    .item_slider2_wrap .metka {
        font-size: 1rem;
    }

    .item_slider2 .text {
        padding: 1rem 2rem;
    }

    .item_slider2 .text>p {
        font-size: 1.5rem;
    }

    .item_slider2 .text>.wrapper_button button {
        height: 70px;
    }

    .item_slider2 .text>.wrapper_button {
        margin-bottom: 1rem;
    }

    .slider2_next {
        top: 50%;
        margin-top: -65px;
        height: 120px;
        width: 43px;
    }

    .wrapper_zam .left {
        padding-left: 0;
    }

    .wrapper_zam .left h2::before,
    .wrapper_zam .left h2::after {
        display: none;
    }

    .wrapper_zam .right .back .img {
        width: 440px;
    }

    .heading h2 {
        font-size: 2.5rem;
    }

    .prem_wrap .left {
        width: 100%;
    }

    .prem_wrap .left::after {
        width: 509px;
        height: 469px;
    }

    .bottom_prem .item_prem {
        width: 33%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bottom_prem .item_prem:nth-child(5n) {
        margin-right: 33%;
    }

    .prem_wrap .left::after {
        width: 543px;
        height: 498px;
        z-index: -1;
        left: 47%;
    }

    .wb .text {
        max-width: 50%;
    }

    .wb>.img.active {
        max-width: 55%;
        top: -3rem;
        right: -3rem;
    }

    #slider3 .arrow div {
        width: 40px;
        height: 40px;
    }

    #slider3 .arrow div::before {
        width: 10px;
        height: 10px;
        left: 17px;
        top: 15px;
    }

    #slider3 .arrow div:last-child::before {
        width: 10px;
        height: 10px;
        left: 12px;
        top: 15px;
    }

    .wb .down .name .img {
        width: 70px;
        height: 70px;
    }

    .wb .info .text {
        max-width: 100%;
    }

    .wb .down .info button {
        margin-top: 0;
    }

    .calc_nav {
        flex-wrap: wrap;
    }

    .calc_nav button {
        width: 50%;
    }

    .group_range .name {
        width: 110px;
        font-size: 1rem;
    }

    .irs--big .irs-from,
    .irs--big .irs-to,
    .irs--big .irs-single {
        font-size: 1rem;
    }

    .group_wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .group_wrapper .group {
        width: 33%;
        justify-content: flex-start;
        padding-right: 1rem;
    }

    .calc .result .price {
        font-size: 2.5rem;
    }

    .result_wrap .wrapper_button {
        margin-bottom: -1rem;
    }

    .irs--big .irs-from,
    .irs--big .irs-to,
    .irs--big .irs-single {
        top: -1.2rem;
    }

    .form_wrapper::before {
        width: 770px;
        height: 770px;
    }

    .form_wrapper::after {
        width: 915px;
        height: 636px;
        margin-top: 29px;
        margin-right: 124px;
    }

    .form_wrapper::before {
        width: 570px;
        height: 570px;
        margin-top: 32px;
        margin-right: 207px;
    }

    .form_wrapper {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    #navigation.active {
        margin-top: 0;
        opacity: 1;
        /* z-index: 10; */
    }

    #navigation .container-fluid {
        padding: 0;
    }

    #navigation ul.navigation {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 1.325rem;
    }

    ul.sub-menu {
        position: relative;
        z-index: 200;
    }

    #header {
        position: relative;
        z-index: 101;
        background: #fff;
    }

    .navigation>li {
        border: none;
    }

    .wb {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wb>.img.active {
        max-width: 50%;
        top: 0;
        right: 0;
        position: relative;
        border: 0;
    }

    .wb .text .inner.active {
        padding-right: 1rem;
    }

    .wb .down {
        width: 100%;
    }

    .menu-item .sub-menu {
        position: relative;
        padding-left: 0;
        box-shadow: none;
    }

    .menu-item-has-children a {
        position: relative;
    }

    .sidebar {
        padding: 0;
        border-left: 0;
        margin-left: 0;
        margin-top: 1rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #content .content-wrap .intro {
        position: relative;
        bottom: 0;
        background: #fff;
        padding: 3rem;
    }

    #content .content-wrap .intro p {
        color: var(--dark);
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.45;
    }
}

@media screen and (max-width: 768px) {

    .item_slider1 img {
        height: 100%;
        width: 100%;
    }

    .text_slider span {
        font-size: 2rem;
    }

    .text_slider.active h1,
    .text_slider.active h2 {
        font-size: 1.575rem;
        padding: 1rem;
    }

    .text_slider p {
        padding: 0.5rem 1rem;
    }

    .text_slider h1,
    .text_slider h2 {
        margin-left: -200%;
    }

    .text_slider {
        top: 2rem;
    }

    .catalogmargintop {
        margin-top: 0;
        padding-top: 2rem;
    }

    .item_slider2 .text {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .item_slider2_wrap .metka {
        top: 1rem;
    }

    .item_slider2 .text>.wrapper_button button {
        height: 55px;
        font-size: 1.25rem;
    }

    .item_slider2 .text>.wrapper_button {
        margin-left: 0;
        margin-top: 1rem;
        width: 240px;
    }

    .item_slider2 .text>.wrapper_button::before {
        width: 240px;
    }

    .slider2_next:hover {
        width: 50px;
    }

    .wrapper_zam {
        display: flex;
        flex-direction: column;
    }

    .wrapper_zam .left,
    .wrapper_zam .left {
        width: 100%;
        text-align: center;
    }

    .wrapper_zam .left h2 br {
        display: none;
    }

    #zam {
        padding: 3rem 0 0;
    }

    .wrapper_zam .left p br {
        display: none;
    }

    .wrapper_zam .left .wrapper_button {
        width: 270px;
        margin: auto;
    }

    .wrapper_zam .left .wrapper_button::before {
        width: 270px;
    }

    .wrapper_zam .right {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .heading h2 br {
        display: none;
    }

    .heading h2 {
        text-align: center;
    }

    .heading.grayleft::before {
        right: 66%;
        top: -1rem;
    }

    .advantages {
        padding: 2rem 0rem 0;
    }

    .bottom_prem .item_prem {
        width: 50%;
    }

    .bottom_prem .item_prem:nth-child(5n) {
        margin-right: 0;
    }

    .prem_wrap .left::after {
        display: none;
    }

    .heading.downtext p {
        text-align: center;
        padding: 0;
    }

    .heading.downtext p::after,
    .heading.downtext p::before {
        display: none;
    }

    .wb .text {
        max-width: 100%;
    }

    .wb>.img.active {
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .wb .down {
        width: 100%;
        flex-direction: column;
    }

    .wb .down .name {
        margin: 1rem 0;
    }

    #slider3 .arrow {
        margin-right: 1rem;
    }

    .item_resh {
        flex-direction: column;
    }

    .item_resh_reserv {
        flex-direction: column-reverse;
    }

    .item_resh .left {
        width: 100%;
        padding-right: 0;
    }

    .item_resh .right .img.first {
        margin-top: 0;
    }

    .item_resh .right {
        width: 100%;
        max-width: 500px;
        margin: 1rem auto 1rem;
    }

    .gray_top_left {
        height: 50%;
    }

    .item_resh_reserv .left {
        width: 100%;
        padding-left: 0;
    }

    .item_resh .right,
    .item_resh_reserv .right {
        width: 100%;
        max-width: 500px;
        margin: 1rem auto 1rem;
    }

    .item_resh .right .img,
    .item_resh_reserv .right .img {
        margin-top: 0;
    }

    .item_resh,
    .item_resh_reserv {
        padding-bottom: 2rem;
    }

    .group_range {
        flex-direction: column;
    }

    .group_range span {
        flex: none;
        width: 100%;
    }

    .group_range .name {
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }

    .group_range .name br {
        display: none;
    }

    .irs--big .irs-from,
    .irs--big .irs-to,
    .irs--big .irs-single {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .group_wrapper .group {
        width: 50%;
    }

    .irs--big .irs-from,
    .irs--big .irs-to,
    .irs--big .irs-single {
        top: 0;
    }

    .irs--big .irs-from::after,
    .irs--big .irs-to::after,
    .irs--big .irs-single::after {
        display: none;
    }

    .group_wrapper {
        justify-content: space-between;
    }

    .group_wrapper .group {
        padding-right: 0;
    }

    .result_wrap {
        flex-direction: column;
    }

    .result_wrap .wrapper_button {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .calc .result {
        margin: 0;
        margin-top: 0;
    }

    .footer .left,
    .footer .right {
        width: 100%;
    }

    .footer .left p {
        text-align: center;
    }

    .form_wrapper {
        margin: auto;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .heading.circle::before {
        display: none;
    }

    .front-calc .heading h2::before,
    .front-calc .heading h2::after {
        display: none;
    }

    .text_slider.active h1,
    .text_slider.active h2 {
        font-size: 1.575rem;
        padding: 1rem;
        max-width: 445px;
    }

    .item_slider1 img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        z-index: -1;
        bottom: 0;
    }

    .text_slider {
        position: relative;
        margin-top: 2rem;
        top: unset;
        margin-bottom: 3rem;
    }

    .text_slider h1,
    .text_slider h2 {
        display: block;
        opacity: 0;
        margin-left: 0;
        width: 90vw;
    }

    .text_slider h1,
    .text_slider h2 {
        font-size: 1.575rem;
        padding: 1rem;
    }

    .text_slider p {
        display: block;
        opacity: 0;
        margin-left: 0;
        width: 80vw;
    }

    .text_slider.active span {
        font-size: 2rem;
    }

    .text_slider.active h1,
    .text_slider.active h2 {
        display: block;
        opacity: 1;
    }

    .text_slider.active p {
        display: block;
        opacity: 1;
    }

    .text_slider {
        max-width: 90vw;
        width: 100%;
        position: relative;
        margin-top: 3rem;
        top: unset;
        margin-bottom: 3rem;
    }

    #about .content {
        padding: 0;
        margin: 0;
    }

    #about .image {
        position: static;
        width: 100%;
        height: 500px;
    }

    .thanks_block_in_thanks_page h1 {
        font-size: 2.75rem;
    }

    .page-id-7 .button_box button {
        height: 70px;
    }

    .error404 .button_box button {
        height: 70px;
    }

    .text_slider {
        margin-top: 6rem;
        margin-bottom: 9rem;
    }

    #content .content-wrap .intro {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 499px) {
    h1 {
        font-size: 2.5rem;
    }

    .text_slider {
        margin-left: 1rem;
    }

    .form_wrapper::after,
    .form_wrapper::before {
        display: none;
    }

    .text_slider br {
        display: none;
    }

    .text_slider {
        max-width: 100%;
    }

    .text_slider.active span {
        font-size: 1.75rem;
    }

    .text_slider.active span {
        font-size: 1.75rem;
    }

    .item_slider2 .text {
        position: relative;
        padding: 7rem 1rem 1rem;
    }

    .item_slider2 .img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .header__phone .img {
        display: none;
    }

    #header>.container-fluid {
        padding: 0;
    }

    .header__phone .info {
        margin-right: 0;
    }

    .slider2_wrap {
        border: 0.5rem solid #fff;
    }

    .header__phone {
        display: flex;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .header__phone .info {
        padding-right: 10px;
    }

    .slider2_next {
        height: 100px;
        width: 25px;
        margin-top: -50px;
    }

    .slider2_next:hover {
        width: 25px;
    }

    .wrapper_zam .left h2 {
        font-size: 2rem;
    }

    .wrapper_zam .right .back .img {
        width: 100%;
        padding-top: 0;
    }

    .heading h2 {
        font-size: 2rem;
    }

    .bottom_prem .item_prem {
        width: 100%;
    }

    .bottom_prem .item_prem {
        max-width: 250px;
        margin: 0 auto 2rem !important;
    }

    .wb_wrap {
        padding: .5rem;
    }

    .wb {
        padding: 1rem 0.5rem 0.5rem;
    }

    .wb .text .inner.active {
        padding-right: 0;
    }

    .wb .down .info p {
        text-align: center;
    }

    .gray_top_left {
        display: none;
    }

    #resh::after {
        display: none;
    }

    .calc_wrapper {
        padding: 12px;
    }

    .calc {
        padding: 1rem 0.5rem;
    }

    .calc_nav button {
        width: 100%;
        font-size: 1rem;
        text-align: center;
        padding: 0.5rem;
    }

    .group_wrapper .group .name {
        width: auto;
        padding-right: 1rem;
        font-size: 1rem;
    }

    .select {
        height: 36px;
        min-width: 50px;
    }

    .group_wrapper .group label {
        width: 35px;
        height: 35px;
    }

    .color {
        display: block;
        width: 15px;
        height: 15px;
    }

    .select::after {
        right: 6px;
    }

    .group_wrapper .group input[type="checkbox"]:checked+label::before {
        width: 24px;
        height: 13px;
        top: 13px;
        background: transparent;
        left: 2px;
        border: 3px solid #abc2d9;
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .result_wrap .wrapper_button {
        width: 250px;
        height: 70px;
    }

    .result_wrap .wrapper_button button {
        height: 70px;
    }

    .result_wrap .wrapper_button::before {
        width: 250px;
    }

    .form_wrapper {
        padding: 0.5rem;
    }

    .form_wrap {
        padding: 1rem 0.5rem;
    }

    #about .image {
        height: 350px;
    }

    .thanks_block_in_thanks_page h1 {
        font-size: 2rem;
    }

    .text_slider {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    h1 {
        font-size: 2rem;
    }

    .banner-cart .header ul {
        display: flex;
        flex-direction: column;
    }

    .banner-cart .image {
        display: none;
    }

    .advant-icon svg {
        width: 2rem;
    }

    .advant-elem {
        font-size: 0.9rem;
        max-width: 6rem;
        margin: 0.5rem;
    }

    .advant {
        max-width: 23rem;
    }

    .layb {
        max-width: 22rem;
    }
}

/* Страница заборов */
.head-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 142px;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.catalog-head {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 6px #0a0a0a;
}

.breadcrumb-wrap {
    text-align: center;
    display: none;
}

.breadcrumbs {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 37px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.breadcrumbs__link {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.fcalc {
    background: #e6e6e6;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding-bottom: 10px;
}

.fcalc-top {
    margin: 0;
}

.fcalc__estimate {
    background: #fff;
    border-radius: 10px;
    /* margin: 0 8px; */
    padding-bottom: 15px;
    margin-top: 2px;
}

.calc_wrap {
    background: #e6e6e6;
    /* padding: 8px; */
    /* margin-top: 2rem; */
    border-radius: 15px;
    padding-top: 3px;
}

.fcalc-phone {
    text-align: left;
    padding-left: 40px;
}

.fcalc-phone a {
    color: #0c0c0c;
    font-size: 24px;
}

.calculator_start {
    text-transform: uppercase;
    letter-spacing: 3.5px;
    padding: 18px 0;
}

.estimate__total {
    margin: 0 -8px;
}

.promotions {
    margin: 0;
}

.actions-slider__wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.actions-slider {
    display: none;
}

.actions-slider.slick-initialized {
    display: block;
}

.actions-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.promotions .row {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: inherit;
}

.gallery-thumbs .swiper-wrapper {
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
}

.gallery-thumbs {
    width: 390px;
}

.gallery-top {
    width: 870px;
}

.gallery-thumbs .swiper-slide {
    width: 100% !important;
    height: 188px;
    margin-bottom: 15px;
    opacity: 1 !important;
}

.gallery-thumbs .swiper-slide:hover {
    cursor: pointer;
}

.gallery-top .swiper-slide {
    height: 594px;
}

.gallery-thumbs .swiper-slide {
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.gallery-thumbs .swiper-slide p {
    background-color: #3b69a2;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    color: #fff;
    font-family: "Prata", sans-serif;
}

.gallery-thumbs .swiper-slide p strong {
    font-weight: normal;
    color: #f3de89;
}

.gallery-top .swiper-slide p {
    text-align: center;
    font-family: "Prata", sans-serif;
    color: #fff;
    font-size: 50px;
    text-shadow: 6px 6px 9.3px rgba(0, 0, 0, 0.38);
    margin-top: 100px;
}

.gallery-top .swiper-slide p strong {
    font-weight: normal;
    color: #f3de89;
}

.eTimer {
    display: block !important;
    text-align: center;
}

.eTimer .etUnit .etSign {
    text-transform: uppercase;
    color: #fff;
}

.gallery-top .swiper-slide button {
    height: 100px;
    background: radial-gradient(circle, #66B9E8, #5394DF);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    border: none;
    border-bottom: 8px solid #3b6eb1;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 2rem;
    text-shadow: 1px 2px #3069a3;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
}

.eTimer .etUnit .etNumber {
    font-family: "Bebas Neue", cursive !important;
    background-image: url(../i/bg-timer.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 95px !important;
    margin: 0 5px 0 0 !important;
    width: 71px !important;
    line-height: 105px !important;
}

.eTimer .etSep {
    color: #009CD8;
    margin-left: -5px;
    line-height: 80px;
    padding: 0 !important;
    width: 40px;
}

.eTimer .etUnit .etSign {
    font-size: 35px !important;
    font-family: Bebas-Neue !important;
    margin-top: 15px !important;
}

.questions {
    margin-top: 0;
    background: #f2f2f2;
    padding-top: 34px;
    padding-bottom: 16px;
}

.questions__title {
    margin-bottom: 18px;
}

.questions .panel-collapse {
    display: none;
}

.panel-heading {
    font-size: 24px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    border-radius: 22px;
    background: #d95546;
    font-weight: 600;
    line-height: 1;
    padding: 16px;
    margin-top: 12px;
    text-align: center;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -ms-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-heading.in {
    background-color: #FFF;
    color: #333333;
}

.panel-collapse {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    margin-top: 9px;
    width: 100%;
}

.panel-collapse-wrapper {
    font-size: 17px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

.panel-collapse-benefits {
    margin-top: 25px;
}

.panel-collapse-benefits li {
    margin-bottom: 5px;
}

.panel-collapse-benefits li span {
    min-width: 40px;
    display: inline-block;
}

/*.works-item-gallery{
    display: none;
}*/
.works {
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #e8ecef;
    background-image: url(../i/bg-catalog.jpg);
}

.works h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 0;
    max-width: 520px;
    margin-bottom: 65px;
}

.works .swiper-container {
    height: 405px;
}

.works .swiper-slide {
    display: flex;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

.works .swiper-slide img {
    height: 280px;
}

.works .swiper-slide-active img {
    position: absolute;
    width: 525px;
    max-width: 525px;
    height: 400px;
    border: 15px solid #fff;
    max-height: inherit;
    z-index: 2;
}

.works .swiper-slide-next img,
.works .swiper-slide-prev img {
    height: 340px;
    position: absolute;
    width: auto;
    max-width: initial;
    top: 30px;
    z-index: 1;
}

.works-item-gallery {
    color: #fff;
    display: none;
    text-align: center;
    z-index: 2;
}

.works-item-gallery a {
    color: #fff;
    font-family: "Prata", sans-serif;
    font-size: 24px;
    padding: 0;
}

.works-item-gallery .figure {
    display: none;
}

.works-item-gallery .figure:first-child {
    display: block;
    height: 100%;
}

.works .swiper-slide-active .works-item-gallery {
    border: 15px solid #fff;
    display: block;
    height: 400px;
    max-width: 525px;
    position: absolute;
    width: 525px;
}

.figure__link {
    display: block;
    height: 370px;
    max-height: inherit;
    max-width: 495px;
    position: absolute;
    width: 495px;
    z-index: 2;
}

.figure__title {
    display: none;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 355px;
    color: #fff;
    font-family: "Prata", sans-serif;
    font-size: 24px;
}

.works-item-gallery .figure:first-child .figure__title {
    background-color: #3b69a2;
    display: block;
}

.figure__title:hover {
    text-decoration: underline;
}

.works-item-gallery a:hover {
    text-decoration: none !important;
}

.figure__caption {
    display: none;
}

.works .swiper-button-next,
.works .swiper-button-prev {
    top: 37% !important;
}

.fancybox-caption:after {
    display: none;
}

.fancybox-caption {
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center;
}

.fancybox-caption a {
    height: 65px;
    background: radial-gradient(circle, #66B9E8, #5394DF);
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 54px;
    font-weight: 600;
    border: none;
    border-bottom: 8px solid #3b6eb1;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 2rem;
    text-shadow: 1px 2px #3069a3;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
}

.videos__title {
    margin-bottom: 60px;
}

.videos-wrapper {
    margin-left: -16px;
    margin-right: -16px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: 625px;
}

.videos-wrapper .epyt-gallery-allthumbs {
    padding: 0 20px;
    width: 100%;
}

.videos-wrapper .epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb {
    width: 100%;
}

.videos-wrapper .epyt-gallery-allthumbs.epyt-cols-6>.epyt-gallery-thumb {
    width: 50%;
    margin-right: auto;
}

.wpcf7-form .form-group {
    margin: 0;
}
#wpcf7-submit-custom p {
    text-align: center;
} 

input[type=text].wpcf7-form-control,
input[type=tel].wpcf7-form-control,
input[type=email].wpcf7-form-control,
textarea.wpcf7-form-control {
    background: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    color: #1d1a24;
    font-size: 1rem;
    height: auto;
    margin: 0;
    padding: 25px 1rem 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 2;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
    color: #f5f6f8;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: -2.5rem;
    z-index: 10;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip::before {
    border-color: rgba(0, 0, 0, 0.85) transparent transparent;
    border-style: solid;
    border-width: 1rem 1rem 0 0;
    bottom: -1rem;
    content: "";
    height: 0;
    position: absolute;
    right: 1rem;
    width: 0;
}

.wpcf7-form-control.wpcf7-acceptance {
    font-size: 0.7rem;
    padding: 0;
}

.wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.agreement-check {
    position: relative;
}

.feedback-form-wrapper .agreement-check {
    margin-top: 15px;
}

.agreement-check input {
    cursor: pointer;
    height: 1.5rem;
    opacity: 0;
    position: absolute;
    top: 4px;
    width: 1.5rem;
    z-index: 1;
}

.agreement-check input+.wpcf7-list-item-label {
    display: inline-block;
    font-size: 0.7rem;
    padding-left: 2rem;
    position: relative;
}

.agreement-check input+.wpcf7-list-item-label .check::before {
    border: 1px solid #000;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 1px;
    transition: all .12s, border-color .08s;
    width: 1rem;
}

.agreement-check input+.wpcf7-list-item-label .check::after {
    border: 1px solid #000;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 1px;
    width: 1rem;
}

.agreement-check input:checked+.wpcf7-list-item-label .check::before {
    border: 2px solid #000;
    border-left-color: transparent;
    border-radius: 0;
    border-top-color: transparent;
    left: 6px;
    opacity: 1;
    top: -3px;
    transform: rotate(45deg);
    width: .5rem;
}

.agreement-check input:hover+.wpcf7-list-item-label .check::after {
    opacity: 1
}

.modalwindow__head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.modalwindow_content {
    font-family: "Montserrat", sans-serif;
    max-width: 420px;
}

.modalwindow_content .form-group {
    align-items: center;
    background: 0;
    display: flex;
    flex-direction: row;
}

#modalwindow input:not(#wpcf7_submit) {
    height: 40px;
}

.modalwindow_content .form-group .label {
    width: 40%;
}

.modalwindow_content input[type="text"],
.modalwindow_content input[type="tel"],
.modalwindow_content input[type="email"] {
    border: 1px solid #cdcdcd;
    padding: 3px 10px;
    width: 100%;
}

.form-or {
    text-align: center;
    width: 100%;
}

.modalwindow_content .form-submit {
    position: relative;
}

.modalwindow_content .wpcf7 .ajax-loader {
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}

.red-btn {
    background-color: #d95546;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 25px;
}

.relative {
    position: relative;
}

.wpcf7-form .relative {
    margin-bottom: 20px;
}

.button .wpcf7-spinner {
    position: absolute;
    left: 100%;
    top: 9px;
}

.feedback {
    margin-bottom: 0;
    margin-top: 0;
    display: none;
}

.feedback-title {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}

.feedback-description {
    font-size: 30px;
    color: #333333;
    margin: 0;
    font-weight: 400;
}

.feedback__info .feedback_tel {
    color: #d95546;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

.feedback_tel i {
    color: #333333;
}

.feedback_tel_text {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

.feedback__btn {
    border: none;
    background-color: #d95546;
    color: #fff;
    padding: 21px 5px;
    width: 280px;
    border-radius: 34px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3.8px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.content-gallery {
    display: flex;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
}

.content-gallery-item {
    width: 33%;
    height: 257px;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-gallery-item img {
    height: 100%;
    width: auto;
    max-height: initial;
    max-width: inherit;
}

.actions-slide {
    height: 624px;
    background-position: center;
    position: relative;
}

.actions-slide__wrap {
    background: #f2f2f2;
    position: absolute;
    width: 330px;
    height: 450px;
    left: 50%;
    margin-left: -165px;
    top: 55px;
    max-width: 100%;
}

.actions-slide__content {
    height: 100%;
    padding-top: 127px;
    width: 100%;
    position: relative;
}

.actions-slider__wrap .slick-dots {
    top: unset;
    bottom: 136px;
    width: 330px;
}

.actions-slider__wrap .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 143px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-right: 0;
}

.actions-slider__wrap .slick-dots>li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    border: navajowhite;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px;
}

.actions-slider__wrap .slick-dots>li.slick-active {
    background: #d95546;
}

.actions-slider__wrap .slick-dots>li button {
    display: none;
}

.actions-slider__wrap .sliders-btn {
    position: absolute;
    left: 50%;
    bottom: 18px;
    margin-left: -151px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #d95546;
    width: 83px;
    height: 84px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
}

.actions-slide__label {
    background: #483b2b;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 25px;
    position: absolute;
    top: 28px;
    width: 146px;
    text-align: center;
}

.actions-slide__description {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding: 0 45px;
}

.actions-slide__description>p {
    margin: 0;
}

.actions-slide__btn {
    background: #d95546;
    border-radius: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 20px 57px;
    border: 0;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 184px;
    left: 50%;
}

.questions__wrap {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 0 9px 22px;
    flex-direction: column;
}

@media (max-width: 1449px) {
    .questions .row {
        position: relative;
    }
}

@media (max-width: 1399px) {
    .gallery-thumbs {
        width: 29.51%;
    }

    .gallery-top {
        width: 65.81%;
    }

    .eTimer .etUnit .etNumber {
        line-height: 92px !important;
        font-size: 64px !important;
        background-size: contain !important;
        width: 60px !important;
        height: 81px !important;
    }

    .gallery-top .swiper-slide p {
        font-size: 46px;
    }

    .works .swiper-button-next,
    .works .swiper-button-prev {
        top: 37% !important;
        width: 62px;
        height: 162px;
    }
}

@media (max-width: 1279px) {
    .gallery-top .swiper-slide p {
        font-size: 38px;
        line-height: 54px;
    }

    .eTimer .etUnit .etNumber {
        width: 45px !important;
        height: 60px !important;
        line-height: 68px !important;
        font-size: 56px !important;
    }

    .eTimer .etUnit .etSign {
        font-size: 26px !important;
    }

    .eTimer .etSep {
        line-height: 46px;
    }

    .gallery-top .swiper-slide button {
        margin-top: 50px;
        height: 80px;
        width: 280px;
    }

    .gallery-thumbs .swiper-slide p {
        padding-left: 5px;
        padding-right: 5px;
        width: 85%;
        font-size: 14px;
    }
}

@media (max-width: 979px) {
    .gallery-thumbs {
        display: none;
    }

    .gallery-top {
        width: 100%;
    }

    .gallery-top .swiper-slide p {
        font-size: 46px;
    }

    .eTimer .etUnit .etNumber {
        width: 55px !important;
        height: 74px !important;
        line-height: 78px !important;
        font-size: 64px !important;
    }

    .gallery-top .swiper-slide button {
        width: 300px;
        height: 100px;
    }

    .eTimer .etUnit .etSign {
        font-size: 35px !important;
    }

    .eTimer .etSep {
        line-height: 60px;
    }

    .feedback {
        padding-bottom: 4rem;
    }

    .feedback-wrapper {
        box-orient: vertical;
        box-direction: normal;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .feedback-form {
        margin-left: auto;
        margin-right: auto;
    }

    .feedback h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: inherit;
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .feedback h2:after {
        display: none;
    }

    .feedback-description p {
        margin-bottom: 3rem;
        padding-left: 0;
        font-size: 1.25rem;
        text-align: center;
    }

    .feedback-description p:after {
        display: none;
    }

    .works {
        margin-bottom: 7rem;
    }

    .videos h2,
    .works h2 {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .gallery-top .swiper-slide p {
        font-size: 26px;
        line-height: 32px;
        margin-top: 35px;
    }

    .etSep:nth-child(5) {
        display: none !important;
    }

    .eTimer .etUnit .etNumber {
        width: 70px !important;
        height: 91px !important;
        line-height: 102px !important;
        font-size: 76px !important;
    }

    .eTimer .etUnit {
        margin-bottom: 30px;
    }

    .gallery-top .swiper-slide button {
        margin-top: 0;
    }

    .eTimer .etSep {
        line-height: 75px;
    }

    .panel-collapse-wrapper {
        /* padding: 15px 10px; */
    }

    .feedback {
        background-image: none;
        background-color: #F5F6F8;
        padding-top: 7rem;
    }

    .feedback h2 {
        font-size: 2rem;
    }

    .feedback-form {
        padding: 0.5rem;
        max-width: 400px;
        width: 100%;
    }

    .videos h2,
    .works h2 {
        font-size: 2rem;
    }

    .works .swiper-button-next,
    .works .swiper-button-prev {
        top: 50% !important;
        width: 35px;
        height: 100px;
    }

    .works .swiper-slide-active .works-item-gallery {
        width: auto;
    }

    .works h2 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .works .swiper-slide-active img {
        border: none;
    }

    .content-gallery-item {
        width: 49%;
        height: 200px;
    }
}

@media (max-width: 479px) {
    .gallery-top .swiper-slide p {
        font-size: 20px;
    }

    .eTimer .etUnit .etNumber {
        width: 55px !important;
        height: 75px !important;
        line-height: 80px !important;
        font-size: 68px !important;
    }

    .feedback-form-wrapper {
        padding: 1rem 0.5rem;
    }

    .content-gallery-item {
        width: 49%;
        height: 200px;
    }
}

#monolit-slider {
    background-color: var(--light);
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 40px 0;
    display: flex;
    align-items: flex-start;
    min-height: 782px;
}

.monolit-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto 15px;
}

p.monolit-subtitle {
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 auto 30px;
}

.slider-list {
    margin: 0 auto 40px;
}

.monolit-list__item {
    font-size: 16px;
    line-height: 21px;
    position: relative;
    padding-left: 24px;
}

.monolit-list__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("../i/bullet.png");
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0;
}

.fcalc-monolit {
    margin: 46px 0;
    text-align: center;
}

.fcalc-monolit__title {
    color: #222529;
    font-size: 24px;
    font-family: var(--f2);
    line-height: 30px;
    margin-bottom: 15px;
}

.fcalc-monolit__subtitle {
    color: #999b9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 10px;
}

.fcalc-monolit__subtitle i {
    color: #2f63a8;
    font-weight: bold;
}

.fcalc-monolit__instruction {
    margin: 0 auto 20px;
}

.fcalc-monolit__instruction img {
    max-width: 100%;
}

.fcalc-monolit__columns2,
.fcalc-monolit__columns3 {
    color: #999b9e;
    font-size: 16px;
    line-height: 21px;
    margin: 0 auto 4px;
}

.fcalc-monolit__columns2 i,
.fcalc-monolit__columns3 i {
    color: #ff0000;
    font-weight: bold;
}

#monolit-slider .button {
    width: 100%;
}

#modalwindow .wpcf7-list-item-label {
    color: #fff;
    top: -15px;
    position: relative;
}

.circle-map {
    position: absolute;
    top: 20%;
    right: 18%;
    z-index: -1;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line1 {
    margin-left: -25%;
}

.lines .line1::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line3 {
    margin-left: 25%;
}

.lines .line3::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

/* МОИ СТИЛИ */
.header__hours img {
    width: 32px;
    max-width: none;
    margin-right: 20px;
    display: inline-block;
    padding-bottom: 6px;
}

.header__phone img {
    max-width: none;
}

.calc-icon {
    display: inline-block;
    cursor: pointer;
    box-shadow: 5px 5px 1px 0 #e6e6e6;
    border-radius: 5px;
}

.calculator-popup.active~.header__phone .calc-icon {
    box-shadow: none;
}

#header {
    font-size: 18px;
    line-height: 25px;
}

.info>a {
    width: auto;
}

a:hover {
    border-bottom: none !important;
}

.home-top {
    margin: 0;
    position: relative;
}

.top-slider__item {
    background-position: 50% 50%;

}

.top-slider__content {
    /* max-width: 50%; */
}

.top-slider__text {
    font-family: 'M PLUS Rounded 1c';
    color: #eae9e8;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.top-slider__btn+.top-slider__btn {
    margin-left: 17px;
}

.home-top-slider__controls {
    position: absolute;
    bottom: 25px;
    right: 16px;
}

.slick-arrow {
    float: right;
    padding: 0;
    font-size: 18px;
    height: 40px;
    width: 40px;
    background: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
}

.home-top-slider__dots {
    float: right;
}

.home-top-slider__controls .slick-dots {
    padding: 0 17px;
    display: flex;
    font-size: 0;
    line-height: 40px;
    align-items: center;
    height: 40px;
}

.home-top-slider__controls .slick-dots li {
    font-size: 0;
    line-height: 0;
    height: 6px;
}

.home-top-slider__controls .slick-dots li+li {
    margin-left: 10px;
}

.home-top-slider__controls .slick-dots button {
    height: 6px;
    text-indent: -9999px;
    border: 0;
    background: #fff;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}

.home-top-slider__controls .slick-active button {
    background: #00aeff;
}

.catalog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.catalog-item {
    background: #fff;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}

.catalog-img {
    height: 250px;
    text-align: center;
    overflow: hidden;
}

.catalog-img img {
    max-height: none;
}

.catalog-wrapper.slick-initialized {
    display: block;
}

.catalog-item p {
    line-height: 21px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding: 9px 40px 9px 10px;
    margin: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.catalog-item:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.catalog-item p strong {
    font-weight: 700;
}

.catalog-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

.catalog-wrapper .catalog-title {
    display: none;
}

.catalog-title p {
    margin: 0;
}

.catalog__wrap {
    margin: 0 -16px;
}

.catalog-title img {
    margin-top: 35px;
}

.calculator-popup {
    position: absolute;
    background: #483b2b;
    top: 108px;
    width: 308px;
    padding: 25px 15px 15px 15px;
    border: 1px solid #fff;
    right: 15px;
    border-radius: 0 10px 10px 10px;
    display: none;
}

.calculator-popup.active {
    display: block;
}

.calculator-popup.active::before {
    content: " ";
    background: #483b2b;
    width: 73px;
    height: 85px;
    display: block;
    position: absolute;
    top: -84px;
    z-index: -1;
    left: 0;
    border-radius: 15px 15px 0 0;
}

.calculator-popup-item {
    display: block;
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 31px;
    transition: 0.1s;
}

.calculator-popup-item img {
    margin-right: 16px;
    width: 25px;
    opacity: 0.6;
}

.calculator-popup-item:hover {
    color: #FFF;
    font-weight: 600;
}

.calculator-popup-item:hover img {
    opacity: 1;
}

.calculator-popup-close {
    width: 100%;
    background: #d95546;
    text-align: center;
    font-size: 20px;
    padding: 7.5px 0;
    border-radius: 35px;
    margin-bottom: 0 !important;
    display: block;
    color: #fff;
    margin-bottom: 31px;
    transition: 0.1s;
}

.calculator-popup-close:hover {
    color: #fff;
    font-weight: 600;
}

.btn-wrapper {
    display: flex;
}

.btn-wrapper div {
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #d95546;
    margin-right: 8px;
}

.slider-item__wrap {
    align-items: flex-end;
    display: flex;
    height: 505px;
}

.slider-item-content {
    width: 330px;
    height: 450px;
    background-color: #fff;
    padding-top: 108px;
    position: relative;
    margin: 0 auto;
}

.slider-item-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.akz-metka {
    font-size: 24px;
    font-weight: bold;
    background-color: #483b2b;
    width: 145px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 28px;
    left: 0;
    text-transform: uppercase;
}

.slider2-text {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    padding-left: 44px;
    padding-right: 20px;
}

.home-actions {
    margin-top: 40px;
}

.home-actions__wrap {
    margin: 0 -1rem;
    position: relative;
}

.slider2-item {
    height: 625px;
    background-position: 50% 50%;
}

.slider-item-img {
    justify-content: start;
    align-items: center;
}

.slider2-btn {
    background-color: #d95546;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    border: 0;
    display: block;
    width: calc(100% - 85px);
    cursor: pointer;
    padding: 18.32px 0;
    border-radius: 45px;
    margin-top: 38px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, 0);
    font-weight: 600;
}

.sliders-btn {
    display: flex;
}

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

.cat-slider__arrows {
    position: absolute;
    bottom: 140px;
    z-index: 1;
}

.sliders-btn .next {
    margin-left: 18px;
}

.home-actions .sliders-btn {
    position: absolute;
    left: 50%;
    bottom: 18px;
    margin-left: -151px;
}

.advantage__text {
    font-size: 24px;
    line-height: 33px;
    width: 290px;
    text-align: center;
    margin: 20px auto 0;
}

.advantage__img {
    margin: 0 auto;
    display: block;
    height: 72px;
}

.mob-calculators {
    display: none;
}

.z-index-0 {
    z-index: 0 !important;
}

.one-section-content a:hover,
.sliders-btn button:hover,
.slider2-item button:hover,
.cat-slider-item button:hover {
    transition: 0.2s;
}

.front-calc .heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.popup input[type="submit"] {
    padding: 10px 1rem 10px;
}

.popup {
    background: #abb8c3 !important;
    color: #fff;
}

.navigation>li>a:hover,
.menu-item .sub-menu .menu-item a:hover,
.header__phone img:hover {
    opacity: 0.8;
    transition: 0.2s;
}

#modalwindow input {
    background-color: #fff;
    color: #000;
}

#modalwindow input[type="submit"] {
    color: #fff !important;
}

.cat-slider-wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.cat-slider {
    width: 100%;
    height: 715px;
}

.cat-slider-dots {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 15px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.cat-slider-dots .slick-dots {
    background: #fff;
    width: 100%;
    margin: 15px 12px;
    position: static;
}

.cat-slider-item {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    align-items: center;
    transition: 0.3s;
    justify-content: start;
    padding-bottom: 115px;
}

.cat-slider-item__content {
    position: absolute;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    font-size: 19px;
}

.cat-slider-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 10px;
}

.cat-slider-item__title {
    font-size: 19px;
    font-weight: 700;
}

.cat-slider-item__title p {
    margin: 0;
}

.cat-slider-item__address {
    background: url(../img/geo-icon.png) left center no-repeat;
    padding-left: 20px;
}

.cat-slider-item__text {
    font-size: 19px;
}

.cat-btns {
    margin-top: 180px;
}

.cat-slider-dots span {
    display: block;
}

.cat-slider-item button {
    border: none;
    background-color: #d95546;
    color: #fff;
    padding: 18px 0;
    width: 240px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    /* letter-spacing: 3.8px; */
}

.cat-slider-item button:first-child {
    margin-bottom: 10px;
}

.cat-slider-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    padding: 20px 40px 20px 20px;
    margin: 0;
    z-index: 0;
}

.cat-slider-title>p {
    margin: 0;
}

.cat-slider-dots li {
    font-size: 17px;
    cursor: pointer;
    display: flex;
    width: auto;
    height: 45px;
    margin: 0;
    align-items: center;
    border: 1px solid var(--color);
    border-radius: 20px 0 20px 0;
    padding: 4px 15px;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.cat-slider-dots li.slick-active {
    background: #00aeff;
}

.cat-slider-dots li.slick-active img {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

.catalog .slick-track {
    /* display: flex !important; */
    /* align-items: center; */
}

.gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: -100;
}

.gallery-overlay.active {
    opacity: 1;
    z-index: 10000;
}

.gallery-slider-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.photos {
    height: 600px;
    width: 600px;
}

.photos img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.gallery-item {
    height: 600px;
    width: 600px !important;
}

.gallery-wrapper {
    margin: 0 auto;
}

.gallery-overlay .prev-btn {
    font-size: 40px;
    left: 30px;
    position: absolute;
    color: #fff;
    cursor: pointer;
}

.gallery-overlay .next-btn {
    font-size: 40px;
    right: 30px;
    position: absolute;
    color: #fff;
    cursor: pointer;
}

.close-gallery {
    font-size: 30px;
    color: #fff;
    top: 15px;
    right: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 10000;
}

.fcalc-wrap {
    background: #e6e6e6;
    padding: 0;
}

@media (max-width: 1270px) {
    .header__wrap .header__logo>p {
        margin-left: 20px;
    }

    .catalog-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1023px) {
    #header {
        height: auto;
    }

    .mob-calculators {
        display: block;
    }

    #navigation svg {
        display: none;
    }

    #navigation ul.navigation {
        background: #483b2b;
    }

    .menu-item .sub-menu .menu-item a {
        color: #fff;
    }

    .menu-item .sub-menu {
        background: #483b2b;
    }

    .nav-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .mob-calc-title {
        font-size: 24px;
        color: #fefefe;
        margin: 20px 0 25px 32px;
    }

    .calc-mob-items {
        display: flex;
        flex-wrap: wrap;
        max-width: 420px;
        justify-content: space-around;
    }

    .calculator-mob-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 170px;
        justify-content: space-between;
        margin-bottom: 30px;
        text-align: center;
    }

    .calculator-mob-item img {
        margin-bottom: auto;
        margin-top: auto;
    }

    .calculator-mob-text {
        color: #fefefe;
        font-size: 15px;
        margin-top: 10px;
    }

    .catalog-item p {
        font-size: 20px;
        line-height: 24px;
    }

    .calculator-mob-item svg {
        display: block !important;
        margin-bottom: 15px;
    }

    .calculator-mob-item svg,
    .calculator-mob-item svg image {
        width: 70px;
        height: 60px;
    }
}

@media (max-width: 800px) {
    .catalog-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .photos {
        width: 95vw;
        height: auto;
    }

    .gallery-wrapper .slick-track {
        display: flex !important;
        align-items: center;
    }

    .gallery-item {
        width: 95vw !important;
        height: auto;
    }
}

@media (max-width: 660px) {
    .home-actions {
        height: 625px;
    }

    .zam-title {
        padding-top: 0;
    }

    .zam-item p {
        height: auto;
    }
}

@media (max-width: 500px) {
    .catalog-wrapper {
        grid-template-columns: 1fr;
    }

    .catalog .container-fluid {
        padding: 0;
    }

    .cat-slider-dots li.slick-active img {
        width: 55px;
        height: 55px;
        margin-right: 25px;
    }

    .header__phone img {
        /* display: none; */
    }

    .catalogalog .container-fluid {
        padding: 0 !important;
    }

    .catalog-overlay {
        padding-top: 40px;
    }
}

@media screen and (max-width: 380px) {
    .calculator-mob-item {
        align-items: center;
        min-width: 170px;
        justify-content: space-between;
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    #header .info * {
        font-size: 12px !important;
    }

    .resh-item p:first-child {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile-total__name {
        font-size: 15px !important;
    }
}

@media (min-width: 360px) {
    .header-logo__mobicon {
        height: 34px;
        width: 121px;
    }

    .catalog-head {
        font-size: 38px;
    }

    .home-top h1 {
        font-size: 45px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 26px;
    }

    .mob-slider-title {
        font-size: 35px;
        line-height: 40px;
        margin: 0 auto 20px;
        width: 80%;
    }

    .catalog-wrapper {
        margin: 0 auto;
        width: 80%;
    }

    .products .btn-wrapper {
        padding-left: 57px;
    }

    #resh h2 {
        font-size: 35px;
    }

    .resh-item__content p.decision-title {
        margin-bottom: 36px;
        margin-left: 132px;
    }

    .cat-slider-title {
        padding: 55px 25px 50px 63px;
    }

    .cat-slider-item-content {
        bottom: 150px;
    }
}

@media (min-width: 420px) {
    .header-phone__content .header-phone__phone {
        font-size: 18px;
    }

    .header-call {}

    .catalog-head {
        font-size: 45px;
        line-height: 50px;
    }

    .mob-slider-title {
        width: 82%;
    }

    .catalog-item {
        padding: 0 25px;
    }

    .products .btn-wrapper {
        padding-left: 55px;
    }

    #navigation {
        margin-top: -250%;
    }
}

@media (min-width: 480px) {
    .home-top h1 {
        font-size: 45px;
        line-height: 41px;
    }

    .catalog-head {
        font-size: 50px;
    }

    .mob-slider-title {
        font-size: 35px;
        line-height: 40px;
        width: 82%;
    }

    .catalog-item p {
        font-size: 19px;
    }

    .catalog-item p::after {
        content: "";
        display: inline-block;
        background: url(../img/long-arrow.png);
        height: 12px;
        width: 19px;
        position: absolute;
        right: 10px;
    }

    #monolit-slider .button {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media (min-width: 576px) {
    .header__wrap {
        padding: 6px 13px;
    }

    #navigation {
        margin-top: -250%;
    }

    .header__phone {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .header-phone__icon img {
        display: block;
    }

    .header-phone__content {
        margin-left: 15px;
    }

    .mob-slider-title {
        display: none;
    }

    .cat-slider-title {
        display: block;
    }

    #resh .count {
        position: relative;
        margin-right: 49px;
        margin-left: 5px;
    }

    .resh-item__content p.decision-title {
        margin-bottom: 32px;
        margin-left: 0;
    }

    .resh__mobile-btn {
        display: none;
    }

    .fcalc {
        background: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.home-top::before {
        content: "";
        background-image: url(https://pro-lider.ru/wp-content/uploads/2019/catalog/enlarge_photo_2022-10-19_11-42-51-1.jpg);
        background-position: center;
        background-size: cover;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        }
        .home-top {
        height: 350px;
    }
    .catalog-item {
        padding: 0;
    }

    .products .btn-wrapper {
        display: none;
    }

    .slider-item-content {
        margin: 0;
    }

    .home-actions .slick-dots {
        width: 330px;
        bottom: 25px;
        left: 186px;
    }

    .resh-wrapper {
        padding: 60px 70px 101px 70px;
    }

    .front-calc-head {
        font-size: 44px;
    }

    .feedback {
        display: block;
        /* background: #eee; */
        padding-bottom: 2rem;
    }

    .header-logo__icon {
        height: 50px;
        width: 126px;
        display: inline-block;
    }

    .header-logo__mobicon {
        display: none;
    }

    .top-slider__item {
        justify-content: center;
        padding-top: 38px;
        height: 260px;
        padding-bottom: 100px;
        align-items: center;
    }

    .top-slider__content {
        background-image: url(https://pro-lider.ru/wp-content/uploads/2019/catalog/enlarge_photo_2022-10-19_11-42-51-1.jpg);
        padding: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
        height: 260px;
    }
    .top-slider__content2 {
       
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }

    .home-top h1 {
        font-family: 'M PLUS Rounded 1c';
        color: #eae9e8;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .home-actions__wrap {
        margin: 0;
    }

    .slider2-item {
        height: 503px;
    }

    .home-actions .sliders-btn {
        left: auto;
        bottom: 18px;
        margin-left: 0;
        right: 16px;
        margin-right: 0;
    }

    .products__wrap {
        padding-top: 74px;
    }

    .advantages__items {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .feedback__wrap {
        padding: 20px 40px;
    }

    .feedback__description {
        text-align: center;
        margin-bottom: 40px;
    }

    .feedback__info {
        text-align: center;
        /* padding-left: 40px; */
    }

    .front-calc {
        margin-top: 40px;
    }

    .breadcrumb-wrap {
        text-align: center;
        display: block;
    }

    .fcalc-wrap {
        background: 0;
        padding: 0 1rem 1rem;
    }

    .calc_wrap {
        padding: 8px;
    }

    .footer {
        padding-top: 62px;
        background-color: #f2f2f2;
        margin-top: auto;
    }

    .footer-toogle {
        display: none;
    }

    .footer__wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-menu__wrap {
        display: flex;
        flex-direction: row;
        order: 0;
        padding: 0 16px 40px;
    }

    .footer-contacts__wrap {
        padding: 0 16px;
        margin-top: 15px;
    }

    .footer-menu {
        flex: 0 1 33%;
    }

    .footer-menu+.footer-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .header__hours {
        display: flex;
        align-items: center;
    }

    .actions-slider__btns {
        display: none;
        bottom: 0;
    }

    .actions-slide__btn {
        width: 288px;
        height: 70px;
        letter-spacing: 7px;
    }

    .questions {
        margin-bottom: 40px;
    }

    .questions__wrap {
        padding: 8px 25px 30px;
    }

    .catalog-wrapper {
        width: 100%;
    }

    .home-actions .sliders-btn {
        bottom: 28px;
        right: 28px;
    }

    .panel-heading {
        font-size: 24px;
        padding: 15px;
    }

    .panel-collapse-wrapper {
        font-size: 18px;
    }

    .catalog__wrap {
        margin: 0;
    }

    .cat-slider-dots {
        position: static;
        width: 100%;
        height: auto;
        font-weight: 500;
        margin-bottom: 27px;
    }

    .cat-slider-title {
        width: 44%;
        font-size: 40px;
        line-height: 40px;
        position: relative;
        padding: 20px 25px 20px 0;
    }

    .cat-slider-title:before {
        content: "";
        background: #f2f2f2;
        position: absolute;
        height: 100%;
        z-index: -1;
        left: -100%;
        top: 0;
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        width: 220%;
    }

    .cat-slider-item {
        justify-content: center;
        height: 715px;
        background-size: auto;
    }

    .cat-slider-item__content {
        position: absolute;
        width: 100%;
        height: 115px;
        bottom: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        font-size: 19px;
    }

    .cat-slider-btns {
        position: static;
        margin-left: 70px;
    }

    .cat-slider-dots .slick-dots {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }

    .cat-slider-dots li.slick-active {
        height: auto;
    }

    .cat-slider-dots img {
        display: none;
    }

    .cat-slider__arrows {
        right: 25px;
    }

    .cat-slider-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 33px;
    }

    .cat-slider-item-content {
        position: absolute;
        bottom: 43px;
        font-size: 30px;
        line-height: 30px;
    }

    .feedback__wrap {
        background-repeat: no-repeat;
        background-image: url(../img/feedback-bg.jpg);
        background-position: center bottom;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 244px;
        padding: 0 40px;
    }

    .feedback__description {
        flex: 1 0 50%;
        padding-right: 20px;
        text-align: left;
        margin-bottom: 0;
    }

    .feedback__info {
        flex: 1 0 50%;
        text-align: right;
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .wrapper {
        overflow: hidden;
    }

    .header-toogle {
        display: none;
    }

    .header-phone__calc {
        margin-right: 20px;
        display: block;
    }



    .top-slider__btns {
        margin-top: 48px;
    }

    .monolit-title {
        font-size: 32px;
    }

    p.monolit-subtitle {
        font-size: 24px;
    }

    #navigation {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .menu-item .sub-menu {
        width: 400px;
        padding: 1rem;
    }

    .menu-item:hover .sub-menu {
        display: block;
    }
}

@media (min-width: 1200px) {


    .header__wrap {
        height: 110px;
        padding: 0 16px;
    }

    .header-left {
        display: flex;
        width: 100%;
    }

    .header-right {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .header__phone {
        margin-left: 10px;
    }

    .head-wrap {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 124px;
    }

    .header__description {
        display: block;
        padding-left: 25px;
        padding-right: 15px;
        font-size: 17px;
    }

    .header__phone {
        margin-left: 10px;
    }

    .nav-wrap {
        margin: 0 -40px;
    }


    .top-slider__btns {
        margin-top: 48px;
    }

    .products {
        padding-top: 26px;
        padding-bottom: 58px;
    }

    .calculator-popup {
        top: 106px;
        width: 308px;
        padding: 25px 15px 15px 15px;
        right: 15px;
    }

    .questions {
        margin-top: 53px;
        background: #f2f2f2;
    }

    .videos-wrapper {
        width: 85.9%;
        margin-left: auto;
        margin-right: auto;
    }

    .epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb {
        width: 16.666%;
    }

    .monolit-slider {
        padding-left: 50px;
    }

    .monolit-title {
        font-size: 36px;
    }

    p.monolit-subtitle {
        font-size: 30px;
    }

    .feedback__wrap {
        height: 244px;
        padding: 0 90px;
    }

    .feedback__description {
        padding-right: 40px;
    }

    .feedback__info {
        text-align: right;
        padding-left: 40px;
    }

    .feedback__btn {
        width: 251px;
    }

    .feedback-title {
        font-size: 45px;
    }

    .feedback__info .feedback_tel {
        font-size: 45px;
    }

    .catalog-head {
        font-size: 55px;
        margin-bottom: 10px;
        padding-top: 39px;
        letter-spacing: 2px;
    }

    .cat-slider-title {
        font-size: 45px;
        padding-left: 0;
    }

    .cat-slider-title:before {
        width: 200%;
    }

    .home-actions .sliders-btn {
        bottom: 43px;
        right: 15px;
    }

    .promotions {
        margin-top: 92px;
    }

    .home-actions {
        margin-top: 40px;
    }

    .advantages__wrap {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .zam-title p {
        font-size: 45px;
    }

    .zam-item {
        width: 33%;
        margin-top: 30px;
    }

    #resh {
        margin-top: 130px;
        margin-bottom: 88px;
    }

    .resh-wrapper {
        padding: 90px 180px 114px 200px;
    }

    #resh h2 {
        font-size: 45px;
        margin-bottom: 64px;
    }

    .actions-slide {
        height: 298px;
        background-position: center;
        position: relative;
    }

    .actions-slide__label {
        font-size: 29px;
        line-height: 30px;
        padding: 25px 30px;
        width: 176px;
    }

    .actions-slide__description {
        font-size: 29px;
        line-height: 34px;
        padding: 15px 20px;
    }

    .actions-slide__label+.actions-slide__description {
        padding-left: 195px;
    }

    .actions-slide__btn {
        bottom: 27px;
        left: 30px;
        transform: none;
    }

    .actions-slide__wrap {
        width: 100%;
        height: 135px;
        left: 0;
        margin-left: 0;
        top: 0;
    }

    .actions-slide__content {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .panel-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%;
    }

    .promotions .row {
        margin: 0;
    }

    .questions {
        margin-top: 99px;
        background: 0;
        margin-bottom: 125px;
    }

    .questions__wrap {
        padding: 23px 40px 35px;
        flex-direction: unset;
        justify-content: space-between;
        margin: 0;
    }

    .panel-collapse {
        padding: 25px 50px;
        text-align: left;
        margin-top: 9px;
    }

    .question1 {
        order: 1;
    }

    .question2 {
        order: 1;
    }

    .question3 {
        order: 3;
    }

    .question4 {
        order: 3;
    }

    .question5 {
        order: 5;
    }

    .question6 {
        order: 5;
    }

    .question7 {
        order: 7;
    }

    .question8 {
        order: 7;
    }

    .answer1 {
        order: 2;
    }

    .answer2 {
        order: 2;
    }

    .answer3 {
        order: 4;
    }

    .answer4 {
        order: 4;
    }

    .answer5 {
        order: 6;
    }

    .answer6 {
        order: 6;
    }

    .answer7 {
        order: 8;
    }

    .answer8 {
        order: 8;
    }

    .cat-slider-item-content__inner {
        margin: 15px 75px;
        padding: 25px;
    }

    .videos {
        margin-top: 139px;
    }

    .videos__title {
        margin-bottom: 46px;
    }

    .videos-wrapper .epyt-gallery-allthumbs {
        justify-content: space-between;
        padding: 0;
        /* display: flex; */
    }

    .videos-wrapper .epyt-gallery-allthumbs.epyt-cols-6>.epyt-gallery-thumb {
        width: 16.666%;
    }

    .actions-slider__bg {
        height: 165px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .feedback {
        margin-bottom: 40px;
        margin-top: 45px;
    }

    .footer .footer-contact {
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .home-actions .slick-dots {
        left: calc((100% - 1332px) / 2 + 16px);
        transform: initial;
    }
}

@media (min-width: 1440px) {
    .calculator-popup {
        top: 108px;
        z-index: 2;
        width: 308px;
        padding: 25px 15px 15px 15px;
        right: 2.65vw;
        ;
    }

    .monolit-slider {
        padding-left: 50px;
    }

    .monolit-title {
        font-size: 48px;
        line-height: 58px;
    }

    p.monolit-subtitle {
        font-size: 35px;
        line-height: 40px;
        margin: 0 auto 40px;
    }

    .monolit-list__item {
        font-size: 20px;
        line-height: 30px;
        padding-left: 32px;
    }

    .monolit-list__item:before {
        top: 8px;
    }

    .header__description {
        padding-left: 35px;
        padding-right: 20px;
    }

    .header__phone {
        margin-left: 10px;
    }

    .questions__wrap {
        padding: 23px 49px 45px;
    }

    .panel-heading {
        width: 586px;
    }

    .advantages__wrap {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1600px) {
    .catalog-overlay {
        width: 84%;
    }

    .header__description {
        width: 63%;
        padding-left: 30px;
        padding-right: 20px;
        font-size: 19px;
    }

    .header__phone {
        margin-left: 41px;
    }

    .header-phone__calc {
        margin-right: 33px;
    }

    .advantages::before {
        width: 100vw;
        height: 722px;
        border-top-left-radius: 385px;
        border-bottom-left-radius: 385px;
        left: 50%;
        margin-left: -800px;
    }
}

/**/
.mobile-option__sign {
    color: #00aeff !important;
}

.mobile-block-title {
    color: #00aeff !important;
}

.mobile-option__equal {
    color: #00aeff !important;
}

.form-submit {
    margin-bottom: 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.wpcf7-spinner {
    margin: 0px !important;
}

.input.option-value.number-input {
    margin: 0 0 6px;
}

.actions-slider {
    display: flex;
}

#navigation {
    z-index: 9;
}

.header-left {
    text-align: center;
    width: 100%;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.panel-heading.in:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/zabori/i/menu-arrow.png) no-repeat;
    width: 31px;
    height: 30px;
    right: 15px;
    margin: 0px 0 0;
    transform: rotate(180deg);
    background-position: center;
}

.panel-heading:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/zabori/img/str-dwn-ico.png) no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    background-position: center;
}

.questions__wrap .panel-collapse img {
    width: 38px;
    object-fit: contain;
    height: 27px;
    padding: 0 0 3px;
}


a.btn-white {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px;
}

.top-slider__item {
    background-repeat: no-repeat; 
    border-radius: 8px;
}

.page-template-page-zabor .breadcrumbs {
    color: black;
    margin: 0 0 -35px;
    z-index: 5;
    position: relative;
    text-align: left;
    padding: 15px 0 0;
    text-shadow: 0 0 black;
}

.page-template-page-zabor .breadcrumbs a {
    color: black;
    text-shadow: 0 0 black;
}

.fcalc-top.profnastil {
    padding-top: 35px;
}

section.zaborpage-banner {
    padding: 120px 0 140px;
    color: white;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    float: left;
    margin-top: 50px;
}

section.micrometer-banner {
    padding: 240px 0 200px;
    color: white;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    float: left;
    margin-top: 0px;
}

.fcalc-top.profnastil .catalog-head {
    color: black;
    text-shadow: 0 0 10px whitesmoke;
}

section.promotions {
    clear: both;
}

.zaborpage-banner_title {
    font-family: 'M PLUS Rounded 1c';
    color: #eae9e8;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 620px;
    line-height: 1.3;
}

.panel-heading.in {
    background-color: #263944;
    color: white;
}

.zaborpage-banner_btn {
    width: 100%;
    margin: 30px 0 10px;
}

section.zaborpage-banner .row,
section.micrometer-banner .row {
    padding: 0 15px 0;
    flex-wrap: wrap;
}

.panel-heading {
    background: white;
    color: black;
    border: 1px solid black;
    margin: -1px 0 0;
    min-height: 70px;
}

.btn-blue:hover {
    background: url(/wp-content/themes/zabori/img/btn-white-bg.png) center right no-repeat !important;
}

.btn-white:hover {
    background: url(/wp-content/themes/zabori/img/btn-bg.png) center right no-repeat !important;
}



a.header-phone__link:hover {
    color: #00aeff;
}

/*post*/
.questions__wrap {
    padding: 0;
}

.panel-heading {
    width: 100%;
}

.panel-heading {
    width: 100%;
    padding: 0px 25px !important;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    justify-content: flex-start;
}

.panel-heading {
    width: 100%;
    padding: 0px 25px !important;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    justify-content: flex-start;
    border-radius: 0;
    order: inherit !important;
}

section.questions {
    text-align: center;
}

.questions .panel-collapse {
    order: inherit;
}

.actions-slide__description {
    font-size: 19px;
    line-height: 25px;
    padding: 15px 20px !important;
    max-width: calc(100% - 15px);
    background: white;
    background: white;
    border-bottom-right-radius: 20px;
}

.actions-slide {
    background-size: contain;
}

.actions-slide__wrap {
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    margin-left: 0;
    top: 0;
    max-width: 100%;
}

.actions-slide {
    height: auto;
}

.promotions {
    margin-top: 40px;
}

.ttile-min {
    text-transform: uppercase;
    font-weight: 600;
    margin: 50px 0 40px;
}

.actions-slide__label:before {
    width: 0;
    height: 0;
    border-top: 10px solid #303c45;
    border-right: 10px solid transparent;
    position: absolute;
    content: "";
    right: 0;
    bottom: -10px;
}

.questions {
    margin-top: 40px;
    background: 0;
    margin-bottom: 50px;
}

.videos-wrapper {
    width: 100%;
}

.fluid-width-video-wrapper {
    height: 200px;
}

.videos-wrapper .slick-slide>div {
    padding: 5px;
}

.videos-wrapper button.slick-arrow {
    position: absolute;
    bottom: -45px;
    right: 0;
    overflow: hidden;
    color: black;
    border: 2px solid #101010;
}

.videos-wrapper button.slick-arrow.slick-prev {
    margin-right: 55px;
}

.videos {
    margin-top: 30px;
    text-align: center;
    padding: 0 0 30px;
}

.feedback__wrap {
    background-image: none;
    height: auto;
}

.feedback__info {
    background: white;
    padding: 25px 25px 10px;
}

.feedback-title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "roboto";
    text-align: left;
    margin: 0;
}

.feedback-description {
    font-size: 18px;
    color: #333333;
    margin: 0;
    font-weight: 400;
    text-align: left;
    font-family: "roboto";
}

.feedback__wrap input.wpcf7-form-control {
    padding: 10px;
}

.feedback__wrap .wpcf7-form .form-group {
    margin: 1rem auto 0.25rem;
}

.feedback__wrap .form-group {
    line-height: 1;
}

.feedback__wrap .form-submit input.wpcf7-form-control {
    background: #00aeff;
    border: 1px solid var(--color);
    border-radius: 20px 0 20px 0;
    border-bottom: 3px solid var(--color);
    margin: 27px 0 25px;
    color: black;
    max-width: 257px;
    display: inline-block;
}

.feedback__wrap .form-submit {
    text-align: left;
}

.feedback__wrap .agreement-check input+.wpcf7-list-item-label a {
    color: #00aeff;
}

.feedback__wrap .agreement-check input+.wpcf7-list-item-label {
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 2rem;
    position: relative;
    font-weight: 500;
}

section.feedback {
    text-align: center;
    background: url(/wp-content/themes/zabori/img/feedback-bg.png);
    background-size: cover;
    padding: 25px 0 35px;
    margin-bottom: 0;
}

.feedback__wrap .form-submit input.wpcf7-form-control:hover {
    opacity: 0.75;
}

.cat-slider-dots li:hover {
    color: white;
    background: #303c45;
}

section.videos .sliders-btn {
    justify-content: flex-end;
    padding: 15px 5px 0;
}

/**/
.header__description {
    max-width: 423px;
    width: 100%;
}

.header-region {
    display: none;
}

.mobile-header-region {
    text-align: center;
}

.mobile-header-region__block {
    padding: 10px 10px;
}

.mobile-header-region .header-region__manager {
    white-space: nowrap;
    color: #fff;
}

.mobile-header-region .header-region__city {
    color: #fff;
}

a.header-phone__link {
    font-weight: 600;
}

.menu-calc i.fab.fa-calculator:before {
    width: 29px;
    background: url(/wp-content/themes/zabori/img/calc-ico.png);
    height: 40px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.navigation>li>a {
    padding: 1.367rem 1rem 1.367rem;
    display: flex;
    align-items: center;
}

div#navigation .container {
    max-width: 1280px;
}

li.menu-calc a:after {
    content: " ";
    width: 14px;
    height: 8px;
    background: url(/wp-content/themes/zabori/i/menu-arrow.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-bottom: 1px;
}

.actions-slide__description strong {
    font-size: 1.1em;
    font-weight: 800;
    font-family: 'Roboto';
}

.actions-slide__label {
    font-size: 22px;
    line-height: 30px;
    padding: 15px 5px;
    width: 125px;
    background: #61acfc;
    color: #000;
    position: absolute;
    right: 5px;
    margin-top: -80%;
}

.actions-slide img {
    max-width: calc(100% - 15px);
    border-top-left-radius: 20px;
}

.questions__wrap {
    background: transparent;
}

.panel-collapse {
    padding: 25px 50px;
    text-align: left;
    margin-top: 0px;
    border-radius: 0;
    border-top: 2px solid #303c45;
}

section.videos button.cat-slider__arrow {
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
}

section.videos button.cat-slider__arrow.prev.slick-arrow {
    margin-right: 60px;
}

/**/
div#front-calc {
    text-align: center;
    padding: 30px 0 0;
}

div#front-calc .section-title {
    margin: 0;
}

#resh {
    margin-top: 30px;
    margin-bottom: 88px;
}

.footer-contacts__wrap {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-top: -5px;
}

.footer-contacts__wrap .header__phone.header-phone {
    margin: 0;
}

.footer-contacts__wrap>div {
    display: flex;
    justify-content: space-between;
}

.footer-contacts__wrap .header__button {
    margin: 15px 0 0;
}

.actions-slide__content {
    padding-top: 0;
}

section.feedback .feedback__wrap {
    width: 100%;
    padding: 0;
}

.footer-about__wrap {
    padding-left: 15px;
}

.sub-footer {
    color: white;
    background: url(/wp-content/themes/zabori/img/bg-subfooter.png);
    padding: 50px 0 35px;
}

.sub-footer .row {
    justify-content: space-between;
    font-size: 19px;
}

.sub-footer section {
    margin: 0 0 10px;
    padding: 0 15px 0;
}

.sub-footer a {
    color: white;
}

@media (max-width: 1023px) {
    .actions-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.promotions {
        padding: 25px 15px 0px;
        background: #f0f0f0;
        margin: 0;
    }

    section.promotions .actions-slider__btns.sliders-btn {
        display: none;
    }

    .actions-slide {
        height: auto;
        width: 50%;
        max-width: 320px;
        margin: 0 0 25px;
    }

    .footer-about__wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .videos {
        padding: 0 0 75px;
    }

    .menu-item .sub-menu {
        background: transparent;
    }

    section.advantages {
        padding: 20px 0 30px;
        background-size: cover;
    }

    .products {
        padding: 20px 0 30px;
    }

    .toggle__line {
        background-color: #263944;
        width: 35px;
    }

    #navigation ul.navigation {
        background: #263944;
        padding: 30px 0 20px;
    }

    .navigation>li>a {
        padding: 0.367rem 1rem 0.367rem;
        display: flex;
        align-items: center;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
        height: 44px;
    }

    .mob-calc-title {
        font-size: 20px;
        color: #fefefe;
        margin: 20px 0 10px 10px;
    }

    .toogle.active .l2.toggle__line:first-child {
        background-color: #263944;
        opacity: 1;
        width: 30px;
        transform: rotate(45deg);
        margin: -14px 0px !important;
        position: relative;
        left: 2px;
    }
}

@media (max-width: 992px) {
    button.toogle.footer-toogle.active span.l2.toggle__line:first-child {
        top: 24px;
    }

    footer.footer.showmwnu .footer-menu__wrap {
        display: block !important;
        position: relative;
        background: white;
        top: -201px;
        padding-top: 20px;
    }

    button.toogle.footer-toogle {
        display: block !important;
        background: transparent;
        position: absolute;
        top: 12px;
    }

    button.toogle.footer-toogle span.l2.toggle__line {
        top: 0;
        display: block;
    }

    button.toogle.footer-toogle span.l2.toggle__line:first-child {
        top: 32px;
        position: relative;
        left: 0;
    }

    .feedback {
        display: block;
    }

    .feedback h2 {
        font-size: 23px;
        line-height: 1.1;
    }

    .mobile-total__name {
        color: #00aeff;
    }

    .calc_box__head::after {
        content: "";
        width: 37px;
        height: 37px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        top: 0px !important;
        background-position: center !important;
        background: #00aeff;
        border-radius: 0;
        color: white;
        border-left: 0px solid white;
        background-image: url(/wp-content/themes/zabori/i/menu-arrow.png);
        background-repeat: no-repeat;
        border-radius: 50%;
        padding: 0;
        margin: 10px 0 0;
    }

    section.advantages .advantages__item.advantage-card {
        margin: 0 0 12px;
    }

    .cat-slider-dots li.slick-active {
        background: #263944;
        color: white;
    }

    .cat-slider-dots li {
        font-size: 17px;
        cursor: pointer;
        display: flex;
        width: auto;
        height: 45px;
        margin: 0;
        align-items: center;
        border: 1px solid var(--color);
        border-radius: 0;
        padding: 6px 15px;
        justify-content: left;
        line-height: 1;
        text-align: center;
    }

    .cat-slider-dots {
        position: relative;
        top: 0;
        height: auto;
    }

    .cat-slider-item {
        height: 439px;
    }

    .cat-slider {
        width: 100%;
        height: 440px;
    }

    .cat-slider__arrows {
        position: absolute;
        bottom: 140px;
        z-index: 1;
        right: 20px;
    }

    .cat-slider-item__content {
        padding: 0 15px 0;
    }

    .cat-slider-dots li.slick-active:after {
        content: " ";
        width: 14px;
        height: 8px;
        background: url(/wp-content/themes/zabori/i/menu-arrow.png);
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 15px;
        margin-bottom: 1px;
        position: absolute;
        right: 30px;
    }

    #navigation.active {
        min-height: calc(100vh - 182px);
    }
}

@media (max-width: 820px) {
    .sub-footer .row {
        font-size: 16px;
    }

    .sub-footer section {
        width: 50%;
    }

    .page-template-page-zabor .wrapper {
        overflow: hidden;
    }

    .cat-slider-item__title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .actions-slider__wrap {
        padding-bottom: 60px;
    }

    .cat-slider-item__text .cat-slider-item__text {
        font-size: 17px;
    }

    .actions-slide__label {
        margin-top: -73%;
    }

    .actions-slide img {
        width: 100%;
    }

    .actions-slider__wrap .sliders-btn {
        left: 50%;
        bottom: 40px;
        margin-left: -60px;
    }

    .actions-slider__wrap .slick-arrow {
        border: 2px solid #1b1b1b;
        height: 35px;
        width: 35px;
        color: #262626;
    }

    .panel-collapse {
        padding: 20px 25px;
    }

    .panel-heading {
        font-size: 17px;
    }

    section.zaborpage-banner,
    section.micrometer-banner {
        margin: 0 0 0px;
    }

    section.promotions {
        padding: 20px 15px 0px;
    }

    .videos-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-head {
        font-size: 35px;
    }

    .actions-slide__label {
        font-size: 17px;
        line-height: 22px;
        padding: 10px 5px;
        width: 103px;
    }

    .page-template-page-zabor section.fcalc {
        margin-top: 70px;
    }

    .page-template-page-zabor .wrapper {
        background: white;
    }

    .footer-about__wrap {
        max-width: 330px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .catalog-img {
        height: auto;
    }

    .home-top-slider__controls--wrap .slick-arrow {
        display: none !important;
    }

    .footer-menu__wrap {
        display: none;
    }

    .header__wrap {
        flex-wrap: wrap;
        justify-content: inherit;
    }

    .header-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-right .header__phone {
        margin-right: 20px;
    }

    .leftslider {
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 30px;
    }
    .rightslider .top-slider__item{
        background-size: contain;
        background-repeat: no-repeat;
    }

    section.home-top {
        padding: 55px 0 0px;
        background: white;
        position: relative;
    }

    .home-top .top-slider__btns
     {
        display: none;
    }

    .header-right .header__button {
        position: absolute;
        bottom: -52px;
        z-index: 9;
    }

    .header__description {
        max-width: 100%;
        display: block;
        margin: auto;
        text-align: center;
        left: 0;
        padding: 10px 15px 15px;
        width: 100%;
    }

    .catalog-item {
        padding: 0 0px;
    }
}

@media (max-width: 767px) {
    .slider__wrap {
        padding-bottom: 20px;
    }

    .cat-slider-dots li.slick-active:after {
        display: none;
    }

    .top-slider__btns {
        text-align: center;
        position: relative;
        margin: 134px 0 0;
    }

    .home-top-slider__controls {
        position: absolute;
        bottom: 75px;
        right: 10px;
    }

    .home-top__slider.home-top-slider .top-slider__item {
        margin: 15px 0 15px;
    }

    .top-slider__text {
        font-size: 20px;
    }
    .home-top h1 {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #eae9e8;
    }
    .leftslider {
        background-image: url(https://pro-lider.ru/wp-content/uploads/2019/catalog/enlarge_photo_2022-10-19_11-42-51-1.jpg);
        background-size: cover;
        height: 350px;
    }
    .rightslider .top-slider__item {
        height: 150px;
        padding-top:0px
    }

    .leftslider {
        background-repeat: no-repeat;
        padding-top: 30px;
        margin-top: 25px;
    }

    .section-title {
        padding: 10px 19px;
        font-size: 29px;
        margin-bottom: 30px;
    }

    .catalog-wrapper {
        width: 100%;
        display: block;
        float: left;
    }

    .catalog-wrapper .catalog-item {
        width: 49%;
        display: inline-block;
        margin: 0 0%;
    }

    .catalog-item p strong {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
    }

    .advantage-card__title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5pt;
        line-height: 1.2;
    }

    .point__title {
        font-size: 17px;
        line-height: 1.2;
    }

    .point-card__item {
        font-size: 15px;
        margin-top: 19px;
        line-height: 18px;
    }

    .calculator-heading-wrap button.calculator-heading__button {
        position: absolute;
    }

    .calculator-heading__title {
        /* padding: 9px 0 0; */
        line-height: 1.2;
    }

    .footer .footer__wrap {
        text-align: center;
    }

    .footer-about__wrap {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        padding: 25px 0 0;
    }

    .footer-contacts__wrap {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .footer-contacts__wrap .header__button {
        margin: 15px 0 24px;
        width: 100%;
    }

    .advantage-card__text {
        color: #000;
        background: #fff;
        font-size: 16px;
        line-height: normal;
        padding: 11px 14px;
        min-height: auto;
    }

    .header__description {
        padding: 15px 15px 10px;
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .panel-heading {
        font-size: 14px;
        padding-left: 15px !important;
    }

    .actions-slide__description {
        font-size: 14px;
        line-height: 17px;
        padding: 8px 9px !important;
        max-width: calc(100% - 15px);
    }

    .catalog-head {
        font-size: 23px;
        text-transform: uppercase;
    }

    .head-wrap {
        text-align: center;
        min-height: auto;
        padding-top: 0rem;
        padding-bottom: 2rem;
    }

    .zaborpage-banner_title {
        font-family: 'M PLUS Rounded 1c';
        font-size: 23px;
    }

    section.zaborpage-banner,
    section.micrometer-banner {
        padding: 40px 0 25px;
    }

    .sub-footer section {
        margin: 0 0 0px;
        padding: 0 15px 0;
    }

    .videos {
        padding: 0 0 12px;
        margin: 0;
    }

    .videos h2,
    .works h2 {
        font-size: 1.7rem;
        margin: 0 0 15px;
    }

    .questions {
        margin-top: 30px;
        background: 0;
        margin-bottom: 20px;
    }

    .section-title {
        padding: 10px 19px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer-contacts__wrap {
        padding: 0 15px 0 15px
    }

    .footer-about__wrap {
        padding: 20px 10px 10px;
    }

    section.feedback {
        text-align: center;
        background: url(/wp-content/themes/zabori/img/feedback-bg.png) #dbdcdb;
        background-size: 124%;
        padding: 25px 0 35px;
        margin-bottom: 0;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .feedback__wrap .form-submit input.wpcf7-form-control {
        margin: 15px 0 7px;
        max-width: 100%;
    }

    span.wpcf7-spinner {
        position: absolute;
    }

    .sub-footer {
        padding: 20px 0 25px;
    }

    .panel-collapse {
        padding: 5px 14px;
        line-height: 1.2;
    }

    .panel-collapse-wrapper p {
        margin: 10px 0 17px;
        line-height: 1.2;
        font-size: 16px;
    }

    .ttile-min {
        margin: 25px 0 25px;
    }

    .actions-slide__description {
        min-height: 103px;
    }

    .questions {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .videos {
        padding: 0 0 60px;
    }
}

@media (min-width: 768px) {
    .slidergrid {
        display: grid;
        grid-template-columns: 49% 49%;
        gap: 2%; 
        margin-bottom: 50px;
    }

    .footer-menu {
        flex: 0 1 50%;
    }

    .footer-about__wrap {
        max-width: 330px;
        padding-right: 40px;
    }
}

@media (min-width: 821px) {
    .header__wrap .toogle {
        position: static;
    }

    .header-left {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .header__wrap .toogle {
        display: none;
    }

    .header-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* width: 100%; */
    }

    .header-right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-region {
        display: block;
    }

    .mobile-header-region {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-left {
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    .header__description {
        text-align: left;
    }

    .header-region {
        min-width: 150px;
    }
}
.header-social {
    display: grid;
    grid-template-columns: repeat(2, 48px);
    gap: 2px;
    align-content: start;
}

.header-social__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.header-social__icon::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -120%;
    width: 70%;
    height: 220%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.18) 40%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0.18) 60%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(20deg);
    transition: left .6s ease;
    pointer-events: none;
}

.header-social__icon:hover::before {
    left: 160%;
}

.header-social__icon:hover {
    transform: translateY(-2px) scale(1.04);
    filter: brightness(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.header-social__icon i {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-social__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* Цвета по соцсетям */
.header-social__whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #0ea34a 100%);
}

.header-social__whatsapp i {
    font-size: 26px;
}

.header-social__telegram {
    background: linear-gradient(135deg, #2AABEE 0%, #0b7fc1 100%);
}

.header-social__vk {
    background: linear-gradient(135deg, #4C75A3 0%, #2f5e91 100%);
}

.header-social__max {
    background: linear-gradient(135deg, #7b61ff 0%, #5b3df5 100%);
}

/* Убираем старый отступ между соседними иконками */
.header-social__icon + .header-social__icon {
    margin-left: 0;
}

/* Подвал */
.footer-contacts__wrap .header-social {
    grid-template-columns: repeat(2, 42px);
    gap: 8px;
    margin-top: 10px;
}

.footer-contacts__wrap .header-social__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

.footer-contacts__wrap .header-social__icon i {
    font-size: 20px;
}

.footer-contacts__wrap .header-social__whatsapp i {
    font-size: 22px;
}

.footer-contacts__wrap .header-social__icon img {
    width: 20px;
    height: 20px;
}

.footer-contacts__wrap .header-social__icon + .header-social__icon {
    margin-left: 0;
}
.vk-video-text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.vk-video-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s ease, filter .25s ease;
}

.vk-video-link::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -120%;
    width: 70%;
    height: 220%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.18) 40%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0.18) 60%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(20deg);
    transition: left .6s ease;
    pointer-events: none;
    z-index: 2;
}

.vk-video-link:hover::before {
    left: 160%;
}

.vk-video-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.vk-video-link img {
    width: 525px;
    height: 295px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
/* Основной контейнер теперь выравнивает элементы по центру */
.header-phone {
    display: flex;
    flex-direction: column; /* Элементы друг под другом */
    align-items: center;    /* Центрирование */
    text-align: center;     /* Центрирование текста, если нужно */
    line-height: 1.4;       /* Отступ между телефоном и почтой */
}

/* Обертка для телефона нужна только чтобы иконка не разваливалась на мобильных */
.header-phone__wrapper {
    display: flex;
    align-items: center;
}

/* Стили для ссылки почты */
.header-phone__email {
    display: block;
    color: #666; /* Цвет пожче - серый или темнее, чем у телефона */
    text-decoration: none;
    margin-top: 2px; /* Небольшой отступ сверху от телефона */
    transition: color 0.3s ease;
}

.header-phone__email:hover {
    color: #00aeff; /* Тот же синий цвет при наведении */
    text-decoration: underline;
}

/* Адаптив под мобильные устройства */
@media screen and (max-width: 820px) {
    .header-right .header__phone {
        margin-right: 20px;
    }
    
    .header__phone {

        gap: 15px; /* Расстояние между телефоном и mail */
    }
    
    .header-phone__email {
        margin-top: 0; /* Убираем вертикальный отступ на десктопе */
    }
}

