

/* Start:/local/templates/cleaningavto/styles.css?176278467673180*/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('/local/templates/cleaningavto/../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('/local/templates/cleaningavto/../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/cleaningavto/fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("/local/templates/cleaningavto/fonts/Montserrat-ExtraBold.woff2") format("woff2");
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25em;
    line-height: 1.4;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1a1a1a;
    background-color: #fff;
    font-weight: 500;
}

@media all and (max-width: 575px) {
    body {
        font-size: 1em;
        line-height: 1.5;
    }
}

header,
footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

ul {
    list-style: none;
    margin: 0;
}

p {
    font-style: normal;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

strong {
    font-weight: 800;
}

.heading {
    margin-bottom: 60px;
}

@media all and (max-width: 1600px) {
    .heading {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 1199px) {
    .heading {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 28px;
    }
}

.heading h2,
.heading h1 {
    font-size: 40px;
    line-height: 48px;
}

@media all and (max-width: 1199px) {

    .heading h2,
    .heading h1 {
        font-size: 36px;
        line-height: 120%;
    }
}

@media all and (max-width: 575px) {

    .heading h2,
    .heading h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #f97008;
    padding: 26px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 38px;
}

@media all and (max-width: 575px) {
    .btn {
        font-size: 16px;
        padding: 14px;
    }
}

.btn:hover {
    color: #fff;
    background-color: #e26200;
}

.btn.btn-big {
    min-width: 247px;
}

@media all and (max-width: 575px) {
    .btn.btn-big {
        min-width: 208px;
    }
}

.btn.btn-small {
    font-size: 16px;
    padding: 14px 22px;
}

.btn.btn-gray {
    background-color: #f2f2f2;
    color: #1a1a1a;
}

.btn.btn-gray:hover {
    background-color: #f97008;
    color: #fff;
}

a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:active,
button:focus {
    outline: none;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: all !important;
}

button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: all !important;
}

*:focus {
    outline: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

input,
textarea {
    outline: none !important;
    border-radius: 0;
}

input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

details summary::-webkit-details-marker {
    display: none;
}

details>summary {
    list-style: none;
}

section {
    margin-bottom: 160px;
}

@media all and (max-width: 1600px) {
    section {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}

@media all and (max-width: 575px) {
    section {
        margin-bottom: 50px;
    }
}

@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showBlock {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
.modal {
    max-width: 628px;
    width: 100%;
    border-radius: 20px;
    padding: 60px;
    color: #1a1a1a;
}

@media all and (max-width: 1600px) {
    .modal {
        padding: 40px;
        max-width: 500px;
    }
}

@media all and (max-width: 575px) {
    .modal {
        padding: 40px 24px;
        border-radius: 16px;
    }
}

.modal .modal__heading {
    margin-bottom: 40px;
}

@media all and (max-width: 1600px) {
    .modal .modal__heading {
        margin-bottom: 24px;
    }
}

.modal .modal__heading h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 28px;
}

@media all and (max-width: 1600px) {
    .modal .modal__heading h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

.modal .modal__heading p {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width: 1600px) {
    .modal .modal__heading p {
        font-size: 16px;
        line-height: 24px;
    }
}

.modal .form__inner form .form__item {
    margin-bottom: 20px;
}

@media all and (max-width: 1600px) {
    .modal .form__inner form .form__item {
        margin-bottom: 12px;
    }
}

.modal .form__inner form .form__item input,
.modal .form__inner form .form__item textarea {
    width: 100%;
    height: 76px;
    border: 2px solid #fff;
    border-radius: 38px;
    background-color: #f2f2f2;
    padding: 0 70px 0 40px;
    background-size: 20px;
    background-position: calc(100% - 50px) 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}

@media all and (max-width: 1600px) {

    .modal .form__inner form .form__item input,
    .modal .form__inner form .form__item textarea {
        height: 52px;
        font-size: 16px;
    }
}

.modal .form__inner form .form__item input.email,
.modal .form__inner form .form__item textarea.email {
    background-image: url("/local/templates/cleaningavto/../img/icon_9.svg");
}

.modal .form__inner form .form__item input.phone,
.modal .form__inner form .form__item textarea.phone {
    background-image: url("/local/templates/cleaningavto/../img/icon_8.svg");
}

.modal .form__inner form .form__item input:focus,
.modal .form__inner form .form__item textarea:focus {
    border: 2px solid #f97008;
    background-color: #fff;
}

.modal .form__inner form .form__item input:focus.email,
.modal .form__inner form .form__item textarea:focus.email {
    background-image: url("/local/templates/cleaningavto/../img/icon_9_1.svg");
}

.modal .form__inner form .form__item input:focus.phone,
.modal .form__inner form .form__item textarea:focus.phone {
    background-image: url("/local/templates/cleaningavto/../img/icon_8_1.svg");
}

.modal .form__inner form .form__item textarea {
    height: 216px;
    padding-top: 18px;
}

@media all and (max-width: 1600px) {
    .modal .form__inner form .form__item textarea {
        height: 172px;
        padding-top: 14px;
    }
}

.modal .form__inner form .form__submit {
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

@media all and (max-width: 1600px) {
    .modal .form__inner form .form__submit {
        padding-top: 12px;
        margin-bottom: 24px;
    }
}

.modal .form__inner form .form__policy {
    text-align: center;
}

.modal .form__inner form .form__policy p {
    font-size: 12px;
    line-height: 20px;
    color: #a3a3a3;
}

.modal .form__inner form .form__policy p a {
    font-weight: 800;
    color: #1a1a1a;
}

.modal .form__inner form .form__policy p a:hover {
    color: #f97008;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.b24-form .b24-form-btn {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding: 18px 40px;
    border-radius: 38px;
    background: #f97008;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
}
.b24-form .b24-form-control-string .b24-form-control:focus:not([readonly]) {
    border-color: #f97008;
}

.b24-form .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none !important;
}
.b24-form .b24-form-recaptcha {
    display: none !important;
}
.b24-form .b24-form-sign {
    display: none !important;
}

/*********************  HEADER  ************************/
header {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (max-width: 1600px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 991px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

header.page {
    margin-bottom: 50px;
}

header .header__top .header__logo img {
    width: 156px;
    height: auto;
}

@media all and (max-width: 991px) {
    header .header__top .header__logo img {
        width: 94px;
    }
}

header .header__top .header__menu .menu__inner {
    padding-left: 50px;
}

@media all and (max-width: 1600px) {
    header .header__top .header__menu .menu__inner {
        padding-left: 0;
    }
}

@media all and (max-width: 991px) {
    header .header__top .header__menu .menu__inner {
        display: none;
    }
}

header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    text-align: center;
}

@media all and (max-width: 1600px) {
    header .header__top .header__menu .menu__inner ul {
        gap: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

header .header__top .header__menu .menu__inner ul li a {
    display: inline-block;
    font-size: 16px;
    color: #1a1a1a;
}

@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner ul li a {
        font-size: 14px;
    }
}

header .header__top .header__menu .menu__inner ul li a:hover {
    color: #f97008;
}

header .header__top .header__menu .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 991px) {
    header .header__top .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .header__top .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}

header .header__top .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

header .header__top .header__menu .header_burger .burger_button span:nth-child(1) {
    top: 14px;
}

header .header__top .header__menu .header_burger .burger_button span:nth-child(2) {
    top: 22px;
}

header .header__top .header__menu .header_burger .burger_button.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

header .header__top .header__menu .header_burger .burger_button.open span:nth-child(2) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

header .header__top .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    text-align: center;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

header .header__top .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

header .header__top .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}

@media all and (max-width: 767px) {
    header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
        max-width: 510px;
    }
}

@media all and (max-width: 575px) {
    header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu {
    margin-bottom: 24px;
}

header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
    color: #1a1a1a;
    display: inline-block;
    padding: 5px 0;
}

header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
    color: #f97008;
}

@media all and (max-width: 991px) {
    header .header__top .header__contacts {
        display: none;
    }
}

header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
}

@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner {
        gap: 16px;
    }
}

