/* SLICK */


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.WebDMSServiceWidget{
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}
.WebDMSServiceWidget iframe{border: 0;min-height: max(900px, 100vh);}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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


/* SLICK END */


html {
    overflow-x: hidden;
}

body {
    font-family: "Nissan", Arial, sans-serif;
    font-size: 16px;
    /* color: black; */
    color: #363636;
    position: relative;
    font-weight: 300;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {
    display: none;
}

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: unset;
    height: 50px;
}

.t_black {
    color: black !important;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    transition: 0.5s;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../im/ico_select.png) 100% 50% no-repeat;
    font-family: 'Helvetica Neue,Helvetica,Arial,sans-serif';
    outline: none;
}

a {
    text-decoration: none;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1300px;
    position: relative;
}

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

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

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

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

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

input[type=text],
input[type=tel] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}

.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
}

.popup_container .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
}

.popup_container .form-group :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
}

.popup_container .form-group :-moz-placeholder { /* Firefox 18- */
    color: #939393;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}


.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}

.agree_field a {
    color: black;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 52px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: center;
    border: 2px solid #939393;
    padding: 0px 40px;
    outline: none;
    background: white;
    border-radius: 0px;
    width: 100%;
    /* height: 40px; */
    border-bottom: solid #e3002b;
    border-width: 0 0 2px;
    border-radius: 0;
    padding: 0 20px;
}

select {
    font-family: 'NISSAN';
    display: block;
    color: #939393;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../im/ico_select.png) right 20px center no-repeat;
    border: 2px solid #939393;
}

form .form-group button {
    width: 100%;
    height: 52px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939393;
}

form ::-moz-placeholder { /* Firefox 19+ */
    color: #939393;
}

form :-ms-input-placeholder { /* IE 10+ */
    color: #939393;
}

form :-moz-placeholder { /* Firefox 18- */
    color: #939393;
}

.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}


.btn {
    background: black;
    color: white;
    text-transform: uppercase;
    text-align: center;
    height: 52px;
    width: 300px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: black;
    position: relative;
    text-decoration: none;
}

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

.btn.red {
    background: #e3002b;
    border: 2px solid #e3002b;
}

.btn.red:hover {
    background: #f5002c;
    border: 2px solid #f5002c;
}

.btn.arrow:after {
    position: absolute;
    right: 35px;
    top: calc(50% - 4px);
    content: " ";
    font-weight: 700;
    border: solid #fff;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}


/*************************************************************************************************************************/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: white;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 9%);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0; */
}

.header .logo {

    width: 145px;
}

.header .top_dealer {
    font-size: 12px;
    font-weight: 400;
}

.header .top_dealer span b {

    font-size: 16px;

    font-weight: 700;

    color: #e3002b;
}

.header .top_dealer span {
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
    display: block;
    margin-bottom: 5px;
}

.header .top_phone a {
    font-weight: 600;
    font-size: 30px;
    color: #363636;
    text-decoration: none;
}

.header .btn {
    width: 250px;
}


/**************************************************************************************************************/


.first_screen {

    margin-top: 145px;
}

.first_screen img {
    display: block;
    margin: 0 auto;
}


.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 400;
}

.big {
    font-size: 1.5em;
}

@media (min-width: 1024px) {
    .white {
        color: #fff;
    }
}

.text-red {
    color: #e3002b;
}

.first_screen .banner_slide_item {
    position: relative;
    height: auto;
    max-height: 600px;
}

@media (min-width: 1024px) {
    .first_screen .banner_slide_item {
        height: 600px;
    }
}

.banner__cover {
    position: absolute;
    top: 0;
    height: 240px;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .banner__cover {
        height: 600px;
    }
}

.banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-top: 260px;
}

@media (min-width: 1024px) {
    .banner__content {
        position: absolute;
        justify-content: center;
        inset: 0;
        left: 10%;
        padding-top: 0;
    }
}

.banner__item.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.banner__heading {
    font-size: 2em;
    line-height: 1em;
}

@media (min-width: 1024px) {
    .banner__heading {
        font-size: 3em;
        line-height: 1em;
    }
}

