body.compensate-for-scrollbar {
    overflow: hidden
}

.lang-switcher {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 13px;
}

.lang-switcher a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.lang-switcher a.active {
    opacity: 1;
    font-weight: 600;
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(""), url(../fonts/inter-v2-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/inter-v2-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/inter-v2-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/inter-v2-latin_cyrillic-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/inter-v2-latin_cyrillic-600.woff2) format("woff2"), url(../fonts/inter-v2-latin_cyrillic-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: local(""), url(../fonts/inter-v2-latin_cyrillic-900.woff2) format("woff2"), url(../fonts/inter-v2-latin_cyrillic-900.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rubik-v11-latin_cyrillic-regular.eot);
    src: local(""), url(../fonts/rubik-v11-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/rubik-v11-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/rubik-v11-latin_cyrillic-regular.woff) format("woff"), url(../fonts/rubik-v11-latin_cyrillic-regular.ttf) format("truetype"), url(../fonts/rubik-v11-latin_cyrillic-regular.svg#Rubik) format("svg")
}

body {
    font-display: swap;
    font-family: Inter, sans-serif;
    color: #0d1b34;
    background: #f6f7fb;
    margin-top: 40px
}

a {
    color: #6762dc
}

a:hover {
    color: #ff9c28;
    text-decoration: none
}

a:active {
    color: #b95913
}

p {
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

label {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #0D1B34;
    display: block;
    margin-bottom: 7px;
    text-align: left;
}

select {
    display: block;
    width: 100%;
    cursor: pointer
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/tr-dn.svg) right 18px center no-repeat
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #6762dc;
    box-shadow: none;
    border-radius: 4px;
    font-size: 17px;
    line-height: 21px;
    padding: 13px 16px;
    display: block;
    width: 100%
}

input,
select,
textarea {
    border: 1px solid #6762dc;
    border-radius: 4px;
    outline: 0
}

input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    border: 1px solid #b95913
}

.container,
.staff-container {
    max-width: 1256px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.align-middle {
    text-align: center
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 15px
}

.mb-4 {
    margin-bottom: 20px
}

.mb-5 {
    margin-bottom: 25px
}

.mb-6 {
    margin-bottom: 30px
}

.mb-7 {
    margin-bottom: 35px
}

.mb-8 {
    margin-bottom: 40px
}

.mb-9 {
    margin-bottom: 45px
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mt-4 {
    margin-top: 20px
}

.mt-5 {
    margin-top: 25px
}

.mt-6 {
    margin-top: 30px
}

.mt-7 {
    margin-top: 35px
}

.mt-8 {
    margin-top: 40px
}

.mt-9 {
    margin-top: 45px
}

.section {
    padding-bottom: 80px
}

.title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
    text-align: center
}

.sub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #6762dc;
    margin-bottom: 36px
}

.text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%
}

.text__title {
    font-size: 32px;
    line-height: 31px;
    margin-bottom: 20px;
    margin-top: 40px
}

.text-primary {
    color: #6762dc
}

.text-secondary {
    color: #ffb228
}

.yt-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 20px 50px rgba(57, 36, 101, .1));
    filter: drop-shadow(0 20px 50px rgba(57, 36, 101, .1))
}

.lock-scroll {
    overflow: hidden
}

.hidden {
    display: none
}

.no-max-width {
    max-width: none !important
}

.page {
    background-repeat: no-repeat;
    background-position: right top
}

.page__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    max-width: 587px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px
}

.btn,
button,
input[type=submit] {
    background: #ffb228;
    box-shadow: 0 5px 5px rgba(255, 178, 40, .3);
    border-radius: 4px;
    text-align: center;
    padding: 14px 15px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.btn:hover,
button:hover,
input:hover[type=submit] {
    background-color: #ff9c28;
    color: #fff
}

.btn:focus,
button:focus,
input:focus[type=submit] {
    background-color: #b95913;
    color: #fff
}

.btn-catalog {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 12px;
    height: 50px;
    max-width: 140px
}

.btn-viber {
    width: 49px;
    height: 49px;
    background-image: url(../img/icons/viber.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px
}

.btn-telegram {
    width: 49px;
    height: 49px;
    background-image: url(../img/icons/telegram.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px
}

.btn-block {
    display: block;
    width: 100%
}

.bordered-text-box {
    border: 4px solid #6762dc;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 25px
}

.bordered-text-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px
}

.bordered-text-box__text {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 18px
}

.bordered-text-box__text p:last-child {
    margin-bottom: 0
}

.bg-white {
    background: #fff !important
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7)
}

.overlay.active {
    display: block;
}

.popup {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    position: relative
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all .2s;
    font-size: 30px;
    text-decoration: none;
    color: #333
}

.popup .close:hover {
    color: #b95913
}

.play {
    background: #000;
    border-radius: 50%/10%;
    color: #fff;
    font-size: 2em;
    height: 3em;
    padding: 0;
    text-align: center;
    text-indent: .1em;
    width: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5em auto 20px -2em;
    opacity: .7;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.play:hover {
    background: red
}

.play::before {
    border-radius: 5%/50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
    background: #000
}

.play:hover:before {
    background: red
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, .75);
    content: ' ';
    font-size: .75em;
    height: 0;
    margin: -1em 0 0 -.75em;
    top: 50%;
    position: absolute;
    width: 0
}

.youtube-video-place {
    position: relative;
    border-radius: 10px
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.play-youtube-video {
    position: absolute;
    left: 0;
    top: -17%
}

.section-title {
    text-align: center;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    color: #0d1b34;
    margin-bottom: 40px;
    margin-top: 70px
}

.section-block {
    margin-bottom: 90px
}

@media (max-width: 768px) {
    .section-block {
        margin-bottom: 40px
    }
}

.bordered-box {
    border-radius: 10px
}

.features-list {
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px
}

.features-list__item {
    margin-bottom: 8px;
    padding-left: 32px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: url(../img/star-in-circle.svg) left center no-repeat
}

.features-list__item:last-child {
    margin-bottom: 0
}

.media-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.media-item__icon {
    margin-right: 20px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.media-item__count {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: #ffb228;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding-top: 6px
}

.media-item__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 130%
}

.media-item__sub-title {
    display: none;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 18px
}

.billet {
    font-style: normal;
    font-weight: 400;
    color: #fff;
    background: #6762dc;
    display: inline-block;
    font-size: 17px;
    line-height: 21px;
    padding: 11px 18px;
    border-radius: 30px
}

.site-header {
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.site-header__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1236px;
    margin: 0 auto;
    height: 40px
}

.site-header__l {
    padding-left: 20px
}

.site-header__l img {
    display: block;
    max-width: 87px
}

.site-header__r {
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.site-header__c {
    display: none
}

.site-header__c a {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #0d1b34;
    padding: 15px;
    text-decoration: none
}

.site-header__c a:hover {
    color: #ffb228
}

.site-header__phone {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #0d1b34;
    text-decoration: none
}

.site-header__toggle {
    background: url(../../img/burger.svg) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
    position: relative;
    margin-left: 14px;
    cursor: pointer
}

.site-header__toggle.close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgBndRBDsIgEAVQPlcx3st0od6i9BamC+O91Kt0BBIItsww8DcNZfJCCwzu09uRwUyGlvV5dmYgpYHb9KE0MYImLI0tNrg0gJ+4+gKldcDIW4gTl+9MllzPSmvY+jotyAUdKIeZ+JVloQKVsAPYQltYFeRQG58yxoI1tAyHiSCHSliINVLsBtU7zQr3G1BGOlJWg8UboLxR0GDpn2nOKbRYrmmg6ME0KHqxFooRTEL/G2wHxqG5wY5gIY/QAwvjBxQwBPpejzR1AAAAAElFTkSuQmCC)
}

.promo {
    min-height: 590px;
    background: url(../img/pic-320.png) right bottom -20px no-repeat;
    padding: 13px 0 200px
}

.promo__title {
    text-align: left;
    margin-bottom: 13px;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    max-width: 249px
}

.promo__star {
    display: block;
    width: 72px;
    height: 79px;
    background: url(../img/star@2x.png) center center no-repeat;
    background-size: 72px 79px;
    position: absolute;
    top: 106px;
    right: 12px
}

.promo__tx {
    max-width: 715px
}

.promo__billet {
    margin-bottom: 10px
}

.promo__sub-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #6762dc;
    max-width: 253px
}

