@import "../css/menu.css";
@import "https://stock.winner.ua/css/footer.css";

/*BEGIN GENERAL SETTINGS*/
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}

p, a, span, td, h1, h2, h3, input, li, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}

*::after, *::before {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}

p::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

p::selection {
    color: #72a2e3;
    background: transparent;
}

a::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

a::selection {
    color: #72a2e3;
    background: transparent;
}

li::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

li::selection {
    color: #72a2e3;
    background: transparent;
}

span::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

span::selection {
    color: #72a2e3;
    background: transparent;
}

h1::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

h1::selection {
    color: #72a2e3;
    background: transparent;
}

h2::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

h2::selection {
    color: #72a2e3;
    background: transparent;
}

h3::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

h3::selection {
    color: #72a2e3;
    background: transparent;
}

td::-moz-selection {
    color: #72a2e3;
    background: transparent;
}

td::selection {
    color: #72a2e3;
    background: transparent;
}

input::-moz-selection {
    color: #255ca8 !important;
    background: #d5e6ff;
}

input::selection {
    color: #255ca8 !important;
    background: #d5e6ff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

p, h1, h2, h3 {
    cursor: default;
}

a {
    text-decoration: none !important;
    color: inherit;
}

body, html {
    overflow-x: hidden;
    background: #fff;
}

body, .container .row {
    font-family: arial;
    font-weight: 500;
    font-size: 10px;
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1281px) {
    .container {
        width: 1260px;
    }
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.scroll_to_element, .scroll_to_element * {
    cursor: pointer !important;
}

/*END GENERAL SETTINGS*/

/*BEGIN GENERAL ELEMENTS ===================================*/
.h {
    font-family: arial;
    font-size: 3.8em;
    font-weight: 600;
    color: #061327;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin: 0;
}

.h.h_less {
    font-size: 2.4em;
}

.h_container {
    position: relative;
    text-align: center;
}

.h_container .h {
    z-index: 2;
    position: relative;
    display: inline-block;
    padding-right: 0;
}

.h_container .dash_border {
    width: calc(100% - 15px);
    top: 28px;
    right: 0;
    border-top: 1px dashed #061327;

    display: none !important;
}

.dash_border {
    position: absolute;
    height: 1px;
}

#memory {
    display: none;
}

.lang-item img {
    display: none;
}

.lang-item span {
    margin: 0 !important;
}

.button_blue, .button_blue * {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}

.button_blue {
    display: block;
    border: 0px solid #fff !important;
    outline: none !important;
    text-align: center;
    background: #255ca8;
    cursor: pointer;
    overflow: hidden;
}

.button_blue .button_blue_text {
    z-index: 3;
    position: relative;

    font-family: arial;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;

    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button_blue .button_blue_cover {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #fff;
    opacity: 0;

    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    -webkit-transform: translateX(-50%) skewX(-45deg);
    transform: translateX(-50%) skewX(-45deg);
}

/*For IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 991px) {
    .button_blue .button_blue_cover {
        transform: translateX(-50%);
    }
}

/*For EDGE*/
@supports (-ms-ime-align:auto) {
    .button_blue .button_blue_cover {
        transform: translateX(-50%);
    }
}

.form_choose {
    width: 100%;
    height: 66px;
}

.form_choose .part:not(.active), .form_choose .part:not(.active) * {
    cursor: pointer;
}

.form_choose .part {
    position: relative;
    width: 50%;
    height: 66px;
    background: #fff;
    border: 1px solid #255ca8;
    overflow: hidden;

    -webkit-box-shadow: 0 3px 0 #255ca8;
    box-shadow: 0 3px 0 #255ca8;

    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}

.form_choose .first_part {
    float: right;
    border-left: 0;
}

.form_choose .second_part {
    float: left;
    border-right: 0;
}

.form_choose .part span {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 1px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    font-family: arial;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #061327;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.form_choose .part span::before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    width: 0%;
    text-align: center;

    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.form_choose .part span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 100%;
    margin-top: -6px;
    background: url(../img/form_choose_arrow.svg) no-repeat center center;

    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);

    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.form_choose .part.active {
    background: #255ca8 !important;
}

.form_choose .part.active span::after {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

.form_choose .part.active span::before {
    width: 100%;
}

.simple_form_wrapper {
    position: relative;
    width: 100%;
}

.simple_form {
    width: 100%;
    max-width: 800px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 25px 0 30px 0;
    border: 0px solid #000;
}

.simple_form .part {
    float: left;
    width: 50%;
    padding: 0 30px 13px 30px;
    border: 0px solid red;
}

.field_checkout, .field_form_choose {
    display: none;
}

.form_go {
    clear: both;
    display: block;
}

.form_clue {
    font-size: 1.2em;
    color: #7c7c7c;
    letter-spacing: 0.4px;
    padding-left: 30px;
    margin-bottom: 0;
}

.input_title {
    font-size: 18px;
    color: #424242;
    letter-spacing: 0.4px;
    margin-top: 25px;
    margin-bottom: 4px;
}

.input_title.dealer_date_title {
    margin-top: 39px;
}

.select_field.error{
    border: 1px solid #ff4a4e;
}

.field_wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.select_field{
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    padding: 0 13px;
    background: #fff;
    font-size: 1.4em;
    letter-spacing: 0.4px;
}

.field {
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    outline: none !important;
    padding: 0 13px;
    background: #fff;

    font-size: 1.4em;
    letter-spacing: 0.4px;

    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.field.field_driver_license {
    width: 206px;
}

.field_topic, .field_brand, .field_dealer {
    height: 38px;
    background: #fff url(../img/tick.svg) no-repeat 96% 50%;
    cursor: pointer;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.alarm {
    position: absolute;
    bottom: -15px;
    right: 0;
    margin: 0;
    width: 100%;
    opacity: 0;

    font-size: 1.16em;
    color: red;
    letter-spacing: 0.4px;
    text-align: right;

    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.alarm.alarm_charity_date {
    bottom: -17px;
}

.field_wrapper.warning .field {
    border: 1px solid #ff4a4e;
}

.field_wrapper.warning .alarm {
    opacity: 1;
}

.field.field_message {
    height: 160px;
    resize: none;
    padding: 6px 13px;
}

#main_page_form .field.field_message {
    height: 252px;
}

#preloader {

    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#form_preloader {
    z-index: 12;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    display: none;
}

#form_preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#form_pop_wrapper {
    z-index: 13;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

#form_popup_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#form_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    margin-top: -50px;
    max-width: 580px;
    height: calc(100% - 30px);
    max-height: 340px;
    background: #fff;
    text-align: center;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#form_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}

#form_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#form_popup p:nth-child(1) {
    font-family: arial;
    font-size: 3em;
    font-weight: 700;
    color: #255ca8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

#form_popup p:nth-child(2) {
    font-family: arial;
    font-size: 2.2em;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.simple_form_go {
    position: relative;
    margin: auto;
    width: calc(100% - 60px);
    height: 40px;
    line-height: 45px;
}

.simple_form_go .button_blue_text {
    font-size: 1.6em;
    letter-spacing: 2px;
    z-index: 1;
}

.form_banner_wrapper {
    position: absolute;
    top: 60px;
    right: 0;
    width: 273px;
    height: 394px;
}

@media (min-width: 1261px) {
    .button_blue:hover .button_blue_cover {
        width: 100%;
        opacity: 1;
    }

    .button_blue:hover .button_blue_text {
        color: #255ca8;
    }

    .button_blue.diff:hover .button_blue_text {
        color: #fff;
    }

    .form_choose .part:hover {
        background: rgba(2, 11, 25, 0.8);
    }

    .form_choose .part:hover span::after {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);

        -webkit-transition: -webkit-transform 0.4s ease-in-out 0.4s;
        transition: transform 0.4s ease-in-out 0.4s;
    }

    .form_choose .part:hover span::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #become_a_dealer_block_info > p:nth-child(1) .dealer_nowrap {
        white-space: nowrap;
    }
}

@media (max-width: 1260px) {
    .h_container .h {
        background: none !important;
    }

    .dash_border {
        display: none;
    }

}

@media (max-width: 1130px) {
    .form_choose, .form_choose .part {
        height: 54px;

        -webkit-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

    .form_choose .part span {
        font-size: 1.6em;
    }

    .form_choose .part span::before {
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

    .form_choose .part span::after {
        display: none;
    }

    .simple_form_wrapper {
        height: auto !important;
        padding-bottom: 60px;
    }

    .simple_form {
        margin: 3px auto 0;
    }

    .form_banner_wrapper {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        height: auto;
        background: none !important;
        text-align: center;
        margin-top: 50px;
        padding: 0 !important;
    }

    .form_banner_wrapper > p {
        color: #255ca8 !important;
        line-height: 1.4em !important;
        margin-bottom: 25px !important;
    }

    .form_banner_wrapper .button_blue {
        position: relative;
        margin: auto;
        width: 290px;
        height: 40px;
        line-height: 44px;
    }

    .form_banner_wrapper .button_blue .button_blue_text {
        font-size: 1.76em;
        letter-spacing: 4px;
    }
}

@media (max-width: 991px) {
    .h, .h.h_less {
        font-size: 3.4em;
        letter-spacing: 1px;
    }

    .h_container .h {
        display: block;
        background: none;
        padding-right: 0;
    }

    .dealer_block_info_button_blue {
        margin: 25px auto 0;
        width: 290px;
    }

    button.dealer_block_info_button_blue {
        line-height: 44px;
    }

    .form_choose, .form_choose .part {
        height: 50px;
    }

    .form_choose .part span {
        font-size: 1.4em;
    }

    .simple_form .part {
        padding: 0 15px 13px 15px;
    }

    .prev_month {
        left: 0;
    }

    .next_month {
        right: 0;
    }

    .calendar td.calendar_month {
        font-size: 1.7em;
    }

    .calendar td.calendar_year {
        padding-bottom: 6px;
    }

    .calendar td {
        font-size: 1.2em;
    }

    .calendar .days td {
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
    }

    .calendar .days_ua td {
        font-size: 1.44em;
    }

    .calendar .days_en td {
        font-size: 1.2em;
    }

    .calendar tbody td .selected_point {
        width: 36px;
        height: 36px;
        opacity: 0;

        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
    }

    .calendar tbody td.active .selected_point {
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    #main_page_form .disclaimer_wrapper_block {
        padding: 0 15px;
    }

    .simple_form_go {
        width: calc(100% - 30px);
    }

    #form_popup {
        margin: 0;
    }

    .policy_last_space {
        margin-bottom: 30px;
    }

    .brand_h2.policy_h {
        margin-top: 40px;
    }
}

@media (max-width: 850px) {
    .simple_form_wrapper {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .h, .h.h_less {
        font-size: 2.8em;
    }

    .form_choose, .form_choose .part {
        height: 46px;
    }

    .form_choose .part span {
        font-size: 1.2em;
    }

    #main_page_form .disclaimer_wrapper_block {
        padding: 0 7.5px;
    }
}

@media (max-width: 680px) {
    .simple_form_wrapper {
        padding-bottom: 30px;
    }

    .simple_form {
        max-width: 400px;
        background: #f3f3f3;
    }

    .form_clue {
        padding-left: 0;
    }

    .simple_form .part {
        float: none !important;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    .field_wrapper.textarea_wrapper {
        margin-bottom: 0;
    }

    #main_page_form .field.field_message {
        height: 160px;
    }

    .calendar_block {
        background: #fff;
    }

    .simple_form_go {
        width: 290px;
        margin-top: 30px;
    }

    .have_a_question_wraper {
        margin-top: 45px;
    }

    #main_page_form .disclaimer_wrapper_block {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .h, .h.h_less {
        font-size: 2em;
    }

    .button_blue {
        width: 230px;
    }

    .dealer_block_info_button_blue {
        margin: 20px auto 0;
    }

    .dealer_block_info_button_blue .button_blue_text {
        font-size: 1.55em;
    }

    .form_choose, .form_choose .part {
        height: 36px;

        -webkit-box-shadow: 0 2px 0 #255ca8;
        box-shadow: 0 2px 0 #255ca8;
    }

    .form_choose .part span {
        font-size: 1em;
        text-transform: none;
    }

    .simple_form_go .button_blue_text {
        font-size: 1.55em;
    }

    .form_banner_wrapper > p {
        font-size: 2em !important;
    }

    .form_banner_wrapper .button_blue {
        width: 230px;
        height: 40px;
        line-height: 44px;
    }

    .form_banner_wrapper .button_blue .button_blue_text {
        font-size: 1.55em;
    }

    #form_popup {
        max-height: 260px;
    }

    #form_popup p:nth-child(1) {
        font-size: 2em;
    }

    #form_popup p:nth-child(2) {
        font-size: 1.6em;
    }

    .simple_form_wrapper {
        padding-bottom: 3px;
    }
}

