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

HTML {
    height: 100%;
}

BODY {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    font: 15px/1.3 "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #000;
    background-color: #fff;
}

MAIN, SECTION {
    display: block;
}

IMG {
    border: 0;
    vertical-align: middle;
}

:focus {
    outline: none;
}

BUTTON::-moz-focus-inner {
    border: none;
}

BUTTON, INPUT, TEXTAREA, SELECT {
    font-family: inherit;
    color: inherit;
    border: none;
    border-radius: 0;
    background: none;
}

INPUT:not([type=checkbox]):not([type=radio]), TEXTAREA {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

INPUT::-ms-clear {
    display: none;
}

MAIN {
    padding-top: 80px;
}

H1 {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 39px;
    color: #003145;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0;
}

H1.h1-line {
    position: relative;
    padding-bottom: 13px;
}

H1.h1-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #e20109;
}

H2 {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 39px;
    color: #003145;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    margin: 30px 0;
}

H3 {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

H4 {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

A {
    color: #27509b;
}

TABLE {
    border: 0;
    border-collapse: collapse;
}

.header-main-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.no-scroll {
    overflow: hidden;
}

/* button */
.button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
    height: 48px;
    font-size: 15px;
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px 0;
    background-color: #27509b;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

.button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #e20109;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.button:hover {
    background: #003145;
}

.button:hover:after {
    border-left-color: #fff;
}

.button__file-size {
    opacity: .5;
    padding-left: 14px;
}

/* checkbox */
.checkbox INPUT {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0;
    outline: 0;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.checkbox INPUT + LABEL {
    position: relative;
    display: inline-block;
    padding-top: 33px;
}

.checkbox INPUT + LABEL:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #e0e6e9;
}

.checkbox INPUT:checked + LABEL:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.8 448.8'%3E%3Cpolygon fill='%23e30810' points='142.8,323.85 35.7,216.75 0,252.45 142.8,395.25 448.8,89.25 413.1,53.55' /%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    background-size: cover;
}

/* tabs */
.tabs-nav {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    list-style-type: none;
}

.tabs-nav__item {
    text-align: center;
}

.tabs-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: #27509b;
    text-decoration: none;
    padding: 18px 10px;
    border: 2px solid #e0e6e9;
    background: #fff;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.tabs-nav__link:not(.tabs-nav__link_active):hover {
    background: #f8f9fa;
}

.tabs-nav__link_active {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    background-color: #27509b;
    -webkit-box-shadow: inset 0 12px 16px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 12px 16px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 575px) {
    .tabs-nav:not(.tabs-nav_sm-row) .tabs-nav__item:not(:first-child) .tabs-nav__link {
        border-top-width: 1px;
    }

    .tabs-nav:not(.tabs-nav_sm-row) .tabs-nav__item:not(:last-child) .tabs-nav__link {
        border-bottom-width: 1px;
    }
}

.tabs-nav.tabs-nav_sm-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tabs-nav.tabs-nav_sm-row .tabs-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.tabs-nav.tabs-nav_sm-row .tabs-nav__item:not(:first-child) .tabs-nav__link {
    border-left-width: 1px;
}

.tabs-nav.tabs-nav_sm-row .tabs-nav__item:not(:last-child) .tabs-nav__link {
    border-right-width: 1px;
}

@media (min-width: 576px) {
    .tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .tabs-nav_left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .tabs-nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: 280px;
    }

    .tabs-nav__item:not(:first-child) .tabs-nav__link {
        border-left-width: 1px;
    }

    .tabs-nav__item:not(:last-child) .tabs-nav__link {
        border-right-width: 1px;
    }
}

/* select */
.select2 {
    width: 100% !important;
}

.header-gallery {
    padding-top: 10px;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    position: relative;
    height: 60px;
    border: 2px solid #e0e6e9;
    border-radius: 0;
    background: #fff;
    outline: none;
}

.select2-container--default .select2-selection--single:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #e20109 transparent transparent;
    position: absolute;
    top: 10px;
    right: 12px;
    pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 56px;
    padding-right: 40px;
    padding-left: 13px;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-dropdown {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 3px 3px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.select2-container--default .select2-results__option {
    font: normal 15px/16px "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    padding: 12px 16px;
}

.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7e7e7;
    color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single:after {
    top: 19px;
    border-color: transparent transparent #27509b;
}

.vehicles-list-img {
    padding-top: 50px;
}

@media (min-width: 576px) {
    MAIN {
        padding-top: 94px;
    }

    H1.h1-line {
        padding-bottom: 27px;
    }

    H3 {
        font-size: 25px;
    }


}

@media (max-width: 576px) {

    .user-profile-info-lg {
        display: none;
    }

    .user-profile-info-mobile {
        display: block;
    }

    .user-profile-info-mobile-button {
        width: 100%;
        background-color: #01344d;
        color: white;
    }

    .user-profile-data-item {
        height: 23px;
        border-bottom: 1px solid gray;
        background-color: #dadfe2;
        padding: 2px 0 0px 12px;
    }

    .user-profile-data-item:focus {
        background-color: white;
        color: black;

    }
}

@media (min-width: 576px) {
    .user-profile-info-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    H1, H2 {
        font-size: 60px;
        line-height: 1.1;
        margin: 5px 0;
    }

    .d-none-md {
        display: none;
    }
}

@media (min-width: 992px) {
    .main-blocks-bg {
        background: url("../images/main_blocks_bg_left.png") no-repeat left 0, url("../images/main_blocks_bg_right.png") no-repeat right 0;
        background-position: -110px 0, calc(100% + 150px) 0;
    }
}

@media (min-width: 1200px) {
    .main-blocks-bg {
        background-position: 0 0, calc(100% + 60px) 0;
    }
}

/* header */
HEADER {
    display: block;
}

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

@media (max-width: 575px) {
    .header_menu-open .logo {
        display: none;
    }
}

.logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: -4px 0 6px 0 #00000026;
    box-shadow: none !important;
}

.logo IMG {
    width: 160px;
    height: 80px;
}

.dealers__cell {
    margin-top: 20px;
}

.dealers__title {
    font-size: 17px;
}

#partner-list-selector {
    display: none;
}

.partner-list-selector:before, .partner-list-selector:after {
    display: table;
    content: " ";
    box-sizing: border-box
}

.partner-list-selector:after {
    clear: both
}

.dlr-city-selector {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dlr-city-selector:before, .dlr-city-selector:after {
    display: table;
    content: " ";
    box-sizing: border-box
}

.dlr-city-selector:after {
    clear: both
}

.dlr-city-selector .cities-col {
    width: 20%;
    float: left;
    position: relative;
    padding: 0 22px 0 15px;
    margin-top: 39px
}

.dlr-city-selector .cities-col ul {
    font-family: SuzukiPRORegular, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0
}

.dlr-city-selector .cities-col ul li {
    display: inline-block;
    margin-bottom: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    width: 100%;
    text-transform: uppercase
}

.dlr-city-selector .cities-col ul li span.cities__letter {
    font-family: SuzukiPROHeadline, Arial, sans-serif;
    color: #b30033;
    position: absolute;
    left: 15px
}

.dlr-city-selector .cities-col ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.dlr-city-selector .cities-col ul li a:hover {
    text-decoration: none
}

.dlr-city-selector .cities-col:first-child {
    margin-top: 0
}

.dlr-city-selector .cities-col:last-child {
    margin-top: 0;
    padding-right: 15px
}

.dlr-city-selector .cities-col:last-child ul li {
    padding: 0
}

.burger {
    position: relative;
    z-index: 22;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 17px;
    margin-right: 10px;
    margin-left: auto;
    cursor: pointer;
}

.burger:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 17px;
    border: 3px solid #636a73;
    border-left: 0;
    border-right: 0;
}

.burger:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 22px;
    border-top: 3px solid #636a73;
}

.burger_open:before {
    top: 7px;
    height: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger_open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.submenu-close {
    visibility: hidden;
    opacity: 0;
    position: relative;
    width: 15px;
    height: 20px;
    margin-left: 24px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
}

.submenu-close:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border-top: 3px solid #e20109;
    border-left: 3px solid #e20109;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.submenu-close_active {
    visibility: visible;
    opacity: 1;
}

.menu {
    display: none;
    position: fixed;
    z-index: 20;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    overflow-y: auto;
}

.menu UL {
    list-style-type: none;
}

.menu__link {
    color: #003145;
    text-decoration: none;
}

.menu__link:hover {
    color: #e20109;
}

.menu__item_personal-cabinet .menu__link:not(:hover) {
    color: #636a73;
}

.menu__link_submenu {
    position: relative
}

.menu-dropdown {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 11;
    overflow-y: hidden;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 8px 8px 0 rgb(0 49 69 / 20%);
}

.menu-dropdown_close, .menu-dropdown_open {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-dropdown_open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*bottom: 0;*/
    height: calc(100vh - 80px);
    overflow-y: auto
}

.header__back .menu-dropdown_open {
    background: red
}

.menu-lev2 {
    padding: 20px 20px 0 20px;
    position: relative
}

.menu-lev2__title {
    display: block;
    float: left;
    position: relative;
    font-family: SuzukiHeadline;
    font-size: 20px;
    color: #00368f;
    padding-bottom: 18px;
    margin-bottom: 13px;
    text-transform: uppercase;
    text-decoration: none
}

.menu-lev2__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #de0039
}

.menu-lev2__list {
    display: block;
    list-style: none;
    padding-bottom: 39px
}

.menu-lev2__item {
    position: relative;
    border-bottom: 1px solid #bfc4cb
}

.menu-lev2__item:last-child {
    border-color: transparent
}

.menu-lev2__item_active а {
    color: #de0039
}

.menu-lev2__link {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding: 21px 0 17px 0;
    display: block;
    color: #454545;
    line-height: 1.2;
    text-decoration: none
}

.menu-lev2__link_current {
    color: #de0039
}

@media (max-width: 575px) {
    .menu {
        padding: 0 35px 20px 35px;
    }

    .menu__item:not(:first-child) {
        border-top: 1px solid #e9e9e9;
    }

    .menu__link {
        display: block;
        position: relative;
        padding: 17px 0 16px 0;
    }

    .menu__link:after {
        content: '';
        position: absolute;
        right: 6px;
        top: calc(50% - 6px);
        border: 6px solid transparent;
        border-left: 7px solid #e20109;
    }
}

.submenu {
    display: none;
    position: fixed;
    z-index: 20;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    overflow-y: auto;
}

@media (max-width: 575px) {
    .submenu {
        padding: 20px 20px 0 20px;
    }
}

.submenu__title {
    position: relative;
    color: #27509b;
    padding-bottom: 18px;
}

.submenu__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #e20109;
}

.submenu__list {
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 17px;
    padding-bottom: 39px;
}

.submenu__item:not(:first-child) {
    border-top: 1px solid #e9e9e9;
}

.submenu__link {
    display: block;
    color: #454545;
    line-height: 1.2;
    text-decoration: none;
    padding: 21px 0 17px 0;
}

.buttons {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-align: center;
    margin: -9px -20px 50px -20px;
}

.buttons__item {
    display: block;
    font-size: 15px;
    color: #27509b;
    text-decoration: none;
    padding: 18px 15px;
    margin-bottom: 19px;
    border: 2px solid #e0e6e9;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (max-width: 575px), (min-width: 768px) {
    .buttons__item:not(.buttons__item_active):hover {
        background: #f8f9fa;
    }

    .buttons__item_active {
        color: #fff;
        padding-top: 19px;
        padding-bottom: 19px;
        border: 0;
        background-color: #27509b;
        -webkit-box-shadow: inset 0 12px 16px 0 rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 12px 16px 0 rgba(0, 0, 0, 0.4);
    }
}

.submenu-model {
    display: none;
}

.user-filter {
    margin-right: 15px;
}