.promo__features-list {
    margin-bottom: 33px
}

.promo__coins-img {
    width: 165px;
    height: 44px;
    display: block;
    background: url(../img/coins-320.png) center center no-repeat;
    background-size: 165px
}

.header-form {
    margin-bottom: 50px
}

.form-flat {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 17px 30px 18px;
    position: relative
}

.form-flat--bordered {
    border: 4px solid #6762dc
}

.form-flat:after {
    content: "";
    height: 24px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -7px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    z-index: -1
}

.form-flat__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px
}

.form-flat__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px
}

.form-flat__col-wide {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px
}

.form-flat__col-last {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-flat__col-text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.form-flat__col-text-3 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-flat__sub-title {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 19px
}

.video-reviews__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.video-reviews__col {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 20px);
    margin-bottom: 0
}

.smi__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.smi__col {
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.smi__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    background: #fff;
    padding: 19px 21px
}

.smi__tx {
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 22px
}

.smi__image {
    background: url(../img/icons/link.svg) right center no-repeat;
    display: block
}

.popular__title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 900
}

.popular__badge-title {
    vertical-align: middle;
    background: #6762dc;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
    padding: 11px 18px;
    margin-left: 9px;
    margin-top: 4px;
    display: inline-block
}

.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px
}

.products__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.products-item {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.products-item__image {
    position: relative;
    margin-bottom: 20px
}

.products-item__image img {
    display: block;
    width: 100%
}

.products-item__label {
    background: #6762dc;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 0;
    text-align: center;
    position: absolute;
    bottom: -19px;
    left: 3px;
    right: 3px
}

.products-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    padding: 10px 18px;
    text-align: center
}

.products-item__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e8f1;
    margin-bottom: 14px
}

.products-item__features-col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px)
}

.products-item__features-item {
    font-size: 15px;
    line-height: 18px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 34px
}

.products-item__features-item.item-petrol {
    background: url(../img/icons/petrol.svg) left center no-repeat
}

.products-item__features-item.item-road {
    background: url(../img/icons/road.svg) left center no-repeat
}

.products-item__features-item.item-engine {
    background: url(../img/icons/engine.svg) left center no-repeat
}

.products-item__features-item.item-kpp {
    background: url(../img/icons/kpp.svg) left center no-repeat
}

.products-item__features-item.item-wheel {
    background: url(../img/icons/wheel.svg) left center no-repeat
}

.products-item__features-item.item-calendar {
    background: url(../img/icons/calendar.svg) left center no-repeat
}

.products-item__text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.products-item__price {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px
}

.products-item__price::after {
    display: block;
    content: "";
    clear: both
}

.products-item__price-l {
    float: left
}

.products-item__price-r {
    float: right
}

.products-item__price-large {
    font-size: 20px;
    line-height: 24px
}

.product-grid-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.reasons__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.auto-filter {
    border: 4px solid #6762dc;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    background: url(../img/tr-dn.svg) right 25px top 27px no-repeat;
    height: 70px;
    overflow: hidden;
    transition: height .4s ease;
    cursor: pointer;
    position: relative
}

.auto-filter:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 35px;
    margin-top: -4px;
    background: url(../img/tr-dn.svg) center center no-repeat;
    width: 13px;
    height: 9px
}

.auto-filter.active {
    height: auto
}

.auto-filter__item {
    padding: 16px 20px 20px 106px;
    background: #fff url(../img/cars/sedan.svg) left 18px center no-repeat;
    background-size: 75px;
    height: 62px
}

.auto-filter__item:hover {
    color: #6762dc
}

.auto-filter__item.filter-sedan {
    background-image: url(../img/cars/sedan.svg)
}

.auto-filter__item.filter-hatch {
    background-image: url(../img/cars/hatch.svg)
}

.auto-filter__item.filter-cross {
    background-image: url(../img/cars/cross.svg)
}

.auto-filter__item.filter-coupe {
    background-image: url(../img/cars/coupe.svg)
}

.auto-filter__item.filter-cab {
    background-image: url(../img/cars/cab.svg)
}

.auto-filter__item.filter-sport {
    background-image: url(../img/cars/sport.svg)
}

.call-to-action__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 14px
}

.call-to-action__sub-title {
    color: #6762dc;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 700
}

.call-to-action__text {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 26px
}

.call-to-action__features-list {
    font-size: 15px;
    line-height: 18px
}

.algorithm__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0d1b34;
    margin-bottom: 14px
}

.algorithm__sub-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 23px;
    color: #6762dc
}

.algorithm__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.algorithm__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.advantages {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 40px 20px 36px;
    max-width: 1460px;
    margin: auto
}

.advantages__inner {
    max-width: 1236px;
    margin: auto
}

.advantages__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 12px
}

.advantages__sub-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #6762dc
}

.advantages__text {
    font-size: 15px;
    line-height: 18px;
    font-family: Rubik, sans-serif
}

.accent-block {
    background-color: #6762dc;
    color: #fff;
    padding: 30px 20px;
    max-width: 1440px;
    margin: auto
}

.accent-block__inner {
    max-width: 1236px;
    margin: auto
}

.accent-block__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 20px
}

.accent-block__text {
    font-size: 15px;
    line-height: 18px
}

.accordion__item {
    margin-bottom: 4px;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    background: #fff;
    padding: 18px 65px 18px 20px;
    position: relative;
    cursor: pointer;
    margin-left: -20px;
    margin-right: -20px;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px
}

.accordion__item:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    border-radius: 40px;
    background: #ffb228 url(../img/plus.svg) center center no-repeat;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.accordion__item.active:after {
    background-color: #6762dc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion__item-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion__item-count {
    display: none;
    width: 63px;
    border-right: 1px solid #dce0ef;
    color: #6762dc;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    padding-top: 15px
}

.accordion__item-title {
    font-size: 17px;
    line-height: 130%
}

.accordion__item-content {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 18px
}

.faq__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 15px
}

.faq__sub-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 13px;
    color: #6762dc
}

.map-box {
    -webkit-filter: drop-shadow(0 20px 50px rgba(57, 36, 101, .1));
    filter: drop-shadow(0 20px 50px rgba(57, 36, 101, .1));
    border-radius: 10px;
    border: 10px solid #fff;
    margin-bottom: 20px;
    position: relative
}

.map-box__info {
    background: #fff;
    z-index: 9;
    padding: 40px 30px
}

.map-box__tx {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 12px
}

.reviews-tabs {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 8px 5px;
    margin-top: 80px;
    display: inline-block
}

.reviews-tabs__inner {
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-tabs__item {
    background: #fff;
    color: #6762dc;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 5px;
    padding: 11px 18px;
    cursor: pointer;
    border-radius: 4px
}

.reviews-tabs__item.active,
.reviews-tabs__item:hover {
    background: #6762dc;
    color: #fff
}

.reviews-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.reviews-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    text-align: left;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 20px 20px 20px;
    margin-bottom: 20px
}

.reviews-item__header {
    margin-bottom: 15px
}

.reviews-item__name {
    color: #6762dc;
    display: inline-block;
    margin-right: 18px
}

.reviews-item__date {
    display: inline-block
}

.reviews-item__text {
    margin-bottom: 11px
}

.reviews-item__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

.services-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px
}

.services-grid__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.services-grid__item {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 20px 20px 42px;
    position: relative;
    height: 100%;
    font-family: Rubik, sans-serif
}