@media (max-width: 350px) {
    .alarm {
        font-size: 1.02em;
    }
}

/*END GENERAL ELEMENTS ===================================*/

/*BEGIN CONFIGURATOR SETTINGS ---------------------------------------*/

/*BEGIN .configurator*/
#configurator_wrapper_main_page {
    position: relative;
    background: #f3f3f3;
    padding-top: 70px;
    padding-bottom: 70px;
}

#configurator_wrapper_main_page h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    color: #f3f3f3;

    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}

#configurator_wrapper_main_page_inner {
    position: relative;
    padding: 0 15px;
    border: 0px solid #000;
}

#configurator_wrapper_main_page_inner .h {
    background: #f3f3f3;
}

#configurator_wrapper_main_page_inner .dash_border.ua {
    width: 568px;
}

#config_choose_text {
    font-family: arial;
    font-size: 1.6em;
    font-weight: 500;
    color: #061327;
    padding-left: 2px;
    margin-top: 5px;
    letter-spacing: 0.4px;
    text-align: center;
}

#configurator_main_page {
    width: 630px;
    margin: 40px auto 0;
    background: #fff;
    padding-bottom: 30px;
}

#configurator_main_page .button_blue .button_blue_text {
    font-size: 1.6em;
    letter-spacing: 2px;
}

