#header .content .descriptor .text {
    max-width: 1000px;
    font-weight: var(--f1w);
    color: #000;
}

#header .content .col:nth-of-type(2) {
    display: none;
}

#footer .descriptor {
    font-size: 0.9rem;
}

#footer li {
    font-size: 0.9rem;
}

.page-id-553 #sec-2.lists .order-2 .image {
    transform: scale(1.5);
}

.page-id-553 #sec-4.content .cols-2 .image {
    transform: scale(1.1);
}

.hideLabels .form-control {
    padding: 1.25rem 2rem;
    text-align: center;
}

.form-control::-webkit-input-placeholder {
    color: var(--gray) !important
}

.form-control:-ms-input-placeholder {
    color: var(--gray) !important
}

.form-control::-ms-input-placeholder {
    color: var(--gray) !important
}

.form-control::placeholder {
    color: var(--gray) !important
}

.wrapper {
    overflow: hidden;
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1472px;
    }
}

#hero.thanks .button,
#hero.error .button {
    display: block;
}

#hero.thanks h1,
#hero.error h1 {
    font-size: 3rem;
    color: var(--color) !important;
}

#hero.error p {
    font-size: 1.25rem;
    color: #fff !important;
}

#hero.error {
    background: url(../i/error_bg.jpg);
    padding: 4rem 0rem 24rem;
}

.page-id-553 #modules section {
    background-color: #e4e6e5;
}

.page-id-553 #modules .desc .button {
    text-align: initial;
}

#header .mainrow::before {
    content: '';
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: 0;
    background-image: url(../i/b.svg);
    width: 17%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-83%);

}

body {
    color: #000;
    font-family: 'Rubik' !important;
    position: relative;
}

#city path {
    display: none;
}

#circle {
    display: none;
}

#line {
    display: none;
}

#city path {
    display: none;
}

#icon {
    animation: rotate 3s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#label {
    opacity: 0;
}

h1,
h2 {
    font-family: var(--f2);
    font-weight: 700;
    text-transform: uppercase;

}

#modules h2,
#not_modules h2 {
    text-transform: uppercase;
}

h3 {
    font-family: var(--f1);
}

.mobile .lk {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.mobile .lk img {
    margin-right: 0.5rem;
}

.home h1,
.home h2 {
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;

}

.home h3 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #fff;
}

#header .located svg {
    height: 20px;
    width: 20px;
    fill: #77253C;
}

#hero .main {
    max-width: 700px;
}

#hero .button a {
    margin: auto;
}

.loc_name {
    max-width: 17rem;
    margin-left: 11px;
}

.menu-full-width #menu {
    background: #8B1B3A
}

#menu .social .soc {
    /* background-color: #fff; */
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu .social {
    margin: 0rem 0;
}

.lk {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

#menu .social .soc svg {
    width: 2rem;
    height: 2rem;
    fill: var(--color);
}

#menu .social .soc {
    transition: all 0.3s;
}

/* #menu .social .soc:hover {
    background-color: var(--color);
} */
#menu .social .soc {
    background-color: #fff;
}

#menu .social .soc svg path {
    fill: var(--color);
}

#menu .social .soc.vk,
#menu .social .soc.in {
    background-color: var(--color);
}

#menu .social .soc.wa svg,
#menu .social .soc.tg svg {
    width: 1.2rem;
    height: 1.2rem;
}

#menu .social .soc.tg svg path {
    fill: var(--color);
}

#menu .social .soc.vk svg path,
#menu .social .soc.in svg path {
    fill: #fff;
}

#menu .social .soc svg {
    fill: #fff;
}

#menu .search_block {
    padding-right: 1.25rem;
    border-right: 1px solid #676767;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #8B1B3A;
    border-radius: 3px;
}

.menu .menu-item {
    position: relative;
}

.menu .menu-item:first-child {
    margin-left: 0;
}

.menu .menu-item a {
    display: inline-block;
    border: 0;
    font-size: 0.8rem;
    font-weight: normal;
    font-weight: var(--f1w);
    padding: 0.7rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

#menu .menu .menu-item a {
    color: #fff;
    white-space: nowrap;
    text-transform: unset;
    font-size: 1rem;
    letter-spacing: 0.5px;

}

.menu .menu-item::after,
.menu .menu-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
}

.menu .current-menu-item a,
.menu .current_page_parent a {
    background: linear-gradient(45deg, #c42f59, #500F21);
}

.menu .current-menu-item::before,
.menu .current-menu-parent::before,
.menu .current-menu-ancestor::before {}

#menu .menu .current-menu-item a::after,
#menu .menu .current-menu-parent a::after,
#menu .menu .current-post-ancestor a::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 0 10px;
    border-color: #e03062 transparent transparent transparent;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}

.mobile.menus #search_box {
    position: relative;
    left: 0rem;
    right: 0rem;
    bottom: 0;
    top: 0;
    transition: 0.5s;
    z-index: 1;
    margin-top: 1px;
    opacity: 1;
}

.mobile.menus #search_box .hideLabels .form-group label {
    left: 32%;
}


.btn {
    font-family: 'Rubik' !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #fff;
    box-shadow: 1px 5px 30px -10px #ff0675, inset 0px -1px 0px 0px #B8234D !important;
}

.popup {

    padding: 5rem 3rem;
    border-radius: 25px;

}

.popup .form-header {
    margin-bottom: 2rem;
}



.home p,
.home li {
    font-family: 'Rubik' !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.home b {
    font-family: 'Roboto' !important;

    color: #fff !important;
}

h1,
.banner h2 .text_color,
.banner h2 .text_size {
    font-size: 3.5rem;
    line-height: 1.1;
}

.banner_wrapper .slick-dots li button {
    background: #D8446D;
    border: none;
}

.banner_wrapper {
    position: relative;
}

#section-1.banner {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.banner_wrapper .slick-slide:nth-child(3) #section-1.banner li {
    color: #000 !important;
}

.banner_wrapper .nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    bottom: 4rem;
}

.banner_wrapper .slick-list {
    overflow: visible !important;
}


.banner_wrapper .nav .dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;

}

.banner_wrapper .nav .dots .slick-dots {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}

.banner_wrapper .nav .slick-next {
    right: 0;
}

.banner_wrapper .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #b5224c, #570f23);
    border-radius: 8px;
    width: 2.9rem;
    border: none;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
}

p,
li,
b {
    font-size: 1rem;
    line-height: 1.3;
}

.text-color {
    color: #B8234D;
}

.text-color_dark {
    color: var(--dark) !important;
}

#modules .desc .button {
    text-align: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slick-arrow {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
}

#header .email {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}




#privacy h2 {
    color: var(--dark) !important;
}

#privacy li {
    color: var(--dark) !important;
}

#hero p {
    color: var(--dark) !important;
}

#header .text {
    max-width: 13.5rem;
}

#menu .wrap_header {
    justify-content: space-between;
    align-items: center;
    margin: 0 0rem;
}


.lk a {
    cursor: pointer;
    display: inline-block;
}

#menu .lk .profile {
    position: relative;
    margin-left: 2rem;
}

#menu .lk .profile::before {
    width: 1px;
    height: 100%;
    background-color: #676767;
    content: "";
    position: absolute;
    top: 0;
    left: -65%;
}

#menu .lk .profile span {
    position: absolute;
    width: fit-content;
    top: 45px;
    right: -1rem;
    white-space: nowrap;
    background: var(--dark);
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}

#menu .lk .profile:hover span {
    opacity: 1;
}

#menu .lk .profile span::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--dark) transparent;
    right: 20px;
    top: -10px;
}

.text-color2 {
    color: #929292;
}

.banner_wrapper .slick-slide {
    height: 100%;
}

#section-1 {
    background-size: cover;
    position: relative;
    padding-bottom: 3rem;

}

#section-1.banner {
    padding: 6rem 0;

}

#section-1 .btn span,
#section-3 .btn span,
.banner .btn span {
    padding: 1.25rem 1.9rem !important;
}

.webp .bg1 {
    background: url(../i/sec1_bg1.webp) no-repeat;
}

.no-webp .bg1 {
    background: url(../i/sec1_bg1.jpg) no-repeat;


}

.mobile .contacts {
    border-bottom: 0;
}

#search_box {
    position: absolute;
    left: 3rem;
    right: 3rem;
    bottom: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
    margin-top: 1px;
    opacity: 0;

}

#search_box.active {
    opacity: 1;
    z-index: 10;
}


#search_box .search_form_popup {
    display: flex;
}

.search_form_popup {
    min-width: 300px;
}

#search_box .hideLabels .form-group {
    margin: 0;
    border-radius: 0 !important;
    border: none;
    flex: 1;
}

.hideLabels .form-group {
    position: relative;
    z-index: 3;
}

#search_box .hideLabels .form-control {
    padding: 0.6rem 1rem .5rem;
}

.mobile #search_box .hideLabels .form-control {
    padding: 1rem;
}

#search_box .hideLabels .form-group label {
    top: 5px;
    left: 10%;
}

#searchsubmit {
    background: linear-gradient(180deg, #b5224c, #570f23);

    border: none;
    color: #fff;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

#close_search_box {
    background: linear-gradient(to bottom, #070707, #000);
    box-shadow: 0 15px 30px -10px #000;
    border: none;
    color: #fff;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

#close_search_box svg {
    width: 17px;
    height: 17px;
    fill: #fff;
    cursor: pointer;
    transition: 0.3s;
}

#modules h2,
#not_modules h2 {
    word-break: normal;
    margin: 0 0 2rem;

}


/* ================Калькулятор==================== */