.services-grid__item-title {
    max-width: 264px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
    padding-right: 80px
}

.services-grid__item-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: -10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 40px
}

.services-grid__item-text {
    font-size: 15px;
    line-height: 18px
}

.page-catalog__header {
    background: url(../img/pages/header/hybrid.png) right bottom no-repeat;
    padding-bottom: 215px;
    margin-bottom: 10px
}

.page-catalog__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px
}

.page-catalog__sub-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 20px
}

.page-catalog__description {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 18px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.page-catalog__description .features-list {
    font-size: 17px;
    line-height: 21px
}

.page-catalog__items {
    margin-bottom: 50px
}

.page-catalog__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    margin-bottom: 10px;
    padding: 10px 20px 20px
}

.page-catalog__item-icon {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    text-align: center
}

.page-catalog__item-text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    position: relative
}

.page-catalog__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #6762dc;
    margin-bottom: 10px
}

.page-catalog__item-desc {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px
}

.awards-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px
}

.awards-grid__accent {
    border: 4px solid #6762dc;
    background: #fff;
    color: #0d1b34;
    border-radius: 10px;
    padding: 30px 30px 15px;
    font-family: Rubik, sans-serif;
    font-size: 15px
}

.awards-grid__accent-title {
    margin-bottom: 23px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6762dc;
    text-shadow: 0 20px 50px rgba(57, 36, 101, .1)
}

.awards-grid__accent-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.awards-grid__accent-col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 15px
}

.awards-grid__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.awards-grid__item {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    padding: 20px 20px 42px;
    position: relative;
    height: 100%;
    font-family: Inter, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.awards-grid__item-title {
    max-width: 264px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 15px;
    padding-right: 80px
}

.awards-grid__item-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: -10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 40px
}

.awards-grid__item-images {
    position: relative;
    height: 180px;
    display: -ms-flexbox;
    display: flex
}

.awards-grid__item-images>img {
    margin-top: auto
}

.awards-grid__item-images:after {
    content: "";
    display: block;
    width: 44px;
    height: 38px;
    background: url(../img/icons/zoom.svg) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.awards-grid__item-text {
    font-size: 15px;
    line-height: 18px;
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0d1b34;
    margin-bottom: 15px
}

.full-video {
    text-align: center
}

.full-video .play-youtube-video {
    top: 0
}

.details__text {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    max-height: 136px;
    margin-bottom: 42px;
    overflow: hidden;
    transition: max-height .5s ease
}

.details__text.expanded {
    max-height: 5000px
}

.details__text h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: Inter, sans-serif;
    font-weight: 700
}

.company-stats__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.company-stats__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.company-stats__item {
    border-radius: 10px;
    position: relative;
    padding: 110px 0 70px 30px;
    max-width: 588px;
    margin-left: auto;
    margin-right: auto
}

.company-stats__item-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.company-stats__item-title {
    font-size: 80px;
    line-height: 121px;
    color: #ffb228
}

.company-stats__item-subtitle {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    position: absolute;
    bottom: 22px;
    left: 30px
}

.company-stats__item-1 {
    background-image: url(../img/pages/about-us/bg-1.png);
    background-image: url(../img/pages/about-us/bg-1.webp)
}

.company-stats__item-2 {
    background-image: url(../img/pages/about-us/bg-2.png);
    background-image: url(../img/pages/about-us/bg-2.webp)
}

.company-stats__item-3 {
    background-image: url(../img/pages/about-us/bg-3.png);
    background-image: url(../img/pages/about-us/bg-3.webp)
}

.company-stats__item-4 {
    background-image: url(../img/pages/about-us/bg-4.png);
    background-image: url(../img/pages/about-us/bg-4.webp)
}

.company-stats__item-5 {
    background-image: url(../img/pages/about-us/bg-5.png);
    background-image: url(../img/pages/about-us/bg-5.webp)
}

.company-stats__col-small .company-stats__item {
    padding: 73px 0 80px 30px;
    max-width: 385px
}

.company-stats__col-small .company-stats__item [class$=__item-title] {
    font-size: 80px;
    line-height: 97px
}

.agents {
    text-align: center
}

.agents__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.agents__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.agents__item {
    max-width: 385px;
    height: 385px;
    background: #fff;
    border: 1px solid #6762dc;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-left: auto;
    margin-right: auto
}

.agents__title {
    font-size: 40px;
    line-height: 48px;
    margin: 40px 0 35px;
    color: #ffb228
}

.agents__desc {
    font-size: 24px;
    line-height: 30px
}

.press {
    overflow: hidden
}

.press__icon {
    width: 33%;
    display: block;
    float: left
}

.reportage__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.reportage__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.reportage__text {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    padding: 0 10px
}

.staff-container {
    max-width: 1330px
}

.staff__title {
    margin-bottom: 74px
}

.staff__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.staff__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 68px
}

.staff__item {
    position: relative
}

.staff__item-icon {
    border-radius: 300px;
    width: 120px;
    height: 120px;
    border: 5px solid #ffb228;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: auto
}

.staff__item-tx {
    border-radius: 10px;
    border: 5px solid #ffb228;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 13px 18px 18px
}

.staff__item-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #6762dc;
    margin-bottom: 15px
}

.staff__item-position {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px
}

.staff__item-text {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 25px
}

.socials__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__icon {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px)
}

.events__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.events__col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    margin-bottom: 20px
}

.events__item {
    background: #fff;
    box-shadow: 0 20px 50px rgba(57, 36, 101, .1);
    border-radius: 10px;
    height: 100%;
    max-width: 392px;
    margin: 0 auto
}

.events__item:hover {
    box-shadow: 0 20px 50px rgba(57, 36, 101, .2)
}