#configurator_main_page .configurator_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#configurator_main_page .configurator_inner > div {
    width: 50%;
    padding-top: 35px;
}

#configurator_main_page .configurator_inner > div:first-child {
    border-right: 1px solid #d2d3d6;
}

#configurator .configurator_inner {
    margin-bottom: 15px;
}

.configurator_main_page_part_title {
    margin-bottom: 20px;
    font-family: arial;
    font-size: 2em;
    color: #255ca8;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

#price_popup_wrapper, #city_popup_wrapper, #promotion_popup_wrapper {
    z-index: 12;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

#price_popup_cover, #city_popup_cover, #promotion_popup_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#price_popup, #city_popup, #promotion_popup {
    position: absolute;
    top: 40px;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 720px;
    /*height: calc(100% - 30px);*/
    /*max-height: 340px;*/
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

span.price_not_final {
    margin-right: -10px;
    margin-left: 5px;
    display: inline-flex;
}

#price_popup_close, #city_popup_close, #promotion_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}

#price_popup_text, #promotion_popup_text {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*width: 100%;*/
    padding: 30px 50px;

    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

#city_popup {
    overflow-y: auto;
    padding: 30px 0;
}

#city_popup_text {
    overflow-y: hidden;
    width: 100%;
    min-height: 100%;
    display: table;
}

#city_popup_text_inner {
    display: table-cell;
    vertical-align: middle;
}

#city_popup::-webkit-scrollbar {
    width: 6px;
}

#city_popup::-webkit-scrollbar-track {
    background: #f3f3f3;
}

#city_popup::-webkit-scrollbar-thumb {
    background: #d2d3d6;
}

/*#price_popup p:nth-child(1), #promotion_popup p {*/
    /*padding: 20px 0px;*/
    /*margin-bottom: 0;*/
    /*font-family: arial;*/
    /*font-size: 2.0em;*/
    /*font-weight: 500;*/
    /*color: #000;*/
    /*letter-spacing: 0.4px;*/
    /*text-align: center;*/
/*}*/

#promotion_popup p {
    padding: 20px 0px;
    margin-bottom: 0;
    font-family: arial;
    font-size: 2.0em;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
    text-align: center;
}

#price_popup p{
    padding: 10px 0px;
    margin-bottom: 0;
    font-family: arial;
    font-size: 1.8em;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
    text-align: justify;
}

#promotion_link_p {
    margin-top: 9px;
}

#promotion_link_p a {
    color: #255ca8;
    border-bottom: 1px solid #255ca8;
}

#city_popup_text_inner > p:nth-child(1) {
    font-family: arial;
    font-size: 2em;
    color: #255ca8;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.7px;
}

#only_one_city_text {
    margin-top: -5px;
    font-family: arial;
    font-size: 2.2em;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.4px;
    text-align: center;
    display: none;
}

.select_wrapper.select_popup_cities_wrapper {
    width: 100%;
    max-width: 222px;
    margin: 5px auto 0;
    border: 1px solid #d2d3d6;
}

#configurator_main_page .select_brands {
    position: relative;
    min-height: 204px;
}

#sb_preload_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media (max-width: 1260px) {
    #configurator_wrapper_main_page {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    #configurator_wrapper_main_page {
        padding-top: 40px;
        padding-bottom: 75px;
    }

    #price_popup, #city_popup, #promotion_popup {
        margin-top: 0;
    }

    #configurator_wrapper_main_page_inner h2, #config_choose_text {
        text-align: center;
    }

    #price_popup, #city_popup #promotion_popup {
        margin: 0;
    }

    #price_popup_text, #city_popup_text_inner, #promotion_popup_text {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #configurator_wrapper_main_page {
        display: block;
        padding-bottom: 70px;
    }

    #configurator_main_page {
        width: 100%;
    }

    #configurator_main_page .configurator_inner > div {
        width: 100%;
    }

    #configurator_main_page .configurator_inner > div:first-child {
        border-right: none;
    }

    #config_choose_text {
        font-size: 1.6em;
        margin-top: 8px;
        padding: 0;
    }
}

@media (max-width: 520px) {
    #configurator_wrapper_main_page {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    #config_choose_text {
        font-size: 1.4em;
    }

    #confirurator {
        margin-top: 20px;
    }

    #confirurator .button_blue {
        width: 230px;
        height: 36px;
        line-height: 36px;
        bottom: 20px;
    }

    #confirurator .button_blue .button_blue_text {
        font-size: 1.55em;
    }

    #config_choose_text {
        letter-spacing: 0;
    }

    #configurator_main_page .button_blue .button_blue_textÃ‘Å’ #configurator_main_page_search_link {
        font-size: 1.55em;
    }

    #price_popup, #promotion_popup {
        max-height: 260px;
    }

    #city_popup {
        max-height: 69vh;
    }

    #price_popup p:nth-child(1), #city_popup_text_inner > p:nth-child(1), #only_one_city_text, #promotion_popup p {
        font-size: 1.6em;
    }
}

.data_from_mp {
    display: none;
}

#result_cnt_p {
    padding: 0 7.5px;
    font-family: arial;
    font-size: 1.6em;
    font-weight: 700;
    /* color: #bcbcbc; */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

#result_cnt {
    color: #000;
}

#configurator_order_form_step_one {
    display: none;
}

.configurator_form {
    margin-bottom: 15px;
    display: none;
}

.configurator_form label {
    display: inline-block;
    width: 160px;
    margin-right: 1px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configurator_form input {
    width: 100%;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#configurator_wrapper {
    padding-top: 20px;
    background: #f3f3f3;
    /* margin-bottom: 50px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.configurator li, #city_popup li {
    list-style: none;
}

#configurator {
    width: 220px;
}

#configurator_turn {
    display: none;
}

.configurator ul, #city_popup ul {
    margin-bottom: 0;
}

.select_brands_m_p .option.cf_brand {
    z-index: 3;
    position: relative;
}

.select_wrapper {
    margin-right: 5px;
    margin-bottom: 2px;

    background: #fff;

    overflow-y: auto;
}

#configurator .select_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

#configurator_main_page .select_wrapper {
    width: 260px;
    margin: auto;
}

#configurator_main_page .select_wrapper.select_models_wrapper {
    border: 1px solid #d2d3d6;
}

#configurator .select_wrapper {
    width: 100%;
}

.choose_deph {
    position: relative;
    width: 100%;
    display: none;
}

.choose_deph p {
    font-family: arial;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.mp.choose_deph {
    height: 204px;
}

.cp.choose_deph {
    height: 98px;
}

.choose_deph.show_choose_deph {
    display: block;
}

.choose_deph p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#configurator .get_group {
    /*display: none;*/
}

.select_wrapper::-webkit-scrollbar {
    width: 6px;
}

.select_wrapper::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.select_wrapper::-webkit-scrollbar-thumb {
    background: #d2d3d6;
}

#get_group_main_page {
    position: relative;
    margin: 35px auto 5px;
    width: 248px;
    height: 40px;
    line-height: 44px;
}

