*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-appearance: none;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a:not([class]) {
    color: inherit;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
}
article > * + * {
    margin-top: 1em;
}
a[role],
button:active,
button:focus,
button:hover,
div[role] {
    outline: 0 !important;
    outline-offset: 0;
}
button::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
a,
button,
input,
textarea {
    outline: 0;
    background: 0 0;
    -webkit-tap-highlight-color: transparent !important;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
button,
input,
select,
textarea {
    font: inherit;
    border: none;
}
input,
input:active,
input:focus,
input:hover {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
details > summary {
    list-style: none;
}
summary {
    display: block;
    list-style-type: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
@font-face {
    font-family: formular-300;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Formular-Light.eot) format("eot");
    src: url(../fonts/Formular-Light.ttf) format("ttf");
    src: url(../fonts/Formular-Light.woff) format("woff");
    src: url(../fonts/Formular-Light.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: formular-400;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Formular.eot) format("eot");
    src: url(../fonts/Formular.ttf) format("ttf");
    src: url(../fonts/Formular.woff) format("woff");
    src: url(../fonts/Formular.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: formular-700;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Formular-Bold.eot) format("eot");
    src: url(../fonts/Formular-Bold.ttf) format("ttf");
    src: url(../fonts/Formular-Bold.woff) format("woff");
    src: url(../fonts/Formular-Bold.woff2) format("woff2");
    font-display: swap;
}
#effect .effect-wrap-item__text,
#res .res-list__item,
#sales .sales-wrap-graph-item::after {
    font-family: formular-300, sans-serif;
    font-weight: 300;
}
body {
    font-family: formular-400, sans-serif;
    font-weight: 400;
}
#sales .sales-subtitle,
#sales .sales-wrap-graph-item,
#sales .sales-wrap__text span,
.h1,
.h2,
.h3,
.h4 {
    font-family: formular-700, sans-serif;
    font-weight: 700;
}
.h1 {
    font-size: 45px;
    line-height: 55px;
}
@media (max-width: 665px) {
    .h1 {
        font-size: 24px;
        line-height: 35px;
    }
}
.h2 {
    font-size: 35px;
    line-height: 50px;
}
@media (max-width: 665px) {
    .h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.h3 {
    font-size: 27px;
    line-height: 40px;
}
@media (max-width: 665px) {
    .h3 {
        font-size: 16px;
        line-height: 25px;
    }
}
.h4 {
    font-size: 20px;
    line-height: 28px;
}
@media (max-width: 665px) {
    .h4 {
        font-size: 14px;
        line-height: 21px;
    }
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    position: relative;
    width: 100vw;
    background: #fff;
    color: #1e242f;
    font-size: 20px;
    line-height: 28px;
    overflow-x: hidden;
}
@media (max-width: 665px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}
section {
    margin-bottom: 120px;
}
@media (max-width: 665px) {
    section {
        margin-bottom: 60px;
    }
}
.container {
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}
.csModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.csModal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.csModal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.csModal-content {
    position: relative;
    max-height: 100%;
    max-width: 100%;
}
.csModal-inner {
    max-height: 80vh;
    overflow-y: scroll;
}
.csModal-image {
    max-width: 100%;
    max-height: calc(100vh - 30px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.csModal-close {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.double-slider-content .swiper-nav {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.double-slider-item {
    width: calc(50% - 15px);
}
.double-slider_dragscroll {
    max-height: 440px;
    overflow: auto;
}
.double-slider_dragscroll img {
    max-width: 100%;
    height: auto;
}
.double-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
}
#effect {
    padding-top: 71px;
}
.top--light {
    background-color: #ffffff;
}
.header .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .container-background {
    background-color: #ffffff;
}
@media (max-width: 580px) {
    .mobile-header {
        background-color: #ffffff !important;
    }
    #effect {
        padding-top: 37px;
    }
}
#effect .effect-wrap {
    position: relative;
    margin-bottom: 60px;
}
@media (max-width: 665px) {
    #effect .effect-wrap {
        margin-bottom: 30px;
    }
}
#effect .effect-wrap__title {
    max-width: 755px;
}
@media (max-width: 1199px) {
    #effect .effect-wrap__title {
        margin-bottom: 30px;
    }
}
#effect .effect-wrap__bg {
    position: absolute;
    top: 0;
    right: 180px;
    border-radius: 8px;
    width: 225px;
    height: 165px;
    background-image: url(../img/calltracking-dlya-avto/dist/effect/icon_gaz.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1199px) {
    #effect .effect-wrap__bg {
        position: unset;
    }
}
@media (max-width: 665px) {
    #effect .effect-wrap__bg {
        width: 150px;
        height: 120px;
        background-size: contain;
    }
}
#effect .effect-wrap:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    #effect .effect-wrap:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#effect .effect-wrap-item {
    border-radius: 24px;
    width: 50%;
    max-width: 600px;
    padding: 40px 55px 40px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 34px rgba(65, 62, 101, 0.102519);
    box-shadow: 0 12px 34px rgba(65, 62, 101, 0.102519);
}
@media (max-width: 1024px) {
    #effect .effect-wrap-item {
        width: 100%;
    }
}
@media (max-width: 665px) {
    #effect .effect-wrap-item {
        padding: 20px;
    }
}
#effect .effect-wrap-item:nth-child(1) {
    margin-right: 40px;
}
@media (max-width: 1024px) {
    #effect .effect-wrap-item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
#effect .effect-wrap-item:nth-child(2) .effect-wrap-item__text {
    width: 97%;
}
@media (max-width: 500px) {
    #effect .effect-wrap-item:nth-child(2) .effect-wrap-item__text {
        width: unset;
    }
}
#effect .effect-wrap-item__title {
    margin-bottom: 10px;
}
#effect .effect-wrap-item__text {
    font-size: 18px;
    line-height: 30px;
}
#tasks .container-bg {
    background-color: #f7f9fa;
}
#tasks .container {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 665px) {
    #tasks .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#tasks .tasks__title {
    margin-bottom: 50px;
}
@media (max-width: 665px) {
    #tasks .tasks__title {
        margin-bottom: 30px;
    }
}
#tasks .tasks__subtitle {
    margin-bottom: 50px;
}
@media (max-width: 665px) {
    #tasks .tasks__subtitle {
        margin-bottom: 30px;
    }
}
#tasks .tasks-list:nth-child(2) {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(2) {
        margin-bottom: 20px;
    }
}
@media (max-width: 555px) {
    #tasks .tasks-list:nth-child(2) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#tasks .tasks-list:nth-child(2) .tasks-list-item {
    margin-bottom: 40px;
    width: 100%;
    max-width: 330px;
    font-weight: 300;
}
@media (max-width: 991px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item {
        max-width: unset;
    }
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item {
        margin-bottom: 20px;
        font-weight: 400;
    }
}
@media (max-width: 555px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item {
        width: 100%;
    }
}
#tasks .tasks-list:nth-child(2) .tasks-list-item:nth-child(3) {
    max-width: 370px;
}
@media (max-width: 991px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item:nth-child(3) {
        max-width: unset;
    }
}
@media (max-width: 555px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
#tasks .tasks-list:nth-child(2) .tasks-list-item:not(:last-child) {
    margin-right: 80px;
}
@media (max-width: 991px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item:not(:last-child) {
        margin-right: unset;
    }
}
#tasks .tasks-list:nth-child(2) .tasks-list-item__img {
    margin-bottom: 30px;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item__img {
        margin-bottom: 20px;
    }
}
@media (max-width: 555px) {
    #tasks .tasks-list:nth-child(2) .tasks-list-item__img {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
#tasks .tasks-list:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    #tasks .tasks-list:nth-child(4) {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
        gap: 20px;
    }
}
#tasks .tasks-list:nth-child(4) .tasks-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item {
        margin-bottom: unset;
    }
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(1) {
    max-width: 245px;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(1) {
        max-width: 150px;
    }
}
@media (max-width: 500px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(1) {
        max-width: 150px;
    }
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(2) {
    max-width: 250px;
    height: 55px;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(2) {
        max-width: 160px;
        height: unset;
    }
}
@media (max-width: 500px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(2) {
        max-width: 150px;
    }
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(3) {
    max-width: 115px;
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:nth-child(4) {
    max-width: 195px;
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:not(:nth-child(-n + 2)) img {
    margin-right: 15px;
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:not(:nth-child(-n + 2)) img {
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }
}
#tasks .tasks-list:nth-child(4) .tasks-list-item:not(:last-child) {
    margin-right: 100px;
}
@media (max-width: 1199px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:not(:last-child) {
        margin-right: 40px;
    }
}
@media (max-width: 665px) {
    #tasks .tasks-list:nth-child(4) .tasks-list-item:not(:last-child) {
        margin-right: 0;
    }
}
#client .client__title {
    margin-bottom: 40px;
}
@media (max-width: 665px) {
    #client .client__title {
        margin-bottom: 20px;
    }
}
#client .client__text {
    max-width: 820px;
}
#client .client__text:nth-child(2) {
    margin-bottom: 30px;
}
#client .client__text:nth-child(3) {
    position: relative;
    margin-bottom: 40px;
    border-radius: 13px;
    padding: 20px 30px;
    color: #fff;
    background-color: #fbab18;
}
@media (max-width: 665px) {
    #client .client__text:nth-child(3) {
        margin-bottom: 30px;
        padding: 10px 15px;
    }
}
#client .client__text:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -5%;
    right: -70%;
    width: 420px;
    height: 255px;
    background-image: url(../img/calltracking-dlya-avto/dist/client/bg_phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1240px) {
    #client .client__text:nth-child(3)::before {
        right: -60%;
    }
}
@media (max-width: 1199px) {
    #client .client__text:nth-child(3)::before {
        display: none;
    }
}
#client .client__text:nth-child(4) {
    margin-bottom: 60px;
}
@media (max-width: 665px) {
    #client .client__text:nth-child(4) {
        margin-bottom: 30px;
    }
}
#client .client__text:nth-child(6) {
    margin-bottom: 50px;
}
#client .client__text:nth-child(7) {
    position: relative;
    border-radius: 13px;
    padding: 20px 30px;
    background-color: #f5f7f8;
}
@media (max-width: 665px) {
    #client .client__text:nth-child(7) {
        padding: 10px 15px;
    }
}
#client .client__text:nth-child(7)::before {
    content: "";
    position: absolute;
    top: -60%;
    right: -70%;
    width: 435px;
    height: 255px;
    background-image: url(../img/calltracking-dlya-avto/dist/client/bg_document.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1240px) {
    #client .client__text:nth-child(7)::before {
        right: -60%;
    }
}
@media (max-width: 1199px) {
    #client .client__text:nth-child(7)::before {
        display: none;
    }
}
#client .client__image {
    margin-bottom: 80px;
}
@media (max-width: 665px) {
    #client .client__image {
        margin-bottom: 40px;
    }
}
#client .client__image img {
    margin-bottom: 80px;
    max-height: 580px;
}
@media (max-width: 665px) {
    #client .client__image img {
        margin-bottom: 40px;
    }
}
#sales {
    padding-top: 115px;
    padding-bottom: 150px;
    background-color: #f5f5f5;
}
@media (max-width: 665px) {
    #sales {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
#sales .sales__title {
    margin-bottom: 50px;
}
@media (max-width: 665px) {
    #sales .sales__title {
        margin-bottom: 30px;
    }
}
#sales .sales-padding {
    position: relative;
    border-radius: 13px;
    padding: 25px 30px;
    background-color: #fff;
}
@media (max-width: 665px) {
    #sales .sales-padding {
        padding: 15px 20px;
    }
}
#sales .sales-text:nth-child(2) {
    margin-bottom: 80px;
    max-width: 945px;
}
@media (max-width: 665px) {
    #sales .sales-text:nth-child(2) {
        margin-bottom: 40px;
    }
}
#sales .sales-text:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -43%;
    right: -43%;
    width: 380px;
    height: 255px;
    background-image: url(../img/calltracking-dlya-avto/dist/sales/bg_micro.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1240px) {
    #sales .sales-text:nth-child(2)::after {
        right: -37%;
    }
}
@media (max-width: 1200px) {
    #sales .sales-text:nth-child(2)::after {
        display: none;
    }
}
#sales .sales-subtitle {
    margin-bottom: 45px;
}
@media (max-width: 665px) {
    #sales .sales-subtitle {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }
}
#sales .sales-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    #sales .sales-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    #sales .sales-wrap {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
#sales .sales-wrap-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
    width: 23%;
    max-width: 280px;
}
@media (max-width: 767px) {
    #sales .sales-wrap-graph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
#sales .sales-wrap-graph-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    width: 75px;
    height: 185px;
    color: #fff;
    background-color: #cce1e9;
}
@media (max-width: 991px) {
    #sales .sales-wrap-graph-item {
        width: 50px;
        height: 170px;
    }
}
@media (max-width: 767px) {
    #sales .sales-wrap-graph-item {
        width: 185px;
        height: 50px;
    }
}
@media (max-width: 665px) {
    #sales .sales-wrap-graph-item {
        height: 40px;
    }
}
#sales .sales-wrap-graph-item::after {
    position: absolute;
    left: 50%;
    bottom: -35px;
    font-size: 18px;
    line-height: 25px;
    color: #1e242f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    #sales .sales-wrap-graph-item::after {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #sales .sales-wrap-graph-item::after {
        left: unset;
        right: -45px;
        bottom: 25%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}