.events__item-icon {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.events__item-tx {
    padding: 0 30px 30px
}

.events__item-title {
    margin: 25px 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #6762dc;
    text-align: center;
    display: block;
    text-decoration: none
}

.events__item-date {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 13px;
    position: relative
}

.events__item-date:after {
    position: absolute;
    width: 15px;
    height: 20px;
    content: "";
    right: 0;
    top: 0;
    background: url(../img/pages/about-us/location.svg) center center no-repeat
}

.events__item-text {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 25px
}

.site-footer {
    text-align: center;
    background: #fff
}

.site-footer__links {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding-top: 29px;
    padding-bottom: 34px
}

.site-footer__links ul {
    list-style: none
}

.site-footer__links li {
    margin-bottom: 14px
}

.site-footer__links a {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-decoration: none
}

.site-footer__links a:hover {
    color: #0d1b34
}

.site-footer__links-col--2 {
    display: none
}

.site-footer__links-col--3 {
    display: none
}

.site-footer__links-col--4 {
    display: none
}

.site-footer__links-show-all {
    display: block;
    color: #000;
    text-decoration: underline !important
}

.site-footer__bottom {
    padding: 32px 0 45px
}

.site-footer__content {
    margin-top: 26px;
    margin-bottom: 21px
}

.site-footer__social-item {
    text-decoration: none;
    margin: 7px
}

.site-footer__phone {
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #0d1b34;
    margin-bottom: 11px
}

.site-footer__credits {
    display: block;
    font-size: 15px;
    line-height: 32px
}

.popup-menu {
    background: rgba(13, 27, 52, .77);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100
}

.popup-menu__nav {
    width: 320px;
    background: #6762dc;
    padding: 44px 0 0 53px;
    position: fixed;
    z-index: 101;
    right: 0;
    top: 40px;
    bottom: 0
}

.popup-menu__link {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    display: block;
    margin-bottom: 30px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-dots li {
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    border-radius: 20px;
    margin: 0 6px;
    cursor: pointer
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    width: 20px;
    height: 20px;
    background: #ffb228;
    border: 1px solid #6762dc
}

.slick-slide {
    margin: 0 10px
}

.slick-list {
    padding-bottom: 40px
}

.slick-dotted {
    position: relative
}

.slick-dots {
    position: absolute;
    bottom: 0
}

@media screen and (min-width: 480px) {
    body {
        margin-top: 98px
    }

    .page__title {
        font-size: 36px;
        line-height: 44px
    }

    .btn-catalog {
        font-size: 17px;
        line-height: 21px
    }

    .btn-free {
        max-width: none;
        padding: 15px 37px
    }

    .bordered-text-box__title {
        font-size: 24px
    }

    .features-list__item {
        margin-bottom: 10px;
        padding-left: 34px
    }

    .site-header__row {
        height: 80px
    }

    .site-header__l img {
        max-width: 173px
    }

    .site-header__phone {
        font-size: 20px;
        line-height: 24px
    }

    .site-header__toggle {
        margin-left: 24px;
        width: 24px;
        height: 16px
    }

    .promo {
        padding-bottom: 232px;
        background: url(../img/pic-480.png) right bottom -20px no-repeat
    }

    .promo__title {
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 44px;
        max-width: none
    }

    .promo__star {
        top: 99px
    }

    .promo__billet {
        margin-bottom: 23px
    }

    .promo__sub-title {
        max-width: none;
        margin-bottom: 27px
    }

    .promo__coins-img {
        background: url(../img/coins-480.png) center center no-repeat;
        width: 216px;
        height: 57px;
        background-size: 216px
    }

    .header-form {
        margin-bottom: 54px
    }

    .form-flat__col {
        margin-bottom: 12px
    }

    .form-flat__col-wide {
        margin-bottom: 12px
    }

    .form-flat__col-last {
        margin-bottom: 12px
    }

    .smi__col {
        width: calc(50% - 20px)
    }

    .smi__col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px
    }

    .smi__tx {
        font-size: 15px
    }

    .popular__title {
        margin-bottom: 29px
    }

    .popular__badge-title {
        margin-left: 20px
    }

    .auto-filter:after {
        top: 40px
    }

    .auto-filter {
        height: 80px;
        background-position-y: 32px
    }

    .auto-filter__item {
        background-size: 103px;
        height: 72px;
        padding: 21px 20px 25px 156px;
        background-position-x: 28px
    }

    .call-to-action__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .call-to-action__sub-title {
        font-size: 17px;
        line-height: 150%;
        text-align: left;
        margin-bottom: 13px
    }

    .algorithm__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px
    }

    .algorithm__sub-title {
        margin-bottom: 16px
    }

    .advantages__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 13px
    }

    .advantages__sub-title {
        font-size: 17px;
        margin-bottom: 23px
    }

    .accent-block__title {
        font-size: 28px;
        line-height: 34px
    }

    .accordion__item {
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-radius: 10px
    }

    .accordion__item-count {
        display: -ms-flexbox;
        display: flex;
        min-width: 63px
    }

    .faq__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 13px
    }

    .faq__sub-title {
        margin-bottom: 18px
    }

    .reviews-item {
        padding: 30px 30px 20px
    }

    .services-grid__item {
        padding: 21px 30px 42px
    }

    .services-grid__item-title {
        padding-right: 0;
        font-size: 24px
    }

    .services-grid__item-icon {
        right: 26px
    }

    .page-catalog__header {
        padding-bottom: 252px;
        background: url(../img/pages/header/hybrid-480.png) right bottom no-repeat
    }

    .page-catalog__title {
        font-size: 36px;
        line-height: 44px
    }

    .page-catalog__sub-title {
        font-size: 28px;
        line-height: 34px
    }

    .page-catalog__description {
        margin-bottom: 26px
    }

    .page-catalog__item {
        border-radius: 10px
    }

    .awards-grid__item {
        padding: 21px 30px 42px
    }

    .awards-grid__item-title {
        padding-right: 0;
        font-size: 24px
    }

    .awards-grid__item-icon {
        right: 26px
    }

    .company-stats__item-title {
        font-size: 100px
    }

    .company-stats__item-subtitle {
        font-size: 24px
    }

    .site-footer__links {
        padding-top: 50px;
        padding-bottom: 53px
    }

    .site-footer__links-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .site-footer__links-col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }

    .site-footer__bottom {
        padding-bottom: 71px
    }

    .site-footer__phone {
        font-size: 32px;
        line-height: 39px
    }

    .popup-menu__nav {
        top: 80px
    }
}

@media (min-width: 480px) {
    .media-item {
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px
    }

    .media-item__icon {
        margin-right: 23px
    }

    .media-item__title {
        margin-bottom: 10px;
        margin-top: 14px
    }

    .media-item__sub-title {
        display: block
    }

    .billet {
        font-size: 20px;
        line-height: 24px
    }

    .form-flat__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .form-flat__sub-title {
        margin-bottom: 23px
    }
}

@media screen and (min-width: 480px) and (min-width: 768px) {
    .site-footer__links-col {
        width: calc(33.33333% - 20px)
    }
}

@media screen and (min-width: 480px) and (min-width: 1000px) {
    .site-footer__links-col {
        width: calc(25% - 20px)
    }
}

@media screen and (min-width: 768px) {
    body {
        margin-top: 98px
    }

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

    .page__title {
        text-align: left
    }

    .section-title {
        font-size: 42px;
        line-height: 51px;
        margin-top: 30px
    }

    .features-list {
        font-size: 17px;
        line-height: 21px
    }

    .media-item__title--small {
        font-size: 17px
    }

    .site-header__l img {
        max-width: 210px
    }

    .site-header__toggle {
        max-width: 210px
    }

    .promo {
        min-height: 500px;
        padding-bottom: 0;
        background: url(../img/pic-768.png) right top 50px no-repeat
    }

    .promo__star {
        width: 113px;
        height: 124px;
        background-size: 113px 124px;
        right: auto;
        left: 480px;
        top: 136px
    }

    .promo__coins-img {
        background: url(../img/coins-768.png) center center no-repeat;
        width: 293px;
        height: 77px;
        background-size: 293px
    }

    .header-form {
        margin-bottom: 60px
    }

    .form-flat__col {
        width: calc(33.33333% - 20px)
    }

    .form-flat__col-wide {
        width: calc(66.66667% - 20px)
    }

    .form-flat__col-last {
        width: calc(33.33333% - 20px)
    }

    .form-flat__col-text-3 {
        width: calc(33.33333% - 20px)
    }

    .form-flat__col-text-3 {
        margin-bottom: 0
    }

    .video-reviews__col {
        width: calc(50% - 20px)
    }

    .video-reviews__col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px
    }

    .smi__tx {
        font-size: 17px
    }

    .popular__title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 22px;
        text-align: left
    }

    .popular__badge-title {
        margin-left: 18px;
        margin-top: 0
    }

    .products__col {
        width: calc(50% - 20px)
    }

    .product-grid-item {
        width: calc(50% - 20px)
    }

    .call-to-action__title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 13px
    }

    .call-to-action__sub-title {
        max-width: 448px;
        margin-bottom: 18px
    }

    .call-to-action__text {
        font-size: 17px;
        margin-bottom: 30px;
        max-width: 442px
    }

    .call-to-action__features-list {
        max-width: 319px;
        font-size: 17px;
        line-height: 21px
    }

    .call-to-action {
        background: url(../img/call2action.png) right top 160px no-repeat
    }

    .algorithm__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 14px
    }

    .algorithm__sub-title {
        font-size: 20px;
        margin-bottom: 22px
    }

    .algorithm__col {
        width: calc(50% - 20px)
    }

    .advantages {
        background: #fff url(../img/advantages.png) right 20px bottom 18px no-repeat;
        margin-left: 20px;
        margin-right: 20px
    }

    .advantages__title {
        font-size: 32px;
        line-height: 39px
    }

    .advantages__sub-title {
        max-width: 616px;
        margin-bottom: 20px
    }

    .advantages__text {
        max-width: 371px
    }

    .accent-block {
        margin-left: 30px;
        margin-right: 30px
    }

    .accordion__item-title {
        font-size: 20px
    }

    .accordion__item-content {
        margin-top: 18px
    }

    .faq__title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 14px
    }

    .faq__sub-title {
        margin-bottom: 22px
    }

    .reviews-tabs__inner {
        display: -ms-flexbox;
        display: flex
    }

    .reviews-item {
        width: calc(50% - 20px)
    }

    .services-grid__col {
        width: calc(50% - 20px)
    }

    .page-catalog__header {
        background: url(../img/pages/header/hybrid-768.png) right top no-repeat
    }

    .page-catalog__title {
        max-width: 403px
    }

    .page-catalog__sub-title {
        font-size: 32px;
        line-height: 39px
    }

    .page-catalog__description {
        margin-bottom: 30px
    }

    .page-catalog__item {
        padding: 25px 20px
    }

    .page-catalog__item-icon {
        width: calc(33.33333% - 20px)
    }

    .page-catalog__item-text {
        width: calc(66.66667% - 20px)
    }

    .awards-grid__accent-col {
        width: calc(50% - 20px)
    }

    .awards-grid__col {
        width: calc(33.33333% - 20px)
    }

    .details__text h3 {
        font-size: 24px;
        line-height: 30px
    }

    .company-stats__col {
        width: calc(50% - 20px)
    }

    .agents__col {
        width: calc(33.33333% - 20px)
    }

    .press__icon {
        width: 20%
    }

    .reportage__col {
        width: calc(50% - 20px)
    }

    .reportage__text {
        margin-top: 40px;
        padding: 0 40px;
        font-size: 24px;
        line-height: 29px
    }

    .staff__item-icon {
        position: absolute;
        right: 0;
        top: -34px;
        width: 300px;
        height: 300px;
        margin: 0
    }

    .staff__item-tx {
        max-width: calc(100% - 150px)
    }

    .staff__item-text {
        max-width: calc(100% - 150px)
    }

    .site-footer__links-col--2 {
        display: block
    }

    .site-footer__links-col--3 {
        display: block
    }

    .site-footer__bottom {
        padding-bottom: 68px
    }
}

