@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@700&family=Raleway:wght@400;500;700&display=swap);

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../node_modules/owl.carousel/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Raleway, sans-serif
}

body {
    background: #f7f7f7;
    overflow-x: hidden
}

.container {
    width: 1290px;
    margin: 0 auto
}

ul li {
    list-style-type: none
}

a {
    text-decoration: none
}

button {
    border: none;
    outline: 0
}

button:active,
button:focus,
button:hover {
    cursor: pointer
}

.btn-white {
    background: #fff;
    color: #141414
}

.btn-purple {
    background: #8624cf;
    color: #fff
}

.btn-blue {
    background: #3ca1eb;
    color: #fff;
}

.btn-sm {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .01em;
    /* color: #fff; */
    min-width: 300px;
    min-height: 72px;
    border-radius: 18px
}

.page-heading {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    display: block;
    text-align: center;
    color: #141414
}

.text-sm {
    color: #141414;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    font-weight: 500;
    display: block
}

.text-sm.bold {
    font-weight: 700
}

.text-sm.light {
    color: rgba(20, 20, 20, .6)
}

.heading-lg {
    font-weight: 700;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    letter-spacing: .01em;
    color: #141414
}

.heading-sm {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: .01em;
    color: #141414;
    display: block
}

.section {
    padding-top: 120px
}

.header {
    padding: 16px 0
}

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

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav li {
    margin-right: 24px
}

.header-nav li:last-of-type {
    margin-right: 0
}

.header-nav li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #141414
}

.header-btn .btn {
    padding: 12px 0;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .01em;
    width: 189px;
    height: 48px
}

.header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main {
    background-image: url(/images/dest/main_bg.jpeg);
    background-size: cover;
    background-position: top center
}

.main.pd {
    padding-top: 80px
}

.main-content {
    padding-top: 40px
}

.main .container {
    position: relative
}

.main-btns {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-btns .btn {
    width: 300px;
    height: 72px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .01em;
    margin-right: 30px
}

.main-btns .btn:last-of-type {
    margin-right: 0
}

.main-paragraph {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6);
    display: block;
    margin-bottom: 32px
}

.main-img {
    position: absolute;
    width: 506px;
    bottom: 0;
    right: -70px;
    bottom: -5px
}

.main-img img {
    width: 100%
}

.main-info {
    padding-bottom: 40px
}

.main-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-stat-item {
    margin-right: 60px
}

.main-stat-item:last-of-type {
    margin-right: 0
}

.main-stat-num {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    display: block;
    margin-bottom: 4px;
    color: #141414
}

.main-stat-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6)
}

.main-income {
    width: 300px;
    height: 65.3px;
    background: #fff;
    -webkit-box-shadow: 0 6.81813px 57.9541px rgba(0, 0, 0, .13);
    box-shadow: 0 6.81813px 57.9541px rgba(0, 0, 0, .13);
    border-radius: 18.7px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-income-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-income-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: .01em;
    color: #141414
}

.main-income img {
    margin-right: 7px
}

.main-income-num {
    color: #11a932;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    letter-spacing: .01em
}

.main-income.one {
    right: 237px;
    bottom: 286px;
    -webkit-transform: rotate(-4.31deg);
    -ms-transform: rotate(-4.31deg);
    transform: rotate(-4.31deg)
}

.main-income.two {
    right: 0;
    bottom: 110px;
    -webkit-transform: rotate(9.07deg);
    -ms-transform: rotate(9.07deg);
    transform: rotate(9.07deg)
}

.main-income.three {
    -webkit-transform: rotate(-4.31deg);
    -ms-transform: rotate(-4.31deg);
    transform: rotate(-4.31deg);
    bottom: -32px;
    right: 217px
}

.heading {
    color: #141414;
    font-weight: 700;
    font-size: 56px;
    line-height: 129%;
    margin-bottom: 4px
}

.subheading {
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: rgba(20, 20, 20, .6);
    margin-bottom: 24px
}

.info {
    margin-bottom: 120px
}