header .phone {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 800;
    color: #1a1a1a;
}

@media all and (max-width: 1199px) {
    header .phone {
        font-size: 16px;
    }
}

@media all and (max-width: 991px) {
    header .phone {
        display: inline-block;
        margin-bottom: 20px;
    }
}

header .phone:hover {
    color: #f97008;
}

header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

@media all and (max-width: 991px) {
    header .social {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

header .social li a:hover {
    opacity: 0.8;
}

header .social li img {
    width: 44px;
    height: 44px;
}

@media all and (max-width: 1199px) {
    header .social li img {
        width: 34px;
        height: 34px;
    }
}

/**************************  mainblock  ************************/
#mainblock {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 262px;
    padding-bottom: 262px;
    color: #fff;
    background-color: #1a1a1a;
}

@media all and (max-width: 1600px) {
    #mainblock {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media all and (max-width: 991px) {
    #mainblock {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media all and (max-width: 575px) {
    #mainblock {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

@media all and (max-width: 991px) {
    #mainblock .mainblock__content {
        margin-bottom: 68px;
    }
}

#mainblock .mainblock__content .content__inner {
    max-width: 915px;
    width: 100%;
}

#mainblock .mainblock__content .content__inner .address__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: #fff;
    margin-bottom: 32px;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .address__link {
        gap: 16px;
        margin-bottom: 24px;
    }
}

#mainblock .mainblock__content .content__inner .address__link strong {
    font-weight: 500;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .address__link strong {
        display: block;
    }
}

#mainblock .mainblock__content .content__inner .address__link img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#mainblock .mainblock__content .content__inner h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 40px;
}

@media all and (max-width: 1199px) {
    #mainblock .mainblock__content .content__inner h1 {
        font-size: 42px;
        line-height: 120%;
    }
}

@media all and (max-width: 767px) {
    #mainblock .mainblock__content .content__inner h1 {
        font-size: 34px;
    }
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}

#mainblock .mainblock__content .content__inner h1 strong {
    color: #f97008;
}

#mainblock .mainblock__content .content__inner .content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px 36px;
}

@media all and (max-width: 1199px) {
    #mainblock .mainblock__content .content__inner .content__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#mainblock .mainblock__content .content__inner .content__bottom p {
    font-size: 24px;
    line-height: 32px;
    max-width: 412px;
    width: 100%;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .content__bottom p {
        font-size: 16px;
        line-height: 24px;
    }
}

#mainblock .mainblock__rec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 991px) {
    #mainblock .mainblock__rec {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#mainblock .mainblock__rec .rec__inner {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    max-width: 196px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 32px 10px 40px 10px;
    position: relative;
    text-align: center;
}

@media all and (max-width: 991px) {
    #mainblock .mainblock__rec .rec__inner {
        margin-left: 0;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
    }
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__rec .rec__inner {
        padding: 0;
        border: none;
        padding-left: 83px;
        max-width: none;
        text-align: left;
    }
}

#mainblock .mainblock__rec .rec__inner img {
    display: block;
    margin: 0 auto 24px auto;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__rec .rec__inner img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 63px;
        height: 100px;
    }
}

#mainblock .mainblock__rec .rec__inner p {
    font-size: 16px;
    line-height: 24px;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__rec .rec__inner p {
        font-size: 14px;
        line-height: 20px;
    }
}