#calc {
    background: linear-gradient(45deg, #fff, #C1C1C1);

}

.calcucation {
    background-color: #fff;
    padding: 0rem 0rem 0rem 0rem;
    border-radius: 20px;
    max-width: 72rem;
    margin: 0 auto;
}

#calc .calcProd {
    width: 96%;
    margin: 0 auto;
    height: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0rem;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}

#calc .flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}

#calc .form-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0;
    max-width: 380px;
    padding: 0 0rem 2.5rem;
    z-index: 1;
    border-radius: 0 0 20px 0;
    max-width: 100%;
    padding-top: 2rem;
    color: var(--dark);
    font-family: 'Rubik';
    margin-top: 1rem;
    background: url(../i/wave.png) no-repeat;
    background-size: cover;
    box-shadow: none;
}

#calc .form_block {
    width: 78%;
    margin: auto;
}

#calc .calcProd>.flexItem {
    width: 30%;
}

#calc .calcProd .calcName {
    width: 45%;
}

#calc .calcForm {
    width: 90%;
    margin: auto;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
}

#calc .calcForm .flexItem {
    width: 50%;
}

#calc .calcForm .minus,
.calcForm .plus {
    width: 25%;
    cursor: pointer;
}

#calc .calcForm .howMany {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    line-height: 22px;
    border-left: none;
    border-right: none;
    border-top: 0;
    border-bottom: 0;
    display: block;
    background-color: transparent;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 1.3rem;
}

#calc .minus span,
.plus span {
    display: block;
    border: 1px solid #B8234D;
    border-radius: 10px;
    padding: 7px 3px;
    font-size: 1.3rem;
    color: #500F21;
}

#calc .calcForm .flexItem {
    width: 30%;
}

#calc .calcImg {
    background-color: #CF4C71;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;

}

#calc .prod_block {
    padding: 3.4rem 0 3rem 0;
}

#calc .table-wrap-one {
    margin-bottom: auto;
}

#calc .total_block {
    padding: 3.4rem 0 0 0;
    background-color: #F8F8F8;
    border-radius: 0 20px 20px 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;

}

#calc .img_block {
    background-color: #CF4C71;
    padding: 3.4rem 0 1rem 0rem;
    border-radius: 20px 0 0 20px;
}

#calc .priceTotal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
    display: flex;
    padding: 0 3rem 0 1rem;
    justify-content: space-between;
}

#calc table tr.t-head {
    border-top: 1px solid;
    border-color: #676767;

}

#calc .table td {
    padding: .3rem 0rem;
    border-top: none;
    color: #626262;
}

#calc .table_wrap {
    padding: 0rem 1rem;
}

#calc table tr th {
    padding: .75rem 0rem;
    color: #626262;
    font-weight: 400;
    font-size: 12px;
}

#calc .table {

    margin: 1rem 0;

}

#calc b {
    color: #2c2b2b !important;
    padding: 0 1rem;
}

#calc .calcPrice {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: block;
}


#calc .zoom_img {
    visibility: hidden;
    width: 0;
}

#calc .nameClass {
    display: none;

}

#calc .mainrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#calc .calcImg:hover .zoom_img,
#calc .calcImg:active .zoom_img {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;

}

#calc .zoom_img img {
    max-width: 117px;
    max-height: 184px;
}



#calc .zoom_img {

    opacity: 0;
    transition: 700ms ease-in-out;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    min-width: 216px;
    min-height: 216px;
    position: absolute;
    left: -98%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;

}


#section-1 .money1 {
    position: absolute;
    bottom: -1%;
    right: 18%;
    z-index: 15;
}

#section-1 .money2 {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 15;
}

#section-1 .content,
.banner .content {
    max-width: 41rem;
    margin-top: 1rem;
    padding-bottom: 3rem;

}

#section-1 h1 {
    margin: 0px 0 0.5rem;
}

#section-1 h2 {
    margin: 0px 0 1rem;
}

#section-1 h1,
#section-1 h2 {
    /* color: #fff; */
    color: #000;
}

#section-1 li {
    color: #8B1B3A !important;
}

#section-1 li .text-color2,
.banner li {
    color: #000 !important;
}

.btn span {
    font-size: 1.125rem !important;
    padding: 0.7rem 2rem !important;

}

.text_size {
    font-size: 32px;
    display: inline-block;
    line-height: 1.3;
    margin: 0;
    padding: 0;

}

#section-1 li,
.banner li {

    position: relative;
    font-size: 1.5rem;
    padding-left: 2rem;
}

#section-1 li::before,
.banner li::before {
    content: url(../i/teg.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
}

#section-1 .right,
.banner .right {
    display: block;
    width: 19rem;
    color: #000;
    background: linear-gradient(to right, rgba(179, 3, 4, 0.3), rgba(241, 28, 35, 0));
    padding: 5px 0 13px 18px;
    margin-top: 2rem;
    position: relative;
}



#section-1 .right::before,
.banner .right::before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #500F21, #B8234D);
    left: 0;
    height: 100%;
    width: 2px;
    top: 0;

}

#section-1 .right_btn,
.banner .right_btn {
    max-width: 15rem;
    font-size: 12px;
    display: block;
}

#section-1 .mainrow,
.banner .mainrow {
    justify-content: space-between;
    margin: 0;
}


#section-2 {
    background: linear-gradient(45deg, #fff, #C1C1C1);
    height: 38rem;
}

#section-2.reviews .leftbar {
    opacity: 1;
}

#section-2 .leftbar {
    position: relative;
}

#section-2 .project-slider-arrow {
    position: absolute;
    left: 3rem;
    top: 11rem;
}

#section-2 .slick-arrow#next {
    right: -9rem;
}

.slick-arrow svg {
    fill: #fff;
    width: 58%;
    height: 50%;
}

.slick-arrow#prev svg,
.slick-prev svg {
    padding-left: 3px;
}

.slick-arrow#next svg,
.slick-next svg {
    padding-right: 3px;
}

#section-2 .container {

    padding-left: 16rem;
    max-width: 1920px;


}

#section-2 .slides-leftbar {
    pointer-events: none;
}

#section-2 .image {
    overflow: hidden;
    width: 37rem;
    max-height: 29rem;
    border-radius: 30px;
    position: relative;



}


/* #section-2 .image::before {
    content: "";
    display: block;
    width: 79%;
    height: 2%;
    border-radius: 41px;
    box-shadow: -2px -7px 20px 7px #039584;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */




.item_img {
    padding-bottom: 3rem;
}

#section-2 .image img {
    height: 0px;
    width: 0px;
    clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0 93%);
    border-radius: 25% 11% 11% 22% / 14% 13% 12% 15%;

}

#section-2 .slick-next {
    margin-left: 5rem;
}


#section-2.reviews .item a {
    font-size: 1.5rem;
    font-family: 'Rubik';
    position: relative;
}

#section-2.reviews .item h2 {
    position: relative;
    color: #000;
    width: auto;
    max-width: 23rem;
}

#section-2 h2::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #D62254;
    bottom: -23%;
    left: 0;

}

#section-2.reviews .item a:hover {
    margin-left: 15px;
}

#section-2.reviews .item a::after {
    content: '';
    position: absolute;
    background: url(../i/right-arrow.svg);
    background-size: contain;
    width: 36px;
    height: 18px;
    right: -65%;
    top: 29%;
}

.slick-arrow {
    flex-shrink: 0;
    border: 1px solid #FF0675;
    box-shadow: none;
    background: linear-gradient(45deg, #500F21, #B8234D);
    box-shadow: 1px 5px 30px -10px #ff0675;
}



/*
	========================================
	
	Отзывы
	
	========================================
*/
section.reviews {
    padding: 4rem 0;
    margin: 0;
    z-index: 12;
}

section.reviews.style-bg-dark,
section.reviews.style-bg-color1 {
    background-color: var(--dark);
    color: #fff;
}

section.reviews .slider {
    position: relative;
    width: 100%;
}

section.reviews .slider .slides {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 123px;
}

section.reviews .item {
    position: absolute;
    flex-shrink: 1;
    width: 100%;

    opacity: 0;
    pointer-events: none;


}

section.reviews .item:not(:first-child) {
    margin-left: 0%;
}

section.reviews .item.current {
    opacity: 1;
    pointer-events: auto;
    top: 8rem;
}

section.reviews .item .name-block {
    display: flex;
    align-items: center;
}

section.reviews .item .avatar {
    width: 3.5rem;
    margin-right: 1rem;
}

section.reviews .item .name-detail {
    font-size: 0.9rem;
}

section.reviews .item .name-detail .detail {
    opacity: 0.8;
}

section.reviews .item .name-detail .detail span {}

section.reviews .item .name-detail .detail span:nth-of-type(2) {
    position: relative;
    padding-left: 1rem;
}

section.reviews .item .name-detail .detail span:nth-of-type(2)::before {
    content: ",";
    position: absolute;
    left: 0;
}

section.reviews .item .name {
    font-size: 1rem;
    font-weight: bold;
    font-weight: var(--f1wb);
}

section.reviews .item .city {
    font-weight: 300;
    font-weight: var(--f1);
    font-size: 0.9rem;
}

section.reviews .item .blockquote {
    font-size: 1.5rem;
    font-weight: 300;
    font-weight: var(--f1);
    font-family: var(--f3), serif;
    font-style: italic;
    line-height: 1.2;
    margin: 2rem 0;
}

section.reviews .item .blockquote-icon {
    opacity: 0.1;
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 0rem;
    right: -2rem;
    z-index: -1;
}

section.reviews.style-bg-dark .item .blockquote-icon,
section.reviews.style-bg-color1 .item .blockquote-icon {
    fill: #fff;
}

section.reviews .review1 {
    position: absolute;

    flex-shrink: 1;

    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    left: 1rem;
    opacity: 0;

    z-index: 1;
    display: block;

    font-weight: 300;
    font-weight: var(--f1);



}

/* section.reviews .review:not(:first-child){
    margin-left: calc(5rem - 100%);
} */
section.reviews .review1.current {
    opacity: 1;
    z-index: 4;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;

}

#section-2.reviews .review1.current .image {
    width: 100%;
    height: 100%;

}

