@charset "UTF-8";
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli/css/bpg-nino-mtavruli.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mkhedruli/css/bpg-nino-mkhedruli.min.css");
@import url("//cdn.web-fonts.ge/fonts/dejavu-sans/css/dejavu-sans.min.css");

/* font-family: "BPG Nino Mtavruli", sans-serif; */



@font-face {

    font-family: "FiraBold";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-Bold.otf") format("opentype");

}



@font-face {

    font-family: "FiraExtraBold";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-ExtraBold.otf") format("opentype");

}



@font-face {

    font-family: "FiraMedium";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-Medium.otf") format("opentype");

}



@font-face {

    font-family: "FiraRegular";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-Regular.otf") format("opentype");

}



@font-face {

    font-family: "FiraSemi";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-SemiBold.otf") format("opentype");

}



@font-face {

    font-family: "FiraBook";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/FiraGO-Book.otf") format("opentype");

}



button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*!
 * Datepicker v0.5.2
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-04-08T12:04:53.399Z
 */
.datepicker-container {
    font-size: 12px;
    line-height: 30px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 210px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.datepicker-container:after,
.datepicker-container:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border: 5px solid transparent
}

.datepicker-dropdown {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    top: -5px;
    left: 10px;
    border-top: 0
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
    bottom: -5px;
    left: 10px;
    border-bottom: 0
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    right: 10px;
    left: auto
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
    display: table;
    content: ' '
}

.datepicker-panel>ul:after {
    clear: both
}

.datepicker-panel>ul {
    width: 102%;
    margin: 0;
    padding: 0
}

.datepicker-panel>ul>li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
    background-color: #fff
}

.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li:hover {
    background-color: #e6f2ff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce6ff
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #39f
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    cursor: default;
    color: #ccc;
    background-color: #fff
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e6f2ff
}

.datepicker-panel>ul>li[data-view='month next'],
.datepicker-panel>ul>li[data-view='month prev'],
.datepicker-panel>ul>li[data-view='year next'],
.datepicker-panel>ul>li[data-view='year prev'],
.datepicker-panel>ul>li[data-view='years next'],
.datepicker-panel>ul>li[data-view='years prev'],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view='month current'],
.datepicker-panel>ul>li[data-view='year current'],
.datepicker-panel>ul>li[data-view='years current'] {
    width: 150px
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
    line-height: 52.5px;
    width: 52.5px;
    height: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
    cursor: default;
    background-color: #fff
}

.datepicker-hide {
    display: none
}

.popup,
.popup__bg,
.popup__scroll,
.popups,
.popups__bg,
.product-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.is_no-transition {
    transition: none !important
}

nobr {
    white-space: nowrap
}