#configurator_main_page_search_link {
    display: block;
    margin: auto;
    font-family: arial;
    font-size: 1.6em;
    color: #255ca8;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    width: 248px;
    height: 40px;
    line-height: 44px;
}

.select_title {
    width: 100%;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 15px;

    font-family: arial;
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brand_block {
    display: none;
}

.brand_block.active {
    display: block;
}

.option, .option_title {
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    margin-bottom: 0;

    font-family: arial;
    font-size: 1.4em;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.4px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.option_title {
    background: #f3f3f3;
}

.option_title {
    padding: 0 10px;
}

.option {
    padding: 0 15px 0 45px;
    /*background: #e0dddd;*/
    background: #fff url(../img/checkbox_empty.svg) no-repeat 15px 50%;

    /*-webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;*/

    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;

    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}

.option:last-child {
    margin-bottom: 0;
}

.option.active {
    /*background: #a8dcff url(../img/check.svg) no-repeat 96% 50%;*/
    background: #fff url(../img/checkbox_checked.svg) no-repeat 15px 50%;
}

.select_price_limit_wrapper {
    padding: 15px 15px 5px 15px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select_price_limit .select_title {
    padding: 0;
}

.select_price_limit .amount {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: arial;
    font-size: 1.4em;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.4px;
}

.select_price_limit .amount_min {
    float: left;
}

.select_price_limit .amount_max {
    float: right;
    text-align: right;
}

.range_slider {
    width: calc(100% - 20px);
    margin: 15px auto 20px;
}

.ui-widget.ui-widget-content {
    background: #e0dddd;
}

.ui-widget-content {
    background: #ffffff;
    color: #333333;
}

.ui-slider {
    position: relative;
    cursor: default;
    top: 5px;
    height: 6px;

    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.ui-slider .ui-slider-range {
    z-index: 1;
    position: absolute;
    display: block;
    background: #255ca8;
}

.ui-widget-header {
    background: #e0dddd;
}

.ui-slider .ui-slider-handle {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    outline: none !important;
    background: #fff;
    border: 1px solid #787878;
    cursor: pointer;

    -webkit-border-radius: 2px;
    border-radius: 2px;

    /*-ms-touch-action: none;
    touch-action: none;*/

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.ui-slider .ui-slider-handle:active {
    background: #fff;
}

.advanced_search {
    cursor: pointer;
}

/*END .configurator*/

/*BEGIN #result_canvas*/
#result_canvas {
    position: relative;
    width: calc(100% - 220px);
    padding: 0 0 19px 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#result_canvas .cover {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #f3f3f3; */
}

#result_canvas .cover img {
    position: absolute;
    top: 50vh;
    left: 50%;
    width: 50px;
    height: 50px;
    display: none;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#bg_block {
    width: 100%;
    height: 100%;
    /* background: #f3f3f3; */
    padding: 0 7.5px 0 7.5px;
}

#result_canvas_inner {
    position: relative;
    width: 100%;
    /*height: 100%;*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.model_group {
    /* float: left; */
    width: 25%;
    padding: 0 7.5px 15px 7.5px;
    /* background: #f3f3f3; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.model_group_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 15px 160px 15px;
    color: #797979;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.model_group_img{
	width: 100%;
	height: auto;
	border: 0px solid rgba(0,0,0,0.2);
}*/
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slick-slider {
    margin-bottom: 35px;
}

.single_img_wrapper  {
    width: 100%;
    padding-bottom: 60%;
}

.model_group_img  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.model_group_info {
    padding: 0 10px;
}

.model_group_inner .info_part {
    padding: 18px 0 0 0;
    border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.model_group_inner .info_part.model_group_title_wrapper {
    border-top: 0;
}

.model_group_inner .info_part_data_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.model_group_inner .info_part .part {
    /*width: 50%;*/
    width: 100%;
    /*padding-right: 15px;*/
}

.model_group_inner .info_part:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 0;
}

.model_group_inner .info_part:last-child .border_top {
    width: 100%;
    height: 1px;
    /*border-top: 1px solid rgba(0,0,0,0.2); */
    padding-top: 20px;
}

.model_data_details_wrapper {
    /*min-height: 142px;*/
    /*min-height: 200px;*/
}

.model_data_details {
    position: relative;
    padding-left: 25px;

    font-family: arial;
    font-size: 1.4em;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.4px;
}

.model_data_details.last_p {
    margin-bottom: 0;
}

.model_data_details i {
    position: absolute;
    top: 3px;
    left: 0;
}

.model_data_details i.zmdi.zmdi-gas-station {
    margin-right: 8px;
}

.model_group_title {
    margin-bottom: 0;
    font-family: arial;
    font-size: 1.8em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.model_group_price {
    position: relative;
    padding: 0 25px;
}

.model_group_price > span:nth-child(1) {
    display: inline-block;
    height: 42px;
    line-height: 52px;
    font-family: arial;
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.model_group_price > span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 25px;
    height: 42px;
    font-family: arial;
    font-size: 3em;
    font-weight: 500;
    color: #255ca8;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: right;
}

.model_group_price > span:nth-child(2) > span {
    font-size: 0.45em;
    text-transform: none;
}

.model_group_count {
    margin: 15px auto 0;
    width: 100%;
    line-height: 54px;
    font-family: arial;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.4px;
    border: 0;
    outline: none !important;
    background: #255ca8;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

#config_show_more_obj {
    margin: 15px auto 30px;
    display: block;
    width: calc(25% - 15px);
    /*max-width: 220px;*/
    line-height: 54px;
    font-family: arial;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.4px;
    border: 0;
    outline: none !important;
    background: #255ca8;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.conf_nothing_found {
    width: 100%;
    margin-bottom: 0;
    padding: 290px 7.5px 0 7.5px;
    text-align: center;

    font-family: arial;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.4px;
}

@media (min-width: 768px) {
    #configurator_main_page .select_wrapper {
        height: 238px !important;
    }

    #configurator_main_page .select_wrapper.select_models_wrapper {
        height: 240px !important;
    }
}

@media (min-width: 1261px) {
    .option:hover {
        color: #255ca8;
    }

    .model_group_count:hover, #config_show_more_obj:hover {
        background: #447ac3;
    }
}

@media (max-width: 1800px) {
    .model_group_inner {
        padding-bottom: 145px;
    }

    .model_group_price > span:nth-child(1) {
        height: auto;
        line-height: 31px;
    }

    .model_group_price > span:nth-child(2) {
        height: auto;
        font-size: 2em;
    }

    .model_group_price > span:nth-child(2) > span {
        font-size: 0.8em;
    }
}

@media (max-width: 1500px) {
    .model_group {
        width: 33.33%;
    }

    #config_show_more_obj {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 1200px) {
    .model_group {
        width: 50%;
    }

    #config_show_more_obj {
        width: calc(50% - 15px);
    }
}