.submenu-models {
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    text-transform: none;
    margin-top: -50px;
}

.submenu-models__thumbnail {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #7f7f7f;
    padding: 26px 0 30px 0;
}

.submenu-models__thumbnail:not(:first-child) {
    border-top: 1px solid #e9e9e9;
}

.submenu-models__thumbnail-pic {
    max-width: 100%;
    height: auto;
}

.submenu-models__thumbnail-title {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 25px;
    color: #003145;
    text-transform: uppercase;
}

.submenu-models__thumbnail-subtitle {
    font-size: 12px;
}

@media (min-width: 576px) {
    .header {
        height: 94px;
    }

    .header__wrap {
        height: auto;
    }

    .logo IMG {
        width: 187px;
        height: 94px;
    }

    .submenu-close {
        display: none;
    }

    .burger {
        width: 18px;
        height: 15px;
        margin-right: 0;
    }

    .burger:before {
        width: 18px;
        height: 15px;
    }

    .burger:after {
        top: 6px;
        width: 18px;
    }

    .burger_open:before {
        top: 4px;
        left: -4px;
    }

    .menu {
        top: 93px;
        bottom: auto;
        text-align: center;
        -webkit-box-shadow: 0 8px 8px 0 rgb(0 49 69 / 20%);
        box-shadow: 0 8px 8px 0 rgb(0 49 69 / 20%);
    }

    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 90px;
        max-width: 540px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .menu__item {
        display: inline-block;
    }

    .menu__item_active .menu__link, .menu__item_open .menu__link {
        color: #e20109 !important;
    }

    .menu__link {
        font-size: 15px;
    }

    .submenu {
        top: 183px;
        padding-top: 64px;
        background: #edf0f3;
    }

    .submenu__title {
        font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
        font-size: 27px;
        color: #003145;
        padding-bottom: 16px;
        margin-bottom: 13px;
    }

    .submenu__list {
        font-size: 15px;
    }

    .submenu__item:not(:first-child) {
        border-color: #bfc4cb;
    }

    .submenu__item_active A {
        color: #e20109;
    }

    .submenu__link {
        position: relative;
        color: #000;
        padding: 14px 25px 12px 0;
    }

    .submenu__link:hover {
        color: #e20109;
    }

    .submenu__link:hover:after {
        content: '';
        position: absolute;
        right: 6px;
        top: calc(50% - 6px);
        border: 6px solid transparent;
        border-left: 7px solid #e20109;
    }

    .submenu-models {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -30px;
        padding: 0 0 40px 0;
    }

    .submenu-models__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 20px 0;
        border-top: 0 !important;
    }

    .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .buttons__item {
        display: inline-block;
        font-size: 13px;
        padding: 6px 14px;
        border: 0;
    }

    .buttons__item:not(:first-child) {
        border-left: 2px solid #d2dde8;
    }

    .buttons__item:first-child {
        padding-left: 0;
    }

    .buttons__item:last-child {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .menu__list {
        max-width: 720px;
    }

    .menu__link {
        font-size: 18px;
    }

    .submenu__list {
        display: inline-block;
    }

    .buttons {
        width: 100%;
    }

    .buttons__item {
        padding: 18px 15px;
        border: 2px solid #e0e6e9;
    }

    .buttons__item:not(:first-child) {
        border-left-width: 1px;
    }

    .buttons__item:not(:last-child) {
        border-right-width: 1px;
    }

    .buttons__item:first-child {
        padding-left: 15px;
    }

    .buttons__item:last-child {
        padding-right: 15px;
    }

    .submenu-model {
        position: relative;
        display: block;
        margin-top: -64px;
        min-height: 305px;
        overflow: hidden;
        background: #fff;
    }

    .submenu-model:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: url("../images/submenu-model_bg.png") 0 0 repeat-x;
    }

    .submenu-model__pic {
        position: absolute;
        top: 0;
        left: 55%;
        width: 45%;
        height: 100%;
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .submenu-model__info {
        width: 55%;
        padding: 30px 15px 0 0;
    }

    .submenu-model__title {
        position: relative;
        font: 33px/1.1 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
        color: #27509b;
        padding-bottom: 22px;
        margin-bottom: 25px;
    }

    .submenu-model__title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 4px;
        background: #e20109;
    }

    .submenu-model__price-block {
        display: inline-block;
        text-transform: none;
    }

    .submenu-model__price {
        font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .submenu-model__price:not(:first-child) {
        border-top: 1px solid #cacaca;
        padding-top: 10px;
    }

    .submenu-model__price-label {
        font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
        font-size: 15px;
        color: #7f7f7f;
    }

    .submenu-models {
        margin-top: 0;
        padding-bottom: 0;
    }

    .submenu-models__thumbnail {
        position: relative;
        padding-top: 47px;
        padding-bottom: 12px;
    }

    .submenu-models__thumbnail-body {
        position: relative;
        z-index: 2;
    }

    .submenu-models__thumbnail-title {
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out;
    }

    .submenu-models__thumbnail:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background: url("../images/submenu-models/thumbnail_bg.jpg") 0 0 no-repeat;
        background-size: cover;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

    .submenu-models__thumbnail_active:before {
        opacity: 1;
    }

    .submenu-models__thumbnail_active .submenu-models__thumbnail-title {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .burger {
        display: none;
    }

    .menu {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        bottom: auto;
        width: 100%;
        font-size: 18px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
    }

    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 32px;
    }

    .menu__item_personal-cabinet {
        margin-left: auto;
    }

    .menu__item:after {
        content: "";
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .menu__item_open {
        position: relative;
    }

    .menu__item_open:after {
        position: absolute;
        visibility: visible;
        opacity: 1;
        bottom: 0px;
        left: calc(50% - 12px);
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 10px solid #cccfd3;
    }

    .menu__item_open .submenu {
        visibility: visible;
        opacity: 1;
    }

    .menu__link {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .submenu {
        visibility: hidden;
        opacity: 0;
        top: 94px;
        bottom: auto;
        max-height: calc(100vh - 94px);
        padding-top: 0;
        background: #fff url("../images/submenu-model_bg.png") 0 0 repeat-x;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .submenu-block {
        padding-top: 65px;
    }

    .submenu-model {
        min-height: 400px;
        margin-top: 0;
    }

    .submenu-model .container {
        min-height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .submenu-model__pic {
        left: 50%;
        width: 50%;
    }

    .submenu-model__info {
        width: 50%;
        padding-top: 10px;
    }

    .submenu-model__title {
        font-size: 40px;
    }

    .submenu-models-wrap {
        background: #edf0f3;
    }

    .submenu-models__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .buttons__item {
        font-size: 15px;
        min-width: 25%;
    }
}

@media (min-width: 1200px) {
    .menu {
        font-size: 20px;
        padding-left: 30px;
    }

    .menu__item:not(.menu__item_personal-cabinet) {
        margin-left: 42px;
    }

    .menu__link {
        font-size: 20px;
    }

    .submenu-model {
        min-height: 490px;
    }

    .submenu-model .container {
        min-height: 490px;
    }

    .submenu-model__title {
        font-size: 47px;
    }
}

/* footer */
FOOTER {
    display: block;
}

.footer {
    max-height: 9000px;
    color: #fff;
    text-transform: uppercase;
    padding: 48px 0 0 0;
    background: #27509b;
    margin-top: 50px;
}

.footer A {
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.footer A:hover {
    color: #e20109;
}

.footer__sec-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.footer__menu {
    display: none;
    font-size: 13px;
    list-style-type: none;
    padding: 0 0 7px 20px;
}

.footer__menu_type2 {
    display: block;
    padding-left: 0;
}

.footer__menu A {
    text-decoration: none;
}

.footer__menu LI {
    margin-bottom: 16px;
}

.footer-accordion-item {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
}

.footer-accordion-item:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 7px;
    left: 0;
    background: url("../images/footer_arrow.svg") 0 0 no-repeat;
    background-size: cover;
}

.footer-accordion-item_open:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.footer__contact {
    padding-top: 37px;
    margin-top: 15px;
    background: #22468a;
}

.footer__copy-media {
    padding-bottom: 45px;
    background: #22468a;
}

.footer__media {
    margin-bottom: 23px;
}

.footer__media-title {
    display: none;
}

.footer__media-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__media-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.footer__media-link:not(:last-child) {
    margin-right: 20px;
}

.footer__media-link:hover {
    background-color: #fff;
}

.footer__media-icon {
    fill: #22468a;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

.footer__phone-email {
    margin-bottom: 18px;
}

.footer__phone {
    font-size: 25px;
    line-height: 1;
}

.footer__time {
    line-height: 1.4;
    margin-bottom: 25px;
}

.footer__time-label {
    margin-bottom: 4px;
}

@media (min-width: 576px) {
    .footer__contact {
        padding-top: 0;
        margin-top: 0;
        background: none;
    }

    .footer__copy-media {
        padding-bottom: 60px;
        background: none;
    }

    .footer__media {
        margin-bottom: 0;
    }

    .footer__media-title {
        display: block;
        font-size: 14px;
        text-transform: none;
        margin-bottom: 15px;
    }

    .footer__copy {
        margin-top: 22px;
    }
}

@media (min-width: 768px) {
    .footer {
        padding-top: 75px;
    }

    .footer__top {
        padding-bottom: 32px;
    }

    .footer__top .row > DIV {
        padding-right: 0;
    }

    .footer__sec-title {
        font-size: 17px;
        padding-left: 0;
    }

    .footer__sec-title:before {
        display: none;
    }

    .footer__menu {
        font-size: 11px;
        padding-left: 0;
        display: block !important;
    }

    .footer-accordion-item {
        cursor: auto;
    }

    .footer__phone-email {
        margin-top: -4px;
        margin-bottom: 15px;
    }

    .footer__phone {
        font-size: 21px;
        margin-top: -6px;
    }

    .footer__email {
        font-size: 13px;
    }

    .footer__copy-media {
        padding-bottom: 70px;
    }

    .footer__copy {
        margin-top: 0;
    }

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

    .footer__media-title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 15px 0 0;
    }

    .footer__media-link:not(:last-child) {
        margin-right: 18px;
    }

    .footer__time {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .footer {
        padding-top: 68px;
    }

    .footer__sec-title {
        font-size: 24px;
        margin-bottom: 29px;
    }

    .footer__menu {
        font-size: 13px;
    }

    .footer__phone-email {
        margin-top: -5px;
        margin-bottom: 18px;
    }

    .footer__phone {
        font-size: 25px;
    }

    .footer__email {
        font-size: 15px;
    }

    .footer__time {
        font-size: 15px;
    }

    .footer__media {
        display: block;
    }

    .footer__media-link {
        width: 25px;
        height: 25px;
    }

    .footer__media-link:not(:last-child) {
        margin-right: 6px;
    }

    .footer__media-icon {
        width: 13px;
        height: 13px;
    }

    .footer__media-title {
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding-top: 65px;
    }

    .footer__copy-media {
        padding-bottom: 50px;
    }
}

.hero {
    position: relative;
    height: calc(100vh - 84px);
    max-height: 615px;
    min-height: 300px;
    background: #00334c;
}

.hero__link {
    color: #002e42;
    text-decoration: none;
}

.hero__mouse-container {
    width: 20px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .hero__mouse-container {
        bottom: 50px;
    }
}

.hero__mouse {
    width: 43px;
    height: 53px;
    bottom: 0;
    position: absolute;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero__mouse {
        margin-left: -20px;
    }
}

.hero__mouse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url("../images/header-banner/arrow-up.png");
}

.hero__mouse:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url("../images/header-banner/arrow-down.png");
}

.hero__mouse IMG {
    padding-top: 12px;
}

@media screen and (max-width: 760px) {
    .hero__mouse {
        display: none;
    }
}

.hero__slider-progress {
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0px;
}

.hero__progress {
    width: 0%;
    height: 4px;
    background: #00344d;
}

.hero__slide {
    width: 100%;
    height: calc(100vh - 84px);
    min-height: 300px;
    max-height: 615px;
    position: relative;
    background: #00334c;
    overflow: hidden;
}

.hero__slide:before {
    content: '';
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003145), to(rgba(0, 49, 69, 0)));
    background-image: linear-gradient(to bottom, #003145 0%, rgba(0, 49, 69, 0) 100%);
    background-size: cover;
}

.hero__slide:not(:first-child) {
    display: none;
}

.hero__pic {
    position: absolute;
    top: 0;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero__slide-content {
    position: absolute;
    bottom: 150px;
    display: inline-block;
    z-index: 10;
    max-width: 500px;
    color: #002e42;
    padding: 12px 20px 19px 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero__slide-content {
        bottom: 80px;
    }
}

@media screen and (max-width: 960px) {
    .hero__slide-content {
        left: 11vw;
        margin-left: 0;
    }
}

@media screen and (max-width: 850px) {
    .hero__slide-content {
        left: 9vw;
    }
}

@media screen and (max-width: 800px) {
    .hero__slide-content {
        left: 7vw;
    }
}

@media screen and (max-width: 760px) {
    .hero__slide-content {
        left: 5vw;
        bottom: 100px;
        width: auto;
    }
}

@media screen and (max-width: 540px) {
    .hero__slide-content {
        left: 0;
        width: 100%;
    }
}

.hero__slide-content h2 {
    font: 60px/1 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #002e42;
    min-width: 400px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .hero__slide-content h2 {
        min-width: 100%;
        font-size: 48px;
    }
}

@media (min-width: 576px) {
    .hero__slide-content h2 {
        margin-bottom: 3px;
    }
}

.hero__slide-content h3 {
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 28px;
    line-height: 1.3;
    margin-top: -4px;
}

@media screen and (max-width: 480px) {
    .hero__slide-content h3 {
        font-size: 24px;
    }
}

@media (min-width: 576px) {
    .hero__slide-content h3 {
        margin-bottom: 5px;
    }
}

.hero__slide-content p {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 17px;
}

.hero__button {
    display: inline-block;
    border-radius: 10px 0;
    border: 2px solid transparent;
    color: #002e42;
    padding: 10px 34px 10px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

@media (max-width: 380px) {
    .hero__button {
        font-size: 12px;
    }
}

.hero__button:hover {
    color: #fff;
    border-radius: 10px 0;
    border: 2px solid #e20109;
    background-color: #e20109;
}

.hero__button:hover:after {
    border-top: 4px solid transparent;
    border-left: 8px solid white;
    border-bottom: 4px solid transparent;
}

.hero__button:after {
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #e20109;
    border-bottom: 4px solid transparent;
    display: block;
    position: absolute;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.hero__button_border {
    border-radius: 10px 0;
    border: 2px solid #e20109;
}

.hero .slick-dots {
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 150px;
    right: 0;
    left: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 1199.8px) {
    .hero .slick-dots {
        bottom: 160px;
    }
}

@media screen and (max-width: 960px) {
    .hero .slick-dots {
        bottom: 120px;
    }
}

@media screen and (max-width: 760px) {
    .hero .slick-dots {
        bottom: 50px;
    }
}

.hero .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

.hero .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 0.502;
    cursor: pointer;
    border: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: #fff;
}

.hero .slick-dots .slick-active button {
    opacity: 1;
}

@media (min-width: 576px) {
    .hero, .hero__slide {
        height: calc(100vh - 94px);
        max-height: 900px;
    }
}

@media (min-width: 768px) {
    .hero, .hero__slide {
        min-height: 400px;
        max-height: 930px;
    }
}

@media (min-width: 992px) {
    .hero {
        max-height: 674px;
    }

    .hero__slide {
        max-height: 674px;
    }

    .hero__pic {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .hero {
        max-height: none;
    }

    .hero__slide {
        max-height: none;
    }
}

.l-cars {
    width: 100%;
    background: url("../images/cars/cars-section-bg.8c9a02aac694.jpg") no-repeat;
    background-size: cover;
    background-position-y: -20vw;
    margin-bottom: 70px;
}

.l-cars {
    overflow: visible;
    margin-bottom: 120px;
}

@media (max-width: 480px) {
    .l-cars {
        margin-bottom: 40px;
    }
}

.l-cars .slider-container {
    max-width: 980px;
    margin: 0 auto;
}

.l-cars .slider-container .m-cars-slider__slide:not(:first-child) {
    display: none;
}

.l-cars .slider-container .m-cars-slider {
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    max-height: 545px;
}

@media screen and (max-width: 1120px) {
    .l-cars .slider-container .m-cars-slider {
        padding-top: 95px;
    }
}

@media screen and (max-width: 992px) {
    .l-cars .slider-container .m-cars-slider {
        max-height: 495px;
        padding-top: 80px;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider {
        max-height: 655px;
        padding-top: 50px;
    }
}

.l-cars .slider-container .m-cars-slider__slide {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 410px;
    height: 376px;
}

.l-cars .slider-container .m-cars-slider__slide .m-car-photo {
    width: 270px;
    margin: 15px auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-top: 20px;
}

@media screen and (max-width: 1120px) {
    .l-cars .slider-container .m-cars-slider__slide .m-car-photo {
        width: 280px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .l-cars .slider-container .m-cars-slider__slide .m-car-photo {
        width: 240px;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .m-car-photo {
        width: 310px;
        padding-top: 0;
    }
}

@media screen and (max-width: 850px) {
    .l-cars .slider-container .m-cars-slider__slide .m-car-photo {
        opacity: 0.6;
    }
}

@media screen and (max-width: 560px) {
    .l-cars .slider-container .m-cars-slider__slide .m-car-photo {
        opacity: 0;
    }
}

.l-cars .slider-container .m-cars-slider__slide .slide-title {
    padding: 0;
    font-size: 25px;
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 560px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-title {
        font-size: 35px;
        padding: 0 60px;
    }
}

@media screen and (max-width: 850px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-title {
        opacity: 0.6;
    }
}

@media screen and (max-width: 560px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-title {
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-title {
        margin-top: -10px;
    }
}

.l-cars .slider-container .m-cars-slider__slide .slide-title A {
    color: #000;
    text-decoration: none;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description {
    width: 340px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-description {
        width: 310px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .price-container {
    border-bottom: 1px solid #e0e6e9;
    padding: 1rem 0;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .price-container .price,
.l-cars .slider-container .m-cars-slider__slide .slide-description .price-container .price-rub {
    margin-bottom: 0;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .price-container .price {
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    opacity: 0.5;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .price-container .price-rub {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-left: 10px;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .tools {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
    overflow: visible;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-description .tools {
        width: 300px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .tools a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-description .tools a {
        width: 40%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider__slide .slide-description .tools a:not(:first-child):not(:last-child) {
        margin-right: 0;
    }
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .tools a:hover .tools__icon {
    fill: #e3000b;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .tools__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    overflow: hidden;
    margin-right: 5px;
    fill: #27509b;
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
}

.l-cars .slider-container .m-cars-slider__slide .slide-description .tools__text {
    opacity: 0.5;
}

.l-cars .slider-container .m-cars-slider .next {
    position: absolute;
    top: 387px;
    right: 300px;
    cursor: pointer;
    z-index: 10;
}

@media screen and (max-width: 1120px) {
    .l-cars .slider-container .m-cars-slider .next {
        top: 383px;
    }
}

@media screen and (max-width: 992px) {
    .l-cars .slider-container .m-cars-slider .next {
        top: 329px;
    }
}

@media screen and (max-width: 950px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 270px;
    }
}

@media screen and (max-width: 900px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 250px;
    }
}

@media screen and (max-width: 850px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 230px;
    }
}

@media screen and (max-width: 800px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 200px;
    }
}

@media screen and (max-width: 750px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 160px;
    }
}

@media screen and (max-width: 650px) {
    .l-cars .slider-container .m-cars-slider .next {
        right: 110px;
    }
}

@media screen and (max-width: 560px) {
    .l-cars .slider-container .m-cars-slider .next {
        top: 331px;
        right: 70px;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider .next {
        top: 346px;
        right: 50px;
    }
}

.l-cars .slider-container .m-cars-slider .prev {
    position: absolute;
    top: 387px;
    left: 300px;
    cursor: pointer;
    z-index: 10;
}

@media screen and (max-width: 1120px) {
    .l-cars .slider-container .m-cars-slider .prev {
        top: 383px;
    }
}

@media screen and (max-width: 992px) {
    .l-cars .slider-container .m-cars-slider .prev {
        top: 329px;
    }
}

@media screen and (max-width: 950px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 270px;
    }
}

@media screen and (max-width: 900px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 250px;
    }
}

@media screen and (max-width: 850px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 230px;
    }
}

@media screen and (max-width: 800px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 200px;
    }
}

@media screen and (max-width: 750px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 160px;
    }
}

@media screen and (max-width: 650px) {
    .l-cars .slider-container .m-cars-slider .prev {
        left: 110px;
    }
}

@media screen and (max-width: 560px) {
    .l-cars .slider-container .m-cars-slider .prev {
        top: 331px;
        left: 70px;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .m-cars-slider .prev {
        top: 346px;
        left: 50px;
    }
}

@media screen and (max-width: 1120px) {
    .l-cars .slider-container .slick-slide {
        width: 320px;
    }
}

@media screen and (max-width: 700px) {
    .l-cars .slider-container .slick-slide {
        height: 560px;
    }
}

.l-cars .slider-container .cars-slider-active-slide .m-car-photo {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.l-cars .slider-container .cars-slider-active-slide .slide-description {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1 !important;
    z-index: 10;
}

@media (min-width: 1200px) {
    .l-cars .slider-container .cars-slider-active-slide .slide-description {
        margin-left: -5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .l-cars .slider-container .cars-slider-active-slide .slide-description {
        margin-left: -10px;
    }
}

@media (max-width: 480px) {
    .l-cars .slider-container .cars-slider-active-slide .slide-description {
        margin: 0 auto;
    }
}

.l-cars .slider-container .cars-slider-active-slide .slide-description .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.l-cars .slider-container .cars-slider-active-slide .slide-title {
    opacity: 1;
    color: #27509b;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 38px;
}

.l-cars .slider-container .cars-slider-active-slide .slide-title A {
    color: #27509b;
}

@media (min-width: 560px) and (max-width: 1000px) {
    .l-cars .slider-container .cars-slider-active-slide .slide-title {
        font-size: 35px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 480px) {
    .l-cars .slider-container .cars-slider-active-slide .m-car-photo {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .l-cars .slider-container .m-cars-slider__slide .slide-description .price-container,
    .l-cars .slider-container .slick-center .slide-description .tools {
        width: 100%;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .l-cars .slider-container .m-cars-slider__slide .slide-description .tools a p {
        margin-bottom: 50px;
    }

    .l-cars .slider-container .m-cars-slider__slide .slide-description .tools .slide-description__tool--ie-fix {
        background-size: cover;
        margin-left: -15px;
    }
}

.for-owners {
    margin-bottom: 50px;
}

.for-owners__link {
    color: #fff;
    text-decoration: none;
}

.for-owners__title {
    font-size: 39px;
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-align: center;
    margin-bottom: 35px;
}

.for-owners__slide {
    position: relative;
    overflow: hidden;
    height: 495px;
    color: #fff;
    background: #636a73;
}

.for-owners__slide:not(:first-child) {
    display: none;
}

.for-owners__pic {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.for-owners__content {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding-top: 99px;
}

.for-owners__slide-title {
    font: 50px/1.1 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-bottom: 6px;
}

.for-owners__slide-text {
    font-size: 28px;
    line-height: 1.1;
}

.for-owners .slick-dots {
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.for-owners .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

.for-owners .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 0.502;
    cursor: pointer;
    border: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: #fff;
}

.for-owners .slick-dots .slick-active button {
    opacity: 1;
}

@media (min-width: 576px) {
    .for-owners__content {
        padding-top: 95px;
    }

    .for-owners__title {
        font-size: 60px;
        line-height: 1.1;
    }

    .for-owners__slide-title {
        font-size: 60px;
        line-height: 0.95;
        margin-bottom: 8px;
    }
}

.news {
    margin-bottom: 80px;
}

.news__block-title {
    text-align: center;
    font-size: 39px;
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-bottom: 23px;
}

.news__slider {
    padding-bottom: 90px;
}

.news__slide {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.news__slide:not(:first-child) {
    display: none;
}

.news__text {
    max-width: 320px;
    margin: 0 auto;
}

.news__date {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news__year {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #b2c1c9;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news__title {
    font: 26px/1.2 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #27509b;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news__pic {
    display: none !important;
}

.news .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 45px;
    right: 0;
    left: 0;
    list-style: none;
    text-align: center;
}

.news .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

.news .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: #b2c1c9;
}

.news .slick-dots .slick-active button {
    background: #e20109;
}

@media (min-width: 576px) {
    .news__block-title {
        font-size: 60px;
    }

    .news__title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .news {
        margin-bottom: 73px;
    }

    .news__slider {
        padding-bottom: 35px;
    }

    .news__slide {
        text-align: left;
    }

    .news__slide:not(:first-child) {
        display: block;
    }

    .news__title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .news__slider {
        padding-bottom: 40px;
    }

    .news__slider.row {
        margin-left: 0;
        margin-right: 0;
    }

    .news__slide {
        position: relative;
        overflow: hidden;
        min-height: 214px;
        padding: 30px 40px 20px 40px;
        -webkit-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out;
    }

    .news__slide:hover {
        background-color: #00334c;
    }

    .news__slide:hover .news__pic {
        opacity: 0.5;
    }

    .news__slide:hover .news__date, .news__slide:hover .news__year {
        color: #fff;
        opacity: 0.5;
    }

    .news__slide:hover .news__title {
        color: #fff;
    }

    .news__text {
        position: relative;
        z-index: 2;
    }

    .news__date {
        font-size: 13px;
    }

    .news__year {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .news__title {
        font-size: 24px;
    }

    .news__pic {
        display: block !important;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .news__button {
        min-width: 336px;
    }
}

@media (min-width: 1200px) {
    .news__block-title {
        margin-bottom: 40px;
    }

    .news__slide {
        min-height: 265px;
    }

    .news__date {
        font-size: 15px;
    }

    .news__year {
        font-size: 15px;
    }

    .news__title {
        font-size: 30px;
    }
}

.news-list {
    margin-top: 30px;
}

.news-item {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.news-item__date {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-item__year {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #b2c1c9;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-item__title {
    font: 26px/1.2 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #27509b;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-item__pic {
    display: none !important;
}

@media (min-width: 768px) {
    .news-list {
        margin-top: 45px;
    }

    .news-item {
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .news-list {
        margin-bottom: 45px;
    }

    .news-list .row {
        margin-left: 0;
        margin-right: 0;
    }

    .news-item {
        position: relative;
        overflow: hidden;
        min-height: 314px;
        padding: 30px 20px 20px 20px;
        -webkit-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out;
        margin-bottom: 0;
    }

    .news-item:hover {
        background-color: #00334c;
    }

    .news-item:hover .news-item__pic {
        opacity: 0.5;
    }

    .news-item:hover .news-item__date, .news-item:hover .news-item__year {
        color: #fff;
        opacity: 0.5;
    }

    .news-item:hover .news-item__title {
        color: #fff;
    }

    .news-item__text {
        position: relative;
        z-index: 2;
    }

    .news-item__date {
        font-size: 13px;
    }

    .news-item__year {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .news-item__title {
        font-size: 24px;
    }

    .news-item__pic {
        display: block !important;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 1200px) {
    .news-item {
        min-height: 365px;
    }

    .news-item__date {
        font-size: 15px;
    }

    .news-item__year {
        font-size: 15px;
    }

    .news-item__title {
        font-size: 30px;
    }
}

.quick-links {
    padding-top: 7px;
    margin-bottom: 55px;
}

.quick-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #27509b;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0 20px 34px;
    border-top: 2px solid #e0e6e9;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.quick-links__item:first-child {
    border: 0;
}

.quick-links__item:hover {
    color: #e20109;
}

.quick-links__item:hover .quick-links__icon {
    fill: #e20109;
}

.quick-links__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    fill: #27509b;
    margin-right: 18px;
    overflow: hidden;
    -webkit-transition: fill .3s linear;
    transition: fill .3s linear;
}

@media (min-width: 576px) {
    .quick-links {
        padding: 0;
        margin: -5px 0 40px 0;
    }

    .quick-links__item {
        display: block;
        font-size: 13px;
        text-align: center;
        padding: 2px 20px 9px 20px;
        border: 0;
        border-left: 2px solid #e0e6e9;
    }

    .quick-links__icon {
        margin: 0 0 1px 0;
    }
}

@media (min-width: 768px) {
    .quick-links__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .quick-links__icon {
        margin: 0 13px 0 0;
    }
}

.gallery-block {
    margin: 30px 0 7px 0;
}

.gallery-block__item {
    display: block;
    position: relative;
    margin-bottom: 23px;
}

.gallery-block__item IMG {
    width: 100%;
    height: auto;
}

.gallery-block__item:after {
    content: '';
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 991px) {
    .gallery-block__item:after {
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        background-color: black;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0.6;
    }
}

.gallery-block__item:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5MzguNiA5MzguNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTM4LjYgOTM4Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iOTM4LjYiIGhlaWdodD0iOTM4LjciLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJPC9jbGlwUGF0aD4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzg0LDBjNTIsMCwxMDEuNywxMC4yLDE0OS4yLDMwLjVjNDcuNCwyMC4zLDg4LjMsNDcuNiwxMjIuNSw4MS44YzM0LjIsMzQuMiw2MS41LDc1LjEsODEuOCwxMjIuNQ0KCQlDNzU3LjgsMjgyLjMsNzY4LDMzMiw3NjgsMzg0YzAsNDQuNy03LjMsODcuNC0yMS44LDEyOC4zYy0xNC42LDQwLjktMzUuMyw3OC02Mi4yLDExMS4zbDI0Mi4zLDI0MmM4LjIsOC4yLDEyLjMsMTguMywxMi4zLDMwLjMNCgkJYzAsMTIuMi00LjEsMjIuNC0xMi4yLDMwLjVjLTguMSw4LjEtMTguMywxMi4yLTMwLjUsMTIuMmMtMTIsMC0yMi4xLTQuMS0zMC4zLTEyLjNMNjIzLjcsNjg0Yy0zMy4zLDI2LjktNzAuNCw0Ny42LTExMS4zLDYyLjINCgkJQzQ3MS40LDc2MC43LDQyOC43LDc2OCwzODQsNzY4Yy01MiwwLTEwMS43LTEwLjItMTQ5LjItMzAuNWMtNDcuNC0yMC4zLTg4LjMtNDcuNi0xMjIuNS04MS44Yy0zNC4yLTM0LjItNjEuNS03NS4xLTgxLjgtMTIyLjUNCgkJQzEwLjIsNDg1LjcsMCw0MzYsMCwzODRjMC01MiwxMC4yLTEwMS43LDMwLjUtMTQ5LjJjMjAuMy00Ny40LDQ3LjYtODguMyw4MS44LTEyMi41czc1LjEtNjEuNSwxMjIuNS04MS44QzI4Mi4yLDEwLjIsMzMyLDAsMzg0LDANCgkJTDM4NCwweiBNMzg0LDg1LjRjLTQwLjQsMC03OS4xLDcuOS0xMTYsMjMuN2MtMzYuOSwxNS44LTY4LjcsMzctOTUuMyw2My43Yy0yNi43LDI2LjctNDcuOSw1OC40LTYzLjcsOTUuMw0KCQljLTE1LjgsMzYuOS0yMy43LDc1LjYtMjMuNywxMTZjMCw0MC40LDcuOSw3OS4xLDIzLjcsMTE2YzE1LjgsMzYuOSwzNyw2OC43LDYzLjcsOTUuM2MyNi43LDI2LjcsNTguNCw0Ny45LDk1LjMsNjMuNw0KCQljMzYuOSwxNS44LDc1LjYsMjMuNywxMTYsMjMuN3M3OS4xLTcuOSwxMTYtMjMuN2MzNi45LTE1LjgsNjguNy0zNyw5NS4zLTYzLjdjMjYuNy0yNi43LDQ3LjktNTguNCw2My43LTk1LjMNCgkJYzE1LjgtMzYuOSwyMy43LTc1LjYsMjMuNy0xMTZjMC00MC40LTcuOS03OS4xLTIzLjctMTE2Yy0xNS44LTM2LjktMzctNjguNy02My43LTk1LjNjLTI2LjctMjYuNy01OC40LTQ3LjktOTUuMy02My43DQoJCUM0NjMuMSw5My4zLDQyNC40LDg1LjQsMzg0LDg1LjQgTTM4NCwyMTMuNGMxMS44LDAsMjEuOCw0LjIsMzAuMiwxMi41YzguMyw4LjMsMTIuNSwxOC40LDEyLjUsMzAuMnY4NS4zSDUxMg0KCQljMTEuOCwwLDIxLjgsNC4yLDMwLjIsMTIuNWM4LjMsOC4zLDEyLjUsMTguNCwxMi41LDMwLjJjMCwxMS44LTQuMiwyMS44LTEyLjUsMzAuMmMtOC4zLDguMy0xOC40LDEyLjUtMzAuMiwxMi41aC04NS4zVjUxMg0KCQljMCwxMS44LTQuMiwyMS44LTEyLjUsMzAuMmMtOC4zLDguMy0xOC40LDEyLjUtMzAuMiwxMi41Yy0xMS44LDAtMjEuOC00LjItMzAuMi0xMi41Yy04LjMtOC4zLTEyLjUtMTguNC0xMi41LTMwLjJ2LTg1LjNIMjU2DQoJCWMtMTEuOCwwLTIxLjgtNC4yLTMwLjItMTIuNWMtOC4zLTguMy0xMi41LTE4LjQtMTIuNS0zMC4yYzAtMTEuOCw0LjItMjEuOCwxMi41LTMwLjJjOC4zLTguMywxOC40LTEyLjUsMzAuMi0xMi41aDg1LjNWMjU2DQoJCWMwLTExLjgsNC4yLTIxLjgsMTIuNS0zMC4yQzM2Mi4xLDIxNy41LDM3Mi4yLDIxMy40LDM4NCwyMTMuNCIvPg0KPC9nPg0KPC9zdmc+DQo=") 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
    .gallery-block {
        margin-bottom: 18px;
    }

    .gallery-block .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .gallery-block .row > DIV {
        padding-right: 6px;
        padding-left: 6px;
    }

    .gallery-block__item {
        margin-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .gallery-block {
        margin: 45px 0;
    }

    .gallery-block__item:after {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 6px solid #27509b;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .gallery-block__item:before {
        top: auto;
        left: auto;
        bottom: 16px;
        right: 16px;
        opacity: 0;
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5MzguNiA5MzguNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTM4LjYgOTM4Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDojRTIwMTA5O30NCjwvc3R5bGU+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iOTM4LjYiIGhlaWdodD0iOTM4LjciLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJPC9jbGlwUGF0aD4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzg0LDBjNTIsMCwxMDEuNywxMC4yLDE0OS4yLDMwLjVjNDcuNCwyMC4zLDg4LjMsNDcuNiwxMjIuNSw4MS44YzM0LjIsMzQuMiw2MS41LDc1LjEsODEuOCwxMjIuNQ0KCQlDNzU3LjgsMjgyLjMsNzY4LDMzMiw3NjgsMzg0YzAsNDQuNy03LjMsODcuNC0yMS44LDEyOC4zYy0xNC42LDQwLjktMzUuMyw3OC02Mi4yLDExMS4zbDI0Mi4zLDI0MmM4LjIsOC4yLDEyLjMsMTguMywxMi4zLDMwLjMNCgkJYzAsMTIuMi00LjEsMjIuNC0xMi4yLDMwLjVjLTguMSw4LjEtMTguMywxMi4yLTMwLjUsMTIuMmMtMTIsMC0yMi4xLTQuMS0zMC4zLTEyLjNMNjIzLjcsNjg0Yy0zMy4zLDI2LjktNzAuNCw0Ny42LTExMS4zLDYyLjINCgkJQzQ3MS40LDc2MC43LDQyOC43LDc2OCwzODQsNzY4Yy01MiwwLTEwMS43LTEwLjItMTQ5LjItMzAuNWMtNDcuNC0yMC4zLTg4LjMtNDcuNi0xMjIuNS04MS44Yy0zNC4yLTM0LjItNjEuNS03NS4xLTgxLjgtMTIyLjUNCgkJQzEwLjIsNDg1LjcsMCw0MzYsMCwzODRjMC01MiwxMC4yLTEwMS43LDMwLjUtMTQ5LjJjMjAuMy00Ny40LDQ3LjYtODguMyw4MS44LTEyMi41czc1LjEtNjEuNSwxMjIuNS04MS44QzI4Mi4yLDEwLjIsMzMyLDAsMzg0LDANCgkJTDM4NCwweiBNMzg0LDg1LjRjLTQwLjQsMC03OS4xLDcuOS0xMTYsMjMuN2MtMzYuOSwxNS44LTY4LjcsMzctOTUuMyw2My43Yy0yNi43LDI2LjctNDcuOSw1OC40LTYzLjcsOTUuMw0KCQljLTE1LjgsMzYuOS0yMy43LDc1LjYtMjMuNywxMTZjMCw0MC40LDcuOSw3OS4xLDIzLjcsMTE2YzE1LjgsMzYuOSwzNyw2OC43LDYzLjcsOTUuM2MyNi43LDI2LjcsNTguNCw0Ny45LDk1LjMsNjMuNw0KCQljMzYuOSwxNS44LDc1LjYsMjMuNywxMTYsMjMuN3M3OS4xLTcuOSwxMTYtMjMuN2MzNi45LTE1LjgsNjguNy0zNyw5NS4zLTYzLjdjMjYuNy0yNi43LDQ3LjktNTguNCw2My43LTk1LjMNCgkJYzE1LjgtMzYuOSwyMy43LTc1LjYsMjMuNy0xMTZjMC00MC40LTcuOS03OS4xLTIzLjctMTE2Yy0xNS44LTM2LjktMzctNjguNy02My43LTk1LjNjLTI2LjctMjYuNy01OC40LTQ3LjktOTUuMy02My43DQoJCUM0NjMuMSw5My4zLDQyNC40LDg1LjQsMzg0LDg1LjQgTTM4NCwyMTMuNGMxMS44LDAsMjEuOCw0LjIsMzAuMiwxMi41YzguMyw4LjMsMTIuNSwxOC40LDEyLjUsMzAuMnY4NS4zSDUxMg0KCQljMTEuOCwwLDIxLjgsNC4yLDMwLjIsMTIuNWM4LjMsOC4zLDEyLjUsMTguNCwxMi41LDMwLjJjMCwxMS44LTQuMiwyMS44LTEyLjUsMzAuMmMtOC4zLDguMy0xOC40LDEyLjUtMzAuMiwxMi41aC04NS4zVjUxMg0KCQljMCwxMS44LTQuMiwyMS44LTEyLjUsMzAuMmMtOC4zLDguMy0xOC40LDEyLjUtMzAuMiwxMi41Yy0xMS44LDAtMjEuOC00LjItMzAuMi0xMi41Yy04LjMtOC4zLTEyLjUtMTguNC0xMi41LTMwLjJ2LTg1LjNIMjU2DQoJCWMtMTEuOCwwLTIxLjgtNC4yLTMwLjItMTIuNWMtOC4zLTguMy0xMi41LTE4LjQtMTIuNS0zMC4yYzAtMTEuOCw0LjItMjEuOCwxMi41LTMwLjJjOC4zLTguMywxOC40LTEyLjUsMzAuMi0xMi41aDg1LjNWMjU2DQoJCWMwLTExLjgsNC4yLTIxLjgsMTIuNS0zMC4yQzM2Mi4xLDIxNy41LDM3Mi4yLDIxMy40LDM4NCwyMTMuNCIvPg0KPC9nPg0KPC9zdmc+DQo=");
        -webkit-transform: none;
        transform: none;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .gallery-block__item:hover:after, .gallery-block__item:hover:before {
        opacity: 1;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }
}

/* popup */
.mfp-bg {
    background: #00334c;
    opacity: 0.9;
}

.mfp-container {
    padding-right: 15px;
    padding-left: 15px;
}

button.mfp-close {
    top: 5px;
    font-size: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHBhdGggaWQ9IjUwOTNhIiBkPSJNMTMxMC4yOTMgNzMxLjcwN2wxLjQxNC0xLjQxNCA5LjgwNiA5LjgwNiAxMC4wODgtMTAuMDg4IDEuMzg4IDEuMzg4LTEwLjA4OCAxMC4wODggMTAuODA2IDEwLjgwNi0xLjQxNCAxLjQxNC0xMC44MDYtMTAuODA2LTEwLjA4OCAxMC4wODctMS4zODgtMS4zODcgMTAuMDg4LTEwLjA4OHoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTAgLTczMCkiPjx1c2UgZmlsbD0iI2ZmZiIgeGxpbms6aHJlZj0iIzUwOTNhIi8+PC9nPjwvZz48L3N2Zz4=) calc(100% - 5px) 0 no-repeat;
    background-size: 25px;
}

button.mfp-arrow {
    width: 30px;
    height: 30px;
    margin-top: 0 !important;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    -webkit-transform: none;
    transform: none;
}

button.mfp-arrow:before, button.mfp-arrow:after {
    display: none;
}

button.mfp-arrow-left {
    background-image: url("../images/prev.3bcce23e101b.svg");
}

button.mfp-arrow-right {
    background-image: url("../images/next.0bdfbba2a028.svg");
}

.mfp-counter {
    left: 50%;
    right: auto;
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 7px;
    pointer-events: none;
}

.mfp-bottom-bar {
    margin-top: -18px;
}

@media (min-width: 576px) {
    .mfp-bottom-bar {
        margin-top: -85px;
    }

    button.mfp-arrow-left {
        left: 20px;
    }

    button.mfp-arrow-right {
        right: 20px;
    }
}

@media (min-width: 768px) {
    .mfp-image-holder .mfp-close {
        top: 64px;
        right: 19px;
    }

    .mfp-bottom-bar {
        margin-top: -120px;
    }

    button.mfp-arrow-left {
        left: 12%;
    }

    button.mfp-arrow-right {
        right: 12%;
    }
}

@media (min-width: 992px) {
    .mfp-image-holder .mfp-close {
        top: 64px;
        right: 19px;
    }

    button.mfp-arrow-left {
        left: 21%;
    }

    button.mfp-arrow-right {
        right: 21%;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.offers {
    margin-top: 30px;
}

.offers__pic {
    margin-bottom: 23px;
}

.offers__pic IMG {
    width: 100%;
}

.offers__date {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

.offers__year {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #b2c1c9;
    margin-bottom: 10px;
}

.offers__text H3 {
    margin: 0 0 20px 0;
}

.offers__text P {
    margin-bottom: 20px;
}

.offers__button {
    max-width: 336px;
    margin-top: 27px;
    margin-bottom: 60px;
}

@media (max-width: 479px) {
    .offers__button {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .offers__item {
        position: relative;
        padding-bottom: 115px;
    }

    .offers__pic {
        padding-right: 0;
    }

    .offers__pic_right {
        padding-right: 15px;
        padding-left: 0;
    }

    .offers__text {
        position: static;
        margin-top: -3px;
    }

    .offers__text H3 {
        margin-bottom: 14px;
    }

    .offers__text:not(.offers__text_left) {
        padding-left: 45px;
    }

    .offers__text_left {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 45px;
    }

    .offers__button {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media (min-width: 992px) {
    .offers {
        margin-top: 45px;
    }

    .offers__item {
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .offers__text H3 {
        margin-bottom: 20px;
    }

    .offers__text:not(.offers__text_left) {
        padding-left: 66px;
    }

    .offers__text_left {
        padding-right: 66px;
    }

    .offers__button {
        position: relative;
        left: auto;
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .offers__text:not(.offers__text_left) {
        padding-left: 80px;
    }

    .offers__text_left {
        padding-right: 80px;
    }
}

.text-image-slider-block {
    margin: 30px 0;
}

.text-image-slider-block__pic {
    margin-bottom: 23px;
}

.text-image-slider-block__pic IMG {
    width: 100%;
}

.text-image-slider-block__text H3 {
    margin: 0;
}

.text-image-slider-block__text P {
    margin-bottom: 20px;
}

.text-image-slider-block__slide:not(:first-child) {
    display: none;
}

.text-image-slider-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.text-image-slider-block__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    fill: #27509b;
    margin-right: 15px;
    overflow: hidden;
}

.text-image-slider-block__slider-wrap {
    position: relative;
}

.text-image-slider-block__slider-count {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media (max-width: 991px) {
    .text-image-slider-block__truncate {
        height: auto !important;
    }

    .text-image-slider-block__truncate-button {
        display: none;
    }
}

.text-image-slider-block .slick-arrow {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    width: 20px;
    height: 20px;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    cursor: pointer;
}

.text-image-slider-block .slick-prev {
    left: calc(50% - 52px);
    background-image: url("../images/prev.3bcce23e101b.svg");
}

.text-image-slider-block .slick-next {
    right: calc(50% - 52px);
    background-image: url("../images/next.0bdfbba2a028.svg");
}

@media (min-width: 576px) {
    .text-image-slider-block__icon {
        width: 60px;
        height: 60px;
    }

    .text-image-slider-block__slider-count, .text-image-slider-block .slick-arrow {
        bottom: 40px;
    }
}

@media (min-width: 992px) {
    .text-image-slider-block__pic {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .text-image-slider-block {
        margin: 60px 0;
    }

    .text-image-slider-block__pic {
        padding-right: 0;
        margin-bottom: 0;
    }

    .text-image-slider-block__pic_flip {
        padding-right: 15px;
        padding-left: 0;
    }

    .text-image-slider-block__text {
        margin-top: -3px;
        /*P:last-of-type {
                margin-bottom: 0;
            }*/
    }

    .text-image-slider-block__text_flip {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 66px;
    }

    .text-image-slider-block__text:not(.text-image-slider-block__text_flip) {
        padding-left: 66px;
    }

    .text-image-slider-block__title {
        display: block;
    }

    .text-image-slider-block__icon {
        margin: 0 0 5px 0;
    }

    .text-image-slider-block__truncate {
        overflow-y: hidden;
        -webkit-transition: height .3s linear;
        transition: height .3s linear;
    }

    .text-image-slider-block__truncate_shadow {
        position: relative;
    }

    .text-image-slider-block__truncate_shadow:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0));
    }

    .text-image-slider-block__truncate-button {
        position: relative;
        width: 100%;
        height: 20px;
        cursor: pointer;
    }

    .text-image-slider-block__truncate-button:after {
        content: '';
        position: absolute;
        top: calc(50% - 3px);
        left: calc(50% - 6px);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #e20109;
        -webkit-transition: border-color .3s linear;
        transition: border-color .3s linear;
    }

    .text-image-slider-block__truncate-button:hover:after {
        border-top-color: #27509b;
    }

    .text-image-slider-block__truncate-button_collapse {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1200px) {
    .text-image-slider-block__text_flip {
        padding-right: 80px;
    }

    .text-image-slider-block__text:not(.text-image-slider-block__text_flip) {
        padding-left: 80px;
    }

    .text-image-slider-block__slider-count, .text-image-slider-block .slick-arrow {
        bottom: 48px;
    }
}

.text-block {
    margin: 30px 0;
}

.text-content H1, .text-content H2 {
    margin-bottom: 10px;
}

.text-content H3, .text-content H4 {
    margin: 30px 0 20px 0;
}

.text-content P {
    margin-bottom: 20px;
}

.text-content IMG {
    max-width: 100%;
}

.text-content UL {
    margin-bottom: 20px;
    list-style-type: none;
}

.text-content UL LI:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #27509b;
    border-radius: 50%;
}

.text-content UL UL {
    margin-top: 19px;
}

.text-content OL {
    list-style-type: none;
    counter-reset: a;
}

.text-content OL LI:before {
    content: counter(a);
    counter-increment: a;
    position: absolute;
    top: -1px;
    left: 0;
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 18px;
    color: #27509b;
}

.text-content LI {
    position: relative;
    padding-left: 25px;
    margin-bottom: 19px;
}

.text-content SUP {
    font-size: .7em;
}

.text-content > :last-child {
    margin-bottom: 0;
}

.text-content > :first-child {
    margin-top: 0;
}

.text-content TABLE {
    width: 100%;
}

.text-content TH, .text-content TD {
    padding-right: 7px;
    padding-left: 7px;
}

.text-content THEAD TH, .text-content THEAD TD {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: top;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #f8f9fa;
}

.text-content THEAD TH {
    text-align: left;
}

.text-content TBODY TD {
    position: relative;
    font-size: 14px;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e6e9;
}

.text-content TBODY TR:nth-child(even) TD {
    background: #f8f9fa;
}

@media (min-width: 576px) {
    .text-content H1, .text-content H2 {
        margin-bottom: 30px;
    }

    .text-content TH, .text-content TD {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .text-block {
        margin: 45px 0;
    }

    .text-block TH, .text-block TD {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .text-block THEAD TH, .text-block THEAD TD {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .text-block TBODY TD {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.image-block {
    text-align: center;
    margin: 30px 0;
}

.image-block IMG {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .image-block {
        margin: 45px 0;
    }
}

.table-block {
    margin: 30px 0;
}

.table-block__wrapper {
    overflow-x: auto;
}

.table-block__marker {
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #27509b;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .table-block {
        margin: 45px 0;
    }
}

.multi-columns-block {
    margin: 30px 0;
}

.multi-columns-block .container .container {
    padding: 0;
}

.multi-columns-block .text-block, .multi-columns-block .image-block {
    margin: 0;
}

.multi-columns-block__item {
    margin-top: 30px;
}

.multi-columns-block__item:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .multi-columns-block {
        margin: 45px 0;
    }

    .multi-columns-block__item {
        margin-top: 45px;
    }

    .multi-columns-block__item:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .multi-columns-block__item:nth-child(3).col-lg-4 {
        margin-top: 0;
    }
}

.two-columns-block {
    margin: 30px 0;
}

.two-columns-block .container .container {
    padding: 0;
}

.two-columns-block .text-block, .two-columns-block .image-block {
    margin: 0;
}

.two-columns-block__item {
    margin-top: 30px;
}

.two-columns-block__item:nth-child(1):not(.order-2), .two-columns-block__item.order-1 {
    margin-top: 0;
}

.two-columns-block .header-block {
    margin-top: 0;
}

.two-columns-block .header-block H1 {
    margin-top: 0;
}

.two-columns-block .header-block H3 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .two-columns-block {
        margin: 45px 0;
    }

    .two-columns-block__item {
        margin-top: 45px;
    }

    .two-columns-block__item:nth-child(1), .two-columns-block__item:nth-child(2) {
        margin-top: 0;
    }
}

.tabs-block {
    margin-top: 30px;
}

.tabs-panel {
    display: none;
}

.tabs-panel_open {
    display: block;
}

.tabs-panel .header-block H3 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .tabs-block {
        margin-top: 45px;
    }
}

.disclaimer-block {
    font-size: 13px;
    color: #a3a3a3;
    line-height: 1.4;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .disclaimer-block {
        margin: 45px 0;
    }
}

.showroom-model {
    margin: 25px 0 18px 0;
}

.showroom-model__title {
    color: #27509b;
    margin: 0 0 5px 0;
}

.showroom-model__pic-block_moto {
    text-align: center;
}

.showroom-model__pic-block_moto .showroom-model__colors {
    padding-right: 0;
}

.showroom-model__pic {
    position: relative;
    height: 184px;
}

.showroom-model__pic_360 {
    height: 230px;
}

@media (max-width: 575px) {
    .showroom-model__pic_360 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.showroom-model__pic_360:after {
    content: "";
    z-index: 2;
    width: 45px;
    height: 53px;
    position: absolute;
    bottom: 0;
    right: 1px;
    background-image: url("../images/cars/3d-viewer.svg");
    background-size: 100%;
}

@media (max-width: 575px) {
    .showroom-model__pic_360:after {
        right: 18px;
    }
}

.showroom-model__pic-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.showroom-model__pic-item IMG {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.showroom-model__pic-item_active {
    opacity: 1;
    z-index: 2;
}

.showroom-model__colors {
    margin: 8px 0 20px 0;
}

.showroom-model__color-wrap {
    position: relative;
    display: inline-block;
}

.showroom-model__tooltip {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: calc(100% + 8px);
    left: 50%;
    width: 170px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.showroom-model__tooltip-inner {
    position: relative;
    display: inline-block;
    padding: 11px 18px 13px 18px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(26, 26, 26, 0.1);
}

.showroom-model__tooltip-inner:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -6px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border: 6px solid black;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    -webkit-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, 0.04);
}

.showroom-model__color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.showroom-model__color > DIV {
    height: 10px;
}

.showroom-model__label {
    color: #7f7f7f;
}

.showroom-model__price-item {
    margin-bottom: 15px;
}

.showroom-model__price-item:not(:first-child) {
    border-top: 1px solid #cacaca;
    padding-top: 10px;
}

.showroom-model__price {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 25px;
}

.showroom-model__tech-item {
    margin-bottom: 18px;
}

.showroom-model__tech {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    margin-top: 9px;
}

.showroom-model .reel-overlay {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 575px) {
    .showroom-model .reel-overlay:after {
        content: '';
        position: absolute;
        z-index: 10;
        bottom: 0;
        right: 0;
        width: 15px;
        height: 4px;
        background: #fff;
    }
}

.showroom-model .reel-preloader {
    height: 4px !important;
    background-color: #e20109 !important;
}

@media (max-width: 575px) {
    .showroom-model .reel-preloader {
        margin: 0 15px;
    }
}

@media (min-width: 576px) {
    .showroom-model__colors {
        padding-right: 55px;
    }

    .showroom-model__pic {
        height: 282px;
    }

    .showroom-model__pic_360:after {
        bottom: -47px;
    }

    .showroom-model__price-block {
        display: inline-block;
        margin: 20px 0 30px 0;
    }

    .showroom-model__price-item {
        padding-right: 15px;
    }

    .showroom-model__tech-block {
        padding-left: 50px;
    }

    .showroom-model__button {
        width: 240px;
        max-width: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding-left: 65px;
    }

    .showroom-model__button:after {
        display: none;
    }

    .showroom-model__button:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 29px;
        width: 21px;
        height: 21px;
        background: url("../images/cars/download.ab1d7db90c1d.svg");
    }
}

@media (min-width: 768px) {
    .showroom-model {
        margin: 45px 0;
    }

    .showroom-model__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .showroom-model__pic-block {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 430px;
        padding-top: 35px;
    }

    .showroom-model__price-block {
        margin-bottom: 0;
    }

    .showroom-model__price {
        font-size: 22px;
    }

    .showroom-model__tech-block {
        padding-left: 0;
    }

    .showroom-model__tech-item:last-child {
        margin-bottom: 0;
    }

    .showroom-model__button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 8px 0 0 15px;
    }
}

@media (min-width: 992px) {
    .showroom-model__button {
        margin-left: 25px;
    }

    .showroom-model__title-block {
        margin-bottom: 20px;
    }

    .showroom-model__price-block {
        margin-top: 0;
    }

    .showroom-model__pic-block {
        width: 530px;
        padding-top: 0;
        margin-top: -50px;
    }

    .showroom-model__pic-block_moto {
        margin-top: -70px;
    }

    .showroom-model__pic-colors {
        margin-bottom: 0;
    }

    .showroom-model__color-wrap:hover .showroom-model__tooltip {
        display: block;
    }
}

@media (min-width: 1200px) {
    .showroom-model__info {
        padding-right: 30px;
    }

    .showroom-model__pic-block {
        margin-top: -85px;
    }

    .showroom-model__pic-block_moto {
        margin-top: -150px;
    }

    .showroom-model__pic-block {
        width: 480px;
    }

    .showroom-model__tech-item {
        margin-bottom: 31px;
    }

    .showroom-model__button {
        z-index: 3;
    }

    .showroom-model__price {
        font-size: 25px;
    }
}

.pagination {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #003145;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 10px 14px 10px;
    margin: 30px 0;
    background: #edf0f3;
}

.pagination A {
    text-decoration: none;
}

.pagination__page {
    display: inline-block;
    color: #003145;
    padding: 8px 12px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.pagination__page_active, .pagination__page:hover {
    color: #fff;
    background: #003145;
}

.pagination__prev, .pagination__next {
    display: none;
    position: relative;
    color: #003145;
}

.pagination__prev:before, .pagination__next:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-top: 2px solid #27509b;
    border-left: 2px solid #27509b;
}

.pagination__prev:after, .pagination__next:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 2px solid #27509b;
    border-radius: 50%;
}

.pagination__prev {
    padding-left: 24px;
}

.pagination__prev:before {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination__prev:after {
    left: 0;
}

.pagination__next {
    padding-right: 24px;
}

.pagination__next:before {
    right: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pagination__next:after {
    right: 0;
}

@media (min-width: 576px) {
    .pagination {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pagination__pages {
        display: inline-block;
    }

    .pagination__page {
        margin: 0 1px;
    }

    .pagination__prev, .pagination__next {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pagination__prev {
        float: left;
    }

    .pagination__next {
        float: right;
    }
}

@media (min-width: 768px) {
    .pagination {
        margin: 45px 0;
    }
}

.moto {
    padding-top: 30px;
}

.moto .tabs-nav {
    margin-bottom: 45px;
}

.moto__title {
    text-align: center;
    margin-top: 0;
}

.moto__link {
    display: block;
    width: 245px;
    color: #000;
    text-decoration: none;
    margin: 0 auto 50px auto;
}

.moto__link:hover .moto__name {
    color: #e20109;
    text-decoration: none;
}

.moto__pic {
    margin-bottom: 5px;
}

.moto__pic IMG {
    max-width: 100%;
}

.moto__text {
    margin-left: 35px;
}

.moto__name-block {
    min-height: 53px;
}

.moto__name {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #003145;
    line-height: 1.2;
    margin-bottom: 4px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.moto__name-main {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 25px;
}

.moto__year {
    color: #636a73;
    padding-left: 10px;
}

.moto__price-label {
    color: #636a73;
    margin-bottom: 2px;
}

.moto__price {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

@media (min-width: 576px) {
    .moto {
        background: url("../images/cars/cars-section-bg.8c9a02aac694.jpg") center -320px no-repeat;
    }

    .moto .tabs-nav__item {
        max-width: 240px;
    }

    .moto__pic {
        margin-bottom: 20px;
    }

    .moto__text {
        margin-left: 55px;
    }
}

@media (min-width: 768px) {
    .moto {
        padding-top: 45px;
    }
}

@media (min-width: 992px) {
    .moto .tabs-nav {
        margin-bottom: 55px;
    }

    .moto__link {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 55px;
    }
}

@media (min-width: 1200px) {
    .moto {
        background-size: 100%;
        background-position-y: -19vw;
    }
}

.sticky-nav-bar {
    position: fixed;
    z-index: 19;
    top: 50%;
    right: 0;
    width: 30px;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.19);
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sticky-nav-bar UL {
    list-style-type: none;
}

.sticky-nav-bar__link {
    display: inline-block;
    margin: 4px 0;
}

.sticky-nav-bar__link:hover .sticky-nav-bar__icon {
    fill: #e20109;
}

.sticky-nav-bar__icon {
    overflow: hidden;
    width: 18px;
    height: 18px;
    fill: #27509b;
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
}

.sticky-nav-bar__icon_pointer {
    width: 14px;
    height: 21px;
}

@media (min-width: 576px) {
    .sticky-nav-bar {
        width: 50px;
        padding: 7px 0;
    }

    .sticky-nav-bar__link {
        margin: 8px 0;
    }

    .sticky-nav-bar__icon {
        width: 29px;
        height: 29px;
    }

    .sticky-nav-bar__icon_pointer {
        width: 22px;
        height: 33px;
    }

    .sticky-nav-bar__icon_config {
        width: 21px;
        height: 25px;
    }
}

.accessories {
    margin-top: 30px;
}

.accessories__title-block {
    margin-bottom: 25px;
}

.accessories__title-block H1 {
    margin-bottom: 10px;
}

.accessories__list {
    margin-top: 30px;
}

.accessories__item {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .accessories__item {
        max-width: 290px;
        margin-right: auto;
        margin-left: auto;
    }
}

.accessories__item_hidden {
    display: none;
}

.accessories__pic {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #e0e6e9;
}

.accessories__pic IMG {
    max-width: 100%;
}

.accessories__name {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.accessories__size {
    color: #636a73;
    margin-bottom: 10px;
}

.accessories__price {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.accessories__button {
    max-width: 230px;
    margin-bottom: 30px;
}

.accessories__button_hidden {
    display: none;
}

@media (min-width: 576px) {
    .accessories__item {
        margin-bottom: 35px;
    }

    .accessories__pic-container {
        position: relative;
        height: 295px;
        overflow: hidden;
    }

    .accessories__pic IMG {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    .accessories {
        margin-top: 45px;
    }

    .accessories__title-block {
        margin-bottom: 30px;
    }

    .accessories__list {
        margin-top: 40px;
    }

    .accessories__button {
        margin-bottom: 45px;
    }

    .accessories .tabs-nav__item {
        max-width: 190px;
    }
}

@media (min-width: 992px) {
    .accessories__item {
        margin-bottom: 48px;
    }
}

.publications {
    margin-top: 30px;
}

.publications__title-block {
    margin-bottom: 25px;
}

.publications__title-block H1 {
    margin-bottom: 10px;
}

.publications__item {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .publications__item {
        max-width: 290px;
        margin-right: auto;
        margin-left: auto;
    }
}

.publications__pic {
    margin-bottom: 15px;
}

.publications__pic IMG {
    width: 100%;
}

.publications__name {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 30px;
    color: #27509b;
    line-height: 1.1;
    margin-bottom: 8px;
}

.publications__text {
    margin-bottom: 15px;
}

.publications__button {
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
}

.publications__button-size {
    opacity: .5;
    padding-left: 14px;
}

@media (min-width: 576px) {
    .publications__item {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .publications {
        margin-top: 45px;
    }

    .publications__title-block {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .publications__item {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .publications__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .publications__button {
        margin-top: auto;
    }

    .publications__pic {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .showroom-menu {
        position: fixed;
        top: 94px;
        z-index: 99;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
    }
}

@media (max-width: 575px) {
    .showroom-menu {
        top: 80px;
    }

    .showroom-menu__list {
        display: contents !important;
    }
}

.showroom-menu__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}

.showroom-menu__mobile-text {
    font-weight: 600;
    color: #27509b;
    text-transform: uppercase;
}

.showroom-menu__mobile + .showroom-menu__nav {
    display: none;
}

.showroom-menu__burger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.showroom-menu__burger:before, .showroom-menu__burger:after {
    border-color: #636a73;
}

.showroom-menu__list {
    list-style-type: none;
    margin: -5px 0 20px 0;
    display: flex;
}

.showroom-menu__item {
    font-family: SuzukiHeadline;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .showroom-menu__item:not(:last-child) {
        border-bottom: 1px solid #cac5c5;
    }
}

.showroom-menu__link {
    display: block;
    color: #003145;
    text-decoration: none;
    padding: 19px 0;
}

.showroom-menu__link_active {
    color: #e20109;
}

@media (min-width: 768px) {
    .showroom-menu {
        top: auto;
        padding-top: 45px;
    }

    .showroom-menu_fixed {
        position: fixed;
        top: 94px;
        z-index: 99;
        width: 100%;
        padding: 15px 0;
        background: #fff;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 49, 69, 0.2), 0 6px 20px 0 rgba(0, 49, 69, 0.19);
    }

    .showroom-menu__nav {
        display: block !important;
    }

    .showroom-menu__mobile {
        display: none;
    }

    .showroom-menu__list {
        margin: 0;
    }

    .showroom-menu__item {
        display: inline-block;
    }

    .showroom-menu__item:not(:first-child) {
        margin-left: 30px;
    }

    .showroom-menu__link {
        padding: 0;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .showroom-menu__link:hover {
        color: #e20109;
    }
}

@media (min-width: 1200px) {
    .showroom-menu__item:not(:first-child) {
        margin-left: 80px;
    }
}

/* showroom-bg */
.showroom-bg {
    min-height: 200px;
    background: url("../images/cars/showroom-bg.8c9a02aac694.png") calc(50% + 150px) -30px no-repeat;
}

@media (max-width: 767px) {
    .showroom-bg {
        margin-top: 70px;
    }

    .showroom-bg_sm-none {
        background: none;
    }
}

/* showroom-title */
.showroom-title {
    margin-top: 30px;
}

.showroom-title H1 {
    margin: 0 0 5px 0;
}

@media (min-width: 576px) {
    .showroom-bg {
        background-position: 50% calc(100% - 190px);
    }

    .showroom-title__button {
        width: 240px;
        max-width: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding-left: 65px;
    }

    .showroom-title__button:after {
        display: none;
    }

    .showroom-title__button:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 29px;
        width: 21px;
        height: 21px;
        background: url("../images/cars/download.ab1d7db90c1d.svg");
    }
}

@media (min-width: 768px) {
    .showroom-bg {
        background-position: calc(50% + 100px) -30px;
    }

    .showroom-title {
        margin-top: 45px;
    }

    .showroom-title__button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 8px 0 0 15px;
    }
}

@media (min-width: 992px) {
    .showroom-bg {
        background-position: calc(50% + 230px) -100px;
    }

    .showroom-title__button {
        margin-left: 25px;
    }

    .showroom-title__title-block {
        margin-bottom: 20px;
    }
}

.files-list-block {
    margin-top: 30px;
}

.files-list-block__title-block {
    margin-bottom: 25px;
}

.files-list-block__title-block H2 {
    margin-bottom: 12px;
}

.files-list-block__item {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .files-list-block__item {
        max-width: 290px;
        margin-right: auto;
        margin-left: auto;
    }
}

.files-list-block__pic {
    margin-bottom: 15px;
}

.files-list-block__pic IMG {
    width: 100%;
}

.files-list-block__name {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 30px;
    color: #27509b;
    line-height: 1.1;
    margin-bottom: 8px;
}

.files-list-block__text {
    margin-bottom: 15px;
}

.files-list-block__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
    max-width: none;
}

@media (min-width: 576px) {
    .files-list-block__item {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .files-list-block {
        margin-top: 45px;
    }

    .files-list-block__title-block {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .files-list-block__item {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .files-list-block__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .files-list-block__button {
        margin-top: auto;
    }

    .files-list-block__pic {
        margin-bottom: 0;
    }
}

.vacancies {
    margin: -20px 0 30px 0;
}

.vacancies__title {
    position: relative;
    font: 18px/1 "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding: 22px 40px 22px 0;
    border-bottom: 1px solid #cacaca;
    cursor: pointer;
}

.vacancies__title:after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    border: 6px solid transparent;
    border-top: 7px solid #e20109;
}

.vacancies__content {
    display: none;
    margin-bottom: 30px;
}

.vacancies__content .text-content {
    margin-top: 30px;
}

.vacancies__form {
    position: relative;
    padding: 22px;
    margin: 20px 0 138px 0;
    border: 2px solid #e0e6e9;
}

@media (min-width: 576px) {
    .vacancies__form {
        margin-bottom: 108px;
    }
}

.vacancies__form H3 {
    margin-bottom: 10px;
}

.vacancies__form-ok {
    display: none;
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    color: #27509b;
    text-align: center;
}

@media (min-width: 576px) {
    .vacancies__form-ok {
        bottom: -75px;
        text-align: left;
        padding-left: 349px;
    }
}

@media (min-width: 768px) {
    .vacancies__form-ok {
        bottom: -66px;
    }
}

@media (min-width: 992px) {
    .vacancies__form-ok {
        padding-left: 386px;
    }
}

@media (min-width: 576px) {
    .vacancies__form {
        padding: 27px 35px 30px 35px;
    }
}

@media (min-width: 992px) {
    .vacancies {
        margin-bottom: 45px;
    }

    .vacancies__title {
        font-size: 25px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .vacancies__form {
        padding-bottom: 35px;
    }
}

.history {
    margin: 30px 0;
}

.history__slide:not(:first-child) {
    display: none;
}

.history__pic {
    position: relative;
    width: 100%;
    text-align: center;
}

.history__pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 69%;
}

.history__pic IMG {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.history__year {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 39px;
    color: #e20109;
    margin-bottom: 5px;
}

.history__timeline {
    margin-top: 24px;
    position: relative;
    height: 100px;
    overflow-x: hidden;
}

.history__timeline:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cacaca;
}

.history__timeline-wrap {
    position: relative;
}

.history__timeline-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}

.history__timeline-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 67px;
}

.history__timeline-slide:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cacaca;
}

.history__timeline-slide:last-child {
    width: 38px;
}

.history__timeline-slide_many {
    width: 24px;
}

.history__timeline-slide_active .history__timeline-pointer {
    background-color: #e20109;
}

.history__timeline-pointer {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #7e838a;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.history__timeline-pointer:hover {
    background-color: #e20109;
}

.history__timeline-year {
    position: absolute;
    top: 36px;
    left: 9px;
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.history__timeline-prev, .history__timeline-next {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    width: 20px;
    height: 25px;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.history__timeline-prev {
    left: 0;
    background-image: url("../images/prev.3bcce23e101b.svg");
}

.history__timeline-next {
    right: 0;
    background-image: url("../images/next.0bdfbba2a028.svg");
}

@media (min-width: 576px) {
    .history__timeline {
        height: 110px;
    }
}

@media (min-width: 768px) {
    .history {
        margin: 45px 0;
    }

    .history__year {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .history__timeline {
        margin-top: 40px;
    }

    .history__timeline-slide:not(.history__timeline-slide_many):not(:last-child) {
        width: 107px;
    }

    .history__timeline-prev {
        left: 18px;
    }

    .history__timeline-next {
        right: 18px;
    }
}

@media (min-width: 992px) {
    .history__timeline-slide:not(.history__timeline-slide_many):not(:last-child) {
        width: 127px;
    }
}

@media (min-width: 1200px) {
    .history__timeline-slide:not(.history__timeline-slide_many):not(:last-child) {
        width: 177px;
    }
}

.inner-slider {
    margin: 20px 0;
}

@media (max-width: 575px) {
    .inner-slider > .container {
        padding-left: 11px;
        padding-right: 11px;
    }
}

.inner-slider A {
    color: #fff;
    text-decoration: none;
}

.inner-slider__slider {
    position: relative;
}

.inner-slider__slide {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.inner-slider__slide:not(:first-child) {
    display: none;
}

.inner-slider__pic {
    display: block;
    width: 100%;
}

.inner-slider__content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.inner-slider__title {
    font: 19px/1 "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    margin-bottom: 6px;
}

.inner-slider__text {
    font-size: 10px;
    line-height: 1.1;
}

.inner-slider .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
    left: 0;
    list-style: none;
    text-align: center;
}

.inner-slider .slick-dots li {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
}

.inner-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0.502;
    cursor: pointer;
    border: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: #fff;
}

.inner-slider .slick-dots .slick-active button {
    opacity: 1;
}

.inner-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-radius: 50%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 4px;
    cursor: pointer;
}

.inner-slider .slick-prev {
    left: 0;
    background-image: url("../images/prev.3bcce23e101b.svg");
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner-slider .slick-next {
    right: 0;
    background-image: url("../images/next.0bdfbba2a028.svg");
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media (min-width: 576px) {
    .inner-slider__content {
        padding: 0 50px;
    }

    .inner-slider__title {
        font-size: 32px;
        line-height: 0.9;
        margin-bottom: 10px;
    }

    .inner-slider__text {
        font-size: 15px;
    }

    .inner-slider .slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 7px;
    }

    .inner-slider .slick-dots {
        bottom: 13px;
    }

    .inner-slider .slick-dots li {
        margin: 0 2px;
    }

    .inner-slider .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

@media (min-width: 768px) {
    .inner-slider__content {
        padding: 0 70px;
    }

    .inner-slider__title {
        font-size: 44px;
        line-height: .95;
        margin-bottom: 13px;
    }

    .inner-slider__text {
        font-size: 20px;
    }

    .inner-slider .slick-arrow {
        width: 33px;
        height: 33px;
        background-size: 9px;
    }

    .inner-slider .slick-dots {
        bottom: 17px;
    }

    .inner-slider .slick-dots li button {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 992px) {
    .inner-slider__content {
        padding: 0 90px;
    }

    .inner-slider__title {
        font-size: 60px;
        margin-bottom: 16px;
    }

    .inner-slider__text {
        font-size: 28px;
    }

    .inner-slider .slick-arrow {
        width: 44px;
        height: 44px;
        background-size: 12px;
    }

    .inner-slider .slick-dots {
        bottom: 21px;
    }

    .inner-slider .slick-dots li button {
        width: 13px;
        height: 13px;
    }
}

@media (min-width: 992px) {
    .inner-slider .slick-dots {
        bottom: 45px;
    }
}

.html-block {
    margin: 30px 0;
}

.html-block > .container {
    max-width: none;
    padding: 0;
}

@media (min-width: 768px) {
    .html-block {
        margin: 45px 0;
    }
}

.header-block {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .header-block {
        margin-top: 45px;
    }
}

.showroom-table {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .showroom-table > .container {
        max-width: none;
    }
}

.showroom-table__wrapper {
    margin-top: 17px;
    overflow-x: auto;
}

@media (max-width: 991px) {
    .showroom-table__wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.showroom-table__table {
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #e0e6e9;
}

.showroom-table__table:not(.showroom-table__table_grade) TBODY TR:nth-child(even) TD {
    background: #f8f9fa;
}

.showroom-table__table_grade TBODY TR:nth-child(odd) TD, .showroom-table__table_grade TBODY TR:nth-child(odd) TH.showroom-table__th-grade {
    background: #f8f9fa;
}

.showroom-table__table TH, .showroom-table__table TD {
    vertical-align: middle;
    padding: 10px 5px;
    border-top: 1px solid #e0e6e9;
}

.showroom-table__table TH:not(:last-child), .showroom-table__table TD:not(:last-child) {
    border-right: 1px solid #e0e6e9;
}

.showroom-table__table TH {
    font-weight: normal;
    text-align: left;
    padding-left: 0;
}

.showroom-table__table TH:not(.showroom-table__th-grade) {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .showroom-table__table TH {
        padding-left: 15px;
    }
}

.showroom-table__table TH.showroom-table__th-grade {
    line-height: 1.2;
}

.showroom-table__table TH.showroom-table__th-lev2 {
    font-family: "SuzukiPRO", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
    text-transform: none;
}

.showroom-table__table TH.showroom-table__th-lev2 SMALL {
    font-size: 9px;
    text-transform: uppercase;
}

.showroom-table__table:not(.showroom-table__table_fix) TH {
    width: 30%;
}

.showroom-table__table TD {
    text-align: center;
}

.showroom-table__table SMALL {
    display: block;
    font-size: 10px;
    color: #a0a0a0;
}

.showroom-table__table_fix {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    width: auto;
    background: #fff;
    -webkit-box-shadow: 0 10px 7px -6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 10px 7px -6px rgba(0, 0, 0, 0.17);
}

.showroom-table__head:not(.showroom-table__head_grade) TR:nth-child(odd) TD, .showroom-table__head:not(.showroom-table__head_grade) TR:last-child TD {
    background: #f8f9fa;
}

.showroom-table__head_grade TH, .showroom-table__head_grade TD {
    padding-top: 7px;
    padding-bottom: 7px;
}

.showroom-table__head_grade TR:first-child TD {
    background: #f8f9fa;
}

.showroom-table__sec TH {
    position: relative;
    font-size: 16px;
    color: #27509b;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 40px;
}

.showroom-table__sec TH:after {
    content: '';
    position: absolute;
    right: 17px;
    top: calc(50% - 7px);
    border: 6px solid transparent;
    border-top: 7px solid #e20109;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.showroom-table__sec_open TH:after {
    right: 20px;
    top: calc(50% - 4px);
    -webkit-transform: none;
    transform: none;
}

.showroom-table__price {
    white-space: nowrap;
}

.showroom-table__marker-yes {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #27509b;
    border-radius: 50%;
}

.showroom-table__marker-no {
    display: inline-block;
    width: 17px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #000;
    opacity: .7;
}

@media (min-width: 576px) {
    .showroom-table TH.showroom-table__th-grade {
        padding-left: 14px;
    }
}

@media (min-width: 768px) {
    .showroom-table {
        margin-bottom: 45px;
    }

    .showroom-table__wrapper {
        margin-top: 20px;
    }

    .showroom-table__table {
        font-size: 14px;
    }

    .showroom-table__table TD {
        padding: 15px 7px;
    }

    .showroom-table__table TH {
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 7px;
    }

    .showroom-table__table TH.showroom-table__th-grade {
        font-size: 14px;
    }

    .showroom-table__sec TH {
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .showroom-table__head_grade TH, .showroom-table__head_grade TD {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .showroom-table__sec TH {
        padding-left: 0;
    }
}

.page-link-block {
    margin-top: 30px;
}

.page-link-block__pic {
    margin-bottom: 23px;
}

.page-link-block__pic IMG {
    width: 100%;
}

.page-link-block__date {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

.page-link-block__year {
    font-family: "SuzukiPROBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #b2c1c9;
    margin-bottom: 10px;
}

.page-link-block__text H3 {
    margin: 0 0 20px 0;
}

.page-link-block__text P {
    margin-bottom: 20px;
}

.page-link-block__button {
    max-width: 336px;
    margin-top: 27px;
    margin-bottom: 60px;
}

@media (max-width: 479px) {
    .page-link-block__button {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .page-link-block__item {
        position: relative;
        padding-bottom: 115px;
    }

    .page-link-block__pic {
        padding-right: 0;
    }

    .page-link-block__pic_right {
        padding-right: 15px;
        padding-left: 0;
    }

    .page-link-block__text {
        position: static;
        margin-top: -3px;
    }

    .page-link-block__text H3 {
        margin-bottom: 14px;
    }

    .page-link-block__text:not(.page-link-block__text_left) {
        padding-left: 45px;
    }

    .page-link-block__text_left {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 45px;
    }

    .page-link-block__button {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media (min-width: 992px) {
    .page-link-block {
        margin-top: 45px;
    }

    .page-link-block__item {
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .page-link-block__text H3 {
        margin-bottom: 20px;
    }

    .page-link-block__text:not(.page-link-block__text_left) {
        padding-left: 66px;
    }

    .page-link-block__text_left {
        padding-right: 66px;
    }

    .page-link-block__button {
        position: relative;
        left: auto;
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .page-link-block__text:not(.page-link-block__text_left) {
        padding-left: 80px;
    }

    .page-link-block__text_left {
        padding-right: 80px;
    }
}

.quick-links-block {
    text-transform: uppercase;
    margin: 30px 0;
}

.quick-links-block .buttons {
    margin: 0;
}

@media (min-width: 768px) {
    .quick-links-block {
        margin: 45px 0;
    }

    .quick-links-block .buttons__item {
        margin-bottom: 0;
    }
}

.error-page {
    padding: 50px 0;
}

.error-page__title {
    font-family: "SuzukiHeadline", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.error-page__title SPAN {
    white-space: nowrap;
}

.error-page__text {
    font-size: 18px;
}

@media (min-width: 992px) {
    .error-page {
        padding-top: 120px;
    }

    .error-page__title {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

.showroom-disclaimer {
    margin-bottom: 20px;
}

.video-youtube-player {
    width: 300px;
    display: inline-block;
    margin: 30px 10px 0 0;
}

.video-youtube-player-button {
    margin-bottom: 10px;
}

.button-video-player {
    width: 300px;
    margin-left: 0;
    padding-left: 30%;
}

.button-archive-download {
    margin-left: 0;
}

.fa-user-icon {
    padding-right: 5px;
    font-size: 15px;
}

.menu-user-link {
    font-size: 15px;
}

.menu-link-logout {
    font-size: 15px;
    padding-left: 8px;
}

.fa-menu-link-logout {
    margin-left: 0 !important;
}

.user-list-fa-icons {
    padding-right: 5px;
}

.user-list-label {
    padding: 0 10px 0 10px;
}

.button-add-news {
    min-width: 190px;
    position: inherit;
    margin-left: 0;
}

.button-add-news:after {
    border: none;
}

.button-add-news:focus {
    color: white;
}

.button-add-news:hover {
    color: white;
}

.user-list-filter-button-show {
    display: inline-block;
    max-width: 115px;
    position: inherit;
    height: 34px;
}

.user-list-filter-button-show:after {
    border: 0;
}

.href-as-a-button:hover, .href-as-a-button:focus {
    color: white;
}

.user-list-filter-button-icon {
    padding-right: 5px;
}

.user-list-filter-button-clear {
    max-width: 115px;
    min-width: 115px;
    height: 34px;
    border-radius: 10px 0;
}

.user-list-search-field {
    padding-right: 0;
    min-width: 300px;
}

.vehicles-list-name {
    font-size: 25px;
    color: black;
    text-decoration: none;
    font-family: SuzukiHeadline, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.vehicles-list-name:hover {
    color: #27509b;
}

.model-link {
    color: #27509b;
}

.model-link:hover {
    text-decoration: none;
}

.model-link:hover h3 {
    color: #e20109;
}

.moto__item {
    display: flex;
    justify-content: center;
}

.vehicle_slogan {
    position: relative;
    top: -25px;
}

@media (max-width: 575px) {
    .news-list-mobile {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 50px !important;
    padding-top: 50px
}