.info-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1380px;
    background: #fff;
    border-radius: 64px;
    padding-top: 60px;
    padding-bottom: 196px
}

.info-logo {
    margin-bottom: 16px;
    text-align: center
}

.info .page-heading {
    margin-bottom: 16px
}

.info-text .text-sm {
    text-align: center;
    color: rgba(20, 20, 20, .8);
    width: 740px;
    margin-left: auto;
    margin-right: auto
}

.case {
    margin-top: -122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case-item {
    width: 410px;
    margin-right: 30px
}

.case-item:last-of-type {
    margin-right: 0
}

.case-photo {
    width: 100%;
    height: 231px;
    border-radius: 24px;
    overflow: hidden
}

.case-photo-wrap {
    position: relative;
    margin-bottom: 16px
}

.case-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.case-income {
    width: 163.49px;
    height: 38.31px;
    background: #fff;
    -webkit-box-shadow: 0 4px 34px rgba(0, 0, 0, .13);
    box-shadow: 0 4px 34px rgba(0, 0, 0, .13);
    border-radius: 10.9448px;
    -webkit-transform: rotate(-4.31deg);
    -ms-transform: rotate(-4.31deg);
    transform: rotate(-4.31deg);
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: -12px;
    bottom: -12px
}

.case-income-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case-income-left img {
    width: 16.42px;
    margin-right: 4px
}

.case-income-title {
    font-weight: 500;
    font-size: 10.9448px;
    line-height: 18px;
    color: #141414;
    letter-spacing: .01em
}

.case-income-num {
    line-height: 18px;
    text-align: right;
    letter-spacing: .01em;
    color: #11a932;
    font-size: 10.9448px
}

.case-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    display: block;
    color: #141414;
    letter-spacing: .01em
}

.case-model {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    display: block;
    color: #141414;
    letter-spacing: .01em
}

.calculator {
    padding: 30px 0 75px;
}

.calculator .switch-tabs {
    width: 155px;
    height: 40px
}

.calculator .page-heading {
    margin-bottom: 8px
}

.calculator-subheading {
    display: block;
    margin-bottom: 42px;
    text-align: center
}

.calculator-filter {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator-filter-subheading {
    margin-bottom: 4px;
    display: block
}

.calculator-filter-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .01em;
    color: #141414;
    display: block
}

.calculator-filter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-filter-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    background-image: url(/images/dest/icons/arrow-next.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 32px;
    margin-right: 32px;
    display: none
}

.calculator-filter-model {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-filter-model .calculator-filter-heading {
    color: rgba(20, 20, 20, .6)
}

.calculator-filter-model img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-right: 8px;
    display: block
}

.calculator-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow-x: visible
}

.calculator-auto,
.calculator-auto-none {
    width: 300px;
    min-width: 300px;
    background: #fff;
    border-radius: 48px;
    padding: 24px;
    margin-right: 30px
}

.calculator-auto:last-of-type,
.calculator-auto-none:last-of-type {
    margin-right: 0
}

.calculator-auto-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    height: 64px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calculator-auto-logo img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.calculator-auto-brand {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    letter-spacing: .01em;
    display: block;
    color: #141414;
    margin-bottom: 20px
}

.calculator-auto-photo {
    width: 100%;
    margin-bottom: 20px;
    height: 172px
}

.calculator-auto-photo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.calculator-search {
    width: 757px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.calculator-search-input {
    position: relative;
    background: #fff;
    border: 1px solid #141414;
    border-radius: 24px;
    padding: 25px;
    overflow: hidden;
    height: 80px;
    z-index: 2
}

.calculator-search-input input {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    background-color: transparent;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6)
}

.calculator-search-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/images/dest/icons/search_icon.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}

.calculator-search-result {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    border-radius: 24px;
    position: absolute;
    width: 100%;
    max-height: 436px;
    overflow-y: hidden;
    padding-top: 80px;
    margin-top: -80px;
    z-index: 1;
    display: none
}