.banner__subheading {
    font-size: 1.6em;
    line-height: 1em;
}

@media (min-width: 1024px) {
    .banner__subheading {
        font-size: 2em;
        line-height: 1em;
    }
}

.banner__item.props-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.banner__prop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.banner__prop-plaque {
    padding: 0.15rem 1rem;
    background: #e3002b;
    color: #fff;
    font-size: 1.4em;
    border-radius: 0.25rem;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .banner__prop-plaque {
        font-size: 2em;
    }
}

.banner__prop-desc {
    font-size: 1.4em;
    line-height: 1em;
}

.online_work {
    display: block;
    text-decoration: none;
}

.online_work .content {
    margin-top: -30px;
    position: relative;
}

.online_work .content .text1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 9px 0;
    padding-left: 55px;
    background: url(../im/online_work_bg.png) 0 0 no-repeat;
}

.online_work .content .text2 {
    font-size: 30px;
    padding-left: 55px;
    color: #000;
}

.title_container {
    padding-top: 40px;
    padding-left: 200px;
    position: relative;
}

.title_date {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background: #bb0b35;
    border-radius: 30px;
}

.title1 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.title1 b {
    font-size: 46px;
}

.title1 span {
    background: #d80028;
    color: #ffffff;
    padding: 0 15px;
}


.title1 span b {
    font-size: 55px;
    line-height: 100%;
}


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

.title_props li {
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding-left: 25px;
    background: url("../im/dot.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.title_props li span {
    color: #c40030;
}

.title_props li span b {
    font-size: 48px;
}

.title_props li s {
    display: block;
    font-size: 26px;
}

.title_container .btn {
    width: 314px;
    max-width: 100%;
    height: 50px;
    font-size: 17px;
    text-align: left;
    padding-left: 65px;
    margin-top: 40px;
}

.title_comment {
    margin-top: 10px;
    font-size: 17.5px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
}
.slide9 .title_container {
    padding: 78px 60px;
    color: #fff;
}
.slide9 .title1 {
    font-size: 58px;
    line-height: 118%;
}
.slide9 .title1 b {
    font-size: 78px;
    line-height: 100%;
}
.slide9 .title2 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 600;
    background: #c40030;
    width: fit-content;
    padding: 12px 24px;
    line-height: 120%;
}
.slide9 .title3 {
    font-size: 84px;
    font-weight: 600;
    line-height: 80%;
}

.timer {
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    margin-left: 5px;
}

div[id^=timer] {
    white-space: nowrap;
    margin: 0 !important;
}


.first_screen .banner_slider .slick-arrow {
    position: absolute;
    width: 34px;
    height: 34px;
    color: transparent;
    font-size: 0;
    background: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: calc(50% - 20px);
}

.first_screen .banner_slider .slick-prev {
    left: 15px;
    background: url(../im/bn_prev.png) 50% no-repeat;
}

.first_screen .banner_slider .slick-next {
    right: 15px;
    background: url(../im/bn_next.png) 50% no-repeat;
}

/**************************************************************************************************************/

.calc_serv {
    margin-top: 90px;
}

.calc_serv_title {
    padding-top: 15px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}

.calc_serv_title span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
}

.calc_serv_title span b {
    color: #d80028;
}

.calc_serv_title:before {
    content: '';
    display: block;
    width: 87px;
    height: 11px;
    background: #e3002b;
    position: absolute;
    top: 0;
    left: 0;
}

.calc_serv_bg {
    box-sizing: border-box;
    background: #f5f5f5;
    height: 565px;
    overflow: hidden;
}

.calc_serv_wrap {
    box-sizing: border-box;
    padding: 30px 45px;
    position: relative;
    height: 565px;
    overflow: hidden;
}

.calc_serv_wrap .pag {
    width: 46%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.calc_serv_wrap .pag div {
    background: #d2d2d2;
    width: 32.5%;
    height: 14px;
}

.calc_serv_wrap .pag div.active {
    background: #d80028;
}

.calc_serv_wrap .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #0f0e0c;
    margin-top: 25px;
}