@media (max-width: 991px) {
    #result_canvas .cover img {
        top: 75px;
    }

    #configurator_wrapper {
        display: block;
    }

    #configurator {
        width: 100%;
        padding: 0 15px;
        height: 0;
        overflow: hidden;

        -webkit-transition: height 0.6s ease-in-out;
        transition: height 0.6s ease-in-out;
    }

    #configurator_height_block {
        padding-bottom: 15px;
    }

    #configurator .select_wrapper {
        /*max-height: 264px;*/
    }

    #result_canvas {
        width: 100%;
    }

    .model_group {
        width: 33.33%;
    }

    #configurator_turn {
        display: block;
        width: calc(100% - 30px);
        margin: 15px auto;
        line-height: 54px;
        font-family: arial;
        font-size: 1.8em;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.4px;
        border: 0;
        outline: none !important;
        background: #255ca8;
        cursor: pointer;

        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }

    #config_show_more_obj {
        width: calc(100% - 15px);
        margin: 15px auto 30px;
    }

    .model_group_inner .info_part .part {
        width: 100%;
    }

    .conf_nothing_found {
        padding: 40px 7.5px 50px 7.5px;
    }
}

@media (max-width: 900px) {
    .model_group {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #configurator_main_page {
        margin-top: 35px;
    }

    #configurator_main_page .select_wrapper {
        height: auto !important;
    }

    #configurator_main_page .select_wrapper.select_models_wrapper {
        border: none;
    }

    #configurator_main_page .choose_deph {
        background: #f3f3f3;
    }

    #get_group_main_page {
        width: 260px;
    }

    .model_group_inner {
        padding-bottom: 135px;
    }

    /*.model_group_price > span:nth-child(1){
        line-height: 45px;
    }
    .model_group_price > span:nth-child(2){
        font-size: 2.6em;
    }
    .model_group_price > span:nth-child(2) > span{
        font-size: 0.53em;
    }*/
    .model_group_count {
        margin: 10px auto 0;
    }
}

@media (max-width: 600px) {
    #result_canvas .cover img {
        top: 60px;
    }

    #result_canvas {
        padding: 0;
    }

    .model_group {
        width: 100%;
    }

    .model_group_info {
        padding: 0;
    }

    /*.model_group_price{
        padding: 0 15px;
    }
    .model_group_price > span:nth-child(2){
        right: 15px;
    }*/
    .model_group_price {
        padding: 0 15px;
    }

    .model_group_inner {
        padding-bottom: 125px;
    }

    .model_group_count {
        margin-top: 5px;
        line-height: 40px;
    }

    #configurator_turn, #config_show_more_obj {
        line-height: 40px;
        margin-top: 50px;

    }

    .model_group_price {
        margin-bottom: 18px;
    }

    .model_group_price > span:nth-child(2) {
        right: 15px;
    }

    .model_group_price > span:nth-child(2) > span {
        font-size: 0.8em;
    }
}

@media (max-width: 340px) {
    .model_group_count {
        max-width: 100%;
    }
}

/*END #result_canvas*/

/*BEGIN #global_conf_preloader*/
#global_conf_preloader {
    z-index: 11;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    display: none;
}

#global_conf_preloader .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;

    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#global_conf_preloader .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#global_conf_preloader.active {
    display: block;
}

#global_conf_preloader.active .cover {
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
}

/*END #global_conf_preloader*/

/*BEGIN #vehicles_popup*/
#vehicles_popup {
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#vehicles_popup .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#vehicles_popup .cover img {
    position: absolute;
    top: 50vh;
    left: 50%;
    width: 50px;
    height: 50px;
    display: none;

    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation-name: rotate_1;
    animation-name: rotate_1;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#page_inner {
    width: 100%;
    margin: auto;
    padding: 45px 100px 40px 100px;
    max-width: 1280px;
}

#page_inner_2 {
    width: 100%;
    margin: auto;
    /*max-width: 1280px;*/
    padding: 0 15px;
}

#vehicles_content {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    overflow-y: auto;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#vehicles_content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#vehicles_content::-webkit-scrollbar-track {
    background: #f3f3f3;
}

/* Handle */
#vehicles_content::-webkit-scrollbar-thumb {
    background: #d2d3d6;
}

#vehicles_content .top_part {
    padding: 15px 40px 40px 40px;
}

#vehicles_content .bottom_part {
    /*padding: 0 15px*/
}

/*
#vehicles_content_head{
	position: relative;
	height: 65px;
	border-bottom: 0px solid rgba(0,0,0,0.1);
}
#vehicles_content_head .close_cross{
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
#vehicles_content_head p{
	margin-bottom: 0;
	float: left;
	font-family: arial;
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 65px;
}

#vehicles_content_head a{

	float: right;
	font-family: arial;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 65px;
}*/

#vehicles_parent_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;

    color: #787878;
}

.vehicles_parent_info_img_wrapper {
    position: relative;
    width: 360px;
    padding-bottom: 216px;
    margin-right: 30px;
    overflow: hidden;
}

.vehicles_parent_info_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vehicles_parent_info_data_wrapper {
    /*width: calc(100% - 390px);*/
    width: 100%;
    padding-top: 15px;
}

.vehicles_parent_info_part {
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    display: table;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;

    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.vehicles_parent_info_part:last-child {
    border-bottom: 0;
}

.vehicles_parent_info_data_title {

}

.vehicles_parent_info_data_title p {
    margin-bottom: 18px;
    font-family: arial;
    font-size: 1em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vehicles_parent_info_part .side_part {
    width: 100%;
}

.vehicles_parent_info_part .side_part p {
    position: relative;
    padding-left: 25px;
    font-family: arial;
    font-size: 1.1em;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.4px;
}

.vehicles_parent_info_part .side_part p i {
    position: absolute;
    top: 3px;
    left: 0;
}

#vehicles_table {
    width: 100%;
    color: #000;
}

#vehicles_table tr {
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    height: 72px;
}

#vehicles_table tr:nth-child(odd) {
    background: #fff;
}

#vehicles_table tr:nth-child(even) {
    /*background: #f3f3f3;*/
    background: #fff;
}

#vehicles_table tr:last-child {
    border-bottom: 0;
}

#vehicles_table td, #vehicles_table th {
    padding: 0 7.5px;
    vertical-align: middle;

    font-size: 1.4em;
    letter-spacing: 0.4px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}

#vehicles_table th span.price_popup_open, #vehicles_table th span.city_popup_open, #vehicles_table span.promotion_popup_open {
    cursor: pointer;
}