.calculator-search-result-wrap {
    padding-left: 24px;
    padding-right: 28px;
    overflow-y: scroll;
    max-height: 356px
}

.calculator-search-result-item {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px
}

.calculator-search-result-item-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-search-result-item-img {
    width: 72px;
    height: 48px;
    margin-right: 16px
}

.calculator-search-result-item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.calculator-search-result-item-model {
    font-weight: 700
}

.calculator-search-result-item-arrow {
    height: 24px;
    width: 24px;
    background-image: url(/images/dest/icons/arrow_model.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

.calculator-search-result-item:hover {
    cursor: pointer
}

.calculator-filter {
    min-height: 60px
}

.calculator-tab {
    display: none
}

.calculator-tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.calculator-filter-model {
    display: none
}

.calculator-filter-model.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator-step {
    display: none
}

.calculator-step.active {
    display: block
}

.calculator-tab-content {
    display: none
}

.calculator-tab-content.active {
    display: block
}

.calculator-filter-step {
    position: relative;
    display: none;
    margin-right: 104px
}

.calculator-filter-step.active {
    display: block
}

.calculator-filter-step::after {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    content: "";
    right: -32px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    background-image: url(/images/dest/icons/arrow_model.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: none
}

.pass.calculator-filter-step::after {
    display: block
}

.switch-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #ebebeb;
    border-radius: 12px;
    padding: 2px
}

.switch-tab {
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(20, 20, 20, .6);
    letter-spacing: .01em;
    background-color: transparent;
    width: 50%
}

.switch-tab.active {
    color: #141414;
    background: #fff;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .17);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .17)
}

.btn-grey,
.btn-grey-none {
    color: #141414;
    width: 100%;
    padding: 16px 32px;
    background: #ebebeb;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .01em;
    border-radius: 16px
}

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

.car-result-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.car-result-heading img {
    width: 48px;
    height: 48px;
    /*opacity: .6;
    border-radius: 24px;*/
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.car-result-subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6);
    display: block
}

.car-result-year {
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #141414;
    display: block;
    margin-bottom: 10px
}

.car-result-left {
    width: 630px;
    background: #fff;
    border-radius: 48px;
    padding: 32px
}

.car-result-right {
    width: 556px;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block
}

.car-result-right img {
    /*  width: 100%;  */
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    /*  object-position: center */
    object-position: left
}

.car-result-range {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb
}

.car-result-range-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car-result-range-numbers span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6)
}

.car-result-income {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #141414;
    display: block;
    margin-bottom: 4px
}

.car-result-income-sm {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: rgba(20, 20, 20, .6);
    letter-spacing: .01em;
    display: block;
    margin-bottom: 36px
}

.car-result-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car-result-btn .btn-grey,
.car-result-btn .btn-grey-none,
.car-result-btn .btn-purple {
    width: 268px;
    min-width: inherit
}

.car-result-btn .btn-blue {
    width: 268px;
    min-width: inherit
}