#mainblock .mainblock__rec .rec__inner p:not(:last-child) {
    margin-bottom: 12px;
}

#mainblock .mainblock__rec .rec__inner p strong {
    font-size: 20px;
    line-height: 20px;
}

@media all and (max-width: 575px) {
    #mainblock .mainblock__rec .rec__inner p strong {
        font-size: 16px;
        line-height: 16px;
    }
}

.box__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}

@media all and (max-width: 575px) {
    .box__social {
        gap: 24px;
    }
}

.box__social.box__social-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 991px) {
    .box__social.box__social-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.box__social.box__social-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
}

.box__social.box__social-contacts ul {
    gap: 16px;
    width: 100%;
}

.box__social.box__social-contacts ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
    padding-right: 16px;
}

.box__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media all and (max-width: 575px) {
    .box__social ul {
        gap: 16px;
    }
}

.box__social ul li a:hover {
    opacity: 0.8;
}

.box__social ul li a img {
    width: 52px;
    height: 52px;
}

@media all and (max-width: 575px) {
    .box__social ul li a img {
        width: 40px;
        height: 40px;
    }
}

/************************  services  *********************/
#services .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

@media all and (max-width: 1600px) {
    #services .tabs .tabs__caption {
        margin-bottom: 36px;
    }
}

@media all and (max-width: 575px) {
    #services .tabs .tabs__caption {
        gap: 16px;
    }
}

#services .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    padding: 28px 49px;
    background-color: #f2f2f2;
    border-radius: 38px;
}

@media all and (max-width: 1600px) {
    #services .tabs .tabs__caption li {
        padding: 20px 34px;
        font-size: 18px;
        border-radius: 30px;
    }
}

@media all and (max-width: 575px) {
    #services .tabs .tabs__caption li {
        font-size: 16px;
        padding: 16px 29px;
    }
}

#services .tabs .tabs__caption li.active {
    background-color: #f97008;
    color: #fff;
}

#services .tabs .tabs__content {
    display: none;
}

#services .tabs .tabs__content.active {
    display: block;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}

@media all and (max-width: 575px) {
    #services .row-slide {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}

#services .complex__item {
    margin-bottom: 20px;
}

@media all and (max-width: 575px) {
    #services .complex__item {
        scroll-snap-align: start;
        width: 320px;
    }
}

#services .complex__item:first-child .item__inner {
    background: linear-gradient(64.77deg, #f97008 33.98%, #ffa159 100%);
}

#services .complex__item .item__inner {
    border-radius: 20px;
    padding: 40px;
    background-color: #1a1a1a;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media all and (max-width: 575px) {
    #services .complex__item .item__inner {
        padding: 24px;
    }
}

#services .complex__item .item__inner:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("/local/templates/cleaningavto/../img/icon_7.svg");
    width: 160px;
    height: 160px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#services .complex__item .item__inner p {
    margin-bottom: 12px;
}

@media all and (max-width: 575px) {
    #services .complex__item .item__inner p {
        margin-bottom: 8px;
    }
}

#services .complex__item .item__inner h5 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 24px;
}

@media all and (max-width: 575px) {
    #services .complex__item .item__inner h5 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

#services .complex__item .item__inner h6 {
    display: inline-block;
    background-color: #fff;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 18px;
}

#services .complex__include {
    padding-top: 40px;
    margin-bottom: 80px;
}

@media all and (max-width: 1600px) {
    #services .complex__include {
        padding-top: 30px;
        margin-bottom: 60px;
    }
}

@media all and (max-width: 991px) {
    #services .complex__include {
        margin-bottom: 28px;
    }
}

@media all and (max-width: 575px) {
    #services .complex__include {
        padding-top: 16px;
    }
}

#services .complex__include .include__inner {
    max-width: 500px;
    width: 100%;
}

@media all and (max-width: 991px) {
    #services .complex__include .include__inner {
        max-width: none;
    }
}

#services .complex__include .include__inner h5 {
    font-size: 20px;
    margin-bottom: 28px;
}

@media all and (max-width: 575px) {
    #services .complex__include .include__inner h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

#services .complex__price {
    padding-top: 40px;
    margin-bottom: 80px;
}

@media all and (max-width: 1600px) {
    #services .complex__price {
        padding-top: 30px;
        margin-bottom: 60px;
    }
}

@media all and (max-width: 991px) {
    #services .complex__price {
        margin-bottom: 28px;
        padding-top: 0;
    }
}

#services .complex__price .price__inner h5 {
    font-size: 20px;
    margin-bottom: 28px;
}

@media all and (max-width: 575px) {
    #services .complex__price .price__inner h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

#services .complex__price .price__inner ul,
#services .faq_tabs .tabs_item .tab_content .content__price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 30px;
}

@media all and (max-width: 1199px) {

    #services .complex__price .price__inner ul,
    #services .faq_tabs .tabs_item .tab_content .content__price ul {
        gap: 20px;
    }
}

@media all and (max-width: 575px) {

    #services .complex__price .price__inner ul,
    #services .faq_tabs .tabs_item .tab_content .content__price ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }
}

#services .complex__price .price__inner ul li,
#services .faq_tabs .tabs_item .tab_content .content__price ul li {
    /* width: calc(25% - 58px); */
    width: 46%;
    font-size: 14px;
    line-height: 16px;
    color: #a3a3a3;
    position: relative;
    white-space: wrap;
    display: flex;
    min-height: 70px;
    flex-direction: column;
    justify-content: space-between;
}

@media all and (max-width: 1199px) {
    /*  #services .complex__price .price__inner ul li {
      width: calc(25% - 20px);
    } */
}