#section-2.reviews .review1.current .image img {
    height: 100%;
    width: auto;
}

section.reviews .item .review1 {
    position: relative;
    width: 0;
    background: none;
    border-radius: 0;

    transition-property: none;

    margin-left: 0;
    opacity: 0;
    color: transparent;

    padding: 0;


    box-shadow: none;
}

section.reviews .review1.second {
    opacity: 1;
    left: 33rem;
    top: 4rem;
    z-index: 3;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    position: absolute;
}

#section-2.reviews .review1.second .image {
    width: 100%;
    height: 20rem;
}

#section-2.reviews .review1.second .image img {
    height: 100%;
    width: auto;
}

section.reviews .review1.third {
    opacity: 1;
    left: 50rem;
    top: 6rem;
    z-index: 2;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
}

#section-2.reviews .review1.third .image {
    width: 100%;
    height: 16rem;
}

#section-2.reviews .review1.third .image img {
    height: 100%;
    width: auto;
}

section.reviews .review1.forth {
    opacity: 1;
    left: 61rem;
    top: 8rem;
    z-index: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
}

#section-2.reviews .review1.forth .image {
    width: 100%;
    height: 12.5rem;
}

#section-2.reviews .review1.forth .image img {
    height: 100%;
    width: auto;
}



section.reviews .review1 .review-text {
    opacity: 0;
}

section.reviews .review1.current .review-text {
    opacity: 1;
}

section.reviews .slider-navigation {
    margin-top: 13rem;
}

section.reviews .slider .slick-arrow {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

section.reviews .slider-page {
    margin: 0 2rem;
    font-weight: bold;
    font-weight: var(--f1wb);
}

section.reviews .js-slider-cur-page {
    font-size: 3rem;
    font-weight: 300;
    font-weight: var(--f1);
}

section.reviews .sepa {
    padding: 0 1rem;
}


.webp .bg2 {
    background: url(../i/sec3_bg1.webp) no-repeat;
    background-size: cover;
}

.no-webp .bg2 {
    background: url(../i/sec3_bg1.jpg) no-repeat;
    background-size: cover;
}

#section-3 .content {
    margin: 3rem 0 4rem auto;
    max-width: 679px;

}

#section-3 .content h2 {
    color: #000;
}

#section-3 .content p,
#section-3 .content li {
    font-size: 1rem;
}

.calc_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.calc_item {
    border: 1px solid #B8234D;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    width: 35%;
    background-color: #E6E5E5;
    margin: 0 auto;
}

.calc_item span {
    font-size: 1.25rem;
}

.calc__items {
    max-width: 72rem;
    margin: 0 auto;
    margin-bottom: 2rem;

}

.calc_cat {
    text-transform: uppercase;
    border: 1px solid #B8234D;
    background-color: #fff;
    border-radius: 30px;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    transition: all 0.3s;
}

.calc_cat.active {
    background-color: #B8234D;
    color: #fff;
}

.calculate__tab-item {
    display: none;
    gap: 2rem;
}

.calculate__tab-item.active {
    display: flex;

}

.calc_cat:hover {
    background-color: #B8234D;
    color: #fff;
}

#section-3 h2 {
    margin: 0 0 1rem
}

#section-3 h3 {
    margin: 1rem 0 2rem;
    color: #000;
}

#section-3 .li_bg {
    display: block;
    width: 12rem;
    color: #000 !important;
    background: linear-gradient(to right, rgba(179, 3, 4, 0.3), rgba(241, 28, 35, 0));
    padding: 5px 0 13px 18px;
    margin-top: 0rem;
    margin-right: 2.5rem;
    position: relative;
}

#section-3 .li_bg:nth-child(3) {
    margin-right: 0rem;
}

#section-3 ul {
    margin-left: 0px;
    margin-bottom: 2.2rem;
}

#section-3 .li_bg b {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto';
    color: #000 !important;

}

#section-3 p {
    color: #000 !important;
}

#section-3 .li_bg span {
    display: block;
    font-size: 1rem;
}



#section-3 .li_bg::before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #500F21, #B8234D);
    left: 0;
    height: 100%;
    width: 2px;
    top: 0;

}

#section-4 .block_mob {
    display: none;
}

#section-4 .form_mob {
    display: none;
}

#section-4 {
    background: linear-gradient(45deg, #fff, #C1C1C1);
    padding-top: 0px;
    padding-bottom: 4rem;
}

#section-4 .container-fluid {
    padding-top: 4rem;
}

#section-4 h3 {
    color: #000;
}



#section-4 .item_wrap {
    display: flex;
    margin: auto;
    max-width: 134rem;
    justify-content: space-between;

}


#section-4 .item {
    max-width: 61rem;
    width: calc(100% / 2);
    position: relative;
}

#section-4 .block_img_left img {
    position: absolute;
    top: 33%;
}

#section-4 .block_img_right img {}

.hand {
    z-index: 3;
}


#section-4 .block_img_left .ellipse {
    z-index: 2;
}


#section-4 .plus {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    /* background: url(../i/plus.svg) no-repeat; */
    /* width: 136px;
    height: 111px;
    background-size: 100%; */
}

#section-4 .plus .img_plus {
    display: flex;
    justify-content: center;
    align-items: center;
}


#section-4 .plus .img_plus svg {
    transition: 200ms;
}

#section-4 .plus .img_plus {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(to top, #500F21, #B8234D);
    border: 1px solid #B8234D;
}

#section-4 .plus .img_plus::before,
#section-4 .plus .img_plus::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #B8234D;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

}

#section-4 .plus .img_plus::before {
    transform: scale(1.4);
}

#section-4 .plus .img_plus::after {
    transform: scale(1.8);
}

#section-4 .plus .img_plus svg {

    transition: 300ms ease-in-out;
}

#section-4 .plus .img_plus:hover svg {
    transform: rotate(45deg);
    transition: 300ms ease-in-out;
}




#section-4 .pl1 {
    bottom: 39%;
    right: 20%;

}

#section-4 .pl2 {
    bottom: 33%;
    right: -27%;

}

#section-4 .pl3 {
    bottom: 35%;
    right: -49%;
}

#section-4 .pl4 {
    bottom: 63%;
    right: -63%;
}

#section-4 .pl5 {
    bottom: 75%;
    right: -23%;
}

#section-4 .pl1:hover,
#section-4 .pl1:active {
    z-index: 10;

}

#section-4 .pl2:hover,
#section-4 .pl2:active {
    z-index: 10;
}

#section-4 .pl3:hover,
#section-4 .pl3:active {
    z-index: 10;
}

#section-4 .pl4:hover,
#section-4 .pl4:active {
    z-index: 10;
}

#section-4 .pl5:hover,
#section-4 .pl5:active {
    z-index: 10;
}


#section-4 .pl1:hover .form1,
#section-4 .pl1:active .form1 {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;

}

#section-4 .pl2:hover .form2,
#section-4 .pl2:active .form2 {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;
}

#section-4 .pl3:hover .form3,
#section-4 .pl3:active .form3 {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;
}

#section-4 .pl4:hover .form4,
#section-4 .pl4:active .form4 {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;
}

#section-4 .pl5:hover .form5,
#section-4 .pl5:active .form5 {
    visibility: visible;
    opacity: 1;
    transition: 1s opacity;
}



#section-4 .block_plus .row {
    flex-wrap: nowrap;
}

#section-4 .text_block {
    max-width: 16rem;
    margin-left: 1rem;
}

#section-4 .text_block b {
    font-size: 1.5rem;
}



#section-4 h2 {
    color: #000;
    margin-bottom: 0.5rem;
}

#section-4 h3 {
    margin-top: 0rem;
}

#section-4 .content {
    margin-top: 3rem;
    max-width: 43rem;
    margin-left: 14rem;
}

#section-4 .item_form {
    visibility: hidden;
    opacity: 0;
    transition: 700ms ease-in-out;
    background: linear-gradient(to top, #020203, #191919);
    border-radius: 10px;
    padding: 1.5rem 2rem;
    width: 416px;
    min-height: 247px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    top: 145%;

}

.block_img_right {
    position: relative;
}

.animation {
    position: initial;
    top: 10%;
}

.animation img {
    position: absolute;
    top: 34%;
    left: 23%;
}

#first,
#second,
#third,
#fourth,
#fifth {
    right: 0;

}

#section-4 .block_img_left #second,
#third,
#fourth,
#fifth,
#second_home,
#third_home,
#fourth_home,
#fifth_home {
    display: inline-block;
    opacity: 0;

}


.mobile.menus .contacts li {
    color: var(--dark) !important;
}

#second_home {
    animation: second_home 3.5s ease-in-out infinite;
    animation-delay: 0.8s;
}

#third_home {
    animation: third_home 3.5s ease-in-out infinite;
    animation-delay: 0.8s;
}

#fourth_home {
    animation: fourth_home 3.5s ease-in-out infinite;
    animation-delay: 0.8s;
}

#fifth_home {
    animation: fifth_home 3.5s ease-in-out infinite;
    animation-delay: 0.8s;
}