input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #ebebeb;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#141414));
    background-image: -o-linear-gradient(#141414, #141414);
    background-image: linear-gradient(#141414, #141414);
    background-size: 70% 100%;
    background-repeat: no-repeat
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 48px;
    background-image: url(/images/dest/icons/scroll_icon.svg);
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 48px;
    background: #ebebeb;
    cursor: pointer;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background-image: url(/images/dest/icons/scroll_icon.svg);
    outline: 0;
    box-shadow: none;
    border: none
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 48px;
    background: #ebebeb;
    cursor: pointer;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background-image: url(/images/dest/icons/scroll_icon.svg);
    outline: 0;
    box-shadow: none;
    border: none
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.benefits {
    padding-top: 79px;
}

.benefits .page-heading {
    margin-bottom: 60px
}

.benefits-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.benefits-item {
    width: 630px;
    padding: 32px;
    border-radius: 32px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.benefits-item.lg {
    margin-bottom: 30px;
    min-height: 630px
}

.benefits-item.sm {
    min-height: 360px;
    background-size: contain
}

.benefits-item.one {
    background-image: url(/images/dest/benefits_1.png)
}

.benefits-item.two {
    background-image: url(/images/dest/benefits_2.png);
    background-color: #fff
}

.benefits-item.three {
    background-image: url(/images/dest/benefits_3.png);
    background-position: bottom right;
    background-color: #fff
}

.benefits-item.four {
    background-image: url(/images/dest/benefits_4.png);
    background-position: bottom right;
    background-color: #fff
}

.service {
    padding-bottom: 102px
}

.service .page-heading {
    margin-bottom: 60px
}

.service-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-left {
    min-width: 850px;
    width: 850px;
    background: #fff;
    border-radius: 32px
}

.service-left .service-item-info {
    width: 242px
}

.service-right .service-item-info {
    width: 156px
}

.service-right .service-item-info:nth-of-type(2n) {
    margin-right: 0
}

.service-item {
    padding: 32px 32px 0
}

.service-item .heading-sm {
    margin-bottom: 32px
}

.service-item-icon {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-item .text-sm.bold {
    margin-bottom: 8px
}

.service-item .text-sm.light {
    font-size: 14px
}

.service-item-info {
    margin-right: 30px;
    margin-bottom: 32px
}

.service-item-info:nth-of-type(3n) {
    margin-right: 0
}

.earn {
    padding-top: 70px;
    text-align: center
}

.earn .heading-lg {
    text-align: center;
    display: block;
    margin-bottom: 550px
}

.earn .container {
    position: relative
}

.earn-bg {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
    z-index: 0
}

.earn-bg img {
    max-width: 100%
}

.earn .heading-sm {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500
}

.mobility .page-heading {
    margin-bottom: 16px
}

.mobility .text-sm {
    text-align: center;
    margin-bottom: 60px
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(/images/dest/icons/close_icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.map-car {
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    width: 440px;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    display: none
}

.map-car-img {
    width: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 156px;
    margin-left: auto;
    margin-right: auto
}

.map-car-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.map-car-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px
}

.map-car-model-brand {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    color: rgba(20, 20, 20, .6);
    letter-spacing: .01em;
    display: block
}

.map-car-model-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #141414;
    letter-spacing: .01em
}

.map-car-model-img {
    width: 48px;
    height: 48px;
    opacity: .6
}

.map-car-model-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.map-car-invest {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px
}

.map-car-invest-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    color: rgba(20, 20, 20, .6);
    display: block;
    letter-spacing: .01em;
    margin-bottom: 8px
}

.map-car-invest-info {
    padding: 16px;
    background: #f8f2fc;
    border-radius: 24px;
    display: block;
    font-size: 14px;
    line-height: 143%;
    color: #141414;
    margin-bottom: 16px
}

.map-car-invest-details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.map-car-invest-details-row span {
    display: block
}

.map-car-invest-details-row span:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6);
    width: 170px;
    min-width: 170px;
    margin-right: 16px
}

.map-car-invest-details-row span:nth-of-type(2) {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .01em;
    color: #141414
}

.map-car-similar-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6);
    display: block;
    margin-bottom: 8px
}

.map-car-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.map-car-slider-item {
    width: 112px;
    min-width: 112px;
    margin-right: 16px
}

.map-car-slider-item:last-of-type {
    margin-right: 0
}

.map-car-slider-item-img {
    width: 100%;
    height: 72px;
    cursor: pointer;
}

.map-car-slider-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.map-car-slider-item-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    display: block;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6)
}

.map-car-slider-item-model {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .01em;
    color: #141414;
    display: block
}

.map-content {
    height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 32px
}

.yandexmap_mob,
.yandexmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border: 12px solid #fff;
    border-radius: 32px;
}


.map-content-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

[class*="ground-pane"] {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.map-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.map-tabs-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 32px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .01em;
    color: #141414;
    margin-right: 20px;
    position: relative;
    cursor: pointer
}

.map-tabs-item:last-of-type {
    margin-right: 0
}

.map-tabs-item.active {
    /* background-color: #8624cf; */
    background-color: #11a932;
    color: #fff;
    font-weight: 700
}

