html {
    overflow-x: hidden;
}

body {
    font-family: 'MazdaTypeCyrillic';
    font-size: 14px;
    color: black;
    position: relative;
    padding: 0px;
    font-weight: 400;
    /*background: white url(../img/bg1.jpg) 50% 112px no-repeat;*/
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: #fff url(../img/bg_select.png) 95% 50% no-repeat;
    border: none;
    padding-right: 22px;
    outline: none;
    height: 57px;
    border: 1px solid #393939;
    width: 100%;
    padding-left: 33px;
    font-size: 16px;
    color: #565656;
}


.fancybox-default-skin {
    border-radius: 10px;
}

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

.footer .disclamer {
    color: #b8b8b8;
    font-size: 10px;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
}

.form_screen2 {
    position: absolute;
    top: 21px;
    left: 380px;
    background: #f9f9f9;
    height: 100%;
    width: 322px;
    transition: 0.5s;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    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: 1200px) {
    #map1 {
        width: 50%;
        height: 376px;
        background: url(../img/map.jpg);
    }
}

@media (min-width: 1140px) and (max-width: 1600px) {
    .single-item {
        left: -385px;
    }

    .slider_container.mobile {
        display: none !important;
    }
}


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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
}

.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, #form_popup2, .form_popup2 {
    display: none;
}

.popup_container {
    width: 380px;
    max-width: 100%;
    padding: 21px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.popup_container h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0px;
    margin: 0px;
    padding-bottom: 17px;
    text-align: center;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}