#second {
    animation: second 3.5s ease-in-out infinite;
}

#third {
    animation: third 3.5s ease-in-out infinite;
}

#fourth {
    animation: fourth 3.5s ease-in-out infinite;
}

#fifth {
    animation: fifth 3.5s ease-in-out infinite;
}

@keyframes second {
    50% {
        transform: translate(7rem, -3rem) scale(0.65);
        opacity: 1;
        transition: .4s;
    }

    100% {
        opacity: 0;
        transition: .4s;

    }
}

@keyframes third {
    50% {
        transform: translate(10rem, -4rem) scale(0.4);
        opacity: 1;
        transition: .4s;

    }

    100% {
        opacity: 0;
        transition: .4s;

    }
}

@keyframes fourth {
    50% {
        transform: translate(13rem, -4rem) scale(0.26);
        opacity: 1;
        transition: .4s;

    }

    100% {
        opacity: 0;
        transition: .4s;

    }
}

@keyframes fifth {
    50% {
        transform: translate(15rem, -4rem) scale(0.15);
        opacity: 1;
        transition: .4s;

    }

    100% {
        opacity: 0;
        transition: .4s;

    }
}

@keyframes second_home {
    50% {
        transform: scale(1.29);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes third_home {
    50% {
        transform: scale(1.63);
        opacity: 1;
        filter: blur(1px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes fourth_home {
    50% {
        transform: scale(1.97);
        opacity: 1;
        filter: blur(1px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes fifth_home {
    50% {
        transform: scale(2.33);
        opacity: 1;
        filter: blur(1px);
    }

    100% {
        opacity: 0;
    }
}

/* =============СЕКЦИЯ 5 ================*/

#section-5 {

    background-size: cover;
    padding-bottom: 6rem;
    padding-top: 6rem;

}

.webp .bg3 {
    background: url(../i/sec5_bg1.webp) no-repeat;
}

.no-webp .bg3 {
    background: url(../i/sec5_bg1.png) no-repeat;
}

#section-5 h2 {
    color: #000
}

#section-5 .scrollbar::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #2F1614;
    right: 2.5%;
    top: 0;
    z-index: -1;

}


#section-5 svg {
    width: 65px;
    height: 65px;
}

#section-5 .content {
    margin: 1rem 6rem 0 auto;
    max-width: 675px;
}

#section-5 .text-block {
    max-width: 32rem;
}

#section-5 .item {
    margin: 0.5rem 0;
    padding-left: 2rem;
    height: 8.5rem;
    position: relative;
}

#section-5 .item_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#section-5 .image {
    width: 65px;
    height: 65px;
}

#section-5 .slick-dots {
    display: block;
    bottom: -1rem;
    right: -2%;
    width: 5%;


}


#section-5 .slick-dots li.slick-active button {
    background: #B8234D;
}

#section-5 .slick-dots li button {
    border-color: transparent;
    border-radius: 2px;
    text-indent: -9999px;
    width: 7px;
    height: 68px;
    display: block;
    margin: 0.7rem 0px;
    font-size: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

#section-5 .slick-current svg {
    fill: #000;
}

#section-5 .slick-current .text-block {
    color: #000;
}


#section-5 object {
    width: 65px;
    height: 65px;

}


#section-5 svg {
    fill: #707070;

}

#section-5 .text-block {
    position: relative;
    color: #707070;

}

#section-5 .title {
    text-transform: uppercase;
}

#section-5 .text {
    position: relative;
    margin-top: 1rem;
}

#section-5 .item::after {
    content: '';
    position: absolute;
    width: 31rem;
    height: 1px;
    background-color: #200606;
    bottom: -5%;
    left: 14%
}

#section-5 .button {

    margin-left: 7rem;

}


/* =============СЕКЦИЯ 6 ================*/

#section-6 {
    background: linear-gradient(45deg, #fff, #C1C1C1);
    padding-top: 6rem;
}

#section-6 h2,
#section-6 h3 {
    color: #000;
}

#section-6 h2 {
    margin-bottom: 1rem;
}

#section-6 h3 {
    max-width: 42rem;
    margin-top: 0rem;
    margin: 0 auto;
}

#section-6 .content {
    position: relative;
    z-index: 10;
}

.map_svg {
    width: 71vw;
    margin-top: -9rem;
}

#circle {
    display: none;
}

#line {
    display: none;
}

#city path {
    display: none;
}

#icon {
    animation: rotate 3s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#label {
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotate(0);
    }
}


/*======== Секция 7 =============*/

#section-7 {
    background: rgb(235, 235, 235);
    background: linear-gradient(90deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0.4) 100%);
    padding: 6rem 0;
}

#section-7 h2 {
    color: #000;
}

#section-7 .project-slider-arrow {
    position: absolute;
    right: 6%;
    top: 55%;
}

#section-7 .slide_wrap {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-7 .slide_wrap img {
    border: 12px solid #242422;

}

#section-7 .slick-arrow#prev {
    left: -84rem;
}

#section-7 .slick-slide {

    max-height: 27rem;
}

#section-7 .sliders {
    max-width: 80rem;
    margin: auto;
}

#section-7 .vie {
    margin-top: 10px;
    text-decoration: underline;
}

#section-7 .image {
    width: 260px;
    height: 360px;
}


/*======== Секция 8 =============*/
#section-8 {
    background: transparent;
    padding: 6rem 0 8rem;
}

#section-8 h2 {
    color: #000;

}

.logos-row {
    padding: 0;
    border-bottom: none;
}

#section-8 .logos-row .item {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem;
    box-shadow: 0 12.5px 10px rgb(0 0 0 / 15%), -7px 9px 80px rgb(0 0 0 / 10%);
    padding: 1.5rem 2rem;
}

/*======== менеджер  =============*/
.section__bg {
    background: linear-gradient(45deg, #fff, #C1C1C1);
}

#manager {
    background: transparent
}

.manager-1 .wrap {
    background: transparent;
    box-shadow: none;
}

.form-desk {
    display: none;
}

#manager li {
    position: relative;
    font-size: 1.5rem;
    padding-left: 2rem;
    color: #fff;
}

#manager li::before {
    content: url(../i/teg.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 34%;

}

#manager {
    overflow: hidden;
}

.manager-1 {
    position: relative;
    background: var(--light);
    margin: 0;
    padding: 3rem 0;
}


.manager-1 .left-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.manager-1 .text-wrap {
    height: 100%;
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
    padding: 4rem 0;
}

.manager-1 .text-wrap .utp {
    position: relative;
    z-index: 1;
}

.manager-1 .text-wrap .header h2 {
    font-size: 2rem;
    color: #000;
    margin-right: -4rem;
    font-family: 'Roboto';
}

.manager-1 .text-wrap .header h3 {
    color: #000;
}

#manager li {
    color: #000 !important;
}

.manager-1 .text-wrap .header p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--dark);
}

.manager-1 .text-wrap .subheader {
    margin-top: 0;
    color: var(--dark);
}

.manager-1 .text-wrap .manager-label {
    position: relative;
    max-width: 300px;
    margin-top: 2rem;
}

.manager-1 .text-wrap .manager-label div {
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 0 0 auto;
    text-align: right;
}

.manager-1 .text-wrap .manager-label .name {
    font-size: 0.9rem;

    font-weight: bold;
    font-weight: var(--f1wb);
    z-index: 2;
}

.manager-1 .text-wrap .manager-label .position {
    font-weight: 300;
    font-weight: var(--f1w);
    font-size: 0.8rem;
    z-index: 1;
    text-align: right;
}

.manager-1 .text-wrap .contacts-block {
    border-top: 1px solid #ececec;
    margin-top: 2rem;
    padding-top: 1rem;
}

.manager-1 .text-wrap .contacts-block .head {
    color: #000;
}

.manager-1 .avatar-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.manager-1 .avatar-png {
    margin-top: -2rem;
}

.manager-1 .avatar-wrap .avatar {}

.manager-1 .avatar-wrap .avatar img {
    max-height: 700px;
    height: auto;
    width: 543px;
    margin-left: 5rem;
    z-index: 10;
}

.manager-1 .form-wrap {
    height: 100%;
    margin-top: 4rem;
    background-color: #fff;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}

#manager.white-text {
    color: #fff;
}

#manager ul {
    max-width: 400px;
    margin: 2rem 0;
}

#manager ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

#manager ul li strong {
    display: block;
}

#manager ul li::before {
    content: url(../i/teg.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 34%;
}

.manager-1 .avatar-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.manager-1 .avatar-png {
    margin-top: -2rem;
}

.manager-1 .avatar-wrap .avatar {}

.manager-1 .avatar-wrap .avatar img {
    max-height: 700px;
    height: auto;
    width: 543px;
    margin-left: -2rem;

    z-index: 10;
}

/*
	==================================================
	Форма
	==================================================
*/
.form-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0;
    max-width: 380px;
    padding: 0 2.5rem 2.5rem;
    z-index: 1;
    border-radius: 25px;

    max-width: 380px;
    color: var(--dark);
    font-family: 'Rubik';

}

.form-wrap .form-header {
    margin-bottom: 2rem;
}

.form-wrap .form-head {
    position: relative;
    color: #fff;
    background: var(--color);
    margin: 0 -2.5rem 1rem;
    padding: 2rem 2.5rem 0rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
    font-weight: normal;
    font-weight: var(--f1w);
}

.form-wrap .button {
    margin: 1.25rem 0 1.5rem;
}

.form .form-head {

    font-size: 1.5rem;

    font-family: 'Rubik';
    text-align: center;
    color: #000;
    background: #fff;
    line-height: 1.2;
    font-weight: 400;
}