@media (min-width: 768px) {
    .media-item__title {
        margin-bottom: 15px;
        font-size: 20px
    }

    .form-flat__title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 17px
    }

    .form-flat__sub-title {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 22px
    }
}

@media (min-width: 992px) {
    .form-flat__title {
        text-align: left;
        margin-bottom: 8px
    }

    .form-flat__sub-title {
        text-align: left;
        margin-bottom: 19px
    }
}

@media screen and (min-width: 1000px) {

    body.catalog {
        margin-top: 120px;
    }

    .title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 27px;
        text-align: left
    }

    .page__title {
        font-size: 42px;
        line-height: 51px;
        min-height: 240px
    }

    .promo {
        background: url(../img/pic-992.png) right top 15px no-repeat
    }

    .promo__title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 9px
    }

    .promo__star {
        left: 580px
    }

    .form-flat__col {
        width: calc(20% - 20px)
    }

    .form-flat__col-wide {
        width: calc(20% - 20px)
    }

    .form-flat__col-last {
        width: calc(20% - 20px)
    }

    .video-reviews__col {
        width: calc(33.33333% - 20px)
    }

    .video-reviews__col {
        margin-bottom: 0
    }

    .popular__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 27px
    }

    .popular__badge-title {
        margin-left: 17px
    }

    .products__col {
        width: calc(33.33333% - 20px)
    }

    .product-grid-item {
        width: calc(33.33333% - 20px)
    }

    .reasons__col {
        width: calc(50% - 20px)
    }

    .auto-filter:after {
        display: none
    }

    .auto-filter {
        border: none;
        background: 0 0;
        display: -ms-flexbox;
        display: flex;
        height: 140px
    }

    .auto-filter__item {
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        background-position: center top 30px;
        font-size: 20px;
        line-height: 130%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 20px;
        border-right: 2px solid #e5e8f1
    }

    .auto-filter__item:last-child {
        border-right: none
    }

    .auto-filter__item.filter-sedan {
        background-position-y: 33px
    }

    .auto-filter__item.filter-hatch {
        background-position-y: 25px
    }

    .auto-filter__item.filter-cross {
        background-position-y: 27px
    }

    .auto-filter__item.filter-coupe {
        background-position-y: 31px
    }

    .auto-filter__item.filter-cab {
        background-position-y: 27px
    }

    .auto-filter__item.filter-sport {
        background-position-y: 27px
    }

    .call-to-action__title {
        font-size: 36px;
        line-height: 44px;
        max-width: 489px;
        margin-bottom: 14px
    }

    .call-to-action__sub-title {
        font-size: 20px;
        max-width: 575px;
        margin-bottom: 22px
    }

    .call-to-action__text {
        max-width: 565px;
        margin-bottom: 26px
    }

    .call-to-action__features-list {
        max-width: 486px
    }

    .call-to-action {
        background: url(../img/call2action-992.png) right top 53px no-repeat
    }

    .algorithm__title {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 39px
    }

    .algorithm__sub-title {
        margin-bottom: 29px;
        text-align: left
    }

    .advantages {
        background: #fff url(../img/advantages-992.png) right 20px bottom no-repeat;
        padding-top: 50px;
        padding-bottom: 56px
    }

    .advantages__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
        text-align: left
    }

    .advantages__sub-title {
        text-align: left;
        margin-bottom: 6px;
        max-width: 507px;
        font-size: 20px
    }

    .advantages__text {
        max-width: 436px
    }

    .accent-block__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .accent-block__title {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
        font-size: 32px;
        line-height: 39px;
        text-align: left
    }

    .accent-block__title span {
        max-width: 381px;
        display: block
    }

    .accent-block__text {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }

    .faq__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left
    }

    .faq__sub-title {
        font-size: 20px;
        line-height: 150%;
        text-align: left;
        margin-bottom: 38px
    }

    .map-box__info {
        max-width: 392px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0
    }

    .reviews-item {
        width: calc(33.33333% - 20px)
    }

    .page-catalog__header {
        background: url(../img/pages/header/hybrid-1000.png) right top no-repeat
    }

    .page-catalog__title {
        font-size: 42px;
        line-height: 51px;
        max-width: 580px
    }

    .page-catalog__sub-title {
        font-size: 36px;
        line-height: 44px;
        text-align: left
    }

    .page-catalog__description {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 31px
    }

    .page-catalog__items {
        margin-bottom: 60px
    }

    .page-catalog__item-text:after {
        content: "";
        display: block;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #e6e6e6;
        left: -21px;
        position: absolute
    }

    .page-catalog__item-title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .company-stats__col-small {
        width: calc(33.33333% - 20px)
    }

    .events__col {
        width: calc(33.33333% - 20px)
    }

    .site-footer__links-col--4 {
        display: block
    }

    .site-footer__links-show-all {
        display: none
    }

    .site-footer__bottom {
        padding-bottom: 48px;
        padding-top: 40px
    }

    .site-footer__bottom-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site-footer__logo {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px);
        text-align: left
    }

    .site-footer__content {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px);
        margin: 0
    }

    .site-footer__social {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px);
        text-align: right
    }

    .site-footer__phone {
        margin-bottom: 21px
    }

    .site-footer__credits {
        line-height: 18px
    }
}