#vehicles_table th span.price_popup_open img, #vehicles_table th span.city_popup_open img {
    position: relative;
    top: -1px;
    padding-left: 2px;
}

#vehicles_table td {
    font-family: arial, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
}

#vehicles_table th {
    font-family: arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#vehicles_table th.vehicle-price-header {
    text-align: right;
    padding-right: 30px;
    min-width: 200px;
}

#vehicles_table td.vehicle-price {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    padding-right: 30px;
}

#vehicles_table td.vehicle-price .price_popup_open {
    display: none;
    cursor: pointer;
}

#vehicles_table thead tr:nth-child(odd) {
    background: #f3f3f3;
}

#vehicles_table .vehicle-gallery {
    padding-left: 0;
    padding-top: 15px;
}

.small_cars_wrapper {
    position: relative;
    width: 350px;
    max-width: 350px;
    height: 150px;
    padding-bottom: 30px;
    display: table-cell;
    overflow: hidden;
}

#vehicles_table .small_cars_wrapper .photo_links {
    bottom: 35px;
}

.small_cars {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.conf_order_button {
    display: inline-block;
    background: #255ca8;
    cursor: pointer;
    padding: 0 30px;

    font-family: arial;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;

    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}

@media (min-width: 1261px) {
    .conf_order_button:hover {
        background: #447ac3;
    }
}

@media (max-width: 991px) {
    #vehicles_content .top_part {
        padding: 0 7.5px;
    }

    #vehicles_content_wrapper {
        padding: 10px;
    }

    .vehicles_parent_info_data_wrapper {
        width: 100%;
    }

    #vehicles_parent_info {
        border-bottom: 1px solid;
        width: 100%;
    }

    #vehicles_content_head p {
        font-weight: 700;
    }

    #vehicles_table th {
        display: none;
    }

    #vehicles_table tr {
        height: 0;
    }

    #vehicles_table td {
        display: block;
        border: none;
        vertical-align: middle;
        color: #787878;
    }

    #vehicles_table td:first-child {
        position: relative;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .small_cars_wrapper {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 0;
        max-width: 480px;
        height: 206px;
    }

    #vehicles_table .small_cars_wrapper .photo_links {
        bottom: 5px;
    }

    #vehicles_table td:last-child {
        margin-bottom: 20px;
    }

    #vehicles_table tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff !important;
    }

    /*#vehicles_table td:before {*/
        /*content: attr(data-cell) ": ";*/
        /*display: inline-block;*/
        /*width: 140px;*/

        /*font-family: arial;*/
        /*height: 34px;*/
        /*font-weight: 700;*/
        /*line-height: 32px;*/
        /*color: #000;*/
    /*}*/

    #vehicles_table td.price_popup_open, #vehicles_table td.city_popup_open {
        cursor: pointer;
    }

    #vehicles_table span.promotion_popup_open:before {
        content: attr(data-cell);
        background: #fff url(../img/promo.svg) no-repeat 38px 46%;
    }

    #vehicles_table td.city_popup_open:before {
        content: attr(data-cell);
        background: #fff url(../img/tick_blue.svg) no-repeat 45px 47%;
    }

    #vehicles_table td:first-child:before {
        height: 65px;
        line-height: 63px;
    }

    #vehicles_table td.conf_order_th:before {
        display: none;
    }

    #vehicles_table td.vehicle-price {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #vehicles_table td.vehicle-price .price_popup_open {
        display: block;
        float: left;
    }

    .conf_order_button {
        margin-top: 10px;
        width: 300px;
    }
}

@media (max-width: 500px) {
    #vehicles_content .top_part {
        padding: 0;
    }

    #vehicles_content_head {
        height: 50px;
    }

    #vehicles_content_head p {
        font-size: 1.4em;
        line-height: 50px;
    }

    #vehicles_content_head .close_cross {
        top: 12px;
    }

    #vehicles_table .vehicle-gallery {
        padding-top: 0;
    }

    #vehicles_table td {
        height: auto;
        padding: 0;
    }

    #vehicles_table td:first-child {
        height: auto;
    }

    #vehicles_table td:first-child:before {
        display: none;
    }

    #vehicles_table td.vehicle-price {
        position: relative;
        padding-top: 30px;
        padding-right: 5px;
    }

    #vehicles_table span.promotion_popup_open img.promotion_popup_open_desktop_img {
        display: inline-block;
    }

    #vehicles_table span.promotion_popup_open:before {
        display: none;
        content: '';
        background: #fff url(../img/promo.svg) no-repeat center center;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 33px;
        right: 6px;
        line-height: 0;
        margin: 0;
    }

    .small_cars_wrapper {
        display: block;
        position: relative;
        left: 0;
        width: 350px;
        height: auto;
    }

    .small_cars {
        position: static;

        -webkit-transform: none;
        transform: none;
    }

    #vehicles_table td:last-child {
        margin-bottom: 15px;
    }

    #vehicles_table td:before {
        width: 100%;
        display: block;
        height: auto;
        line-height: 1.5em;
        margin-top: 17px;
    }

    .conf_order_button {
        width: 100%;
        margin-top: 15px;
    }
}

/*END #vehicles_popup*/

/*END CONFIGURATOR SETTINGS -----------------------------------------*/

/*BEGIN PAGE CONFIGURATOR ORDER  ------------------------------------*/
#order_page {
    margin-bottom: 40px;
}

#page_inner .auto_img_device {
    display: none;
}

#configurator_order_form_step_two {
    max-width: 1000px;
    margin: 30px auto 30px auto;
    overflow: hidden;
}

#configurator_order_form_step_two input {
    transition: border 200ms ease-in-out;
}

#configurator_order_form_step_two input:focus {
    border-color: #255ca8;
}

#configurator_order_form_step_two .hidden_part {
    display: none;
}

#configurator_order_form_step_two .form_clue {
    padding-left: 0 !important;
}

#configurator_order_form_step_two .flex_container {
    display: block;
}

#configurator_order_form_step_two .left_part {
    width: 50%;
    padding: 30px;
    float: left;
}

#configurator_order_form_step_two .right_part {
    width: 50%;
    background-color: #f3f3f3;
    padding: 30px;
    float: right;
}

#configurator_order_form_step_two .right_part > div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#configurator_order_form_step_two  .slick-slider {
    margin-bottom: 25px;
}

#configurator_order_form_step_two  .slider_order_block .photo_links {
    bottom: 0;
}

#configurator_order_form_step_two .vehicles_parent_info_data_wrapper {
    /*width: calc(100% - 390px);*/
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
}

#configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_data_title {
    width: 100%;
    float: left;
    font-size: 22px;
}

#configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_part_left {
    width: 40%;
    float: left;
    margin-top: 10px;
}

#configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_part_right {
    width: 60%;
    float: left;
    margin-top: 10px;
}

#configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_location {
    width: 100%;
    float: left;
    padding-top: 5px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

#configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_location .side_part_location {
    width: 33%;
    float: left;
    margin-top: 10px;
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.4px;
}

.vehicles_parent_price {
    width: 100%;
    float: left;
}

.vehicles_parent_price .vehicle_price {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.vehicles_parent_price .vehicle_price .price_popup_open {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 31px;
    cursor: pointer;
}

.vehicles_parent_price .vehicle_price p {
    color: #255ca8;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    cursor: text;
    float: right;
}

#configurator_order_form_step_two .auto_img_desktop {
    width: 100%;
}

#configurator_order_form_step_two .bottom_part {
    position: relative;
    margin-top: 20px;
}

#configurator_order_form_step_two .bottom_part p:not(.alarm) {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 40px;
    padding-right: 5px;

    font-size: 1.2em;
    color: #7c7c7c;
    letter-spacing: 0.4px;
    line-height: 1.6em;
}

#configurator_order_form_step_two_check {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 34px;
    height: 34px;
    border: 0px solid red;
    background: url('/img/checkbox_empty.svg') no-repeat center center;
    cursor: pointer;

    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

#configurator_order_form_step_two_check.active {
    background: url('/img/checkbox_checked.svg') no-repeat center center;
}

#configurator_order_page_form_go {
    width: 100% !important;
    margin-top: 30px;
}

.field_wrapper .field_p, .field_wrapper .disclaimer_p {
    border: 1px solid transparent;

    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.field_wrapper.warning .field_p, .field_wrapper.warning .disclaimer_p {
    border: 1px solid #ff4a4e;
}

.field_wrapper .field_p a {
    font-weight: bold;
    color: #000 !important;
    border-bottom: 1px solid #000;
}

.alarm.alarm_confirm {
    bottom: -16px;
}

#page_inner__header {
    text-align: center;
    margin-bottom: 20px;
}

#page_inner__header h1 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 45px;
}

#page_inner__header a {
    display: inline-block;
    vertical-align: middle;
    font-family: arial;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.4px;
    float: left;
    line-height: 38px;
}

@media (max-width: 991px) {
    #order_page {
        margin-bottom: 0;
    }

    #page_inner {
        padding: 45px 15px 40px 0
    }

    #configurator_order_form_step_two .left_part {
        padding: 0 15px;
    }

    #configurator_order_form_step_two .form_clue {
        padding: 0 15px !important;
    }

    #configurator_order_form_step_two .bottom_part {
        padding-left: 15px;
    }

    .vehicles_parent_price .vehicle_price .price_popup_open {
        width: 100%;
        text-align: center;
        display: block;
    }

    .vehicles_parent_price .vehicle_price .price_popup_open img {
        vertical-align: top;
        margin-top: 6px;
    }

    .vehicles_parent_price .vehicle_price p {
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media (max-width: 680px) {
    #order_page {
        margin-bottom: 15px;
    }

    #page_inner {
        background: transparent;
    }

    #configurator_order_form_step_two {
        margin: 0 auto 30px;
        padding: 15px 0 30px;
        max-width: 400px;
        width: 100%;
    }

    #configurator_order_form_step_two .flex_container {
        display: block;
    }

    #page_inner {
        padding: 20px 0;

    }

    a#back_button {
        font-size: 14px;
        line-height: normal;
        padding-bottom: 15px;
    }

    #page_inner__header {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    #page_inner__header h1 {
        padding-right: unset;
    }

    #configurator_order_form_step_two .left_part, #configurator_order_form_step_two .right_part {
        width: 100%;
        padding: 15px;
    }

    #configurator_order_form_step_two .left_part {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    #page_inner .auto_img_device {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 30px auto 0;
        padding: 0 15px;
    }

    #configurator_order_form_step_two .bottom_part {
        padding: 0 15px;
    }

    #configurator_order_page_form_go {
        width: 290px !important;
    }
}

@media (max-width: 520px) {
    #configurator_order_page_form_go {
        width: 230px !important;
    }

    #configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_part_left, #configurator_order_form_step_two .vehicles_parent_info_part.vehicles_parent_info_part_right {
        width: 100%;
        margin: 0;
    }
}


/*END PAGE CONFIGURATOR ORDER ---------------------------------------*/

.model_group_price br {
    display: none;
}

@media only screen and (max-width: 780px) and (min-width: 601px) {

    .model_group_price br {
        display: block;
    }

    .model_group_price > span:nth-child(1) {
        font-size: 1.1em;
        line-height: 15px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {

    .model_group_price br {
        display: block;
    }

    .model_group_price > span:nth-child(1) {
        font-size: 1.3em;
        line-height: 15px;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 1201px) {

    .model_group_price br {
        display: block;
    }

    .model_group_price > span:nth-child(1) {
        font-size: 1.3em;
        line-height: 15px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1499px) {

    .model_group_price br {
        display: block;
    }

    .model_group_price > span:nth-child(1) {
        font-size: 1.4em;
        line-height: 15px;
    }
}

@media screen and (max-width: 991px) {
    #page_inner__back {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #page_inner__back {
        margin-top: 7px;
    }
}

@media screen and (max-width: 680px) {
    #page_inner__back {
        margin-right: 15px;
    }
}

@media screen and (max-width: 520px) {
    #page_inner__back {
        font-size: 1.2em;
    }

    #page_inner__back {
        margin-top: 5px;
    }
}

/*order*/

.slider_order_block .slider img {
    width: 100%;
}




/*profile*/

.small_cars_wrapper .slider img {
    width: 100%;
}

/*search*/

.slider img {
    width: 100%;
}

/*.slider .slick-prev {*/
    /*height: 25px;*/
    /*background-color: black;*/
    /*left: 15px !important;*/
    /*z-index: 1;*/
/*}*/

/*.slider .slick-next {*/
    /*height: 25px;*/
    /*background-color: black;*/
    /*right: 15px !important;*/
    /*z-index: 1;*/
/*}*/

/*.slider .slick-next:before, .slider .slick-prev:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 7px;*/
    /*width: 34px;*/
    /*height: 12px;*/
    /*opacity: .8;*/
    /*background: url(/img/arrow_banner.svg) center center no-repeat;*/
    /*-webkit-transition: .2s ease-in-out;*/
    /*transition: .2s ease-in-out;*/
/*}*/

/*.slider .slick-next:before {*/
    /*left: -20px;*/
/*}*/

/*.slider .slick-next:hover:before {*/
    /*left: -17px;*/
    /*opacity: .8;*/
/*}*/

/*.slider .slick-prev:before {*/
    /*right: -20px;*/
    /*transform: rotate(180deg);*/
/*}*/

/*.slider .slick-prev:hover:before {*/
    /*right: -17px;*/
    /*opacity: .8;*/
/*}*/

/*.slick-prev:before, .slick-next:before {*/
    /*color: #100513 !important;*/
/*}*/

