html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

* {
    outline: 0
}

*, ::after, ::before {
    box-sizing: inherit
}

::-moz-selection {
    color: #fff;
    background: #1b64fa
}

::selection {
    color: #fff;
    background: #1b64fa
}

body, html {
    font-family: "Gilroy", sans-serif;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

body.lock {
    overflow: hidden;
    height: 100vh
}

ol, ul {
    padding-left: 0;
    list-style-type: none
}

ol, p, ul {
    margin-top: 0;
    margin-bottom: 0
}

figure {
    margin: 0 auto
}

blockquote {
    margin: 0
}

sub, sup {
    line-height: 1em;
    font-size: .75em
}

a {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer
}

[role=button], [type=button], [type=reset], [type=submit], button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
    cursor: url(img/cursor-rect.svg) 25 25, auto;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

[role=button][disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
    cursor: initial
}

select, textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

select::placeholder, textarea::placeholder {
    opacity: 1
}

input[type=email]::-ms-clear, input[type=email]::-ms-reveal, input[type=password]::-ms-clear, input[type=password]::-ms-reveal, input[type=search]::-ms-clear, input[type=search]::-ms-reveal, input[type=tel]::-ms-clear, input[type=tel]::-ms-reveal, input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
    display: none
}

input[type=email]::-webkit-search-cancel-button, input[type=email]::-webkit-search-decoration, input[type=email]::-webkit-search-results-button, input[type=email]::-webkit-search-results-decoration, input[type=password]::-webkit-search-cancel-button, input[type=password]::-webkit-search-decoration, input[type=password]::-webkit-search-results-button, input[type=password]::-webkit-search-results-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration, input[type=tel]::-webkit-search-cancel-button, input[type=tel]::-webkit-search-decoration, input[type=tel]::-webkit-search-results-button, input[type=tel]::-webkit-search-results-decoration, input[type=text]::-webkit-search-cancel-button, input[type=text]::-webkit-search-decoration, input[type=text]::-webkit-search-results-button, input[type=text]::-webkit-search-results-decoration {
    display: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

select {
    cursor: pointer
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

select::-ms-expand {
    display: none
}

textarea {
    resize: none
}

img, video {
    height: auto;
    display: block
}

svg, use {
    transform: translateZ(0);
    display: block
}

img, svg, video {
    max-width: 100%
}

hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%)
}

@media (max-width: 1130px) {
    body, html {
        font-size: 15px;
        line-height: 25px
    }
}

@media (max-width: 760px) {
    body, html {
        font-size: 14px;
        line-height: 22px
    }
}

.page {
    overflow: hidden
}

.wrapper {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px
}

.wrapper--big {
    max-width: 1630px
}

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

.flex-center {
    justify-content: center
}

.img-cover img, .svg-cover svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-contain img, .svg-contain svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.flex-center, .logo {
    display: flex;
    align-items: center
}

.logo__name {
    font-family: "Ermilov", sans-serif;
    width: 110px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0e1d3f
}

.logo__name span, .phone__number span {
    color: #3a95aa
}

.logo__slogan {
    font-weight: 300;
    margin-left: 20px;
    width: 173px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #929292
}

.phone {
    text-align: right
}

.phone__number {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #0e1d3f;
    margin-bottom: 2px;
    transition: all .3s
}

.phone__number:hover {
    color: #3a95aa;
    transition: all .3s
}

.phone__text {
    line-height: 19px;
    letter-spacing: .01em
}

.social, .social__link {
    display: flex;
    align-items: center
}

.social__link {
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s
}

.social__link + .social__link {
    margin-left: 11px
}

.social__link--whatsapp {
    background-color: #27af1a
}

.social__link--viber {
    background-color: #7d509f
}

.social__link--telegram {
    background-color: #2ea4da
}

.social__link--telegram svg {
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: -3px
}

.social__link:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    transition: all .3s
}

.btn, .btn:hover {
    transition: all .3s
}

.btn {
    font-family: "Gilroy", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #222;
    padding: 25px 48px;
    cursor: pointer
}

.btn:after, .btn:before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    box-shadow: 0 25px 40px rgba(255, 206, 90, .5);
    border-radius: 10px;
    /*transform: skewX(-15deg);*/
    transition: all .3s
}

.btn:after {
    width: 100%;
    top: 0;
    left: 0;
    background: #ffce5a
}

.btn:before {
    width: calc(100% - 6px);
    top: 5px;
    left: 3px;
    background: #cfa238
}

.btn span, .btn-item span {
    position: relative;
    z-index: 10
}

.btn:hover {
    transform: translateY(5px)
}

.btn-item:after, .btn:hover:before {
    top: 0;
    transition: all .3s
}

.btn, .btn-item, .field {
    line-height: 24px;
    position: relative
}

.btn-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #222;
    padding: 13px 28px
}

.btn-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: #ffce5a;
    box-shadow: 0 25px 40px rgba(255, 206, 90, .5);
    border-radius: 5px;
    /*transform: skewX(-20deg)*/
}

.btn-item:hover:after {
    background: #cfa238;
    transition: all .3s
}

.field {
    width: 100%;
    font-family: "Gilroy", sans-serif;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .01em;
    color: #333;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease;
    resize: none
}

.field::-webkit-input-placeholder {
    color: #333
}

.field:-moz-placeholder, .field::-moz-placeholder {
    color: #333
}

.field:-ms-input-placeholder {
    color: #333
}

.field:focus {
    border-color: #5bc16c;
    color: #141516
}

.title {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #222
}

.caption span, .desc a, .title span {
    color: #3a95aa
}

.title--big {
    font-size: 45px;
    line-height: 55px
}

.title--small {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #333
}

.caption {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #222
}

.desc {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    opacity: .5
}

.desc, .desc--normal, .text {
    font-weight: 400
}

.text {
    line-height: 24px
}

.text p + p {
    margin-top: 24px
}

.dragscroll {
    overflow: auto
}

.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, .8);
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    display: none
}

.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none
}

.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: all .3s;
    transition: all .3s
}

.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none
}

.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none
}

.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none
}

.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none
}

.item {
    position: relative;
    padding-left: 37px
}

.item + .item {
    margin-top: 16px
}