@media screen and (min-width: 1200px) {
    body {
        margin-top: 120px
    }

    .title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 40px
    }

    .bordered-text-box {
        padding: 26px 32px 21px 38px
    }

    .features-list {
        font-size: 20px;
        line-height: 24px
    }

    .features-list__item {
        padding-left: 35px
    }

    .media-item__title--small {
        width: 181px
    }

    .media-item__title--small {
        height: 52px
    }

    .media-item__title--small {
        font-size: 20px
    }

    .media-item__title--small {
        display: -ms-flexbox;
        display: flex
    }

    .media-item__title--small {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .media-item__title--small {
        -ms-flex-pack: center;
        justify-content: center
    }

    .media-item__title--small {
        margin-bottom: 30px
    }

    .media-item__sub-title--wide {
        margin-left: -80px
    }

    .site-header__c {
        display: block
    }

    .site-header__toggle {
        display: none
    }

    .promo {
        min-height: 590px;
        padding-bottom: 41px;
        background: url(../img/pic-1200.png) right 70px bottom -20px no-repeat
    }

    .promo__star {
        margin-left: -23px;
        left: 50%;
        top: 140px;
        width: 131px;
        height: 144px;
        background-size: 131px 144px
    }

    .form-flat__col-text {
        width: calc(100% / 12 * 5 - 20px)
    }

    .form-flat__col-text-3 {
        width: calc((100% - 100% / 12 * 5) / 3 - 20px)
    }

    .smi__col {
        width: calc(25% - 20px)
    }

    .smi__col {
        margin-bottom: 0
    }

    .popular__title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 40px
    }

    .products {
        margin-bottom: 30px
    }

    .products-item__label {
        font-size: 17px;
        line-height: 21px
    }

    .products-item__title {
        font-size: 24px
    }

    .call-to-action__title {
        font-size: 42px;
        line-height: 51px;
        max-width: 591px;
        margin-bottom: 20px
    }

    .call-to-action__sub-title {
        margin-bottom: 36px
    }

    .call-to-action__text {
        font-size: 20px;
        max-width: 664px;
        margin-bottom: 44px
    }

    .call-to-action__features-list {
        font-size: 20px;
        line-height: 24px;
        max-width: 653px
    }

    .call-to-action {
        background: url(../img/call2action-1200.png) right top 80px no-repeat
    }

    .algorithm__title {
        margin-bottom: 20px;
        font-size: 42px;
        line-height: 51px
    }

    .algorithm__sub-title {
        margin-bottom: 42px
    }

    .algorithm__col {
        width: calc(25% - 20px)
    }

    .advantages {
        background: #fff url(../img/advantages-1200.png) right 20px bottom 34px no-repeat;
        padding-bottom: 48px;
        padding-top: 80px;
        margin-left: auto;
        margin-right: auto
    }

    .advantages__title {
        max-width: 581px;
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 24px
    }

    .advantages__sub-title {
        margin-bottom: 16px
    }

    .accent-block {
        margin: auto
    }

    .faq__title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 20px
    }

    .services-grid__col {
        width: calc(33.33333% - 20px)
    }

    .page-catalog__header {
        background: url(../img/pages/header/hybrid-1200.png) left top no-repeat
    }

    .page-catalog__title {
        max-width: 587px
    }

    .page-catalog__sub-title {
        font-size: 42px;
        line-height: 51px
    }

    .page-catalog__description {
        margin-bottom: 36px
    }

    .page-catalog__item {
        padding: 30px
    }

    .page-catalog__item-desc {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 17px
    }

    .details p {
        font-size: 20px;
        line-height: 24px
    }

    .staff__col {
        width: calc(50% - 20px)
    }

    .site-footer__links {
        padding-bottom: 70px;
        padding-top: 73px
    }

    .site-footer__bottom {
        padding-bottom: 58px;
        padding-top: 50px
    }
}

@media (min-width: 1200px) {
    .media-item {
        margin-bottom: 26px
    }

    .media-item__title {
        font-size: 24px
    }

    .form-flat__title {
        margin-bottom: 17px
    }

    .form-flat__sub-title {
        margin-bottom: 0
    }
}

@media (max-width: 999px) {
    .page {
        background-image: none !important
    }
}

@media (max-height: 550px) {
    .popup-menu__nav {
        padding: 10px
    }

    .popup-menu__link {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px
    }
}

.catalog_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 40px;
}

@media (max-width: 1000px) {
    .catalog_title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .catalog_title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 320px) {
    .catalog_title {
        font-size: 28px;
        line-height: 34px;
    }
}

.catalog_sub {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 25px 0 25px 0
}

div.catalog_cars {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto
}

.catalog_cars a.active {
    color: #ff9c28 !important;
    font-weight: bolder !important
}

.catalog_cars a:hover {
    color: #ff9c28
}

.catalog_filters {
    width: 289px;
    padding: 22px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(57, 36, 101, 0.1);
    border-radius: 6px;
}

.catalog_filters.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 289px;
    z-index: 1000;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.catalog_filters-toggle {
    display: none;
    z-index: 1000;
}

.catalog_filters-toggle.active {
    width: 48px;
    height: 48px;
    background: #6762DC;
    position: fixed;
    top: 0;
    left: 289px;
    font-size: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}

.catalog_filter {
    margin: 0 0 20px 0
}

.catalog_filter label {
    color: #0D1B34;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px
}

.catalog_filter select {
    border: 1px solid #6762DC;
    background-color: #fff;
}

.catalog_filter input[type=text],
.catalog_filter select {
    width: 100%;
    height: 50px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    padding-left: 16px;
    font-size: 17px;
    color: #0D1B34;
}

.catalog_checkbox {
    font-weight: 400;
    text-transform: none
}

.catalog_checkbox input {
    margin-right: 10px
}

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

.catalog_two input[type=text] {
    width: 48%;
    border: 1px solid #ccc;
    text-align: center
}

ul.catalog_cars {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: flex-start;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    background: 0 0
}

ul.catalog_cars li:last-child {
    align-self: flex-end
}

ul.catalog_cars li {
    width: 25%;
    text-align: center
}

ul.catalog_cars li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none
}

.catalog_list {
    width: calc(100% - 289px - 20px);
    border-radius: 4px;
    box-sizing: border-box;
}

.catalog_item {
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(57, 36, 101, 0.1);
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 28px;
}

@media (min-width: 768px) {
    .catalog_item {
        height: 300px;
    }
}

.catalog_list .catalog_item:last-child {
    margin-bottom: 0;
}

.catalog_img {
    width: 282px;
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center;
}

.catalog_item_info {
    width: 40%;
    text-align: left;
    padding: 22px 34px;
    box-sizing: border-box;
    height: 100%;
}

.catalog_item_info a {
    display: block;
    margin-bottom: 9px;
    font-weight: 400 !important;
    color: #0D1B34;
    text-decoration: none;
}

.catalog_item_info a h3 {
    font-weight: bold;
    font-size: 24px;
}

.catalog_item_info p {
    font-size: 13px
}

.catalog_item_info .mileage span {
    font-weight: bolder
}

.catalog_item_bid {
    width: calc(100% - 40% - 282px);
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #8e8e8e;
}