@media all and (max-width: 575px) {

    #services .complex__price .price__inner ul li,
    #services .faq_tabs .tabs_item .tab_content .content__price ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px;
        padding-bottom: 12px;
    }
}

#services .complex__price .price__inner ul li::after,
#services .faq_tabs .tabs_item .tab_content .content__price ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
}

@media all and (max-width: 1199px) {

    #services .complex__price .price__inner ul li::after,
    #services .faq_tabs .tabs_item .tab_content .content__price ul li::after {
        right: -6px;
    }
}

@media all and (max-width: 575px) {

    #services .complex__price .price__inner ul li::after,
    #services .faq_tabs .tabs_item .tab_content .content__price ul li::after {
        display: none;
    }
}

@media all and (max-width: 575px) {

    #services .complex__price .price__inner ul li,
    #services .faq_tabs .tabs_item .tab_content .content__price ul li {
        border-bottom: 1px solid #e5e5e5;
    }
}

#services .complex__price .price__inner ul li strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
}

@media all and (max-width: 575px) {
    #services .complex__price .price__inner ul li strong {
        margin-top: 0;
        font-size: 16px;
    }
}

#services .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 20px;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item:not(:last-child) {
        margin-bottom: 16px;
    }
}

#services .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    gap: 20px;
    padding: 26px 99px 26px 40px;
    border-radius: 38px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .title {
        font-size: 16px;
        padding: 14px 56px 14px 20px;
    }
}

#services .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("/local/templates/cleaningavto/../img/icon_6.svg");
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .title:after {
        width: 36px;
        height: 36px;
        right: 8px;
    }
}

#services .faq_tabs .tabs_item .title span {
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#services .faq_tabs .tabs_item .title.active {
    background-color: #f97008;
    color: #fff;
}

#services .faq_tabs .tabs_item .title.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#services .faq_tabs .tabs_item .tab_content {
    display: none;
    padding-top: 40px;
    padding-bottom: 12px;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .tab_content {
        padding-top: 28px;
        padding-bottom: 6px;
    }
}

#services .faq_tabs .tabs_item .tab_content .content__desc,
#services .faq_tabs .tabs_item .tab_content .content__price {
    margin-bottom: 28px;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .tab_content .content__price {
        margin-bottom: 0;
    }
}

#services .faq_tabs .tabs_item .tab_content .content__price h5 {
    font-size: 20px;
    margin-bottom: 28px;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .tab_content .content__price h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* #services .faq_tabs .tabs_item .tab_content .content__price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 58px;
} */

/* @media all and (max-width: 1199px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul {
    gap: 20px;
  }
}

@media all and (max-width: 575px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
} */

/* #services .faq_tabs .tabs_item .tab_content .content__price ul li {
  width: calc(25% - 58px);
  font-size: 14px;
  line-height: 14px;
  color: #a3a3a3;
  position: relative;
  white-space: nowrap;
} */

/* @media all and (max-width: 1199px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul li {
    width: calc(25% - 20px);
  }
} */

/* @media all and (max-width: 575px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    padding-bottom: 12px;
  }
} */
/*
#services .faq_tabs .tabs_item .tab_content .content__price ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0;
  bottom: 0;
  right: -26px;
  margin: auto;
} */

/* @media all and (max-width: 1199px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul li:not(:last-child)::after {
    right: -6px;
  }
}

@media all and (max-width: 575px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul li:not(:last-child)::after {
    display: none;
  }
}

@media all and (max-width: 575px) {
  #services .faq_tabs .tabs_item .tab_content .content__price ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
} */

#services .faq_tabs .tabs_item .tab_content .content__price ul li strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #1a1a1a;
}

@media all and (max-width: 575px) {
    #services .faq_tabs .tabs_item .tab_content .content__price ul li strong {
        margin-top: 0;
        font-size: 16px;
    }
}

.content__price:has(.table-prise) {
    width: 100%;
}

.table-prise {
    width: 100%;

    tr {
        height: 80px;
        border-bottom: 2px solid #e5e5e5;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        padding: 10px;
    }


}

.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    p {
        margin-top: 40px;
        font-weight: 700;
        text-decoration-line: underline;
        margin-bottom: 20px;
    }
}

.table-prise {
    min-width: 740px;
    border-collapse: collapse;
}



/*****************  contact form 7 style  *****************/
.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

select.wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}

body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: none;
}

body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}

.contact-inner-form .wpcf7-response-output {
    width: 95%;
}

body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}

/**************************  stock  **********************/
#stock {
    overflow: hidden;
}

#stock .heading {
    position: relative;
}

@media all and (max-width: 1199px) {
    #stock .heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#stock .heading .swiper__nav {
    display: none;
}

@media all and (max-width: 1199px) {
    #stock .heading .swiper__nav {
        display: block;
    }
}

#stock .wrapper {
    position: relative;
    margin-bottom: 80px;
}

@media all and (max-width: 1600px) {
    #stock .wrapper {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 60px;
    }
}

@media all and (max-width: 1288px) {
    #stock .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media all and (max-width: 1199px) {
    #stock .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 767px) {
    #stock .wrapper {
        margin-bottom: 36px;
    }
}

@media all and (max-width: 1199px) {
    #stock .wrapper .swiper__nav {
        display: none;
    }
}

#stock .stock__slider {
    border-radius: 20px;
}

#stock .stock__slider .swiper-slide {
    height: auto;
}