.map-tabs-item.soon {
    color: rgba(20, 20, 20, .4) !important;
    background-color: #fff !important;
    font-weight: 500 !important
}

.map-tabs-item.soon::after {
    position: absolute;
    content: "";
    background-image: url(/images/dest/tag.svg);
    width: 51px;
    height: 32px;
    top: -10px;
    right: -20px;
    background-size: cover;
    background-position: top center
}

.telegram .heading-lg {
    margin-bottom: 40px;
    display: block;
    text-align: left
}

.telegram .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.telegram-left {
    width: 850px;
    margin-right: 23px
}

.telegram-left .text-sm {
    width: 630px;
    margin-bottom: 16px
}

.telegram-info {
    margin-bottom: 40px
}

.telegram-right {
    width: 307.9px
}

.telegram-right img {
    max-width: 100%
}

.invest-left {
    width: 630px;
    min-width: 630px;
    height: 400px;
    background-color: #ebebeb;
    border-radius: 24px;
    position: relative;
    margin-right: 30px
}

.invest-left img {
    width: 100%;
    position: absolute;
    bottom: 0
}

.invest-right .page-heading {
    margin-bottom: 20px;
    text-align: left
}

.invest-right .text-sm {
    margin-bottom: 20px
}

.invest .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.request {
    padding-bottom: 151px
}

.request .page-heading {
    margin-bottom: 8px
}

.request .text-sm {
    margin-bottom: 16px;
    text-align: center
}

.request-form .switch-tabs {
    width: 306px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px
}

.request-form .switch-tab {
    width: 50%;
    height: 36px
}

.request .form {
    text-align: center;
    margin-bottom: 16px
}

.request .form-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .6);
    display: block
}

.request .form-content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 850px;
    margin-left: auto;
    margin-right: auto
}

.request .form-item {
    width: 410px;
    margin-right: 30px;
    margin-bottom: 24px
}

.request .form-item:nth-of-type(2n) {
    margin-right: 0
}

.request .form-item label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .01em;
    color: rgba(20, 20, 20, .7);
    display: block;
    margin-bottom: 2px
}

.request .form-item input {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #141414
}

.footer {
    background: #fff;
    border-radius: 32px 32px 0 0;
    padding: 46px 0
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 82px
}

.footer-logo {
    text-align: center
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-links-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: .01em;
    color: #141414;
    border-bottom: 1px solid #141414;
    margin-right: 32px
}

.footer-links-item:last-of-type {
    margin-right: 0
}

.footer-copy {
    padding-right: 82px
}

.footer-copy-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: .01em;
    color: #141414;
    display: block
}

.calculator-catalog .owl-next {
    background-image: url(/images/dest/icons/arr-right.svg) !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 0
}

.calculator-catalog .owl-next span {
    display: none !important
}

.calculator-catalog .owl-prev {
    background-image: url(/images/dest/icons/arr-prev.svg) !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    box-shadow: 0 4px 40px rgba(0, 0, 0, .11);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    left: 0
}

.calculator-catalog .owl-prev span {
    display: none !important
}

.calculator-auto-logo img {
    width: auto !important;
    height: auto !important
}

.request-form-content {
    display: none
}

.request-form-content.active {
    display: block
}

.map-car-slider {
    position: relative
}

.map-car-slider .owl-nav {
    position: absolute;
    top: -36px;
    right: 0;
    height: 32px;
    width: 100%
}