#sales .sales-wrap-graph-item:nth-child(1)::after {
    content: "2021";
}
#sales .sales-wrap-graph-item:nth-child(2)::after {
    content: "2022";
}
#sales .sales-wrap-graph-item:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    #sales .sales-wrap-graph-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#sales .sales-wrap-graph-item__number {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    background-color: #006b8f;
}
@media (max-width: 991px) {
    #sales .sales-wrap-graph-item__number {
        font-size: 16px;
    }
}
@media (max-width: 665px) {
    #sales .sales-wrap-graph-item__number {
        font-size: 14px;
    }
}
#sales .sales-wrap-graph-item:nth-child(2) .sales-wrap-graph-item__number {
    top: unset;
    bottom: 0;
    height: 39%;
}
@media (max-width: 767px) {
    #sales .sales-wrap-graph-item:nth-child(2) .sales-wrap-graph-item__number {
        width: 40%;
        height: 100%;
    }
}
#sales .sales-wrap__text {
    max-width: 820px;
    font-size: 24px;
    line-height: 34px;
}
@media (max-width: 1199px) {
    #sales .sales-wrap__text {
        max-width: 620px;
    }
}
@media (max-width: 991px) {
    #sales .sales-wrap__text {
        max-width: 520px;
    }
}
@media (max-width: 767px) {
    #sales .sales-wrap__text {
        margin-bottom: 30px;
    }
}
@media (max-width: 665px) {
    #sales .sales-wrap__text {
        font-size: 14px;
        line-height: 24px;
    }
}
#sales .sales-wrap__text span {
    color: #006b8f;
}
#res .res-title {
    margin-bottom: 50px;
}
@media (max-width: 665px) {
    #res .res-title {
        margin-bottom: 30px;
    }
}
#res .res-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-container {
    padding-top: 65px;
    padding-bottom: 25px;
}