.form-desk {
    font-weight: normal;
    font-weight: var(--f1w);
    font-size: 1rem;
    margin: 1rem 0 2rem;
}

.form-group {
    position: relative;
    margin: 3rem auto 1.25rem;
    background: #eef2f7;
    background: #F5F6F8;
    border: 1px solid #B7B7B7;
    border-radius: 30px;
}

.form_block .btn {
    width: 100%;
}

.form_block span {
    display: block;
    text-align: center;
}

.hideLabels .form-group label {
    position: absolute;
    left: 49%;
    transform: translate(-50%);
    top: 16px;
    color: #3e4757;
    transition: all .2s ease;
    font-size: 1rem;
}

.form-group label small {
    font-weight: normal;
    font-weight: var(--f1w);
}

.form-group>select {
    max-width: 100%;
    width: 100%;
    background-color: #F2F2F2;
    border: none;
    border-radius: 7px;
    margin: 0;
    padding: 0.8rem 1rem;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6C7180;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.form .phone {
    border-top: 1px solid #ececec;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.9rem;
}

.form .phone .phone-content {
    font-size: 1.125rem;
}

#footer {
    position: relative;
    background: var(--color_bg_1);
    padding: 3rem 0;
    color: var(--dark);
    font-size: 0.9rem;
    font-weight: 300;
    font-weight: var(--f1w);
    z-index: 2;
}


#footer .footer-logo {
    max-width: 200px;
    margin: 0 auto;
}

#footer .footer-logo.no-logo img {
    -webkit-filter: contrast(0.01);
    filter: contrast(0.01);
}

#footer .footer-head {
    border-bottom: 1px solid #500F21;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 5px;
    max-width: min-content;
    font-size: 1.125rem;
    color: #545353;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.125rem;

}

#footer .main {
    padding-left: 4rem;
}

#footer .descriptor {
    margin-top: 1rem;
    line-height: 1.3;
    font-size: 1rem;
    text-align: center;
}

#footer .copy {
    display: inline-block;
    margin-top: 1rem;
}

#footer .phone-content {
    color: var(--dark);
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 5px;
    display: inline-block;
}

#footer .footer-contacts li {
    color: var(--dark) !important;
}

#footer .footer-contacts .email {
    margin-top: 1rem;
}

#footer .footer-contacts .name {
    display: block;
    opacity: 0.7;
    margin-bottom: 0.5rem;

}

#footer .phone-content:hover {
    color: #500F21;
}

#footer .link {
    color: #500F21;
    border-bottom: 1px solid;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#footer .link:hover {
    border-bottom: 1px solid transparent;
}

#footer a[href^="mailto:"] {
    font-weight: 500;
    font-weight: var(--f1ws);
    color: #8B1B3A;
    border-bottom: 1px solid #8B1B3A;
}

.footer-2-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    color: #fff;
}

#footer .footer-menu li a:hover {
    border-bottom: 1px solid #500F21;
    color: #500F21 !important;
}

#footer .footer-menu li a {
    border-bottom: 1px solid transparent;
}

#footer a[href^="mailto:"]:hover {
    border-bottom: 1px solid transparent;
}

#footer li[itemprop="name"] {
    display: none;
}

.b2b-copy {
    margin-top: 0 !important;
}

#footer li[itemprop="telephone"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}

#footer .social {
    margin: 1.5rem 0 0;
}

#footer .social .soc svg {
    fill: rgba(0, 0, 0, 0.3);
}

#footer .social .soc a:hover svg {
    fill: var(--color);
}


#footer-2 {
    position: relative;
    background: var(--dark);
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    font-weight: 300;
    font-weight: var(--f1w);
    letter-spacing: 0.5px;
}

#footer-2::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#footer .footer-menu li a {
    color: #545353 !important;
    opacity: 1;
}

#footer .social .soc {
    width: 2rem;
    height: 2rem;
    background-color: var(--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social .soc svg {
    width: 2rem;
    height: 2rem;

}

#footer .social .soc.vk svg,
#footer .social .soc.in svg {
    fill: var(--color);
}

#footer .social .soc.vk,
#footer .social .soc.in {
    background-color: #fff;
}

#footer .social .soc.tg svg,
#footer .social .soc.wa svg {
    fill: #fff;
    width: 1.2rem;
    height: 1.2rem;
}

@media screen and (min-width: 2500px) {
    body {
        zoom: 1.333;
    }

    .map_svg {
        width: 55vw;

    }
}

@media screen and (max-width: 1919px) {
    #section-2 .container {
        padding-left: 6rem;

    }

    #section-2.reviews .review1.current .image {
        width: 100%;
        height: 27rem;
    }

    section.reviews .review1.second {
        left: 27rem;
    }

    section.reviews .review1.third {
        left: 42rem;
    }

    section.reviews .review1.forth {
        left: 50rem;
    }

    #section-3 .content {
        margin: 3rem 0 4rem auto;
        max-width: 640px;
    }

    #section-4 .content {
        margin-top: 2rem;

        margin-left: 4rem;
    }

    #section-4 .pl1 {
        bottom: 35%;
        right: 9%;
    }

    .map_svg {
        width: 92vw;

    }

    #calc .zoom_img {

        left: -60%;

    }

    .hideLabels .form-group label {

        left: 35%;

    }

}

@media screen and (max-width: 1535px) {

    .loc_name {
        max-width: 16rem;
        margin-left: 11px;
    }

    #section-1 .money2 {

        width: 11%;
    }

    #section-1 .money1 {
        right: 13%;
        width: 13%;
    }

    #section-2.reviews .review1.current .image {
        height: 25rem;
    }

    #section-2.reviews .review1.second .image {
        height: 19rem;
    }

    #section-5 {
        background-position: 25% 100%;
    }

    section.reviews .review1.second {
        left: 22rem;
    }

    section.reviews .review1.third {
        left: 35rem;
    }

    section.reviews .item.current {
        top: 5rem;
    }

    section.reviews .slider-navigation {
        margin-top: 11rem;
    }

    #section-3 {

        background-position-x: 27%;
    }

    #section-4 .content {
        margin-top: 1rem;
        margin-left: 1rem;
    }

    #section-7 .sliders {
        max-width: 75rem;

    }

    #section-7 .slick-arrow#prev {
        left: -81rem;
    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: 3rem;
    }

    #calc .zoom_img {

        left: -20%;

    }

    .hideLabels .form-group label {

        left: 36%;

    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -3rem;
    }



}

@media screen and (max-width: 1439px) {

    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 4rem 0rem 24rem;
        background-size: 100%;
    }

    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 3.2rem;

    }

    h2 {
        font-size: 1.875rem;

    }

    h3 {
        font-size: 1.4rem;
    }

    #header .hidden-sm {
        flex-grow: 0;
    }

    #section-1 {

        background-position-x: 37%;

    }

    #section-1 li {
        font-size: 1.3rem;
    }

    .text_size {
        font-size: 30px;
    }

    #section-3 .content {
        margin: 0rem 0 1rem auto;
        max-width: 640px;
    }

    #section-5 {

        padding-bottom: 4rem;
        padding-top: 4rem;
        background-position-x: 52%;
    }

    #section-5 .content {
        margin: 1rem 5rem 0 auto;
        max-width: 686px;
    }

    #section-6 {

        padding-top: 4rem;
    }

    #section-7 {

        padding: 4rem 0;
    }


    #section-7 .image {
        max-width: 17rem;
    }


    #section-8 {

        padding: 4rem 0 4rem;
    }

    #section-7 .project-slider-arrow {

        right: 5%;

    }

    #section-7 .slick-arrow#prev {
        left: -79rem;
    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -1rem;
    }

    .manager-1 .avatar-wrap .avatar img {
        max-height: 616px;

        width: 542px;


    }

    #calc .zoom_img {

        left: 20%;

    }

    .manager-1 .avatar-wrap .avatar img {
        max-height: 449px;
        width: 521px;
        width: 424px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1365px) {
    #search_box .hideLabels .form-group label {

        left: 12%;
    }

    #section-1 {
        padding-top: 3rem;

    }

    #header .email {
        display: none;
    }

    #section-1.banner {
        padding: 5rem 0;
    }

    .banner_wrapper .nav {

        bottom: 3rem;
    }

    #header .mainrow::before {
        display: none;
    }

    #section-1 {
        padding-bottom: 1rem;
    }

    #section-2.reviews .review1.current .image {
        height: 22rem;
    }

    section.reviews {
        padding: 6rem 0;

    }

    #section-2.reviews .review1.second .image {
        height: 17rem;
    }

    section.reviews .review1.second {
        left: 18rem;
        top: 3rem;
    }

    #section-2.reviews .review1.third .image {
        height: 14rem;
    }

    section.reviews .review1.third {
        left: 30rem;
        top: 5rem;
    }

    #section-2.reviews .review1.forth .image {

        height: 11rem;
    }

    section.reviews .review1.forth {
        left: 39rem;
        top: 7rem;
    }

    section.reviews .item.current {
        top: 4rem;
    }

    section.reviews .slider-navigation {
        margin-top: 9rem;
    }

    section.reviews {
        padding: 6rem 0 0rem;
    }

    #section-2 {

        height: 33rem;
    }

    #section-3 .li_bg b {

        font-size: 1.7rem;

    }

    #section-3 .li_bg {

        width: 10rem;

        margin-right: 2rem;

    }

    #section-3 .content {

        max-width: 591px;
    }

    #section-3 {
        background-position-x: 33%;
    }

    #section-4 .block_img_left img {

        top: 46%;
    }

    #section-4 .pl1 {
        bottom: 22%;
        right: 9%;
    }

    #section-4 .text_block b {
        font-size: 1.2rem;
        max-width: 15rem;
        display: block;
    }

    #section-4 .form_img img {
        max-width: 91%;
    }

    #section-4 .item_form {
        padding: 1.5rem 2rem 0rem;
        min-height: 222px;
    }

    #section-5 .content {
        margin: 1rem 3rem 0 auto;
        max-width: 676px;
    }

    #section-5 .slick-dots {
        right: 0%;
    }

    #section-5 .scrollbar::after {
        right: 4.5%;
    }

    #section-7 .sliders {
        max-width: 70rem;
    }

    #section-7 .slick-arrow#prev {
        left: -75rem;
    }

    #section-7 .image {
        max-width: 16rem;
    }

    #section-7 .project-slider-arrow {
        right: 5%;
    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: 3rem;
        width: 395px;
    }

    #calc .zoom_img img {
        max-width: 117px;
        max-height: 123px;
    }

    #calc .zoom_img {
        left: 30%;
        min-width: 160px;
        min-height: 160px;

    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -1rem;
        width: 465px;
        max-height: 495px;
        margin-top: 1rem;
    }

    .calculate__tab-item {
        gap: 1rem;
    }
}