#stock .stock__slider .slide__inner {
    min-height: 400px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*  text-align: center;
      font-size: 96px;*/
    line-height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;*/
    border-radius: 18px;
    font-weight: 400;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 1600px) {
    #stock .stock__slider .slide__inner {
        font-size: 80px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media all and (max-width: 1199px) {
    #stock .stock__slider .slide__inner {
        font-size: 50px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media all and (max-width: 575px) {
    #stock .stock__slider .slide__inner {
        min-height: 153px;
        font-size: 26px;
        font-size: 24px;
        line-height: 32px;
    }
}

#stock .stock__slider .slide__inner .slide_item_top {
    width: fit-content;
    margin-bottom: 96px;
    padding: 8px 14px;
    border-radius: 18px;
    background: white;
    color: black;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
#stock .stock__slider .slide__inner .slide_item_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}
#stock .stock__slider .slide__inner .slide_item_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
#stock .stock__slider .slide__inner .slide_item_button {
    width: fit-content;
    margin-top: auto;
    margin-bottom: 0;
    padding: 18px 40px;
    border-radius: 38px;
    background: #f97008;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
}

#stock .stock__slider .slide__inner p {
    margin-bottom: 16px;
}

@media all and (max-width: 575px) {
    #stock .stock__slider .slide__inner p {
        margin-bottom: 12px;
    }
}

#stock .stock__slider .slide__inner strong {
    color: #f97008;
}

@media all and (max-width: 575px) {
    #stock .stock__slider .slide__inner img {
        max-height: 40px;
    }
}

#stock .swiper__nav {
    height: 76px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media all and (max-width: 1199px) {
    #stock .swiper__nav {
        height: 46px;
        width: 88px;
        position: relative;
        margin-left: auto;
        margin-right: 0;
    }
}

#stock .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 76px;
    height: 76px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    -webkit-mask-image: url("/wp-content/themes/avtoclining_site/img/arrow.svg");
    mask-image: url("/wp-content/themes/avtoclining_site/img/arrow.svg");
}

@media all and (max-width: 1199px) {
    #stock .swiper__nav .swiper-button {
        width: 36px;
        height: 36px;
        -webkit-mask-image: url("/wp-content/themes/avtoclining_site/img/arrow_mobile.svg");
        mask-image: url("/wp-content/themes/avtoclining_site/img/arrow_mobile.svg");
    }
}

#stock .swiper__nav .swiper-button:hover {
    background-color: #f97008;
}

#stock .swiper__nav .swiper-button:after {
    display: none !important;
}

#stock .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -12%;
}

@media all and (max-width: 1600px) {
    #stock .swiper__nav .swiper-button.swiper-button-prev {
        left: -60px;
    }
}

@media all and (max-width: 1288px) {
    #stock .swiper__nav .swiper-button.swiper-button-prev {
        left: -24px;
    }
}

@media all and (max-width: 1199px) {
    #stock .swiper__nav .swiper-button.swiper-button-prev {
        left: 0;
    }
}

#stock .swiper__nav .swiper-button.swiper-button-next {
    right: -12%;
}

@media all and (max-width: 1600px) {
    #stock .swiper__nav .swiper-button.swiper-button-next {
        right: -60px;
    }
}

@media all and (max-width: 1288px) {
    #stock .swiper__nav .swiper-button.swiper-button-next {
        right: -24px;
    }
}

@media all and (max-width: 1199px) {
    #stock .swiper__nav .swiper-button.swiper-button-next {
        right: 0;
    }
}

#stock .stock__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#stock .stock__bottom .counter {
    font-size: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    #stock .stock__bottom .counter {
        display: none;
    }
}

#stock .stock__bottom .counter .current-slide {
    font-weight: 800;
    color: #f97008;
}

#stock .stock__bottom .counter .total-slides {
    font-weight: 800;
}

/***********************  rating  ***********************/
#rating .box__heading {
    margin-bottom: 20px;
}

@media all and (max-width: 1199px) {
    #rating .box__heading {
        margin-bottom: 0;
    }
}

#rating .rating__item {
    margin-bottom: 20px;
}

@media all and (max-width: 575px) {
    #rating .rating__item {
        margin-bottom: 16px;
    }
}

#rating .rating__item:nth-child(2) .item__inner .content .rating__value h5 {
    color: #29b24a;
}

#rating .rating__item:nth-child(3) .item__inner .content .rating__value h5 {
    color: #ff4433;
}

#rating .rating__item:nth-child(4) .item__inner .content .rating__value h5 {
    color: #6339f5;
}

#rating .rating__item .item__inner {
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 1400px) {
    #rating .rating__item .item__inner {
        padding: 30px;
    }
}

@media all and (max-width: 575px) {
    #rating .rating__item .item__inner {
        padding: 24px;
    }
}

#rating .rating__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#rating .rating__item .item__inner .content .rating__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    min-height: 64px;
}

@media all and (max-width: 575px) {
    #rating .rating__item .item__inner .content .rating__title {
        margin-bottom: 24px;
    }
}

#rating .rating__item .item__inner .content .rating__title p {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
}

@media all and (max-width: 575px) {
    #rating .rating__item .item__inner .content .rating__title p {
        font-size: 24px;
        line-height: 28px;
    }
}

#rating .rating__item .item__inner .content .rating__title img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#rating .rating__item .item__inner .content .rating__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

#rating .rating__item .item__inner .content .rating__value h5 {
    font-size: 56px;
    line-height: 56px;
}

#rating .rating__item .item__inner .content .rating__value p {
    font-size: 16px;
    line-height: 24px;
    color: #a3a3a3;
}

/**********************  advantages  **********************/
#advantages .advantages__item {
    margin-bottom: 20px;
}

@media all and (max-width: 575px) {
    #advantages .advantages__item {
        margin-bottom: 16px;
    }
}

#advantages .advantages__item .item__inner {
    border: 2px solid #f97008;
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 1400px) {
    #advantages .advantages__item .item__inner {
        padding: 30px;
    }
}

@media all and (max-width: 575px) {
    #advantages .advantages__item .item__inner {
        border-radius: 16px;
        padding: 24px;
    }
}