.row {
    margin-left: -1em;
    margin-right: -1em;
    box-sizing: border-box
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.ymaps-b-balloon__content-holster {
    padding: 0 !important
}

@media only screen and (min-width:769px) {
    .ymaps-b-balloon {
        width: 18em !important
    }
}

@media only screen and (max-width:768px) {
    .ymaps-b-balloon {
        width: 28em !important
    }

}

.ymaps-b-balloon ymaps[id*=id_] {
    width: auto !important;
    height: auto !important
}

.ymaps-b-balloon .ymaps-b-balloon__close {
    display: block;
    position: absolute;
    top: .2em;
    right: .2em;
    height: .4em;
    width: .4em;
    font-size: 3em;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}

@font-face {
    font-family: Bebas;
    src: url("../fonts/BebasNeue Regular.woff2") format("woff2"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Bebas;
    src: url("../fonts/BebasNeue Bold.woff2") format("woff2"), url("../fonts/BebasNeue Bold.woff") format("woff"), url("../fonts/BebasNeue Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

.about-item__date,
.about__big-number,
.announce__title,
.back-link,
.banner__title,
.button,
.dealer-list-item__title,
.dealer-subtitle-item__name,
.design__sub-title,
.dropdown-menu__text,
.feedback-form__title,
.footer-nav__title,
.footer-submenu__link,
.footer-subscribe__success,
.functionality__title,
.header-nav__item,
.history-item__date,
.history__timeline-text span,
.home-popup__title,
.interior__sub-title,
.interior__title,
.legal-information h2,
.manuals-item__title,
.offers__title,
.popup__header,
.preview-block__text h2,
.product-header__title,
.product-item__name,
.share,
.slide__text,
.slide__title,
.spare-parts-item__title,
.specification-banner__title,
.specification-nav__item,
.specification-table h2,
.specification-table-title__title,
.specification__title,
.sub-header__title,
.sub-menu__item,
.technology-safety__title,
.technology__safety-title,
.technology__sub-title,
.technology__title,
.test-drive-form__title,
.test-drive-subtitle__item,
.thumbs__title,
.timeline__date,
.warranty__attention,
.warranty__title-text {
    font-family: Bebas, sans-serif
}

.header-nav-item {
    font-family: FiraRegular;
    font-weight: bold;
    font-feature-settings: 'case' on;
}

* {
    box-sizing: border-box
}

html {
    height: 100%;
    font-size: 16px
}

@media only screen and (max-width:1320px) {
    html {
        font-size: 1.2121212121vw
    }
}

@media only screen and (min-width:1480px) {
    html {
        font-size: 1.0810810811vw
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 2.0833333333vw
    }
}

body {
    min-height: 100%;
    font-family: FiraRegular, Roboto, sans-serif !important;
    line-height: 1.15 !important;
    color: #1c1f25;
    background-color: #f6f6f6;
    margin: 0;
}

body.is_popup {
    overflow: hidden
}

body.is_loading * {
    transition: none !important
}

body.is_block-scrolling {
    overflow: hidden
}

.is_no-transition {
    transition: none !important
}

.hr {
    border-bottom: 1px solid #e6e6e6
}

@media all and (-ms-high-contrast:none) {

    .ymaps-b-balloon .ymaps-b-balloon__close,
    ::-ms-backdrop {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAt0lEQVR42o2RwQoCIRRF/RRhcOnOpUu3QVBQu/qQtlFtoj+JcNEH6IAMuBJ/ZjY2d0CwJsTFhcf1XN/zSbz3R6XUhhCyqgkMWEIpXcNo0cyWBud8+wsxxr6750IIsRvH8W2MOWdPa32CJ6XcLwJQ3/eXlNILIcBTrWOMj0WHUoAn8Ak4hHCHVw3kmxFyzl2rgXKMYRhuGG8RKreBB5ZjAIaHhfztkA+qq+66rvnjZtZae2j5bTBgP4jojqO2ZzVhAAAAAElFTkSuQmCC)
    }
}

.social-ico {
    /* background-image: url(../images/social.svg?v=3), none; */
    background-size: 62.5em 12.5em;
    background-repeat: no-repeat;
}

.social-ico {
    width: 6.25em;
    height: 6.25em;
    border-radius: 50%
}

.social-ico_vk {
    background-position: 0 0;
    background-color: #48729e
}

.social-ico_fb {
    background-position: -6.25em 0;
    background-color: #3c5a98
}

.social-ico_ok {
    background-position: -12.5em 0;
    background-color: #ff9f4d
}

.social-ico_tw {
    background-position: -18.75em 0;
    background-color: #00aced
}

.social-ico_tg {
    background-image: url(../images/social.svg?v=3), linear-gradient(-113deg, #37aee2 0, #1e96c8 100%);
    background-size: 62.5em 12.5em, 100%;
    background-repeat: no-repeat;
    background-position: -25em 0, 0 0
}

.social-ico_wa {
    background-image: url(../images/social.svg?v=3), linear-gradient(0deg, #20b038 0, #60d66a 100%);
    background-size: 62.5em 12.5em, 100%;
    background-repeat: no-repeat;
    background-position: -31.25em 0, 0 0
}

.social-ico_vb {
    background-position: -37.5em 0;
    background-color: #7c529e
}

.social-ico_ms {
    background-position: -43.5625em -.0625em;
    background-color: #fff
}

.social-ico_ig {
    background-position: -50em 0;
    background-color: #000
}

.social-ico_yt {
    background-position: -56.25em 0;
    background-color: #000
}

.social-ico_black {
    background-position-y: -6.25em;
    background-image: url(../images/social.svg?v=3), none;
    background-color: transparent;
    border-radius: 0
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 1.25em;
    width: 1.25em;
    line-height: 0;
    font-size: 1em;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.car-color .slick-next,
.car-color .slick-prev {
    top: 50%
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    height: 1.25em;
    width: 1.25em;
    left: -1.5625em;
    border-bottom: 4px solid #1a4a7f;
    border-left: 4px solid #1a4a7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:768px) {
    .slick-prev {
        left: -1em
    }
}

.slick-next {
    height: 1.25em;
    width: 1.25em;
    border-bottom: 4px solid #1a4a7f;
    border-right: 4px solid #1a4a7f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -1.5625em;
}

@media only screen and (max-width:768px) {
    .slick-next {
        right: -1em
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-active::after {
    background-color: #003671 !important
}

.slick-dots {
    position: absolute;
    bottom: 1.32em;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 5
}

.graph .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    bottom: -2.2em
}

.main__banner .slick-dots {
    bottom: -.85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: calc((100% / 10) - .3em);
    background-color: transparent;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    height: 1.5em;
    padding-bottom: .5em;
    padding-top: .5em;
}

.graph .slick-dots li {
    width: 100%
}

.slick-dots li::after {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #d9e7e9;
    content: ''
}

.slick-dots li:focus::after,
.slick-dots li:hover::after {
    background-color: #003671
}

.main__banner .slick-dots li {
    margin: 0;
    width: 32%
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: none;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: .75
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #003671;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #003671;
    opacity: .75
}

.popups {
    position: fixed;
    z-index: 1000;
    display: none;
    pointer-events: none
}

.popups.is_active {
    pointer-events: all
}

.popups__bg {
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    transition: opacity .3s
}

.popups__bg.is_active {
    opacity: 1
}

.popup {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    transition: opacity .3s;
    opacity: 0
}

@media only screen and (min-width:769px) {
    .popup .popup__scroll:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
}

.popup.is_active {
    opacity: 1
}

.popup.is_active .popup__scroll {
    overflow-y: scroll
}

.popup.is_hiding .popup__scroll {
    overflow-y: scroll
}

.popup__scroll {
    -webkit-overflow-scrolling: touch
}

.popup__header {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1em
}

.popup__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    font-size: 1.5625em;
    cursor: pointer;
    line-height: 1;
    z-index: 2
}

.popup__close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.popup__close:active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__close:before {
    content: '✕'
}

.popup__content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    text-align: left;
    width: 58.75em;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2.5em 3.125em
}

.popup__content_auto-width {
    width: auto
}

.popup__content_narrow {
    width: 47.5em
}

@media only screen and (max-width:768px) {
    .popup__content {
        display: block;
        width: auto;
        height: auto;
        min-height: 100%;
        padding: 1.5625em 2.5em
    }
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.search {
    width: .9375em;
    height: .9375em;
    background-image: url(../../assets/images/search.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.slide__panel {
    width: 27em;
    position: absolute;
    right: 0;
    background-color: #1a4a7f;
    padding: 1em 2.5em;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    transition: opacity .75s ease 1s, -webkit-transform .9s cubic-bezier(0, .35, .35, 1) 1s;
    transition: opacity .75s ease 1s, transform .9s cubic-bezier(0, .35, .35, 1) 1s;
}

@media only screen and (min-width:769px) {
    .slide__panel {
        top: 7em
    }
}

@media only screen and (max-width:768px) {
    .slide__panel {
        top: 9em
    }
}

.slide__panel .slide__text {
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
    font-size: 1.7em;
    margin-bottom: 0
}

.slide__panel .slide__text img {
    height: auto
}

@media only screen and (min-width:769px) {
    .slide__panel .slide__text img {
        width: 10em
    }
}

@media only screen and (max-width:768px) {
    .slide__panel .slide__text img {
        width: 6em;
    }
}

body.is_loading .slide__panel {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0) !important;
    transform: translate3d(50%, 0, 0) !important
}

.slick-current .slide__panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.slick-current .slide__panel .slide__text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    margin-bottom: 0;
    transition: opacity .75s ease 1.3s, -webkit-transform .9s cubic-bezier(0, .35, .35, 1) 1.3s;
    transition: opacity .75s ease 1.3s, transform .9s cubic-bezier(0, .35, .35, 1) 1.3s
}

@media only screen and (min-width:769px) {
    .slick-current .slide__panel .slide__text {
        font-size: 1.7em
    }
}

@media only screen and (max-width:768px) {
    .slick-current .slide__panel .slide__text {
        font-size: 2.7em
    }
}

.slide__img {
    display: block;
    width: 100%;
    height: auto
}

@media only screen and (min-width:769px) {
    .main__banner .slide__img {
        height: 25.7em
    }
}

@media only screen and (max-width:768px) {
    .design .slide__img {
        width: 100%;
        height: auto
    }

    .main__banner .slide__img {
        width: 100%;
        height: 23em
    }
}

.slide__container {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em
}

.slide__content {
    text-align: center
}

.slide__text {
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .5em;
    color: #fff
}

.slide__title {
    top: .3em;
    right: 0;
    position: absolute;
    color: #1a4a7f;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .slide__title {
        font-size: 2.5em;
        width: 10.8em
    }
}

@media only screen and (max-width:768px) {
    .slide__title {
        font-size: 3.2em;
        width: 8.5em
    }
}

.pills__item {
    display: inline-block;
    width: calc((100% / 4) - .3em);
    height: .3125em;
    background-color: #003671
}

.social__item {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:769px) {
    .social__item {
        width: 2.625em;
        height: 2.625em;
        margin: .25em;
        border: .0625em solid rgba(215, 225, 233, .2);
    }
}

@media only screen and (max-width:768px) {
    .social__item {
        width: 4.375em;
        height: 4.375em;
        border: .125em solid rgba(215, 225, 233, .2);
        font-size: 1.2em
    }

    .social__item:last-child {
        margin-right: 0
    }
}

.social__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: .0625em solid #d7e1e9
}

.social__item:last-child {
    margin-right: 0
}

.social__item_yt {
    background-image: url(../../assets/images/icon/ico-yt.svg);
}

@media only screen and (max-width:768px) {
    .social__item_yt {
        background-size: 2.125em 1.75em
    }
}

.social__item_fb {
    background-image: url(../../assets/images/icon/ico-fb.svg);
}

@media only screen and (max-width:768px) {
    .social__item_fb {
        background-size: .9375em 1.875em
    }
}

.social__item_tv {
    background-image: url(../../uploads/icon/ico-tv.svg)
}

@media only screen and (max-width:768px) {
    .social__item_tv {
        background-size: 1.5625em 1.375em
    }
}

.social__item_vk {
    background-image: url(../../uploads/icon/ico-vk.svg)
}

@media only screen and (max-width:768px) {
    .social__item_vk {
        background-size: 1.75em 1.0625em
    }
}

.social__item_ig {
    background-image: url(../../assets/images/icon/ico-ig.svg);
}

@media only screen and (max-width:768px) {
    .social__item_ig {
        background-size: 1.75em 1.75em
    }
}

.social__item_ok {
    background-image: url(../../uploads/icon/ico-ok.svg)
}

@media only screen and (max-width:768px) {
    .social__item_ok {
        background-size: 1.375em 2.25em
    }
}

.sub-header {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .sub-header {
        padding-top: 2em
    }
}

@media only screen and (min-width:769px) {
    .sub-header__container {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
}

@media only screen and (max-width:768px) {
    .sub-header__container {
        padding-top: 3.25em;
        padding-bottom: 2em
    }
}

.sub-header__title {
    color: #1a4a7f;
    font-weight: 700;
    font-size: 2em;
    font-weight: bold;
    line-height: 0;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

@media only screen and (max-width:768px) {
    .sub-header__title {
        font-size: 2.5em;
        font-weight: 400;
        line-height: initial;
        margin: 0;
        margin-top: .3em;
    }
}

@media only screen and (min-width:769px) {
    .breadcrumbs {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.breadcrumbs__link {
    text-decoration: none
}

.breadcrumbs__title {
    color: #333;
    font-weight: 700
}

.breadcrumbs__item {
    display: inline-block;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .breadcrumbs__item {
        font-size: .875em;
        line-height: 1.4285714286em;
        padding: .5em
    }
}

@media only screen and (max-width:768px) {
    .breadcrumbs__item {
        font-size: 1.175em;
        margin-right: 1em;
        margin-top: .5em
    }

    .breadcrumbs__item:first-child {
        padding-left: 0
    }
}

.breadcrumbs__item:first-child {
    padding-left: 0
}

.breadcrumbs__item::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 1em;
    margin-right: .5em
}

.breadcrumbs__item:last-child::after {
    display: none
}

.announce {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

@media only screen and (min-width:769px) {
    .announce {
        width: 17.75em;
        height: 19.9375em;
    }
}

@media only screen and (max-width:768px) {
    .announce {
        width: 100%;
        height: auto
    }
}

.announce__preview {
    width: 100%
}

@media only screen and (min-width:769px) {
    .announce__preview {
        height: auto;
    }
}

@media only screen and (max-width:768px) {
    .announce__preview {
        height: auto
    }
}

.announce__content {
    padding: 0 1.2em;
}

.announce__date {
    color: #ccc;
    font-weight: 400;
    line-height: 1.25em
}

@media only screen and (min-width:769px) {
    .announce__date {
        font-size: .875em;
        margin-bottom: 1.0714285714em
    }
}

@media only screen and (max-width:768px) {
    .announce__date {
        font-size: 1.5em;
        margin-bottom: 1em
    }
}

.announce__link {
    display: block;
    color: #1a4a7f;
    line-height: 1.25em;
    font-weight: 700;
    margin-top: 1.0714285714em;
    text-decoration: none
}

@media only screen and (min-width:769px) {
    .announce__link {
        font-size: .875em
    }
}

@media only screen and (max-width:768px) {
    .announce__link {
        font-size: 1.575em;
        padding-bottom: 1.5em
    }
}

.announce__text {
    font-weight: 400;
    line-height: 1.4285714286em;
    overflow: hidden
}

@media only screen and (min-width:769px) {
    .announce__text {
        font-size: .875em;
        height: 6.0714285714em
    }
}

@media only screen and (max-width:768px) {
    .announce__text {
        font-size: 1.575em
    }
}

.announce__title {
    text-align: center;
    font-weight: 700;
    font-size: 1.75em;
    font-weight: 700;
    color: #1a4a7f
}

.content {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff
}

.back-link {
    text-decoration: none;
    color: #333;
    font-size: 1.25em;
    font-family: FiraRegular;
}

@media only screen and (max-width:768px) {
    .back-link {
        display: none
    }
}

.back-link::before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-bottom: .1em solid #000;
    border-right: .1em solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: .5em
}

.share {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: .65em 1.2em .65em 2.15em;
    margin: .25em;
    position: relative;
    cursor: pointer
}

.share::before {
    position: absolute;
    display: block;
    content: ' ';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: .8em;
    top: .6em
}

.share_fb {
    background-color: #4a5f94;
    background-color: #4a5f94;
    font-family: FiraGo;
    text-decoration: none;
    font-feature-settings: 'case' on;
    line-height: 33px;
}

.share_fb:hover {
    background-color: #5c6f9e
}

.share_fb::before {
    width: .65em;
    height: 1.35em;
    background-image: url(../../assets/images/facebook-logo.svg)
}

.share_vk {
    background-color: #6c94c7
}

.share_vk:hover {
    background-color: #7a9ecc
}

.share_vk::before {
    width: 1.55em;
    height: 1.15em;
    left: .3em;
    background-image: url(/uploads/icon/vkontakte-logo.svg)
}

.share_tv {
    background-color: #44c1ff
}

.share_tv:hover {
    background-color: #56c7ff
}

.share_tv::before {
    width: 1.1em;
    height: .95em;
    background-image: url(/uploads/icon/twitter-logo.svg)
}

.preview-block__img {
    display: block;
    width: 75em;
    height: auto;
    z-index: 1;
    position: relative;
    max-width: 100%
}

.preview-block__text {
    background-color: #fff;
    padding: 3.125em 3.75em;
    z-index: 2;
    position: relative;
    max-width: 100%
}

@media only screen and (min-width:769px) {
    .preview-block__text {
        width: 49.6875em;
        margin-left: 6.25em;
        margin-top: -11.875em
    }
}

@media only screen and (max-width:768px) {
    .preview-block__text {
        margin-left: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:769px) {
    .about .preview-block__text {
        margin-top: -20em
    }
}

.preview-block__text h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2em
}

@media only screen and (max-width:768px) {
    .preview-block__text h2 {
        font-size: 3.375em
    }
}

.preview-block__text p {
    color: #333;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7857142857em
}

@media only screen and (max-width:768px) {
    .preview-block__text p {
        font-size: 1.375em
    }
}

.sub-menu {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .sub-menu {
        padding-top: 1em
    }
}

.sub-menu__container {
    height: 3em;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .sub-menu__container {
        height: 3.3em;
        margin-right: 1.4em;
        font-size: 1.5em;
        margin-top: 1.8em
    }

    .sub-menu__container:first-child {
        margin-right: 2.5em
    }

    .sub-menu__container:last-child {
        margin-right: 0
    }
}

.sub-menu__item {
    color: #1c1f25;
    font-weight: 400;
    transition: color .2s ease-in;
    text-decoration: none;
    position: relative
}

@media only screen and (min-width:769px) {
    .sub-menu__item {
        font-size: 1.25em;
        margin-right: 3em
    }

    .sub-menu__item.is_active,
    .sub-menu__item:hover {
        color: #003671
    }

    .sub-menu__item.is_active::after,
    .sub-menu__item:hover::after {
        background-color: #003671
    }
}

@media only screen and (max-width:768px) {
    .sub-menu__item {
        font-size: 1em;
        margin-left: 1em;
        margin-right: 1em
    }

    .sub-menu__item.is_active {
        color: #003671
    }

    .sub-menu__item.is_active::after {
        background-color: #003671
    }
}

.sub-menu__item::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    transition: background-color .2s ease-in
}

@media only screen and (min-width:769px) {
    .sub-menu__item::after {
        height: .3125em
    }
}

@media only screen and (max-width:768px) {
    .sub-menu__item::after {
        height: .2em
    }
}

.announce-page {
    padding-top: 6.25em;
    padding-bottom: 6.25em
}

.announce-page__item {
    display: inline-block;
    margin: .5em;
    vertical-align: top;
    height: 17em
}

@media only screen and (max-width:768px) {
    .carousel {
        padding-bottom: 2em
    }
}

.carousel-item {
    height: 17em;
    width: 12.5em;
    margin-left: 2.1875em;
    margin-right: 2.1875em
}

@media only screen and (max-width:768px) {
    .carousel-item {
        width: 20em;
        height: auto
    }
}

.carousel-item__img {
    width: 100%;
    margin-bottom: 1.5em
}

.carousel-item__text {
    color: #333;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.2857142857em
}

@media only screen and (max-width:768px) {
    .carousel-item__text {
        font-size: 1.375em
    }
}

.container {
    position: relative;
    max-width: 75em;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .container_mobile-padding {
        padding: 0 2.5em
    }
}

.header {
    height: 5em;
    position: relative;
    background-color: #fff;
    z-index: 20
}

@media only screen and (min-width:769px) {
    .header {
        box-shadow: 0 0 1em rgba(0, 0, 0, .1)
    }
}

@media only screen and (max-width:768px) {
    .header {
        height: 7.5em
    }
}

.header__container {
    position: static
}

@media only screen and (min-width:769px) {
    .header__container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:768px) {
    .header__container {
        margin: auto;
        width: auto
    }
}

@media only screen and (max-width:768px) {
    .header__mobile-line {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        box-shadow: 0 0 1em rgba(0, 0, 0, .1);
        z-index: 1;
        background: #fff
    }
}

@media only screen and (min-width:769px) {
    .header__nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 75%
    }
}

@media only screen and (max-width:768px) {
    .header__nav-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        transition: all 1s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
        z-index: 0;
        padding: 0 2.5em 2.5em
    }

    .header.is_expand .header__nav-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow: scroll;
        height: 100vh
    }
}

.header__logo {
    display: inline-block;
    position: relative;
    top: 0
}

@media only screen and (max-width:768px) {
    .header__logo {
        position: absolute;
        top: 50%;
        left: 2.5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.header__social {
    display: flex;
    position: relative;
    top: .125em;
}

@media only screen and (max-width:768px) {
    .header__social {
        display: none
    }
}

@media only screen and (min-width:769px) {
    .header__nav {
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 2em;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:768px) {
    .header__nav {
        position: relative
    }
}

.header__search {
    display: inline-block
}

@media only screen and (max-width:768px) {
    .header__search {
        display: none
    }
}

.header__hamburger {
    box-sizing: content-box
}

@media only screen and (min-width:769px) {
    .header__hamburger {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .header__hamburger {
        position: absolute;
        border: 2.5em solid transparent;
        border-top-width: 2.5em;
        border-bottom-width: 2.5em;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 3.125em;
        height: 2.5em
    }
}

.header-social {
    white-space: nowrap
}

.header-social__item {
    display: inline-block;
    font-size: .5em;
    margin: 0 -.7em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    /* font-size: 20px; */
}


.header-social__item i {
    font-size: 3em;
}

.header-social__item:hover {
    opacity: .7
}

.header-nav__item {
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .header-nav__item {
        display: flex;
        font-size: 1em;
        color: #1c1f25;
        padding-bottom: 0;
        padding-left: 1em;
        height: 100%;
        padding-right: 1em;
        justify-content: center;
        align-items: center;
    }

    .service_head .dropdown-menu__text {
        font-family: FiraRegular;
        font-feature-settings: 'case' on;
    }
}

@media only screen and (max-width:768px) {
    .header-nav__item {
        display: block;
        font-size: 2.4em;
        color: #1a4a7f;
        line-height: 2.0833333333em;
    }
}

@media only screen and (min-width:769px) {
    .header-nav__item:hover .header-nav-item__title::after {
        position: absolute;
        content: '';
        bottom: -1.4375em;
        left: 0;
        display: inline-block;
        width: 100%;
        height: .25em;
        background-color: #003671
    }
}

.header-nav__item:hover {
    color: #345a85
}

.header-nav-item {
    text-decoration: none
}

@media only screen and (min-width:769px) {
    .header-nav-item {
        position: relative
    }
}

.header-nav-item__title {
    position: relative;
    text-decoration: none;
    color: inherit
}

@media only screen and (min-width:769px) {
    .header-nav-item__dropdown {
        display: none
    }

    .header-nav-item__dropdown.is_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 4.55em;
        left: 0;
        height: auto;
        min-width: 257px;
    }
}

@media only screen and (max-width:768px) {
    .header-nav-item__dropdown {
        line-height: 2
    }
}

.button {
    display: inline-block;
    background-color: #1a4a7f;
    color: #fefeff;
    text-align: center;
    padding: 1em 2em;
    font-family: FiraRegular;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease-out;
    text-decoration: none;
    font-feature-settings: 'case' on;
}

.button_download {
    width: auto !important;
    padding-left: 2.1875em;
    padding-right: 3.75em;
    position: relative
}

.button_download::after {
    position: absolute;
    display: block;
    content: ' ';
    width: .75em;
    height: 1.0625em;
    background-image: url(/uploads/icon/download-icon.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 1.4em;
    top: 1em
}

.button:hover {
    background-color: #1f5a99
}

.logo-big {
    background-image: url(../../assets/images/kgm-logo.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:769px) {
    .logo-big {
        width: 10.5em;
        height: 2.6em
    }
}

@media only screen and (max-width:768px) {
    .logo-big {
        width: 18.25em;
        height: 3.6em;
    }
}

.logo-small {
    display: inline-block;
    width: 3.6875em;
    height: 2.25em;
    background-image: url(../../assets/images/logo-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: top
}

.footer {
    background-color: #3d3d3d
}

@media only screen and (min-width:769px) {
    .footer {
        padding-top: 3.4375em;
        padding-bottom: 2.5em
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 2.5em;
        padding-bottom: 7em
    }
}

@media only screen and (max-width:768px) {
    .footer__logo {
        display: none !important
    }
}

@media only screen and (min-width:769px) {
    .footer__nav {
        margin-bottom: 3em
    }
}

@media only screen and (max-width:768px) {
    .footer__nav {
        display: none;
    }
}

.footer hr {
    background-color: #cdcdcd;
    opacity: .2
}

@media only screen and (max-width:768px) {
    .footer hr {
        display: none;
        margin-top: 2.4em;
        margin-bottom: 2.4em
    }
}

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

@media only screen and (min-width:769px) {
    .footer__submenu {
        margin-top: 3.75em
    }
}

.footer__disclaimer {
    margin-top: 2em
}

@media only screen and (min-width:769px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-nav__col {
    display: inline-block;
    vertical-align: top
}

.footer__submenu .footer-nav__col p {
    color: #ccc;
}

.footer__submenu .footer-nav__col {
    width: 100%;
    color: #ccc !important;
    text-align: left;
}

.footer__submenu .footer-nav__col:last-child {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.footer__submenu .footer-nav__col a {
    color: #ccc
}

@media only screen and (min-width:769px) {
    .footer-nav__col {
        width: 19.4%;
        line-height: 1.3
    }

    .footer-nav__col:last-child {
        width: 20%
    }
}

.footer-nav__title {
    text-transform: uppercase;
    color: #f1f7f8;
    font-family: FiraRegular;
    text-decoration: none;
    font-feature-settings: 'case' on;
}

@media only screen and (min-width:769px) {
    .footer-nav__title {
        display: block;
        font-size: 1.em;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:768px) {
    .footer-nav__title {
        display: inline-block;
        font-size: 2.45em;
        margin-bottom: .9em;
        position: relative
    }

    .footer-nav__title::after {
        content: '';
        display: block;
        position: absolute;
        top: .4em;
        right: -.7em;
        height: .3em;
        width: .3em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: .12em solid #fff;
        border-bottom: .12em solid #fff
    }
}

.footer-nav__item {
    width: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-out;
    font-family: FiraRegular;
}

@media only screen and (min-width:769px) {
    .footer-nav__item {
        display: block;
        font-size: 0.9em;
        padding-top: .7em;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .footer-nav__item {
        /* display: none */
    }
}

.footer-nav__item:hover {
    text-decoration: underline
}

.footer-submenu {
    margin-bottom: 5.5em
}

@media only screen and (min-width:769px) {
    .footer-submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
}

.footer-submenu__link {
    color: #f1f7f8;
    font-size: 1.25em;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    padding-top: .75em;
    padding-bottom: .75em;
    margin-right: 2em
}

@media only screen and (min-width:769px) {
    .footer-submenu__link {
        display: inline-block
    }
}

@media only screen and (max-width:768px) {
    .footer-submenu__link {
        display: none
    }
}

@media only screen and (min-width:769px) {
    .footer-submenu__subscribe {
        display: inline-block;
        vertical-align: middle;
        margin-right: auto
    }
}

@media only screen and (max-width:768px) {
    .footer-submenu__subscribe {
        margin-bottom: 4.4em
    }
}

.footer-submenu__social {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    .footer-submenu__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:769px) {
    .footer-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-subscribe__checkbox {
    margin-top: 1em
}

.footer-subscribe__success {
    display: none;
    text-transform: uppercase;
    color: #1a4a7f;
    font-weight: 700;
    font-size: 1.5em
}

.is_success .footer-subscribe__success {
    display: block
}

.footer-subscribe__input {
    display: inline-block;
    background-color: #fff;
    color: #333;
    outline: 0;
    font-size: .875em;
    height: 3.5714285714em;
    line-height: 1.4285714286em
}

.is_success .footer-subscribe__input {
    display: none
}

.footer-subscribe__input.is_error {
    border: 1px solid red;
    color: red
}

@media only screen and (min-width:769px) {
    .footer-subscribe__input {
        padding: 0 2.0714285714em;
        width: 28.2857142857em
    }
}

@media only screen and (max-width:768px) {
    .footer-subscribe__input {
        width: 100%;
        margin-bottom: .9em;
        text-align: center;
        font-size: 1.4875em
    }
}

.footer-subscribe__input::-webkit-input-placeholder {
    color: #333
}

.footer-subscribe__input::-moz-placeholder {
    color: #333
}

.footer-subscribe__input:-ms-input-placeholder {
    color: #333
}

.footer-subscribe__input:-moz-placeholder {
    color: #333
}

.footer-subscribe__button {
    font-size: 1.25em;
    border: 0
}

.is_success .footer-subscribe__button {
    display: none
}

@media only screen and (min-width:769px) {
    .footer-subscribe__button {
        display: inline-block;
        padding-top: .75em;
        padding-bottom: .75em;
        vertical-align: middle;
        padding-left: 4em;
        padding-right: 4em
    }
}

@media only screen and (max-width:768px) {
    .footer-subscribe__button {
        width: 100%;
        font-size: 1.7em
    }
}

.rigths {
    display: block
}

.rigths__company {
    color: #ccc
}

@media only screen and (min-width:769px) {
    .rigths__company {
        display: inline-block;
        font-size: .875em;
        margin-right: 1.8571428571em
    }
}

@media only screen and (max-width:768px) {
    .rigths__company {
        display: block;
        font-size: 1.775em;
        margin-bottom: 1.6em;
        text-align: center;
    }
}

.rigths__legal-information {
    color: #ccc;
    text-decoration: underline;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .rigths__legal-information {
        display: inline-block;
        font-size: .875em
    }
}

@media only screen and (max-width:768px) {
    .rigths__legal-information {
        display: block;
        /* font-size: 1.71em; */
        text-align: center;
    }
}

.hamburger__line {
    position: absolute;
    height: 3px;
    background: #003265;
    left: 0;
    right: 0;
    transition: 1s all cubic-bezier(.19, 1, .22, 1)
}

.hamburger__line_1 {
    top: 0
}

.is_expand .hamburger__line_1 {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger__line_2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.is_expand .hamburger__line_2 {
    display: none
}

.hamburger__line_3 {
    bottom: 0
}

.is_expand .hamburger__line_3 {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.legal-information {
    max-width: 39em
}

@media only screen and (min-width:769px) {
    .legal-information {
        margin-bottom: 3em
    }
}

@media only screen and (max-width:768px) {
    .legal-information {
        padding: 2em
    }
}

.legal-information h2 {
    text-transform: uppercase;
    color: #1a4a7f;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .legal-information h2 {
        font-size: 2.25em
    }
}

@media only screen and (max-width:768px) {
    .legal-information h2 {
        font-size: 3.5em
    }

    .legal-information h2:first-child {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .legal-information p {
        font-size: 2em
    }
}

.conversion-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 6
}

@media only screen and (min-width:769px) {
    .conversion-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 25vh;
        right: 0;
        width: 5em
    }
}

@media only screen and (max-width:768px) {
    .conversion-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 30
    }

    .conversion-menu.is_open {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: calc(6.25em * 4)
    }
}

.conversion-menu__item {
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3d3d3d;
    transition: background-color .2s ease
}

@media only screen and (min-width:769px) {
    .conversion-menu__item {
        height: 4em;
        padding: .625em;
        padding-top: .3125em;
        padding-bottom: .3125em
    }

    .conversion-menu__item:hover {
        background-color: #505050
    }

    .conversion-menu__item:first-child {
        padding-top: .625em
    }
}

@media only screen and (max-width:768px) {
    .conversion-menu__item {
        height: 6.25em;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .conversion-menu.is_open .conversion-menu__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 2em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width:769px) {
    .conversion-menu__item_arrow {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .conversion-menu__item_arrow svg {
        width: 50%
    }

    .conversion-menu.is_open .conversion-menu__item_arrow svg {
        margin-left: auto;
        margin-right: 2em;
        width: 10%;
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1)
    }
}

@media only screen and (min-width:769px) {
    .conversion-menu__img {
        width: 1.375em;
        height: 1.375em;
        margin-bottom: .5em
    }
}

@media only screen and (max-width:768px) {
    .conversion-menu__img {
        width: 3em;
        height: 3em
    }
}

.conversion-menu__text {
    width: 100%;
    font-size: .675em;
    color: #fff;
    line-height: 1.2;
    text-align: center
}

@media only screen and (max-width:768px) {
    .conversion-menu__text {
        display: none
    }

    .conversion-menu.is_open .conversion-menu__text {
        display: inline-block;
        text-align: left;
        margin-left: 1em;
        font-size: 1.5em
    }
}

.footer-social {
    white-space: nowrap
}

.footer-social__item {
    display: inline-block;
    font-size: .5em;
    margin: 0 -.1em;
    cursor: pointer;
    background-position-y: 0
}

.footer-social__item:hover {
    opacity: .7
}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.timeline__date {
    text-align: left;
    color: #1a4a7f;
    background-color: #fff;
    transition: all .2s ease;
    border: 1px solid #1a4a7f;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .timeline__date {
        font-size: 2.125em;
        padding: .2647058824em .9117647059em
    }
}

@media only screen and (max-width:768px) {
    .timeline__date {
        font-size: 1.85em;
        padding: .2em
    }
}

.timeline__date.is_active {
    color: #fff;
    background-color: #1a4a7f
}

.history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2em
}

.history-item__date {
    line-height: .94;
    text-align: left;
    font-weight: 700;
    color: #1a4a7f;
    margin-bottom: .4705882353em
}

@media only screen and (min-width:769px) {
    .history-item__date {
        font-size: 2.125em
    }
}

@media only screen and (max-width:768px) {
    .history-item__date {
        font-size: 2.5em
    }
}

.history-item__title {
    line-height: 1.33;
    text-align: left;
    color: #333
}

@media only screen and (min-width:769px) {
    .history-item__title {
        font-size: 1em
    }
}

@media only screen and (max-width:768px) {
    .history-item__title {
        font-size: 1.5em
    }
}

.disclaimer {
    color: grey
}

@media only screen and (min-width:769px) {
    .disclaimer {
        font-size: .6em
    }
}

@media only screen and (max-width:768px) {
    .disclaimer {
        font-size: 1.3em
    }
}

@media only screen and (min-width:768px) {
    .col-sm-1 {
        width: 8.3333333333%;
        float: left
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-2 {
        width: 16.6666666667%;
        float: left
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-3 {
        width: 25%;
        float: left
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-4 {
        width: 33.3333333333%;
        float: left
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-5 {
        width: 41.6666666667%;
        float: left
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-6 {
        width: 50%;
        float: left
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-7 {
        width: 58.3333333333%;
        float: left
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-8 {
        width: 66.6666666667%;
        float: left
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-9 {
        width: 75%;
        float: left
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-10 {
        width: 83.3333333333%;
        float: left
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-11 {
        width: 91.6666666667%;
        float: left
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media only screen and (min-width:768px) {
    .col-sm-12 {
        width: 100%;
        float: left
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

.col-xs-1 {
    float: left;
    width: 8.3333333333%
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-2 {
    float: left;
    width: 16.6666666667%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-4 {
    float: left;
    width: 33.3333333333%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-5 {
    float: left;
    width: 41.6666666667%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-7 {
    float: left;
    width: 58.3333333333%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-8 {
    float: left;
    width: 66.6666666667%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-10 {
    float: left;
    width: 83.3333333333%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-11 {
    float: left;
    width: 91.6666666667%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.form__success {
    display: none;
    margin-top: 1em;
    padding: 1em;
    background: #fff;
    color: #1a4a7f
}

@media only screen and (max-width:768px) {
    .form__success {
        font-size: 2em
    }

    .form__success br {
        display: none
    }
}

.is_success .form__success {
    display: block
}

.form__arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5em;
    padding: 1.3em;
    border-left: 1px solid #f6f6f6
}

.form__tip {
    position: absolute;
    color: #8e8e8e;
    font-size: .75em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    margin-top: 1em
}

.form__input {
    background-color: #fff;
    border: 0;
    outline: 0;
    position: relative;
    color: #333;
    font-weight: 400;
    line-height: 1.4285714286em;
    border: 1px solid #d5d5d5;
    border-radius: 1%/3%;
    font-family: FiraRegular;
}

.is_success .form__input {
    background-color: #f6f6f6;
    pointer-events: none
}

.form__input:disabled {
    background-color: #f6f6f6
}

@media only screen and (min-width:769px) {
    .form__input {
        font-size: .75em;
        width: 100%;
        height: 4em;
        padding-left: 2em;
        padding-right: 2em
    }
}

@media only screen and (max-width:768px) {
    .form__input {
        font-size: 1.5em !important;
        height: 4em;
        width: 100% !important;
        padding-left: 1em !important;
        padding-right: 1em !important
    }
}

.form__input textarea {
    font-size: .75em;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em
}

@media only screen and (max-width:768px) {
    .form__input textarea {
        height: 5.6em
    }
}

.form__input:focus {
    box-shadow: 0 0 1.2857142857em rgba(0, 0, 0, .25)
}

.form__input.is_error {
    border: 1px solid red;
    color: #e61f2d
}

.form__input_dropmenu {
    padding-top: 1.3em;
    cursor: pointer
}

.form textarea {
    font-size: .75em;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em
}

@media only screen and (max-width:768px) {
    .form textarea {
        height: 5.6em
    }
}

.form__input-text {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4285714286em
}

.form__input-text.is_error {
    color: red
}

.form__button {
    border: 0
}

.is_success .form__button {
    display: none !important
}

@media only screen and (max-width:768px) {
    .form__button {
        width: 100% !important;
        font-size: 1.8em
    }
}

.form__checkbox {
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-right: 1em;
    vertical-align: sub;
    position: relative;
    transition: all .3s ease;
    border: 1px solid #1a4a7f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.is_success .form__checkbox {
    pointer-events: none
}

@media only screen and (min-width:769px) {
    .form__checkbox {
        width: 1.25em;
        height: 1.25em
    }
}

@media only screen and (max-width:768px) {
    .form__checkbox {
        width: 3.5em;
        height: 3.5em;
        margin-left: .3em
    }
}

.form__checkbox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: .2em;
    opacity: 0;
    border-left: .2em solid #f6f6f6;
    border-bottom: .2em solid #f6f6f6;
    width: 100%;
    height: 40%;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg)
}

.form__checkbox.is_check {
    border-radius: 50%;
    background-color: #1a4a7f
}

.form__checkbox.is_check::after {
    opacity: 1
}

.form__checkbox:hover {
    box-shadow: 0 0 1.2857142857em rgba(0, 0, 0, .25)
}

.form__checkbox.is_error+.form__input-text {
    color: red
}

.form__checkbox+.form__input-text {
    display: inline-block;
    cursor: pointer;
    transition: color .8s ease
}

.is_success .form__checkbox+.form__input-text {
    pointer-events: none
}

@media only screen and (min-width:769px) {
    .form__checkbox+.form__input-text {
        font-size: .875em;
        vertical-align: middle
    }
}

@media only screen and (max-width:768px) {
    .form__checkbox+.form__input-text {
        font-size: 1.775em;
        width: calc(100% - 3.5em);
        vertical-align: top
    }
}

.form-dropmenu {
    display: none
}

.form-dropmenu.is_open {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 15em;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 4em
}

.form-dropmenu__group {
    border-top: 1px solid #f6f6f6
}

.form-dropmenu__group:last-child {
    border-bottom: 1px solid #f6f6f6
}

.form-dropmenu__group-title {
    font-size: .75em;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
    position: relative;
    color: #333;
    font-weight: 600;
    line-height: 1.6666666667em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em
}

@media only screen and (max-width:768px) {
    .form-dropmenu__group-title {
        font-size: 1em
    }
}

.form-dropmenu__item {
    font-size: .75em;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
    position: relative;
    color: #333;
    font-weight: 400;
    line-height: 1.6666666667em;
    border-bottom: 1px solid #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em
}

@media only screen and (max-width:768px) {
    .form-dropmenu__item {
        font-size: 1em
    }
}

.form-dropmenu__item:hover {
    background-color: #f6f6f6
}

.form-dropmenu__item:last-child {
    border-bottom: 0
}

.form-dropmenu__group .form-dropmenu__item {
    padding-left: 6em
}

.select {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 24.25em;
    height: 4.375em;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    background: #fff url(/uploads/icon/arrow-icon.svg) no-repeat 92.5% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative
}

.select::after {
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    width: .0625em;
    top: 0;
    right: 4.375em;
    border-left: .0625em solid #f7f7f7
}

.select__item {
    padding-left: 2.8571428571em;
    padding-right: 5em;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-size: .875em;
    font-weight: 400
}

.select__item:focus {
    outline: 0
}

@media only screen and (min-width:769px) {
    .dropdown-menu {
        z-index: 2;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        background-color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: auto;
        width: auto
    }

    .dropdown-menu_model {
        width: 14em !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width:768px) {
    .dropdown-menu {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: .3em
    }
}

.dropdown-menu__item {
    text-decoration: none
}

@media only screen and (min-width:769px) {
    .dropdown-menu__item {
        cursor: pointer;
        padding: .2em .75em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        transition: background-color .2s ease;
        border-bottom: solid 1px rgba(51, 51, 51, .2);
    }

    .dropdown-menu__item:last-child {
        border-bottom: 0
    }

    .dropdown-menu_model .dropdown-menu__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1em
    }

    .dropdown-menu__item:hover {
        background-color: #1a4a7f
    }

    .dropdown-menu__item:hover .dropdown-menu__text {
        color: #fff
    }

    .dropdown-menu__item:hover .dropdown-menu__price {
        color: #fff
    }
}

@media only screen and (max-width:768px) {
    .dropdown-menu__item {
        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
    }

    .dropdown-menu_model .dropdown-menu__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: solid 1px rgba(51, 51, 51, .2);
        margin-bottom: .3125em;
        margin-top: .3125em
    }

    .dropdown-menu_model .dropdown-menu__item:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }
}

.dropdown-menu__img {
    width: 1.7692307692em;
    height: 1.7692307692em;
    margin-right: .5em;
    padding: .1923076923em
}

a[href^="/car"] .dropdown-menu__img {
    height: auto;
    width: 6.461538em;
    margin-right: 0;
    padding: 0;
}

@media only screen and (max-width:768px) {
    .dropdown-menu__img {
        display: none
    }

    a[href^="/car"] .dropdown-menu__img {
        display: block !important
    }
}

.dropdown-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-menu__text {
    font-size: .75em;
    text-align: left;
    color: #333;
    transition: color .2s ease;
    white-space: nowrap
}

.dropdown-menu_model .dropdown-menu__text {
    font-size: 1em
}

@media only screen and (max-width:768px) {
    .dropdown-menu_model .dropdown-menu__text {
        line-height: 1
    }
}

.dropdown-menu__price {
    font-family: Roboto, sans-serif;
    font-size: .4615384615em;
    font-weight: 300;
    text-align: left;
    color: #333;
    transition: color .2s ease
}

.dropdown-menu_model .dropdown-menu__price {
    margin-top: .5em
}

.form-success {
    display: none;
    background-color: #f6f6f6;
    padding: 3.75em 3.125em
}

@media only screen and (min-width:769px) {
    .form-success {
        width: 51.25em
    }
}

@media only screen and (max-width:768px) {
    .form-success {
        width: 100%
    }
}

.form-success__icon {
    display: inline-block;
    border-radius: 50%;
    background-color: #1a4a7f;
    background-image: url(../../uploads/icon/check.svg);
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:769px) {
    .form-success__icon {
        vertical-align: middle;
        width: 2.5em;
        height: 2.5em;
        background-size: 1.5em;
        margin-right: 1em
    }
}

@media only screen and (max-width:768px) {
    .form-success__icon {
        display: block;
        margin: 0 auto;
        width: 9em;
        height: 9em;
        background-size: 5em;
        margin-bottom: 2em
    }
}

.form-success__text {
    display: inline-block;
    vertical-align: middle;
    color: #1a4a7f;
    font-weight: 700;
    background-size: 1.5em;
    text-align: left;
    width: calc(100% - 3em)
}

@media only screen and (min-width:769px) {
    .form-success__text {
        font-size: 1.5em
    }
}

@media only screen and (max-width:768px) {
    .form-success__text {
        font-size: 2em
    }
}

.hero-banner {
    height: 30em
}

.hero-banner__slider {
    height: 100%
}

@media only screen and (min-width:769px) {
    .hero-banner__slider .slick-dots {
        bottom: 0em;
    }
}

@media only screen and (max-width:768px) {
    .hero-banner__slider .slick-dots {
        bottom: -2.1em
    }
}

.hero-banner__item {
    height: 30em;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

@media only screen and (max-width:768px) {
    .hero-banner__item {
        background-size: cover;
        background-position: center
    }
}

@media only screen and (min-width:769px) {
    .hero-banner__item-mobile {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .hero-banner__item-mobile {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }
}

@media only screen and (min-width:769px) {
    .main_home {
        padding-top: 4.375em;
        padding-bottom: 5em
    }
}

@media only screen and (max-width:768px) {
    .main_home {
        padding-top: 2.5em;
        padding-bottom: 2em
    }
}

.main__offers {
    margin-bottom: 1.875em
}

@media only screen and (min-width:769px) {
    .main__offers {
        margin-top: 3.75em
    }
}

@media only screen and (max-width:768px) {
    .main__offers {
        margin-top: 2.35em
    }
}

@media only screen and (min-width:769px) {
    .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space;
    }
}

.product-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 1s all cubic-bezier(.19, 1, .22, 1);
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
}

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

    .product-item {
        width: 24%;
        height: 12.375em;
        padding: 1.5em;
        margin-right: 1%;
    }

    .product-item:last-child {
        margin-right: 0 !important;
    }

    .product-item:hover:before {
        opacity: 0
    }

    .product-item:hover .product-item__name {
        color: #345a85;
        -webkit-transform: scale(1.8) translateZ(0);
        transform: scale(1.8) translateZ(0);
        line-height: 1
    }

    .product-item:hover .product-item__price {
        -webkit-transform: translateY(2.5em) translateZ(0);
        transform: translateY(2.5em) translateZ(0)
    }

    .product-item:hover .product-item__img {
        -webkit-transform: scale(1.8) translateY(.8em) translateZ(0);
        transform: scale(1.8) translateY(.8em) translateZ(0)
    }

    .product-item:not(:hover):before {
        opacity: 1
    }

    .product-item:not(:hover) .product-item__name {
        color: #345a85;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        line-height: 1
    }

    .product-item:not(:hover) .product-item__price {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0)
    }

    .product-item:not(:hover) .product-item__img {
        -webkit-transform: scale(1) translateY(0) translateZ(0);
        transform: scale(1) translateY(0) translateZ(0)
    }
}

@media only screen and (max-width:768px) {
    .product-item {
        width: 100%;
        height: 27.575em;
        padding: 2.275em
    }
}

.product-item:before {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, #f6f6f6 0, #bcbcbc 100%);
    transition: 1s all cubic-bezier(.19, 1, .22, 1)
}

.product-item :last-child {
    margin-right: 0
}

.product-item__name {
    position: relative;
    font-weight: 700;
    color: #1c1f25;
    text-transform: uppercase;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: 1s all cubic-bezier(.19, 1, .22, 1);
    z-index: 10;
    display: block
}

@media only screen and (min-width:769px) {
    .product-item__name {
        font-size: 2.25em;
        margin-bottom: .2em;
        will-change: transform, color
    }
}

@media only screen and (max-width:768px) {
    .product-item__name {
        font-size: 4.25em;
        line-height: .95;
        margin-bottom: .1em;
        color: #1a4a7f;
    }
}

.product-item__price {
    position: relative;
    color: #003671;
    z-index: 10;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: 1s all cubic-bezier(.19, 1, .22, 1)
}

@media only screen and (min-width:769px) {
    .product-item__price {
        font-size: .875em;
        will-change: transform
    }
}

@media only screen and (max-width:768px) {
    .product-item__price {
        font-size: 1.375em;
        margin-left: .4em
    }
}

.product-item__img {
    position: absolute;
    display: block;
    height: auto;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    transition: 1s all cubic-bezier(.19, 1, .22, 1)
}

@media only screen and (min-width:769px) {
    .product-item__img {
        /* left: 0; */
        bottom: -1em;
        width: 74%;
        will-change: transform;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:768px) {
    .product-item__img {
        left: 1.3em;
        bottom: 2.6em;
        display: block;
        width: 33.25em
    }
}

.offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .offers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.offers__item {
    position: relative;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    padding: 1.5em 1.875em;
    padding-top: 6em;
    text-decoration: none;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .1);
    transition: all .2s ease-out
}

.offers__item:hover {
    box-shadow: 0 .125em 1.625em rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-.125em);
    transform: translateY(-.125em)
}

.offers__item:active {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .1);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width:769px) {
    .offers__item {
        width: 33%;
    }

    .offers__item:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width:768px) {
    .offers__item {
        width: 16em;
        height: 9em;
        margin-bottom: 1em;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        padding: 6em;

    }
}

.offers__title {
    text-transform: uppercase;
    color: #1a4a7f;
    font-weight: 700;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width:769px) {
    .offers__title {
        font-size: 1.25em;
        margin-bottom: .2em;
    }
}

@media only screen and (max-width:768px) {
    .offers__title {
        font-size: 1.85em;
        line-height: .9;
        margin-bottom: .4em
    }
}

.offers__description {
    color: #3d3d3d
}

@media only screen and (min-width:769px) {
    .offers__description {
        font-size: .875em;
        line-height: 1.4285714286em
    }
}

@media only screen and (max-width:768px) {
    .offers__description {
        font-size: 1.34em;
        line-height: 1.35
    }

    .offers__description br {
        display: none
    }
}

.offers__ico {
    position: absolute;
    left: calc(50% - 1.437em);
    top: 1.3em;
}

.offers__ico_mark {
    width: 2.5625em;
    height: 3.0625em;
    background-image: url(../../assets/images/mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width:768px) {
    .offers__ico_mark {
        left: 2.3em;
        top: 1.8em
    }
}

.offers__ico_price {
    width: 3.25em;
    height: 3.125em;
    background-image: url(../../assets/images/price.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width:768px) {
    .offers__ico_price {
        left: 1.7em;
        top: 1.8em
    }
}

.offers__ico_map {
    width: 2.75em;
    height: 2.375em;
    background-image: url(../../assets/images/map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width:768px) {
    .offers__ico_map {
        left: 2.3em;
        top: 2.2em
    }
}

.offers__ico_steering-wheel {
    width: 2.875em;
    height: 2.875em;
    background-image: url(../../assets/images/iconss/icon-test-drive.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offers__ico_trade {
    width: 2.875em;
    height: 2.875em;
    background-image: url(../../assets/images/iconss/icon-trade.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offers__ico_sale {
    width: 2.875em;
    height: 2.875em;
    background-image: url(../../assets/images/iconss/icon-sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offers__ico_news {
    width: 2.875em;
    height: 2.875em;
    background-image: url(../../assets/images/iconss/icon-news.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner {
    position: relative;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff
}

@media only screen and (min-width:769px) {
    .banner {
        width: 75em;
        height: 25.625em
    }
}

@media only screen and (max-width:768px) {
    .banner {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:769px) {
    .banner__text {
        display: inline-block;
        padding: 3.125em 2.5625em;
        padding-top: 1em;
        height: 100%;
        width: 30.3125em
    }
}

@media only screen and (max-width:768px) {
    .banner__text {
        display: block;
        width: 100%;
        padding: 2.5em
    }
}

.banner__title {
    color: #1a4a7f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

@media only screen and (min-width:769px) {
    .banner__title {
        font-size: 2.5em;
        margin-bottom: 0;
    }

    .main__banner .banner__title {
        color: transparent;
        background-image: url(../../assets/images/logo-text.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left
    }
}

@media only screen and (min-width:769px) {
    .banner__title_small {
        font-size: 5em
    }
}

@media only screen and (max-width:768px) {
    .banner__title {
        font-size: 3em;
        margin-bottom: .5em;
        margin-top: 1.5em;
    }

    .design .banner__title {
        font-size: 4.5em;
        margin-bottom: .2em;
        font-size: 3em;
        margin-bottom: .5em;
        margin-top: 1.5em;
    }
}

.banner__description {
    color: #333;
    line-height: 1.4285714286em;
    font-family: DejaVu Sans;
    margin-top: 15px;
}

@media only screen and (min-width:769px) {
    .banner__description {
        font-size: 1em;
    }
}

@media only screen and (max-width:768px) {
    .banner__description {
        font-size: 1.35em;
        line-height: 1.6;
        margin-bottom: 2.2em
    }

    .design .banner__description {
        line-height: 1.7;
        margin-bottom: 1.9em
    }
}

.banner__description strong {
    color: #333;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
}

@media only screen and (max-width:768px) {
    .design .banner__description strong {
        line-height: 1.9em
    }
}

.banner__description p:first-child {
    margin-top: 0
}

.banner__button {
    font-size: 1.25em;
    padding-left: 3em;
    padding-right: 3em
}

@media only screen and (min-width:769px) {
    .banner__button {
        position: absolute;
        left: 2.05em;
        bottom: 2.05em;
        font-family: FiraRegular;
        font-feature-settings: 'case' on;
    }
}

@media only screen and (max-width:768px) {
    .banner__button {
        font-size: 1.7em !important
    }
}

.banner__slide {
    display: block;
    overflow: hidden
}

@media only screen and (min-width:769px) {
    .banner__slide {
        height: 100%;
        width: 44.375em;
        position: absolute !important;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .banner__slide {
        margin-bottom: 0 !important
    }
}

.banner__pills {
    position: absolute;
    bottom: -1em;
    right: 6.9em;
    width: 26.3em
}

@media only screen and (min-width:769px) {
    .banner_right .banner__text {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        height: 100%;
        width: 30.3125em
    }
}

@media only screen and (min-width:769px) {
    .banner_right .banner__slide {
        height: 100%;
        width: 44.375em;
        position: absolute !important;
        top: 0;
        left: 0;
        right: auto
    }
}

.banner_right .banner__pills {
    left: 6.9em;
    right: auto
}

.news-detail__sub-nav {
    height: 6em;
    background-color: #fff
}

.news-detail__date {
    color: #ccc;
    font-size: .875em
}

.news-detail__content {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    margin-top: -3em
}

.news-detail__content hr {
    border: none;
    color: #e6e6e6;
    background-color: #e6e6e6;
    height: 2px
}

.news-detail__footer {
    margin-top: 3em;
    margin-bottom: 3em
}

.news-detail__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.125em
}

@media only screen and (min-width:769px) {
    .news-detail__text {
        padding: 2.3em 6.375em;
    }
}

@media only screen and (max-width:768px) {
    .news-detail__text {
        padding: 3em;
        font-size: 1.5em
    }
}

.news-detail__text p {
    color: #333;
    font-size: .875em;
    line-height: 1.7857142857em
}

.news-detail__text p b {
    font-size: 1.5em;
    line-height: 1.5em
}

.news-detail__text img {
    max-width: 100%;
    height: auto
}

.news-detail__header-img {
    height: 34.125em;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media only screen and (min-width:769px) {
    .news-detail__header-img {
        width: 75em
    }
}

@media only screen and (max-width:768px) {
    .news-detail__header-img {
        width: 100%
    }
}

.news {
    background-color: #f6f6f6
}

.news__container {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news__item {
    display: inline-block;
    margin: .4em;
    vertical-align: top;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16)
}

@media only screen and (min-width:769px) {
    .news__item {
        transition: all .2s ease-out
    }

    .news__item:hover {
        box-shadow: 0 .125em 1.625em rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-.125em);
        transform: translateY(-.125em)
    }

    .news__item:active {
        box-shadow: 0 0 1.125em rgba(0, 0, 0, .1);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.product-header {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width:769px) {
    .product-header {
        height: 33.75em;
        overflow: hidden
    }
}

@media only screen and (max-width:768px) {
    .product-header {
        height: 17.85em;
    }
}

@media only screen and (max-width:768px) {
    .action .product-header {
        /* background-image: url(/uploads/content/2017.3/action-mobile.jpg) !important */
    }
}

.product-header__container {
    height: 100%
}

.product-header__description {
    padding: 2.1875em 2.8125em;
    position: absolute;
    background-color: rgba(255, 255, 255, .9)
}

@media only screen and (min-width:769px) {
    .product-header__description {
        left: 0;
        width: 37.0625em;
        top: 1em;
    }
}

@media only screen and (max-width:768px) {
    .product-header__description {
        left: 2.4em;
        bottom: 3em;
        width: calc(100% - 4.8em)
    }
}

.product-header__title {
    color: #003671;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
}

.product-header__text {
    color: #333
}

@media only screen and (min-width:769px) {
    .product-header__text {
        font-size: .875em;
        font-weight: 400;
        line-height: 1.7857142857em
    }
}

@media only screen and (max-width:768px) {
    .product-header__text {
        color: #333;
        font-size: 1.189em;
        font-weight: 600;
        line-height: 1.75;
        margin-bottom: 1.2em
    }
}

.product-header__price {
    font-weight: 700;
    cursor: pointer
}

.product-header__video {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    top: 50%;
    margin-top: -28.125vw;
    left: 0;
    opacity: 0;
    display: block;
    border: none;
    transition: opacity .2s ease
}

.product-header__video iframe {
    width: 100% !important;
    height: 100% !important
}

.product-header__video iframe .sidedock {
    display: none
}

.product-header__video * {
    background-color: transparent !important
}

.product-nav {
    background-color: #042f65;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

body.is_fixed-submenu .product-nav {
    position: fixed;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media only screen and (min-width:769px) {
    .product-nav {
        height: 4.375em
    }
}

@media only screen and (max-width:768px) {
    .product-nav {
        height: 7.475em
    }
}

.product-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-nav__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .product-nav__icon {
        width: 12.5em;
        margin-right: 2em
    }
}

@media only screen and (max-width:768px) {
    .product-nav__icon {
        width: 20em
    }
}

.product-nav__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    width: 100%;
    align-items: center;
}

@media only screen and (min-width:769px) {
    .product-nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:768px) {
    .product-nav__menu {
        display: none
    }
}

.product-nav__item {
    padding-left: 2.0714285714em;
    padding-right: 2.0714285714em;
    color: #fcfcfc;
    font-size: .875em;
    font-weight: bold;
    line-height: 5em;
    text-align: center;
    font-family: FiraRegular;
    cursor: pointer;
    font-feature-settings: 'case' on;
}

.product-nav__item:hover {
    background-color: #003671
}

.product-nav__item.is_active {
    background-color: #003671
}

.product-page {
    overflow: hidden
}

@media only screen and (min-width:769px) {
    .product-page__about-model {
        margin-top: 7.25em;
        padding-bottom: 8.75em
    }
}

@media only screen and (max-width:768px) {
    .product-page__about-model {
        padding-bottom: 3.95em;
        padding-top: 2em
    }
}

.product-page__design {
    background-color: #fff
}

.product-page__nav-wrapper {
    position: relative
}

@media only screen and (max-width:768px) {
    .product-page__nav-wrapper {
        display: none
    }
}

.design__banner {
    position: relative
}

@media only screen and (min-width:769px) {
    .design__banner {
        top: -4.25em
    }
}

.design__sub-title {
    text-transform: uppercase;
    color: #000;
    font-size: 2.25em;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .design__sub-title {
        text-align: center;
        font-size: 3.375em
    }
}

.design__carousel {
    margin-bottom: 3em
}

.design__car-color-block {
    padding-bottom: 2em
}

.icon {
    height: 3em;
    width: 3em;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.icon_power-engine {
    background-image: url(../../assets/images/car_icon/power-engine-icon.svg)
}

.icon_consumption-of-fuel {
    background-image: url(../../assets/images/car_icon/consumption-of-fuel-icon.svg)
}

.icon_torque {
    background-image: url(../../assets/images/car_icon/torque-icon.svg)
}

.icon_cargo-space {
    background-image: url(../../assets/images/car_icon/cargo-space-icon.svg)
}

.icon_cargo-trans {
    background-image: url(../../assets/images/car_icon/icon-transmission.svg);
}

.icon_cargo-wheels {
    background-image: url(../../assets/images/car_icon/icon-wheels.svg);

}

@media only screen and (min-width:769px) {
    .about-model__container {
        padding-left: 34.25em
    }
}

@media only screen and (max-width:768px) {
    .about-model__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.about-model__img {
    width: 34.25em;
    height: 20em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width:768px) {
    .about-model__img {
        margin-top: -1.3em
    }
}

@media only screen and (min-width:769px) {
    .about-model__img {
        position: absolute;
        top: 0;
        left: 0
    }
}

.about-model__title {
    color: #333;
    font-weight: 400;
}

.about-model__title p {
    margin-bottom: 0px !important;
    margin-top: 0px !Important;
    font-size: 17px;
    line-height: 26px;
}

@media only screen and (min-width:769px) {
    .about-model__title {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width:768px) {
    .about-model__title {
        font-size: 2.1em;
        line-height: 1.6em;
        letter-spacing: .01em;
        text-align: center;
        /* margin-top: 1em; */
    }
}

.about-model__icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.25em
}

@media only screen and (max-width:768px) {
    .about-model__icon {
        height: 6.45em !important;
        width: 6.45em !important
    }
}

.about-model__text {
    display: inline-block;
    vertical-align: top;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

@media only screen and (min-width:769px) {
    .about-model__table {
        display: table;
        border-spacing: 1.5625em
    }
}

@media only screen and (max-width:768px) {
    .about-model__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 3.3em
    }
}

@media only screen and (min-width:769px) {
    .about-model__row {
        display: table-row
    }
}

@media only screen and (max-width:768px) {
    .about-model__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:769px) {
    .about-model__cell {
        display: table-cell
    }
}

@media only screen and (max-width:768px) {
    .about-model__cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 5em;
        margin-bottom: 3.6em
    }
}

.about-model__text {
    color: #333;
    font-weight: 400;
    line-height: 1.2857142857em
}

@media only screen and (min-width:769px) {
    .about-model__text {
        font-size: .875em
    }
}

@media only screen and (max-width:768px) {

    .about-model__info .about-model__info-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .about-model__info .about-model__text {
        margin-left: 0;
        font-size: 1.375em;
        margin-top: 0;
        display: flex;
        justify-content: center;
        text-align: left;
        flex-direction: column;
        display: flex;
    }

    .about-model__text {
        /* margin-left: 1.1em; */
        font-size: 1.375em;
        margin-top: .8em;
        display: flex;
        justify-content: center;
        text-align: center;
        /* flex-direction: column; */
        display: flex;
    }
}

.about-model__text strong {
    font-size: 1.5em;
    line-height: 1.5em;
}

.about-model__info {
    white-space: nowrap
}

@media only screen and (min-width:769px) {
    .about-model__info {
        margin-right: 1em;
    }
}

.about-model__info-item {
    margin-bottom: 1.5em
}

.color {
    display: inline-block;
    box-shadow: 0 0 .375em rgba(0, 0, 0, .5);
    border: .1875em solid #fff;
    margin: .4375em;
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow .1s ease
}

@media only screen and (min-width:769px) {
    .color {
        width: 2em;
        height: 2em
    }
}

@media only screen and (max-width:768px) {
    .color {
        width: 3em;
        height: 3em
    }
}

.color.is_active,
.color:hover {
    box-shadow: 0 0 1.5em #1a4a7f
}

.color[data-color=LAK] {
    background-color: #131313
}

.color[data-color=WAA] {
    background-color: #e0e0e0
}

.color[data-color=BAS] {
    background-color: #2b375f
}

.color[data-color=OAT] {
    background-color: #7c5e54
}

.color[data-color=SAI] {
    background-color: #a6a6a6
}

.color[data-color=RAM] {
    background-color: #c02c2c
}

.color[data-color=ACT] {
    background-color: #424246
}

.color[data-color=GAL] {
    background-color: #2b4625
}

.color:first-child {
    margin-left: 0
}

.car-color {
    position: relative
}

@media only screen and (max-width:768px) {
    .car-color {
        padding: 3em 0;
        padding-top: 0
    }
}

.car-color__description {
    opacity: .5;
    color: #333;
    font-weight: 400
}

@media only screen and (min-width:769px) {
    .car-color__description {
        position: absolute;
        right: 0;
        top: -2.5em;
        font-size: 1.5em;
        line-height: 1.5em
    }
}

@media only screen and (max-width:768px) {
    .car-color__description {
        display: none;
        text-align: center;
        font-size: 2.5em
    }
}

.car-color__colors {
    display: block;
    z-index: 5
}

@media only screen and (min-width:769px) {
    .car-color__colors {
        right: 0;
        top: -1em;
        position: absolute
    }
}

@media only screen and (max-width:768px) {
    .car-color__colors {
        text-align: center
    }
}

.car-color img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.car-color__slider {
    margin: 0 auto
}

@media only screen and (min-width:769px) {
    .car-color__slider {
        width: 60%
    }
}

.car-color__arrow {
    height: 100%;
    width: 3em;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.car-color__arrow_right {
    background-image: url(../../uploads/content/2017.5/arrow_r.svg)
}

@media only screen and (min-width:769px) {
    .car-color__arrow_right {
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .car-color__arrow_right {
        right: -1em
    }
}

.car-color__arrow_left {
    background-image: url(../../uploads/content/2017.5/arrow_l.svg)
}

@media only screen and (min-width:769px) {
    .car-color__arrow_left {
        left: 0
    }
}

@media only screen and (max-width:768px) {
    .car-color__arrow_left {
        left: -1em
    }
}

.interior {
    background-color: #fff;
    /* padding-bottom: 2em */
}

.interior__sub-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 2.25em;
    font-weight: 700
}

.interior__content {
    width: 100%;
    box-shadow: 0 0 .5625em rgba(0, 0, 0, .18);
    background-color: #fff;
    background-image: url(/uploads/content/2017.3/action-car-seat.jpg);
    background-repeat: no-repeat;
    background-size: 33.9375em 19.125em;
    background-position: 6% bottom
}

@media only screen and (min-width:769px) {
    .interior__content {
        padding-top: 2.1875em;
        padding-bottom: 2.1875em;
        padding-left: 50%;
        padding-right: 3.125em
    }
}

@media only screen and (max-width:768px) {
    .interior__content {
        padding: 2.5em;
        padding-bottom: 20.125em
    }
}

.interior__title {
    color: #003671;
    font-weight: 700;
    font-size: 4.5em;
    font-weight: 700;
    margin-bottom: .2em
}

.interior__subtitle {
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: .2em
}

@media only screen and (max-width:768px) {
    .interior__subtitle {
        font-size: 2.25em
    }
}

.interior__description {
    color: #333;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7857142857em
}

@media only screen and (max-width:768px) {
    .interior__description {
        font-size: 1.375em
    }
}

.interior__banner {
    margin-bottom: 4em
}

.interior__containers {
    display: block;
    width: 100%;
    margin-top: 1em
}

.interior__color-text {
    text-align: center
}

.interior__color {
    display: inline-block;
    width: 1.1428571429em;
    height: 1.1428571429em;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-right: .2em
}

.interior-style {
    position: relative;
    margin: 2em 0 3em
}

@media only screen and (min-width:769px) {
    .interior-style {
        height: 33.75em
    }
}

.interior-style__bg {
    background: no-repeat center;
    background-size: auto 100%
}

@media only screen and (min-width:769px) {
    .interior-style__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.interior-style__content {
    position: relative;
    background: #fff;
    padding: 2.5em
}

@media only screen and (min-width:769px) {
    .interior-style__content {
        position: absolute;
        left: 50%;
        bottom: 0;
        top: 5em
    }
}

.interior-style__content p {
    font-size: .875em;
    line-height: 1.4285714286em
}

@media only screen and (max-width:768px) {
    .interior-style__content p {
        font-size: 1.375em
    }
}

.interior-style__title {
    font-size: 2.25em;
    line-height: 1.2;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

.interior-style__container {
    height: 100%
}

.interior-style__icons {
    display: block;
    width: 100%
}

@media only screen and (min-width:769px) {
    .interior-style__icons {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.technology {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .technology {
        padding-top: 2em;
        padding-bottom: 3em
    }
}

.technology__safety-title {
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700
}

.technology__awd {
    width: 10em;
    margin-bottom: 1em
}

.technology__table {
    width: 62.5em;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.technology__row {
    display: table-row
}

.technology__cell {
    display: table-cell;
    width: 50%;
    padding-right: 3em;
    padding-bottom: 2em
}

.technology__wrapper {
    width: 62.5em;
    margin-bottom: 5em;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.technology__content {
    box-shadow: 0 0 9px rgba(0, 0, 0, .18);
    background-color: #fff;
    padding: 2.5em 2.5em;
    background-repeat: no-repeat;
    background-size: 17.6875em 20.9375em;
    background-position: 87% 15%;
    margin-bottom: 2em
}

.technology__content_bgi {
    background-size: contain;
    background-position: right center
}

@media only screen and (max-width:768px) {
    .technology__content_bgi {
        padding-bottom: 24em !important
    }
}

@media only screen and (max-width:768px) {
    .technology__content {
        background-position: center bottom;
        padding-bottom: 21.9375em
    }
}

.technology__title {
    color: #003671;
    font-weight: 700;
    font-size: 4.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .1em;
    text-align: left
}

.technology__subtitle {
    font-size: 1.5em;
    margin: .5em 0
}

.technology__description {
    width: 26.8333333333em;
    max-width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: left;
    margin: 1em 0
}

.technology__description_small {
    font-size: .875em;
    width: 46em
}

.technology__content_bgi .technology__description_small {
    width: 35em
}

@media only screen and (max-width:768px) {
    .technology__description_small {
        font-size: 1.375em
    }
}

.technology__sub-description {
    width: 46em;
    max-width: 100%;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7857142857em;
    text-align: left;
    margin-bottom: 2em
}

@media only screen and (max-width:768px) {
    .technology__sub-description {
        width: 100%;
        font-size: 1.375em
    }
}

.technology__button {
    font-size: 1.25em;
    width: auto;
    margin: 0 auto;
    padding-right: 3.375em;
    padding-left: 3.375em
}

@media only screen and (max-width:768px) {
    .technology__button {
        font-size: 1.625em
    }
}

.technology__sub-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 2.25em;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .technology__sub-title {
        text-align: center;
        font-size: 3.375em
    }
}

.technology__container {
    background-color: #f6f6f6;
    padding-top: 3.75em;
    padding-bottom: 3.75em
}

@media only screen and (max-width:768px) {
    .technology__container {
        padding-top: 0
    }
}

.technology__list-of-modes {
    margin-top: 4.75em
}

.technology__bgi {
    display: inline-block;
    width: 43.375em;
    height: 22.5em;
    background-color: #030303;
    background-image: url(../images/cars/actyon/engine-2.jpg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
    .technology__bgi {
        display: none
    }
}

.technology__img {
    width: 24em
}

@media only screen and (max-width:768px) {
    .technology__img {
        width: 100%
    }
}

.technology__carousel_static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .technology__carousel_static {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:769px) {
    .technology__info {
        margin-left: 5em;
        margin-right: 5em
    }
}

.technology__info-item {
    margin-bottom: 1.5em
}

.technology-safety {
    position: relative;
    margin: 2em 0 3em
}

@media only screen and (min-width:769px) {
    .technology-safety {
        height: 33.75em
    }
}

.technology-safety__bg {
    background: no-repeat center;
    background-size: auto 100%
}

@media only screen and (min-width:769px) {
    .technology-safety__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.technology-safety__content {
    position: relative;
    padding: 2.5em
}

@media only screen and (min-width:769px) {
    .technology-safety__content {
        width: 29.375em;
        padding-top: 3.125em
    }
}

.technology-safety__content p {
    font-size: .875em;
    line-height: 1.4285714286em
}

@media only screen and (max-width:768px) {
    .technology-safety__content p {
        font-size: 1.375em
    }
}

.technology-safety__title {
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
    letter-spacing: 0;
}

.technology-safety__container {
    height: 100%
}

.technology-safety__awd {
    width: 17em;
    margin-bottom: 1em
}

.technology-braking {
    margin: 2em auto
}

.technology-braking__image {
    display: block;
    margin: 2em auto;
    width: 100%
}

.technology-braking__info {
    font-size: .875em
}

@media only screen and (min-width:769px) {
    .list-of-modes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.list-of-modes__img {
    width: 13.5625em;
    height: 6.75em;
    margin-bottom: 2.25em
}

@media only screen and (min-width:769px) {
    .list-of-modes__item {
        width: 23.75em
    }
}

@media only screen and (max-width:768px) {
    .list-of-modes__item {
        margin-bottom: 3em
    }
}

.list-of-modes__title {
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em
}

@media only screen and (max-width:768px) {
    .list-of-modes__title {
        font-size: 2.25em
    }
}

.list-of-modes__description {
    color: #333;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7857142857em
}

@media only screen and (max-width:768px) {
    .list-of-modes__description {
        font-size: 1.375em
    }
}

.graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em
}

.graph__banner {
    width: 31.25em
}

@media only screen and (max-width:768px) {
    .graph__banner {
        width: 100%
    }
}

.functionality {
    padding-top: 4.375em;
    padding-bottom: 0;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .functionality {
        padding-top: 0
    }
}

.functionality__content {
    box-shadow: 0 0 9px rgba(0, 0, 0, .18);
    background-color: #fff;
    overflow: hidden
}

@media only screen and (min-width:769px) {
    .functionality__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:768px) {
    .functionality__content {
        padding: 40px
    }
}

.functionality__img {
    width: 34.25em;
    height: 21em;
    background-image: url(../images/cars/actyon/func.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width:769px) {
    .functionality__img {
        display: inline-block
    }
}

@media only screen and (max-width:768px) {
    .functionality__img {
        display: block;
        width: 100%
    }
}

@media only screen and (min-width:769px) {
    .functionality__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 34.7em);
        vertical-align: top;
        padding: 2.1875em 3.75em;
        -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
    }
}

.functionality__title {
    color: #003671;
    font-size: 4.5em;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .functionality__title {
        margin: .5em 0
    }
}

.functionality__description {
    color: #333;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857143em
}

@media only screen and (max-width:768px) {
    .functionality__description {
        font-size: 1.375em;
        margin-bottom: 1em
    }
}

.functionality__carousel {
    margin-top: 4.375em
}

.functionality__button {
    font-size: 1.25em;
    width: auto;
    padding-right: 3.375em;
    padding-left: 3.375em
}

@media only screen and (max-width:768px) {
    .functionality__button {
        font-size: 1.625em
    }
}

.spare-parts {
    background-color: #fff
}

.spare-parts__subtitle {
    font-size: .875em;
    color: #1a4a7f;
    font-weight: 700;
    line-height: 2.1428571429em;
    text-transform: uppercase;
    margin-top: 1.7857142857em;
    margin-bottom: 1.7857142857em
}

@media only screen and (max-width:768px) {
    .spare-parts__subtitle {
        font-size: 1.375em
    }
}

.spare-parts__subtitle::before {
    margin-right: 1.7857142857em;
    content: '';
    display: inline-block;
    width: 4.8571428571em;
    height: 4.8571428571em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.spare-parts__subtitle_safety::before {
    background-image: url(/uploads/icon/safety-icon.svg)
}

.spare-parts__subtitle_compatibility::before {
    background-image: url(/uploads/icon/compatibility-icon.svg)
}

.spare-parts__subtitle_warranty::before {
    background-image: url(/uploads/icon/warranty-icon.png)
}

@media only screen and (min-width:769px) {
    .spare-parts__column {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding-right: 4.375em;
        margin-bottom: 3.75em
    }
}

.spare-parts__title {
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em
}

@media only screen and (max-width:768px) {
    .spare-parts__title {
        font-size: 2.25em
    }
}

.spare-parts__list {
    padding-top: 4.625em;
    padding-bottom: 4.625em;
    text-align: center
}

.spare-parts__text {
    color: #333;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.4285714286em
}

@media only screen and (max-width:768px) {
    .spare-parts__text {
        font-size: 1.375em
    }
}

.spare-parts hr {
    border: none;
    color: #cdcdcd;
    height: 1px;
    background-color: #cdcdcd;
    opacity: .5
}

.spare-parts-item {
    cursor: pointer;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    margin: .625em .3125em;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    padding: 2em 2.5em;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:769px) {
    .spare-parts-item {
        width: 23.75em;
        height: 16.875em;
        background-position: 0 0;
        background-size: 24em
    }
}

@media only screen and (max-width:768px) {
    .spare-parts-item {
        width: 100%;
        height: 20.875em
    }
}

.spare-parts-item__title {
    color: #1a4a7f;
    font-weight: 700;
    font-size: 2.25em;
    font-weight: 400
}

.system-description {
    display: block;
    padding-left: 6.25em;
    position: relative
}

.system-description__title {
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em
}

@media only screen and (max-width:768px) {
    .system-description__title {
        font-size: 2.25em
    }
}

.system-description__text {
    color: #333;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5em
}

@media only screen and (max-width:768px) {
    .system-description__text {
        font-size: 1.375em
    }
}

.system-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4.25em;
    height: 4.25em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media only screen and (min-width:769px) {
    .system-description_esp {
        padding-left: 18.75em
    }
}

@media only screen and (max-width:768px) {
    .system-description_esp {
        padding-top: 9.5625em;
        padding-left: 0
    }
}

.system-description_esp::before {
    width: 13.375em;
    height: 8.5625em;
    background-image: url(/uploads/content/2017.3/actyon-esp.png)
}

.system-description_abs::before {
    background-image: url(/uploads/icon/abs-icon.png)
}

.system-description_bas::before {
    background-image: url(/uploads/icon/bas-icon.svg)
}

.system-description_hsa::before {
    background-image: url(/uploads/icon/hsa-icon.svg)
}

.system-description_arp::before {
    background-image: url(/uploads/icon/arp-icon.svg)
}

.system-description_ess::before {
    background-image: url(/uploads/icon/warranty-icon.png)
}

.system-description_ftcs::before {
    background-image: url(/uploads/icon/ftcs-icon.svg)
}

.specification {
    background-color: #fff
}

.specification__wrapper {
    background-color: #fff
}

@media only screen and (min-width:769px) {
    .specification__container {
        padding-bottom: 3.75em
    }

    .specification__container:last-child {
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .specification__container:last-child {
        margin-top: 2em
    }
}

@media only screen and (min-width:769px) {
    .specification__container_grey {
        padding: 0 15.625em;
        padding-bottom: 3.75em;
        background-color: #f6f6f6
    }

    .specification__container_grey:last-child {
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .specification__container_grey {
        padding-left: 1em;
        padding-right: 1em;
        overflow: auto
    }
}

.specification__title {
    margin-top: 0;
    color: #000;
    font-size: 2.25em;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .specification__title {
        text-align: center;
        font-size: 3.375em
    }
}

.specification__carousel {
    margin-top: 3.125em;
    margin-bottom: 3.125em
}

@media only screen and (min-width:769px) {
    .specification__wrap {
        background-color: #f6f6f6;
        padding-top: 3.75em;
        padding-bottom: 3.75em
    }
}

@media only screen and (max-width:768px) {
    .specification__wrap {
        overflow: auto
    }
}

.specification-banner {
    width: 75.0625em;
    height: 26.3125em;
    box-shadow: 0 0 .5625em rgba(0, 0, 0, .18);
    background-color: #fff;
    margin-bottom: 6.375em;
    position: relative;
    max-width: 100%
}

@media only screen and (max-width:768px) {
    .specification-banner {
        height: auto
    }
}

.specification-banner__title {
    color: #003671;
    font-weight: 700;
    font-size: 4.5em;
    font-weight: 400;
    position: absolute;
    top: .45em;
    left: .55em
}

@media only screen and (min-width:769px) {
    .specification-banner__slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.specification-banner__content {
    padding-top: 7.8em;
    padding-left: 2.5em;
    padding-bottom: 1em;
    padding-right: 1em;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.specification-banner__description {
    color: #333;
    font-weight: 400;
    font-size: .875em;
    line-height: 2.1428571429em;
    height: 100%
}

@media only screen and (max-width:768px) {
    .specification-banner__description {
        font-size: 1.3em
    }
}

.specification-banner__description strong {
    font-size: 1.7142857143em;
    line-height: 1.5em
}

.specification-banner__list {
    margin-left: 1em
}

.specification-banner__img {
    width: 44.625em;
    height: 26.3125em
}

.specification-banner__pills span {
    color: #003671;
    font-size: .875em;
    font-weight: 400;
    line-height: 2.5714285714em;
    display: block;
    -webkit-transform: translateY(3.2em);
    transform: translateY(3.2em)
}

.specification-banner__pills .slick-dots li {
    width: calc((100% / 6) - .3em) !important
}

@media only screen and (min-width:769px) {
    .specification-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 5.375em
    }
}

.specification-nav__item {
    color: #333;
    font-size: 1.25em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em
}

@media only screen and (max-width:768px) {
    .specification-nav__item {
        display: inline-block
    }
}

.specification-nav__item.is_active {
    color: #003671
}

.specification-nav__item.is_active::after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .25em;
    background-color: #003671
}

.specification-table {
    font-size: .7619047619em
}

@media only screen and (min-width:769px) {
    .specification-table {
        padding: 3.375em 5.625em
    }
}

@media only screen and (max-width:768px) {
    .specification-table {
        font-size: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.specification-table__header {
    background-color: #fff;
    z-index: 1;
    display: flex !important;
}

.specification-table .collapse-all {
    font-family: Roboto, sans-serif;
    display: inline-block;
    position: absolute;
    font-size: .3888888889em;
    border-bottom: 1px solid;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.specification-table .collapse-all::after {
    content: '';
    display: inline-block;
    height: .5em;
    width: .5em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: .2em;
    margin-left: .4em
}

.specification-table .collapse-all::before {
    content: 'Развернуть все';
    display: inline-block
}

.specification-table .collapse-all.collapse-all-opened::before {
    content: 'Свернуть все'
}

.specification-table .collapse-all.collapse-all-opened::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 0
}

.specification-table h2 {
    margin-top: 0;
    font-size: 2.25em;
    color: #003671;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

.specification-table h3 {
    font-size: 1em;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 2.8125em;
    position: relative
}

.specification-table h3.collapsed {
    border-bottom: 1px solid #cdcdcd
}

.specification-table h3.collapsed::before {
    content: '+';
    background-color: #003671
}

.specification-table h3::before {
    content: '-';
    font-size: 1.5em;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #999;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.3em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 25%
}

.specification-table .group-title.collapsed+.table-wrapper {
    display: none !important
}

.specification-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.specification-table .in_kit {
    display: inline-block;
    height: 1em;
    width: 1em;
    background-color: #003671;
    border-radius: 50%
}

.specification-table tr:first-child td {
    border-top: 1px solid #cdcdcd
}

.specification-table tr td {
    border-bottom: 1px solid #cdcdcd
}

.specification-table td:not(:first-child) {
    width: 15%;
    text-align: center
}

.specification-table thead td {
    font-size: 1em;
    color: #333;
    font-weight: 700;
    padding-top: 1.25em;
    padding-bottom: 1.25em
}

.specification-table thead td:first-child {
    padding-left: 2.8125em
}

.specification-table tbody td {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    padding-top: 1.4285714286em;
    padding-bottom: 1.4285714286em;
    width: 53% !important;
    font-weight: 400 !important;
}

.specification-table tbody td:first-child {
    padding-left: 3.2142857143em;
    width: 33%;
}

.specification-table-title {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:769px) {
    .specification-table-title {
        padding: 3.625em 3.75em;
        padding-bottom: 1.8125em
    }
}

.specification-table-title__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cdcdcd;
    padding-top: .9375em;
    padding-bottom: .9375em
}

@media only screen and (min-width:769px) {
    .specification-table-title__line {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width:768px) {
    .specification-table-title__line {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.specification-table-title__line:first-child {
    padding-top: 0
}

.specification-table-title__line:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.specification-table-title__title {
    color: #003671;
    text-transform: uppercase;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .specification-table-title__title {
        font-size: 2.25em;
        line-height: 1.2;
        margin-bottom: .8em
    }
}

@media only screen and (max-width:768px) {
    .specification-table-title__title {
        font-size: 3em
    }
}

.specification-table-title__cell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    color: #333;
    font-weight: 600
}

.specification-table-title__cell:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    text-align: left
}

@media only screen and (min-width:769px) {
    .specification-table-title__cell:first-child {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

@media only screen and (max-width:768px) {
    .specification-table-title__cell:first-child {
        -ms-flex-preferred-size: 12em;
        flex-basis: 12em
    }
}

@media only screen and (min-width:769px) {
    .specification-table-title__cell {
        font-size: .875em;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%
    }
}

@media only screen and (max-width:768px) {
    .specification-table-title__cell {
        -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
        font-size: 1.5em
    }
}

.dealer-subtitle {
    background-color: #fff
}

.dealer-subtitle__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width:768px) {
    .dealer-subtitle__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.map-popup .dealer-subtitle__container {
    font-size: .8em
}

.dealer-subtitle__list-of-switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:769px) {
    .dealer-subtitle__list-of-switches {
        position: absolute;
        top: -2em;
        right: .5em
    }

    .map-popup .dealer-subtitle__list-of-switches {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle__list-of-switches {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        display: none
    }
}

@media only screen and (min-width:769px) {
    .dealer-subtitle__list {
        bottom: -6.9em;
        left: 0;
        position: absolute
    }

    .map-popup .dealer-subtitle__list {
        bottom: initial;
        top: 3em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle__list {
        position: relative
    }
}

.dealer-subtitle-item {
    height: 3em;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 3em
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-item {
        height: 3.3em;
        margin-right: 1.4em;
        font-size: 1.5em;
        margin-top: 1.8em
    }

    .dealer-subtitle-item:first-child {
        margin-right: 2.5em
    }

    .dealer-subtitle-item:last-child {
        margin-right: 0
    }
}

.dealer-subtitle-item.is_checked .dealer-subtitle-item__name,
.dealer-subtitle-item:hover .dealer-subtitle-item__name {
    color: #003671
}

.dealer-subtitle-item.is_checked::after,
.dealer-subtitle-item:hover::after {
    background-color: #003671
}

.dealer-subtitle-item.is_checked .dealer-subtitle-item__icon_map,
.dealer-subtitle-item:hover .dealer-subtitle-item__icon_map {
    background-image: url(../../uploads/icon/svg-map-hover.svg)
}

.dealer-subtitle-item.is_checked .dealer-subtitle-item__icon_list,
.dealer-subtitle-item:hover .dealer-subtitle-item__icon_list {
    background-image: url(../../uploads/icon/svg-list-hover.svg)
}

.dealer-subtitle-item__icon {
    width: 1.625em;
    height: 1.375em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.2em
}

.dealer-subtitle-item__icon_map {
    background-image: url(../../uploads/icon/svg-map.svg)
}

.dealer-subtitle-item__icon_list {
    background-image: url(../../uploads/icon/svg-list.svg)
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-item__icon_list {
        width: 1.125em;
        height: 1.175em;
        margin-right: .7em
    }
}

.dealer-subtitle-item__name {
    color: #1c1f25;
    font-size: 1.25em;
    font-weight: 400;
    transition: color .2s ease-in
}

.dealer-subtitle-item::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    transition: background-color .2s ease-in
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-item::after {
        height: .3125em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-item::after {
        height: .2em
    }
}

.dealer-subtitle-switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a4a7f;
    font-weight: 400;
    border: 1px solid #1a4a7f;
    transition: all 250ms ease;
    cursor: pointer;
    text-align: center
}

.dealer-subtitle-switches svg {
    margin-left: .5em;
    width: 2em;
    height: 2em;
    padding: .25em
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-switches {
        font-size: .875em;
        margin-left: 1.3em;
        line-height: 1.4285714286em;
        padding-left: 2em;
        padding-right: 2em;
        height: 3.5714285714em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-switches {
        font-size: 1.3em;
        width: 13em;
        height: 3.9em
    }
}

.dealer-subtitle-switches:hover {
    opacity: 1
}

.dealer-subtitle-switches.is_checked {
    background-color: #1a4a7f;
    color: #fff;
    opacity: 1
}

.dealer-subtitle-switches.is_checked .dealer-subtitle-switches__img-color {
    stroke: #fff
}

.dealer-list {
    display: none
}

@media only screen and (min-width:769px) {
    .dealer-list {
        padding-top: 9.375em;
        padding-bottom: 4.375em
    }

    .map-popup .dealer-list {
        padding-top: 4.375em;
        padding-bottom: 0
    }

    .became-dealer__wraper .dealer-list {
        padding-top: 0;
        padding-bottom: 0
    }
}

.dealer-list.is_open {
    display: block
}

.dealer-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dealer-map {
    display: none
}

@media only screen and (min-width:769px) {
    .dealer-map {
        height: 39.6875em
    }
}

@media only screen and (max-width:768px) {
    .dealer-map {
        height: 35.725em
    }
}

.dealer-map.is_open {
    display: block
}

.dealer-subtitle-list {
    box-shadow: 0 0 18px rgba(0, 0, 0, .16);
    background-color: #fff;
    padding: 1.875em 2.5em;
    cursor: pointer;
    z-index: 2
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-list {
        width: 24.25em;
        height: 4.375em
    }

    .is_open-balloon .dealer-subtitle-list {
        display: none !important
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-list {
        width: 35.1em;
        height: 5.175em
    }

    .test-drive .dealer-subtitle-list {
        width: auto
    }
}

.dealer-subtitle-list.is_open .dealer-subtitle-list__dropbox {
    display: block
}

.dealer-subtitle-list__arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, .16)
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-list__arrow {
        height: 4.375em;
        width: 4.375em;
        padding: 1.5625em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-list__arrow {
        height: 100%;
        width: 5.175em;
        padding: 1.8625em
    }
}

.dealer-subtitle-list__current {
    color: #333;
    font-weight: 400
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-list__current {
        font-size: .875em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-list__current {
        font-size: 1.375em
    }
}

.dealer-subtitle-list__dropbox {
    position: absolute;
    z-index: 5;
    display: none;
    width: 100%;
    overflow-y: scroll
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-list__dropbox {
        top: 4.375em;
        left: 0;
        height: 22em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-list__dropbox {
        top: 5.05em;
        left: 0;
        height: 36em
    }
}

.dealer-subtitle-list__item {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .16);
    border-bottom: 0;
    background-color: #fff;
    cursor: pointer
}

@media only screen and (min-width:769px) {
    .dealer-subtitle-list__item {
        font-size: .75em;
        padding: 1em 3.3333333333em
    }
}

@media only screen and (max-width:768px) {
    .dealer-subtitle-list__item {
        font-size: 1.375em;
        padding: 1.775em 2.8571428571em
    }
}

.dealer-subtitle-list__item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .16)
}

.dealer-subtitle-list__item:hover {
    background-color: #f6f6f6
}

.dealer-list-item {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff
}

@media only screen and (min-width:769px) {
    .dealer-list-item {
        width: 18em;
        height: 26em;
        margin-bottom: 1.25em;
        margin-right: 1em;
        box-shadow: 0 0 1.125em rgba(0, 0, 0, .1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map-popup .dealer-list-item {
        font-size: .73em
    }
}

@media only screen and (max-width:768px) {
    .dealer-list-item {
        width: 100%;
        margin-bottom: 2.55em
    }

    .detail-info .dealer-list-item {
        min-height: initial
    }

    .ymaps-b-balloon__content-body .dealer-list-item {
        min-height: initial
    }

    .dealer-list-item:last-child {
        margin-bottom: 0
    }
}

.ymaps-map .dealer-list-item {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-right: 0
}

.ymaps-map .dealer-list-item .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3em;
    text-align: center;
    width: .7em;
    z-index: 2;
    line-height: .8;
    cursor: pointer
}

.dealer-list-item:nth-child(4n) {
    margin-right: 0
}

.map-popup .dealer-list-item:nth-child(4n) {
    margin-right: 1em
}

.map-popup .dealer-list-item:nth-child(3n) {
    margin-right: 0
}

.dealer-list-item__title {
    position: relative;
    font-weight: 700;
    width: 100%;
    padding: .8611111111em 1.1111111111em;
    color: #1a4a7f;
    text-transform: uppercase;
    padding-top: .7em
}

.dealer-list-item__title.service {
    display: none
}

.show-service .dealer-list-item__title.service {
    display: block
}

.dealer-list-item__title.sell {
    display: block
}

.show-service .dealer-list-item__title.sell {
    display: none
}

@media only screen and (min-width:769px) {
    .dealer-list-item__title {
        font-size: 1.625em
    }
}

@media only screen and (max-width:768px) {
    .dealer-list-item__title {
        font-size: 3.1em
    }
}

.ymaps-map .dealer-list-item__title {
    position: relative;
    width: 100%;
    font-size: 2.25em;
    padding: .5em;
    height: auto;
    color: #1a4a7f;
    text-transform: uppercase
}

.dealer-list-item__title:after {
    display: block;
    content: '';
    height: 1px;
    width: calc(100% - .55em);
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0
}

.dealer-list-item__icon {
    width: 1.25em;
    height: 1.5em;
    margin-right: 1.875em;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.dealer-list-item__text {
    color: #333;
    font-weight: 400
}

@media only screen and (min-width:769px) {
    .dealer-list-item__text {
        font-size: .875em;
        line-height: 1.4285714286em
    }
}

@media only screen and (max-width:768px) {
    .dealer-list-item__text {
        font-size: 1.03125em;
        line-height: 1.0227272727em
    }
}

.dealer-list-item__content {
    width: 100%;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.dealer-list-item_detail .dealer-list-item__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:769px) {
    .dealer-list-item__content {
        height: 100%;
        padding-left: 1.828125em;
        padding-right: 1.96875em;
        padding-bottom: 1.40625em;
        padding-top: 1.78125em
    }
}

@media only screen and (max-width:768px) {
    .dealer-list-item__content {
        height: auto;
        padding: 2.1em 3.6em;
        padding-top: 3.6em
    }
}

.ymaps-map .dealer-list-item__content {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    height: 100%
}

.dealer-list-item__service {
    width: 2em;
    height: 2em;
    background-image: url(../../uploads/content/2017.5/icon-service.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .5em;
    margin-right: .5em
}

.detail-info__info .dealer-list-item__service {
    display: none
}

.dealer-list-item__sell {
    width: 2em;
    height: 2em;
    background-image: url(../../uploads/content/2017.5/icon-sell.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .5em;
    margin-right: .5em
}

.detail-info__info .dealer-list-item__sell {
    display: none
}

.dealer-list-item__line {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.dealer-list-item__line.service {
    display: none
}

.show-service .dealer-list-item__line.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dealer-list-item__line.sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.show-service .dealer-list-item__line.sell {
    display: none
}

@media only screen and (max-width:768px) {
    .dealer-list-item__line {
        font-size: 1.5em;
        margin-bottom: 1.5em
    }
}

.dealer-list-item_detail .dealer-list-item__line {
    margin-bottom: 1em
}

.dealer-list-item_detail .dealer-list-item__line:last-child {
    margin-bottom: 0
}

.ymaps-map .dealer-list-item__line {
    margin-bottom: 1em;
    width: 100%
}

.dealer-list-item__line_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.dealer-list-item__line_address .dealer-list-item__icon {
    width: 1.875em;
    margin-right: 1.175em;
    background-image: url(../../uploads/content/2017.5/icon-marker.svg)
}

@media only screen and (max-width:768px) {
    .dealer-list-item__line_address .dealer-list-item__icon {
        width: 2.25em;
        height: 2.4375em;
        margin-right: 2.275em
    }
}

.dealer-list-item__line_phone .dealer-list-item__icon {
    background-image: url(../../uploads/content/2017.5/icon-phone.svg)
}

@media only screen and (max-width:768px) {
    .dealer-list-item__line_phone .dealer-list-item__icon {
        width: 1.1875em;
        height: 1.9375em;
        margin-right: 3.375em
    }
}

.dealer-list-item__line_email .dealer-list-item__icon {
    background-image: url(../../uploads/icon/email-icon.png)
}

@media only screen and (max-width:768px) {
    .dealer-list-item__line_email .dealer-list-item__icon {
        width: 1.375em;
        height: 1.75em;
        margin-right: 3.1em
    }
}

.dealer-list-item__line_link .dealer-list-item__icon {
    background-image: url(../../uploads/content/2017.5/icon-link.svg)
}

@media only screen and (max-width:768px) {
    .dealer-list-item__line_link .dealer-list-item__icon {
        width: 1.8125em;
        height: .875em;
        margin-right: 2.7em
    }
}

.dealer-list-item__button {
    width: 100% !important
}

.dealer-list-item_detail .dealer-list-item__button {
    display: none
}

@media only screen and (max-width:768px) {
    .dealer-list-item__button {
        font-size: 1.85em
    }
}

.map-marker {
    position: absolute;
    left: 0;
    top: -3.5em;
    width: 2.375em;
    height: 3.5em;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-image: url(../../uploads/icon/marker-icon.svg)
}

.dealer-current {
    display: none
}

.detail-info {
    display: none
}

.detail-info.is_open {
    display: block
}

@media only screen and (min-width:769px) {
    .detail-info__container {
        padding-top: 1em;
        padding-bottom: 1em
    }
}

@media only screen and (min-width:769px) {
    .detail-info__map {
        display: inline-block;
        height: 26em;
        width: calc(100% - 20.5em)
    }

    .detail-info__map .ymaps-map {
        height: 100%
    }
}

@media only screen and (max-width:768px) {
    .detail-info__map {
        width: 100%
    }

    .detail-info__map .ymaps-map {
        width: 100%;
        height: 26em !important
    }
}

.detail-info__info .dealer-list-item {
    margin: 0;
    width: 100%
}

@media only screen and (min-width:769px) {
    .detail-info__info {
        display: inline-block;
        vertical-align: top;
        width: 20em
    }
}

@media only screen and (max-width:768px) {
    .detail-info__info {
        display: block;
        width: 100%
    }
}

.arrow {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../uploads/icon/arrow-icon.svg);
    transition: all .3s ease
}

@-webkit-keyframes dealer-subtitle-list-arrow {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(0, .3em, 0);
        transform: translate3d(0, .3em, 0)
    }

    85% {
        -webkit-transform: translate3d(0, -.3em, 0);
        transform: translate3d(0, -.3em, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes dealer-subtitle-list-arrow {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(0, .3em, 0);
        transform: translate3d(0, .3em, 0)
    }

    85% {
        -webkit-transform: translate3d(0, -.3em, 0);
        transform: translate3d(0, -.3em, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.top-button {
    position: fixed;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #3d3d3d;
    bottom: 1em;
    right: 1em;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    cursor: pointer;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .top-button {
        display: none !important
    }
}

.top-button svg {
    width: 60%
}

.is_fixed-submenu .top-button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.footnote {
    position: relative
}

.footnote::after {
    display: inline-block;
    content: '*';
    position: absolute;
    color: inherit;
    top: -.3em;
    right: -.4em;
    font-size: .6em
}

.feedback {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .feedback {
        padding: 0 2.5em
    }
}

.feedback__description {
    font-size: 1.125em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2.2em;
    width: 100%
}

@media only screen and (min-width:769px) {
    .feedback__description {
        width: 46.8888888889em
    }
}

.feedback__description p {
    margin-top: 0;
    margin-bottom: 0
}

.feedback__description:last-child {
    margin-top: 1em;
    margin-bottom: 0
}

.feedback__container {
    padding-bottom: 6.3em
}

.feedback hr {
    margin-top: 0
}

.feedback__disclaimer {
    font-weight: 400;
    color: #999
}

@media only screen and (min-width:769px) {
    .feedback__disclaimer {
        font-size: .5em;
        line-height: 1.7857142857em
    }
}

@media only screen and (max-width:768px) {
    .feedback__disclaimer {
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.2em
    }
}

.feedback-form__input_textarea .feedback__disclaimer {
    font-size: .6em
}

@media only screen and (max-width:768px) {
    .feedback-form__input_textarea .feedback__disclaimer {
        font-size: 1.5em
    }
}

.feedback__link {
    color: #1a4a7f;
    text-decoration: underline
}

.feedback-form {
    background-color: #f6f6f6;
    padding: 3.125em;
    padding-top: 2.7em
}

@media only screen and (min-width:769px) {
    .feedback-form {
        width: 50em
    }
}

@media only screen and (max-width:768px) {
    .feedback-form {
        width: 100%
    }
}

.feedback-form__wrapper {
    position: relative;
    margin-bottom: 1em
}

.feedback-form__title {
    font-size: 1.875em;
    color: #1a4a7f;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    margin-bottom: .7em
}

.feedback-form__input {
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media only screen and (min-width:769px) {
    .feedback-form__input {
        width: 48%
    }
}

@media only screen and (max-width:768px) {
    .feedback-form__input {
        width: 100%;
        margin-bottom: 1em
    }
}

@media only screen and (max-width:768px) {
    .feedback-form__input_increased-margin {
        margin-bottom: 2.5em !important
    }
}

.feedback-form__input.is_hiding {
    opacity: 0;
    pointer-events: none
}

@media only screen and (max-width:768px) {
    .feedback-form__input.is_hiding {
        display: none
    }
}

.feedback-form__input:nth-child(even) {
    margin-right: .8em
}

.feedback-form__input:nth-child(odd) {
    margin-bottom: 1.2em
}

.feedback-form__input_check {
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1.6em !important
}

.feedback-form__input_textarea {
    width: 100% !important
}

.feedback-form__img {
    display: block;
    width: 48%;
    height: auto;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0
}

.feedback-form__button {
    width: 48%
}

.history__wrapper ul li {
    font-size: .875em;
    line-height: 1.71;
}

.test-drive {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .test-drive {
        padding: 0 2.5em
    }
}

.test-drive__description {
    font-size: 1.125em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2.2em
}

@media only screen and (min-width:769px) {
    .test-drive__description {
        width: 46.8888888889em
    }
}

@media only screen and (max-width:768px) {
    .test-drive__description {
        width: 100%
    }
}

.test-drive__description p {
    margin-top: 0;
    margin-bottom: 0
}

.test-drive__container {
    padding-bottom: 6.3em
}

.test-drive-step1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .test-drive-step1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.test-drive-step1__item {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:769px) {
    .test-drive-step1__item {
        width: 24.1875em;
        height: 24.5em;
        padding-top: 1.875em;
        padding-bottom: 1.075em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-step1__item {
        width: 100%;
        height: auto;
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
}

.test-drive-step1__name {
    color: #333;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (min-width:769px) {
    .test-drive-step1__name {
        font-size: 1.5em;
        line-height: 1.5em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-step1__name {
        font-size: 3em
    }
}

@media only screen and (min-width:769px) {
    .test-drive-step1__img {
        width: 23.1875em;
        height: 10.875em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-step1__img {
        width: auto;
        height: 17.875em
    }
}

.test-drive-step1__button {
    width: 15.05em;
    height: 3.475em;
    padding-top: 1.25em
}

@media only screen and (max-width:768px) {
    .test-drive-step1__button {
        font-size: 1.7em
    }
}

.test-drive-subtitle {
    border-top: 1px solid rgba(142, 142, 142, .2);
    background-color: #fff
}

.test-drive-subtitle__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width:769px) {
    .test-drive-subtitle__container {
        height: 3.8em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-subtitle__container {
        height: 6em;
        padding-left: 2.7em;
        padding-right: 1.5em
    }
}

.test-drive-subtitle__item {
    font-weight: 400;
    color: #ccc;
    display: inline-block;
    cursor: pointer;
    padding-top: .5em;
    position: relative
}

@media only screen and (min-width:769px) {
    .test-drive-subtitle__item {
        font-size: 1.65em;
        margin-right: 3.6111111111em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-subtitle__item {
        font-size: 1.75em;
        margin-right: 2.5em
    }
}

.test-drive-subtitle__item::after {
    content: '';
    display: inline-block;
    width: .3em;
    height: .3em;
    border-bottom: .11em solid #000;
    border-right: .11em solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute
}

@media only screen and (min-width:769px) {
    .test-drive-subtitle__item::after {
        top: .9em;
        right: -1.9em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-subtitle__item::after {
        top: 1.4em;
        right: -1.4em
    }
}

.test-drive-subtitle__item:last-child {
    margin-right: 0
}

.test-drive-subtitle__item:last-child::after {
    display: none
}

.test-drive-subtitle__item.is_current {
    color: #000;
    border-bottom: .1388888889em solid #000
}

.test-drive-subtitle__item.is_complited {
    color: #1a4a7f;
    border-bottom: .1388888889em solid #1a4a7f
}

.test-drive-subtitle__item.is_complited::before {
    content: '';
    display: inline-block;
    width: .7em;
    height: .45em;
    left: -1em;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE5IDE2Ij48cGF0aCBmaWxsPSIjMWE0YTdmIiBkPSJNNi41IDkuNjJMMTUuMjYgMSAxOCAzLjcgNi41IDE1bC0xLjY2LTEuNjNMLjcgOS4zbDIuNzItMi43MnoiLz48L3N2Zz4=);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (min-width:769px) {
    .test-drive-subtitle__item.is_complited::before {
        top: .9em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-subtitle__item.is_complited::before {
        top: 1.4em
    }
}

.test-drive-form {
    background-color: #f6f6f6;
    padding: 3.125em;
    padding-top: 2.7em
}

@media only screen and (min-width:769px) {
    .test-drive-form {
        width: 50em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-form {
        width: 100%
    }
}

.test-drive-form__wrapper {
    position: relative;
    margin-bottom: 2.7em
}

.test-drive-form__title {
    font-size: 1em;
    color: #1a4a7f;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    margin-bottom: 1.1em;
    font-family: firaRegular;
    font-feature-settings: 'case' on;
}

.test-drive-form__input {
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width:769px) {
    .test-drive-form__input {
        width: 48%
    }

    .test-drive-form__input:nth-child(even) {
        margin-right: .8em
    }

    .test-drive-form__input:nth-child(odd) {
        margin-bottom: 1.2em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-form__input {
        width: 100%;
        margin-bottom: 1.2em
    }
}

.test-drive-form__input_check {
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1.6em !important
}

.test-drive-form__img {
    display: block;
    height: auto
}

@media only screen and (min-width:769px) {
    .test-drive-form__img {
        width: 48%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width:768px) {
    .test-drive-form__img {
        width: 100%
    }
}

.test-drive-form__button {
    width: 48%
}

.test-drive-form__dealer {
    position: relative;
    display: none
}

.test-drive-form__dealer.is_active {
    display: block
}

.test-drive-form__dealer-name {
    padding: .1em;
    display: inline-block
}

@media only screen and (max-width:768px) {
    .test-drive-form__dealer-name {
        font-size: 1.5em
    }
}

.test-drive-form__close {
    display: inline-block;
    margin-left: .5em;
    cursor: pointer
}

.test-drive-form.is_success .test-drive-form__close {
    pointer-events: none
}

.test-drive-form__dealer-marker {
    color: #1a4a7f;
    line-height: 1.429;
    text-align: left;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    text-decoration-style: dotted;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 3em
}

@media only screen and (min-width:769px) {
    .test-drive-form__dealer-marker {
        font-size: .875em
    }
}

@media only screen and (max-width:768px) {
    .test-drive-form__dealer-marker {
        font-size: 1.575em;
        margin-top: 1em
    }
}

.test-drive-form__dealer-marker.is_error {
    color: red
}

.test-drive-form__dealer-marker.is_hidden {
    display: none !important
}

.test-drive-form__dealer-marker::before {
    content: '';
    position: absolute;
    width: 2.2857142857em;
    height: 2.6428571429em;
    background-image: url(../../uploads/icon/icon-dealers-dark-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: .3em;
    left: 0
}

.became-dealer__content {
    padding: 3.75em 6.25em
}

.became-dealer__content p {
    font-size: .875em;
    color: #333;
    line-height: 1.7857142857em
}

.became-dealer__content p b {
    font-size: 1.7142857143em;
    line-height: 1.5em
}

.became-dealer__wraper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.became-dealer__col {
    display: inline-block
}

.became-dealer__footer {
    background-color: #fff
}

.simple-list {
    color: #1a4a7f
}

.simple-list p {
    color: #333
}

.manuals {
    background-color: #f6f6f6;
    padding-top: 3.125em;
    padding-bottom: 3.125em
}

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

.manuals__item {
    margin: .3125em
}

.manuals-item {
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
    padding: 1.9375em 2.375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:769px) {
    .manuals-item {
        width: 17.75em;
        height: 24.3125em;
        transition: all .2s ease-out
    }

    .manuals-item:hover {
        box-shadow: 0 .125em 1.625em rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-.125em);
        transform: translateY(-.125em)
    }

    .manuals-item:active {
        box-shadow: 0 0 1.125em rgba(0, 0, 0, .1);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width:768px) {
    .manuals-item {
        width: 100%;
        height: auto
    }
}

.manuals-item__title {
    color: #1a4a7f;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .manuals-item__title {
        font-size: 2.25em
    }
}

@media only screen and (max-width:768px) {
    .manuals-item__title {
        font-size: 4.25em
    }
}

.manuals-item__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media only screen and (min-width:769px) {
    .manuals-item__img {
        width: 12.5em;
        height: 6.0625em
    }
}

@media only screen and (max-width:768px) {
    .manuals-item__img {
        width: 100%;
        height: 19em
    }
}

.manuals-item__description {
    color: #333;
    font-weight: 400
}

@media only screen and (min-width:769px) {
    .manuals-item__description {
        font-size: .875em;
        width: 13.8571428571em;
        height: 3.7857142857em;
        line-height: 1.4285714286em
    }
}

@media only screen and (max-width:768px) {
    .manuals-item__description {
        font-size: 1.475em;
        margin-bottom: 1em;
        margin-top: 1em
    }
}

.manuals-item__button {
    width: 100%
}

@media only screen and (max-width:768px) {
    .manuals-item__button {
        font-size: 2em
    }
}

.about {
    background-color: #f6f6f6
}

.about__content {
    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
}

@media only screen and (min-width:769px) {
    .about__content {
        margin-top: 4em;
        margin-bottom: 4em
    }
}

@media only screen and (max-width:768px) {
    .about__content {
        margin-top: 1em;
        margin-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.about__content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__big-number {
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 6em;
    line-height: 1
}

.about__discription {
    display: inline-block;
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em
}

@media only screen and (min-width:769px) {
    .about__discription {
        margin-right: 2em;
        width: 35.4166666667em
    }
}

@media only screen and (max-width:768px) {
    .about__discription {
        width: 100%
    }
}

.about .hr {
    border: none;
    color: #dadada;
    background-color: #dadada;
    height: .0625em
}

.about__item {
    display: block;
    margin-bottom: 1.25em
}

.about-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width:768px) {
    .about-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-item:last-child .about-item__arrow {
    display: none
}

.about-item__date-block {
    display: block;
    width: 9.375em;
    position: relative
}

.about-item__date {
    color: #1a4a7f;
    font-size: 4.5em;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .about-item__arrow {
        width: 1px;
        height: calc(100% - 100px);
        border-left: .125em solid #dadada;
        position: absolute;
        bottom: 0;
        left: 3.6em
    }

    .about-item__arrow::after {
        position: absolute;
        display: block;
        width: 1.5em;
        height: 1.5em;
        content: ' ';
        border-left: .125em solid #dadada;
        border-bottom: .125em solid #dadada;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: .2em;
        left: -.9em
    }
}

.about-item__description {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .about-item__description {
        width: 100%;
        padding: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:769px) {
    .about-item__description {
        width: 59.875em;
        padding: 1.875em 3.8125em
    }
}

.about-item__text {
    display: inline-block;
    color: #333;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5em
}

@media only screen and (min-width:769px) {
    .about-item__text {
        width: 20em
    }
}

@media only screen and (max-width:768px) {
    .about-item__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%
    }
}

.about-item__text_only {
    width: 100% !important
}

.about-item__text_small {
    display: block !important;
    color: #333;
    font-weight: 400;
    margin-top: .5em
}

@media only screen and (min-width:769px) {
    .about-item__text_small {
        width: 33em;
        font-size: .7em;
        line-height: 1.4285714286em
    }
}

@media only screen and (max-width:768px) {
    .about-item__text_small {
        font-size: 1em
    }
}

.about-item__img {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media only screen and (min-width:769px) {
    .about-item__img {
        width: 20.5em;
        height: 12.5em
    }
}

@media only screen and (max-width:768px) {
    .about-item__img {
        width: 100%;
        height: 22.5em;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: .5em
    }
}

.warranty {
    position: relative
}

.warranty__bg-top-line {
    height: 5.1875em;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.warranty__img {
    width: 100%;
    height: auto;
    margin-bottom: -.3em
}

.warranty__intro {
    width: 100%;
    height: auto
}

@media only screen and (min-width:769px) {
    .warranty__intro {
        margin-bottom: 4.6em
    }
}

@media only screen and (max-width:768px) {
    .warranty__intro {
        margin-bottom: 2em
    }
}

.warranty__title {
    position: relative;
    padding: 2.4375em 4.375em;
    background-color: #1a4a7f
}

@media only screen and (max-width:768px) {
    .warranty__title {
        padding-right: 12.8em
    }
}

.warranty__title-text {
    display: inline-block;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width:769px) {
    .warranty__title-text {
        font-size: 2.375em
    }
}

@media only screen and (max-width:768px) {
    .warranty__title-text {
        font-size: 1.775em
    }
}

.warranty__star {
    position: absolute;
    bottom: 0;
    width: 12.625em;
    height: 12.625em;
    background-image: url(../../uploads/content/2017.5/warranty_star.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (max-width:768px) {
    .warranty__star {
        right: 0
    }
}

@media only screen and (min-width:769px) {
    .warranty__star {
        right: 5.275em
    }
}

.warranty__attention-block {
    margin-bottom: 2.6em
}

@media only screen and (max-width:768px) {
    .warranty__attention-block {
        font-size: .7em;
        padding: 1em
    }
}

.warranty__text {
    display: block;
    color: #333;
    font-weight: 400;
    line-height: 1.5em
}

@media only screen and (min-width:769px) {
    .warranty__text {
        width: 50.5em;
        font-size: 1.25em;
        margin-bottom: 2em
    }
}

@media only screen and (max-width:768px) {
    .warranty__text {
        font-size: 1.8em;
        width: 100%;
        padding-left: .5em;
        padding-right: .5em;
        margin-bottom: .6em
    }
}

.warranty__text_small {
    display: block !important;
    color: #333;
    font-weight: 400;
    line-height: 1.4285714286em;
    margin-top: .5em
}

@media only screen and (min-width:769px) {
    .warranty__text_small {
        width: 63em;
        font-size: 1em;
        margin-bottom: 4em
    }
}

@media only screen and (max-width:768px) {
    .warranty__text_small {
        font-size: 1.5em;
        margin-bottom: 2em
    }
}

.warranty__attention {
    color: #1a4a7f;
    font-size: 4.5em;
    font-weight: 400;
    text-transform: uppercase
}

.warranty__attention_small {
    font-variant: small-caps;
    font-size: 3.1em;
    margin-right: .8em
}

.warranty__attention_small:nth-of-type(4) {
    margin-left: .7em !important;
    margin-right: .1em !important
}

@media only screen and (min-width:769px) {
    .warranty__button {
        font-size: 1.1em;
        margin-bottom: 5.6em
    }
}

@media only screen and (max-width:768px) {
    .warranty__button {
        font-size: 2em;
        margin: 0 auto;
        margin-bottom: 1.6em;
        display: block;
        margin-left: .5em;
        margin-right: .5em;
        margin-top: 1.6em
    }
}

.history {
    position: relative
}

.history__footnote {
    font-size: .75em;
    color: #1a4a7f;
    margin-top: 2em
}

@media only screen and (max-width:768px) {
    .history__footnote {
        font-size: 1.25em
    }
}

.history__logo {
    width: 4em;
    height: 3.25em;
    margin-left: .5em;
    margin-right: .5em
}

.history__timeline-text {
    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
}

.history__timeline-text span {
    font-size: 2.25em;
    font-weight: 700;
    color: #1a4a7f
}

.history__bg-top-line {
    height: 5.1875em;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.history__img {
    width: 100%
}

.history__wrapper {
    background-color: #fff
}

@media only screen and (min-width:769px) {
    .history__wrapper {
        padding: 3.4375em 6.25em
    }
}

@media only screen and (max-width:768px) {
    .history__wrapper {
        padding-left: 3em;
        padding-right: 1em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

.history__subtitle {
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    color: #333;
    margin-top: 0;
    margin-bottom: 1.0416666667em
}

@media only screen and (min-width:769px) {
    .history__subtitle {
        font-size: 1.5em
    }
}

@media only screen and (max-width:768px) {
    .history__subtitle {
        font-size: 1.7em
    }
}

.history__wrapper p {
    line-height: 1.71;
    text-align: left;
    margin-bottom: 1em
}

@media only screen and (min-width:769px) {
    .history__wrapper p {
        font-size: .875em;
    }
}

@media only screen and (max-width:768px) {
    .history__wrapper p {
        font-size: 1.375em
    }

    .history__wrapper a {
        font-size: 1.375em !important;
        margin-bottom: 5px
    }
}

.history__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em
}

@media only screen and (max-width:768px) {
    .history__timeline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:769px) {
    .history__timeline-item {
        height: 14em
    }
}

@media only screen and (max-width:768px) {
    .history__timeline-item {
        height: 18em
    }

    .history__timeline-item:first-child {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .history__timeline-item:last-child {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.history__timeline-item_date {
    width: 14.1875em;
    height: 5.5em
}

@media only screen and (max-width:768px) {
    .history__timeline-item_date {
        height: 15.5em;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.history__timeline {
    margin-top: 2.625em;
    margin-bottom: 3.625em
}

.history__items {
    display: none
}

.history__items.is_active {
    display: block
}

.home-popup__wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.home-popup__content {
    width: 100%
}

.home-popup__title {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700
}

.home-popup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 1em
}

.thumbs {
    width: 32%;
    text-decoration: none
}

.thumbs:hover .brochure-item__title {
    color: #1a4a7f
}

.thumbs__title {
    font-size: 1em;
    color: #000;
    text-align: left
}

.thumbs__img {
    width: 100%;
    height: 10.5em;
    margin-bottom: -.1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

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

.thumbs__button_price {
    background-color: #1cb7e9 !important
}

a.logo_class {
    display: block;
    width: 200px;
}

.logo_class>img {
    width: 100%
}

.copyrights {
    padding: 15px 0;
}


.pagination-centered {
    text-align: center;
}

.pagination {
    height: 36px;
    width: 100%;
    font-family: Arimo, Arial, Helvetica, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

ul {
    padding: 0;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #FFF;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.red {
    background: red;
    color: #fff
}


.contact__title {
    color: #1a4a7f;
    font-weight: 400;
    font-size: 1em;
    font-weight: bold;
    line-height: 0;
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}


.right {
    float: right;
}


.contact_info__col,
.contact_info__col a {
    display: flex;
    justify-content: center;
    align-items: flex;
    flex-direction: column;
    width: 100%;
    color: #1c1f25;
}


.contact_info__col a {
    display: flex;
    justify-content: center;
    align-items: flex;
    flex-direction: column;
    width: 100%;
    color: #1c1f25;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-family: FiraRegular;
    font-feature-settings: 'case' on;
}

.car_gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
}

.car__gallery--cont {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.car__gallery--contd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.car__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
}

.car__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
}

.car__price p {
    margin-top: 0px
}

.car__info .about-model__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
}

.car__info .about-model__info .icon {
    width: 2.5rem;
    height: 2.5rem;
}


.car__info .about-model__text {
    font-size: 16px
}

.car__info .about-model__text strong {
    font-size: 14px
}

.car__info .about-model__info-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.car__details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}


.car__gallery--cont .slide__img {
    /* width: 100% !important; */
    height: 100%;
    height: 253px;
    object-fit: cover !important;
}


.slider-nav .slide__img {
    height: 100px;
}



.car__price .about-model__text {
    font-size: 16px;
}



.car__price .about-model__info-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}



.showroom__car {
    displaY: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    /* overflow: hidden; */
    padding-bottom: 25px;
    padding-top: 25px;
}

.showroom__car {
    transition: all .2s ease-out;
    box-shadow: 0 0 1.125em rgba(0, 0, 0, .16);
    background-color: #fff;
}


.car__model-gallery {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 75em;
    position: relative;
    /* left: 0; */
    /* top: 0; */
    width: 50%;
    /* float: left; */
}

.car.slick-initialized.slick-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* overflow: hidden; */
    flex-direction: column;
    position: relative;
}

.showroom .about-model--desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /* height: 100%; */
    padding: 0 15px;
}

.showroom .product-page__about-model {
    width: 100%;
}

.showroom .about-model__description {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 25px; */
}

.showroom .about-model__info {
    /* margin-right:0; */
}


.news__container.container.showroom {
    margin-top: 0;
}

.showroom .about-model {
    margin-top: 0
}

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

.showroom .slick-prev {
    height: 1.25em;
    width: 1.25em;
    left: 2.4375em;
    border-bottom: 4px solid #1a4a7f;
    border-left: 4px solid #1a4a7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.showroom .slick-next {
    height: 1.25em;
    width: 1.25em;
    border-bottom: 4px solid #1a4a7f;
    border-right: 4px solid #1a4a7f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2.4375em;
}


.showroom .price_item {
    font-size: 2.2em;
    color: red;
    margin-top: 18px;
    display: block;
}

.showroom .about-model .about-model__info {
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.showroom .about-model .about-model__info:last-child {
    border-right: 0px;
}

.showroom .slick-next,
.showroom .slick-prev {
    top: auto !important;
}

.button_spec {
    font-family: 'FiraRegular';
    font-feature-settings: 'case' on;
    margin-left: 1em;
}

.showroom .about-model__title {
    color: #003671;
    font-weight: bold;
    width: 100%;
}

.showroom .about-model__title>a {
    text-decoration: none;
    color: #1a4a7f;
}

.about-model__text span {
    font-weight: bold;
}



.change_image {
    padding: 15px;
}

.change_image>img {
    width: 100%;
}

.inlineblocks p {
    line-height: 23px;
    font-size: 1.02em;
}

.crush_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.crush_image>img {
    width: 50%;
}


.image_made_in {
    background: #042f65;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.image_made_in>img {
    width: 50%;
}

@media only screen and (max-width: 768px) {

    .news-detail__text iframe {
        width: 100% !important
    }

    .button_spec {
        width: 150px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        margin-top: 20px;
        margin-lefT: 0;
    }

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

    .dropdown-menu__text {
        font-family: FiraRegular;
        font-size: 0.6em;
    }

    .banner__pills {
        left: 0;
        width: 35.3em;
        right: 0;
        margin: 0 auto;
        bottom: -37px;
    }

    .crush_image {
        padding: 15px 20px
    }

    .crush_image>img {
        width: 100%;
    }

    .specification-table__header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .inlineblocks {
        width: 100% !Important;
    }

    .inlineblocks p {
        line-height: 14px
    }

    .technology-safety__bg,
    .interior-style__bg {
        background: no-repeat center;
        background-size: 100%;
        width: 100%;
        height: 217px;
    }

    .showroom__car {
        flex-direction: column;
    }

    .car__model-gallery {
        width: 100%;
    }

    .showroom .about-model__description {
        flex-direction: column;
        width: 100%;
    }

    .showroom .about-model .about-model__info {
        width: 100%;
        margin-bottom: 10px;
        align-items: center;
    }

    .showroom .about-model .about-model__info {
        border-right: none;
    }

    .showroom .about-model__info-item {
        margin-bottom: 3px;
    }





    .news__container {
        padding-top: 0px;
    }

    .history__wrapper img {
        width: 100%;
        height: auto !important;
    }

    .footer-nav__item {
        line-height: 14px;
    }

    .footer-submenu {
        margin-bottom: 1em;
    }

    .footer {
        padding-bottom: 2.5em
    }

    a[href^="/car"] .dropdown-menu__img {

        width: 3.461538em;
    }

    .dropdown-menu_model .dropdown-menu__text {
        font-size: 0.6em
    }

    .header-nav-item__title {
        font-size: 0.7em;
    }

    .header-nav-item__dropdown {
        display: none;
    }


    .header-nav-item__dropdown.is_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* position: absolute; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 4.55em;
        left: 0;
        height: auto;
        width: 100%;
    }

    .footer__submenu .footer-nav__col {
        text-align: center;
    }

    .footer__submenu .footer-nav__col:last-child {

        justify-content: center;
    }

    .logo_class {
        display: block;
        width: auto !important
    }


    .copyrights .container {
        width: 100%
    }

    .copyrights .col-sm-4 {
        width: 33%;
        float: left;
    }

    .showroom .price_item {
        line-height: 20px;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        float: left;
        margin-top: -6px;
        margin-left: 10px;
        margin-top: 0;
        margin-left: 0;
    }

    .about-model__description h2 {
        text-align: center;
    }
}

.news-detail__header-img {
    display: none;
}

#gform_fields_3 {
    list-style-type: none;
}

.news-detail__text iframe {
    display: block;
    margin: 0 auto;
}