.catalog_ico {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.catalog_ico li {
    width: 49%;
    padding-left: 32px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #0D1B34;
    overflow: hidden;
}

.car_info_list_full li {
    background-color: #F6F7FB;
    margin-bottom: 2px;
    border-radius: 4px;
    background-position: 12px 50%;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0D1B34;
    padding: 0 14px 0 43px;
}

.catalog_ico li.vin {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
}

li.vin:before {
    color: #fff;
    display: flex;
    content: "vin";
    background: #6762DC;
    width: 33px;
    height: 21px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    border-radius: 4px;
    font-family: Inter;
    position: absolute;
    left: 0;
    top: 4px;
    padding: 1px 0 2px;
    box-sizing: border-box;
}

.car_info_list_full li.vin:before {
    top: 8px;
}

.car_info_list_full.zero li {
    padding-left: 12px;
}

.car_info_list_full li.status,
.car_info_list_full li.location {
    background-color: transparent;
}

.car_info_list_full li.status {
    background-image: url(../img/alert.svg);
    padding-left: 40px;
    font-size: 17px;
    margin-bottom: 20px;
}

.car_info_list_full li.location {
    background-image: url(../img/location.svg);
    padding-left: 40px;
    font-size: 17px;
    margin-bottom: 20px;
}


.catalog_ico li.loc {
    background-image: url(../img/icon-location.png)
}

.catalog_ico li.mil {
    background-image: url(../img/icon-mileage.png)
}

.catalog_ico li.drive {
    background-image: url(../img/icon-drive.png)
}

.catalog_ico li.volume {
    background-image: url(../img/icon-volume.png)
}

.catalog_ico li.trans {
    background-image: url(../img/icon-trans.png)
}

.catalog_ico li.fuel {
    background-image: url(../img/icon-fuel.png)
}

.catalog_ico li.damage {
    background-image: url(../img/icon-damage.png)
}

.catalog_ico li.auction {
    background-image: url(../img/icon-auction.png)
}

.catalog_ico li.auction1 {
    background-image: url(../img/icon-auction.png)
}

p.lot {
    font-size: 17px;
    color: #6762DC;
    margin-bottom: 13px;
}

p.date {
    font-size: 13px;
    color: #919ABD;
    margin-bottom: 13px;
}

p.date span {
    font-size: 17px;
    display: block;
    color: #0D1B34
}

p.est {
    color: #919ABD;
    font-size: 13px;
    margin-bottom: 4px;
}

.current_bid {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D1B34;
    margin-bottom: 71px;
    display: block;
}

.make_bid1 {
    background: #fff;
    border: 2px solid #ff9c28;
    color: #ff9c28;
    padding: 10px 15px;
    border-radius: 22px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px
}

.make_bid1:hover {
    color: #fff !important;
    background: #ff9c28
}

.btn-bid {
    height: 41px;
    display: flex;
    align-items: center;
    grid-column: 1 / span 2;
    text-align: center;
    justify-content: center;
}

.btn-bid:hover {
    color: #fff !important;
}

@media (min-width: 481px) and (max-width: 768px) {
    .btn-bid span {
        display: none;
    }
}

@media(max-width:767px) {
    p.date {
        margin-bottom: 30px;
    }

    p.est {
        margin-bottom: 28px;
    }
}

.make_bid {
    background: #ff9c28;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px
}

.make_bid:hover {
    color: #fff !important
}

.catalog_full {
    width: 100%;
    background: #fff;
    position: relative;
}

.catalog_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider_photos {
    width: calc(100% - 20px - 392px);
    background: #fff;
    border-radius: 6px;
}

.slider_photo {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat
}

.catalog_right {
    width: 392px;
    text-align: center;
}

.catalog_meta {
    padding-top: 15px;
    border-top: 1px solid #ededed
}

.item_flex {
    width: 100%;
    height: 70px;
    text-align: left;
    background: url(../img/icon-bid.png) 0 50% no-repeat;
    padding-left: 65px;
    padding-top: 15px
}

.item_number {
    color: #333;
    font-size: 16px;
    width: 100%;
    margin: 0
}

.item_number span {
    font-weight: bolder;
    color: gray
}

.item_vin {
    color: #333;
    font-size: 14px;
    width: 100%;
    margin: 0
}

.item_vin span {
    color: gray
}

.catalog_right form {
    display: block
}

.catalog_right input {
    margin: 10px 0;
    text-align: center;
    color: gray;
    font-weight: bolder;
    border: 1px solid #ededed
}

.catalog_form {
    margin-top: 25px
}

.catalog_right button {
    margin-bottom: 15px
}

.catalog_sidebar_form button {
    margin-bottom: 0;
}

.views {
    font-size: 12px;
    color: gray
}

.views span {
    color: #333
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 35px !important;
    color: #333 !important;
    text-shadow: none !important;
    background-color: #fff !important;
    box-shadow: none !important
}

.flip-clock-wrapper ul {
    width: 40px !important;
    background: #fff !important;
    box-shadow: none !important
}

.flip-clock-dot {
    width: 5px !important;
    height: 5px !important;
    box-shadow: none !important;
    background: #ededed !important
}

.flip-clock-label {
    display: none !important
}

.flip-clock-wrapper ul:nth-child(7) {
    display: none !important
}

.flip-clock-wrapper ul:nth-child(8) {
    display: none !important
}

.flip-clock-wrapper ul:nth-child(9) {
    display: none !important
}

.catalog_btns {
    display: flex;
    flex-wrap: wrap
}

.catalog_checkbox {
    width: 100%;
    height: 30px;
    cursor: pointer;
    margin-bottom: 2px !important;
    display: block
}

.catalog_checkbox input {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none
}

.catalog_checkbox span {
    display: block;
    width: 100%;
    height: 24px;
    color: #0D1B34;
    padding: 0 0 0 34px;
    text-transform: none;
    position: relative;
    box-sizing: border-box;
    line-height: 27px;
}

.catalog_checkbox span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #6762DC;
    border-radius: 4px;
}

.catalog_checkbox input:checked+span:before {
    background: url(/katalog/img/icon-check.png) center center no-repeat;
    border-color: transparent;
    color: #fff;
}

@media (max-width: 600px) {
    ul.catalog_cars li {
        width: 48%
    }

    .catalog_cars {
        flex-direction: column
    }

    .catalog_filters {
        width: 100%
    }

    .catalog_list {
        width: 100%;
        padding-top: 0
    }

    .catalog_item {
        flex-direction: column;
        padding: 15px 0
    }

    .catalog_img {
        width: 100%
    }

    .catalog_item_info {
        width: 100%
    }

    .catalog_item_bid {
        width: 100%
    }

    .catalog_item_info p {
        margin-bottom: 5px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
    color: #0D1B34;
}

.breadcrumbs li:after {
    content: '/';
    display: inline-block;
    padding: 0 2px;
    color: #6762DC;
    margin: 0 16px;
}

.breadcrumbs li:last-child::after {
    display: none
}

.breadcrumbs a {
    color: #FFB228 !important;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
}

.breadcrumbs .active {
    color: #333
}

.navigation {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 0px 20px 50px rgba(57, 36, 101, 0.1);
    border-radius: 6px;
    padding: 12px;
    background: #fff;
}

.navigation li a {
    display: block;
    color: #0D1B34;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 6px;
    font-size: 17px;
}

.navigation li a.active,
.navigation li a:hover {
    background: #6762DC;
    color: #fff !important;
    font-weight: 400 !important
}

.catalog_item_full {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.car_info {
    width: 33.3%;
}

.car_info h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0D1B34;
    border-bottom: 1px solid #919ABD;
    padding: 0 0 13px;
    margin-bottom: 20px;
}

.car_info ul.catalog_ico {
    margin-top: 25px
}

.car_info ul.catalog_ico.car_info_list_full {
    margin-top: 0;
}

.car_info ul.catalog_ico li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between
}

ul.catalog_ico li.color {
    background-image: url(../img/icon-auction-car-1.png)
}

ul.catalog_ico li.year {
    background-image: url(../img/icon-auction-car-2.png)
}

.car_info ul.catalog_ico li span {
    width: 150px
}

.car_info ul.catalog_ico li p {
    width: calc(100% - 150px);
    display: block;
    text-align: right
}

.catalog_top_filters__toggle {
    display: none
}

ul.catalog_cars li a {
    border-radius: 4px;
    border: 1px solid #8e8e8e;
    background: #f1f1f1;
    padding: 3px 10px;
    display: block;
    margin: 5px 10px
}

ul.catalog_cars li a.active {
    background: #ff9c28;
    color: #fff !important;
    border: 1px solid #ff9c28
}

@media (max-width: 1000px) {

    .catalog_filters,
    .catalog_list {
        width: 100%;
        margin-bottom: 40px
    }

    .catalog_filters {
        display: none;
    }
}

.catalog_sidebar_info {
    margin-bottom: 19px;
}