#advantages .advantages__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#advantages .advantages__item .item__inner h5 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #f97008;
}

@media all and (max-width: 575px) {
    #advantages .advantages__item .item__inner h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

#advantages .advantages__item .item__inner p {
    max-width: 290px;
    width: 100%;
    margin-bottom: 4px;
}

@media all and (max-width: 575px) {
    #advantages .advantages__item .item__inner p {
        margin-bottom: 0;
        max-width: none;
    }
}

#advantages .advantages__item .item__inner .number {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    line-height: 100%;
    color: #f97008;
    margin-left: auto;
    margin-right: 0;
}

@media all and (max-width: 575px) {
    #advantages .advantages__item .item__inner .number {
        display: none;
    }
}

#advantages .advantages__image {
    margin-bottom: 20px;
}

@media all and (max-width: 991px) {
    #advantages .advantages__image {
        display: none !important;
    }
}

#advantages .advantages__image .image__inner {
    border-radius: 20px;
    overflow: hidden;
}

#advantages .advantages__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

/*************************  gallery  ********************/
#gallery .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px;
}

@media all and (max-width: 1600px) {
    #gallery .wrapper {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 575px) {
    #gallery .wrapper {
        margin-bottom: 12px;
    }
}

@media all and (max-width: 575px) {
    #gallery .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media all and (max-width: 575px) {
    #gallery .gallery__wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media all and (max-width: 991px) {
    #gallery .gallery__wrapper.gallery__wrapper-two {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px;
    }
}

#gallery .gallery__wrapper.gallery__wrapper-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

@media all and (max-width: 767px) {
    #gallery .gallery__wrapper.gallery__wrapper-one {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (max-width: 991px) {
    #gallery .gallery__wrapper.gallery__wrapper-one .gallery__item {
        height: 540px;
    }
}

@media all and (max-width: 767px) {
    #gallery .gallery__wrapper.gallery__wrapper-one .gallery__item {
        height: 80px;
    }
}

@media all and (max-width: 575px) {
    #gallery .gallery__wrapper:last-child .gallery__item {
        height: 168px;
    }
}

#gallery .gallery__item {
    margin-bottom: 20px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 260px;
}

@media all and (max-width: 991px) {
    #gallery .gallery__item {
        margin-bottom: 16px;
        border-radius: 12px;
    }
}

@media all and (max-width: 767px) {
    #gallery .gallery__item {
        height: 80px;
    }
}

#gallery .gallery__item.gallery__item-medium {
    height: 320px;
}

#gallery .gallery__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

#gallery .gallery__item.gallery__item-big {
    height: 540px;
}

@media all and (max-width: 767px) {
    #gallery .gallery__item.gallery__item-big {
        height: 176px;
    }
}

@media all and (max-width: 991px) {
    #gallery .gallery__text {
        margin-bottom: 28px;
    }
}

/************************  about  **********************/
#about .about__content .content__inner {
    max-width: 530px;
    width: 100%;
}

@media all and (max-width: 991px) {
    #about .about__content .content__inner {
        max-width: none;
    }
}

#about .about__content .content__inner .text {
    padding-bottom: 14px;
}

#about .about__content .content__inner h2,
#spare-parts h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
}

@media all and (max-width: 1199px) {
    #about .about__content .content__inner h2 {
        font-size: 36px;
        line-height: 120%;
    }
}

@media all and (max-width: 991px) {
    #about .about__content .content__inner h2 {
        display: none;
    }
}

#about .about__content .content__inner p,
#spare-parts p {
    margin-bottom: 32px;
}

@media all and (max-width: 575px) {
    #about .about__content .content__inner p {
        margin-bottom: 20px;
    }
}

#about .about__content .content__inner .rec {
    position: relative;
    padding-left: 99px;
}

@media all and (max-width: 575px) {
    #about .about__content .content__inner .rec {
        padding-left: 83px;
    }
}

#about .about__content .content__inner .rec h6 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 12px;
}

@media all and (max-width: 575px) {
    #about .about__content .content__inner .rec h6 {
        font-size: 16px;
    }
}

#about .about__content .content__inner .rec p {
    font-size: 16px;
    line-height: 24px;
    color: #a3a3a3;
    margin-bottom: 0;
}

@media all and (max-width: 575px) {
    #about .about__content .content__inner .rec p {
        font-size: 14px;
        line-height: 20px;
    }
}

#about .about__content .content__inner .rec img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media all and (max-width: 575px) {
    #about .about__content .content__inner .rec img {
        width: 63px;
    }
}

@media all and (max-width: 991px) {
    #about .about__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 12px;
    }
}

#about .about__image .heading {
    display: none;
}

@media all and (max-width: 991px) {
    #about .about__image .heading {
        display: block;
    }
}

#about .about__image .image__item {
    margin-bottom: 20px;
}

@media all and (max-width: 991px) {
    #about .about__image .image__item {
        margin-bottom: 16px;
    }
}

#about .about__image .item__inner {
    height: 304px;
    border-radius: 20px;
    overflow: hidden;
}

@media all and (max-width: 575px) {
    #about .about__image .item__inner {
        height: 156px;
    }
}

#about .about__image .item__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
}

.btn-wrapper {
    margin-bottom: 40px;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;

    .btn-big_white {
        color: #f97008;
        background-color: #fff;
        border: 2px solid #f97008;
    }
}

/************************  contacts  **********************/
#contacts {
    margin-bottom: 0;
}

#contacts .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

@media all and (max-width: 575px) {
    #contacts .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#contacts .wrapper {
    position: relative;
}

#contacts .wrapper .contact__details {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 991px) {
    #contacts .wrapper .contact__details {
        position: relative;
        margin-bottom: 16px;
    }
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .container {
        padding-left: 0;
        padding-right: 0;
    }
}