.map-car-slider .owl-next,
.map-car-slider .owl-prev {
    width: 32px;
    height: 32px;
    background-color: #ebebeb !important;
    border-radius: 32px;
    position: absolute;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.map-car-slider .owl-next span,
.map-car-slider .owl-prev span {
    display: none
}

.map-car-slider .owl-next {
    right: 0;
    background-image: url(/images/dest/icons/arr_next_slider.svg) !important
}

.map-car-slider .owl-prev {
    right: 40px;
    background-image: url(/images/dest/icons/arr_prev_slider.svg) !important
}

.calculator-filter-step:hover {
    cursor: pointer
}

.main-stat.hide-lg {
    display: none
}

.footer-links div:first-of-type {
    margin-right: 32px
}

.calculator-auto-logo img {
    max-height: 100% !important;
    max-width: 100% !important
}

.calculator-tab.show-mob,
.calculator-tab.show-tab {
    display: none
}

.cal-mob-btn,
.calc-mob,
.map-mob-btn,
.mob-calc,
.mob-map {
    display: none
}

.mob-calc-tab-content {
    display: none
}

.mob-calc-tab-content.active {
    display: none
}

.mob-page {
    display: none
}

html {
    overflow-x: hidden
}

.calculator-catalog .owl-nav .owl-next.disabled,
.calculator-catalog .owl-nav .owl-prev.disabled {
    display: none
}

.earn-bg {
    width: 960px;
    height: auto;
    top: 0
}

.earn .heading-lg {
    margin-bottom: 450px
}

.footer-logo,
.header-logo {
    width: 114px;
    height: 32px
}

.footer-logo img,
.header-logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.footer-logo,
.header-logo {
    width: 114px;
    height: 32px;
    background-image: url(/images/dest/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.telegram-img {
    background-image: url(/images/dest/iphone.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.telegram-right {
    width: 307.9px;
    height: 636.04px;
}

.info-logo img {
    width: 72px;
    height: 72px;
}

.map-content-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/images/dest/map_placeholder.jpg);
}

.service-item-icon {
    background-repeat: no-repeat;
    background-position: center;
}

.service-item-icon.one {
    background-image: url(/images/dest/icons/service_1.svg);
}

.service-item-icon.two {
    background-image: url(/images/dest/icons/service_2.svg);
}

.service-item-icon.three {
    background-image: url(/images/dest/icons/service_3.svg);
}

.service-item-icon.four {
    background-image: url(/images/dest/icons/service_4.svg);
}

.service-item-icon.five {
    background-image: url(/images/dest/icons/service_5.svg);
}

.service-item-icon.six {
    background-image: url(/images/dest/icons/service_6.svg);
}

.service-item-icon.seven {
    background-image: url(/images/dest/icons/service_7.svg);
}

.service-item-icon.eight {
    background-image: url(/images/dest/icons/service_8.svg);
}

/* DARK THEME STYLES */

html.dark .telegram-img {
    background-image: url(/images/dest/dark/iphone.png);
}

html.dark .map-tabs-item {
    background-color: #3e3b3b;
}

html.dark .map-tabs-item.soon {
    color: rgba(255, 255, 255, .6) !important;
}

html.dark .map-tabs-item.soon {
    color: rgba(20, 20, 20, .4) !important;
    background-color: #3e3b3b !important;
    font-weight: 500 !important;
}

html.dark body {
    background: #141414;
}

html.dark .case-income-title,
html.dark .page-heading,
html.dark .main-income-title,
html.dark .main-stat-num,
html.dark .text-sm,
html.dark .calculator-filter-heading,
html.dark .calculator-auto-brand,
html.dark .heading-sm,
html.dark .heading-lg,
html.dark .footer-links-item,
html.dark .footer-copy-text,
html.dark .request .form-item input,
html.dark .car-result-year,
html.dark .car-result-income,
html.dark .map-car-invest-info,
html.dark .map-car-model-name,
html.dark .map-car-invest-details-row span:nth-of-type(2),
html.dark .map-car-slider-item-model {
    color: #fff;
}

html.dark .car-result-income-sm,
html.dark .car-result-subheading,
html.dark .switch-tab,
html.dark .main-stat-txt,
html.dark .main-paragraph,
html.dark .calculator-search-input input,
html.dark .car-result-range-numbers span,
html.dark .request .form-info,
html.dark .map-car-model-brand,
html.dark .map-car-invest-title,
html.dark .map-car-invest-details-row span:first-of-type,
html.dark .map-car-similar-title,
html.dark .map-car-slider-item-name {
    color: rgba(255, 255, 255, 0.6)
}

html.dark .calculator-search-input {
    border-color: #fff;
}

html.dark input[type="range"] {
    background: #3e3b3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

html.dark .switch-tab.active {
    background: #3e3b3b;
    color: #fff;
}

html.dark .mob-heading-goback {
    background-image: url(/images/dest/dark/icons/prev-title.svg);
}

html.dark .main-income,
html.dark .case-income {
    background: #3e3b3b;
}

html.dark .header-logo,
html.dark .footer-logo {
    background-image: url(/images/dest/logo-dark.png);
}

html.dark .calculator-search-btn {
    background-image: url(/images/dest/dark/icons/search-white.svg)
}

html.dark .btn-white {
    background-color: #3e3b3b
}

html.dark .header-nav li a,
html.dark .btn-purple {
    color: #fff
}

html.dark .main {
    background-image: url(/images/dest/dark/main.jpeg);
    background-position: top
}

html.dark .info-wrap {
    background: #1c1c1c
}

html.dark .info-text .text-sm {
    color: #fff
}

html.dark .calculator-auto,
html.dark .calculator-auto-none {
    background: #1c1c1c
}

html.dark .btn-grey,
html.dark .btn-grey-none {
    background: #3e3b3b;
    color: #fff
}

html.dark .header.fixed {
    background: rgba(21, 19, 19, .7)
}

html.dark .benefits-item.lg,
html.dark .benefits-item.sm,
html.dark .service-left,
html.dark .switch-tabs {
    background-color: #1c1c1c
}

html.dark .benefits-item.one {
    background-image: url(/images/dest/dark/benefit1_dark.png)
}

html.dark .map-tabs-item {
    color: #fff !important
}

html.dark .map-tabs-item.soon {
    color: rgba(255, 255, 255, .6) !important
}

html.dark .map-content-item {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    background-image: url(/images/dest/dark/map_placeholder.png);
}

html.dark .invest-left {
    background: #1c1c1c
}

html.dark .request .form-item input {
    border-color: #3e3b3b;
    background: #1c1c1c
}

html.dark .request .form-item label {
    color: rgba(255, 255, 255, .6)
}

html.dark .footer {
    background: #1c1c1c
}

html.dark .map-car {
    padding-top: 0;
    margin-top: 12px;
    margin-right: 12px;
    height: calc(100% - 24px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #302e2e
}

html.dark .map-car-invest-info {
    background: #3e3346;
}

html.dark .calculator-catalog .owl-nav .owl-next.disabled,
html.dark .calculator-catalog .owl-nav .owl-prev.disabled {
    display: none;
}

html.dark .calculator-catalog .owl-next {
    background-image: url(/images/dest/dark/icons/next.svg) !important
}

html.dark .calculator-catalog .owl-prev {
    background-image: url(/images/dest/dark/icons/prev.svg) !important
}

html.dark .calculator-catalog .owl-prev {
    background-color: #3e3b3b !important;
}

html.dark .btn-close {
    background-image: url(/images/dest/dark/icons/close_icon.svg)
}

html.dark .map-car-slider .owl-prev {
    background-color: #3e3b3b !important;
    background-image: url(/images/dest/dark/icons/prev.svg) !important
}

html.dark .map-car-slider .owl-next {
    background-color: #3e3b3b !important;
    background-image: url(/images/dest/dark/icons/next.svg) !important
}

html.dark .pass.calculator-filter-step::after {
    background-color: #1c1c1c;
    background-image: url(/images/dest/dark/icons/next.svg)
}

html.dark .calculator-filter-subheading {
    color: rgba(255, 255, 255, .6)
}

html.dark .calculator-search-input,
html.dark .calculator-search-result {
    background: #1c1c1c
}

html.dark .calculator-search-result-item,
html.dark .car-result-range,
html.dark .car-result-subheading,
html.dark .car-result-year {
    border-bottom-color: rgba(255, 255, 255, .6)
}

html.dark .calculator-search-result-item,
html.dark .car-result-range {
    border-bottom-color: rgba(255, 255, 255, .6);
}

html.dark .calculator-search-result-item-arrow {
    background-image: url(/images/dest/dark/icons/next.svg);
    opacity: .6;
    width: 24px;
    height: 24px;
    background-size: 16px 9px;
    background-position: center;
    background-repeat: no-repeat
}

html.dark .car-result-left {
    background: #1c1c1c
}

html.dark input[type=range]::-ms-thumb {
    background-image: url(/images/dest/dark/icons/scroll.svg)
}

html.dark input[type=range]::-moz-range-thumb {
    background-image: url(/images/dest/dark/icons/scroll.svg)
}

html.dark input[type=range]::-webkit-slider-thumb {
    background-image: url(/images/dest/dark/icons/scroll.svg)
}

.earn-bg {
    width: 960px;
    height: auto;
    top: 0;
}

.earn .heading-lg {
    margin-bottom: 450px;
}

html.dark .footer-logo,
html.dark .header-logo {
    width: 114px;
    height: 32px;
}

html.dark .footer-logo img,
html.dark .header-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

html.dark .btn-white,
html.dark .heading {
    color: #fff;
}

html.dark .subheading {
    color: rgba(255, 255, 255, .6);
}

html.dark .service-item-icon.one {
    background-image: url(/images/dest/dark/icons/service_1.svg);
}

html.dark .service-item-icon.two {
    background-image: url(/images/dest/dark/icons/service_2.svg);
}

html.dark .service-item-icon.three {
    background-image: url(/images/dest/dark/icons/service_3.svg);
}

html.dark .service-item-icon.four {
    background-image: url(/images/dest/dark/icons/service_4.svg);
}

html.dark .service-item-icon.five {
    background-image: url(/images/dest/dark/icons/service_5.svg);
}

html.dark .service-item-icon.six {
    background-image: url(/images/dest/dark/icons/service_6.svg);
}

html.dark .service-item-icon.seven {
    background-image: url(/images/dest/dark/icons/service_7.svg);
}

html.dark .service-item-icon.eight {
    background-image: url(/images/dest/dark/icons/service_8.svg);
}

html.dark .calculator-catalog .owl-next {
    background-image: url(/images/dest/dark/icons/right_arr.svg) !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #3e3b3b !important;
}

html.dark .footer-links-item {
    border-bottom: 1px solid;
}

html.dark .map-tabs-item.active {
    /* background-color: #8624cf !important; */
    background-color: #11a932 !important;

}

html.dark .calculator-filter-model .calculator-filter-heading {
    color: rgba(255, 255, 255, .6);
}

html.dark .car-result-left {
    background: transparent;
    border-radius: 0;
}

html.dark .car-result {
    background: #1c1c1c;
}


/* Новые правки */

html.dark .btn-purple {
    background: #ffcc00;
    color: #1c1c1c;
}

.car-result {
    background: #fff;
    border-radius: 48px;
}

html.dark .car-result-left,
.car-result-left {
    background: transparent;
    border-radius: 0;
}

html.dark .car-result {
    background: #1c1c1c;
    border-radius: 48px;
}

.car-result-right img {
    max-width: 100%;
    width: 448px;
}

/* Новые правки */

html.dark .btn-purple {
    background: #ffcc00;
    color: #1c1c1c;
}

html.dark .btn-blue {
    background: #3ca1eb;
    color: #fff;
}

.car-result {
    background: #fff;
    border-radius: 48px;
}

html.dark .car-result-left,
.car-result-left {
    background: transparent;
    border-radius: 0;
}

html.dark .car-result {
    background: #1c1c1c;
    border-radius: 48px;
}

.car-result-right img {
    max-width: 100%;
    width: 448px;
}

html.dark .yandexmap_mob,
html.dark .yandexmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    overflow: hidden;
    border: 12px solid #1c1c1c;
    border-radius: 32px;
}

.youtubeWide {
    width: 100%;
    display: block;
}

.youtubeMini {
    display: none;
}