.item:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background-image: url(../img/icons/tick.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.card {
    max-width: 221px;
    display: inline-flex;
    z-index: 10;
    padding: 30px 30px 18px 43px
}

.arrow:after, .arrow:before, .card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.card:after {
    top: 0;
    background-color: #f7f7f7;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .2);
    border-radius: 5px;
    /*transform: skewX(-9deg);*/
    z-index: 1
}

.arrow img, .card__box {
    position: relative;
    z-index: 10
}

.card__name {
    font-weight: 600;
    line-height: 19px;
    color: #3a95aa;
    margin-bottom: 5px
}

.card__value {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    opacity: .5
}

.arrow, .arrows {
    display: flex;
    align-items: center
}

.arrow {
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all .3s
}

.arrow:after, .arrow:before {
    box-shadow: 0 25px 40px rgba(255, 206, 90, .5);
    border-radius: 10px;
    /*transform: skewX(-12deg)*/
}

.arrow:after {
    top: 0;
    background-color: #ffce5a;
    z-index: 5
}

.arrow:before {
    top: 5px;
    background: #efbf50;
    z-index: 1;
    transition: all .3s
}

.arrow img {
    width: 29px;
    height: 16px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.arrow--next {
    margin-left: 20px
}

.arrow:hover {
    transform: translateY(5px);
    transition: all .3s
}

.arrow:hover:before {
    top: 0;
    transition: all .3s
}

@media (max-width: 1130px) {
    .wrapper {
        max-width: 1010px
    }

    .btn {
        font-size: 13px;
        padding: 20px 40px
    }

    .title {
        font-size: 30px;
        line-height: 40px
    }

    .title--big {
        font-size: 40px;
        line-height: 50px
    }

    .desc, .title--small {
        font-size: 24px;
        line-height: 26px
    }

    .desc {
        font-size: 18px
    }

    .caption {
        font-size: 26px;
        line-height: 36px
    }

    .text {
        line-height: 22px
    }

    .text p + p {
        margin-top: 15px
    }

    .item {
        padding-left: 32px
    }

    .item + .item {
        margin-top: 14px
    }

    .item:after {
        width: 20px;
        height: 20px;
        top: 0;
        left: 0
    }

    .field {
        font-size: 18px
    }
}

@media (max-width: 1010px) {
    .wrapper {
        max-width: 750px
    }

    .btn-item {
        font-size: 13px;
        padding: 12px 25px
    }

    .btn-item:after {
        /*transform: skewX(-12deg)*/
    }

    .title {
        font-size: 26px;
        line-height: 36px
    }

    .title--big {
        font-size: 32px;
        line-height: 42px
    }

    .title--small {
        font-size: 22px;
        line-height: 24px
    }

    .card {
        max-width: 200px;
        padding: 25px 20px 20px 25px
    }

    .card:after {
        /*transform: skewX(-6deg)*/
    }

    .arrow {
        width: 65px;
        height: 65px
    }

    .arrow:after, .arrow:before {
        /*transform: skewX(-10deg)*/
    }

    .arrow img {
        width: 25px;
        height: 14px
    }
}

@media (max-width: 760px) {
    .logo__name {
        width: 90px
    }

    .logo__name, .phone__number {
        font-size: 18px;
        line-height: 20px
    }

    .phone__text {
        line-height: 14px;
        font-size: 13px
    }

    .btn {
        font-size: 12px;
        line-height: 20px
    }

    .btn:after, .btn:before {
        /*transform: skewX(-10deg)*/
    }

    .field {
        font-size: 16px
    }

    .title {
        font-size: 21px;
        line-height: 28px
    }

    .title--big {
        font-size: 26px;
        line-height: 36px
    }

    .caption {
        font-size: 21px;
        line-height: 28px
    }

    .desc {
        font-size: 17px;
        line-height: 23px
    }

    .card {
        max-width: 200px;
        padding: 15px 25px
    }

    .card__value {
        font-size: 12px;
        line-height: 16px
    }

    .arrow {
        width: 60px;
        height: 60px
    }

    .arrow:after, .arrow:before {
        /*transform: skewX(-6deg)*/
    }

    .text {
        line-height: 22px
    }

    .text p + p {
        margin-top: 5px
    }
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Ultralight/Gilroy Ultralight.eot");
    src: url("../fonts/Gilroy/Gilroy Ultralight/Gilroy Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Ultralight/Gilroy Ultralight.woff") format("woff"), url("../fonts/Gilroy/Gilroy Ultralight/Gilroy Ultralight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

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

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.eot");
    src: url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy Medium/Gilroy Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.eot");
    src: url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy Bold/Gilroy Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

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

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 22px 0;
    z-index: 1000;
    transition: all .3s
}

.header__contacts {
    position: relative;
    right: -5px
}

.header__social {
    margin: 0 29px 0 21px
}

.header.active {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: all .3s
}

@media (max-width: 1010px) {
    .header__social {
        display: none
    }

    .header__btn {
        margin-left: 20px
    }
}

@media (max-width: 760px) {
    .header {
        padding: 15px 0
    }

    .header .logo__slogan, .header__btn span {
        display: none
    }

    .header__btn {
        width: 40px;
        height: 40px;
        margin-left: 15px;
        font-size: 0;
        background: url(../img/icons/phone-icon.svg) center no-repeat;
        background-size: 50%;
        flex-shrink: 0;
        padding: 5px
    }

    .header__btn:after {
        /*transform: skewX(-6deg);*/
        z-index: -1
    }
}

.promo {
    padding-top: 155px;
    padding-bottom: 115px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/promo/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.promo__wrap {
    align-items: flex-start
}

.promo__left {
    position: relative;
    width: 720px
}

.promo__caption {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 8px 33px;
    z-index: 10
}

.promo__block:after, .promo__caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #fff
}

.promo__caption:after {
    left: 0;
    z-index: 1;
    border-radius: 5px;
}

.promo__caption-text {
    font-weight: 400;
    position: relative;
    z-index: 10
}

.promo__title {
    max-width: 640px;
    margin-top: 25px;
    margin-bottom: 32px
}

.promo__btn {
    margin-top: 46px;
    width: 416px;
    height: 100px
}

.promo__btn-icon {
    position: absolute;
    width: 118px;
    height: 118px;
    top: calc(50% - 59px);
    left: 26px;
    z-index: 10
}

.promo__btn-text {
    max-width: 228px;
    text-align: center;
    left: 45px
}

.promo__hand {
    position: absolute;
    left: -400px;
    bottom: -113px;
    z-index: 1
}

.promo__right {
    width: calc(100% - 720px);
    position: relative;
    padding-top: 3px
}

.promo__box {
    margin-left: 24px;
    position: relative;
    z-index: 10
}

.promo__block {
    display: inline-flex;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative
}

.promo__block-text {
    max-width: 155px;
    line-height: 24px
}

.promo__block-text span {
    font-weight: 600;
    color: #3a95aa
}

.promo__block--1 {
    padding-bottom: 6px;
    padding-right: 6px;
    z-index: 10
}

.promo__block--1 .promo__block-text {
    max-width: 150px
}

.promo__block--1 .promo__block-img {
    width: 91px;
    height: 91px;
    margin-top: -8px;
    margin-right: 17px
}

.promo__block--2 {
    margin-left: 83px;
    margin-top: -12px;
    padding-left: 30px;
    z-index: 15
}

.promo__block--2 .promo__block-img {
    width: 78px;
    height: 72px;
    margin-right: 10px
}

.promo__block--2 .promo__block-text {
    position: relative;
    left: 5px
}

.promo__block:after {
    left: 6px;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .25);
    border-radius: 10px;
    /*transform: skewX(-12deg);*/
    z-index: -1
}

.promo__car {
    position: absolute;
    width: 904px;
    height: 502px;
    left: calc(50% - 458px);
    top: 186px;
    z-index: 20
}

@media (max-width: 1630px) {
    .promo__car {
        width: 780px;
        height: auto;
        left: calc(50% - 440px);
        top: 240px
    }
}

@media (max-width: 1130px) {
    .promo {
        padding-top: 140px;
        padding-bottom: 100px
    }

    .promo__left {
        width: 570px
    }

    .promo__title {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .promo__btn {
        margin-top: 35px;
        width: 380px;
        height: 100px
    }

    .promo__btn-icon {
        left: 12px
    }

    .promo__hand {
        left: -205px;
        bottom: -100px;
        width: 400px
    }

    .promo__right {
        width: calc(100% - 570px);
        padding-top: 0
    }

    .promo__car {
        width: 680px;
        left: calc(50% - 350px);
        top: 265px
    }
}

@media (max-width: 1010px) {
    .promo {
        padding-top: 140px;
        padding-bottom: 80px
    }

    .promo__caption {
        padding: 8px 25px
    }

    .promo__caption:after {
        /*transform: skewX(-5deg)*/
    }

    .promo__left {
        width: 410px
    }

    .promo__btn {
        width: 310px;
        height: 80px
    }

    .promo__btn-icon {
        width: 100px;
        height: 100px;
        top: calc(50% - 52px);
        left: 0
    }

    .promo__btn-text {
        left: 36px
    }

    .promo__box {
        margin-left: 15px
    }

    .promo__block--2 {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 20px
    }

    .promo__hand {
        left: -100px;
        bottom: -80px;
        width: 320px
    }

    .promo__right {
        width: calc(100% - 410px);
        padding-top: 0
    }

    .promo__car {
        width: 580px;
        left: calc(50% - 220px);
        top: 305px
    }
}

@media (max-width: 760px) {
    .promo {
        padding-top: 110px;
        padding-bottom: 40px
    }

    .promo__wrap {
        flex-wrap: wrap
    }

    .promo__caption:after {
        /*transform: skewX(5deg)*/
    }

    .promo__left {
        width: 100%
    }

    .promo__btn {
        margin-top: 30px;
        width: 100%;
        max-width: 320px;
        margin-left: 10px
    }

    .promo__hand, .promo__title br {
        display: none
    }

    .promo__right {
        width: 100%;
        padding-top: 30px
    }

    .promo__box {
        margin-left: 5px
    }

    .promo__block {
        width: 96%
    }

    .promo__car {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
        margin-top: 45px
    }
}

.info {
    margin-top: 150px;
    margin-bottom: 100px
}

.info__wrap {
    position: relative;
    min-height: 552px;
    padding-top: 90px;
    display: flex;
    justify-content: center
}

.info__bg, .info__phrase-bg:after {
    position: absolute;
    border-radius: 20px
}

.info__bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.info__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info__man {
    position: absolute;
    z-index: 12
}

.info__box {
    position: relative;
    left: 260px;
    max-width: 554px
}

.info__phrase {
    max-width: 550px;
    position: relative;
    z-index: 15;
    display: inline-flex;
    padding: 60px 70px
}

.info__phrase-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*transform: skewX(-9deg);*/
    background-color: #3a95aa;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .2);
    border-radius: 20px;
    z-index: 1
}

.info__phrase-bg:after {
    content: "";
    width: calc(100% - 44px);
    height: calc(100% - 26px);
    top: 14px;
    left: 22px;
    border: 1px dashed rgba(255, 255, 255, .25)
}

.info__phrase-text {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    position: relative;
    z-index: 5
}

.faq__text strong, .info__phrase-text strong {
    font-weight: 500
}

.info__values {
    position: relative;
    margin-left: 25px;
    margin-top: -10px;
    top: -5px
}

.info--reseller .info__man {
    width: 1128px;
    height: 769px;
    left: calc(50% - 712px);
    bottom: -158px
}

.info--prices .info__man img, .info--reseller .info__man img, .info--specialists .info__man img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.info--specialists .info__man {
    width: 1110px;
    height: 647px;
    left: calc(50% - 675px);
    bottom: 0
}

.info--specialists .info__phrase {
    padding: 58px 55px 60px 80px
}

.info--prices .info__man {
    width: 534px;
    height: 604px;
    left: calc(50% - 488px);
    bottom: 0
}

.info--prices .info__phrase {
    padding: 40px 55px 40px 80px
}

@media (max-width: 1430px) {
    .info__box {
        left: 220px
    }

    .info__values {
        margin-left: 70px
    }
}

@media (max-width: 1130px) {
    .info {
        margin-top: 100px;
        margin-bottom: 80px
    }

    .info__wrap {
        min-height: 450px;
        padding-top: 60px
    }

    .info__box, .info__phrase {
        max-width: 420px
    }

    .info__phrase {
        padding: 38px 42px
    }

    .info__phrase-bg:after {
        width: calc(100% - 24px);
        height: calc(100% - 20px);
        top: 10px;
        left: 12px
    }

    .info__phrase-text {
        font-size: 24px;
        line-height: 34px
    }

    .info--reseller .info__man {
        width: 980px;
        height: 530px;
        left: calc(50% - 540px);
        bottom: 2px
    }

    .info--specialists .info__man {
        width: 950px;
        height: auto;
        left: calc(50% - 510px)
    }

    .info--specialists .info__phrase {
        padding: 38px 25px 38px 42px
    }

    .info--specialists .info__values {
        top: 10px
    }

    .info--prices .info__phrase {
        padding: 30px 25px 30px 50px
    }

    .info--prices .info__man {
        width: 450px;
        height: auto;
        left: calc(50% - 340px);
        bottom: 0
    }
}

@media (max-width: 1010px) {
    .info {
        margin-top: 0;
        margin-bottom: 80px
    }

    .info .wrapper--big {
        padding: 0;
        max-width: 100%
    }

    .info__bg {
        border-radius: 0
    }

    .info__wrap {
        min-height: 450px;
        padding-top: 60px
    }

    .info__box {
        max-width: 380px;
        left: 180px
    }

    .info__phrase {
        max-width: 100%;
        padding: 30px 35px
    }

    .info__phrase-bg {
        /*transform: skewX(-6deg)*/
    }

    .info__phrase-text {
        font-size: 22px;
        line-height: 28px
    }

    .info__values {
        margin-left: 60px;
        margin-top: 50px
    }

    .info--reseller .info__man {
        width: 780px;
        height: 420px;
        left: calc(50% - 460px);
        bottom: 3px
    }

    .info--specialists .info__man {
        width: 780px;
        left: calc(50% - 480px)
    }

    .info--specialists .info__phrase {
        padding: 30px 35px
    }

    .info--specialists .info__values {
        top: 0;
        margin-top: 80px;
        margin-left: 15px
    }

    .info--prices {
        margin-bottom: 0
    }

    .info--prices .info__phrase {
        padding: 30px 35px
    }

    .info--prices .info__man {
        width: 350px;
        left: calc(50% - 280px)
    }
}

@media (max-width: 760px) {
    .info {
        margin-bottom: 60px
    }

    .info__wrap {
        min-height: 540px;
        padding-top: 40px
    }

    .info__box {
        max-width: 380px;
        left: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .info__phrase {
        padding: 20px 25px
    }

    .info__phrase-bg {
        /*transform: skewX(-3deg)*/
    }

    .info__phrase-bg:after {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        top: 6px;
        left: 6px
    }

    .info__phrase-text {
        font-size: 19px;
        line-height: 23px
    }

    .info__values {
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        right: 5px;
        bottom: 120px;
        z-index: 20;
        height: auto;
        top: auto
    }

    .info--reseller .info__man {
        width: 600px;
        height: auto;
        left: calc(50% - 360px);
        bottom: 0
    }

    .info--specialists .info__man {
        width: 660px;
        left: calc(50% - 380px)
    }

    .info--specialists .info__phrase {
        padding: 20px 25px
    }

    .info--specialists .info__values {
        top: auto;
        margin-top: 0;
        margin-left: 0
    }

    .info--prices {
        margin-bottom: 0
    }

    .info--prices .info__phrase {
        padding: 20px 25px
    }

    .info--prices .info__man {
        width: 285px;
        left: calc(50% - 220px)
    }
}

.main-about {
	margin-top: 100px;	
}

@media (max-width: 1010px) {
	.main-about {
		margin-top: 80px;
	}
}
@media (max-width: 760px) {
	.main-about {
		margin-top: 60px;
	}
}
.main-about__top {
    text-align: center
}

.main-about__top-caption {
    display: inline-flex;
    line-height: 19px;
    padding: 12px 35px;
    position: relative;
    z-index: 10;
    margin-bottom: 20px
}

.main-about__box-right:after, .main-about__box:after, .main-about__top-caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    border-radius: 5px;
    /*transform: skewX(-20deg);*/
    z-index: -1
}

.main-about__subttile {
    max-width: 820px;
    margin: 30px auto 0
}

.main-about__body {
    position: relative;
    margin-top: 50px;
    justify-content: flex-end
}

.main-about__image {
    position: absolute;
    width: 598px;
    height: 638px;
    left: -78px;
    top: -177px
}

.main-about__box {
    position: relative;
    align-items: initial;
    max-width: 860px;
    z-index: 10
}

.main-about__box-right:after, .main-about__box:after {
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 20px;
    /*transform: skewX(-9deg)*/
}

.main-about__box-caption {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #222;
    margin-bottom: 30px
}

.main-about__box-left {
    width: calc(100% - 220px);
    padding: 45px 15px 45px 70px
}

.main-about__box-right {
    display: flex;
    align-content: space-between;
    align-items: flex-end;
    width: 220px;
    position: relative;
    z-index: 10
}

.main-about__box-right:after {
    background-color: #3a95aa;
    border-radius: 0 20px 20px 0
}

.main-about__box-img {
    position: absolute;
    width: 284px;
    height: 284px;
    top: -22px;
    left: -42px
}

.main-about__box-desc {
    font-weight: 300;
    max-width: 140px;
    margin: 0 auto 46px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    position: relative;
    left: -20px
}

.main-about__box-desc span {
    display: block
}

@media (max-width: 1130px) {
    .main-about__subttile {
        max-width: 750px;
        margin: 25px auto 0
    }

    .main-about__body {
        margin-top: 35px
    }

    .main-about__image {
        width: 480px;
        height: auto;
        left: -30px;
        top: -125px
    }

    .main-about__box {
        max-width: 740px;
        margin-right: 20px
    }

    .main-about__box-left {
        width: calc(100% - 220px);
        padding: 30px 15px 35px 55px
    }

    .main-about__box-caption {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 25px
    }

    .main-about__box-img {
        width: 250px;
        height: auto;
        top: -40px;
        left: -15px
    }

    .main-about__box-desc {
        margin: 0 auto 35px;
        line-height: 24px;
        left: 0
    }
}

@media (max-width: 1010px) {
    .main-about__image, .main-about__title br {
        display: none
    }

    .main-about__box {
        max-width: 100%;
        margin-right: 0
    }

    .main-about__box-right:after, .main-about__box:after {
        /*transform: skewX(-5deg)*/
    }

    .main-about__box-left {
        width: calc(100% - 220px);
        padding: 30px 15px 35px 55px
    }

    .main-about__box-caption {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

@media (max-width: 760px) {
    .main-about__top-caption:after {
        /*transform: skewX(-12deg)*/
    }

    .main-about__title br {
        display: none
    }

    .main-about__subttile {
        margin-top: 20px
    }

    .main-about__body {
        margin-top: 25px
    }

    .main-about__box {
        flex-wrap: wrap
    }

    .main-about__box:after {
        /*transform: skewX(0deg)*/
    }

    .main-about__box-left {
        width: 100%;
        padding: 20px 15px
    }

    .main-about__box-caption {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .main-about__box-right {
        width: 100%;
        padding: 30px 15px
    }

    .main-about__box-right:after {
        /*transform: skewX(0deg);*/
        border-radius: 0 0 20px 20px
    }

    .main-about__box-desc {
        margin: 0
    }

    .main-about__box-img {
        width: 180px;
        height: auto;
        top: -32px;
        left: auto;
        right: -10px
    }
}

.car-buyback {
    margin-top: 100px;
	margin-bottom: 100px;
}

.car-buyback__title {
    text-align: center;
    padding: 0 15px
}

.car-buyback__row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px -10px
}

.car-buyback__coll, .car-buyback__hover {
    display: flex;
    align-items: center;
    justify-content: center
}

.car-buyback__coll {
    width: calc(12.5% - 20px);
    height: 120px;
    background-color: #fff;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden
}

.car-buyback__hover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    transform: translateY(-120%)
}

.car-buyback__hover, .car-buyback__img, .we-help__tab:after {
    width: 100%;
    height: 100%;
    transition: all .3s
}

.car-buyback__img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

@media (max-width: 1130px) {
    .car-buyback__row {
        margin: 30px -10px -10px
    }

    .car-buyback__coll {
        height: 105px
    }
}

@media (max-width: 1010px) {
    .car-buyback {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .car-buyback__row {
        margin: 15px -7px -7px
    }

    .car-buyback__coll {
        width: calc(15% - 20px);
        height: 90px;
        margin: 7px
    }
}

@media (max-width: 760px) {
    .car-buyback {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .car-buyback__title br {
        display: none
    }

    .car-buyback__row {
        margin: 15px -12px -12px
    }

    .car-buyback__coll {
        width: calc(33.333% - 24px);
        height: 95px;
        margin: 12px
    }
}

.we-help {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width: 1010px) {
    .we-help {
        margin-top: 80px;
        margin-bottom: 80px
    }
}
@media (max-width: 760px) {
    .we-help {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.we-help__top {
    text-align: center;
    margin: 0 auto
}

.we-help__subttile {
    max-width: 820px;
    margin: 28px auto 0
}

.we-help__body {
    margin-top: 64px;
    align-items: flex-start
}

.we-help__scroll.dragscroll {
    overflow: visible
}

.we-help__tabs {
    width: 285px;
    padding-left: 5px
}

.we-help__tab {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    height: 84px;
    cursor: pointer;
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
    padding: 10px 20px 10px 30px;
    transition: all .3s
}

.we-help__tab + .we-help__tab {
    margin-top: 15px
}

.we-help__tab-img {
    width: 80px;
    height: 64px;
    margin-right: 18px;
    position: relative;
    z-index: 10
}

.we-help__tab-caption {
    position: relative;
    z-index: 10;
    max-width: 124px
}

.we-help__tab:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    /*transform: skewX(-15deg)*/
}

.we-help__tab.active, .we-help__tab:hover {
    color: #fff
}

.we-help__tab.active:after, .we-help__tab:hover:after {
    background-color: #3a95aa
}

.we-help__wrap {
    width: calc(100% - 370px);
    margin-top: -10px;
    position: relative
}

.we-help__block {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0s
}

.we-help__block.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .3s
}

.we-help__block-top {
    align-items: flex-start
}

.we-help__block-content {
    width: calc(100% - 303px)
}

.we-help__img {
    width: 256px;
    height: 205px;
    margin-top: -10px
}

.we-help__caption {
    margin-bottom: 25px
}

.we-help__form {
    margin-top: 46px
}

@media (max-width: 1130px) {
    .we-help__subttile {
        max-width: 700px;
        margin-top: 25px
    }

    .we-help__body {
        margin-top: 50px
    }

    .we-help__tabs {
        width: 240px;
        padding-left: 0
    }

    .we-help__tab {
        padding: 10px 20px 10px 15px
    }

    .we-help__tab + .we-help__tab {
        margin-top: 20px
    }

    .we-help__tab:after {
        /*transform: skewX(-10deg)*/
    }

    .we-help__tab-img {
        width: 72px;
        height: 50px;
        margin-right: 10px
    }

    .we-help__wrap {
        width: calc(100% - 280px);
        margin-top: -5px
    }

    .we-help__caption {
        margin-bottom: 15px
    }
}

@media (max-width: 1010px) {
    .we-help {
        margin-bottom: 80px
    }

    .we-help__body {
        flex-wrap: wrap
    }

    .we-help__scroll {
        padding: 25px;
        margin: -25px
    }

    .we-help__scroll.dragscroll {
        overflow-x: auto
    }

    .we-help__tabs {
        width: 1180px;
        padding-left: 0;
        display: flex;
        align-items: center
    }

    .we-help__tab {
        width: 220px
    }

    .we-help__tab + .we-help__tab {
        margin-top: 0;
        margin-left: 20px
    }

    .we-help__tab:after {
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        /*transform: skewX(-10deg)*/
    }

    .we-help__tab:last-child {
        margin-right: 15px
    }

    .we-help__wrap {
        width: 100%;
        margin-top: 30px
    }

    .we-help__caption {
        margin-bottom: 15px
    }
}

@media (max-width: 760px) {
    .we-help {
        margin-bottom: 60px
    }

    .we-help__tabs {
        width: 1060px
    }

    .we-help__tab {
        width: 200px;
        font-size: 11px
    }

    .we-help__tab + .we-help__tab {
        margin-left: 10px
    }

    .we-help__tab:after {
        /*transform: skewX(-6deg)*/
    }

    .we-help__tab:last-child {
        margin-right: 15px
    }

    .we-help__tab-img {
        width: 60px;
        height: 36px
    }

    .we-help__img {
        margin-top: 0
    }

    .we-help__block-top {
        justify-content: center;
        flex-wrap: wrap
    }

    .we-help__block-content {
        width: 100%;
        margin-top: 20px
    }

    .we-help__wrap {
        width: 100%;
        margin-top: 30px
    }

    .we-help__caption {
        margin-bottom: 10px
    }

    .we-help__caption br {
        display: none
    }
}

.form__social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.form__checbox {
    display: block;
    width: calc(50% - 10px);
    margin-bottom: 15px;
    font-size: 0;
    line-height: 0;
}

.form__checbox input {
    display: none
}

.form__checbox input[type=checkbox]:checked + .form__link, .form__checbox input[type=radio]:checked + .form__link {
    color: #fff;
    transition: all .3s
}

.form__checbox input[type=checkbox]:checked + .form__link:after, .form__checbox input[type=radio]:checked + .form__link:after {
    opacity: 1;
    transition: all .3s
}

.form__checbox input[type=checkbox]:checked + .form__link .form__link-icon svg *, .form__checbox input[type=radio]:checked + .form__link .form__link-icon svg * {
    fill: #fff;
    transition: all .3s
}

.form__link {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80px;
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #333;
    transition: all .3s;
}

.form__link:after, .form__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    /*transform: skewX(-15deg)*/
}

.form__link:before {
    z-index: -2;
    transition: all .3s
}

.form__link:after {
    opacity: 0;
    z-index: -1
}

.form__link-icon {
    max-width: 24px;
    margin-right: 15px
}

.form__link-icon svg *, .form__link:after, .form__link:hover {
    transition: all .3s
}

.form__link:hover {
    color: #fff
}

.form__link:hover:after {
    opacity: 1;
    transition: all .3s
}

.form__link:hover .form__link-icon svg * {
    fill: #fff;
    transition: all .3s
}

.form__link--phone:after {
    background-color: #3a95aa;
    transition: all .3s
}

.form__link--whatsapp:after {
    background-color: #74c53e;
    transition: all .3s
}

.form__link--viber:after {
    background-color: #675ea6;
    transition: all .3s
}

.form__link--telegram:after {
    background-color: #3cb6f1;
    transition: all .3s
}

.form__label {
    display: block;
    position: relative;
    z-index: 10;
    padding: 16px 26px
}

.form__label:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    z-index: -1;
    /*transform: skewX(-15deg)*/
}

.form__label--gray:after {
    background-color: #f7f8fa
}

.form__caption {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    opacity: .5;
    margin-bottom: 7px
}

.form__agreement {
    max-width: 455px;
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #868686
}

.form__agreement a {
    color: #3a95aa;
    text-decoration: underline
}

@media (max-width: 760px) {
    .form__label {
        width: 100%;
        padding: 15px 20px
    }

    .form__caption {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 5px
    }

    .form__btn {
        height: 70px;
        width: 100%;
        margin-top: 15px
    }

    .form__agreement {
        margin-top: 20px
    }

    .form__checbox {
        width: calc(50% - 5px);
        margin-bottom: 10px
    }

    .form__link {
        height: 60px;
        font-size: 10px;
        line-height: 16px
    }

    .form__link-icon {
        max-width: 20px;
        max-height: 24px;
        margin-right: 10px
    }

    .form__link-icon img {
        max-height: 100%
    }

    .form__link:after {
        border-radius: 5px;
        /*transform: skewX(-8deg)*/
    }
}

.redemption {
    margin-top: 100px;
    margin-bottom: 108px
}

.redemption__title {
    text-align: center
}

.redemption__row {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px
}

.redemption__coll {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1010px) {
    .redemption {
        margin-top: 0;
        margin-bottom: 80px
    }

    .redemption__row {
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: -20px
    }

    .redemption__coll {
        width: 20%;
        margin-bottom: 20px
    }
}

@media (max-width: 760px) {
    .redemption {
        margin-bottom: 60px
    }

    .redemption__row {
        margin-top: 20px
    }
}

.change-car {
    margin-bottom: 100px
}

.change-car__body {
    background-image: url(../img/change-car/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.change-car__body, .change-car__wrap {
    align-items: initial
}

.change-car__left {
    max-width: 400px;
    padding-top: 20px;
    position: relative;
    z-index: 10
}

.change-car__subtitle {
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 35px;
    max-width: 310px
}

.change-car__caption {
    max-width: 240px
}

.change-car__items {
    max-width: 280px;
    margin-top: 20px
}

.change-car__box {
    position: absolute;
    left: calc(50% - 274px);
    bottom: 0;
    z-index: 10
}

.change-car__man {
    width: 480px;
    position: relative;
    z-index: 12
}

.change-car__values {
    max-width: 205px;
    position: absolute;
    bottom: 40px;
    left: -180px;
    padding: 18px 26px 18px 29px;
    z-index: 10
}

.change-car__img {
    position: absolute;
    width: 880px;
    left: calc(50% - 345px);
    bottom: 0;
    z-index: 1
}

.change-car .form {
    position: relative;
    z-index: 10
}

.change-car .form__social {
    margin-top: 15px;
    margin-bottom: 10px
}

.change-car .form__btn {
    margin-top: 20px;
    width: 100%;
    text-align: center
}

.change-car .form__agreement {
    margin-top: 24px;
    text-align: center;
    padding: 0 25px
}

.change-car .desc {
    text-align: left
}

.change-car--consultation .change-car__body {
    background-image: url(../img/change-car/consultation/bg.jpg);
    position: relative
}

.change-car--consultation .change-car__left {
    max-width: 435px
}

.change-car--consultation .change-car__subtitle {
    max-width: 365px
}

.change-car--consultation .change-car__caption {
    line-height: 38px
}

.change-car--consultation .change-car__items {
    margin-top: 28px
}

.change-car--consultation .change-car__items .item + .item {
    margin-top: 18px
}

.change-car--consultation .order {
    position: relative;
    z-index: 15
}

@media (max-width: 1130px) {
    .change-car {
        margin-bottom: 0
    }

    .change-car .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .change-car__body {
        border-radius: 0;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .change-car__left {
        max-width: 350px;
        padding-top: 15px
    }

    .change-car__subtitle {
        line-height: 24px;
        margin-top: 12px;
        margin-bottom: 20px;
        max-width: 310px
    }

    .change-car__items {
        margin-top: 0
    }

    .change-car__box {
        left: calc(50% - 250px)
    }

    .change-car__man {
        width: 480px;
        position: relative;
        z-index: 12
    }

    .change-car__values {
        max-width: 205px;
        position: absolute;
        bottom: 40px;
        left: -180px;
        padding: 18px 26px 18px 29px;
        z-index: 10
    }

    .change-car__img {
        width: 760px;
        left: calc(50% - 320px)
    }

    .change-car .form__social {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .change-car .form__btn {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }

    .change-car .form__agreement {
        margin-top: 24px;
        text-align: center;
        padding: 0 25px
    }

    .change-car .desc {
        text-align: left
    }

    .change-car--consultation .change-car__body {
        background-image: url(../img/change-car/consultation/bg.jpg);
        position: relative
    }

    .change-car--consultation .change-car__left {
        max-width: 380px
    }

    .change-car--consultation .change-car__subtitle {
        max-width: 365px
    }

    .change-car--consultation .change-car__caption {
        line-height: 38px
    }

    .change-car--consultation .change-car__items {
        margin-top: 28px
    }

    .change-car--consultation .change-car__items .item + .item {
        margin-top: 18px
    }

    .change-car--consultation .order {
        position: relative;
        z-index: 15
    }
}

@media (max-width: 1010px) {
    .change-car__wrap {
        flex-wrap: wrap
    }

    .change-car__left {
        max-width: 100%;
        margin-bottom: 40px
    }

    .change-car__subtitle {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100%
    }

    .change-car__caption {
        max-width: 100%;
        margin-bottom: 15px
    }

    .change-car--consultation .change-car__left, .change-car--consultation .change-car__subtitle, .change-car__items {
        max-width: 100%
    }

    .change-car__box {
        left: calc(50% + 60px)
    }

    .change-car__img {
        left: calc(50% - 0px)
    }

    .change-car--consultation .change-car__caption {
        line-height: 38px
    }

    .change-car--consultation .change-car__items {
        margin-top: 15px
    }

    .change-car--consultation .change-car__items .item + .item {
        margin-top: 12px
    }

    .change-car--consultation .change-car__values {
        max-width: 180px;
        bottom: auto;
        left: 0;
        padding: 15px;
        top: 140px
    }

    .change-car--consultation .order {
        position: relative;
        z-index: 15
    }
}

@media (max-width: 760px) {
    .change-car__body {
        padding-bottom: 0
    }

    .change-car__left {
        padding-top: 0;
        margin-bottom: 30px
    }

    .change-car__box {
        left: 0;
        position: relative;
        margin-top: 30px
    }

    .change-car__man {
        width: 100%
    }

    .change-car__img {
        position: relative;
        width: 100%;
        left: 0;
        margin-top: 30px
    }

    .change-car .form__social {
        margin-bottom: 5px
    }

    .change-car .form__btn {
        margin-top: 15px
    }

    .change-car .form__agreement {
        margin-top: 20px;
        padding: 0
    }

    .change-car--consultation .change-car__body {
        padding-bottom: 0
    }

    .change-car--consultation .change-car__caption {
        line-height: 28px
    }

    .change-car--consultation .change-car__values {
        padding: 15px 25px;
        top: 210px;
        z-index: 15
    }
}

.order {
    width: 504px;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 14px;
    margin-right: -9px
}

.order__wrap {
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 30px 39px
}

.order__caption {
    max-width: 320px
}

.order__subtitle {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 22px
}

@media (max-width: 1430px) {
    .order {
        margin-right: 0
    }
}

@media (max-width: 1130px) {
    .order {
        width: 410px;
        padding: 10px
    }

    .order__wrap {
        padding: 20px 25px 25px
    }

    .order__caption {
        max-width: 280px
    }

    .order__link, .order__subtitle {
        margin-bottom: 10px
    }

    .order__link {
        width: calc(50% - 6px);
        height: 70px
    }
}

@media (max-width: 760px) {
    .order {
        width: 100%;
        max-width: 410px
    }

    .order__wrap {
        padding: 20px 15px 25px
    }

    .order__caption {
        max-width: 220px
    }
}

.main-order {
    margin-top: 46px;
    padding: 31px 50px
}

.main-order:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f8fa;
    border-radius: 20px;
    /*transform: skewX(-15deg);*/
    z-index: 1
}

.main-info__link svg, .main-order, .main-order__body, .process__step span {
    position: relative;
    z-index: 10
}

.main-order__wrap {
    align-items: flex-start;
    flex-wrap: wrap
}

.main-order__caption {
    max-width: 375px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    margin-bottom: 17px
}

@media (max-width: 1130px) {
    .main-order {
        margin-top: 40px;
        padding: 30px 40px
    }

}

@media (max-width: 1010px) {
    .main-order .form__label {
        width: calc(50% - 12px)
    }

    .main-order .form__btn {
        height: 77px;
        width: calc(50% - 12px)
    }
}

@media (max-width: 760px) {
    .main-order {
        margin-top: 20px;
        padding: 20px 15px
    }

    .main-order__caption {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .main-order:after {
        border-radius: 10px;
    }

    .main-order .form__label {
        width: 100%
    }

    .main-order .form__btn {
        height: 70px;
        width: 100%
    }
}

.team {
    background-image: url(../img/team/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px
}

.team__top {
    text-align: center
}

.team__title {
    max-width: 800px;
    margin: 0 auto 30px
}

.team__body {
    position: relative;
    z-index: 10;
    height: 702px;
    margin-top: 20px
}

.team__wrap {
    height: 100%;
    position: relative;
    overflow: hidden
}

.team__hidden {
    position: absolute;
    width: 496px;
    height: 234px;
    left: calc(50% - 150px);
    top: 18px;
    z-index: 10;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.team__hidden-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 38px 40px 10px;
    z-index: 10
}

.team__hidden:after, .team__icon:after {
    content: "";
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    top: -7px;
    left: -7px;
    background-color: #f9f9f9;
    border-radius: 20px;
    z-index: 1
}

.team__man {
    position: relative
}

.team__box {
    position: absolute
}

.team__box--1 {
    width: 696px;
    top: -95px;
    left: calc(50% - 685px)
}

.team__box--1 .team__block {
    top: calc(50% - 70px);
    left: calc(50% - 60px)
}

.team__box--1 .team__man {
    z-index: 1
}

.team__box--2 {
    width: 760px;
    top: 0;
    left: calc(50% - 232px)
}

.team__box--2 .team__block {
    top: calc(50% - 80px);
    left: calc(50% - 10px)
}

.team__box--2 .team__man {
    z-index: 3
}

.team__box--3 {
    width: 510px;
    top: 17px;
    left: calc(50% + 35px)
}

.team__box--3 .team__block {
    top: calc(50% - 120px);
    left: calc(50% - 34px)
}

.team__box--3 .team__man {
    z-index: 2
}

.team__box--4 {
    width: 512px;
    top: 2px;
    left: calc(50% + 85px)
}

.team__box--4 .team__block {
    top: calc(50% - 220px);
    left: calc(50% - 15px)
}

.team__box--4 .team__man {
    z-index: 3
}

.team__block {
    position: absolute;
    z-index: 100
}

.team__block:hover {
    z-index: 110
}

.team__block:hover .team__hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.team__block:hover .team__icon {
    transform: rotate(45deg);
    transition: all .3s
}

.team__block--1, .team__block--2 {
    top: calc(50% + 10px);
    left: calc(50% - 408px)
}

.team__block--2 {
    left: calc(50% - 25px)
}

.team__block--3 {
    top: calc(50% - 50px);
    left: calc(50% + 284px)
}

.team__block--3 .team__hidden, .team__block--4 .team__hidden {
    left: calc(50% - 300px)
}

.team__block--4 {
    top: calc(50% - 70px);
    left: calc(50% + 326px)
}

.team__icon {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 15;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .25));
    cursor: pointer;
    transition: all .3s
}

.team__icon-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3a95aa;
    border-radius: 50%;
    z-index: 10
}

.team__icon:after {
    background-color: #f7f8fa;
    border-radius: 50%;
    z-index: -1
}

.team__desc {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.team__name {
    font-weight: 600;
    line-height: 19px;
    color: #3a95aa;
    margin-bottom: 5px
}

.team__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: .5
}

@media (max-width: 1430px) {
    .team__hidden {
        width: 425px;
        height: auto;
        left: calc(50% - 115px)
    }

    .team__hidden-box {
        padding: 30px 15px 15px
    }

    .team__desc {
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 15px
    }
}

@media (max-width: 1130px) {
    .team__body {
        height: 560px;
        margin-top: 50px
    }

    .team__box--1 {
        width: 590px;
        top: -90px;
        left: calc(50% - 560px)
    }

    .team__box--1 .team__block {
        top: calc(50% - 70px);
        left: calc(50% - 60px)
    }

    .team__box--1 .team__hidden {
        left: calc(50% - 80px)
    }

    .team__box--2 {
        width: 410px;
        top: 0;
        left: calc(50% - 210px)
    }

    .team__box--2 .team__block {
        top: calc(50% - 80px);
        left: calc(50% - 10px)
    }

    .team__box--3 {
        width: 460px;
        top: 0;
        left: calc(50% - 0px)
    }

    .team__box--3 .team__block {
        top: calc(50% - 120px);
        left: calc(50% - 34px)
    }

    .team__box--4 {
        width: 440px;
        top: 32px;
        left: 615px
    }

    .team__box--4 .team__block {
        top: calc(50% - 220px);
        left: calc(50% - 15px)
    }

    .team__box--4 .team__hidden {
        left: calc(50% - 220px)
    }

    .team__icon {
        width: 30px;
        height: 30px
    }

    .team__icon-box img {
        width: 15px;
        height: 15px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .team__hidden {
        left: calc(50% - 200px)
    }

    .team__block--1 {
        top: calc(50% + 2px);
        left: calc(50% - 340px)
    }

    .team__block--1 .team__block {
        top: calc(50% - 70px);
        left: calc(50% - 60px)
    }

    .team__block--1 .team__hidden {
        left: calc(50% - 100px)
    }

    .team__block--2 {
        top: calc(50% - 45px);
        left: calc(50% - 35px)
    }

    .team__block--3 {
        top: calc(50% - 50px);
        left: calc(50% + 218px)
    }

    .team__block--4 {
        top: calc(50% - 35px);
        left: 820px
    }
}

@media (max-width: 1010px) {
    .team__title {
        margin-bottom: 15px
    }

    .team__body {
        height: 420px;
        margin-top: 20px
    }

    .team__box--1 {
        width: 480px;
        top: -75px;
        left: calc(50% - 480px)
    }

    .team__box--1 .team__block {
        top: calc(50% - 80px);
        left: calc(50% - 30px)
    }

    .team__box--1 .team__hidden {
        left: calc(50% - 80px)
    }

    .team__box--2 {
        width: 345px;
        top: 0;
        left: calc(50% - 195px)
    }

    .team__box--2 .team__block {
        top: calc(50% - 80px);
        left: calc(50% - 10px)
    }

    .team__box--3 {
        width: 375px;
        top: 5px;
        left: calc(50% - 0px)
    }

    .team__box--3 .team__block {
        top: calc(50% - 120px);
        left: calc(50% - 34px)
    }

    .team__box--4 {
        width: 370px;
        top: 23px;
        left: 445px
    }

    .team__box--4 .team__block {
        top: calc(50% - 190px);
        left: calc(50% - 15px)
    }

    .team__box--4 .team__hidden {
        left: calc(50% - 220px)
    }

    .team__block--1 {
        top: calc(50% + 10px);
        left: calc(50% - 295px)
    }

    .team__block--1 .team__hidden {
        left: calc(50% - 65px)
    }

    .team__block--2 {
        top: calc(50% - 15px);
        left: calc(50% - 43px)
    }

    .team__block--3 {
        left: calc(50% + 180px);
        top: calc(50% - 20px)
    }

    .team__block--3 .team__hidden {
        left: calc(50% - 230px)
    }

    .team__block--4 {
        top: calc(50% - 5px);
        left: 620px
    }

    .team__block--4 .team__block {
        top: calc(50% - 220px);
        left: calc(50% - 15px)
    }

    .team__block--4 .team__hidden {
        left: calc(50% - 230px)
    }

    .team__icon {
        width: 25px;
        height: 25px
    }

    .team__icon-box img {
        width: 12px;
        height: 12px
    }

    .team__hidden {
        width: 360px;
        left: calc(50% - 180px)
    }

    .team__hidden-box {
        padding: 15px 10px 10px
    }

    .team__desc {
        line-height: 18px;
        margin-bottom: 10px;
        font-size: 14px
    }

    .team__name {
        line-height: 14px;
        margin-bottom: 2px
    }
}

@media (max-width: 760px) {
    .team__body {
        height: 300px;
        margin-top: 20px
    }

    .team__box--1 {
        width: 300px;
        top: -50px;
        left: calc(50% - 260px)
    }

    .team__box--1 .team__block {
        top: calc(50% - 60px);
        left: calc(50% - 25px)
    }

    .team__box--1 .team__hidden {
        left: calc(50% - 80px)
    }

    .team__box--2 {
        width: 220px;
        top: 0;
        left: calc(50% - 120px)
    }

    .team__box--2 .team__block {
        top: calc(50% - 25px);
        left: calc(50% - 20px)
    }

    .team__box--3 {
        width: 235px;
        top: 5px;
        left: calc(50% - 30px)
    }

    .team__box--3 .team__block {
        top: calc(50% - 85px);
        left: calc(50% - 22px)
    }

    .team__box--4 {
        width: 235px;
        top: 7px;
        left: calc(50% + 15px)
    }

    .team__box--4 .team__block {
        top: calc(50% - 115px);
        left: calc(50% - 0px)
    }

    .team__box--4 .team__hidden {
        left: calc(50% - 220px)
    }

    .team__block--1 {
        top: calc(50% - 5px);
        left: calc(50% - 150px)
    }

    .team__block--1 .team__hidden {
        left: -31px
    }

    .team__block--2 {
        top: calc(50% - 20px);
        left: calc(50% - 25px)
    }

    .team__block--2 .team__hidden {
        left: calc(50% - 167px)
    }

    .team__block--3 {
        top: calc(50% - 25px);
        left: calc(50% + 78px)
    }

    .team__block--3 .team__hidden {
        left: calc(50% - 270px)
    }

    .team__block--4 {
        left: calc(50% + 132px)
    }

    .team__block--4 .team__hidden {
        left: calc(50% - 324px)
    }

    .team__icon {
        width: 22px;
        height: 22px
    }

    .team__icon-box img {
        width: 12px;
        height: 12px
    }

    .team__icon:after {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        top: -4px;
        left: -4px
    }

    .team__hidden {
        width: calc(100vw - 14px);
        max-width: 365px
    }

    .team__hidden-box {
        padding: 15px 10px 10px
    }

    .team__hidden-box, .team__hidden-box:after {
        border-radius: 10px
    }

    .team__desc {
        line-height: 18px;
        margin-bottom: 10px;
        font-size: 14px
    }

    .team__name {
        line-height: 14px;
        margin-bottom: 2px
    }
}

.faq {
    margin-top: 100px;
    margin-bottom: 100px
}

.faq__body {
    background-image: url(../img/faq/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 60px;
    border-radius: 20px;
    overflow: hidden
}

.faq__title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto
}

.faq__wrap {
    position: relative
}

.faq__coll {
    position: absolute;
    width: 285px;
    padding: 20px 40px 20px 35px;
    z-index: 15
}

.faq__coll--1 {
    top: -52px;
    left: calc(50% - 420px)
}

.faq__coll--2 {
    top: -52px;
    right: calc(50% - 425px)
}

.faq__coll--3 {
    top: 122px;
    left: calc(50% - 490px)
}

.faq__coll--4 {
    top: 122px;
    right: calc(50% - 495px)
}

.faq__coll--5 {
    top: 295px;
    left: calc(50% - 540px)
}

.faq__coll--6 {
    top: 295px;
    right: calc(50% - 545px)
}

.faq__coll--7 {
    top: 468px;
    left: calc(50% - 490px)
}

.faq__coll:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    z-index: 1
}

.faq__man, .faq__text {
    position: relative;
    z-index: 10
}

.faq__text {
    font-weight: 400;
    line-height: 24px
}

.faq__man {
    max-width: 1026px;
    margin: 114px auto 0
}

.faq__box {
    position: absolute;
    z-index: 10;
    bottom: 27px;
    left: calc(50% + 200px)
}

@media (max-width: 1430px) {
    .faq__coll--1 {
        left: calc(50% - 400px)
    }

    .faq__coll--2 {
        right: calc(50% - 405px)
    }

    .faq__coll--3 {
        left: calc(50% - 470px)
    }

    .faq__coll--4 {
        right: calc(50% - 465px)
    }

    .faq__coll--5 {
        left: calc(50% - 520px)
    }

    .faq__coll--6 {
        right: calc(50% - 525px)
    }

    .faq__coll--7 {
        left: calc(50% - 460px)
    }
}

@media (max-width: 1130px) {
    .faq {
        margin-top: 0
    }

    .faq .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .faq__body {
        border-radius: 0
    }

    .faq__man {
        max-width: 860px;
        margin-top: 80px
    }

    .faq__coll {
        width: 270px
    }

    .faq__coll--1 {
        top: -20px;
        left: calc(50% - 360px)
    }

    .faq__coll--2 {
        right: calc(50% - 350px);
        top: -20px
    }

    .faq__coll--3 {
        left: calc(50% - 420px)
    }

    .faq__coll--4 {
        right: calc(50% - 400px)
    }

    .faq__coll--5 {
        left: calc(50% - 475px);
        top: 265px
    }

    .faq__coll--6 {
        top: 265px;
        right: calc(50% - 450px)
    }

    .faq__coll--7 {
        left: calc(50% - 410px);
        top: 405px
    }

    .faq__box {
        bottom: 10px;
        left: calc(50% + 180px);
        max-width: 210px;
        padding: 20px 20px 20px 35px
    }
}

@media (max-width: 1010px) {
    .faq {
        margin-bottom: 80px
    }

    .faq__title {
        max-width: 620px
    }

    .faq__man {
        max-width: 760px;
        margin-top: 50px
    }

    .faq__coll {
        width: 230px;
        padding: 15px 20px
    }

    .faq__coll--1 {
        left: calc(50% - 300px)
    }

    .faq__coll--2 {
        right: calc(50% - 300px)
    }

    .faq__coll--3 {
        top: 110px;
        left: calc(50% - 345px)
    }

    .faq__coll--4 {
        top: 110px;
        right: calc(50% - 320px)
    }

    .faq__coll--5 {
        top: 235px;
        left: calc(50% - 365px)
    }

    .faq__coll--6 {
        top: 235px;
        right: calc(50% - 335px)
    }

    .faq__coll--7 {
        top: 360px;
        left: calc(50% - 325px)
    }

    .faq__box {
        bottom: 35px;
        left: calc(50% + 65px);
        max-width: 200px;
        padding: 15px 25px;
        z-index: 11
    }
}

@media (max-width: 760px) {
    .faq {
        margin-bottom: 60px
    }

    .faq__title {
        max-width: 620px
    }

    .faq__man {
        max-width: 100%;
        margin-top: 25px
    }

    .faq__row {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .faq__coll {
        position: relative;
        width: 100%;
        padding: 12px 15px
    }

    .faq__coll + .faq__coll {
        margin-top: 12px
    }

    .faq__coll:after {
        border-radius: 5px;
    }

    .faq__coll--1 {
        top: 0;
        left: 0
    }

    .faq__coll--2 {
        top: 0;
        right: 0
    }

    .faq__coll--3 {
        top: 0;
        left: 0
    }

    .faq__coll--4 {
        top: 0;
        right: 0
    }

    .faq__coll--5 {
        top: 0;
        left: 0
    }

    .faq__coll--6 {
        top: 0;
        right: 0
    }

    .faq__coll--7 {
        top: 0;
        left: 0
    }

    .faq__text {
        line-height: 20px
    }

    .faq__box {
        bottom: 20px;
        left: auto;
        max-width: 180px;
        padding: 15px 25px;
        right: 15px
    }
}

.process {
    margin-bottom: 100px
}

.process__title {
    max-width: 930px;
    margin: 0 auto 25px;
    text-align: center
}

.process__row {
    margin-top: 40px
}

.process__coll {
    width: 100%;
    min-height: 450px;
    position: relative;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px 124px;
    margin-bottom: 30px
}

.process__coll:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #f7f8fa 34.65%, rgba(247, 248, 250, 0) 100%);
    z-index: 5
}

.process__coll:nth-child(2n) {
    padding-right: 0;
    justify-content: flex-end
}

.process__coll:nth-child(2n):after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #f7f8fa 41.31%, rgba(247, 248, 250, 0) 100%)
}

.process__coll:nth-child(2n) .process__bg {
    justify-content: flex-start
}

.process__coll--3 .process__box {
    width: 320px
}

.process__coll--4 .process__box {
    padding-right: 50px
}

.process__coll--4 .process__box-subtitle {
    max-width: 100%;
    margin-top: 30px
}

.process__coll--4 .process__items {
    margin-top: 20px;
    margin-bottom: -18px
}

.process__coll--4 .process__items.flex, .process__items.flex {
    flex-wrap: wrap
}

.process__coll--4 .process__items.flex .item {
    width: 40%
}

.process__coll--4 .process__items.flex .item:nth-child(2n) {
    width: 60%
}

.process__bg, .process__step:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.process__bg {
    justify-content: flex-end;
    z-index: 1
}

.process__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.process__box {
    width: 490px;
    position: relative;
    z-index: 10
}

.process__box-subtitle {
    max-width: 305px;
    margin-top: 30px
}

.process__step {
    display: inline-block;
    position: relative;
    line-height: 19px;
    color: #fff;
    padding: 11px 24px;
    margin-left: 10px
}

.process__step:after {
    content: "";
    background-color: #3a95aa;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: -1
}

.process__caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    margin-top: 25px
}

.process__items {
    margin-top: 20px;
    margin-bottom: -18px
}

.process__items.flex .item {
    width: 50%;
    margin-bottom: 18px
}

.process__items.flex .item + .item {
    margin-top: 0
}

.process__desc {
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px
}

@media (max-width: 1130px) {
    .process__coll {
        padding: 15px 40px
    }
}

@media (max-width: 1010px) {
    .process {
        margin-bottom: 80px
    }

    .process__title {
        max-width: 680px;
        margin-bottom: 20px
    }

    .process__row {
        margin-top: 30px
    }

    .process__coll {
        padding: 25px;
        min-height: auto
    }

    .process__coll:nth-child(2n), .process__coll:nth-child(2n) .process__bg {
        justify-content: flex-start
    }

    .process__coll:nth-child(2n):after {
        left: 0;
        right: auto;
        background: linear-gradient(90deg, #f7f8fa 34.65%, rgba(247, 248, 250, 0) 100%)
    }

    .process__coll--4 .process__box {
        padding-right: 0
    }

    .process__coll--4 .process__box-subtitle {
        margin-top: 20px
    }

    .process__coll--4 .process__items {
        margin-top: 20px;
        margin-bottom: 0
    }

    .process__coll--4 .process__items.flex {
        flex-wrap: wrap
    }

    .process__coll--4 .process__items.flex .item {
        width: 40%
    }

    .process__coll--4 .process__items.flex .item:nth-child(2n) {
        width: 60%
    }

    .process__bg img {
        width: 100%
    }

    .process__items {
        margin-bottom: 0
    }

    .process__box {
        width: 460px
    }

    .process__box-subtitle {
        margin-top: 15px
    }

    .process__step {
        line-height: 18px;
        padding: 10px 18px;
        margin-left: 8px
    }

    .process__caption {
        font-size: 19px;
        margin-top: 20px
    }

    .process__desc {
        margin-top: 0
    }
}

@media (max-width: 760px) {
    .process {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .process__title {
        margin-bottom: 15px
    }

    .process__row {
        margin-top: 20px
    }

    .process__coll {
        padding: 20px 15px;
        border-radius: 10px;
        margin-bottom: 15px
    }

    .process__coll--4 .process__box {
        padding-right: 0
    }

    .process__coll--4 .process__box-subtitle {
        margin-top: 20px
    }

    .process__coll--4 .process__items {
        margin-top: 20px;
        margin-bottom: 0
    }

    .process__coll--4 .process__items.flex {
        flex-wrap: wrap
    }

    .process__coll--4 .process__items.flex .item {
        width: 40%
    }

    .process__coll--4 .process__items.flex .item:nth-child(2n) {
        width: 60%
    }

    .process__box {
        width: 460px
    }

    .process__box-subtitle {
        margin-top: 15px
    }

    .process__step {
        line-height: 18px;
        padding: 10px 18px;
        margin-left: 8px
    }

    .process__caption {
        font-size: 18px;
        margin-top: 15px;
        line-height: 24px
    }

    .process__caption br {
        display: none
    }

    .process__items {
        margin-top: 15px
    }

    .process__items.flex .item {
        width: 100%;
        margin-bottom: 14px
    }
}

.guarantees {
    margin-bottom: 100px
}

.guarantees__title {
    max-width: 780px
}

.guarantees__subtitle {
    text-align: left;
    max-width: 460px;
    margin-top: 27px;
    margin-bottom: 35px
}

.guarantees__row {
    align-items: initial
}

.guarantees__coll {
    position: relative;
    width: calc(50% - 20px);
    padding: 37px 40px 41px
}

.guarantees__coll:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f7f8fa;
    border-radius: 20px;
    z-index: 1
}

.guarantees__coll-box {
    justify-content: flex-start;
    position: relative;
    z-index: 10
}

.guarantees__box {
    max-width: 285px
}

.guarantees__caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    margin-bottom: 10px
}

.guarantees__img {
    width: 135px;
    margin-right: 35px
}

.guarantees__desc {
    font-weight: 400;
    line-height: 28px;
    opacity: .5
}

@media (max-width: 1130px) {
    .guarantees__title {
        max-width: 650px
    }

    .guarantees__subtitle {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .guarantees__coll {
        width: calc(50% - 10px);
        padding: 32px 30px 35px
    }

    .guarantees__box {
        max-width: calc(100% - 160px)
    }

    .guarantees__caption {
        font-size: 18px;
        line-height: 26px
    }

    .guarantees__img {
        width: 130px;
        margin-right: 30px
    }

    .guarantees__desc {
        line-height: 26px
    }
}

@media (max-width: 1010px) {
    .guarantees {
        margin-bottom: 0px
    }

    .guarantees__title {
        max-width: 570px
    }

    .guarantees__subtitle {
        margin-top: 12px;
        margin-bottom: 20px
    }

    .guarantees__row {
        flex-wrap: wrap
    }

    .guarantees__coll {
        width: 100%;
        padding: 32px 30px 35px
    }

    .guarantees__coll + .guarantees__coll {
        margin-top: 15px
    }

    .guarantees__box {
        max-width: calc(100% - 160px)
    }

    .guarantees__caption {
        font-size: 18px;
        line-height: 26px
    }

    .guarantees__img {
        width: 130px;
        margin-right: 30px
    }

    .guarantees__desc {
        line-height: 26px
    }
}

@media (max-width: 760px) {
    .guarantees {
        margin-bottom: 0px
    }

    .guarantees__subtitle {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .guarantees__coll {
        padding: 25px 20px 20px
    }

    .guarantees__coll-box {
        flex-wrap: wrap
    }

    .guarantees__coll:after {
        border-radius: 10px
    }

    .guarantees__box {
        max-width: 100%;
        margin-top: 20px
    }

    .guarantees__caption {
        font-size: 17px;
        line-height: 22px
    }

    .guarantees__img {
        width: 130px;
        margin-right: 30px
    }

    .guarantees__desc {
        line-height: 22px
    }
}

.reviews {
    margin-bottom: 147px
}

.reviews__top {
    margin-bottom: 68px
}

.reviews__body {
    margin: -25px -15px
}

.reviews__item {
    margin: 25px 15px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    padding: 58px 40px 32px 52px
}

.reviews__item:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 39px;
    left: 52px;
    top: -21px;
    background-image: url(../img/reviews/icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.reviews__text {
    height: 182px;
    letter-spacing: -.06px;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 14px
}

.reviews__profile {
    justify-content: flex-start
}

.reviews__avatar {
    width: 70px;
    height: 89px
}

.reviews__name {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333;
    margin-left: 20px;
    margin-bottom: -15px
}

@media (max-width: 1130px) {
    .reviews {
        margin-bottom: 120px
    }

    .reviews__top {
        margin-bottom: 50px
    }

    .reviews__body {
        margin: -25px -10px
    }

    .reviews__item {
        margin: 25px 10px;
        padding: 40px 20px 25px
    }

    .reviews__item:after {
        width: 38px;
        height: 34px;
        left: 20px;
        top: -10px
    }

    .reviews__text {
        margin-bottom: 10px
    }

    .reviews__avatar {
        width: 65px;
        height: 82px
    }

    .reviews__name {
        font-size: 13px;
        line-height: 22px;
        margin-left: 20px;
        margin-bottom: -15px
    }
}

@media (max-width: 1010px) {
    .reviews {
        margin-bottom: 100px
    }

    .reviews__top {
        margin-bottom: 40px
    }

    .reviews__text {
        height: 220px;
        line-height: 22px
    }
}

@media (max-width: 760px) {
    .reviews {
        margin-bottom: 60px
    }

    .reviews__top {
        margin-bottom: 40px
    }

    .reviews__text {
        height: 220px;
        line-height: 22px
    }
}

.main-info__body {
    background-image: url(../img/main-info/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 83px 0 89px;
    position: relative;
    z-index: 10
}

.main-info__img, .main-info__wrap {
    justify-content: flex-end
}

.main-info__img {
    position: absolute;
    width: 492px;
    left: calc(50% - 552px);
    bottom: 0
}

.main-info__box {
    max-width: 520px;
    position: relative;
    left: 7px
}

.main-info__subtitle {
    text-align: left;
    margin-top: 28px;
    margin-bottom: 35px;
    max-width: 400px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    opacity: 1
}

.compare__text p span, .compare__top-caption strong, .main-info__subtitle a {
    font-weight: 600
}

.main-info__block {
    display: inline-block;
    max-width: 396px;
    position: relative;
    margin-left: 17px;
    padding: 22px 30px 30px 96px
}

.main-info__block:after {
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    border-radius: 20px;
    z-index: -2
}

.main-info__block:after, .main-info__block:before, .main-info__link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.main-info__block:before {
    left: -54px;
    background-image: url(../img/main-info/watch.png);
    background-repeat: no-repeat;
    z-index: -1
}

.main-info__desc {
    font-size: 20px;
    line-height: 28px;
    color: #222;
    letter-spacing: -.1px;
    margin-bottom: 20px
}

.main-info__desc span {
    font-weight: 500;
    color: #3a95aa
}

.main-info__social {
    margin-left: 5px;
    justify-content: flex-start
}

.main-info__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: all .3s
}

.main-info__link + .main-info__link {
    margin-left: 14px
}

.main-info__link:after {
    left: 0;
    border-radius: 10px;
    z-index: 5
}

.main-info__link--whatsapp:after {
    background-color: #74c53e
}

.main-info__link--telegram:after {
    background-color: #3cb6f1
}

.main-info__link--viber:after {
    background-color: #675ea6
}

.main-info__link:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    transition: all .3s
}

@media (max-width: 1430px) {
    .main-info__img {
        left: calc(50% - 510px)
    }
}

@media (max-width: 1130px) {
    .main-info__body {
        border-radius: 20px;
        padding: 60px 0 80px
    }

    .main-info__box {
        max-width: 400px;
        left: -20px
    }

    .main-info__subtitle {
        margin-top: 12px;
        margin-bottom: 20px;
        max-width: 340px
    }

    .main-info__desc {
        font-size: 18px;
        line-height: 26px
    }

    .main-info__link {
        width: 65px;
        height: 65px
    }

    .main-info__block {
        max-width: 350px;
        margin-left: 12px;
        padding: 20px 30px 25px 85px
    }

    .main-info__block:before {
        left: -55px;
        top: -5px
    }

    .main-info__img {
        left: calc(50% - 430px);
        width: 420px
    }
}

@media (max-width: 1010px) {
    .main-info .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .main-info__body {
        border-radius: 0
    }

    .main-info__box {
        max-width: 345px;
        left: -10px
    }

    .main-info__img {
        left: calc(50% - 370px);
        width: 325px
    }
}

@media (max-width: 760px) {
    .main-info .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .main-info__wrap {
        justify-content: flex-start
    }

    .main-info__body {
        border-radius: 0
    }

    .main-info__block {
        max-width: 315px;
        margin-left: 10px;
        padding: 15px 25px 25px 60px
    }

    .main-info__block:before {
        left: -33px;
        top: 10px;
        background-size: contain;
        width: 350px
    }

    .main-info__box {
        left: 0
    }

    .main-info__img {
        display: none
    }

    .main-info__desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .main-info__link {
        width: 55px;
        height: 55px
    }
}

.main-option {
    padding-top: 50px;
    margin-bottom: 97px
}

.main-option__body {
    background-image: url(../img/main-option/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    border-radius: 20px;
    padding-bottom: 326px;
    position: relative
}

.main-option__caption span, .main-option__wrap {
    position: relative;
    z-index: 10
}

.main-option__left {
    max-width: 570px;
    margin-left: 6px
}

.main-option__top {
    position: relative;
    padding-left: 45px
}

.main-option__icon {
    position: absolute;
    width: 108px;
    left: -23px;
    top: calc(50% - 54px);
    z-index: 15
}

.main-option__caption {
    display: inline-flex;
    position: relative;
    line-height: 19px;
    padding: 10px 29px;
    z-index: 10
}

.main-option__caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1
}

.main-option__title {
    margin-top: 35px;
    margin-bottom: 22px
}

.main-option__subtitle {
    max-width: 400px;
    text-align: left
}

.main-option__money {
    position: absolute;
    width: 550px;
    bottom: 0;
    left: calc(50% - 575px)
}

.main-option__box {
    position: absolute;
    width: 800px;
    right: 0;
    bottom: 0;
    border-radius: 0 0 20px 0;
    overflow: hidden
}

.main-option__man {
    width: 100%
}

.main-option__man img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-option__plan {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden
}

.main-option__plan img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-option__values {
    max-width: 205px;
    position: absolute;
    bottom: 80px;
    left: 103px;
    padding: 18px 26px 18px 29px;
    z-index: 10
}

@media (max-width: 1630px) {
    .main-option__money {
        left: calc(50% - 620px)
    }
}

@media (max-width: 1430px) {
    .main-option__body {
        padding-top: 45px;
        padding-bottom: 180px
    }

    .main-option__money {
        left: calc(50% - 500px);
        width: 340px
    }

    .main-option__left {
        margin-left: 50px
    }

    .main-option__box {
        width: 560px
    }
}

@media (max-width: 1130px) {
    .main-option {
        padding-top: 0;
        margin-bottom: 100px
    }

    .main-option__body {
        padding-top: 45px;
        padding-bottom: 180px
    }

    .main-option__money {
        left: calc(50% - 440px);
        width: 310px
    }

    .main-option__left {
        margin-left: 0;
        max-width: 490px
    }

    .main-option__box {
        width: 510px
    }
}

@media (max-width: 1010px) {
    .main-option {
        margin-bottom: 80px
    }

    .main-option .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .main-option__body {
        border-radius: 0;
        padding-top: 45px;
        padding-bottom: 180px
    }

    .main-option__plan {
        border-radius: 0
    }

    .main-option__money {
        left: calc(50% - 360px);
        width: 280px
    }

    .main-option__left {
        max-width: 420px
    }

    .main-option__box {
        width: 430px;
        border-radius: 0
    }
}

@media (max-width: 760px) {
    .main-option {
        margin-bottom: 60px
    }

    .main-option__body {
        padding-top: 40px;
        padding-bottom: 0
    }

    .main-option__icon {
        width: 90px;
        left: -5px;
        top: calc(50% - 45px)
    }

    .main-option__caption {
        line-height: 18px;
        padding: 9px 20px 9px 30px
    }

    .main-option__title {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .main-option__money, .main-option__plan {
        display: none
    }

    .main-option__left {
        max-width: 420px
    }

    .main-option__box {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px
    }

    .main-option__values {
        max-width: 180px;
        bottom: 60px;
        left: auto;
        padding: 15px 25px;
        right: 15px
    }
}

.compare {
	margin-top: 100px;
    margin-bottom: 100px
}

.compare__title {
    text-align: center
}

.compare__top {
    margin-top: 25px
}

.compare__top-caption {
    max-width: 325px;
    font-size: 20px;
    line-height: 28px;
    opacity: .5
}

.compare__car {
    margin-right: 28px;
    margin-left: 12px
}

.compare__body, .compare__table {
    position: relative
}

.compare__table {
    z-index: 10;
    margin-top: 35px
}

.compare__box {
    position: relative;
    padding-left: 124px
}

.compare__box:last-child .compare__td:first-child {
    border-radius: 0 0 0 10px
}

.compare__box:last-child .compare__td:last-child {
    border-radius: 0 0 10px 0
}

.compare__caption {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
    position: absolute;
    top: 22px;
    left: 0;
    max-width: 100px
}

.compare__tr {
    align-items: initial
}

.compare__th, .compare__tr.flex-center .compare__td {
    align-items: center
}

.compare__th {
    display: flex;
    justify-content: center;
    width: 25%;
    height: 80px;
    background-color: #f7f8fa
}

.compare__th + .compare__th {
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.compare__th-caption {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #df1c24
}

.compare__th:first-child {
    background-color: #3a95aa;
    border-radius: 10px 0 0 0
}

.compare__td:first-child .compare__price-value, .compare__td:first-child .compare__text p, .compare__th:first-child .compare__th-caption {
    color: #fff
}

.compare__th:last-child {
    border-radius: 0 10px 0 0
}

.compare__td {
    display: flex;
    align-items: initial;
    padding: 18px 25px 22px;
    width: 25%;
    min-height: 80px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15)
}

.compare__td + .compare__td {
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.compare__td-caption {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #df1c24
}

.compare__td:first-child {
    background-color: #3a95aa
}

.compare__text p + p {
    margin-top: 20px
}

.compare__text p strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

.compare__price-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #df1c24
}

.compare__price-desc, .compare__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.compare__steering {
    position: absolute;
    top: -10px;
    right: -415px;
    z-index: 1
}

.compare__trinket {
    position: absolute;
    bottom: 20px;
    z-index: 15;
    left: -115px
}

@media (max-width: 1130px) {
    .compare.compare__td {
        padding: 15px;
        min-height: 80px
    }

    .compare__text p + p {
        margin-top: 15px
    }

    .compare__text p {
        line-height: 20px
    }
}

@media (max-width: 1010px) {
    .compare {
		margin-top: 80px;
        margin-bottom: 80px
    }

    .compare__top {
        margin-top: 20px
    }

    .compare__top-caption {
        font-size: 18px;
        line-height: 25px
    }

    .compare__car {
        margin-right: 20px;
        margin-left: 0;
        width: 110px
    }

    .compare__steering, .compare__table, .compare__trinket {
        display: none
    }

    .compare__text p + p {
        margin-top: 10px
    }

    .compare__text p {
        line-height: 18px
    }
}

@media (max-width: 760px) {
    .compare {
		margin-top: 60px;
        margin-bottom: 60px;
    }

    .compare__top {
        margin-top: 20px
    }

    .compare__top-caption {
        max-width: 280px;
        font-size: 17px;
        line-height: 22px
    }

    .compare__car {
        margin-right: 20px;
        margin-left: 0;
        width: 100px
    }
}

@media (max-width: 500px) {
    .compare__top {
        flex-wrap: wrap;
        justify-content: center
    }

    .compare__top-caption {
        text-align: center;
        max-width: 100%
    }

    .compare__top-caption strong {
        display: block
    }

    .compare__car {
        margin-right: 0;
        width: 100px;
        margin-bottom: 10px
    }
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden
}

.accordion + .accordion {
    margin-top: 15px
}

.accordion-wrapper {
    display: none
}

.accordion__tab {
    position: relative;
    padding: 15px 25px;
    background-color: #f7f8fa;
    transition: all .3s
}

.accordion__title {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #df1c24;
    transition: all .3s
}

.accordion__info {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #c7c7c7;
    border-top: none;
    border-left: none;
    position: absolute;
    top: calc(50% - 9px);
    right: 25px;
    bottom: unset;
    left: unset;
    transform: rotate(45deg);
    transition: all .3s
}

.accordion__box {
    padding: 15px 25px 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.accordion__box + .accordion__box {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.accordion__caption {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 10px
}

.accordion__content {
    display: none
}

.accordion.active .accordion__tab {
    background-color: #3a95aa;
    transition: all .3s
}

.accordion.active .accordion__title {
    color: #fff;
    transition: all .3s
}

.accordion.active .accordion__info {
    border-color: #fff;
    top: calc(50% - 4px);
    transform: rotate(-135deg);
    transition: all .3s
}

@media (max-width: 1010px) {
    .accordion-wrapper {
        display: block;
        margin-top: 30px
    }
}

@media (max-width: 760px) {
    .accordion-wrapper {
        margin-top: 20px
    }

    .accordion__title {
        font-size: 18px
    }
}

.lastcar {
    margin-top: 90px;
    margin-bottom: 90px;
}

.lastcar__title {
    max-width: 700px;
    padding-bottom: 43px
}

.lastcar__cars {
    margin-bottom: 15px;
    margin-right: -40px
}

.lastcar__item-flex {
    display: flex;
    padding-right: 30px
}

.lastcar__photo {
    height: 370px;
    width: 46%;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 50px;
    position: relative
}

.lastcar__description {
    padding-right: 40px
}

.lastcar__characteristic {
    display: flex;
    padding-top: 15px
}

.lastcar__characteristic-item {
    padding: 2px 10px;
    color: #fff;
    background: #3a95aa;
    font-weight: 600;
    border-radius: 5px;
    line-height: 26px;
    letter-spacing: .01em;
    margin: 0 20px 10px 0
}

.lastcar__text {
    padding-top: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .01em;
    color: #333
}

.lastcar__price {
    width: 200px;
    flex-shrink: 0
}

.lastcar__price-item {
    font-family: "Ermilov", sans-serif;
    width: 200px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 22px 15px 14px 23px
}

.lastcar__price-item_our {
    background: #3a95aa;
    color: #fff;
    box-shadow: none
}

.lastcar__price-item_our .title--small {
    color: #fff
}

.lastcar__price-info {
    padding-bottom: 14px
}

.lastcar__price-value img {
    height: 12px;
    position: relative;
    top: 10px
}

.lastcar__price-value small {
    font-size: 16px;
    line-height: 18px
}

.lastcar__bottom {
    align-items: flex-start
}

.lastcar__list {
    width: calc(100% - 325px);
    position: relative
}

.lastcar__list-flex {
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 300px
}

.lastcar__list-item {
    cursor: pointer;
    width: 400px
}

.lastcar__list-photo {
    width: 135px;
    height: 98px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    position: relative
}

.lastcar__list-title {
    font-family: "Ermilov", sans-serif;
    letter-spacing: -.01em;
    text-transform: uppercase;
    max-width: calc(100% - 155px)
}

.lastcar .photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.lastcar .arrow {
    margin-top: 5px
}

@media (max-width: 1430px) {
    .lastcar__cars {
        margin-right: -30px
    }
}

@media (max-width: 1130px) {
    .lastcar {
        margin-top: 100px
    }

    .lastcar__cars {
        margin-right: -30px
    }

    .lastcar__list-flex {
        margin-right: 0;
        width: auto
    }
}

@media (max-width: 1010px) {
    .lastcar {
        margin-top: 80px
        margin-bottom: 0;
    }

    .lastcar__cars {
        margin-right: 0
    }

    .lastcar__title {
        max-width: 600px;
        padding-bottom: 20px
    }

    .lastcar__photo {
        width: 50%;
        margin-right: 30px
    }

    .lastcar__description {
        padding-right: 0;
        width: calc(50% - 30px)
    }

    .lastcar__item-flex {
        padding-right: 0;
        flex-wrap: wrap
    }

    .lastcar__price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px
    }

    .lastcar__list {
        width: calc(100% - 220px)
    }

    .lastcar__list-title {
        display: none
    }

    .lastcar__list-photo {
        margin: 0 auto
    }
}

@media (max-width: 760px) {
    .lastcar {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .lastcar__title {
        padding-bottom: 30px
    }

    .lastcar__cars {
        margin: 0 -15px 25px
    }

    .lastcar__photo {
        width: 100%;
        margin-right: 0;
        height: 240px;
        margin-bottom: 20px
    }

    .lastcar__description {
        width: 100%
    }

    .lastcar__characteristic-item {
        font-weight: 500;
        line-height: 24px
    }

    .lastcar__text {
        padding-top: 20px;
        line-height: 22px
    }

    .lastcar__item-flex {
        flex-wrap: wrap;
        padding: 0 15px
    }

    .lastcar__price {
        flex-wrap: wrap
    }

    .lastcar__price-item {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 20px 15px 20px 20px
    }

    .lastcar__price-item-flex {
        padding-right: 0;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center
    }

    .lastcar__price-info {
        padding-bottom: 0
    }

    .lastcar__list {
        width: calc(100% - 160px)
    }

    .lastcar__list-title {
        display: none
    }

    .lastcar__list-photo {
        margin: 0 auto
    }

    .lastcar .arrow--next {
        margin-left: 0
    }
}

.statistic {
    margin-bottom: 110px
}

.statistic__body {
    padding-top: 81px;
    padding-bottom: 91px;
    background-image: url(../img/statistic/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px
}

.statistic__title {
    max-width: 650px;
    margin-bottom: 88px
}

.statistic__row {
    align-items: flex-start
}

.statistic__coll {
    width: 20%
}

.statistic__coll:nth-child(1) .statistic__desc, .statistic__coll:nth-child(2) .statistic__desc, .statistic__coll:nth-child(3) .statistic__desc {
    max-width: 135px
}

.statistic__caption {
    font-family: "Ermilov", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3a95aa;
    margin-bottom: 35px
}

.statistic__caption small {
    font-size: 24px;
    line-height: 22px
}

.statistic__desc {
    max-width: 175px;
    font-weight: 600;
    line-height: 26px
}

@media (max-width: 1130px) {
    .statistic {
        margin-bottom: 0
    }

    .statistic .wrapper--big {
        max-width: 100%;
        padding: 0
    }

    .statistic__body {
        padding-top: 80px;
        padding-bottom: 80px;
        border-radius: 0
    }

    .statistic__title {
        margin-bottom: 60px
    }

    .statistic__coll {
        width: 20%
    }

    .statistic__coll:nth-child(1) .statistic__desc, .statistic__coll:nth-child(2) .statistic__desc, .statistic__coll:nth-child(3) .statistic__desc {
        max-width: 135px
    }

    .statistic__caption {
        font-size: 50px;
        margin-bottom: 20px
    }

    .statistic__caption small {
        font-size: 22px;
        line-height: 20px
    }

    .statistic__desc {
        line-height: 24px
    }
}

@media (max-width: 1010px) {
    .statistic__title {
        margin-bottom: 40px;
        max-width: 500px
    }

    .statistic__coll {
        width: 20%
    }

    .statistic__coll:nth-child(1) .statistic__desc, .statistic__coll:nth-child(2) .statistic__desc, .statistic__coll:nth-child(3) .statistic__desc {
        max-width: 120px
    }

    .statistic__caption {
        font-size: 42px;
        margin-bottom: 20px
    }

    .statistic__caption small {
        font-size: 20px;
        line-height: 20px
    }

    .statistic__desc {
        max-width: 120px;
        line-height: 22px
    }
}

@media (max-width: 760px) {
    .statistic__body {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .statistic__row {
        flex-wrap: wrap;
        margin-bottom: -40px
    }

    .statistic__coll {
        width: 50%;
        margin-bottom: 40px
    }

    .statistic__coll:nth-child(1) .statistic__desc, .statistic__coll:nth-child(2) .statistic__desc, .statistic__coll:nth-child(3) .statistic__desc {
        max-width: 100%
    }

    .statistic__caption {
        font-size: 38px;
        margin-bottom: 10px
    }

    .statistic__caption small {
        font-size: 18px;
        line-height: 20px
    }

    .statistic__desc {
        max-width: 100%;
        line-height: 20px
    }

    .statistic__desc br {
        display: none
    }
}

.contacts {
    background-image: url(../img/statistic/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 77px;
    padding-bottom: 77px
}

.contacts__wrap {
    position: relative
}

.contacts__top {
    max-width: 650px
}

.contacts__subtitle {
    margin-top: 28px;
    margin-bottom: 40px;
    max-width: 440px;
    text-align: left;
    line-height: 28px
}

.contacts__box {
    position: absolute;
    left: calc(50% - 165px);
    bottom: -77px
}

.contacts__man {
    width: 724px;
    position: relative;
    z-index: 15
}

.contacts__values {
    max-width: 205px;
    position: absolute;
    top: calc(50% - 175px);
    left: calc(50% + 130px);
    padding: 18px 26px 18px 29px;
    z-index: 10
}

.contacts .main-order {
    margin-top: 0;
    max-width: 720px;
    z-index: 20;
    padding: 29px 57px
}

.contacts .main-order .btn {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 1130px) {
    .contacts {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .contacts__top {
        max-width: 550px
    }

    .contacts__subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 24px
    }

    .contacts__box {
        left: calc(50% - 130px);
        bottom: -80px
    }

    .contacts__man {
        width: 635px
    }

    .contacts__values {
        top: calc(50% - 195px);
        left: calc(50% + 75px);
        padding: 15px 25px
    }

    .contacts .main-order {
        max-width: 650px;
        padding: 30px 40px
    }

}

@media (max-width: 1010px) {
    .contacts__top {
        max-width: 100%
    }

    .contacts__subtitle {
        max-width: 365px;
        margin-top: 60px;
        margin-bottom: 60px;
        line-height: 24px
    }

    .contacts__box {
        left: calc(50% - 155px);
        bottom: -80px
    }

    .contacts__man {
        width: 480px
    }

    .contacts__values {
        top: calc(50% - 175px);
        left: calc(50% + 60px);
        margin-right: -15px
    }

    .contacts .main-order {
        max-width: 580px;
        padding: 25px 35px
    }

    .contacts .main-order .btn {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 760px) {
    .contacts {
        padding-top: 60px;
        padding-bottom: 0
    }

    .contacts__title br {
        display: none
    }

    .contacts__subtitle {
        max-width: 365px;
        margin-top: 12px;
        margin-bottom: 20px;
        line-height: 22px
    }

    .contacts__box {
        left: 0;
        bottom: 0;
        position: relative;
        margin-top: 30px
    }

    .contacts__man {
        width: 100%
    }

    .contacts__values {
        top: auto;
        bottom: 50px;
        margin-right: 0;
        z-index: 20;
        left: auto;
        right: 15px;
        max-width: 180px
    }

    .contacts .main-order {
        margin-left: 0;
        padding: 20px 15px
    }

    .contacts .main-order .btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .contacts .main-order:after {
        border-radius: 10px;
    }
}

.footer {
    padding-top: 25px;
    padding-bottom: 30px
}

.footer__wrap {
    align-items: flex-start
}

.footer__logo {
    display: block
}

.footer__logo .logo__slogan {
    margin-left: 0;
    margin-top: 14px
}

.footer__confidentiality {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    text-decoration: underline;
    color: #3a95aa;
    position: relative;
    left: 11px;
    top: -2px
}

.footer__social {
    position: relative;
    left: 18px;
    top: 5px
}

.footer__social-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px
}

.footer__social-caption strong {
    display: block;
    font-weight: 600
}

.footer__social .social__link {
    width: 40px;
    height: 40px
}

.footer__phone {
    position: relative;
    left: 20px;
    top: 14px
}

.footer__btn {
    padding: 13px 28px
}

@media (max-width: 1130px) {
    .footer__confidentiality {
        left: 0;
        top: -8px
    }

    .footer__social {
        left: 0;
        top: 0
    }

    .footer__phone {
        position: relative;
        left: 0;
        top: 0
    }

    .footer__btn {
        padding: 12px 25px
    }
}

@media (max-width: 1010px) {
    .footer__wrap {
        flex-wrap: wrap
    }

    .footer__logo {
        width: 50%;
        margin-bottom: 25px
    }

    .footer__confidentiality {
        width: 50%;
        text-align: right
    }

    .footer__social {
        left: 0;
        top: 0
    }

    .footer__phone {
        position: relative;
        left: 0;
        top: 0
    }

    .footer__btn {
        padding: 12px 25px
    }
}

@media (max-width: 760px) {
    .footer__logo {
        display: flex;
        width: 100%;
        margin-bottom: 5px
    }

    .footer__logo .logo__slogan {
        margin-left: 10px;
        margin-top: 0
    }

    .footer__confidentiality {
        width: 100%;
        text-align: left;
        top: 0;
        margin-bottom: 10px
    }

    .footer__social {
        width: 100%;
        left: 0;
        top: 0
    }

    .footer__social-caption {
        line-height: 20px;
        margin-bottom: 5px
    }

    .footer__phone {
        width: 100%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .footer__btn {
        padding: 12px 25px
    }
}

.modal {
    width: auto;
    padding: 0;
    margin: 50px 15px;
    position: relative;
    overflow: visible;
    background: 0 0
}

.modal .fancybox-close-small {
    display: none
}

.modal__closed {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 25px;
    z-index: 20;
    opacity: .2;
    cursor: pointer;
    transition: all .3s
}

.modal__closed:hover {
    opacity: 1;
    transition: all .3s
}

.modal .desc {
    text-align: left
}

.modal .form {
    position: relative;
    z-index: 10
}

.modal .form__social {
    margin-top: 15px;
    margin-bottom: 10px
}

.modal .form__btn {
    margin-top: 20px;
    width: 100%;
    text-align: center
}

.modal .form__agreement {
    margin-top: 24px;
    text-align: center;
    padding: 0 25px
}

.dark-fancybox .fancybox-slide--html {
    padding: 0
}

@media (max-width: 760px) {
    .modal__closed {
        opacity: .6
    }
}


/*==========================================notice=======================================*/
.notice {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999999;
    padding: 27px 0;
    font-size: 22px;
    transform: translateY(80px);
    transition: transform 0.3s;
    opacity: 0;
    margin-top: -60px;
}

.notice.active {
    transform: translateY(0px);
    transition: transform 0.3s;
    opacity: 1;
}

.notice a {
    color: white;
}

.notice_warning {
    background: #181c19;
    color: white;
}

.notice_success {
    background-color: #28a745;
    color: white;
}

.notice_top {
    top: 0;
    bottom: auto;
}

.error {
    color: #fbcccc;
}

.field.wpcf7-not-valid::-webkit-input-placeholder {
    color: red;
    opacity: 1;
}
.field.wpcf7-not-valid::-moz-placeholder {
    color: red;
    opacity: 1;
}
.field.wpcf7-not-valid:-moz-placeholder {
    color: red;
    opacity: 1;
}
.field.wpcf7-not-valid:-ms-input-placeholder {
    color: red;
    opacity: 1;
}

@media (max-width: 760px) {
    .notice {
        padding: 20px 0;
        font-size: 18px;
    }
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: block !important;
}
