:root {
    --button-blue: #063a4f;
    --button-y2: #f9bd1abd;
    --button-yellow: #e9e9e9;
    --section-bg: #f9fafa;
}
blockquote span:after,
blockquote span:before {
    font-family: serif;
    position: absolute;
    font-size: 60px;
    line-height: 0;
}
.modal,
.modal-review {
    height: 100%;
    overflow: auto;
    z-index: 1000;
    left: 0;
}
.btn,
.get-order,
.info__number,
.modal-review,
.modal-wrapper__left,
.modal-wrapper__right,
.nav-top__link {
    font-family: Roboto, sans-serif;
}
.footer__bottom-column a:hover,
.footer__social a:hover,
.process__text > p > a {
    text-decoration: underline;
}

.section {
    padding: 0 30px;
    width: 100%;
}
.container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: auto;
}
.btn {
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    background: #004d40b5;
}
*,
::after,
::before {
    box-sizing: border-box;
}
ol[class],
ul[class] {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}
.section-reviews .item,
blockquote {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #aaa;
    width: 100%;
    margin-top: 20px;
}
blockquote p {
    font-size: 1rem;
    color: #484849;
    line-height: 1.3;
    text-align: justify;
    font-weight: 400;
    margin: 0 !important;
}
.section-services .container-footer__li,
blockquote span {
    position: relative;
}
blockquote span:before {
    left: -50px;
    top: 10px;
}
blockquote span:after {
    right: -50px;
    bottom: -10px;
}
blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}
blockquote .item__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.info,
.info__notify,
.item__header-name,
.section-main .container__body {
    display: flex;
    align-items: center;
}
.item__header-name p,
.section-reviews .name {
    font-weight: 700;
    font-size: 20px;
}
.section-reviews .stars,
blockquote .stars {
    display: flex;
    margin-left: 20px;
}
.form__container {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px;
    background: #e9e9e9;
    border-radius: 15px;
}
.footer .container-body__addr,
.nav-top__list,
.section-form .form__row,
.section-masters .swiper-slide__header {
    display: flex;
}
.modal-review .modal-content .wrapper,
.modal-review .modal-content .wrapper .wrapper-form,
.section-form .form__colum {
    display: flex;
    flex-direction: column;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
button,
input,
select,
textarea {
    font: inherit;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
}
article > * + * {
    margin-top: 1em;
}
button {
    padding: 0;
    border: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.header-breadcrumbs {
    background-color: #e9e9e9;
    color: #000;
}
.header-breadcrumbs a {
    color: #000;
    text-transform: capitalize;
}
.header-breadcrumbs a:hover {
    color: #004d40b5;
}
.header-breadcrumbs .breadcrumb_last {
    color: #5c5c5c;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 100px 20px 50px;
    border: 1px solid #888;
    width: 70%;
    position: relative;
}
.close,
.modal-review .modal-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 20px;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-wrapper {
    display: flex;
    justify-content: space-between;
}
.modal-wrapper__left {
    width: 40%;
    padding-right: 20px;
    position: relative;
    top: -50px;
}
.modal-wrapper__left::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #858585;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-wrapper__left p {
    margin-top: 10px;
    color: #484849;
    line-height: 1.33;
}
.modal-wrapper__right {
    display: flex;
    flex-direction: column;
    width: 58%;
}
.modal-wrapper__right input {
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 5px 20px;
}
.container__form-conditions {
    margin-top: 15px;
}
.container__form-conditions span {
    color: #000;
    font-size: 12px;
}
.container__form-conditions span a {
    color: #000;
}
.modal-review {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-review .modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    padding: 100px 20px 50px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    border-radius: 10px;
}
.modal-review .modal-content .wrapper .wrapper-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.modal-review .modal-content .wrapper .wrapper-heading {
    padding: 10px;
    font-size: 20px;
}
.modal-review .modal-content .wrapper .wrapper-form input {
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #484849;
    padding: 5px 20px;
}
.modal-review .modal-content .wrapper .wrapper-form textarea {
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #484849;
    padding: 5px 20px;
    height: 100px;
}
.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
@media (max-width: 1300px) {
    .block__zipcode {
        flex-direction: column-reverse;
    }
}
.header-top {
    padding: 20px 0;
    height: 80px;
}
.header-top .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.logo {
    width: 265px;
    height: auto;
}
.burger-wrapper,
.get-order.mob,
.item__price,
.logo .logo-mob,
.nav-top.mob {
    display: none;
}
.nav-top-li {
    margin: 0 6px;
}
.nav-top__link {
    color: #000;
    padding: 5px 13px;
}
.nav-top__link:hover {
    background: #e9e9e9;
    padding: 5px 13px;
}
.info__number-block {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.info__notify img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.info__notify span {
    font-size: 20px;
    color: #484849;
}
.info__number {
    color: #000;
    font-size: 23px;
    font-weight: 700;
}
.nav__li:hover > a {
    color: #fff;
}
.nav__link,
.nav__sub-link {
    font-weight: 500;
}
.get-order {
    color: var(--button-blue);
    font-weight: bold;
    border-radius: 40px;
    background: #f9be1a;
    padding: 10px 30px;
    border: none;
    transition: opacity 0.15s ease-in-out;
}
.container__form-header button:hover,
.get-order:hover {
    opacity: 0.85;
}
.header-bottom {
    background: #e9e9e9;
    height: 50px;
    z-index: 1000;
}
.nav-location__sub-list,
.nav__sub-list,
.nav__under-list,
.sub-level-0 {
    visibility: hidden;
    background: #fff;
    opacity: 0;
}
.menu-header-menu-container,
.nav__list {
    height: 100%;
}
.header-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.header-bottom .nav {
    width: 100%;
    height: 100%;
}
.nav__list {
    display: flex;
    justify-content: center;
}
.nav__li,
.nav__sub-li {
    align-items: center;
    display: flex;
}
.nav__li {
    position: relative;
    margin-right: 15px;
    padding: 10px 15px;
}
.nav-location__text,
.nav__link {
    margin-right: 10px;
    white-space: nowrap;
    color: #000;
    font-family: Roboto, sans-serif;
}
.nav__li:hover {
    background-color: #004d40b5;
}
.sub-level-0 {
    padding-bottom: 10px !important;
}
.nav-location__li,
.nav-location__sub-li,
.nav__sub-li,
.nav__under-li {
    padding: 10px 15px;
}
.sub-level-0 > .nav__li {
    margin-right: 0;
}
.sub-level-0 > .nav__li:hover {
    background-color: #e8f3f9;
}
.section-services .more__adv,
.section-services .offer__heading,
.sub-level-0 > .nav__li:hover > a {
    color: #000;
}
.menu-item-has-children.nav__li::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav__sub-list,
.sub-level-0 {
    position: absolute;
    top: 100%;
    left: 0;
}
.nav__sub-li {
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid rgba(107, 107, 107, 0.596);
}
.nav__sub-li .arrow {
    margin-left: 15px;
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.nav__sub-link {
    font-family: Roboto, sans-serif;
    color: #000;
}
.nav__under-list {
    position: absolute;
    top: 0;
    left: 100%;
    pointer-events: none;
}
.nav-location__text {
    font-weight: 400;
}
.nav__under-link {
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    color: #000;
    font-weight: 500;
}
.nav-location__li {
    position: relative;
    display: flex;
    align-items: center;
}
.nav-location__li .arrow {
    width: 0;
    height: 0;
    margin-left: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav-location__sub-list {
    width: 100%;
    position: absolute;
    top: 100%;
    pointer-events: none;
}
.burger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.burger span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
}
.burger span:first-child {
    top: 0;
    left: 0;
}
.burger span:last-child {
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
.burger._active span {
    opacity: 0;
}
.burger._active span:first-child {
    opacity: 1;
    top: 50%;
    transform: rotate(45deg);
}
.burger._active span:nth-child(3) {
    opacity: 1;
    top: 50%;
    transform: rotate(-45deg);
}
@media (min-width: 968px) {
    .burger,
    .nav-location.top {
        display: none;
    }
    .nav-li {
        height: 100%;
    }
    .nav-location__li:hover .nav-location__sub-list,
    .nav__li:hover .sub-level-0,
    .nav__sub-li:hover .nav__under-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .sub-level-0 {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        list-style-position: inside;
    }
    .nav-location__sub-li {
        cursor: pointer;
    }
    .nav-location__sub-li:hover {
        background: #ccc;
    }
}
.button-link:hover,
.item-questions__form button:hover,
.process-button__link:hover,
.section-prices .item__image:hover {
    opacity: 0.8;
}
.section-main {
    background: 0 0 / cover #000;
}
.section-main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
}
.section-main .container__header {
    padding: 50px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-main .container__header-title {
    font-size: 60px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
}
.section-main .container__header__desc {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-align: center;
}
.section-main .container__header-price {
    font-family: Roboto, sans-serif;
    color: #e9e9e9;
    font-weight: 500;
    font-size: 40px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.356);
}
.section-main .container__body-item {
    display: flex;
    align-items: center;
    margin: 0 30px;
}
.container__body-text {
    font-size: 1.3rem;
}
.section-main .container__body-item p {
    color: #fff;
}
.section-main .container__body-item-image {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    fill: #e9e9e9;
}
.container__body-item-image_large {
    margin-right: 15px;
    width: 65px;
    height: 65px;
    fill: #e9e9e9;
}
.modal-main .container__form,
.section-main .container__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.section-main .container__form-header,
.section-reviews .item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-main .container__form-header input {
    border-radius: 20px;
    padding: 10px 50px;
    margin-right: 20px;
}
.section-main .container__form-header button {
    border-radius: 35px;
    background: #004d40b5;
    padding: 10px 70px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
}
.section-main .container__form-conditions {
    margin-top: 10px;
}
.section-main .container__form-conditions span {
    color: #fff;
    font-size: 12px;
}
.footer .container-body__info,
.section-main .container__form-conditions span a {
    color: #fff;
}
.section-main .container__footer-text {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.section-main .main_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-direction: row;
    margin: 40px 0;
}
.main__reviews {
    margin: 0 auto 40px;
    max-width: 320px;
    background-color: rgba(255, 255, 255, 0.804);
    border-radius: 8px;
    padding: 20px;
}
.main__reviews .wp-gr {
    padding-bottom: 0 !important;
}
.main__reviews .wp-google-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.main__reviews .wp-google-right > div {
    text-align: center !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.section-adventages {
    padding: 20px 30px 60px;
    font-family: Roboto, sans-serif;
}
.section-adventages .container-header {
    padding: 50px 0 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-adventages .container-header .navigation-wrapper {
    position: relative;
    width: 100px;
}
.section-adventages .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    padding: 20px 15px 40px;
    border-radius: 10px;
}
.section-adventages .swiper-slide__image {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.section-adventages .swiper-slide__desc {
    margin-top: 20px;
    text-align: center;
    min-height: 71px;
}
.section-prices {
    background: #f9fafa;
    padding: 40px 30px;
    font-family: Roboto, sans-serif;
}
.section-prices .container-header {
    padding-left: 100px;
}
.section-prices .container-body {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-prices .item {
    background: #fff;
    width: 23%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(167, 167, 167, 0.63);
    margin-bottom: 20px;
}
.section-prices .item__image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-prices .item__title {
    margin: 20px 0 10px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000 !important;
    text-align: center;
    min-height: 60px;
}
.section-prices .item button {
    margin: 10px 0;
    padding: 10px 30px;
    background: #e9e9e9;
    font-family: Roboto, sans-serif;
    border-radius: 20px;
}
.section-prices .item button:hover {
    background: #004d40b5;
    color: #fff;
}
.section-prices .item-questions {
    width: 48%;
    border: 1px solid rgba(158, 158, 158, 0.705);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 30px;
    background: #fff;
    border-radius: 20px;
}
.button-link,
.item-questions__form button,
.process-button__link {
    min-width: 250px;
    white-space: nowrap;
    border-radius: 35px;
    transition: 0.15s ease-in-out;
    text-transform: uppercase;
}
.section-question {
    background-color: #e9e9e9;
}
.section-question .item-questions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}
.section-question .item-questions__desc {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.item-questions__form button {
    background: #004d40b5;
    padding: 10px 70px;
    color: #fff;
    font-size: 26px;
}
.item-questions__heading,
.process__number span,
.process__title {
    font-size: 3rem;
    text-align: center;
}
.item-questions__heading {
    color: #2d2d2d;
}
.section-process {
    background-color: #fff;
}
.process__title {
    margin: 2rem auto;
}
.process {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3rem 0;
    max-width: 1200px;
    flex-wrap: wrap;
}
.process__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
}
.process__item:last-child {
    margin-right: 0;
}
.process__number {
    height: 6rem;
    text-align: center;
}
.process__number span {
    background-color: #004d40b5;
    border-radius: 4rem;
    padding: 1rem 2rem;
    color: #fff;
}
.process__text {
    padding: 15px;
    text-align: center;
}
.process__text span {
    font-size: 1.3rem;
}
.process__text > p > a {
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    font-size: 1.5rem;
}
.process-button {
    margin: 1rem auto;
}
.button-link,
.process-button__link {
    text-align: center;
    padding: 15px 70px;
    font-size: 26px;
    position: relative;
}
.section-masters,
.section-reviews {
    padding: 50px 30px;
    font-family: Roboto, sans-serif;
}
.button-yellow {
    background: var(--button-yellow);
    color: #000;
}
.button-blue {
    background: var(--button-blue);
    color: #fff;
}
.container-heading {
    font-size: 3rem;
}
@media (max-width: 1200px) {
    .section-prices .item {
        width: 32%;
    }
    .section-prices .item-questions {
        width: 66%;
    }
}
.section-prices .item-questions .item-questions__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}
.section-prices .item-questions .item-questions__form input {
    width: 80%;
    padding: 10px 30px;
    border-radius: 20px;
}
.section-prices .item-questions .item-questions__form button {
    width: 80%;
    background: #004d40b5;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    margin-top: 20px;
}
.section-prices .item-questions .item-questions__form button:hover {
    background: #e9e9e9;
    color: #000;
}
.section-masters {
    overflow: hidden;
    background: #e8f3f9;
}
.modal-active,
.modal-active body,
.section-masters .container,
body.lock,
html.lock {
    overflow: hidden;
}
.section-masters .container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-left: 100px;
}
.section-masters .container-header__swiper-arrows {
    min-width: 100px;
    height: 30px;
    position: relative;
}
.section-masters .swiper-slide {
    background: #fff;
    border-radius: 10px;
}
.section-faq .container,
.section-masters .swiper-slide__header-image,
.section-services .container {
    width: 60%;
}
.section-masters .swiper-slide__header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-masters .swiper-slide__header-info {
    width: 40%;
    padding: 20px;
    background: #e9e9e9;
}
.section-masters .swiper-slide__header-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-masters .swiper-slide__header-item-number {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 25px;
}
.section-masters .swiper-slide__header-item-text {
    text-align: center;
    font-size: 13px;
}
.section-masters .swiper-slide__body {
    padding: 10px;
}
.section-faq .panel p,
.section-masters .swiper-slide__heading {
    padding: 10px 0;
}
.section-masters .swiper-slide__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(214, 214, 214, 0.596);
    padding: 5px;
}
.section-masters .swiper-slide__desc {
    padding: 5px;
}
.section-services .more__adv-li,
.section-services .offer__li {
    position: relative;
    padding-left: 30px;
}
.section-masters .swiper-slide__item-desc,
.section-reviews .item__body {
    margin-top: 10px;
}
.section-masters .container-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.section-masters .container-footer button {
    padding: 10px 30px;
    background: #004d40b5;
    border-radius: 20px;
    color: #fff;
}
.section-reviews {
    background: #f9fafa;
}
.section-reviews .container-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-reviews .container-body {
    margin-top: 50px;
}
.section-reviews .item__header-name {
    display: flex;
    align-items: center;
}
.section-reviews .item__body-desc {
    color: #484849;
    font-size: 1rem;
    line-height: 1.3;
    text-align: justify;
    font-weight: 400;
}
.section-reviews .review-item.show {
    padding: 20px;
    border: 1px solid #aaa;
    max-height: 100vh;
}
.section-reviews .stars__star {
    width: 25px;
    height: 25px;
}
.section-reviews .container-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.section-reviews .container-footer .add-review {
    margin-right: 20px;
}
.section-reviews .container-footer .show-more {
    background: #fff;
    border: 1px solid #004d40b5;
    color: #004d40b5;
}
.section-services .offer__li::after,
.section-services .offer__li::before {
    border-radius: 0 8px 8px 0;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
}
.section-reviews .container-footer .show-more:hover {
    color: #fff;
    background: #004d40b5;
}
.section-services {
    padding: 30px 15px;
    font-family: Roboto, sans-serif;
    background-color: rgb(249, 250, 250, 0.5);
}
.section-services .container-heading {
    font-size: 25px;
}
.section-services .container-body {
    margin-top: 20px;
}
.section-services .more__adv-list,
.section-services .offer,
.section-services .offer__list {
    margin: 20px 0;
}
.section-services .container-body__text {
    color: #363636;
}
h3.offer {
    font-weight: 500;
    color: #000;
}
.container-body__text p {
    margin-bottom: 0.75rem;
}
.section-services .offer__li::before {
    top: 0;
    left: 0;
    background: #004d40b5;
}
.section-services .offer__li::after {
    top: 3px;
    left: 3px;
    border: 1px solid #000;
}
.section-services img {
    margin: 40px 0;
}
.section-services .more__adv-li {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.section-services .more__adv-li::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 8px 8px 0;
    background: #004d40b5;
}
.section-services .more__adv-li::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 0 8px 8px 0;
    border: 1px solid #000;
}
.section-services .container-footer {
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    padding: 20px;
}
.section-services .container-footer__heading {
    margin-bottom: 20px;
    font-size: 25px;
}
.section-services .container-footer__li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    background-image: url("data:image/svg+xml;charset=utf8;base64, PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE2LjExOCAxMS4wMDRINS4xMDhjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDFoMTEuMDF2MS43OWMwIC40NS41NC42Ny44NS4zNWwyLjc4LTIuNzljLjE5LS4yLjE5LS41MSAwLS43MWwtMi43OC0yLjc5Yy0uMzEtLjMyLS44NS0uMDktLjg1LjM1djEuOHonIGZpbGw9JyMwMDlCQjcnLz48L3N2Zz4=");
    display: inline-block;
}
.section-services .container-footer__link {
    color: #004d40b5;
    font-weight: 500;
}
.section-services .container-footer__link:hover {
    border-bottom: 1px solid #004d40b5;
}
.section-faq {
    font-family: Roboto, sans-serif;
    padding: 30px;
}
.section-faq .container-heading {
    font-size: 32px;
}
.section-faq .container-body {
    margin-top: 30px;
}
.section-faq .accordion {
    background-color: #eee;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 22px;
    transition: 0.4s;
    margin: 2px 0;
}
.section-faq .accordion:after {
    content: "\002B";
    color: #004d40b5;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}
.footer .container-body__control a:hover,
.footer .container-header__link:hover,
.footer .container-header__masters-auth:hover {
    color: #e9e9e9;
}
.section-faq .active:after {
    content: "\2212";
}
.section-faq .panel {
    padding: 0 20px 0 18px;
    background-color: rgb(238, 238, 238, 0.2);
    max-height: 0;
    overflow: hidden;
    color: #333;
    transition: max-height 0.2s ease-out;
}
.modal-main {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    font-family: Roboto, sans-serif;
    padding: 0;
}
.modal-main .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-main .container__form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-main .container__form-header input {
    border-radius: 20px;
    padding: 10px 50px;
    margin-right: 20px;
}
.modal-main .container__form-header button {
    border-radius: 20px;
    background: #004d40b5;
    padding: 10px 70px;
    color: #fff;
    font-size: 20px;
}
@media (max-width: 768px) {
    .logo {
        width: 200px;
    }
    .info__notify,
    .logo .logo-desc {
        display: none;
    }
    .logo .logo-mob {
        display: block;
    }
    .info__number-block a {
        color: #004d40b5;
        font-size: 19px;
        font-weight: 400;
    }
    .info__number {
        font-size: 15px;
    }
    .section-main .container__header__desc {
        font-size: 16px;
        margin-top: 15px;
    }
    main {
        margin-top: 0;
    }
    .footer .container-body,
    .footer .container-header__lists,
    .section-main .container__body {
        flex-direction: column;
    }
    .section-main .container__body-item {
        margin-bottom: 20px;
    }
    .section-main .container__form-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-main .container__form-header input {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-main .container__form-header button {
        padding: 10px;
        width: 100%;
    }
    .section-main .main_buttons {
        flex-direction: column;
        margin: 20px 0 40px;
    }
    .section-adventages .container-header,
    .section-masters .container-header,
    .section-prices .container-header {
        padding-left: 0;
    }
    .section-prices .item {
        width: 48%;
    }
    .section-prices .item-questions {
        width: 100%;
    }
    .section-reviews .item__header-name {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-reviews .stars {
        margin-left: 0;
    }
    .modal-main {
        padding: 30px;
    }
    .modal-main .container__form {
        margin: 0;
    }
    .footer .container-header,
    .modal-main .container__form-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .modal-main .container__form-header input {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .modal-main .container__form-header button {
        padding: 10px;
        font-size: 15px;
        width: 100%;
    }
    .footer .container-header__list {
        margin-right: 0;
    }
    .footer .container-body__control {
        margin: 20px;
    }
    .footer .container-bottom p {
        text-align: center;
    }
}
.modal-main .container__form-conditions {
    margin-top: 10px;
}
.modal-main .container__form-conditions span {
    color: #000;
    font-size: 12px;
}
.modal-main .container__form-conditions span a {
    color: #000;
}
.footer {
    background: #333;
    padding: 20px 30px;
    font-family: Roboto, sans-serif;
}
.footer .container-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .container-header__lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    margin-bottom: 1rem;
}
.footer .container-header__list {
    margin-right: 60px;
}
.footer .container-header__li {
    margin-bottom: 10px;
}
.footer .container-header__link {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
}
.footer .container-header__masters-auth {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.footer .container-header__masters-auth svg {
    width: 30px;
    height: 20px;
    position: relative;
    top: -2px;
}
.footer .container-body {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .container-body__control {
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
}
.footer .container-body__control p,
.footer .container-bottom a,
.footer .container-bottom p {
    color: #fff;
}
.footer .container-body__control p svg {
    fill: #fff;
}
.footer .container-body__control a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.copywrite,
.footer__bottom,
.footer__bottom-column a,
.footer__social a {
    color: #fff;
}
.footer .container-body__addr .numbers {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer .container-body__addr .numbers a {
    color: #fff;
    font-weight: 500;
}
.footer .container-body__addr .numbers a:hover,
.footer .container-bottom a:hover {
    color: #e9e9e9;
}
.footer .container-body__addr .soc {
    margin-left: 20px;
}
.footer .container-bottom {
    padding: 20px 0;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.footer__bottom-column {
    text-align: center;
}
.footer__bottom-column .info {
    font-size: 15px;
}
.footer__social {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer__social a:first-of-type {
    margin-right: 20px;
}
.uppercase {
    text-transform: uppercase;
}
.copywrite {
    font-size: 0.8rem;
    padding: 1rem 0 0;
}
.block__zipcode {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block__zipcode .block__zipcode-col {
    flex: 1;
}
.block__zipcode .block__zipcode-col p span {
    font-size: 21px;
    color: #000;
    font-weight: 700;
}
@media (max-width: 600px) {
    .block__zipcode {
        flex-direction: column-reverse;
    }
    .block__zipcode-col iframe {
        width: 100%;
    }
    .footer__bottom {
        flex-direction: column;
        align-items: center;
    }
    .footer__bottom .footer__bottom-column {
        margin-bottom: 20px;
    }
    .copywrite {
        text-align: center;
    }
    .mob-hide {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .section-main h1.container__header-title {
        font-size: 2.2rem;
    }
    .section-main .container__header-price {
        font-weight: 400;
        font-size: 1.7rem;
        margin-top: 10px;
    }
    .section-main .container__form-header button {
        padding: 10px 30px;
        width: 100%;
    }
    .process {
        flex-direction: column;
        padding: 1rem 0;
    }
    .process__item {
        margin: 0 0 2rem;
        width: 100%;
        padding: 0 15px;
    }
    .container-header__title,
    .container-heading,
    .item-questions__heading,
    .process__title {
        font-size: 2.2rem;
        text-align: center;
    }
    .section-main h1.container-header__benefits {
        font-size: 1rem;
    }
    .footer .container-header__lists {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .process__text {
        background-color: rgb(204, 204, 204, 0.1);
    }
    .process-button__link {
        text-align: center;
        white-space: nowrap;
        border-radius: 35px;
        background: var(--button-yellow);
        padding: 15px 40px;
        color: #000;
        font-size: 1.3rem;
        text-transform: uppercase;
        transition: 0.15s ease-in-out;
    }
    .swiper-button-prev {
        left: -10px;
        width: 40px;
        height: 42px;
    }
    .swiper-button-next {
        right: -10px;
        left: auto;
        top: 0;
        width: 40px;
        height: 42px;
    }
    .container__header__desc {
        display: none;
    }
    .container__body {
        padding-bottom: 2rem;
    }
}
@media (min-width: 600px) {
    .desc-hide {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.info__number.first {
    color: var(--button-blue);
    font-size: 25px;
    display: block;
}
.info__number.second {
    color: #464646;
    font-size: 25px;
    display: none;
}
@media (max-width: 968px) {
    .header {
        height: 80px;
        border-bottom: 2px solid #e9e9e9;
    }
    .nav__sub-list,
    .nav__under-list {
        overflow: hidden;
        position: relative;
    }
    .nav__li._active .nav__sub-list,
    .nav__sub-li._active .nav__under-list {
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .get-order,
    .nav-location,
    .nav-top {
        display: none;
    }
    .burger,
    .header-bottom._active .burger-wrapper,
    .nav-location.top,
    .nav-top.mob {
        display: block;
    }
    .header-bottom .nav {
        height: 100%;
        overflow-y: scroll;
    }
    .nav-top.mob {
        margin-top: 40px;
    }
    .nav-top.mob .nav-top__list {
        flex-direction: column;
        padding-left: 10px;
    }
    .nav-top.mob .nav-top-li {
        margin: 5px 10px;
    }
    .header-bottom {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        background: #fff;
        overflow: hidden;
        transition: width 0.3s;
    }
    .header-bottom .container {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }
    .header-bottom .burger-wrapper {
        position: absolute;
        top: 25px;
        right: 23px;
    }
    .header-bottom .burger-close {
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .header-bottom .burger-close span {
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        transition: 0.3s;
        opacity: 0;
    }
    .header-bottom .burger-close span:first-child {
        opacity: 1;
        top: 50%;
        transform: rotate(45deg);
    }
    .header-bottom .burger-close span:nth-child(3) {
        opacity: 1;
        top: 50%;
        transform: rotate(-45deg);
    }
    .header-bottom._active {
        width: 75vw;
    }
    .nav__li:hover > a {
        color: #000;
    }
    .nav__li:hover {
        background-color: #fff;
        color: #000;
    }
    .get-order.mob {
        margin-top: 15px;
        display: block;
        background: 0 0;
        color: #004d40b5;
        padding-left: 15px;
    }
    .nav {
        margin-top: 60px;
        width: 100%;
    }
    .nav__list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .nav__li {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        margin-bottom: 10px;
    }
    .nav__sub-list {
        width: 100%;
        max-height: 0;
    }
    .nav__sub-li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav__under-list {
        width: 100%;
        max-height: 0;
        left: 0;
    }
    .header {
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .nav__list {
        justify-content: flex-start;
    }
    .section-main {
        margin-top: 80px;
    }
    .section-faq .container,
    .section-reviews .container,
    .section-services .container {
        width: 100%;
    }
    .info__number.first {
        color: var(--button-blue);
        font-size: 25px;
        display: none;
    }
    .menu-item-has-children.nav__li._active ul.sub-level-0,
    .nav__li {
        display: block;
    }
    .info__number.second {
        color: #464646;
        font-size: 25px;
        display: block;
    }
    .menu-item-has-children.nav__li::after {
        position: absolute;
        top: 15px;
        right: 25px;
    }
    .menu-item-has-children.nav__li ul.sub-level-0 {
        display: none;
        position: static;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 768px) {
    .info__number.second {
        color: var(--button-blue);
        font-size: 19px;
        font-weight: 400;
    }
}
.fixed {
    position: fixed;
    width: 100%;
}
.swiper {
    z-index: -1 !important;
}
.button-link {
    position: relative;
    overflow: hidden;
}
.blick {
    position: absolute;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    background-color: #fff;
    width: 0;
    height: 0;
    animation: 3s infinite animBlick;
}
@keyframes animBlick {
    0% {
        width: 0;
        margin-top: 0;
        min-height: 0;
        height: 0;
        opacity: 1;
    }
    100%,
    50% {
        width: 400px;
        height: 400px;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }
}
.iframe__map {
    width: 100%;
}
.section-services p {
    margin: 1rem 0;
}
.cost-btn {
    margin: 10px 0;
    padding: 10px 30px;
    background: #e9e9e9;
    font-family: Roboto, sans-serif;
    border-radius: 20px;
    color: #000;
}
@media (max-width: 530px) {
    .info__number {
        font-size: 12px;
    }
    .section-prices .item {
        width: 100%;
    }
    .section-reviews .item__header {
        align-items: flex-start;
    }
    .section-reviews .item__header-date {
        font-size: 15px;
    }
    .logo {
        width: 85px !important;
    }
    .info__number.second {
        color: #004d40b5;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .button-link,
    .process-button__link {
        text-align: center;
        min-width: none;
        padding: 15px 25px !important;
        font-size: 20px !important;
    }
    .container__body-item-image_large {
        margin-right: 9px;
        margin-left: -5px;
        width: 50px;
        height: 50px;
        fill: #e9e9e9;
    }
     .section-main h1.container__header-title {
        font-size: 2rem;
    }
}
@media (max-width: 400px) {
    .info__number {
        font-size: 12px;
    }
    .logo {
        width: 80px !important;
    }
    .info__number.second {
        color: #004d40b5;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
     .section-main h1.container__header-title {
        font-size: 1.9rem;
    }
}
@media (max-width: 350px) {
    .info__number {
        font-size: 12px;
    }
    .logo {
        width: 75px !important;
    }
    .info__number.second {
        color: #004d40b5;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
     .section-main h1.container__header-title {
        font-size: 1.3rem;
    }
}
.blue_btn,
.cute_input {
    transition: 0.3s;
    font-size: 15px;
}
#feedback_form {
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    font-family: Roboto, sans-serif;
}
#feedback_form .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#feedback_form .feedback_form__content,
#thx_modal {
    padding: 30px 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 96vh;
    width: 100%;
}
#feedback_form .feedback_form__content {
    max-width: 620px;
    border-radius: 3px;
}
#feedback_form #feedback_form__content__close,
#thx_modal #thx_modal__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background-image: url("../img/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
}
#feedback_form .feedback_form__title,
#thx_modal .thx_modal__title {
    font-size: 22px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
#feedback_form .feedback_form__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}
#feedback_form .feedback_form__inputs input {
    width: 100%;
}
#feedback_form .feedback_form__inputs textarea {
    width: 100%;
    resize: vertical;
    min-height: 80px;
}
#feedback_form__submit {
    width: 100%;
    height: 40px;
}
.blue_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #004d40b5;
    border-radius: 3px;
    text-align: center;
}
.blue_btn:hover {
    background-color: #0dc0df;
}
.cute_input {
    background-color: #f3f3f3;
    color: #000;
    border: 0 solid #69727d;
    line-height: 1.4;
    border-radius: 3px;
    padding: 0.5rem 1rem;
}
.cute_input:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    outline: 0;
}
.cute_input--error {
    color: #a90000 !important;
    box-shadow: 0 0 0 1px rgba(169, 0, 0, 0.3) inset !important;
}
.cute_input::placeholder {
    color: #69727d;
    line-height: 1.4;
    font-size: 15px;
}
#thx_modal {
    display: none;
    max-width: 420px;
    border-radius: 3px;
}
#thx_modal .thx_modal__desc {
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 767px) {
    #feedback_form .feedback_form__content,
    #thx_modal {
        width: 96vw;
        max-width: none;
        padding: 20px 10px;
    }
    #feedback_form .feedback_form__title,
    #feedback_form .thx_modal__title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .blue_btn,
    .cute_input {
        font-size: 14px;
    }
    .cute_input::placeholder {
        font-size: 14px;
    }
    #thx_modal .thx_modal__desc {
        font-size: 16px;
    }
}
.btn-loading {
    opacity: 1 !important;
}
.dark_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) top/cover no-repeat fixed, url("/wp-content/themes/rbm/img/main-page/rohrreinigungberlinmitte.webp") top/cover no-repeat fixed;
}
.section-reviews__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
}
.section-reviews__content .reviews__google {
    width: 30%;
}
.reviews__slider .reviews__arrow-next,
.reviews__slider .reviews__arrow-prev {
    z-index: 30;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url("../img/arrow_next.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(98%) contrast(93%);
}
.section-reviews__content .wp-google-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.section-reviews__content .wp-google-right > div {
    text-align: center !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.reviews__slider {
    position: relative;
    width: 70%;
}
#reviews__slider {
    padding: 4px;
    z-index: 10 !important;
    position: relative;
    overflow: hidden;
}
#reviews__slider .reviews__slider--review {
    height: 500px;
}
#reviews__slider .reviews__slider--review img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: top;
}
.reviews__slider .reviews__arrow-prev {
    left: -30px;
    transform: translateY(-50%) rotate(180deg);
}
.reviews__slider .reviews__arrow-next {
    right: -30px;
    transform: translateY(-50%);
}
.reviews__slider__content {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1024px) {
    .section-main .main_buttons {
        gap: 40px;
    }
    #reviews__slider .reviews__slider--review {
        height: 400px;
    }
}
@media (max-width: 968px) {
    .section-reviews__content {
        flex-direction: column;
        gap: 24px;
    }
    .section-reviews__content .reviews__google {
        width: 100%;
    }
    .reviews__slider {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .reviews__slider .reviews__arrow-prev {
        left: -10px;
    }
    .reviews__slider .reviews__arrow-next {
        right: -10px;
    }
}
.dn {
    display: none !important;
}
.relink-container {
    margin: 0.5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.relink-item {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border: 1px solid #000000;
    border-radius: 0.5rem;
}
.round-yellow {
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fabe190c !important;
}
.round-yellow li {
    list-style-type: circle;
    margin-left: 1rem;
}
.flex-samesize {
    gap: 20px;
}
.flex-right, .flex-left, .flex-right-2, .flex-left-2 {
    flex: 1;
}
.container__100width {
    max-width: 1200px;
    width: 100% !important;
    height: auto;
    margin: auto;
}
.section-question.section-question__long {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.section-adventages {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.item-questions__heading-small {
    font-size: 2.2rem;
}
.swiper {
    z-index: 1 !important;
}
.profits-block {
    max-width: 100%;
    width: 100%;
}
.profits-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.swiper-slide {
    max-width: 30%;
}
.section-adventages .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    padding: 1.25rem;
    border-radius: 1rem;
}
.swiper-slide__desc {
    margin-top: 20px;
    text-align: center;
}
.section-services p {
    margin: 0.75rem 0;
}
.section-services p {
    font-size: 1.08rem;
}
.button-y2 {
    background-color: var(--button-y2);
    color: #FFF !important;
}
@media (max-width: 900px) {
   .profits-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .swiper-slide {
    max-width: 100%;
}
.flex-right-2 {
    order: 1 !important;
}
.flex-left-2 {
    order: 2 !important;
}
}

.flex-23 {
  display: flex !important;
  flex-direction: column !important; /* чтобы p шли сверху вниз */
  align-items: flex-start !important;    /* центрирование по горизонтали */
  padding: 1rem !important;
  border-radius: 1rem;
  background-color: #fabe190c !important;
  border: 1px solid #b4b4b4 !important;
 
}
.flex-23 p {
 font-size: 1.25rem !important;
}

@media (max-width: 330px) {
    .container__footer-text {
        font-size: 1rem !important;
    }
    p.has-x-large-font-size {
        font-size: 1.5rem !important;
        padding: 0 !important;
    }
}


.contact-section {
            position: relative;
            min-height: 500px;
            
        }
        .container_contactsection {
            margin: 0 auto;
            max-width: 1400px;
            display: flex;
            justify-content: center;
            gap: 40px;
            padding: 40px;
        }
        
        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 1;
        }
        
        .form-block,
        .content-block {
            position: relative;
            z-index: 1;
            flex: 1;
            padding: 30px;
        }
        
        .form-block {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            max-width: 450px;
        }
        
        .content-block {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .content-block h1 {
            font-size: 3rem;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        .content-block h2 {
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        
        .content-block p {
            font-size: 1.1rem;
            color: #FFFFFF;
            line-height: 1.6;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }
        
        .form-group input,
        .form-group select {
            width: 100%;
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }
        
        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #007bff;
        }
        
        .submit-btn {
            background-color: #007bff;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .submit-btn:hover {
            background-color: #0056b3;
        }
        
        @media (max-width: 768px) {
            .contact-section {
                padding: 20px;
                gap: 20px;
            }
            .container_contactsection {
            flex-direction: column !important;
            gap: 1.5rem !important;
            padding: 0;
            }
            .get-order__form {
                display: block !important;
            }
            
            .content-block h1 {
                font-size: 2rem;
            }
            .content-block h2 {
                font-size: 1.5rem;
            }
            .contact-section {
                margin: 80px 0 0 0;
            }
        }

        .form-block form {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .get-order__form {
            margin-top: 1rem;
        }