@media (max-width: 999px) {

    div.catalog_cars {
        display: block;
    }

    .catalog_item_full,
    .catalog_top {
        display: block
    }

    .car_info,
    .catalog_item_full,
    .catalog_right,
    .slider_photos {
        width: 100%
    }

    .clock.flip-clock-wrapper ul {
        width: 30px
    }

    .catalog_item_full .car_info {
        padding: 20px;
    }

    .slider_thumbs_wrapper {
        padding: 20px 0 20px 20px;
    }

    .catalog_sidebar_info,
    .catalog_sidebar_form,
    .catalog_item_full .car_info {
        padding: 20px;
    }

    .slider_photos {
        margin-bottom: 20px;
    }

    .catalog_sidebar_info,
    .catalog_sidebar_form,
    .catalog_item_full .car_info {
        flex-basis: 100%;
        flex: 1;
        margin-bottom: 0;
    }

    .catalog_right,
    .catalog_item_full {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .catalog_item_full .car_info {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .catalog_right,
    .catalog_item_full {
        display: block;
    }

    .catalog_item_full .car_info {
        margin-bottom: 20px;
    }

    .slider_photo img:first-child {
        max-height: none;
    }

    .catalog_item {
        display: block
    }

    .catalog_img,
    .catalog_item_bid,
    .catalog_item_info {
        margin: auto;
        width: auto
    }

    .catalog_item_bid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 30px 30px;
        text-align: left;
    }

    .lot {
        grid-column: 1 / span 2;
        text-align: left;
    }

    .date {
        grid-column: 1 / span 1;
    }

    .est {
        grid-column: 2 / span 2;
    }

    .current_bid {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        flex-wrap: wrap;
        margin-top: 60px
    }

    .catalog_ico li.vin {
        width: 100%
    }
}

@media (max-width: 600px) {
    .catalog_top_filters__toggle {
        display: block;
        text-align: center
    }

    .catalog_top_filters .catalog_cars {
        max-height: 70px;
        overflow: hidden
    }

    .catalog_cars {
        display: block !important
    }

    .catalog_cars.catalog_cars_list {
        display: flex !important
    }

    ul.catalog_cars li {
        display: inline-block !important
    }

    ul.catalog_cars li a {
        font-size: 12px
    }
}

.cat_desc {
    background: #fff;
    box-shadow: 0 20px 50px rgb(57 36 101 / 10%);
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 0
}

.slider_photo {
    position: relative
}

.slider_photo img:first-child {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    max-height: 581px;
}

.slider_photo__arrow_l,
.slider_photo__arrow_r {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
}

.slider_photo__arrow_l {
    left: 10px
}

.slider_photo__arrow_r {
    right: 10px
}

.slider_thumbs_wrapper {
    padding: 20px 0 20px 30px;
}

.slider_thumbs {
    width: auto;
    overflow-x: auto;
    white-space: nowrap
}

.slider_thumb {
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
    opacity: .44;
    cursor: pointer;
    max-height: 84px
}

.slider_thumb.active,
.slider_thumb:hover {
    opacity: 1
}

.value {
    display: block;
    line-height: 50px;
    font-size: 28px;
    color: #ee4036;
    margin-bottom: 28px
}

.catalog_sidebar_form {
    padding: 21px 30px 37px;
}

.catalog_item_full .car_info {
    background: #fff;
    box-shadow: 0 20px 50px rgb(57 36 101 / 10%);
    border-radius: 6px;
    padding: 20px 30px 28px;
}


@media (max-width: 768px) {
    .breadcrumbs {
        flex-wrap: wrap;
        margin-top: 60px
    }
}

.slider_photo {
    height: auto !important
}

.catalog_sidebar_info,
.catalog_sidebar_form {
    background: #fff;
    box-shadow: 0 20px 50px rgb(57 36 101 / 10%);
    border-radius: 6px;
    padding: 20px 30px 28px;
}

.catalog_full,
body {
    background: #f6f7fb !important
}

.clock.flip-clock-wrapper ul li a div div.inn {
    background-color: #333 !important;
    color: #ccc !important;
    text-shadow: 0 1px 2px #000 !important
}

.clock .flip.play {
    text-indent: 0;
    top: auto;
    left: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.clock .flip-clock-label {
    display: block !important
}

.clock .days,
.clock .flip-clock-divider.hours .bottom,
.clock .flip-clock-divider.hours .top {
    display: none
}

.clock .flip:nth-child(2),
.clock .flip:nth-child(3) {
    display: none
}

.clock.flip-clock-wrapper ul:nth-child(8),
.clock.flip-clock-wrapper ul:nth-child(9) {
    display: block !important
}

.flip-clock-divider .flip-clock-label {
    right: -65px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -78px
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -73px
}

.overlay {
    z-index: 999
}

.footer-promote {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #ffb228;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: sans-serif;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

.footer-promote__link {
    color: #6762dc;
    text-decoration: none;
    background: #fff;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 4px
}

.footer-promote__close {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    bottom: 7px;
    right: 7px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.cat_desc ol,
.cat_desc ul {
    padding-left: 0;
    margin: 0 0 10px 40px
}

.cat_desc h1,
.cat_desc h2,
.cat_desc h3,
.cat_desc h4,
.cat_desc h5,
.cat_desc h6 {
    margin: 30px 0 10px
}

.cat_desc ol,
.cat_desc ul {
    padding-left: 0;
    margin: 0 0 10px 40px
}

.cat_desc h1,
.cat_desc h2,
.cat_desc h3,
.cat_desc h4,
.cat_desc h5,
.cat_desc h6 {
    margin: 30px 0 10px
}

.letters-box-wrapper {
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(57, 36, 101, 0.1);
    border-radius: 6px;
    padding: 24px 33px 46px;
}

.letters-box {
    columns: 2;
}

@media (min-width: 768px) {
    .letters-box {
        columns: 3;
    }
}

@media (min-width: 1000px) {
    .letters-box {
        columns: 4;
    }
}

@media (min-width: 1280px) {
    .letters-box {
        columns: 5;
    }
}

.letters-box-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    color: #0D1B34;
}

.letter-content {
    display: flex;
    margin-bottom: 20px;
    break-inside: avoid-column;
}

.letter {
    padding-right: 20px;
    font-size: 17px;
    line-height: 130%;
    color: #0D1B34;
    font-weight: bold;
}

.letter-link {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
}

.letter-link.active {
    color: #ff9c28;
}

div.catalog_cars {
    padding-top: 0;
    margin-bottom: 100px;
}

.catalog_top_filters {
    margin-bottom: 20px;
}

.show-filters-mobile {
    display: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 10px 10px 10px;
    background: #6762DC;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .show-filters-mobile {
        display: block;
    }
}

.car_info_block {
    text-align: left;
    margin-bottom: 20px;
}

.car_info_lot {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0D1B34;
    margin: 0 0 10px;
}

.car_info_vin {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #0D1B34;
    padding-left: 40px;
    position: relative;
}

.car_info_vin:before {
    color: #fff;
    display: flex;
    content: "vin";
    background: #6762DC;
    width: 33px;
    height: 21px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    border-radius: 4px;
    font-family: Inter;
    position: absolute;
    left: 0;
    padding: 1px 0 2px;
    box-sizing: border-box;
}

.car_info_current_bid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.car_info_current_bid_title {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0D1B34;
}

.car_info_current_bid_price {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0D1B34;
}

.car_info_views {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #919ABD;
    text-align: left;
}

.sidebar_form_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0D1B34;
    margin-bottom: 12px;
    text-align: left;
}

#mCSB_1_scrollbar_horizontal {
    height: 0;
}

#mCSB_1_container {
    margin-bottom: 0;
}

/* jQuery countdown */
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    margin-bottom: 14px;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    display: flex;

}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    width: 25%;
    background: #6762DC;
    border-radius: 6px;
    margin-right: 6px;
    color: #fff;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-amount {
    font-size: 200%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 5px;
}

.countdown-period {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.countdown-descr {
    display: block;
    width: 100%;
}

/* End jQuery countdown */

.free_consult {
    display: none;
    background: #6762DC;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
}

.free_consult_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.free_consult_content button {
    min-width: 115px;
}

.js-language-switcher {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    padding: 7px 5px;
    border: 1px solid transparent;
}