@media screen and (max-width: 1279px) {
    h2 {
        font-size: 1.6rem;
    }

    .text_size {
        font-size: 25px;
    }

    section.reviews .review1.second {
        left: 16rem;
        top: 3rem;
    }

    .banner_wrapper .nav {
        bottom: 1rem;
    }

    #section-1 .content,
    .banner .content {
        max-width: 39rem;

    }

    section.reviews .review1.third {
        left: 27rem;

    }

    h3 {
        font-size: 1.2rem;
    }

    #section-3 .content {
        max-width: 531px;
    }

    .animation img {
        top: 32%;
        left: 21%;
        width: 18%;
    }

    #section-4 .content {
        margin-top: 0rem;
        margin-left: 0rem;
    }

    #section-4 .block_img_left img {
        top: 40%;
    }

    #section-5 .content {

        max-width: 658px;
    }

    #section-5 .scrollbar::after {
        right: 1.5%;
    }

    #section-5 .slick-dots {
        right: -3%;
    }

    #section-5 .text {
        max-width: 31rem;

    }

    #section-7 .slick-arrow#prev {
        left: -67rem;
    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -3rem;

    }

    #calc .zoom_img {
        left: 43%;


    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -8rem;
        margin-top: -6rem;
    }

}

@media screen and (max-width: 1149px) {
    #hero .btn {

        flex: 0.3 0 auto;
    }

    .manager-1 .text-wrap {
        padding-top: 0;
    }

    #hero.error .btn {
        flex: 0.1 0 auto;
    }

    #section-5 .content {
        margin: 1rem 0rem 0 auto;
    }

    .form .form-head {
        font-size: 1.2rem;

    }

    .error {
        padding: 0rem 0rem 19rem;
    }

    #search_box .hideLabels .form-group label {

        left: 15%;
    }

    h2 {
        font-size: 1.5rem;
    }

    #section-1 .text_size {
        font-size: 24px;
    }

    #section-1 h2 .text_size {
        font-size: 3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    #section-2 .container {
        padding-left: 4rem;
    }

    #section-2.reviews .review1.current .image {
        height: 20rem;
    }

    #section-2.reviews .review1.second .image {
        height: 16rem;
    }

    section.reviews .review1.second {
        left: 14rem;
        top: 2rem;
    }

    #section-2.reviews .review1.third .image {
        height: 12rem;
    }

    section.reviews .review1.third {
        left: 25rem;
        top: 4rem;
    }

    #section-2.reviews .review1.forth .image {
        height: 9rem;
    }

    section.reviews .review1.forth {
        left: 32rem;
        top: 6rem;
    }

    section.reviews .slider-navigation {
        margin-top: 7rem;
    }

    .text_size {
        font-size: 24px;
    }

    #section-2.reviews .item a::after {

        top: 29%;
    }

    #section-3 .content {
        max-width: 500px;
    }

    #section-3 .li_bg {
        width: 10rem;
        margin-right: 1rem;
    }

    #section-3 .li_bg b {
        font-size: 1.6rem;
    }

    #section-4 .container-fluid {
        padding: 4rem 0rem 0rem 3rem;
    }

    #section-4 .block_img_left #first {
        max-width: 54%;
        max-height: 54%;
    }

    #section-4 .block_img_left #second {
        max-width: 54%;
        max-height: 54%;
    }

    #section-4 .block_img_left #third {
        max-width: 54%;
        max-height: 54%;
    }

    #section-4 .block_img_left #fourth {
        max-width: 54%;
        max-height: 54%;
    }

    #section-4 .block_img_left #fifth {
        max-width: 54%;
        max-height: 54%;
    }

    #section-4 .item_form {
        padding: 1rem 2rem 0rem;
        min-height: 202px;
        width: 379px;

    }

    #section-4 .form_img img {
        max-width: 90%;
    }

    #section-4 .text_block {
        max-width: 13rem;
        margin-left: 1rem;
    }

    #section-4 .text_block b {
        font-size: 1rem;

    }

    #section-4 .text_block p {
        font-size: 15px;
    }


    #section-4 .plus .img_plus svg {
        width: 15px;
    }

    #section-4 .plus .img_plus {

        width: 35px;
        height: 35px;

    }

    #section-5 .content {
        max-width: 619px;
    }

    #section-5 svg {
        width: 60px;
        height: 60px;
    }

    #section-5 svg {
        width: 60px;
        height: 60px;
    }

    #section-5 .item::after {

        width: 29rem;

    }

    #section-5 .image {
        width: 60px;
        height: 60px;
        margin-right: 1rem;
    }

    #section-5 .text {

        margin-top: 6px;
    }

    #section-5 {
        padding-top: 4rem;
        background-position-x: 39%;
    }

    #section-5 .item {

        height: 8rem;

    }

    #section-7 .slick-arrow#prev {
        left: -62rem;
    }

    #section-7 .project-slider-arrow {
        right: 1%;
    }

    #section-7 .sliders {
        max-width: 53rem;
    }

    .slick-arrow#next {
        right: 1rem;
    }

    #section-7 .slick-arrow#prev {
        left: -61rem;
    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -8rem;
    }

    #calc .calcForm .flexItem {
        width: 30%;
    }

    #calc .calcForm {
        width: 100%;

    }

    #calc .form_block {
        width: 85%;

    }

    .form-wrap .form-header {
        margin-bottom: 0rem;
    }

    .manager-1 .form-wrap .form-head {
        margin: 0 -2rem 1rem;
        padding: 1rem 2rem 0rem;
    }

    .manager-1 .form-wrap {
        max-width: 315px;

    }

    .manager-1 .text-wrap {

        max-width: 304px;

    }

    .manager-1 .avatar-wrap .avatar img {
        margin-left: -3rem;
        width: 405px;
        margin-top: -4rem;
    }

}

@media screen and (max-width: 1023px) {
    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 4rem 0rem 15rem;
        background-size: 129%;
        background-repeat: no-repeat;
    }

    .page-id-553 #sec-4.content .cols-2 .image {
        transform: scale(1);
    }

    section.reviews .rightbar {
        margin-top: 0rem;
    }

    .located {
        display: none;
    }

    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 2.7rem;
    }

    #section-1 li {
        font-size: 1rem;
    }

    .btn span {
        font-size: 1rem !important;
        padding: 0.7rem 1rem !important;
    }

    #section-1 .content,
    .banner .content {
        max-width: 36rem;
        margin-top: 0rem;
        padding-bottom: 3rem;
    }



    #section-2 .container {
        padding-left: 1rem;
    }

    #section-2.reviews .item a {
        font-size: 1.2rem;

    }

    #section-2.reviews .item a::after {
        top: 28%;
        width: 32px;
        height: 16px;
        right: -62%;
    }

    #section-2.reviews .review1.current .image {
        height: 15rem;
    }

    #section-2.reviews .review1.second .image {
        height: 11rem;
    }

    #section-2.reviews .review1.third .image {
        height: 9rem;
    }

    #section-2.reviews .review1.forth .image {
        height: 7rem;
    }

    section.reviews .review1.second {
        left: 13rem;
        top: 2rem;
    }

    section.reviews .review1.third {
        left: 21rem;
        top: 3rem;

    }

    section.reviews .review1.forth {
        left: 26rem;
        top: 4rem;
    }

    #section-2 .slick-next {
        margin-left: 4rem;
    }

    section.reviews .item.current {
        top: 1rem;
    }

    section.reviews .slider-navigation {
        margin-top: 3rem;
    }

    #section-2 {
        height: 26rem;
    }

    #section-3 {
        background-position-x: 27%;

    }

    #section-3 {
        padding-top: 3rem;
    }

    #section-4 .block_img_left img {
        top: 50%;
    }

    #section-4 .pl1 {
        bottom: 17%;
        right: 6%;
    }

    #section-4 .pl5 {
        bottom: 72%;
        right: -24%;
    }

    #section-4 .container-fluid {
        padding: 3rem 0rem 0rem 2rem;
    }

    #section-4 .text_block p {
        font-size: 14px;
        margin-top: 0rem;
        margin-top: 5px;

    }

    #section-4 .text_block b {
        font-size: 15px;
    }

    #section-4 .item_form {
        padding: 1rem 2rem 0rem;
        min-height: 179px;
        width: 324px;
    }

    #section-5 .text {
        max-width: 27rem;
    }

    #section-5 .content {
        max-width: 552px;

    }

    #section-5 .scrollbar::after {
        right: 1%;
    }

    #section-5 .item::after {
        width: 26rem;
    }

    .map_svg {
        margin-top: -5rem;
        height: 480px;
    }

    #section-5 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    #section-6 {
        padding-top: 3rem;
    }

    #section-7 {
        padding: 3rem 0;
    }

    #section-7 .sliders {
        max-width: 36rem;
    }

    #section-7 .slick-arrow#prev {
        left: -44rem;
    }

    #section-7 .project-slider-arrow {
        right: 3%;
    }

    #section-8 {
        padding: 3rem 0 5rem;
    }

    #calc .img_block {

        border-radius: 20px 0 0 0px;
    }

    #calc .total_block {
        padding: 2rem 0 0 0;
        border-radius: 0 0 20px 20px;

    }

    #calc .prod_block {
        padding: 2rem 0 2rem 0;
    }

    #calc .img_block {

        padding: 2rem 0 1rem 0rem;

    }

    #calc .priceTotal {

        padding: 0 5rem 0 1rem;

    }

    #calc .form-wrap {

        border-radius: 0 0 20px 20px;

    }

    #calc .form_block {
        width: 53%;
    }

    .calc_item {
        width: 53%;
    }

    .calc_cat {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .calc_btns {
        gap: 1rem;
    }

    .calc_item {
        padding: 1rem 1rem;
    }

}