@media (max-width: 1199px) {
    #res .res-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}
@media (max-width: 665px) {
    #res .res-list {
        margin-bottom: 30px;
    }
}
#res .res-list__item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 70px;
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 1199px) {
    #res .res-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        height: 50px;
    }
}
@media (max-width: 665px) {
    #res .res-list__item {
        padding-left: 50px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
    }
}
#res .res-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 665px) {
    #res .res-list__item::before {
        width: 40px;
        height: 40px;
    }
}
#res .res-list__item:nth-child(1) {
    max-width: 280px;
}
@media (max-width: 1199px) {
    #res .res-list__item:nth-child(1) {
        max-width: unset;
    }
}
#res .res-list__item:nth-child(1)::before {
    background-image: url(../img/calltracking-dlya-avto/dist/svg/icon_photo.svg);
}
#res .res-list__item:nth-child(2) {
    max-width: 315px;
}
@media (max-width: 1199px) {
    #res .res-list__item:nth-child(2) {
        max-width: unset;
    }
}
#res .res-list__item:nth-child(2)::before {
    background-image: url(../img/calltracking-dlya-avto/dist/svg/icon_off.svg);
}
#res .res-list__item:nth-child(3) {
    max-width: 335px;
}
@media (max-width: 1199px) {
    #res .res-list__item:nth-child(3) {
        max-width: unset;
    }
}
#res .res-list__item:nth-child(3)::before {
    background-image: url(../img/calltracking-dlya-avto/dist/svg/icon_uncall.svg);
}
#res .res-list__item:not(:last-child) {
    margin-right: 80px;
}
@media (max-width: 1199px) {
    #res .res-list__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#comment .comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    padding: 50px;
    background-color: #f5f7f8;
}
@media (max-width: 992px) {
    #comment .comment-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 665px) {
    #comment .comment-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 25px;
    }
}
#comment .comment-wrap-inner:nth-child(1) {
    margin-right: 80px;
    width: 100%;
    max-width: 295px;
}
@media (max-width: 991px) {
    #comment .comment-wrap-inner:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 665px) {
    #comment .comment-wrap-inner:nth-child(1) {
        max-width: 195px;
    }
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(1) {
        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;
    }
}
#comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__img {
    display: block;
    margin-bottom: 25px;
}
#comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__img img {
    border-radius: 50%;
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__img {
        max-width: 120px;
    }
}
#comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__title {
    margin-bottom: 15px;
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__title {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 665px) {
    #comment .comment-wrap-inner:nth-child(1) .comment-wrap-inner__subtitle {
        font-size: 12px;
        line-height: 20px;
        color: #a9afb0;
    }
}
#comment .comment-wrap-inner:nth-child(2) {
    padding-left: 90px;
    width: 100%;
    max-width: 735px;
}
@media (max-width: 665px) {
    #comment .comment-wrap-inner:nth-child(2) {
        margin-bottom: 30px;
        padding-left: 45px;
    }
}
@media (max-width: 400px) {
    #comment .comment-wrap-inner:nth-child(2) {
        padding-left: 20px;
    }
}
#comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__bg {
    margin-bottom: 30px;
    width: 100%;
    max-width: 145px;
}
@media (max-width: 665px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__bg {
        max-width: 100px;
    }
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__bg {
        max-width: 70px;
    }
}
#comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text {
    position: relative;
    font-style: italic;
}
#comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 60px;
    height: 40px;
    background-image: url(../img/calltracking-dlya-avto/dist/comment/ad_vector.webp);
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 665px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text::before {
        left: -45px;
        width: 30px;
        height: 20px;
        background-size: contain;
    }
}
@media (max-width: 400px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text::before {
        left: -30px;
        width: 25px;
        height: 15px;
    }
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text {
        font-size: 12px;
        line-height: 20px;
    }
}
#comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    #comment .comment-wrap-inner:nth-child(2) .comment-wrap-inner__text:not(:last-child) {
        margin-bottom: 15px;
    }
}
#form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    padding: 40px 75px;
    background-color: #006b8f;
}
@media (max-width: 970px) {
    #form .form-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 665px) {
    #form .form-container {
        padding: 40px;
    }
}
#form .wrap-content {
    max-width: 475px;
}
@media (max-width: 970px) {
    #form .wrap-content {
        max-width: unset;
    }
}
#form .wrap-content__title {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 42px;
    color: #fff;
}
@media (max-width: 665px) {
    #form .wrap-content__title {
        font-size: 26px;
        line-height: 31px;
    }
}
#form .wrap-content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}
@media (max-width: 665px) {
    #form .wrap-content-form {
        margin-bottom: 15px;
    }
}
#form .wrap-content-form__name {
    margin-bottom: 15px;
}
#form .wrap-content-form__tel {
    margin-bottom: 45px;
}
#form .wrap-content-form__button {
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
    width: 100%;
    min-width: 130px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
#form .wrap-content-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
#form .wrap-content-text__link {
    text-decoration: underline;
}
@media (max-width: 1200px) {
    #form .background {
        max-width: 400px;
    }
}
@media (max-width: 1080px) {
    #form .background {
        max-width: 350px;
    }
}
@media (max-width: 1020px) {
    #form .background {
        max-width: 300px;
    }
}
@media (max-width: 970px) {
    #form .background {
        display: none;
    }
}
#form .form-input {
    border-radius: 6px;
    padding: 0 25px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #197a9a;
}
#form .form-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
}
#form .form-input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
}
#form .form-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
}
#form .form-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
}
#form .form-input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1;
}