#contacts .wrapper .contact__details .contacts {
    max-width: 412px;
    width: 100%;
    border-radius: 20px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px;
    pointer-events: all;
}

@media all and (max-width: 1199px) {
    #contacts .wrapper .contact__details .contacts {
        max-width: 380px;
        padding: 30px;
    }
}

@media all and (max-width: 991px) {
    #contacts .wrapper .contact__details .contacts {
        max-width: none;
        padding: 24px;
    }
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts {
        border-radius: 16px;
    }
}

#contacts .wrapper .contact__details .contacts .heading {
    margin-bottom: 40px;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .heading {
        margin-bottom: 24px;
    }
}

#contacts .wrapper .contact__details .contacts .contacts__list li {
    padding-bottom: 32px;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .contacts__list li {
        padding-bottom: 20px;
    }
}

#contacts .wrapper .contact__details .contacts .contacts__list li:not(:last-child) {
    border-bottom: 2px solid #2d2d2d;
    margin-bottom: 32px;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .contacts__list li:not(:last-child) {
        margin-bottom: 20px;
    }
}

#contacts .wrapper .contact__details .contacts .contacts__list li h6 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 16px;
    color: #5c5c5c;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .contacts__list li h6 {
        margin-bottom: 12px;
    }
}

#contacts .wrapper .contact__details .contacts .contacts__list li a {
    font-size: 28px;
    line-height: 100%;
    font-weight: 800;
    color: #fff;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .contacts__list li a {
        font-size: 24px;
    }
}

#contacts .wrapper .contact__details .contacts .contacts__list li p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 800;
}

@media all and (max-width: 575px) {
    #contacts .wrapper .contact__details .contacts .contacts__list li p {
        font-size: 16px;
    }
}

#contacts #map {
    height: 760px;
    position: relative;
    z-index: 1;
}

@media all and (max-width: 1600px) {
    #contacts #map {
        height: 640px;
    }
}

@media all and (max-width: 575px) {
    #contacts #map {
        height: 328px;
        border-radius: 16px;
        overflow: hidden;
    }
}

#contacts #map iframe {
    width: 100%;
    height: 100%;
}

/*************************  footer  *********************/
#footer {
    margin-bottom: 0;
    padding-top: 100px;
}

@media all and (max-width: 1600px) {
    #footer {
        padding-top: 60px;
    }
}

@media all and (max-width: 991px) {
    #footer {
        padding-top: 52px;
    }
}

#footer .footer__item {
    margin-bottom: 80px;
}

@media all and (max-width: 1600px) {
    #footer .footer__item {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 575px) {
    #footer .footer__item {
        margin-bottom: 26px;
    }
}

@media all and (max-width: 991px) {
    #footer .footer__logo .logo__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 33px;
    }
}

#footer .footer__logo .logo {
    margin-bottom: 54px;
}

@media all and (max-width: 991px) {
    #footer .footer__logo .logo {
        margin-bottom: 0;
    }
}

#footer .footer__logo .logo img {
    width: 198px;
    height: auto;
}

@media all and (max-width: 991px) {
    #footer .footer__logo .logo img {
        width: 150px;
    }
}

@media all and (max-width: 575px) {
    #footer .footer__logo .logo img {
        width: 104px;
    }
}

#footer .footer__logo .vk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
}

@media all and (max-width: 575px) {
    #footer .footer__logo .vk {
        gap: 16px;
        font-size: 14px;
    }
}

#footer .footer__logo .vk:hover img {
    opacity: 0.8;
}

#footer .footer__logo .vk img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}

@media all and (max-width: 575px) {
    #footer .footer__logo .vk img {
        width: 40px;
        height: 40px;
    }
}

#footer .footer__logo .vk strong {
    display: block;
}

#footer .footer__top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 44px;
}

@media all and (max-width: 575px) {
    #footer .footer__top {
        margin-bottom: 32px;
    }
}

#footer .footer__bottom {
    padding-bottom: 28px;
}

@media all and (max-width: 575px) {
    #footer .footer__bottom {
        padding-bottom: 16px;
    }
}

#footer .footer__contacts .contacts__inner .phone__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
}

@media all and (max-width: 1600px) {
    #footer .footer__contacts .contacts__inner .phone__app {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 767px) {
    #footer .footer__contacts .contacts__inner .phone__app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#footer .footer__contacts .contacts__inner .phone__app .phone a {
    font-size: 36px;
    line-height: 100%;
    color: #1a1a1a;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 800;
    white-space: nowrap;
}

@media all and (max-width: 1400px) {
    #footer .footer__contacts .contacts__inner .phone__app .phone a {
        font-size: 32px;
    }
}

@media all and (max-width: 575px) {
    #footer .footer__contacts .contacts__inner .phone__app .phone a {
        font-size: 28px;
    }
}

#footer .footer__contacts .contacts__inner .phone__app .phone a:hover {
    color: #f97008;
}

#footer .footer__contacts .contacts__inner .phone__app .phone p {
    font-size: 16px;
    line-height: 100%;
    color: #a3a3a3;
}

@media all and (max-width: 1400px) {
    #footer .footer__contacts .contacts__inner .phone__app .phone p {
        font-size: 14px;
    }
}

@media all and (max-width: 575px) {
    #footer .footer__contacts .contacts__inner .phone__app .btn {
        width: 100%;
    }
}

#footer .footer__contacts .contacts__inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#footer .footer__contacts .contacts__inner ul li:not(:last-child) {
    margin-bottom: 16px;
}

#footer .footer__contacts .contacts__inner ul li a {
    font-size: 16px;
    color: #1a1a1a;
}