@media screen and (max-width: 767px) {
    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 6rem 0rem 11rem;
        background-size: 180%;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    .page-id-553 #sec-2.lists .order-2 .image {
        transform: scale(1);
    }

    .calculate__tab-item {
        flex-wrap: wrap;
    }

    #section-1.banner {
        padding-top: 4rem;
        display: flex !important;
        align-items: flex-start;
    }

    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 2.3rem;
    }

    #section-5::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.8;
        bottom: 0;
        left: 0;
    }

    #section-5 {
        padding-top: 2rem;
        background-position-x: 0;
    }


    .calc_item {
        width: 100%;
        flex-direction: row;
        gap: 1.5rem;
        justify-content: space-between;
        text-align: left;
    }

    .calc_item span {
        width: 12rem;
        text-align: right;
    }


    #section-1 {
        background-position-x: 93%;
        background-position-y: 128%;
        background-color: #EBEBEB;
        background-size: 225%;
    }

    .banner_wrapper .slick-slide:nth-child(1) #section-1.banner {
        background-position-x: 53%;
    }

    #section-1 li {
        font-size: 15px;
    }



    #section-1 li::before {
        top: 8%;
    }

    #section-1 .content,
    .banner .content {
        max-width: 25rem;
        margin-top: 0rem;
        padding-bottom: 7rem;
    }

    #section-1 .money2 {

        width: 16%;
    }

    #section-1 .money1 {
        right: 16%;
        width: 17%;

    }

    section.reviews .item.current {
        top: 1rem;
        left: 1rem;
    }

    section.reviews .slider-navigation {
        margin-top: 2rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    #section-2 h2::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 95%;
        background-color: #D62254;
        bottom: -23%;
        left: 0;
    }

    #section-2.reviews .item h2 {

        max-width: 16rem;
    }

    .slick-arrow {
        width: 38px;
        height: 38px;
    }

    #section-2 {
        height: 33rem;
    }

    section.reviews {
        padding: 2rem 0 0rem;
    }

    section.reviews .review1.second {
        left: 11rem;

    }

    section.reviews .review1.third {
        left: 17rem;
        top: 3rem;
    }

    section.reviews .review1.forth {
        left: 22rem;

    }

    #section-3 .li_bg {
        width: 8.5rem;
        margin-right: 0.5;

    }

    #section-3 .li_bg span {

        font-size: 14px;
    }

    #section-3 .li_bg {
        padding: 5px 0 10px 16px;
    }

    #section-3 {
        background-size: 117%;
        background-color: #EBEBEB;
        background-position-y: 100%;
        background-position-x: 34%;
        padding-bottom: 14rem;
    }


    #section-4 {

        padding-bottom: 13rem;
    }

    #section-4 .mob_left {

        width: 98vw;
    }



    #section-4 .block_img_left img {
        top: 113%;
        left: -17%;
        width: 60%;
    }

    #section-4 .block_img_left {
        width: 196px;
        height: 128px;
    }

    #section-4 .mob_right {
        position: absolute;
        max-width: 31rem;
        RIGHT: -36px;
        BOTTOM: -155px;
        width: 22rem;
    }

    #section-4 .pl1 {
        bottom: -49%;
        right: 60%;
    }

    #section-4 .pl2 {
        bottom: 26%;
        right: 42%;

    }

    #section-4 .pl3 {
        bottom: -25%;
        right: 22%;
    }

    #section-4 .pl4 {
        bottom: 17%;
        right: 13%;
    }

    #section-4 .pl5 {
        bottom: -22%;
        right: 39%;
    }

    #section-4 .block_img_left #first,
    #section-4 .block_img_left #second,
    #section-4 .block_img_left #third,
    #section-4 .block_img_left #fourth,
    #section-4 .block_img_left #fifth {
        display: none;
    }

    #section-4 .text_block p {
        font-size: 12px;

    }

    #section-4 .text_block b {
        font-size: 14px;
    }

    #section-4 .item_form {
        padding: 1rem 2rem 0rem;
        min-height: 131px;
        width: 230px;
    }

    #section-4 .text_block {
        max-width: 9rem;
        margin-left: 0rem;
    }

    #section-4 .form1 {
        top: -215%;
        left: -2%;

    }

    #section-4 .form2 {
        left: -129%;
        top: 44%;
    }

    #section-4 .form3 {
        left: -220%;
        top: -119%;
    }

    #section-4 .form4 {
        left: -220%;
        top: 62%;
    }

    #section-4 .form5 {
        left: -144%;
        top: -99%;
    }

    #section-5 .text {
        max-width: 20rem;
        font-size: 14px;
    }

    #section-5 h2 {

        margin-bottom: 0.5rem;
    }

    #section-5 .content {
        margin: 1rem 2rem 0 auto;

    }

    #section-5 .slick-dots {
        right: -6%;
    }

    #section-5 .scrollbar::after {
        right: -2%;
    }

    #section-5 .item::after {
        width: 21rem;
    }

    #section-5 {
        padding-bottom: 2rem;
    }

    #section-5 {
        padding-top: 2rem;

    }

    .map_svg {
        margin-top: 0rem;
        height: 219px;
        width: 89vw;
    }

    #section-6 {
        padding: 3rem 0;
    }

    #section-7 .image {
        max-width: 12rem;
    }

    #section-7 .sliders {
        max-width: 26rem;
    }

    #section-7 .slick-arrow#prev {
        left: -31.5rem;
    }

    #section-7 .project-slider-arrow {
        right: -2%;
    }

    #section-7 .slick-slide {
        max-height: 20rem;
    }

    #section-8 .logos-row .item {
        background-color: #fff;
        border-radius: 5px;
        margin: 1rem;
        box-shadow: -7px 4px 20px rgb(0 0 0 / 4%), -3px 7px 17px rgb(0 0 0 / 7%);
        padding: 1.5rem 2rem;
    }

    #section-8 {

        padding: 3rem 0 4rem;
    }

    .manager-1 {

        padding-top: 1rem;
    }

    #calc .flexWrap {

        font-size: 14px;
    }

    #calc .calcForm .howMany {

        font-size: 14px;
    }

    #calc .calcProd .calcMarja {
        width: 20%;
    }

    #calc .calcProd>.flexItem {
        width: 35%;
    }

    #calc .minus span,
    .plus span {

        border-radius: 8px;
        padding: 4px 3px;

    }

    #calc .form_block {
        width: 65%;
    }

    #calc .zoom_img {
        left: 67%;
    }

    .manager-1 .text-wrap {

        padding: 4rem 0 0rem;
    }

    .manager-1 .form-wrap {
        height: 75%;

    }

    .manager-1 .form-wrap {
        height: 75%;
        margin-top: 2rem;

    }

    #footer .main {
        padding: 0 1rem;
    }

    .page-id-797 #modules .lists,
    .page-id-713 #modules .lists {
        background-image: none !important;
    }
}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 499px) {
    .mobile .lk {
        margin-left: 1rem;
        margin-bottom: 2rem;
    }

    .calc_btns {

        flex-wrap: wrap;
    }

    #section-1 h2 .text_size {
        font-size: 2rem;
    }

    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 6rem 0rem 8rem;
        background-size: 180%;
        background-repeat: no-repeat;

        background-position-x: 37%;
    }

    #section-4 .container-fluid {
        padding: 3rem 0rem 0rem 1rem;
    }

    #section-4 .pl4 {
        bottom: 17%;
        right: 21%;
    }

    #section-4 .pl2 {
        bottom: 19%;
        right: 49%;
    }

    #section-4 .pl1 {
        bottom: -42%;
        right: 60%;
    }

    #section-4 .pl5 {
        bottom: -22%;
        right: 41%;
    }

    #section-5 svg {
        width: 37px;
        height: 37px;
    }

    #section-5 .image {
        width: 37px;
        height: 37px;

    }

    #section-5 .item {

        padding-left: 1rem;

    }

    #section-5 .item {
        margin: 0.5rem 0;
        padding-left: 1rem;
        height: 8.5rem;
        position: relative;
    }

    #section-5 .slick-dots {

        bottom: -2rem;

    }

    #section-4 .text_block {
        max-width: 8rem;
        margin-left: 0rem;
    }

    #section-4 .text_block p {
        font-size: 11px;
    }

    #section-4 .form1 {
        left: 25%;
        top: -218%;
    }

    #section-4 .form2 {
        left: -62%;
        top: -11%;
    }

    #section-4 .form3 {
        left: -156%;
        top: -121%;
    }

    #section-4 .form4 {
        left: -164%;
        top: 19%
    }

    #section-4 .form5 {
        left: -80px;
        top: -111%;
    }

    .map_svg {
        margin-top: 0rem;
        height: 235px;
        width: 97vw;
    }

    #section-7 .slick-arrow#prev {
        left: -25rem;
    }

    #section-7 .image {
        max-width: 13rem;
    }

    #section-7 .project-slider-arrow {
        right: 3%;
    }

    #calc .zoom_img {

        left: 86%;

        min-width: 100px;
        min-height: 100px;
    }

    #calc .zoom_img img {
        max-width: 100px;
        max-height: 77px;
    }

    .manager-1 .form-wrap {
        height: 56%;
        margin-top: 2rem;
    }

    .b2b-copy {

        margin: 1rem auto;
    }

}