.calc_serv_wrap .calc_cars {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.calc_serv_wrap .calc_cars .car {
    width: 46%;
    background: #ffffff;
    padding: 35px 45px 70px;
    position: relative;
    cursor: pointer;
}

.calc_serv_wrap .calc_cars .car .car_name {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px;
}

.calc_serv_wrap .calc_cars .car .ico_check {
    position: absolute;
    display: none;
    top: 20px;
    right: 25px;
}

.calc_serv_wrap .calc_cars .car:hover .ico_check {
    display: block;
}

.calc_serv_wrap .models {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 70px;
}

.calc_serv_wrap .models div {
    box-sizing: border-box;
    width: 46.5%;
    text-align: center;
    background: #ffffff;
    padding: 26px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0f0e0c;
    margin-bottom: 30px;
    border: 1px solid transparent;
    cursor: pointer;
}

.calc_serv_wrap .models div:hover {
    background: url("../im/ico_check.png") 20px 50% no-repeat #ffffff;
    border: 1px solid #0f0e0c;
}

.calc_serv_wrap .current_car {
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}

.calc_serv_wrap .current_car > span {
    display: inline-block;
    padding-left: 30px;
    background: url("../im/ico_car.png") 0 50% no-repeat;
}

.calc_serv_wrap .back {
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    left: 45px;
    padding-left: 45px;
    background: url("../im/back.png") 0 50% no-repeat;
    font-size: 20px;
    font-weight: 400;
    color: #0f0e0c;
}

.calc_serv_wrap .choose_to {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.calc_serv_wrap .choose_to_item {
    width: 46.5%;
    background: #ffffff;
    padding: 25px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}

.calc_serv_wrap .choose_to_item .ico_check {
    display: none;
    position: absolute;
    top: 20px;
    right: 25px;
}

.calc_serv_wrap .choose_to_item:hover {
    border: 1px solid #0f0e0c;
}

.calc_serv_wrap .choose_to_item:hover .ico_check {
    display: block;
}

.calc_serv_wrap .choose_to_item .name {
    color: #0f0e0c;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("../im/ico_gear.png") 0 50% no-repeat;
    margin-bottom: 10px;
}

.calc_serv_wrap .choose_to_item .list {
    padding: 0;
    margin: 0 0;
    list-style: none;
}

.calc_serv_wrap .choose_to_item .list li {
    font-size: 15px;
    font-weight: 400;
    color: #0f0e0c;
    display: block;
    margin-bottom: 1px;
}

.calc_serv_wrap .calc_info {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.calc_serv_wrap .calc_info_img {
    margin-right: 30px;
}

.calc_serv_wrap .calc_info_name {
    padding-left: 40px;
    background: url("../im/ico_car.png") 0 50% no-repeat;
    font-size: 25px;
    font-weight: 400;
    color: #0f0e0c;
    text-transform: uppercase;
}

.calc_serv_wrap .calc_info_name b {
    font-weight: 400;
}

.calc_serv_wrap .calc_info_type {
    padding-left: 40px;
    background: url("../im/ico_gear.png") 0 50% no-repeat;
    font-size: 25px;
    font-weight: 400;
    color: #0f0e0c;
}

.calc_serv_wrap .calc_info_price {
    font-size: 25px;
    font-weight: 400;
    color: #0f0e0c;
}

.calc_serv_wrap .calc_info_price span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.calc_serv_wrap .calc_info_price span b {
    font-size: 25px;
}


.calc_form {
    margin-top: 70px;
}

.calc_form_title {
    text-align: center;
    color: #0f0e0c;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.calc_form form {
    margin: 0 auto;
    width: 64%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.calc_form form .form-group {
    width: 49%;
}

.calc_form form .agree_field {
    margin-left: auto;
    width: 49%;
}

/**************************************************************************************************************/


.specs {
    margin-top: 85px;
}

.specs .sepcs_title {

    padding: 20px 0 30px;

    position: relative;

    border-bottom: 2px dashed #ebebeb;

    font-size: 29px;

    line-height: 26px;

    font-weight: 700;

    color: #363636;

    text-transform: uppercase;
}

.specs .sepcs_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 83px;
    background: #e3002b;
}

.specs .specs_items {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -1.666%;
}

.specs .spec_item {

    width: 30%;

    margin: 0 1.666%;

    padding-top: 50px;

    /* display: flex; */

    /* flex-direction: column; */

    /* justify-content: space-between; */

    text-align: center;

    font-size: 16px;

    font-weight: 300;
}

.specs .spec_item img {

}

.specs .spec_item .title {

    font-weight: 700;

    padding-top: 15px;
}

.specs .spec_item .description {

    padding-top: 15px;

    height: 110px;
}

.specs .spec_item .btn {

    margin: 0 auto;

    margin-top: 15px;
}

/**************************************************************************************************************/

.offer {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.offer_text {
    width: 808px;
    box-sizing: border-box;
    margin-right: -46px;
    padding: 25px 40px 35px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.offer_text:after {
    content: '';
    display: block;
    width: 46px;
    height: 42px;
    background: url("../im/corner.png") 0 0 no-repeat;
    position: absolute;
    bottom: -41px;
    right: 0;

}

.offer_title {
    font-size: 28px;
    margin-bottom: 34px;
    font-weight: 400;
    line-height: 160%;
}

.offer_title > div {
}

.offer_title > div:nth-child(1) {
    font-size: 28px;
}

.offer_title > div:nth-child(1) b {
    font-size: 42px;
    color: #e3002b;
}

.offer_title > div:nth-child(3) {
    font-weight: bold;
    font-size: 36px;
}

.offer_title > div:nth-child(3) b {
    font-size: 42px;
    color: #e3002b;
}

.offer_title > div:nth-child(4) {
    font-size: 31px;
}

.offer_title > div:nth-child(4) b {
    font-size: 36px;
    color: #e3002b;
}


/*.offer_title b {
    font-size: 43px;
}
.offer_title span {
    display: block;
    margin-top: 5px;
    font-size: 40px;
    color: #e3002b;
    text-transform: uppercase;
}

.offer_title span sup {
    font-size: 12px;
}

*/
.offer_props {
    display: flex;
    justify-content: space-between;
}

.offer_props a {
    width: 30%;
    display: block;
    padding-top: 155px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    color: #000000;
}

.offer_props a.ico1 {
    background: url("../im/offer_ico1.png") 70% 0 no-repeat;
}

.offer_props a.ico2 {
    background: url("../im/offer_ico2.png") 70% 0 no-repeat;
}

.offer_props a.ico3 {
    background: url("../im/offer_ico3.png") 70% 0 no-repeat;
}

.offer_props a.ico1:hover {
    background: url("../im/offer_ico1_hov.png") 50% 0 no-repeat;
}

.offer_props a.ico2:hover {
    background: url("../im/offer_ico2_hov.png") 50% 0 no-repeat;
}

.offer_props a.ico3:hover {
    background: url("../im/offer_ico3_hov.png") 50% 0 no-repeat;
}

.offer_img {
    margin-top: 102px;
    position: relative;
}

.offer_img_hov {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    opacity: 0;
    transition: all .3s;
}

.offer_img_hov .btn {
    margin-bottom: 110px;
}

.offer_img:hover .offer_img_hov {
    opacity: 1;
}

/**************************************************************************************************************/


.service {

    margin-top: 50px;
}

.service .service_title {

    padding: 20px 0 30px;

    position: relative;

    border-bottom: 2px dashed #ebebeb;

    font-size: 29px;

    line-height: 26px;

    font-weight: 700;

    color: #363636;

    text-transform: uppercase;
}

.service .service_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 83px;
    background: #e3002b;
}

.service .service_items {

    display: flex;

    justify-content: space-between;

    padding-bottom: 50px;

    border-bottom: 1px solid #ebebeb;
}

.service .service_item {

    width: 25%;

    text-align: center;

    padding-top: 50px;
}

.service .service_item .title {

    font-size: 18px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 100%;

    padding-top: 30px;

    height: 105px;
}

.service .service_item .description {

    padding-top: 30px;

    height: 120px;
}

.service .service_item .btn {

    width: 100%;

    margin-top: 30px;
}


/**************************************************************************************************************/


.contacts_block {

    margin-top: 50px;
}

.contacts_title {

    padding: 20px 0 30px;

    position: relative;

    border-bottom: 2px dashed #ebebeb;

    font-size: 29px;

    line-height: 26px;

    font-weight: 700;

    color: #363636;

    text-transform: uppercase;
}

.contacts_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 83px;
    background: #e3002b;
}

.contacts {

    width: 440px;

    padding: 30px 40px;

    background: hsla(0, 0%, 94%, .9);

    box-shadow: 0 2px 4px rgb(0 0 0 / 40%);

    position: absolute;

    top: 200px;

    left: 0;

    z-index: 1;
}

.contacts .title {

    font-size: 21px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 22px;

    margin-bottom: 25px;
}

.contacts .bottom_dealer {

    font-size: 15px;

    font-weight: 700;

    color: #e3002b;
}

.contacts .bottom_addr {

    font-size: 14px;
}

.contacts .bottom_phone a {

    font-weight: 600;

    font-size: 22px;

    color: #363636;

    text-decoration: none;

    margin-bottom: 35px;

    display: block;
}

.contacts #form_contacts {

}


/**************************************************************************************************************/

#map1 {
    height: 640px;
    width: 100%;
    max-width: 100%;
    background: url(../im/map1.jpg) 50% 50% no-repeat;
}


footer {
    padding-top: 21px;
    padding-bottom: 20px;
}


.disclamer_switch_bg {

}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

footer .disclamer {
    color: black;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px; /* position: absolute; */
    top: 0px;
    left: 15px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1900px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}
@media (max-width: 1280px) {
    .slide9 .title1 {
        font-size: 36px;
    }
    .slide9 .title1 b {
        font-size: 54px;
    }
    .slide9 .title2 {
        font-size: 20px;
    }
    .slide9 .title3 {
        font-size: 54px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .title_container {
        padding-top: 20px;
        padding-left: 30px;
    }

    .title1 {
        font-size: 26px;
        margin: 10px 0;
    }

    .first_screen {
    }

    .calc_serv {
        margin-top: 70px;
    }

    .calc_serv_title span {
        font-size: 26px;
    }

    .title_props li {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .header .btn {
        width: 200px;
    }

    .header .top_phone a {
        font-weight: 600;
        font-size: 20px;
    }

    .specs .spec_item .description {
        height: 140px;
    }

    .service .service_item {
        width: 23%;
    }

    .service .service_item .description {
        height: 135px;
    }

    .offer_text {
        width: 100%;
    }

    .offer_props a {
        background-position: 60% 0 !important;
    }

    .offer_img {
        display: none;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .first_screen {
        margin-top: 90px;
    }

    .title_container {
        padding-left: 15px;
    }

    .title1 {
        font-size: 20px;
    }

    .title1 b {
        font-size: 24px;
    }

    .title_comment {
        font-size: 24px;
    }

    .title_props li {
        margin-bottom: 2px;
        font-size: 16px;
    }

    .timer {
        margin-top: 10px;
    }

    div[id^=timer] {
        transform: scale(0.8) !important;
        transform-origin: 0 0 !important;
    }


    .calc_serv_bg {
        height: auto;
    }

    .calc_serv_wrap {
        height: auto;
        padding-bottom: 50px;
    }

    .calc_serv_wrap .calc_cars {
        flex-direction: column;
    }

    .calc_serv_wrap .calc_cars .car {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .calc_serv_wrap .calc_cars .car .car_name {
        margin-bottom: 10px;
    }

    .calc_serv_wrap .calc_cars .car_img {
        text-align: center;
    }

    .calc_serv_wrap .choose_to {
        flex-direction: column;
    }

    .calc_serv_wrap .choose_to_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .calc_serv_wrap .calc_info {
        flex-direction: column;
    }

    .calc_serv_wrap .calc_info_text {
        margin-top: 20px;
    }

    .calc_form form {
        width: 100%;
    }

    .online_work .content .text1 {
        font-size: 20px;
    }

    .online_work .content .text2 {
        font-size: 20px;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo {
        width: 90px;
        order: -1;
    }

    .header .top_dealer {
        display: none;
    }

    .header .logo2 {
        order: -1;
    }

    .specs .spec_item {
        width: 45%;
        margin: 0 2.5%;
    }

    .service .service_items {
        flex-wrap: wrap;
    }

    .service .service_item {
        width: 48%;
    }

    .service .service_item .description {
        height: 100px;
    }

    .service .service_item .title {
        height: 70px;
    }
}
@media (max-width: 991px) {
    .slide9 .title_container {
        padding: 20px 56px;
    }
    .slide9 .title1 b {
        font-size: 40px;
    }
    .slide9 .title1 {
        font-size: 26px;
    }
    .slide9 .title3 {
        font-size: 40px;
    }
    .slide9 .title2 {
        font-size: 16px;
        padding: 10px 10px;
    }
}   

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .slide9 .title_container {
        padding: 10px 0 0 0;
        display: grid;
        justify-content: center;
    }
    .slide9 .title1 {
        font-size: 6vw;
    }
    .slide9 .title1 b {
        font-size: 8vw;
    }
    .slide9 .title3 {
        font-size: 8vw;
        color: #000;
        text-align: center;
    }
    .slide9 .title2 {
        margin-top: 0;
        text-align: center;
    }

    .offer {
        flex-direction: column;
    }

    .offer_text {
        width: 100%;
        padding: 15px;
    }

    .offer_title {
        font-size: 20px;
    }

    .offer_title div {
        font-size: 26px !important;
    }

    .offer_title b {
        font-size: 27px !important;
    }

    /*.offer_title b {
        font-size: 30px;
    }

    .offer_title span {
        font-size: 28px;
    }*/
    .offer_props {
        flex-flow: wrap;
    }

    .offer_props a {
        width: 49%;
        font-size: 14px;
        background-size: 90% !important;
        padding-top: 130px;
        margin-bottom: 20px;
    }

    .offer_text:after {
        display: none;
    }

    .offer_img {
        margin-top: 0;
    }

    .offer_img img {
        width: 100%;
    }

    .offer_img_hov .btn {
        width: 90%;
    }

    .offer_props a:last-child {
        margin: 0 auto;
    }

    .calc_serv_title {
        font-size: 18px;
    }

    .calc_serv_title span {
        font-size: 22px;
    }

    .calc_serv_bg {
        height: auto;
    }

    .calc_serv_wrap {
        height: auto;
        padding: 20px 15px 90px 15px;
    }

    .calc_serv_wrap .pag {
        width: 90%;
    }

    .calc_serv_wrap .calc_cars {
        flex-direction: column;
    }

    .calc_serv_wrap .calc_cars .car {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .calc_serv_wrap .calc_cars .car .car_name {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .calc_serv_wrap .calc_cars .car_img {
        text-align: center;
    }

    .calc_serv_wrap .models {
        margin-top: 20px;
    }

    .calc_serv_wrap .models div {
        width: 100%;
        margin-bottom: 10px;
    }

    .calc_serv_wrap .choose_to {
        flex-direction: column;
    }

    .calc_serv_wrap .choose_to_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .calc_serv_wrap .calc_info {
        flex-direction: column;
    }

    .calc_serv_wrap .calc_info_text {
        margin-top: 20px;
    }

    .calc_serv_wrap .current_car {
        bottom: 60px;
    }

    .calc_serv_wrap .back {
        left: 15px;
    }

    .calc_form form {
        width: 100%;
    }

    .calc_form form .form-group {
        width: 100%;
    }

    .calc_form form .agree_field {
        width: 100%;
    }

    .calc_serv_wrap .calc_info_name {
        font-size: 16px;
    }

    .calc_serv_wrap .calc_info_type {
        font-size: 20px;
    }

    .calc_serv_wrap .calc_info_price {
        font-size: 20px;
    }

    .calc_serv_wrap .calc_info_price span b {
        font-size: 20px;
    }

    .calc_serv_wrap .calc_info_img {
        text-align: center;
    }

    .online_work {
        background: #c40030;
        padding: 10px 0;
        padding-bottom: 19px;
    }

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

    .online_work .content .text1 {
        padding-left: 0;
        font-size: 18px;
    }

    .online_work .content .text2 {
        padding-left: 0;
        color: white;
        font-size: 20px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }


    /************************************************************************/
    header {
        padding-bottom: 10px;
    }

    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo {
        width: 15%;
        order: -1;
    }

    .header .logo2 {
        width: 35%;
        order: -1;
    }

    .header .top_dealer {
        display: none;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone a {
        font-size: 16px;
    }

    .header .btn {
        width: 100%;
        margin-top: 10px;
    }

    .first_screen {
        margin-top: 135px;
    }

    .title_container {
        padding: 185px 15px 0;
    }

    .title1 {
        font-size: 22px;
        color: #000000;
        text-align: center;
        margin: 10px 0;
    }

    .title1 b {
        font-size: inherit;
    }

    .title_comment {
        color: #000000;
        font-size: 23px;
        margin-top: 0;
    }

    .title_props li {
        color: #000000;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .title_props li s {
        font-size: inherit;
    }

    .title_props li span b {
        white-space: nowrap;
        font-size: 34px;
    }


    .first_screen {
    }

    .first_screen .banner_slider .slick-arrow {
        top: 80px;
    }

    .timer {
        margin-top: 335px;
        justify-content: center;
        margin-left: 0;
    }

    div[id^=timer] {
        transform: scale(0.75) !important;
    }

    span[id^=timer-number],
    span[id^=timer-text] {
        color: #000000 !important;
    }

    .calc_serv {
        margin-top: 50px;
    }

    .specs .spec_item {
        width: 100%;
        margin: 0;
    }

    .specs .spec_item .description {
        height: auto;
    }

    .service .service_items {
        flex-wrap: wrap;
    }

    .service .service_item {
        width: 100%;
    }

    .service .service_item .description {
        height: auto;
        padding-top: 15px;
    }

    .service .service_item .title {
        height: auto;
        padding-top: 15px;
    }

    .service .service_item .btn {
        margin-top: 15px;
    }

    .contacts {
        width: 100%;
        padding: 0;
        padding-top: 30px;
        background: none;
        box-shadow: none;
        position: static;
        padding-bottom: 50px;
    }

    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

    .offer_title div {
        font-size: 22px !important;
    }

    .offer_title b {
        font-size: 23px !important;
    }

    .timer {
        margin-top: 290px;
    }

    .title_container {
        padding: 160px 15px 0;
    }

}

@media (max-width: 378px) {

}

@media (max-width: 360px) {

    .title_container {
        padding: 110px 15px 0;
    }

    .offer_title {
        font-size: 16px;
    }

    .offer_title b {
        font-size: 24px;
    }

    .offer_title span {
        font-size: 22px;
    }

    .offer_props a {
        font-size: 12px;
        padding-top: 110px;
    }

    .timer {
        margin-top: 240px;
    }

    .calc_serv_wrap .models div {
        font-size: 14px;
        padding: 20px 0;
    }

    .calc_serv_wrap .choose_to_item .name {
        font-size: 20px;
    }

    .calc_serv_wrap .choose_to_item .list li {
        font-size: 12px;
    }

    .title1 {
        margin-top: 15px;
        font-size: 18px;
    }

    .title_comment {
        font-size: 20px;
    }

    .first_screen {
        margin-top: 125px;
    }

    .title_props li {
        font-size: 16px;
    }

    .title_props li span b {
        font-size: 30px;
    }

}


.offer__bottomBlock {
    max-width: 1271px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


@media (max-width: 767px) {
    .offer__bottomBlock {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 20px;
    }

    .offer_text {
        margin-right: 0;
    }
}