#footer .footer__contacts .contacts__inner ul li a:hover {
    color: #f97008;
}

#footer .footer__address {
    font-size: 16px;
    color: #a3a3a3;
    margin-bottom: 16px;
}

#footer .footer__links {
    margin-bottom: 16px;
}

#footer .footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .footer__links ul li {
    width: 48%;
}



/* 3. Чтобы всё поле было в рамке (современные браузеры c :has) */
@supports selector(label:has(input)) {
    .wpcf7 label:has(.policy-checkbox[aria-invalid="true"]) {
        border: 2px solid #e01414;
        border-radius: 4px;
        padding: 4px 8px;
        /* чуть отодвинем текст от рамки */
    }
}

/* 4. Снимаем подсветку, когда галочка поставлена (опционально) */
.wpcf7 .policy-checkbox:checked+.wpcf7-list-item-label,
.wpcf7 .policy-checkbox:checked+.wpcf7-list-item-label a {
    color: inherit;
    /* вернуть штатный цвет текста/ссылки */
}

@media all and (max-width: 575px) {
    #footer .footer__links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#footer .footer__links ul li a {
    font-size: 16px;
    color: #a3a3a3;
}

#footer .footer__links ul li a:hover {
    text-decoration: underline;
}

article img {
    /*width: auto;*/
    /*height: auto; */
    /*height: 100%; */
}

article img.centered,
article .aligncenter,
article div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

article .alignright {
    float: right;
}

article .alignleft {
    float: left;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-bottom: 0.625em;
}

article h2 {
    font-size: 32px;
    line-height: 38px;
}

article h3 {
    font-size: 26px;
    line-height: 34px;
}

article h4 {
    font-size: 22px;
}

article h5 {
    font-size: 18px;
}

article h6 {
    font-size: 16px;
}

article p {
    margin-bottom: 0.625em;
}

article a {
    color: #00a8d2;
}

article ul {
    margin-bottom: 0.625em;
    list-style-type: disc;
    padding-left: 15px;
}

article ul ul {
    margin-bottom: 0;
}

article ul li,
article ol li {
    margin-bottom: 4px;
}

article ol {
    margin-bottom: 0.625em;
    padding-left: 15px;
}

/************************************************
     Tables
   ************************************************/
article table,
article .wp-block-table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin: 0px 0px 33px 0;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;
}

article table p,
article table form,
article table ul,
article table li {
    margin: 6px 0px;
    padding: 0px;
}

article table thead,
article table tfoot,
article table.wp-block-table thead,
article table.wp-block-table tfoot {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}

article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 575px) {

    article table th,
    article table td {
        min-width: 180px;
    }
}

article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}

article table.wp-block-table.is-style-stripes td {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


/* zayavka-page */
.intro {
    background-image: url(https://cleaningavto.ru:443/wp-content/uploads/2024/11/1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-color: #1a1a1a;
    margin-bottom: 0;

    & .cart {
        max-width: 630px;
        margin: 0 auto;
        background: #fff;
        border-radius: 20px;

    }

    .cart__header {
        background-image: url(https://cleaningavto.ru/wp-content/themes/avtoclining_site/img/img-cart.jpg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .cart__wrapper {
        padding: 60px 80px 80px;
        display: flex;
        flex-direction: column;
    }

    form .form__item input.phone,
    form .form__item textarea.phone {
        background-image: url(/local/templates/cleaningavto/../img/icon_8.svg);
        width: 100%;
        height: 76px;
        border: 2px solid #fff;
        border-radius: 38px;
        background-color: #f2f2f2;
        padding: 0 70px 0 40px;
        background-size: 20px;
        background-position: calc(100% - 50px) 50%;
        background-repeat: no-repeat;
        -webkit-transition: 0.25s all;
        transition: 0.25s all;
    }

    form .form__item input:focus,
    form .form__item textarea:focus {
        border: 2px solid #f97008;
        background-color: #fff;
    }

    .cart__label {
        background: #1a1a1a;
        border-radius: 18px;
        padding: 11px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        display: inline-block;
        margin: 0 auto 12px;
        text-align: center;

    }

    .cart__title {
        font-weight: 800;
        font-size: 32px;
        line-height: 125%;
        text-align: center;
        color: #1a1a1a;
        margin-bottom: 28px;
    }

    .cart__text {
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #1a1a1a;
        margin-bottom: 40px;
    }

    .wpcf7-list-item-label {
        font-weight: 500;
        font-size: 12px;
        line-height: 167%;
        text-align: left;
        color: #a3a3a3;
        padding-left: 10px;
    }

    .wpcf7-list-item {
        margin: 20px 0;

        label {
            display: flex;
            align-items: flex-start;
        }
    }

    .wpcf7 .policy-checkbox:checked+.wpcf7-list-item-label,
    .wpcf7 .policy-checkbox:checked+.wpcf7-list-item-label a {
        color: #a3a3a3;

    }


}

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

@media (max-width: 991px) {

    .zayzvka {
        header .header__top .header__contacts {
            display: inline-block;
        }

        header .phone {
            margin-bottom: 0px;
        }

        .intro {
            .cart {
                margin: 0 10px;
            }

            .cart__wrapper {
                padding: 20px 30px 30px;
            }

        }

    }
/* End */


/* Start:/local/templates/cleaningavto/template_styles.css?1762784676179*/
#services .tabs .tabs__caption li {
    padding: 28px 49px ;
}

@media all and (max-width: 1600px) {
    #services .tabs .tabs__caption li {
        padding: 20px 22px;
    }
}



/* End */
/* /local/templates/cleaningavto/styles.css?176278467673180 */
/* /local/templates/cleaningavto/template_styles.css?1762784676179 */