.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: black;
    border: 1px solid #888888;
    display: block;
    border-radius: 0px;
    height: 54px;
    line-height: 44px;
    text-decoration: none;
    text-align: aoaa;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.popup_container .form-group button {
    cursor: pointer;
    outline: none;
    border: none;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

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

form {
}

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

form .form-group input[type=text],
form .form-group input[type=tel],
form .form-group input[type=email] {
    height: 57px;
    width: 100%;
    border: 1px solid black;
    border-radius: 0px;
    padding: 0px 20px;
    color: #495b65;
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
    font-family: 'MazdaTypeCyrillic';
}

form .form-group button {
    width: 100%;
    font-family: 'MazdaTypeCyrillic';
    cursor: pointer;
}

label {
    color: #ccc;
    font-size: 12px;
}

label a {
    color: #ccc;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.agree_field {
    display: block;
}

.form_title {
    color: #435967;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-bottom: 58px;
}

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

.btn {
    box-sizing: border-box;
    height: 56px;
    width: 320px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    /*line-height: 53px;*/
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.white {
    background: white;
    color: black;
}

.btn.white:hover {
    background: #d6d6d6;
}

.btn.grey {
    background: #383838;
}

.btn.grey:hover {
    background: #5a5a5a;
}

.btn.ligth_grey {
    background: #d7d7d7;
    color: black;
}

.btn.ligth_grey:hover {
    background: #bababa;
}

.btn.red {
    background: #82121a;
}

.btn.red:hover {
    background: #a4111b;
}

.btn.black {
    background: black;
}

.btn.black:hover {
    background: #1b1b1b;
}

.btn.glass {
    color: #000000;
    background: transparent;
    border: 2px solid #82121a;
}

.btn.glass:hover {
    color: #ffffff;
    background: #82121a;;
}

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




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

.cookies {
    box-sizing: border-box;
    box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 15px 80px;
    z-index: 10;
    display: none;
}

.cookies .cookies_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies_text {
    font-size: 18px;
}

.cookies_text a {
    color: #000000;
    text-decoration: underline;
}

.cookies .btn {
    width: 200px;
    height: 50px;
    cursor: pointer;
}

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

header {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.13);
    top: 0;
    left: 0;
    right: 0;
}

/*header .about_dealer {
    font-size: 12px;
    padding-bottom: 20px;
}*/

header .header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

header .header_container .logo img:nth-child(1) {
    padding-right: 15px;
}

header .header_container .btn {
    width: 370px;
    height: 40px;
    line-height: 38px;
    /* border-radius: 5px; */
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

/* header .header_container .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8),hsla(0,0%,100%,0)) no-repeat -2px 0;
    width: 30px;
    height: 100%;
    opacity: .5;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-animation: runbeam 4s ease-in-out 2s infinite;
    animation: runbeam 4s ease-in-out 2s infinite;
}

@-webkit-keyframes runbeam {
    20%,to {
        left:-webkit-calc(100% + 10px);
        left:calc(100% + 10px);
    }
}
@keyframes runbeam {
    20%,to {
        left:-webkit-calc(100% + 10px);
        left:calc(100% + 10px);
    }
} */

header .header_container .btn span {
    position: relative;
    padding-left: 30px;
}

header .header_container .btn span:before {
    content: url(../img/top_phone_btn.png);
    position: absolute;
    left: 0;
    top: 4px;
}

.top_addr span {
    font-size: 17px;
    color: black;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.top_addr span:before {
    content: url(../img/loc_top.png);
    position: absolute;
    left: 0;
}

.top_phone {
    /* color: black; */
    color: #82121a;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

/* .top_phone:hover {
    color: #0085d2;
} */

.top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    left: 0;
}

.top_phone:hover:before {
    content: url(../img/phone_top_hover.png);
    position: absolute;
    left: 0;
}

.logo2 {
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

header .top_menu {
    background: #82121a;
}

header .top_menu .container {
    display: flex;
    justify-content: space-between;
}

header .top_menu a {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

header .top_menu a span {
    color: #b2b2b2;
    text-transform: none;
}

header .top_menu a:hover {
    text-decoration: underline;
}

/* header .top_menu .bon
{
    color: #fff;
	background: #414141;
} */


/* first-screen */
.banner_slider {
    margin-top: 184px;
    width: 100%;
    max-width: 1920px;
}

.banner_slider .slide1 {
    background: url("../img/slide1.jpg") 50% 0 no-repeat;
}

.banner_slider .slide2 {
    background: url("../img/slide2.jpg") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    background: url("../img/slide3.jpg") 50% 0 no-repeat;
}

.banner_slider .slide4 {
    background: url("../img/slide4.jpg") 50% 0 no-repeat;
}

.banner_slider .slide5 {
    background: url("../img/slide5.jpg") 50% 0 no-repeat;
}

.banner_slider .slide6 {
    background: url("../img/slide6.jpg") 50% 0 no-repeat;
}

.banner_slider .slide7 {
    background: url("../img/slide7.jpg") 50% 0 no-repeat;
}

.banner_slider .slick-slide {
    height: 595px !important;
    outline: none;
}

.banner_slider .slick-next {
    right: 20px !important;
    z-index: 1;
}

.banner_slider .slick-next:before {
    content: url("../img/next.png") !important;
}

.banner_slider .slick-prev {
    left: 20px !important;
    z-index: 1;
}

.banner_slider .slick-prev:before {
    content: url("../img/prev.png") !important;
}

.banner_slider .slick-next.black:before {
    content: url("../img/next_black.png") !important;
}

.banner_slider .slick-prev.black:before {
    content: url("../img/prev_black.png") !important;
}

.title1 {
    font-size: 22px;
    font-weight: 700;
    color: #84161e;
    padding-top: 15px;
    margin-bottom: 10px;
}

.title1 span {
    font-size: 1.8em;
    text-decoration: underline;
}

.title_cred {
    display: block;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding-left: 50px;
    background: url("../img/ico_card.png") 0 70% no-repeat;
}

.title_cred b {
    font-size: 36px;
    color: #82121a;
}

.title2 {
    font-size: 21px;
    margin-top: 15px;
}

.title_works {
    padding: 30px 0 30px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.title_works li:first-child {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    margin-left: -20px;
    font-weight: 700;
}

.title_works li {
    margin-bottom: 10px;
}

.title_form {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 40px;
    /* margin: 0 auto; */
}

.slide1 .title_disc {
    margin-top: 170px;
    font-size: 12px;
}

.slide3 .title_disc {
    color: #ffffff;
    /* bottom: -80px; */
    padding-top: 50px;
}

.slide1 .big_choice {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    width: 199px;
    height: 199px;
    padding-top: 85px;
    background: url("../img/big_choice_pl.png") 50% no-repeat;
    transition: all .3s;
    outline: none;
}

.slide1 .big_choice:hover {
    background: url("../img/big_choice_pl_hov.png") 50% no-repeat;
}

.slide1 .title_form {
    /* margin-top: 50px; */
    /* display: none; */
}

.slide2 .title_form,
.slide3 .title_form {
    margin-left: 0;
}

.title3 {
    padding-top: 70px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    line-height: 120%;
    text-transform: uppercase;
}

.title3.second {
    padding-top: 0;
}

.title3 span {
    color: #82121a;
    text-transform: none;
}

.title3_comment1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    /* padding-bottom: 30px; */
}

.title3_comment1 b {
    font-size: 30px;
}

.title3_comment1 span {
    font-size: 48px;
    display: inline-block;
    text-decoration: underline;
    background: #82121a;
    padding: 5px 20px;
    margin-top: 5px;
}

.title3_comment2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
}

.warn_title {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px 10px 80px;
    background: url("../img/warn_ico.png") 15px 13px no-repeat #82121a;
    margin-bottom: 20px;
}

.warn_title span {
    font-size: 28px;
    display: block;
    margin-top: 10px;
}

.title_form .btn {
    border: none;
    position: relative;
    overflow: hidden;
    height: 46px;
    font-size: 18px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_form .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0)) no-repeat -2px 0;
    width: 30px;
    height: 100%;
    opacity: .5;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    /* -webkit-animation: runbeam 4s ease-in-out 2s infinite;
    animation: runbeam 4s ease-in-out 2s infinite; */
}

.title_form .form-group input[type="tel"],
.title_form .form-group input[type="text"] {
    background: #414141;
    color: white;
    border: none;
    height: 46px;
}

.slide1 .title_form .form-group input[type="tel"],
.slide1 .title_form .form-group input[type="text"] {
    background: #dcdcdc;
    color: #000000;
}

.slide1 .title_form .form-group input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

.slide1 .title_form .form-group input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

.slide1 .title_form .form-group input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

.slide1 .title_form .form-group input[type="tel"]:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}


.title_form .form-group-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_form .form-group {
    width: 48%;
}

.title_form label {
    color: #ccc;
    font-size: 12px;
}

.form-group.button_mob {
    display: none;
}

.slide2 .title_form label {
    color: #ffffff;
}

.slide1 .title_form label {
    /* color: #000; */
}

.big_stock {
    position: absolute;
    top: 115px;
    right: 0;
}

.title4 {
    padding-top: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
}

.title4_props {
    padding: 0;
    margin: 45px 0 60px;
    list-style: none;
}

.title4_props li {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding-left: 45px;
    background: url("../img/ico_checked.png") 0 50% no-repeat;
    margin-bottom: 40px;
}

.title4_props li:first-child {
    font-size: 18px;
}

.title4_props li b {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.slide4 .title_form {
    width: 58%;
}

.slide4 .title_form .form-group input[type=tel] {
    background: #efefef;
    color: #000000;
    height: 56px;
}

.slide4 .title_form .btn {
    height: 56px;
}

.slide4 .title_form .form-group:nth-child(1) {
    width: 56%;
}

.slide4 .title_form .form-group:nth-child(2) {
    width: 42%;
}

.slide4 .title_form .form-group input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

.slide4 .title_form .form-group input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

.slide4 .title_form .form-group input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

.slide4 .title_form .form-group input[type="tel"]:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}


.banner_slider .slide5 {
    color: #fff;
}

.banner_slider .title5 {
    text-transform: uppercase;
    font-size: 87px;
    font-weight: 400;
}
.banner_slider .title_desc5 {
    font-size: 43px;
    font-weight: 400;
}

.banner_slider .slide5 form {
    margin-top: 300px;
}

.banner_slider .title_btn {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 26px;
    color: #fff;
    /*line-height: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 180px;
    background: #82121a;
    border-radius: 50%;
    text-transform: uppercase;
}

.banner_slider .title_btn:hover {
    color: #82121a;
    background: #fff;

}

.banner_slider .title_btn font {
    /* position: relative; */
}
.banner_slider .title_btn font:after {
    content: "";
    display: block;
    width: 162px;
    height: 162px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

.banner_slider .title_btn:hover font:after {
    border: 2px solid #82121a;
}

.banner_slider .title_btn font span {
    font-size: 68px;
    font-weight: 400;
    line-height: 70px;
}

.banner_slider .title_btn font i {
    font-style: normal;
    font-size: 1.22em;
}

.banner_slider form {
    width: 100%;
    max-width: 570px;
    margin-top: 0;
}
.banner_slider form .form-group-wrapper {
    display: flex;
    justify-content: space-between;
}
.banner_slider form .form-group {
    width: 49%;
}

.banner_slider.slide6 {
    color: #ffffff;
}

.title6 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
    color: #ffffff;
}

.title6_props {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.title6_props li {
    color: #ffffff;
    font-size: 20px;
}

.title6_props li:first-child {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title7 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    padding-top: 35px;
}

.title7_comment {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 45px;
}

.title7_comment b {
    text-decoration: underline;
}

.slide7 .title_disc {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 16px;
}

/* BANNER ADVS */

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

.banner_advs a {
    background: #82121a;
    color: white;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 15px 10px 58px;
}

.banner_advs a.ico1 {
    background: url(../img/banner_ico1.png) 13px 50% no-repeat #82121a;
}

.banner_advs a.ico2 {
    background: url(../img/banner_ico2.png) 12px 50% no-repeat #82121a;
}

.banner_advs a:hover {
    background-color: #a4111b;
}

/* BANNER ADVS END */

.about_dealer {
    background: #383838;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0;
    line-height: 130%;
}


/* cars_menu */


.cars_menu_bg {
    background: #d7d7d7;
}

.cars_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cars_menu_item {
    padding: 35px 20px;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    /* border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7; */
    width: 100%;
    color: black;
    display: block;
}

.cars_menu_item {
    text-transform: none;
    color: black;
}

.cars_menu_item:hover {
    text-transform: none;
    color: white;
}

.cars_menu_item:first-child {
    border-left: 1px solid #bebebe;
}

.cars_menu_item {
    color: black;
}

.cars_menu_item:hover {
    text-transform: none;
    color: white;
    background: #363636;
    border-color: #363636;
}

.cars_menu_item.active {
    text-transform: none;
    color: white;
    background: #363636;
    border-color: #363636;
}

.cars_menu_item .menu_img img,
.cars_menu_item .menu_img img {
    transition: all .1s linear;
}

.cars_menu_item:hover .menu_img img,
.cars_menu_item.active .menu_img img {
    transform: scale(1.1);
}

.menu_img {
    padding-bottom: 15px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.cars_menu_item span {
    font-weight: 500;
    padding-left: 0;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}


/* OFFER */

.offer {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

.offer_wrap {
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.offer_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 25px;
}

.offer_title span {
    color: #91002b;
}

.offer_comment {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}

.timer_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.timer {
    display: flex;
    justify-content: flex-start;
}

.offer_stock {
    position: absolute;
    top: 90px;
    right: -55px;
    width: 50%;
}

.offer_stock_info {
    width: 42%;
    margin: 0 auto;
    background: #e5e5e5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer_stock span {
    display: block;
    padding-top: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.offer_stock b {
    font-size: 120px;
    color: #91002b;
    display: block;
    padding-bottom: 30px;
    line-height: 75%;
    letter-spacing: -15px;
    position: relative;
    left: -15px;
}

.offer_stock img {
    position: absolute;
    top: 145px;
}

.offer .btn {
    width: 31%;
    height: 54px;
    margin-top: 20px;
}

/* OFFER END */

/* cars-items */

.cars_items {
    /* display: none; */
}


.car_item:not(:first-child) {
    margin-top: 70px;
}

.car_item_wrap {
    background: #efefef;
    background: linear-gradient(to right, #efefef 0%, #efefef 33.5%, transparent 33.5%, transparent 100%);
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.car_item_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.car_item .img_block {
    width: 40%;
    position: relative;
    /*left: -1000px;*/
    transition: all .3s linear;
}

.car_item .img_block .title {
    font-size: 48px;
    font-weight: 700;
}

.car_item .img_block .big_title {
    font-size: 110px;
    color: #dcdcdc;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.car_item .info_wrap {
    width: 30%;
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    /*right: -1200px;*/
    transition: all .3s linear;
}

/*.car_item.active .img_block {
    left: 0;
}
.car_item.active .info_wrap {
    right: 0;
}*/

.car_item .profit_block {
    width: 23%;
}

.car_item .profit_block .profit {
    font-size: 16px;
    font-weight: 700;
}

.car_item .profit_block .profit span {
    font-size: 36px;
    font-weight: 500;
}

.car_item .profit_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 0;
}

.car_item .profit_block li {
    padding-top: 20px;
}

.car_item .profit_block li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-weight: 400;
    padding-left: 40px;
    min-height: 25px;
}

.car_item .profit_block li a.ico1 {
    background: url("../img/tradein_ico.png") 0 50% no-repeat;
}

.car_item .profit_block li a.ico2 {
    background: url("../img/tradein_ico.png") 0 50% no-repeat;
}

.car_item .profit_block li a.ico3 {
    background: url("../img/credit_ico.png") 0 50% no-repeat;
}

.car_item .profit_block li a.ico4 {
    background: url("../img/wallet_ico.png") 0 50% no-repeat;
}


.car_item .btns {
    width: 100%;
}

.car_item .btns .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    height: 60px;
}

.car_item .btns .btn span span {
    font-weight: 700;
}

.car_item .btns li:last-child.type2 .btn {
    width: 99.4%;
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 16px;
    color: #585858;
    background: #dcdcdc;
}

.car_item .btns li:last-child.type2 .btn:hover {
    background: #ffffff;
    border-color: #dcdcdc;

}

/*.car_item .btns li.type4 .btn span span {
    display: inline-block;
    margin-bottom: -9px;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    border: 1px solid black;
    border-radius: 50%;
    position: relative;
}

.car_item .btns li.type4 .btn span span .b1 {
    content: "";
    width: 12px;
    height: 2px;
    background: black;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}

.car_item .btns li.type4 .btn span span .b2 {
    content: "";
    width: 2px;
    height: 12px;
    background: black;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 1px);
    transition: all .1s linear;
}

.car_item .btns li.type4 .btn span span .b2.active {
    display: block;
    -webkit-transform: rotate(90deg); 
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.car_item .btns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* compl_item */


.compl_item {
    /* height: 0; */
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: all .2s linear;
    display: none;
}

.compl_item.active {
    /* height: auto;
    opacity: 1;
    pointer-events: unset; */
    display: block;
}

.compl_item .container.limit .item:nth-child(n+5) {
    display: none;
}

.compl_choose {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 10px;
}

.compl_choose .choose_item {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 16px;
    background: #efefef;
    border-right: 1px solid #000000;
    cursor: pointer;
}

.compl_choose .choose_item:last-child {
    border: none;
}

.compl_choose .choose_item.active {
    color: #ffffff;
    background: #3a3d46;
}

.compl_item .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
}

.compl_item .car_img_small {
    width: 28%;
    text-align: center;
}

.compl_item .car_img_small img {
    width: 100%;
}

.compl_item .info {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.compl_item .complect {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
    display: flex;
}

/* .compl_item .engine {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
} */

.compl_item .complect span {
    width: 50%;
    text-align: right;
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 300;
    margin-right: 15px;
}

/* .compl_item .engine span {

} */

.compl_item .btns {
    box-sizing: border-box;
    width: 30%;
    padding-right: 25px;
}

.compl_item .btns .btn {
    margin-bottom: 10px;
    margin-top: 0;
}

.compl_item .btns .btn.lightgrey {
    width: 99.4%;
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 16px;
    color: #585858;
    background: #dcdcdc;
}

.compl_item .showmore {
    margin: 20px auto 0;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding: 6px 0;
    width: 80px;
    border-bottom: 2px solid #000000;
    text-align: center;
    cursor: pointer;
}

/* VIKUP */

.vikup {
    margin-top: 70px;
    background: #383838;
    padding: 60px 0;
}

.vikup_title {
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

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

.vikup_props .vikup_prop_item {
    box-sizing: border-box;
    width: 31.2%;
    height: 266px;
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
}

.vikup_props .vikup_prop_item b {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vikup_props .vikup_prop_item.img1 {
    background: url("../img/img1.jpg") 0 0 no-repeat;
}

.vikup_props .vikup_prop_item.img2 {
    background: url("../img/img2.jpg") 0 0 no-repeat;
}

.vikup_props .vikup_prop_item.img3 {
    background: url("../img/img3.jpg") 0 0 no-repeat;
}

.vikup_btn {
    width: 454px;
    max-width: 100%;
    margin: 20px auto 0;
}

.vikup_comment {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

#vikup_form {
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#vikup_form .form-group {
    width: 32.5%;
}

#vikup_form input[type=text],
#vikup_form input[type=tel] {
    height: 56px;
    background: #ffffff;
    padding-left: 25px;
}

#vikup_form .form-group input[type="text"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
#vikup_form .form-group input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

#vikup_form .form-group input[type="text"]::-moz-placeholder, /* Firefox 19+ */
#vikup_form .form-group input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

#vikup_form .form-group input[type="text"]:-ms-input-placeholder, /* IE 10+ */
#vikup_form .form-group input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

#vikup_form .form-group input[type="text"]:-moz-placeholder, /* Firefox 18- */
#vikup_form .form-group input[type="tel"]:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

#vikup_form .btn {
    height: 56px;
}

/* online work */


.online_work {
    background: url(../img/online_work_bg.jpg) 50% 50% no-repeat;
    padding: 55px 0;
    /*margin-top: 80px;*/
}

.online_work .title {
    font-size: 30px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.online_work .description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    color: white;
}

.online_work .btn {
    width: 370px;
    height: 56px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
}


/* online work end */

/* about */

.about_bg {
    background: url(../img/about_bg.jpg) top no-repeat;
    margin-top: 0;
}

.about_bg_mob {
    display: none;
}

.about {
    padding-top: 80px;
    padding-bottom: 110px;
    margin: 0 auto;
    width: 55%;
    padding-left: 100px;
}

.about_title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding-bottom: 5px;
}

.about_list {
    padding: 0;
    margin: 0;
}

.about li {
    font-size: 20px;
    font-weight: 400;
    color: white;
    list-style: none;
    position: relative;
    padding-left: 50px;
    padding-top: 35px;
}

.about li a {
    color: white;
    text-transform: uppercase;
}

.about li:before {
    content: url(../img/checked.png);
    position: absolute;
    left: 0;
    z-index: 2;
}

/* .about li:nth-child(1):before {
    content: url(../img/shield.png);
}

.about li:nth-child(2):before {
    content: url(../img/card.png);
}

.about li:nth-child(3):before {
    content: url(../img/wrench.png);
}

.about li:nth-child(4):before {
    content: url(../img/garant.png);
} */

.care_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 40px;
}

.care_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.care_list a {
    display: block;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding-top: 75px;
    transition: all .3s;
}

.care_list a:first-child {
    background: url("../img/care_ico1.png") 0 0 no-repeat;
}

.care_list a:first-child:hover {
    background: url("../img/care_ico1_hov.png") 0 0 no-repeat;
}

.care_list a:nth-child(2) {
    background: url("../img/care_ico2.png") 0 0 no-repeat;
}

.care_list a:nth-child(2):hover {
    background: url("../img/care_ico2_hov.png") 0 0 no-repeat;
}

.care_list a:nth-child(3) {
    background: url("../img/care_ico3.png") 0 0 no-repeat;
}

.care_list a:nth-child(3):hover {
    background: url("../img/care_ico3_hov.png") 0 0 no-repeat;
}


.care_list a:nth-child(4) {
    background: url("../img/care_ico4.png") 0 0 no-repeat;
}

.care_list a:nth-child(4):hover {
    background: url("../img/care_ico4_hov.png") 0 0 no-repeat;
}

.service {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.service_text {
    width: 50%;
}

.service_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.service_comment {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;
}

.service .btn.glass {
    margin-bottom: 10px;
}

.service .btn {
    width: 79%;
    height: 54px;
}


.tires_hotel {
    margin-bottom: 55px;
}

.tires_hotel .title_bg {
    background: url(../img/tires_hotel.jpg) 100% 0% no-repeat;
    padding: 95px 0 50px 0;
}

.tires_hotel .title {
    padding: 50px 35px;
    background: #f9f9f9;
    width: 35%;
}

.tires_hotel .text1 {
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
}

.tires_hotel .text2 {

}

.tires_hotel .tables {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tires_hotel .tire_table {
    width: 45%;
}

.tires_hotel .table_title {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 700;
}

.tires_hotel table {
    background: #e8e8e8;
    border-collapse: separate;
    width: 100%;
    border-spacing: 0 7px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.tires_hotel table tr {
    text-align: center;
    font-weight: 700;
}

.tires_hotel table tr:nth-child(1) th {
    border-bottom: 1px solid #821219;
}

.tires_hotel table th {
    /* padding-top: 15px; */
    padding-bottom: 5px;
}

.tires_hotel table td {
    padding: 5px 0;
}

.tires_hotel table td:not(:first-child) {
    background: white;
}

.tires_hotel .more_info {
    margin-top: 15px;
    font-weight: 500;
}


.offers {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.offers_title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.offers a {
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
    width: 48.3%;
    margin-bottom: 35px;
    height: 266px;
}

.offers a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(17, 17, 17, 0);
    transition: all .3s;
}

.offers a:hover:before {
    background: rgba(17, 17, 17, 0.8);
}

.offers a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.offers a .offer_title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
}

.offers a font {
    font-size: 16px;
    display: block;
    /* margin-bottom: 40px; */
}

.offers a font span {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.offers a font span u {
    font-weight: 700;
    font-size: 24px;
}

.offers a font.disc {
    font-size: 12px;
}

.offers a font b {
    font-size: 24px;
}

.offers a s {
    font-weight: 400;
    color: #c8c8c8;
    font-size: 16px;
}

.offers a ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offers a ul li {
    font-weight: 400;
    font-size: 16px;
}

.offers a.old_car .offer_title {
    padding-bottom: 30px;
}

.offers a.old_car .disc {
    font-size: 14px;
    font-weight: 500;
}

.offers a.air_filt ul {
    margin-top: 25px;
}

.offers a.breaks font:last-child {
    margin-top: 35px;
}

.offers a.tires_rem .disc {
    font-size: 14px;
    padding-top: 25px;
}

.offers a.antirain font:last-child {
    padding-top: 15px;
}

.offers a.winter_service .offer_title {
    font-size: 22px;
    padding-bottom: 0;
    padding-top: 0;
}

.offers a.winter_service font {
    font-size: 14px;
}

.offers a.winter_service font span {
    font-size: 18px;
    display: block;
    padding-top: 2px;
    margin-bottom: 0;
}

.offers a.winter_service font:last-child {
    padding-top: 5px;
}

/*.offers a.winter_service font:nth-child(3) br {
    display: none;
}*/

.offers a.salon_cleaning font:last-child {
    margin-top: 35px;
}


.offers a.breaks_change .offer_title {
    padding-bottom: 20px;
    padding-top: 0;
}

.offers a.breaks_change font {
    font-size: 14px;
    font-weight: 400;
}

.offers a.breaks_change font s {
    font-size: 24px;
}

.offers a.breaks_change font:nth-child(4) {
    margin-top: 30px;
}

.offers a.breaks_change font:nth-child(4) span {
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
}

.offers a.fuel_system font {
    font-size: 14px;
    font-weight: 400;
}

.offers a.fuel_system font span {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
}

.offers a.fuel_system font span:nth-child(3) {
    margin-bottom: 60px;
}

.offers a.tire_hotel font {
    font-size: 14px;
}

.offers a.tires_rem .offer_title {
    padding-bottom: 15px;
}

.offers a.tires_rem font ul li {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url("../img/dot.png") 0 20% no-repeat;
}

.offers a.tires_rem font ul li span {
    color: #82121a;
}

.offers a.tire_discount .offer_title {
    padding-top: 0;
}

.offers a.tire_discount > font:nth-child(4) {
    font-size: 12px;
    margin-top: 50px;
}

.offers a.profit_service .offer_title {
    padding-top: 0;
}

.offers a.profit_service > font:nth-child(4) {
    font-size: 12px;
    margin-top: 20px;
}


.offers a.profit_service.cond > font:nth-child(4) {
    margin-top: 80px;
}

.offers a.engine_oil .offer_title {
    padding-top: 0;
    margin-bottom: 20px;
}


.offers a.engine_oil ul {
    margin-top: 30px;
}

.offers a.engine_oil ul li {
    font-size: 14px;
}

.pl2 {
    padding-bottom: 50px;
}

.pl2 img {
    margin-bottom: 20px;
}

.pl2 i {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 15px;
    display: block;
}

.pl2 p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.pl2 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 23px;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.pl2 tr {
}

.pl2 th {
    background: #3a3d46;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: normal;
    text-align: left;
}

.pl2 td {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #d5d5d5;
}

.pl2 tr th:nth-child(1) {
    padding-left: 56px;
}

.pl2 tr th:nth-child(3) {
    padding-left: 56px;
}

.pl2 tr td:nth-child(1) {
    padding-left: 56px;
}

.pl2 tr td:nth-child(3) {
    padding-left: 56px;
}

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


.reviews {
    padding-bottom: 75px;
}

.reviews_content {
    text-align: left;
}

.reviews_logo {

}

.reviews_title {
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    padding-left: 20px;
}

.reviews_text {
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}

.reviews_items {
    margin-top: 10px;
}

.reviews_item {
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 255px !important;
    background: #efefef;
    padding: 25px 30px;
    margin: 0 20px;
}

.reviews_item .autor_name {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.reviews_item .about_review {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.reviews_item .rating {
    color: #ffcc00;
    font-size: 16px;
}

.reviews_item .rating span {
    color: #999999;
}

.reviews_item .date {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    padding-left: 10px;
    padding-top: 3px;
}

.reviews_item .review {
    padding-top: 10px;
    font-size: 16px;
}

.reviews .slick-prev {
    left: -65px !important;
    width: 17px !important;
    height: 33px !important;
}

.reviews .slick-next {
    right: -65px !important;
    width: 17px !important;
    height: 33px !important;
}

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

.reviews .slick-prev:before {
    content: url(../img/rev_prev.png) !important;
}

.reviews .slick-next:before {
    content: url(../img/rev_next.png) !important;
}

.reviews .slick-dots {
    display: flex !important;
    position: absolute !important;
    align-items: center;
    bottom: -18% !important;
    left: calc(50% - 36px) !important;
    z-index: 1 !important;
    padding: 0 !important;
    width: auto;
}

.reviews .slick-dots li {
    width: 8px !important;
    height: 8px !important;
    display: block !important;
    margin: 0 5px !important;
    background: #383838 !important;
    border-radius: 50% !important;
}

.reviews .slick-dots li button {
    display: block !important;
    background: none !important;
    color: transparent !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    outline: none !important;
}

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

.reviews .slick-dots li.slick-active {
    background: #ffffff !important;
    border: 1px solid #000000;
    width: 12px;
    height: 12px;
}


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


.cont_images {
    display: flex;
    background: #000;
}

.cont_img_item {
    display: block;
    width: 20%;
    overflow: hidden;
}

.cont_img_item img {
    transition: transform .3s;
}

.cont_img_item:hover img {
    transform: scale(1.05);
}

.contacts_bg {
    background: black;
    padding: 80px 0;
}

.contacts_bg .container {
    display: block;
}

.contacts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.contacts_title {
    font-size: 48px;
    color: #828181;
    text-transform: uppercase;
    width: 100%;
}

.bottom_addr {
    font-size: 16px;
    color: white;
    padding-left: 40px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}

.bottom_addr:before {
    content: url(../img/bottom_loc.png);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.work_time_wrap {
    width: 30%;
}

.work_time {
    font-size: 14px;
    color: white;
    padding-left: 40px;
    position: relative;
    margin-top: 30px;
}

.work_time:before {
    content: url(../img/work_time.png);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.details {
    font-size: 14px;
    color: white;
}

.work_and_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.work_time_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.details {
    min-width: 250px;
}

.bottom_phone_wrap {
    width: 100%;
    margin-top: 30px;
}

.bottom_phone {
    color: #82121a;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}

.bottom_phone:before {
    content: url(../img/bottom_phone.png);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.contacts_bg2 {
    background: black;
}

.map_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#map1 {
    width: 100%;
    height: 380px;
    background: url(../img/map.jpg) 50%;
}

.contact_form {
    width: 44%;
    height: 380px;
    background: url(../img/contacts_bg.jpg) top no-repeat;
    display: none;
}

.contact_form_title {
    font-size: 24px;
    color: white;
    padding-top: 60px;
    padding-left: 35px;
}

.contact_form_title span {
    text-transform: uppercase;
}

#form2 {
    width: 60%;
    padding: 20px 0 30px 0;
    padding-left: 35px;
}

#form2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc;
}

#form2 ::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc;
}

#form2 :-ms-input-placeholder { /* IE 10+ */
    color: #cccccc;
}

#form2 :-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
}

#form2 .btn {
    border: none;
    font-size: 18px;
}

#form2 .form-group input[type=tel],
#form2 .form-group input[type=text],
#form2 .form-group input[type=email] {
    background: white;
    color: black;
}

/* #form2 .form-group-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

#form2 .form-group {
    width: 100%;
}

.logo3 {
    width: 170px;
}

.disclamer_bg {
    background: black;
    padding: 30px 0;
}

.disclamer_bg a {
    color: white;
    text-decoration: underline;
}

.disclamer_switch {
    margin-top: 20px;
    display: block;
}

.information_text a {
    text-decoration-style: dashed;
}

.information_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.disclamer {
    display: none;
    color: white;
}

.disclamer.active {
    display: block;
}

@media (min-width: 991px) {
    .bottom_phone_wrap {
        margin-top: -200px;
    }
    .bottom_addr {
        margin-top: -100px;
    }
    .mess {
        padding-top: 0px !important;
        margin-top: -60px;
    }
}



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


/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {


    .cookies {
        padding: 15px 40px;
    }

    .cookies_wrap {
        flex-direction: column;
    }

    .cookies_text {
        font-size: 14px;
    }

    .cookies_wrap .btn {
        width: 100%;
        margin-top: 20px;
    }

    .title1 {
        /* font-size: 38px; */
    }

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

    .slide1 .title_disc {
        margin-top: -95px;
    }

    .title_form {
        width: 70%;
        margin-bottom: 270px;
    }

    .banner_advs {
        width: 70%;
    }

    .offers a:nth-child(12) .offer_title {
        font-size: 19px;
    }

    .single-item {
        width: 180%;
        left: -600px;
    }

    .slider_container.mobile {
        display: none !important;
    }

    .title_list li {
        width: 65%;
    }

    .first_screen_bg {
        padding-top: 93px;
    }

    .offer_title {
        font-size: 30px;
    }

    .offers a .offer_title {
        padding-top: 0;
        font-size: 20px;
    }

    .offer_stock_info {
        width: 49%;
    }

    .offer_stock img {
        bottom: -115px;
        right: 50px;
    }

    .offer .btn {
        margin-top: 35px;
    }

    .car_item .img_block .big_title {
        font-size: 80px;
    }


    .about_bg {
        background: url(../img/about_bg.jpg) 60% no-repeat;
    }

    .about {
        padding-bottom: 55px;
    }

    .contacts_title {
        font-size: 30px;
    }

    .cont_wrap {
        width: 75%;
    }

    .service_img {
        width: 45%;
    }

    .tires_hotel .title {
        width: 90%;
        padding: 5%;
    }

    .tires_hotel .tire_table {
        width: 48%;
    }

    .offers a {
        height: auto;
        transform: scale(0.85);
        transform-origin: left;
        margin-bottom: 10px;
        min-height: 225px;
    }

    .offers a img {
        max-width: unset;
    }

    .pl2 {
        margin-top: 50px;
    }

    .reviews_item {
        min-height: 320px !important;
    }

    .reviews .slick-prev {
        left: -30px !important;
    }

    .reviews .slick-next {
        right: -30px !important;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .slide4 .title_form {
        width: 100%;
    }

    .banner_slider .slide5 {}
.banner_slider .title5 {}
.banner_slider .title_desc5 {}
.banner_slider .title_btn {
    right: -70px;
}
.banner_slider .title_btn font {}
.banner_slider .title_btn font:after {}
.banner_slider .title_btn font span {}
.banner_slider form {}
.banner_slider form .form-group-wrapper {}
.banner_slider form .form-group {}

    .slide1 .title_disc {
        margin-top: -46px;
    }

    .title_disc {
        bottom: -315px;
    }

    .big_stock {
        top: unset;
        bottom: -280px;
    }

    .title1 b {
        font-size: inherit;
    }

    .title3 {
        font-size: 36px;
    }

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

    .title3_comment1 {
        font-size: 20px;
    }

    .warn_title {
        font-size: 18px;
    }

    .title3_comment2 {
        font-size: 22px;
    }

    .offers a:nth-child(12) .offer_title {
        font-size: 24px;
    }

    .service {
        flex-direction: column;
    }

    .service_img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .service_text {
        width: 100%;
    }

    .service .btn {
        width: 100%;
    }

    .cont_wrap {
        width: 90%;
    }

    .single-item {
        width: 240%;
        left: -600px;
    }

    .slider_container.mobile {
        display: none !important;
    }

    header .header_container .logo {
        width: 8%;
    }

    header .header_container .btn {
        width: 240px;
        font-size: 13px;
    }

    .top_addr span {
        font-size: 14px;
    }

    .top_addr::before {
        bottom: 0;
    }

    .top_phone {
        font-size: 14px;
    }

    .top_phone::before {
        bottom: 0;
    }

    .logo2 {
        width: 18%;
        font-size: 10px;
        font-weight: 500;
    }

    .title1 {
        font-size: 30px;
    }

    .glass_bg {
        position: absolute;
        z-index: 1;
        left: 0;
        height: 100%;
        width: 61%;
    }

    .title_list li {
        width: 70%;
    }

    .title_form {
        width: 100%;
    }

    .banner_advs {
        width: 100%;
    }

    .cars_menu_item {
        padding: 20px 0px;
    }

    .cars_menu_item span {
        padding-left: 15px;
        font-size: 11px;
    }


    .offer_title {
        font-size: 20px;
    }

    .offer_comment {
        font-size: 16px;
    }

    .offer_stock_info {
        width: 65%;
    }

    .offer_stock img {
        bottom: -60px;
    }

    .offer_wrap {
        height: 225px;
    }

    .car_item_wrap {
        background: #efefef;
        background: linear-gradient(to right, #efefef 0%, #efefef 53%, transparent 53%, transparent 100%);
    }

    .car_item .img_block {
        width: 60%;
    }

    .car_item .profit_block {
        width: 35%;
    }

    .car_item .info_wrap {
        width: 100%;
    }

    .online_work {
        background: url(../img/online_work_bg.jpg) 70% 50% no-repeat;
    }

    .about {
        padding-bottom: 80px;
    }

    .about_title {
        font-size: 30px;
    }

    .about li {
        font-size: 20px;
    }

    .contacts_bg {
        padding: 40px 0;
    }

    .contacts {
        /* justify-content: space-around; */
        flex-wrap: wrap;
    }

    .contacts_title {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .bottom_phone {
        padding-top: 20px;
        display: block;
    }

    .contact_form_title {
        font-size: 22px;
        color: white;
        padding-top: 60px;
        padding-left: 13px;
    }

    #form2 {
        width: 91%;
        padding: 20px 0 30px 0;
        padding-left: 15px;
    }

    .tires_hotel .tire_table {
        width: 100%;
    }

    .tires_hotel .tire_table:nth-child(2) {
        margin-top: 20px;
    }

    .offers {
        flex-direction: column;
    }

    .offers a {
        width: 80%;
        margin: 0 auto 30px;
        transform: unset;
        height: 266px;
    }

    .offers a img {
        max-width: 100%;
    }

    .reviews_item {
        min-height: 255px !important;
    }

    .reviews .slick-dots {
        left: calc(50% - 73px) !important;
    }


}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {



    .cookies {
        padding: 15px;
    }

    .cookies_wrap {
        flex-direction: column;
    }

    .cookies_text {
        font-size: 14px;
    }

    .cookies_wrap .btn {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }


    
    .title_disc {
        position: relative;
        bottom: 0 !important;
        left: 0;
        margin-top: 10px !important;
        color: #000000 !important;
        text-align: center;
    }

    .slide3 .title_disc {
        padding-top: 0;
        margin-top: 0;
    }

    .big_stock {
        top: 5px;
        left: 30px;
        right: unset;
        width: 20%;
    }

    .compl_choose .choose_item {
        font-size: 14px;
    }

    .pl2 {
    }

    .pl2 tr th {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pl2 tr td {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    header .top_menu {
        display: none;
    }

    body {
        background-size: 530px auto;
        background-position: 90% 120px;
    }

    .title_works li {
        color: #000000;
    }

    .service {
        flex-direction: column;
    }

    .service_img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .service_text {
        width: 100%;
    }

    .service .btn {
        width: 100%;
    }


    .tires_hotel .title {
        width: 90%;
        padding: 10% 5%;
    }

    .tires_hotel .text1 {
        font-size: 28px;
    }

    .tires_hotel .tire_table {
        width: 100%;
    }

    .tires_hotel .tire_table:nth-child(2) {
        margin-top: 20px;
    }

    .offers {
        flex-direction: column;
        align-items: center;
    }

    .offers_title {
        font-size: 22px;
    }

    .offers a {
        width: 100%;
        margin: 0 auto 30px;
        height: 186px;
        background: #000000;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 0;
    }

    .offers a img {
        z-index: 0;
    }

    .offers a .offer_title {
        font-size: 16px;
        padding-bottom: 5px;
        padding-left: 0;
        text-align: left;
        padding-top: 0px;
    }

    .offers a font b {
        font-size: 16px;
    }

    .offers a font {
        font-size: 12px;
        position: relative;
        z-index: 1;
        margin-bottom: 5px;
    }

    .offers a.profit_service.cond > font:nth-child(4) {
        margin-top: 55px;
    }

    .offers a font span {
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .offers a font span u {
        font-size: 18px;
    }

    .offers a.tire_discount > font:nth-child(4) {
        margin-top: 15px;
    }

    .offers a:nth-child(3) .offer_title br {
        display: none;
    }

    .offers a.salon_cleaning font:last-child {
        margin-top: 10px;
    }

    .offers a.fuel_system font span {
        display: block;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .offers a span {
        position: relative;
        z-index: 1;
    }

    .offers a:nth-child(3) .disc {
        font-size: 12px;
    }

    .offers a:nth-child(3) .offer_title {
        padding-bottom: 20px;
    }

    .offers a ul {
        position: relative;
        z-index: 1;
    }

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

    .offers a:nth-child(9) .offer_title {
        padding-bottom: 10px;
    }

    .offers a:nth-child(12) {
        /* margin-bottom: 45%; */
        /* padding-bottom: 45%; */
        /*height: 264px;*/
    }

.offers a:hover:before {
    background: none;
}

    .offers a:nth-child(12) .offer_title {
        font-size: 16px;
    }

    .offers a:nth-child(12) font {
        font-size: 13px;
    }

    .offers a:nth-child(12) font:nth-child(3) br {
        display: block;
    }

    .offers a:nth-child(12) font:last-child {
        color: white;
        padding-top: 15px;
    }

    .offers a:nth-child(12) font span {
        font-size: 14px;
    }

    .offers a:nth-child(13) font:last-child {
        margin-top: 5px;
        font-size: 11px;
    }

    .offers a.fuel_system font,
    .offers a.tire_hotel font,
    .offers a.breaks_change font {
        font-size: 12px;
    }

    .offers a.tires_rem .offer_title {
        padding-bottom: 5px;
    }

    .offers a.tires_rem font ul li {
        font-size: 10px;
    }

    .offers a.breaks_change font:nth-child(4) {
        font-size: 12px;
        margin-top: 30px;
    }

    .offers a.engine_oil ul {
        margin-top: 10px;
        font-size: 12px;
    }

    .offers a.winter_service {
        height: 250px;
    }

    .offers a.winter_service .offer_title {
        font-size: 18px;
    }

    .offers a.winter_service font {
        font-size: 12px;
    }

    .offers a.breaks_change font:nth-child(4) {
        font-size: 10px !important;
    }

    .car_complects_ingine_title {
        margin-bottom: 4px;
    }

    .car_complects_title {
        margin-right: auto;
    }

    .cont_images {
        flex-flow: wrap;
    }

    .cont_img_item {
        width: 50%;
    }

    .cont_img_item:first-child {
        display: none;
    }

    .cont_wrap {
        width: 100%;
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }


    .first_screen {
        /*margin-top: 265px;*/
        display: flex;
        flex-direction: column;
    }

    .dist_text {
        margin: 0;
        font-size: 18px;
        text-align: center;
    }

    .dist_text font {
        font-size: 18px;
        color: white;
    }

    .dist_text br {
        display: none;
    }

    .pl_dist .btn {
        width: 100%;
    }

    .pl_dist {
        width: 100%;
        background: #2b2b2b;
        padding: 20px 15px;
        margin-left: -15px;
        margin-top: 0;
        order: 1;
        margin-top: 225px;
    }

    header .header_container {
        padding: 10px 0;
        flex-wrap: wrap;
    }

    header .about_dealer {
        display: none;
    }

    header .header_container .logo {
        width: 15%;
    }

    header .header_container .logo img {
        display: block;
    }

    header .header_container .logo img:nth-child(1) {
        padding-right: 0;
        padding-bottom: 5px;
    }

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

    header .header_container .top_contact {
        order: 1;
        width: 80%;
    }

    .top_addr span {
        font-size: 14px;
    }

    .top_addr:before {
        bottom: 0;
    }

    .top_phone {
        font-size: 17px;
    }

    .top_phone:before {
        bottom: 0;
    }

    .logo2 {
        display: none;
    }

    .banner_slider .slick-slide {
        height: auto !important;
    }

    .title1 {
        font-size: 20px;
        padding-top: 200px;
        color: black;
        text-align: center;
        /* white-space: nowrap; */
    }

    .slide1 .big_choice {
        transform: scale(.5);
        transform-origin: 0 0;
        right: unset;
        left: 15px;
        top: 5px;
    }

    .title_cred {
        font-size: 20px;
    }

    .title_cred b {
        font-size: 30px;
    }

    .title1 b {
        font-size: inherit;
    }

    .title1 span {
        font-size: inherit;
        white-space: nowrap;
    }

    .slide1 .title_form {
        margin-top: 0;
    }

    .banner_slider {
        margin-top: 110px;
    }

    .banner_slider .slick-prev, .slick-next {
        top: 14% !important;
    }

    .banner_slider .slick-next {
        right: 10px !important;
    }

    .banner_slider .slick-prev {
        left: 10px !important;
    }

    .banner_slider .slide1 {
        background-size: 130%;
        background-position: 50% 0;
    }

    .banner_slider .slide2 {
        background: url("../img/slide2_mob.jpg") 50% 0 no-repeat;
        background-size: 100%;
    }

    .banner_slider .slide3 {
        background: url("../img/slide3_mob.jpg") 50% 0 no-repeat;
        background-size: 100%;
    }

    .banner_slider .slide4 {
        background-size: 150%;
        background-position: 100% 0;
    }

    .banner_slider .slide6 {
        background-size: 130%;
        background-position: 50% 0;
    }

    .title6 {
        padding-top: 200px;
        text-align: center;
        color: #000000;
        font-size: 24px;
    }

    .title6_props {
        margin-bottom: 10px;
    }

    .title6_props li {
        color: #000000;
        font-size: 16px;
    }

    .banner_slider .slide5 {}
.banner_slider .title5 {}
.banner_slider .title_desc5 {}
.banner_slider .title_btn {}
.banner_slider .title_btn font {}
.banner_slider .title_btn font:after {}
.banner_slider .title_btn font span {}
.banner_slider form {}
.banner_slider form .form-group-wrapper {}
.banner_slider form .form-group {
    width: 100%;
}

    .title3 {
        padding-top: 200px;
        color: #000000;
        text-align: center;
        font-size: 20px;
        padding-bottom: 15px;
    }

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

    .title3_comment1 {
        color: #000000;
        text-align: center;
        font-size: 20px;
        padding-bottom: 0;
    }

    .title3_comment1 br {
        /* display: none; */
    }

    .title3_comment1 span {
        color: #ffffff;
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 40px;
    }


    .banner_slider .slide7 {
        background-size: 150%;
        background-position: 100% 0;
    }

    .title7 {
        padding-top: 200px;
        color: #000000;
        text-align: center;
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    .title7 br {
        display: none;
    }

    .title7_comment {
        color: #000000;
        text-align: center;
        font-size: 20px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .slide7 .title_disc {
        margin-bottom: 0;
    }

    .warn_title {
        padding: 10px;
        text-align: center;
        font-size: 18px;
        background: #82121a;
        margin-bottom: 15px;
    }

    .warn_title br {
        display: none;
    }

    .title3_comment2 {
        color: #000000;
        text-align: center;
        font-size: 20px;
        padding-bottom: 0;
    }

    .title1 br {
        display: block;
    }

    .title2 {
        font-size: 18px;
        text-align: center;
    }

    /* .title2 {
        font-size: 37px;
        text-transform: uppercase;
        font-weight: 500;
        color: white;
        padding-top: 20px;
    } */
    .title_works {
        font-size: 16px;
        padding-bottom: 0;
    }

    .slide2 .title_form label {
        color: #000000;
    }

    .title_list {
        padding: 0;
        padding-top: 180px;
        padding-left: 20px;
        order: 3;
    }

    .title_list li {
        width: 70%;
        font-size: 22px;
        padding-top: 20px;
    }

    .title_list li a {
        color: black;
    }

    .title_list li:after {
        left: -7px;
        top: 10px;
        width: 42px;
        height: 42px;
    }

    .title_list li:nth-child(3):after {
        top: 13px;
    }

    .title_list li:nth-child(4):after {
        top: 12px;
    }

    .title_list li:nth-child(5):after {
        top: 13px;
    }

    .title_list li:nth-child(6):after {
        left: -4px;
    }

    .title_list li:before {
        content: url(../img/list_top1_mob.png);
        top: 19px;
    }

    .title_list li:nth-child(2):before {
        content: url(../img/list_top2_mob.png);
    }

    .title_list li:nth-child(3):before {
        content: url(../img/list_top3_mob.png);
    }

    .title_list li:nth-child(4):before {
        content: url(../img/list_top4_mob.png);
    }

    .title_list li:nth-child(5):before {
        content: url(../img/list_top5_mob.png);
    }

    .title_list li:nth-child(6):before {
        content: url(../img/list_top6_mob.png);
    }

    .title_form .btn {
        font-size: 16px;
    }

    .title_form {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 0;
    }

    .title_form .form-group-wrapper {
        flex-wrap: wrap;
    }

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

    .title_form label {
        color: black;
    }

    .title_form label a {
        color: black;
    }

    .title_form .form-group input[type="tel"],
    .title_form .form-group input[type="text"] {
        background: white;
        color: black;
        border: 1px solid black;
    }

    .title_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: black;
    }

    .title_form ::-moz-placeholder { /* Firefox 19+ */
        color: black;
    }

    .title_form :-ms-input-placeholder { /* IE 10+ */
        color: black;
    }

    .title_form :-moz-placeholder { /* Firefox 18- */
        color: black;
    }

    .title4 {
        padding-top: 205px;
        color: #000000;
        text-align: center;
        font-size: 24px;
    }

    .title4_props {
        margin: 15px 0;
    }

    .title4_props li {
        color: #000000;
        margin-bottom: 15px;
        font-size: 14px !important;
        background: url("../img/ico_checked_bl.png") 0 50% no-repeat;
    }

    .title4_props li b {
        font-size: 16px;
    }

    .slide4 .title_form {
        width: 100%;
    }

    .slide4 .title_form .form-group {
        width: 100% !important;
    }

    .banner_slider .slide5 {
    background-size: 470px auto;
    color: #000;
    text-align: center;
}
.banner_slider .title5 {
    font-size: 32px;
    padding-top: 160px;
}
.banner_slider .title_desc5 {
    font-size: 26px;
}
.banner_slider .title_btn {
    position: static;
    margin: 0 auto;
    margin-top: 15px;
}

.banner_slider .slide5 form {
    margin: 0;
}
.banner_slider .title_btn font {}
.banner_slider .title_btn font:after {}
.banner_slider .title_btn font span {}
.banner_slider form {
    margin-top: 0;
}
.banner_slider form .form-group-wrapper {}
.banner_slider form .form-group {}


    .title_form {
    }

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

    .banner_advs a {
        background: #82121a;
        color: white;
        font-size: 18px;
        font-weight: 500;
        padding: 0;
        padding-left: 60px;
        display: flex;
        width: 100%;
        margin-top: 10px;
        height: 56px;
        align-items: center;
        box-sizing: border-box;
    }

    .offer .btn {
        width: 100%;
    }

    .offer {
        padding-bottom: 20px;
    }

    .form-group.button_mob {
        display: block;
        order: 3;
    }

    .form-group.button_mob .btn {
        width: 100%;
        margin: 20px 0;
    }

    .about_dealer {
        font-size: 16px;
        text-align: center;
    }

    .cars_item:after {
        display: none;
    }

    .cars_menu_bg {
        background: #d7d7d7;
        margin-bottom: 50px;
    }

    .cars_menu {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .cars_menu_item {
        padding: 10px 0px;
        border: none;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #bebebe;
    }

    .cars_menu_item:first-child {
        padding-top: 20px;
    }

    .cars_menu_item:last-child {
        border-bottom: none;
    }

    .cars_menu_item:hover {
        text-transform: none;
        color: unset;
        background: unset;
        border-color: unset;
    }

    .menu_img {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .cars_menu_item:first-child {
        border-left: none;
    }

    .cars_menu_item span {
        padding-left: 15px;
        font-size: 14px;
        white-space: nowrap;
    }


    .offer_wrap {
        height: 100%;
    }

    .offer .button1 {
        width: 100%;
    }

    .offer_title {
        text-align: center;
        font-size: 22px;
    }

    .offer_comment {
        font-size: 18px;
        text-align: center;
    }

    .timer_title {
        text-align: center;
    }

    .timer {
        justify-content: center;
    }

    .offer_stock {
        width: 100%;
        right: 0;
        position: relative;
        padding-bottom: 50px;
        top: 65px;
        display: none;
    }


    .offer_stock_info {
        width: 75%;
    }

    .offer_stock img {
        position: relative;
        margin-top: -40px;
        bottom: unset;
    }

    .car_item_wrap {
        background: none;
    }

    .car_item .img_block {
        width: 100%;
    }

    .car_item .info_wrap {
        width: 100%;
    }

    .car_item .img_block .big_title {
        font-size: 90px;
    }

    .car_item .profit_block {
        width: 100%;
        margin-bottom: 10px;
    }

    .car_item .btns {
        width: 100%;
        padding-right: 0;
    }

    .car_item .profit_block ul {
        padding-top: 0;
    }

    .car_item .btns .btn {
        margin-top: 10px;
    }

    .compl_item .item {
        display: flex;
        flex-wrap: wrap;
    }

    .compl_item .car_img_small {
        width: 100%;
    }

    .compl_item .car_img_small img {
        display: block;
        margin: 0 auto;
    }

    .compl_item .info {
        width: 100%;
    }

    .about_bg {
        background-color: #000000;
        background-size: 200%;
        background-position: 100% 130px;
        background-image: none !important;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .about_bg_mob {
        display: block;
        margin: 10px 0;
        width: 100%;
    }

    .about {
        padding-bottom: 0px;
        padding-top: 0px;
        width: 100%;
        padding-left: 0;
    }

    .about_title {
        font-size: 32px;
        padding-top: 0;
        color: #ffffff;
    }

    .about_list {
        padding-top: 0 !important;
    }

    .about li {
        width: calc(100% - 50px);
        padding-top: 15px;
    }

    .online_work .btn {
        width: 100%;
    }

    .contacts_bg {
        background: black;
        padding: 80px 0;
        margin-top: 20px;
    }

    .contacts_bg {
        background: black;
        padding: 50px 0;
        margin-top: 20px;
    }

    .care_title {
        font-size: 24px;
        text-align: center;
    }

    .care_list {
        flex-flow: wrap;
    }

    .care_list a {
        width: 49%;
        margin-bottom: 20px;
        text-align: center;
        background-position: 50% 0 !important;
    }

    .contacts {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .bottom_addr {
        margin-left: 50px;
        margin-bottom: 15px;
        width: 100%;
        margin-top: 50px;
    }

    .contacts_title {
        padding-bottom: 0;
    }

    .work_time {
        margin-left: 50px;
        width: 150%;
        margin-top: 0;
    }

    .bottom_phone {
        margin-left: 50px;
    }

    .map_form {
        flex-wrap: wrap;
    }

    #map1 {
        width: 100%;
        height: 300px;
    }

    .contact_form {
        width: 100%;
        padding: 0 15px;
        background-position: 30% top;
    }

    #form2 .form-group {
        width: 100%;
    }

    .disclamer_bg center {
        padding-top: 10px;
    }

    .call_phone_2 {
        width: 100%;
        padding-top: 20px;
    }

    .contact_form_title {
        padding: 0;
        padding-top: 60px;
    }

    #form2 {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }

    .reviews {
        padding: 40px 0 60px;
    }

    .reviews_item {
        width: 100%;
        min-height: 270px !important;
    }

    .reviews_title {
        font-size: 28px;
    }

    .reviews .slick-prev {
        top: 50% !important;
        left: -1% !important;
    }

    .reviews .slick-next {
        top: 50% !important;
        right: -1% !important;
    }

    .reviews .slick-dots {
        bottom: -15%;
        left: calc(50% - 73px) !important;
    }

    .reviews_item .review {
        font-size: 13px;
    }

    .vikup_title {
        font-size: 24px;
    }

    .vikup_props {
        flex-direction: column;
    }

    .vikup_props .vikup_prop_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .vikup_comment {
        font-size: 18px;
    }

    #vikup_form .form-group {
        width: 100%;
    }

    #vikup_form .agree_field,
    #vikup_form .agree_field a {
        color: #ffffff;
    }

    .reviews_title {
        padding-left: 0;
        text-align: center;
    }

    .reviews_item .autor_name {
        font-size: 16px;
    }

}

@media (max-width: 540px) {
    .details {
        text-align: center;
    }
}

@media (max-width: 390px) {
    .title4 {
        padding-top: 190px;
    }

    .about li {
        font-size: 22px;
    }

    .about_bg {
        background-size: 200%;
        background-position: 100% 140px;
    }

    .about_list {
        padding-top: 225px;
    }

    .title1 {
        /* font-size: 28px; */
        padding-top: 175px;
    }

    .title6 {
        padding-top: 175px;
    }

    .title3 {
        padding-top: 175px;
    }

    .offers a {
        height: 170px;
        margin-bottom: 15px;
    }

    .offers a:nth-child(5) ul {
        margin-top: 0;
    }

    .offers a:nth-child(6) font:last-child {
        margin-top: 0;
    }

    .offers a:nth-child(9) .disc {
        font-size: 12px;
        padding-top: 0;
    }

    .offers a:nth-child(10) font:last-child {
        padding-top: 0;
    }

    .offers a:nth-child(12) font:last-child {
        /* color: black; */
        /* padding-top: 32%; */
    }

    .offers a:nth-child(12) {
        /* margin-bottom: 54%; */
        /*height: 263px;*/
    }
}

@media (max-width: 378px) {

    .pl2 th,
    .pl2 td {
        font-size: 14px;
    }

    .offers a.fuel_system font span {
        margin-bottom: 20px;
    }

    .car_item .btns .btn {
        font-size: 14px;
    }

    .title2 span {
        font-size: 36px;
    }

    .title3 span {
        font-size: 18px;
    }

    .title3_comment1,
    .title3_comment2 {
        font-size: 18px;
    }

    /* .single-item {
        top: 420px;
    } */
    .title_list {
        padding-top: 160px;
    }

    .first_screen_bg {
        /* padding-top: 117px; */
    }

    .about_bg {
        background-size: 200%;
        background-position: 100% 130px;
    }

    .about_list {
        padding-top: 220px;
    }

    .about_title {
        font-size: 30px;
    }

    .bottom_addr {
        margin-left: 10%;
    }

    .work_time {
        margin-left: 10%;
    }

    .bottom_phone {
        margin-left: 10%;
        width: 100%;
    }

    .offers a {
        height: 165px;
        margin-bottom: 15px;
    }

    .offers a:nth-child(3) .offer_title {
        padding-bottom: 5px;
    }

    .offers a.breaks_change font:nth-child(4) {
        font-size: 12px;
        margin-top: 15px;
    }

    .offers a.profit_service > font:nth-child(4) {
        margin-top: 5px;
    }

    .banner_slider {
        margin-top: 100px;
    }

}

@media (max-width: 362px) {

    .title4 {
        padding-top: 170px;
    }

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

    .offer_title {
        font-size: 20px;
    }

    .top_addr span {
        font-size: 12px;
    }

    .single-item {
        top: 270px;
    }

    .car_item .img_block .big_title {
        font-size: 80px;
    }

    .first_screen_bg {
        /* padding-top: 115px; */
    }

    .bottom_addr {
        margin-left: 8%;
    }

    .work_time {
        margin-left: 8%;
    }

    .bottom_phone {
        margin-left: 8%;
    }

    .title2 span {
        font-size: 32px;
    }

    .about_list {
        padding-top: 205px;
    }

    .about_bg {
        background-size: 200%;
        background-position: 100% 125px;
    }

    .title1 {
        font-size: 17px;
        padding-top: 160px;
    }

    .title3 {
        padding-top: 160px;
        font-size: 18px;
    }

    .title3_comment1 span {
        font-size: 36px;
    }

    .care_title {
        font-size: 20px;
    }

    .service_title {
        font-size: 24px;
    }

    .offers a {
        height: 150px;
    }

    .offers a .offer_title {
        font-size: 13px;
    }

    .offers a font b {
        font-size: 14px;
    }

    .offers a font {
        margin-bottom: 0;
    }

    .offers a:nth-child(3) .offer_title {
        padding-bottom: 5px;
    }

    .offers a:nth-child(12) {
        /* margin-bottom: 60%; */
    }

    /* .offers a:nth-child(12) font:last-child {
        color: black;
        padding-top: 23%;
    } */
    .online_work {
        background: url(../img/online_work_bg.jpg) 50% 50% no-repeat;
        padding: 35px 0;
    }

    .offers a.fuel_system font span {
        margin-bottom: 0;
    }

    .offers a.breaks_change font:nth-child(4) span {
        font-size: 16px;
    }

    .offers a.breaks_change font:nth-child(4) {
        margin-top: 0;
    }

}

@media (max-width: 322px) {

    header .header_container .btn {
        font-size: 12px;
    }

    body { /* background-position:center 280px; */
        background-size: 530px auto;
        background-position: 74% 120px;
    }

    .top_addr span {
        font-size: 11px;
    }

    .top_phone {
        font-size: 14px;
    }

    .title_list li {
        font-size: 18px;
        margin-top: 5px;
    }

    .first_screen_bg {
        /* padding-top: 110px; */
    }

    .title_list {
        padding-top: 130px;
    }

    .bottom_addr {
        margin-left: 5%;
    }

    .work_time {
        margin-left: 5%;
    }

    .bottom_phone {
        margin-left: 5%;
    }

    .car_item .img_block .title {
        font-size: 40px;
        font-weight: 700;
    }

    .car_item .img_block .big_title {
        font-size: 70px;
    }

    .car_item .btns .btn {
        font-size: 12px;
    }

    .about_list {
        padding-top: 175px;
    }

    .about li {
        font-size: 18px;
        padding-top: 20px;
    }

    .contact_form_title {
        font-size: 20px;
    }

    .offers a:nth-child(12) font:last-child {
        /* color: white; */
        /* padding-top: 40%; */
    }

    .offers a:nth-child(12) {
        /* margin-bottom: 72%; */
        height: 288px;
    }

    .offers a {
        height: 165px;
    }

    .banner_slider {
        margin-top: 90px;
    }

    .reviews_item {
        min-height: 310px !important;
    }

    .reviews_item .review {
        font-size: 12px;
    }
}