.photo_links {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.photo_links a {
    display: block;
    cursor: pointer;
}

.photo_links a:hover {
    text-decoration: none;
}

.photo_links a.link_block_360 {
    display: block;
    height: 25px;
    font-size: 11px;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #29569c;
}


.photo_links a.link_block_360 img {
    width: auto;
    height: 15px;
    background: #29569c url('/img/tour.png') right top no-repeat;
    background-size: contain;
}

.photo_links .links_block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo_links .links_block li {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 8px;
}

.photo_links .links_block li.link_active {
    background-color: #d2d2d2;
}

.photo_links .links_block li:last-child {
    margin-right: 0;
}

#bigSliderWindow.modal {
    border-radius: 0;
    padding: 30px;
}

#bigSliderWindow.modal a.close-modal {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 0;
    background: none;
    background-color: #015bbe !important;
}

#bigSliderWindow.modal a.close-modal:before, #bigSliderWindow.modal a.close-modal:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 13px;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

#bigSliderWindow.modal a.close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#bigSliderWindow.modal a.close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#bigSliderWindow .slick-track{
    line-height: 0;
  }

/*#bigSliderWindow{*/
    /*max-width: 1280px;*/
    /*display: inline-block;*/
    /*margin: 0 auto;*/
    /*height: max-content;*/
    /*!*position: fixed;*!*/
    /*!*top:8%*!*/
/*}*/

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

    .jquery-modal{
        padding:0px !important;
    }

    #bigSliderWindow.modal {
        width: 100%;
        padding: 0px;
        line-height: 0;
    }

    #bigSliderWindow.modal a.close-modal {
        top: 14px;
        right: 14px;
        background: white;
    }
}
#bigSliderWindow .slick-slider{
    margin-bottom: 0;
}

#bigSliderWindow .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.small_slider .slick-list .slick-slide{
    cursor: pointer;
}

#bigSliderWindow .slick-dotted.slick-slider .slick-slide div {
    line-height: 0;
}

#bigSliderWindow .slider .slick-prev, #bigSliderWindow .slider .slick-next {
    height: 50px;
    width: 50px;
}

#bigSliderWindow .slider .slick-next:before, #bigSliderWindow .slider .slick-prev:before {
    width: 25px;
    height: 25px;
    top: 13px;
}

#panolens-separate-container {
    position: absolute;
    width: 300px;
    height: 250px;
    right: 0;
    top: 100px;
}

#panolens-separate-container:-webkit-full-screen {
    left: 0;
    top: 0;
}

#panolens-separate-container:-moz-full-screen {
    left: 0;
    top: 0;
}

#panolens-separate-container:-ms-fullscreen {
    left: 0;
    top: 0;
}

#panolens-separate-container:fullscreen {
    left: 0;
    top: 0;
}

/*loading*/

.loader {
    border: 3px solid #d6336c;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader2 {
    border: 3px solid #3bc9db;
    width: 220px;
    height: 220px;
    position: relative;
    top: -216px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader3 {
    border: 3px solid #d6336c;
    width: 240px;
    height: 240px;
    position: relative;
    top: -452px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader4 {
    border: 3px solid #3bc9db;
    width: 260px;
    height: 260px;
    position: relative;
    top: -708px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(-360deg)
    }
    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateZ(360deg)
    }
    100% {
        transform: rotateZ(0deg)
    }
}

#text {
    color: white;
    font-family: Arial;
    font-size: 20px;
    position: relative;
    top: -857px;
}

#big360Window {
    min-height: 600px;
}

#big360Window {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

#container {
    width: 100%;
    height: 100%;
}

#viewer {
    width: 100vw;
    height: 50vh;
}

#panolens-separate-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#big360Window {
    position: fixed;
    top: 0px;
    z-index: 4;
    display: none;
}

#big360Window .close_block {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    padding: 8px 20px;
    border: none;
    display: inline-block;
    transition: background .3s;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #29569c;
    outline: none;
    cursor: pointer;
}

.easyZoomImg{
    cursor: -webkit-zoom-in !important;
}

/* Slick slide */

.slider .slick-prev {
    height: 30px;
    background-color: transparent;
    left: 8px;
    border: 0;
    outline: 0;
    z-index: 1;
}

.slider .slick-next {
    height: 30px;
    background-color: transparent;
    right: 8px;
    border: 0;
    outline: 0;
    z-index: 1;
}

.slider .slick-next:before, .slider .slick-prev:before {
    content: '';
    position: absolute;
    top: 7px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 0;
    opacity: .6;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transition: all 150ms ease-in-out;
}

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

.slider .slick-next:before {
    transform: rotate(45deg);
    left: -3px;
}

.slider .slick-prev:before {
    transform: rotate(-135deg);
    right: -3px;
}

.slick-dots {
    text-align: left;
    bottom: -25px;
}

.slick-dots li {
    width: auto;
    height: auto;
    list-style: none;
    margin-left: 0;
}

.slick-dots li.slick-active button {
    background-color: #29569c;
    color: white;
}

.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
    background-color: #29569c;
    color: white;
}

.slick-dots li button {
    width: 25px;
    height: 25px;
    font-size: 11px;
    color: black;
    margin: 0;
    /*-webkit-transition: all 300ms ease-in-out;*/
    /*-moz-transition: all 300ms ease-in-out;*/
    /*-ms-transition: all 300ms ease-in-out;*/
    /*-o-transition: all 300ms ease-in-out;*/
    /*transition: all 300ms ease-in-out;*/
}

.slick-dots li button:hover, .slick-dots li button:focus {
    background-color: #f3f3f3;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button:before {
    content: '';
    background-color: black;
}

#bigSliderWindow .slick-prev{
    background-color: #015bbe ;
    position: fixed ;
}

#bigSliderWindow .slick-next{
    background-color: #015bbe ;
    position: fixed ;
}

#bigSliderWindow .slick-next, #bigSliderWindow .slick-prev{
    height: 50px ;
    width: 50px ;
}

#bigSliderWindow .slider .slick-prev:before{
    right: 7px ;
}
#bigSliderWindow .slider .slick-next:before{
    left: 3px ;
}
#bigSliderWindow.modal{
    width: 100% ;
    padding: 0px ;
}

.model_group_img_wrapper.slider{
    position: relative;
}
.easyzoom{
    position: relative;
}
.easyzoom-flyout{
    width: 100%;
    height: 100%;
    top: 0px;
}
.easyzoom-flyout img{
    width: 300% !important;
    cursor: zoom-out!important;
}

.vin-code-button{
    background-color: black;
    color: white;
    padding: 11px 10px;
    font-size: 15px;
}
.vin-code-button:hover{
    color: white;
    cursor: pointer;
}
#vin-code.wrong_data{
    border: 2px solid #ff4a4e;
}

input[name="vin-code"]{
    margin-left: 15px;
    margin-top: 5px;
    font-size: 1.4em;
    max-width: 117px;
    height: 38px;
}
.alarm_vin_code{
    color: red;
    padding-left: 20px;
}
.warning-block{
    position: relative;
    height: 25em;
}
.warning-block div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}