@media screen and (max-width: 413px) {

    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 2.1rem;
    }

    #section-1 {
        background-position-x: 93%;
        background-position-y: 113%;

    }

    .manager-1 .text-wrap .header h2 {
        font-size: 1.5rem;

    }

    h2 {
        font-size: 1.4rem;
    }

    .text_size {
        font-size: 21px;
    }

    #section-1 .content,
    .banner .content {

        padding-bottom: 5rem;
    }

    #section-2.reviews .review1.current .image {
        height: 14rem;
    }

    section.reviews .review1.second {
        left: 8rem;
    }

    section.reviews .review1.third {
        left: 12rem;

    }

    section.reviews .review1.forth {
        left: 16rem;
    }

    #section-3 .li_bg:nth-child(3) {
        margin-right: 0rem;
        margin-bottom: 0rem;
    }

    #section-3 .li_bg {
        width: 9.5rem;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }

    #section-3 {

        background-position-y: 100%;
        background-position-x: 4%;
        padding-bottom: 12rem;
    }

    h3 {
        font-size: 1rem;
    }

    #section-4 .mob_right {
        position: absolute;
        max-width: 20rem;
        RIGHT: -43px;
        BOTTOM: -123px;
        width: 22rem;
    }

    #section-4 .block_img_left img {
        top: 114%;
        left: -17%;
        width: 60%;
    }

    #section-4 .pl2 {
        bottom: 22%;
        right: 45%;
    }

    #section-5 .content {
        margin: 1rem 3rem 0 auto;
    }

    #section-5 .image {

        margin-bottom: 1rem;
    }

    #section-5 svg {
        width: 40px;
        height: 40px;
    }

    #section-5 .item {

        height: 12rem;

    }

    #section-5 .item::after {
        width: 17rem;
        bottom: -6%;
    }

    #section-5 .scrollbar::after {

        height: 80%;
        bottom: 8%;


    }

    #section-5 {
        padding-top: 2rem;

    }

    #section-5 .slick-dots {
        bottom: 4rem;
    }

    #section-5 h2 {
        margin-bottom: 1rem;
    }

    #section-5 .item::after {
        width: 20rem;
        bottom: -6%;
        left: 0%;
    }

    #section-5 .button {
        margin-left: 6rem;
    }

    #section-4 .form1 {
        left: 70%;
        top: -218%;
    }

    #section-4 .form2 {
        left: -17%;
        top: -11%;
    }

    #section-4 .form3 {
        left: -111%;
        top: -121%;
    }

    #section-4 .form4 {
        left: -119%;
        top: 19%
    }

    #section-4 .form5 {
        left: -35px;
        top: -111%;
    }

    #section-7 .slick-arrow#prev {
        left: -24rem;
    }

    #section-7 .project-slider-arrow {
        right: 0%;
    }

    #calc .flexWrap {
        font-size: 13px;
    }

    #calc .minus span,
    .plus span {
        border-radius: 8px;
        padding: 1px 3px;
    }

    .manager-1 .form-wrap {
        height: 71%;
        margin-top: 2rem;
    }

    #section-5 h2 {
        margin-bottom: 3rem;
    }

    #section-5 .title {

        color: #000;
    }

    #section-5 .text {

        color: #000;
    }

    #section-5 svg {

        fill: #000;
    }

    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 7rem 0rem 8rem;
        background-size: 208%;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    #calc .img_block {
        max-width: 9%;
        flex: 0 0 9%;
    }

    #calc .prod_block {
        flex: 0 0 91%;
        max-width: 91%;
    }

    #calc .calcProd>.flexItem.calcOrder {
        width: 42%;
    }

    #calc .calcProd>.flexItem {
        width: 32%;
    }


}

@media screen and (max-width: 374px) {
    #hero.error {
        background: url(../i/error_bg.jpg);
        padding: 7rem 0rem 8rem;
        background-size: 214%;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    #section-1 .text_size {
        font-size: 19.5px;
    }

    #section-1 h2 {
        margin: 0px 0 1.5rem;
    }

    #section-2.reviews .item a {
        font-size: 1.1rem;
    }

    #section-2.reviews .item a::after {
        top: 22%;
        width: 31px;
        height: 16px;
        right: -55%;
    }

    #section-4 .pl1 {
        bottom: -38%;
        right: 58%;
    }

    #section-4 .form4 {
        left: -90%;
        top: 19%;
    }

    #section-4 .form3 {
        left: -95%;
        top: -121%;
    }

    #section-4 .form4 {
        left: -95%;
        top: 19%;
    }

    #section-5 .content {
        margin: 1rem 2rem 0 auto;
    }



    #section-7 .slick-arrow#prev {
        left: -23rem;
    }

    .slick-arrow#next {
        right: 1rem;
    }

    #section-7 .sliders {
        max-width: 16rem;
    }

    #section-7 .project-slider-arrow {
        right: 0%;
    }

    #section-7 .project-slider-arrow {

        top: 50%;
    }

    #section-7 {
        padding: 3rem 0 2rem;
    }

    #calc .form_block {
        width: 74%;
    }

    .manager-1 .form-wrap {
        height: 82%;
        margin-top: 2rem;
    }

    #section-5 {

        background-repeat: no-repeat;
        background-color: #000;
        background-size: 410%;
        background-position-y: 100%;

        background-position-x: 23%;
    }

    .calc_item span {
        font-size: 1.1rem;
    }



}

@media screen and (max-width: 359px) {
    #hero.error {

        background-size: 245%;

    }

    #hero.thanks .list h2 {
        margin: 0;
    }

    #hero.thanks .list h3 {
        margin: 0.5rem 0;
    }


    h1,
    .banner h2 .text_color,
    .banner .text_size {
        font-size: 1.8rem;
    }

    #section-1 {
        background-position-x: 65%;
        background-position-y: 106%;

    }

    #section-1 .money2 {
        bottom: -5%;
        width: 20%;
    }

    #section-1 .money1 {
        right: 19%;
        width: 21%;
        bottom: -4%;
    }

    #section-2.reviews .review1.current .image {
        height: 13rem;
    }

    section.reviews .review1.second {
        left: 5rem;
        top: 1rem;
    }

    section.reviews .review1.third {
        left: 10rem;
        top: 2rem;
    }

    section.reviews .review1.forth {
        left: 12rem;
        top: 3rem;
    }

    #header .content .contacts svg {

        display: none;
    }

    #header .content .contacts span {

        display: none;
    }

    #header .content .contacts a {

        display: none;
    }

    #section-3 .li_bg {
        width: 10rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    .calc_item {
        width: 100%;
    }

    #section-3 {

        background-position-x: 2%;
        padding-bottom: 10rem;
    }

    #section-4 .form4 {
        left: -53%;
        top: 19%;
    }

    #section-4 .form2 {
        left: 23%;
        top: -11%;
    }

    #section-4 .form3 {
        left: -53%;
        top: -121%;
    }

    #section-4 .form5 {
        left: 27px;
        top: -122%;
    }

    #section-4 .block_img_left img {
        top: 118%;
        left: -17%;
        width: 60%;
    }

    #section-4 .pl2 {
        bottom: 22%;
        right: 50%;
    }

    #section-4 .pl5 {
        bottom: -17%;
        right: 47%;
    }

    #section-5 .text-block {
        max-width: 18rem;
    }

    #section-5 .text {
        max-width: 17rem;
        font-size: 13px;
    }

    #section-5 svg {
        width: 38px;
        height: 38px;
    }

    #section-5 .image {
        width: 40px;
        height: 40px;
    }

    #section-5 .button {
        margin-left: 4rem;
    }

    #section-5 .item::after {
        width: 18rem;

    }

    #section-7 .sliders {
        max-width: 13rem;
    }

    #section-7 .slick-arrow#prev {
        left: -20rem;
    }

    #section-7 .project-slider-arrow {
        top: 56%;
    }

    .manager-1 {

        padding: 2rem 0;
    }

    .manager-1 .text-wrap {
        padding: 1rem;

    }

    #calc .flexWrap {
        font-size: 12px;
    }



    #calc .calcProd .calcMarja {
        width: 29%;
    }

    #calc .calcProd .calcOrder {
        width: 40%;
    }

    #calc .form_block {
        width: 90%;
    }

    .popup {
        padding: 5rem 2rem;
        border-radius: 25px;
    }

    .manager-1 .form-wrap {
        height: 90%;
        margin-top: 2rem;
    }




}

@media screen and (max-width: 320px) {}