html {
    overflow-x: hidden;
}

body {
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    line-height: 1.5;
    /*background: url(../img/bg1.jpg) 50% 105px no-repeat #f8f8f8;*/
}

body.webp {
    /* background: url(../img/bg1.webp) 50% 105px no-repeat #f8f8f8;*/
}

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

.wapp {
	position: absolute;
	margin-top: -51px;
	margin-left: 77%;
	padding: 0 5px 3px;
	background: white;
}

@media (max-width: 412px){
.wapp {margin-left: 77%;}
}

@media (min-width: 413px){
.wapp {margin-left: 27%;}
}



* {
    box-sizing: border-box;
}

.gallery_img:hover {
    transform: scale(1.1);
    transition: all .2s linear;
}

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: 100%;
    /* height: 50px; */
}

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(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    outline: none;
}
.photo {
    border-radius: 50%; 
    width: 200px; 
    height: 200px;
    margin-bottom:30px;
	
}

a {
    text-decoration: none;
}

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

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

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

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

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


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

.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_popup1, #form_popup2, #form_popup3, #form_popup4, #form_popup5, #form_popup6, #form_popup7, #form_popup8, #form_popup9 {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 1px 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: 24px;
    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: #000;
    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: 1px solid #000;
    padding: 10px;
}

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

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

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

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

.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: #000;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border: 1px solid #000;
}

.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;
    z-index: -1;
    opacity: 0;
}

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

.agree_field input + i {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: #000;
}

.agree_field input:checked + i {
    background: url(../img/checked_white.png) 50% no-repeat black;
    background-size: 66%;
}

.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: 48px;
    width: 100%;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 1px solid #000;
    padding: 0px 20px;
    outline: none;
    background: #fff;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
}

select {
    display: block;
    color: #000;
    height: 48px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #000;
}

form .form-group button,form .form-group input  {
    width: 100%;
    height: 48px;
    cursor: pointer;
    outline: none;
    font-family: inherit;
}

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

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

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

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

.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: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 50px;
    //width: 170px;
    width: 20em;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #000;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
}

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

.btn:hover {
    color: #000;
    background: #d7d7d7;
    border-color: #d7d7d7;
}

.btn.glass {
    color: #000;
    background: transparent;
}

.btn.glass:hover {
    border-color: #d7d7d7;
    background: #d7d7d7;
}

.btn.white {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.btn.white:hover {
    border-color: #d7d7d7;
    background: #d7d7d7;
}


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


header {
    background: rgba(255, 255, 255, .8);
}

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

.header .logo_wrap {
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
}

.header .logo_wrap picture b {
    font-size: 26px;
}

.header .logo {

    display: flex;

    align-items: center;
}

.header .logo img {

}

.header .logo_text {

    padding-left: 20px;

    font-size: 14px;

    margin-left: 20px;

    border-left: 2px solid #000;

    line-height: 16px;

    font-weight: 400;
}

.header .logo_text b {
    font-size: 26px;
}

.header .top_addr_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.header .top_addr {
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.header .top_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    top: -4px;
    left: 0;
}

.header .top_phone {
    padding-left: 20px;
    position: relative;
}

.header .top_phone a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

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

.header .btn {
    font-size: 14px;
    height: 38px;
}

.header .m_btn {
    display: none;
}

header {
    //position: fixed;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

header .menu {
    padding: 10px 0;
    border-top: 1px solid #7f7e7c;
    padding-bottom: 20px;
}

header .menu .content {
    display: flex;
    justify-content: center;
}

header .menu .content a {
    margin: 0 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

header .menu .content a:after {
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -20px;
    left: -5%;
    transition: bottom .2s linear;
}

header .menu .content a:hover:after {
    background: #000;
    bottom: -6px;
}


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


.banner {
    padding-bottom: 365px;
    margin-top: 106px;
}

.banner .content {
}

.banner .title_container {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 135px;
    padding: 20px 35px 40px;
    width: 83%;
}

.banner .title1 {
    font-size: 33px;
    font-weight: 900;
    /*padding-top: 35px;*/
    text-transform: uppercase;
}

.banner .title2 {
    font-size: 34px;
    padding-top: 10px;
    font-weight: 900;
}

.banner .title2 b {
    font-size: 48px;
}

.banner .btn {
    margin-top: -15px;
    width: 250px;
    margin-left: 35px;
}

.banner .banner_profits {
    position: absolute;
    top: -15px;
    right: 0;
}

.banner .banner_profits a {
    display: block;
    margin-bottom: 10px;
}

.banner .banner_profits a.item3 {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.banner .banner_profits a.item3 img {
    margin-bottom: -1px;
}



.banner .banner_profits a .hov {
    display: none;
}

.banner .banner_profits a:hover img {
    display: none;
}

.banner .banner_profits a:hover .hov {
    display: block;
}

/*.banner .banner_profits a.item1 {
    background: linear-gradient(19deg, #404040 38%, #000 38%, #000 62%);
    color: #fff;
}
.banner .banner_profits a.item2 {
    background: linear-gradient(19deg, #dddddd 38%, #fff 38%, #fff 62%);
}
.banner .banner_profits a.item1:hover {
    color: #000;
    background: linear-gradient(19deg, #dddddd 38%, #fff 38%, #fff 62%);
}
.banner .banner_profits a.item2:hover {
    color: #fff;
    background: linear-gradient(19deg, #404040 38%, #000 38%, #000 62%);
}*/
.banner .banner_profits a .text_big {
    font-size: 21px;
    font-weight: 900;
    /* text-transform: uppercase; */
}

.banner .banner_profits a .text_big b {
    font-size: 32px;
    line-height: 25px;
}

.banner .banner_profits a .text_sm {
    font-weight: 600;
}


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


.lottery {
}

.lottery .content {
    color: #fff;
    position: relative;
    padding: 55px 0 25px 300px;
    background: url(../img/lottery_bg.jpg) 100% 100% no-repeat;
}

.lottery .content:before {
    content: url(../img/lottery_iphone.png);
    position: absolute;
    bottom: -4px;
    left: -2px;
    z-index: 1;
}

.lottery .content:after {
    content: url(../img/lottery_gifts.png);
    position: absolute;
    bottom: -70px;
    right: -30px;
    z-index: 1;
}

.lottery .title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
}

.lottery .desc {
    font-size: 26px;
    padding-bottom: 15px;
}

.lottery .lottery_btn {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.lottery .lottery_btn img {
}


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


.timer_block {
    /* margin-top: -20px; */
    color: #fff;
}

.timer_block .content {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
}

.timer_block .form_container {
    width: 55%;
}

.timer_block .form_container .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.timer_block .form_container .title span {
}

.timer_block .form_container form {
    padding-top: 20px;
}

.timer_block .form_container form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}

.timer_block .form_container form .form-group {
    width: 40%;
}

.timer_block .form_container form .form-group:nth-child(1) {
    width: 57%;
}

.timer_block .form_container form .form-group input[type="text"],
.timer_block .form_container form .form-group input[type="tel"] {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.timer_block .form_container form select {
    color: #fff;
    border: 1px solid #fff;
}

.timer_block .form_container form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.timer_block .form_container form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.timer_block .form_container form :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.timer_block .form_container form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.timer_block .form_container form .agree_field,
.timer_block .form_container form .agree_field a {
    color: #fff;
}

.timer_block .form_container form .agree_field input + i {
    border-color: #fff;
    background: #fff;
}

.timer_block .form_container form .agree_field input:checked + i {
    background: url(../img/checked_white.png) 50% no-repeat black;
    background-size: 66%;
}

.timer_block .timer_container {
}

.timer_block .timer_container .timer_title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 25px;
}

.timer_block .timer_container .timer {
}

.timer_block .timer_container .timer div[id^="timer"] {
    text-align: left !important;
}

.timer_block .timer_container .timer span[id^="timer"] {
    text-align: center !important;
}


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

.invitation {
    margin-top: 60px;
    background: url(../img/invatation.jpg) 50% 0 no-repeat;
    min-height: 970px;
}
.webp .invitation {
    background: url(../img/invatation.webp) 50% 0 no-repeat;
}
.invitation .desc_img {
    display: none;
}
.invitation .mob_img {display: none;}

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


.advantages {
    margin-top: 70px;
}

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

.advantages .item {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    width: 23%;
    position: relative;
    background: #fff;
    padding-left: 30px;
}

.advantages .item:hover {
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.advantages .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, #dddddd 28%, transparent 20%);
}

.advantages .item:after {
    content: "";
}

.advantages .item b {
    font-style: italic;
    font-size: 112px;
    font-weight: 900;
    transition: all .2s linear;
}

.advantages .item:hover b {
    margin-top: -80px;
}

.advantages .item:hover b {
}

.advantages .item span {
    padding-left: 15px;
    font-size: 18px;
}


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


.cars_menu {
    margin-top: 80px;
}

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

.cars_menu a {
    position: relative;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.cars_menu a span {
    position: absolute;
    top: -15px;
    font-size: 8px;
    background: #000;
    color: #fff;
    padding: 6px 6px 4px 6px;
    line-height: 0px;
}

.cars_menu a:after {
    content: "";
    display: block;
    width: 110%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -20px;
    left: -5%;
    transition: bottom .2s linear;
}

.cars_menu a:hover:after {
    background: #000;
    bottom: -6px;
}


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


.cars_items {
}

.cars_items .content {
}

.cars_items .car_item {
    background: #fff;
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 40px;
}

.cars_items .car_item:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.cars_items .car_item#m6 {
    background: linear-gradient(25deg, #a9a9a9 35%, #fff 35%);
}

.cars_items .car_item#f7_new {
    background: linear-gradient(25deg, #dddddd 35%, #fff 35%);
}

.cars_items .car_item#f7x_new {
    background: linear-gradient(25deg, #a9a9a9 35%, #fff 35%);
}

.cars_items .car_item#dargo_x {
    background: linear-gradient(25deg, #dddddd 35%, #fff 35%);
}

.cars_items .car_item#dargo {
    background: linear-gradient(25deg, #000 35%, #fff 35%);
}

.cars_items .car_item#jolion {
    background: linear-gradient(25deg, #dddddd 35%, #fff 35%);
}

.cars_items .car_item#f7 {
    background: linear-gradient(25deg, #a9a9a9 35%, #fff 35%);
}

.cars_items .car_item#f7x {
    background: linear-gradient(25deg, #000 35%, #fff 35%);
}

.cars_items .car_item#h9 {
    background: linear-gradient(25deg, #dddddd 35%, #fff 35%);
}

.cars_items .car_item#poer_kingkong {
    background: linear-gradient(25deg, #dddddd 35%, #fff 35%);
}

.cars_items .car_item#poer {
    background: linear-gradient(25deg, #aaaaaa 35%, #fff 35%);
}

.cars_items .car_item#w7 {
    background: linear-gradient(25deg, #000 35%, #fff 35%);
}

.cars_items .bg_name {
    font-size: 84px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 0;
}

#poer_kingkong .bg_name {
    font-size: 64px;
}

.cars_items .bg_name i {
}

.cars_items .img_block {
    /* margin-left: -70px; */
    position: relative;
    left: -70px;
    top: 25px;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#m6 .img_block img {
    max-width: 87%;
}


.cars_items .car_item#f7_new .img_block,
.cars_items .car_item#f7x_new .img_block,
.cars_items .car_item#jolion .img_block,
.cars_items .car_item#poer_kingkong .img_block,
.cars_items .car_item#poer .img_block {
    min-height: 330px;
}

.cars_items .car_item#dargo_x .img_block,
.cars_items .car_item#dargo .img_block,
.cars_items .car_item#h9 .img_block,
.cars_items .car_item#w7 .img_block {
    min-height: 370px;
}


.cars_items .img_block .colors {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
}

.cars_items .img_block .colors div {
    position: relative;
    margin: 0 7px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 50%;
}

.cars_items .img_block .colors div.active:before {
    box-sizing: border-box;
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.cars_items .img_block img {
}

.cars_items .info_block {
    width: 40%;
}

.cars_items .info_block .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.cars_items .info_block .title span {
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    padding: 0px 10px;
    position: absolute;
    top: 8px;
    left: 110%;
    display: block;
    white-space: nowrap;
}

.cars_items .info_block .compl_btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    transition: all .2s linear;
}

.cars_items .info_block .compl_btn:hover {
    margin-left: 25px;
}

.cars_items .info_block .compl_btn span {
    padding-right: 25px;
    position: relative;
    background: url(../img/btn_arrow_right.png) 100% 65% no-repeat;
}

.cars_items .info_block .compl_btn span:after {
    content: "";
}

.cars_items .info_block .compl_btn:after {
    content: "";
}

.cars_items .info_block .car_advs {
}

#m6 .info_block .car_advs {
    padding: 30px 0;
}

.cars_items .info_block .car_advs a {
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    padding-left: 45px;
    position: relative;
}

.cars_items .info_block .car_advs a span {
}

.cars_items .info_block .car_advs a b {
}

.cars_items .info_block .car_advs a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
}

.cars_items .info_block .car_advs a.ico1:before {
    background: url(../img/car_ico1.png) 50% #000 no-repeat;
}

.cars_items .info_block .car_advs a.ico2:before {
    background: url(../img/car_ico2.png) 50% #000 no-repeat;
}

.cars_items .info_block .car_advs a.ico3:before {
    background: url(../img/car_ico3.png) 50% #000 no-repeat;
}


.cars_items .info_block .car_advs a.ico1:hover:before {
    background: url(../img/car_ico1_hover.png) 50% #d7d7d7 no-repeat;
}

.cars_items .info_block .car_advs a.ico2:hover:before {
    background: url(../img/car_ico2_hover.png) 50% #d7d7d7 no-repeat;
}

.cars_items .info_block .car_advs a.ico3:hover:before {
    background: url(../img/car_ico3_hover.png) 50% #d7d7d7 no-repeat;
}

.cars_items .info_block .car_btns {
    margin-top: 25px;
}

.cars_items .info_block .car_btns .btn {
    width: 100%;
    margin-top: 10px;
}

.cars_items .info_block .car_btns .btn:last-child {
}


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


.instock_title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

#instock {

    background: #fff;

    padding: 60px 0;

    padding-bottom: 15px;

    margin-top: 60px;
display: none;
}

#instock .complects {

    /* margin-top: 50px; */

    display: flex;

    justify-content: space-between;

    align-items: flex-start;
}

#instock .filter {
    width: 344px;
    background: #f8f8f8;
    z-index: 10;
}

#instock .filter.fixed {
    position: fixed;
    transition: all .1s linear;
}

#instock .filter .title {
    color: #000;
    text-align: center;
    padding: 18px 0; /* margin-bottom: 20px; */
    border-bottom: 1px solid #7c7c7c;
    font-size: 16px;
}

#instock .filter_items {

}

#instock .filter_items .item {

    /* border-bottom: 1px solid #dcdcdc; */
}

#instock .filter_items .item .name {

    padding: 15px 40px 15px 40px;

    position: relative;

    cursor: pointer;

    font-size: 16px;

    font-weight: 500;
}

#instock .filter_items .item .name:after {
    content: "";
    background: url(../img/arrow_filter.png) 50% no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 25px;
    transform: rotate(0deg);
    transition: all .2s linear;
}

#instock .filter_items .item.open .name:after {
    transform: rotate(180deg);
}

#instock .filter_items .item .content {
    padding: 0 40px;
    display: none;
    padding-bottom: 0;
    transform: padding-bottom .2s linear; /* padding-bottom: 25px; */
}

#instock .filter_items .item .content .filter_checkbox {
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    padding-top: 3px;
}

#instock .filter_items .item .content .filter_checkbox:last-child {
    margin-bottom: 0px;
}

#instock .filter_items .item .content .filter_checkbox i {

    position: absolute;

    top: -6px;

    font-size: 8px;

    background: #000;

    color: #fff;

    padding: 6px 6px 4px 6px;

    line-height: 0px;

    font-style: normal;

    text-transform: uppercase;
}

#instock .filter_items .item .content .filter_checkbox input {
    position: absolute;
    visibility: hidden;
    left: -5000px;
}

#instock .filter_items .item .content .filter_checkbox input + span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid black;
    position: absolute;
    top: 0px;
    left: 0;
}

#instock .filter_items .item .content .filter_checkbox input:checked + span:before {
    background: url(../img/checked_white.png) 50% no-repeat black;
}

#instock .filter .clear_filter {
    padding: 25px 40px;
    padding-top: 0px;
}

#instock .filter .clear_filter .btn {
    width: 100%;
    cursor: pointer;
}

#instock .complects_items {
    width: 66%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 80px;
    margin-left: auto;
}

#instock .complects_items .show_more {
    position: absolute;
    bottom: 45px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

#instock .complects_items .show_more span {
    padding-right: 25px;
    background: url(../img/btn_arrow_right.png) 100% 60% no-repeat;
    cursor: pointer;
    transition: all .2s linear;
}

#instock .complects_items .show_more span:hover {
    margin-left: 25px;
}

#instock .complects_items .compl_item {
    width: 100%;
    background: #f8f8f8;
    padding: 25px 25px 25px 10px;
    /* margin: 0 .666%; */
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#instock .complects_items .compl_item.hide {
    display: none;
}

#instock .complects_items .compl_item.megahide {
    display: none;
}

#instock .complects_items .compl_item .image {

    width: 275px;
}

#instock .complects_items .compl_item .compl_name {

    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase;

    margin-top: 30px;
}

#instock .complects_items .compl_item .engine {

    background: url(../img/compl_ico1.png) 0 50% no-repeat;

    padding-left: 25px;

    margin-top: 20px;
}

#instock .complects_items .compl_item .privod {

    background: url(../img/compl_ico2.png) 0 50% no-repeat;

    padding: 2px 0;

    padding-left: 25px;

    margin-top: 10px;
}

#instock .complects_items .compl_item .kpp {

    background: url(../img/compl_ico3.png) 0 50% no-repeat;

    padding-left: 25px;

    margin-top: 10px;
}

#instock .complects_items .compl_item .compl_credit_btn {

    color: black;

    font-weight: 700;

    text-transform: uppercase;

    display: inline-block;

    padding-right: 15px;

    background: url(../img/arrow_get.png) 100% 50% no-repeat;

    margin-top: 50px;
}

#instock .complects_items .compl_item .btn {

    width: 250px;

    margin-top: 10px;
}


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


.credit {
    margin-top: 60px;
    margin-bottom: 100px;
}

.credit .content {
    display: flex;
    align-items: flex-end;
}

.credit .img_block {
}

.credit .img_block img {
}

.credit .info_block {
    background: #fff;
    padding: 30px 100px;
}

.credit .info_block .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.credit .info_block .desc {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.credit .info_block .credit_list {
    margin-top: 25px;
}

.credit .info_block .credit_list li {
    position: relative;
    padding-left: 45px;
    margin-top: 20px;
    font-size: 16px;
}

.credit .info_block .credit_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
}

.credit .info_block .credit_list li:hover:before {
    transform: scale(1.2);
}

.credit .info_block .credit_list li:nth-child(1):before {
    background: url(../img/car_ico3.png) 50% #000 no-repeat;
}

.credit .info_block .credit_list li:nth-child(2):before {
    background: url(../img/car_ico4.png) 50% #000 no-repeat;
}

.credit .info_block .credit_list li:nth-child(1):hover:before {
    background: url(../img/car_ico3_hover.png) 50% #d7d7d7 no-repeat;
}

.credit .info_block .credit_list li:nth-child(2):hover:before {
    background: url(../img/car_ico4_hover.png) 50% #d7d7d7 no-repeat;
}


.credit .info_block .credit_list li b {
}

.credit .info_block form {
    padding-top: 15px;
}


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


.tradein, .testimonial {
     margin-top: 60px; 
}

.tradein .content {
    display: flex;
    align-items: flex-start;
    flex-direction: revert;
}

.tradein .img_block {
    max-width: 564px;
}

.tradein .img_block img {
}

.tradein .info_block {
    background: #fff;
    padding: 25px 100px;
    margin-left: 21px;
}

.tradein .info_block .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.tradein .info_block .desc {
    font-size: 18px;
    font-weight: 700;
    /* margin-top: 8px; */
}

.tradein .info_block form {
    padding-top: 10px;
}


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

.service {
    margin-top: 80px;
}

.service .container {
    background: url("../img/service_bg.jpg") 50% 0 no-repeat;
}

.container1 {
    background: none;
	margin: 0px auto;
    padding: 0px 15px;
}


.service .container > img {
    display: none;
}

.service .service_wrap {
    padding: 10px 0;
    margin-right: 90px;
    width: 380px;
    max-width: 100%;
    margin-left: auto;
}

.service .service_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service .service_list {
    padding: 0 0 0 25px;
    margin: 0;
    list-style: disc;
}

.service .service_list li {
    font-size: 14px;
}

.service .service_list li:first-child {
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    margin-left: -25px;
    margin-bottom: 5px;
}

#service_form {
    margin-top: 25px;
}


#service_form input[type=tel] {
    background: transparent;
}

.service_offers {
    margin-top: 130px;
}

.service_offers_slider .slick-list {
    margin: 0 -12px;
}

.service_offers_item {
    margin: 0 12px;
    height: auto !important;
}

.service_offers .slick-prev,
.service_offers .slick-next {
    position: absolute;
    top: 45%;
    width: 56px;
    height: 57px;
    background: url("../img/serv_arrow.svg") 50% no-repeat;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    transition: all .3s;
}

.service_offers .slick-prev:hover,
.service_offers .slick-next:hover {
    background: url("../img/serv_arrow_hov.svg") 50% no-repeat;
}

.service_offers .slick-prev {
    left: -80px;
    transform: scale(-1, 1);
}

.service_offers .slick-next {
    right: -80px;
}

#service_offers_form {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#service_offers_form .form-group {
    width: 49%;
}

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

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

.stocks {
    margin-top: 80px;
}

.stocks .container {
   // background: url("../img/service_offers/ceramic.webp") 50% 0 no-repeat;
}
.stocks .container .ceramic {
    background: url("../img/service_offers/ceramic.jpg") 0% 0 no-repeat;
    width: 55%;
    height: 333px;
    float: left;
}


.container1 {
    background: none;
}


.stocks .container.ceramic> img {
    display: none;
}

.stocks .stocks_wrap {
    padding: 10px 0;
    margin-right: 90px;
    width: 380px;
    max-width: 100%;
    margin-left: auto;
}

.stocks .stocks_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stocks .stocks_h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}


.stocks .stocks_list {
    padding: 0 0 0 25px;
    margin: 0;
    list-style: disc;
}

.stocks .stocks_list li {
    font-size: 14px;
}

.stocks .stocks_list li:first-child {
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    margin-left: -25px;
    margin-bottom: 5px;
}

#stocks_form {
    margin-top: 25px;
}


#stocks_form input[type=tel] {
    background: transparent;
}

.stocks_offers {
    margin-top: 130px;
}

.stocks_offers_slider .slick-list {
    margin: 0 -12px;
}

.stocks_offers_item {
    margin: 0 12px;
    height: auto !important;
}

.stocks_offers .slick-prev,
.stocks_offers .slick-next {
    position: absolute;
    top: 45%;
    width: 56px;
    height: 57px;
    background: url("../img/serv_arrow.svg") 50% no-repeat;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    transition: all .3s;
}

.stocks_offers .slick-prev:hover,
.stocks_offers .slick-next:hover {
    background: url("../img/serv_arrow_hov.svg") 50% no-repeat;
}

.stocks_offers .slick-prev {
    left: -80px;
    transform: scale(-1, 1);
}

.stocks_offers .slick-next {
    right: -80px;
}

#stocks_offers_form {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#stocks_offers_form .form-group {
    width: 49%;
}

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

.gallery {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    /* max-height: 418px; */
}

.gallery .content {
}

.gallery .gallery_slider {
    width: 100% !important;
    /* max-height: 100% !important; */
}

.gallery .gallery_item {
    padding: 20px 0;
    max-height: 418px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery .gallery_img {
    transition: transform .2s linear;
    overflow: hidden;
    height: 100%; /* max-height: 418px; */
    position: relative;
    z-index: 1;
}

.gallery .gallery_img:hover {
    transform: scale(1.1);
    z-index: 2;
}

.gallery .gallery_img img {
    max-height: 100%;
}

.gallery .gallery_img img:hover {
    transform: scale(1.1);
}

.gallery .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 45px;
    outline: none;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: all .2s linear;
}

.gallery .slick-prev {
    background: url(../img/gallery_slider_prev.png) 50% no-repeat rgba(0, 0, 0, .5);
    right: calc(50% + 15px);
}

.gallery .slick-next {
    background: url(../img/gallery_slider_next.png) 50% no-repeat rgba(0, 0, 0, .5);
    left: calc(50% + 15px);
}

.gallery .slick-arrow:hover {
    opacity: .65;
}


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


.best_offer {
    margin-top: 80px;
}

.best_offer .content {
    background: #000;
    color: #fff;
    padding: 60px 100px 60px 0;
    display: flex;
    justify-content: space-between;
}

.best_offer .img_block {
    position: absolute;
    left: -30px;
}

.best_offer .img_block img {
}

.best_offer .info_block {
    width: 365px;
    margin-left: auto;
}

.best_offer .info_block .title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
}

.best_offer .info_block .desc {
    font-size: 18px;
    font-weight: 400;
}

.best_offer .info_block form {
    margin-top: 30px;
}

.best_offer .info_block form .btn {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.best_offer .info_block form .btn:hover {
    color: #000;
    background: #d7d7d7;
    border-color: #d7d7d7;
}

.best_offer .info_block form .form-group input[type="text"],
.best_offer .info_block form .form-group input[type="tel"] {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.best_offer .info_block form select {
    color: #fff;
    border: 1px solid #fff;
}

.best_offer .info_block form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.best_offer .info_block form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.best_offer .info_block form :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.best_offer .info_block form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.best_offer .info_block form .agree_field,
.best_offer .info_block form .agree_field a {
    color: #fff;
}

.best_offer .info_block form .agree_field input + i {
    border-color: #fff;
    background: #fff;
}

.best_offer .info_block form .agree_field input:checked + i {
    background: #fff;
    background: url(../img/checked_white.png) 50% no-repeat black;
    background-size: 66%;
}


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


.contacts_block {
    margin-top: 100px;
}

.contacts_block .content {
    align-items: center;
    display: flex;
}

.contacts_block .contacts {
    background: #fff;
    /* position: absolute; */
    z-index: 1;
    padding: 60px 100px;
    max-width: 50%;
    width: 100%;
}

.contacts_block .contacts .title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.contacts_block .contacts .bottom_phone {
    margin-top: 40px;
}

.contacts_block .contacts .bottom_phone a {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    padding-left: 30px;
    background: url(../img/phone_bottom.png) 0 50% no-repeat;
}

.contacts_block .contacts .bottom_addr {
    margin-top: 20px;
    background: url(../img/loc_bottom.png) 0 50% no-repeat;
    padding: 4px 0;
    padding-left: 30px;
}

.contacts_block .contacts .bottom_open_hours {
    margin-top: 20px;
    background: url(../img/clock_bottom.png) 0 50% no-repeat;
    padding: 2px 0;
    padding-left: 30px;
}

.contacts_block .contacts .set_way_btn {
    margin-top: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-right: 25px;
    background: url(../img/btn_arrow_right.png) 100% 65% no-repeat;
    transition: all .2s linear;
}

.contacts_block .contacts .set_way_btn:hover {
    margin-left: 25px;
}

.contacts_block .contacts .set_way_btn:after {
    content: "";
}


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


#map1 {
    height: 460px;
    width: 50%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0% no-repeat;
}

/*
.webp #map1 {
    background: url(../img/map.webp) 50% 0% 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;
    text-align: center;
    text-decoration: underline;
}

.copyright a {
    color: #000;
}


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

@media (max-width: 1900px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1280px) {
    .invitation {}
    .webp .invitation {
}
    .invitation .desc_img {}
    .invitation .mob_img {}
}

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

    /**************************************************************************************************************/
    .banner {
    }

    .banner .content {
    }

    .header .top_addr {
        display: none;
    }

    .banner .title_container {
    }

    .banner .title1 {
        font-size: 40px;
    }

    .banner .title2 {
        font-size: 30px;
    }

    .banner .btn {
    }

    .banner .banner_profits {
        width: 15%;
        top: 0px;
        /*transform: scale(.65);*/
        /*transform-origin: center right;*/
    }

    .banner .banner_profits a {
    }

    .banner .banner_profits a.item1 {
    }

    .banner .banner_profits a.item2 {
    }

    .banner .banner_profits a .text_big {
    }

    .banner .banner_profits a .text_big b {
    }

    .banner .banner_profits a .text_sm {
    }


    /**************************************************************************************************************/
    .lottery {
    }

    .lottery .content {
    }

    .lottery .content:before {
    }

    .lottery .content:after {
    }

    .lottery .title {
    }

    .lottery .desc {
    }

    .lottery .lottery_btn {
    }

    .lottery .lottery_btn img {
    }


    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .content {
    }

    .timer_block .form_container {
    }

    .timer_block .form_container .title {
    }

    .timer_block .form_container form {
    }

    .timer_block .form_container form .form-group_wrapper {
    }

    .timer_block .form_container form .form-group {
    }

    .timer_block .form_container form .form-group input[type="text"],
    .timer_block .form_container form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .timer_block .form_container form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .timer_block .form_container form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .timer_block .form_container form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .timer_block .form_container form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .timer_block .form_container form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .timer_block .form_container form .agree_field,
    .timer_block .form_container form .agree_field a {
    }

    .timer_block .form_container form .agree_field input + i {
    }

    .timer_block .form_container form .agree_field input:checked + i {
    }

    .timer_block .timer_container {
    }

    .timer_block .timer_container .timer_title {
    }

    .timer_block .timer_container .timer {
    }

    .timer_block .timer_container .timer div[id^="timer"] {
    }

    .timer_block .timer_container .timer span[id^="timer"] {
    }





    .invitation {
    background-size: 1400px auto !important;
    min-height: 700px;
}
    .webp .invitation {
}
    .invitation .desc_img {}
    .invitation .mob_img {}


    /**************************************************************************************************************/
    .advantages {
    }

    .advantages .content {
    }

    .advantages .item {
    }

    .advantages .item:after {
        content: "";
    }

    .advantages .item b {
    }

    .advantages .item span {
    }


    /**************************************************************************************************************/
    .cars_menu {
    }

    .cars_menu .content {
    }

    .cars_menu a {
    }

    .cars_menu a span {
    }

    .cars_menu a:after {
        content: "";
        display: block;
        width: 110%;
        height: 2px;
        background: transparent;
        position: absolute;
        bottom: -20px;
        left: -5%;
        transition: bottom .2s linear;
    }

    .cars_menu a:hover:after {
        background: #000;
        bottom: -6px;
    }


    /**************************************************************************************************************/
    .cars_items {
    }

    .cars_items .content {
    }

    .cars_items .car_item {
    }

    .cars_items .car_item#f7_new {
    }

    .cars_items .car_item#f7x_new {
    }

    .cars_items .car_item#dargo {
    }

    .cars_items .car_item#jolion {
    }

    .cars_items .car_item#f7 {
    }

    .cars_items .car_item#f7x {
    }

    .cars_items .car_item#h9 {
    }

    .cars_items .car_item#poer {
    }

    .cars_items .car_item#w7 {
    }

    .cars_items .bg_name {
    }

    .cars_items .bg_name i {
    }

    .cars_items .img_block {
    }

    .cars_items .img_block img {
    }

    .cars_items .info_block {
    }

    .cars_items .info_block .title {
    }

    .cars_items .info_block .title span {
    }

    .cars_items .info_block .compl_btn {
    }

    .cars_items .info_block .compl_btn:after {
        content: "";
    }

    .cars_items .info_block .car_advs {
    }

    .cars_items .info_block .car_advs a {
    }

    .cars_items .info_block .car_advs a span {
    }

    .cars_items .info_block .car_advs a b {
    }

    .cars_items .info_block .car_advs a:before {
        content: "";
    }

    .cars_items .info_block .car_advs a.ico1:before {
    }

    .cars_items .info_block .car_advs a.ico1:before:before {
    }

    .cars_items .info_block .car_advs a.ico2:before {
    }

    .cars_items .info_block .car_advs a.ico2:before:before {
    }

    .cars_items .info_block .car_advs a.ico3:before {
    }

    .cars_items .info_block .car_btns {
    }

    .cars_items .info_block .car_btns .btn {
    }

    .cars_items .info_block .car_btns .btn:last-child {
    }


    /****************************************************************************************************/
    .instock_title {
    }

    #instock .filter {
        width: 28%;
    }

    #instock .complects_items {
        width: 70.5%;
        margin-left: -.5%;
        margin-right: -.5%;
    }

    #instock .complects_items .compl_item {
        width: 49%;
        margin: 0 .5%;
        margin-bottom: 35px;
        flex-direction: column;
    }


    /****************************************************************************************************/
    .credit {
    }

    .credit .content {
    }

    .credit .img_block {
    }

    .credit .img_block img {
    }

    .credit .info_block {
    }

    .credit .info_block .title {
    }

    .credit .info_block .desc {
    }

    .credit .info_block .credit_list {
    }

    .credit .info_block .credit_list li {
    }

    .credit .info_block .credit_list li b {
    }

    .credit .info_block form {
    }


    /**************************************************************************************************************/
    .tradein {
    }

    .tradein .content {
    }

    .tradein .img_block {
    }

    .tradein .img_block img {
    }

    .tradein .info_block {
    }

    .tradein .info_block .title {
    }

    .tradein .info_block .desc {
    }

    .tradein .info_block form {
    }


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

    .service .service_wrap {
        margin-right: 0;
    }

    .service_offers .slick-prev {
        left: -50px;
    }

    .service_offers .slick-next {
        right: -50px;
    }
    /**************************************************************************************************************/
    .gallery {
    }

    .gallery .content {
    }

    .gallery .gallery_slider {
    }

    .gallery .gallery_item {
    }

    .gallery .gallery_img {
    }

    .gallery .gallery_img img {
    }


    /**************************************************************************************************************/
    .best_offer {
    }

    .best_offer .content {
    }

    .best_offer .img_block {
    }

    .best_offer .img_block img {
    }

    .best_offer .info_block {
    }

    .best_offer .info_block .title {
    }

    .best_offer .info_block .desc {
    }

    .best_offer .info_block form {
    }

    .best_offer .info_block form .btn {
    }

    .best_offer .info_block form .form-group input[type="text"],
    .best_offer .info_block form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .best_offer .info_block form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .best_offer .info_block form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .best_offer .info_block form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .best_offer .info_block form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .best_offer .info_block form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .best_offer .info_block form .agree_field,
    .best_offer .info_block form .agree_field a {
    }

    .best_offer .info_block form .agree_field input + i {
    }

    .best_offer .info_block form .agree_field input:checked + i {
    }


    /**************************************************************************************************************/
    .contacts_block {
    }

    .contacts_block .content {
    }

    .contacts_block .contacts {
    }

    .contacts_block .contacts .title {
    }

    .contacts_block .contacts .bottom_phone {
    }

    .contacts_block .contacts .bottom_phone a {
    }

    .contacts_block .contacts .bottom_addr {
    }

    .contacts_block .contacts .bottom_open_hours {
    }

    .contacts_block .contacts .set_way_btn {
    }

    .contacts_block .contacts .set_way_btn:after {
        content: "";
    }


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

}

/*IPAD PRO BEGIN*/

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

    .header .logo_wrap {
        width: 45%;
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
        font-size: 28px;
    }

    .banner .title2 {
        font-size: 24px;
    }

    .banner .btn {
    }

    .banner .banner_profits {
    }

    .banner .banner_profits a {
    }

    .banner .banner_profits a.item1 {
    }

    .banner .banner_profits a.item2 {
    }

    .banner .banner_profits a .text_big {
    }

    .banner .banner_profits a .text_big b {
    }

    .banner .banner_profits a .text_sm {
    }


    /**************************************************************************************************************/
    .lottery {
    }

    .lottery .content {
    }

    .lottery .content:before {
    }

    .lottery .content:after {
    }

    .lottery .title {
    }

    .lottery .desc {
    }

    .lottery .lottery_btn {
    }

    .lottery .lottery_btn img {
    }


    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .content {
    }

    .timer_block .form_container {
    }

    .timer_block .form_container .title {
    }

    .timer_block .form_container form {
    }

    .timer_block .form_container form .form-group_wrapper {
    }

    .timer_block .form_container form .form-group {
    }

    .timer_block .form_container form .form-group input[type="text"],
    .timer_block .form_container form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .timer_block .form_container form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .timer_block .form_container form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .timer_block .form_container form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .timer_block .form_container form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .timer_block .form_container form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .timer_block .form_container form .agree_field,
    .timer_block .form_container form .agree_field a {
    }

    .timer_block .form_container form .agree_field input + i {
    }

    .timer_block .form_container form .agree_field input:checked + i {
    }

    .timer_block .timer_container {
    }

    .timer_block .timer_container .timer_title {
    }

    .timer_block .timer_container .timer {
    }

    .timer_block .timer_container .timer div[id^="timer"] {
    }

    .timer_block .timer_container .timer span[id^="timer"] {
    }





    .invitation {
    background-size: 1200px auto !important;
    background-position: 47% 0 !important;
    min-height: 600px;
}
    .webp .invitation {}
    .invitation .desc_img {}
    .invitation .mob_img {}


    /**************************************************************************************************************/
    .advantages {
    }

    .advantages .content {
    }

    .advantages .item {
    }

    .advantages .item:after {
        content: "";
    }

    .advantages .item b {
    }

    .advantages .item span {
    }


    /**************************************************************************************************************/
    .cars_menu {
    }

    .cars_menu .content {
    }

    .cars_menu a {
    }

    .cars_menu a span {
    }

    .cars_menu a:after {
        content: "";
        display: block;
        width: 110%;
        height: 2px;
        background: transparent;
        position: absolute;
        bottom: -20px;
        left: -5%;
        transition: bottom .2s linear;
    }

    .cars_menu a:hover:after {
        background: #000;
        bottom: -6px;
    }


    /**************************************************************************************************************/
    .cars_items {
    }

    .cars_items .content {
    }

    .cars_items .car_item {
    }

    .cars_items .car_item#f7_new {
    }

    .cars_items .car_item#f7x_new {
    }

    .cars_items .car_item#dargo {
    }

    .cars_items .car_item#jolion {
    }

    .cars_items .car_item#f7 {
    }

    .cars_items .car_item#f7x {
    }

    .cars_items .car_item#h9 {
    }

    .cars_items .car_item#poer {
    }

    .cars_items .car_item#w7 {
    }

    .cars_items .bg_name {
    }

    .cars_items .bg_name i {
    }

    .cars_items .img_block {
    }

    .cars_items .img_block img {
    }

    .cars_items .info_block {
    }

    .cars_items .info_block .title {
    }

    .cars_items .info_block .title span {
    }

    .cars_items .info_block .compl_btn {
    }

    .cars_items .info_block .compl_btn:after {
        content: "";
    }

    .cars_items .info_block .car_advs {
    }

    .cars_items .info_block .car_advs a {
    }

    .cars_items .info_block .car_advs a span {
    }

    .cars_items .info_block .car_advs a b {
    }

    .cars_items .info_block .car_advs a:before {
        content: "";
    }

    .cars_items .info_block .car_advs a.ico1:before {
    }

    .cars_items .info_block .car_advs a.ico1:before:before {
    }

    .cars_items .info_block .car_advs a.ico2:before {
    }

    .cars_items .info_block .car_advs a.ico2:before:before {
    }

    .cars_items .info_block .car_advs a.ico3:before {
    }

    .cars_items .info_block .car_btns {
    }

    .cars_items .info_block .car_btns .btn {
    }

    .cars_items .info_block .car_btns .btn:last-child {
    }


    /**************************************************************************************************************/
    .instock_title {
    }

    #instock .filter {
        width: 25%;
    }

    #instock .complects_items {
        width: 73.5%;
    }


    /****************************************************************************************************/
    .credit {
    }

    .credit .content {
    }

    .credit .img_block {
    }

    .credit .img_block img {
    }

    .credit .info_block {
    }

    .credit .info_block .title {
    }

    .credit .info_block .desc {
    }

    .credit .info_block .credit_list {
    }

    .credit .info_block .credit_list li {
    }

    .credit .info_block .credit_list li b {
    }

    .credit .info_block form {
    }


    /**************************************************************************************************************/
    .tradein {
    }

    .tradein .content {
    }

    .tradein .img_block {
    }

    .tradein .img_block img {
    }

    .tradein .info_block {
    }

    .tradein .info_block .title {
    }

    .tradein .info_block .desc {
    }

    .tradein .info_block form {
    }


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

    .service .container {
        background: none;
    }

    .service .container > img {
        display: block;
    }

    .service .service_wrap {
        width: 100%;
    }
    /**************************************************************************************************************/
    .gallery {
    }

    .gallery .content {
    }

    .gallery .gallery_slider {
    }

    .gallery .gallery_item {
    }

    .gallery .gallery_img {
    }

    .gallery .gallery_img img {
    }


    /**************************************************************************************************************/
    .best_offer {
    }

    .best_offer .content {
    }

    .best_offer .img_block {
    }

    .best_offer .img_block img {
    }

    .best_offer .info_block {
    }

    .best_offer .info_block .title {
    }

    .best_offer .info_block .desc {
    }

    .best_offer .info_block form {
    }

    .best_offer .info_block form .btn {
    }

    .best_offer .info_block form .form-group input[type="text"],
    .best_offer .info_block form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .best_offer .info_block form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .best_offer .info_block form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .best_offer .info_block form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .best_offer .info_block form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .best_offer .info_block form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .best_offer .info_block form .agree_field,
    .best_offer .info_block form .agree_field a {
    }

    .best_offer .info_block form .agree_field input + i {
    }

    .best_offer .info_block form .agree_field input:checked + i {
    }


    /**************************************************************************************************************/
    .contacts_block {
    }

    .contacts_block .content {
    }

    .contacts_block .contacts {
    }

    .contacts_block .contacts .title {
    }

    .contacts_block .contacts .bottom_phone {
    }

    .contacts_block .contacts .bottom_phone a {
    }

    .contacts_block .contacts .bottom_addr {
    }

    .contacts_block .contacts .bottom_open_hours {
    }

    .contacts_block .contacts .set_way_btn {
    }

    .contacts_block .contacts .set_way_btn:after {
        content: "";
    }


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


}


/*IPAD END*/

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

    .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%;
    }


    /************************************************************************/
    body {
        background-size: 420px auto !important;
        background-position: 50% 195px!important;
    }

    body.webp {
        /* background: url(../img/bg1_mob.webp) 50% 140px no-repeat; */
    }


    .btn {
        width: 100%;
    }

    header {
        position: static;
        //position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background: #ffffff;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo_wrap {

        max-width: 80%;

    }

    .header .logo_text {

        margin-left: 5px;

        padding-left: 5px;

        font-size: 12px;
    }

    .header .logo_text b {

        font-size: 18px;
    }

    .header .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        /* display: none; */
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
    }

    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 1;
        /*position: fixed;*/
        top: 1px;
        right: 0;
        z-index: 21;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #000;
        transition: all .2s linear;
    }

    .header .m_btn span:nth-child(1) {
        top: 0;
    }

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }

    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    header .menu {
        position: fixed;
        top: 0;
        z-index: 20;
        background: #fff;
        left: 100%;
        transition: all .2s linear;
        width: 100%;
        background: #fff;
        border: none;
        padding: 20px 0;
    }

    header .menu.active {
        left: 0;
    }

    header .menu .content {
        display: block;
    }

    header .menu .content a {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    header .menu .content a:after {
        display: none;
    }

    header .menu .content a:hover:after {
        display: none;
    }

    .header .logo_wrap picture b {
        font-size: 18px;
    }

    .header .top_phone a {
        font-size: 3.5vw;
    }
    /**************************************************************************************************************/
    .banner {
        padding-bottom: 0;
        margin-top: 0;
    }

    .banner .content {
    }

    .banner .title_container {
        margin-top: 0;
        padding: 0;
        width: 100%;
        background: none;
    }

    .banner .title1 {
        font-size: 5.5vw;
        text-align: center;
        padding-top: 100px;
    }

    .banner .title1 br {
        display: none;
    }

    .banner .title2 {
        font-size: 22px;
        padding-top: 0;
        text-align: center;
    }

    .banner .title2 b {
        font-size: 30px;
    }

    .banner .btn {
        width: 100%;
        margin-top: 185px;
        margin-left: 0;
    }


    .banner .banner_profits {
        position: static;
        margin-top: 20px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .banner .banner_profits a {
        width: 48%;
        margin-bottom: 7px;
    }

    .banner .banner_profits a.item2 {
    }

    .banner .banner_profits a.item3 {
        margin: 0 auto;
    }

    .banner .banner_profits a .text_big {
    }

    .banner .banner_profits a .text_big b {
    }

    .banner .banner_profits a .text_sm {
    }


    /**************************************************************************************************************/
    .lottery {
        margin-top: 20px;
    }

    .lottery .content {
        padding: 20px 15px;
        background-size: 1560px auto;
        background-position: 50% 0;
    }

    .lottery .content:before {
        display: none;
    }

    .lottery .content:after {
        right: -15px;
        bottom: -15px;
        transform: scale(.5);
        transform-origin: right bottom;
    }

    .lottery .title {
        font-size: 28px;
    }

    .lottery .desc {
        font-size: 21px;
    }

    .lottery .lottery_btn {
        font-size: 16px;
    }

    .lottery .lottery_btn img {
    }


    /**************************************************************************************************************/
    .timer_block {
        margin-top: 20px;
    }

    .timer_block .content {
        padding: 30px 15px;
        flex-wrap: wrap;
    }

    .timer_block .form_container {
        width: 100%;
    }

    .timer_block .form_container .title {
        font-size: 28px;
        text-align: center;
    }

    .timer_block .form_container .title span {
        display: block;
    }

    .timer_block .form_container form {
    }

    .timer_block .form_container form .form-group_wrapper {
        flex-wrap: wrap;
    }

    .timer_block .form_container form .form-group {
        width: 100% !important;
    }

    .timer_block .form_container form .form-group input[type="text"],
    .timer_block .form_container form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .timer_block .form_container form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .timer_block .form_container form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .timer_block .form_container form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .timer_block .form_container form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .timer_block .form_container form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .timer_block .form_container form .agree_field,
    .timer_block .form_container form .agree_field a {
    }

    .timer_block .form_container form .agree_field input + i {
    }

    .timer_block .form_container form .agree_field input:checked + i {
    }

    .timer_block .timer_container {
        width: 100%;
    }

    .timer_block .timer_container .timer_title {
        padding-top: 20px;
        text-align: center;
    }

    .timer_block .timer_container .timer {
    }

    .timer_block .timer_container .timer div[id^="timer"] {
        transform: scale(.8) !important;
        position: relative;
        left: -12px;
    }

    .timer_block .timer_container .timer span[id^="timer"] {
    }





    .invitation {
        background: none !important;
    }
    .webp .invitation {}
    .invitation .desc_img {
        display: none;
    }
    .invitation .mob_img {
        display: block;
    }

    /**************************************************************************************************************/
    .advantages {
    }

    .advantages .content {
        flex-wrap: wrap;
    }

    .advantages .item {
        width: 50%;
        padding-left: 0;
    }

    .advantages .item:after {
        content: "";
    }

    .advantages .item b {
        font-size: 80px;
    }

    .advantages .item span {
        font-size: 13px;
    }


    /**************************************************************************************************************/
    .cars_menu {
        position: fixed;
        top: 184px;
        width: 100%;
        left: 100%;
        transition: all .2s linear;
        background: #fff;
        margin: 0;
        padding: 10px 0 20px 0;
        z-index: 20;
    }

    .cars_menu.active {
        left: 0;
    }

    .cars_menu .content {
        display: block;
    }

    .cars_menu a {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .cars_menu a:hover:before {
    }

    .cars_menu a:hover:before {
        display: none;
    }

    .cars_menu a span {
    }

    .cars_menu a:after {
        display: none;
    }

    .cars_menu a:hover:after {
        display: none;
    }


    /**************************************************************************************************************/
    .cars_items {
    }

    .cars_items .content {
    }

    .cars_items .car_item {
        flex-wrap: wrap;
        padding: 65px 15px 30px;
        background: none !important;
    }

    .cars_items .car_item#f7_new {
    }

    .cars_items .car_item#f7x_new {
    }

    .cars_items .car_item#dargo {
    }

    .cars_items .car_item#jolion {
    }

    .cars_items .car_item#f7 {
    }

    .cars_items .car_item#f7x {
    }

    .cars_items .car_item#h9 {
    }

    .cars_items .car_item#poer {
    }

    .cars_items .car_item#w7 {
    }

    .cars_items .bg_name {
        top: 23%;
        display: none;
    }

    .cars_items .bg_name i {
    }

    .cars_items .img_block {
        left: 0;
        align-items: center;
        width: 100%;
        min-height: auto !important;
    }

    /*.cars_items .car_item#f7_new .img_block,
    .cars_items .car_item#f7x_new .img_block,
    .cars_items .car_item#jolion .img_block,
    .cars_items .car_item#poer .img_block {
        min-height: 220px;
    }

    .cars_items .car_item#dargo .img_block,
    .cars_items .car_item#h9 .img_block,
    .cars_items .car_item#w7 .img_block {
        min-height: 250px;
    }*/

    .cars_items .img_block .colors {
        margin-bottom: 15px;
        position: relative;
    }

    .cars_items .img_block img {
    }

    .cars_items .info_block {
        width: 100%;
    }


    .cars_items .info_block .title {
        position: absolute;
        top: 20px;
    }

    .cars_items .info_block .title span {
        position: static;
        display: block;
        text-align: center;
    }

    .cars_items .info_block .compl_btn {
        margin-top: 25px;
    }

    .cars_items .info_block .compl_btn:after {
        content: "";
    }

    .cars_items .info_block .car_advs {

    }

    #m6 .info_block .car_advs {
        padding: 15px 0 0;
    }

    .cars_items .info_block .car_advs a {
    }

    .cars_items .info_block .car_advs a span {
    }

    .cars_items .info_block .car_advs a b {
    }

    .cars_items .info_block .car_advs a:before {
        content: "";
    }

    .cars_items .info_block .car_advs a.ico1:before {
    }

    .cars_items .info_block .car_advs a.ico1:before:before {
    }

    .cars_items .info_block .car_advs a.ico2:before {
    }

    .cars_items .info_block .car_advs a.ico2:before:before {
    }

    .cars_items .info_block .car_advs a.ico3:before {
    }

    .cars_items .info_block .car_btns {
    }

    .cars_items .info_block .car_btns .btn {
    }

    .cars_items .info_block .car_btns .btn:last-child {
    }


    /**************************************************************************************************************/
    #instock {
        padding: 25px 0;
        margin-top: 80px;
    }

    .instock_title {
        font-size: 24px;
    }

    #instock .complects {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    #instock .filter {
        width: 100%;
    }

    #instock .complects_items {
        width: 100%;
        margin: 0;
    }

    #instock .filter_items .item .content {
        padding: 0 40px;
        margin-top: 20px;
    }

    #instock .complects_items .compl_item {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        /* padding: 0; */
        flex-wrap: wrap;
    }

    #instock .complects_items .compl_item .image {
        width: 100%;
    }

    #instock .complects_items .compl_item .compl_info {
        width: 100%;
    }

    #instock .complects_items .compl_item .complect_btns {
        width: 100%;
        margin-top: 10px;
    }

    #instock .complects_items .compl_item .btn {
        width: 100%;
    }

    .complect_btns {
    }

    .complect_btns {
    }

    #instock .filter .title {
        display: none;
    }


    /****************************************************************************************************/
    .credit {
    }

    .credit .content {
        flex-wrap: wrap;
    }

    .credit .img_block {
        width: 100%;
        margin: 0;
    }

    .credit .img_block img {
    }

    .credit .info_block {
        padding: 25px 15px;
        width: 100%;
    }

    .credit .info_block .title {
    }

    .credit .info_block .desc {
    }

    .credit .info_block .credit_list {
    }

    .credit .info_block .credit_list li {
    }

    .credit .info_block .credit_list li b {
    }

    .credit .info_block form {
    }


    /**************************************************************************************************************/
    .tradein {
        margin-top: 70px;
    }

    .tradein .content {
        flex-wrap: wrap;
    }

    .tradein .img_block {
        order: -1;
        width: 100%;
    }

    .tradein .img_block img {
    }

    .tradein .info_block {
        margin: 0;
        padding: 25px 15px;
        width: 100%;
    }

    .tradein .info_block .title {
    }

    .tradein .info_block .desc {
    }

    .tradein .info_block form {
    }


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

    .service .container {
        background: none;
    }

    .service .container > img {
        display: block;
    }

    .service .service_wrap {
        width: 100%;
    }

    .service .service_title {
        font-size: 7vw;
    }

    .service_offers_slider .slick-list {
        margin: 0;
    }

    .service_offers_item {
        margin: 0;
    }

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

    #service_offers_form .btn {
        width: 80% !important;
    }

    #service_offers_form .wts {
        margin-left: 85% !important;
    }

    .service_offers .slick-prev {
        left: -30px;
        z-index: 1;
    }

    .service_offers .slick-next {
        right: -30px;
        z-index: 1;
    }
    /**************************************************************************************************************/
    .gallery {
        margin-top: 70px;
    }

    .gallery .content {
    }

    .gallery .gallery_slider {
    }

    .gallery .gallery_item {
    }

    .gallery .gallery_img {
    }

    .gallery .gallery_img img {
    }


    /**************************************************************************************************************/
    .best_offer {
        margin-top: 70px;
    }

    .best_offer .content {
        flex-wrap: wrap;
        padding: 25px 15px;
    }

    .best_offer .img_block {
        position: static;
    }

    .best_offer .img_block img {
    }

    .best_offer .info_block {
    }

    .best_offer .info_block .title {
    }

    .best_offer .info_block .desc {
    }

    .best_offer .info_block form {
    }

    .best_offer .info_block form .btn {
    }

    .best_offer .info_block form .form-group input[type="text"],
    .best_offer .info_block form .form-group input[type="tel"] {
        color: #fff;
        border: 1px solid #fff;
        background: transparent;
    }

    .best_offer .info_block form select {
        color: #fff;
        border: 1px solid #fff;
    }

    .best_offer .info_block form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .best_offer .info_block form ::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .best_offer .info_block form :-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .best_offer .info_block form :-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .best_offer .info_block form .agree_field,
    .best_offer .info_block form .agree_field a {
    }

    .best_offer .info_block form .agree_field input + i {
    }

    .best_offer .info_block form .agree_field input:checked + i {
    }


    /**************************************************************************************************************/
    .contacts_block {
    }

    .contacts_block .content {
        flex-wrap: wrap;
    }

    .contacts_block .contacts {
        padding: 25px 15px;
        max-width: 100%;
    }

    .contacts_block .contacts .title {
    }

    .contacts_block .contacts .bottom_phone {
    }

    .contacts_block .contacts .bottom_phone a {
    }

    .contacts_block .contacts .bottom_addr {
    }

    .contacts_block .contacts .bottom_open_hours {
    }

    .contacts_block .contacts .set_way_btn {
        margin-top: 25px;
    }

    .contacts_block .contacts .set_way_btn:after {
        content: "";
    }


    /**************************************************************************************************************/
    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        /* background-position: 27% -60px !important; */
        margin-top: 70px;
    }

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


}

.whatsapp
	{
	 width: 3.7em;
         padding-left: 3px;
	}


/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 388px) {
    .timer_block .timer_container .timer div[id^="timer"] {
        left: -28px;
    }

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

@media (max-width: 378px) {
    .timer_block .timer_container .timer div[id^="timer"] {
        left: -28px;
    }
}

@media (max-width: 360px) {
    .timer_block .timer_container .timer div[id^="timer"] {
        transform: scale(.7) !important;
        left: -41px;
    }

}

@media (max-width: 320px) {

    /*body {
        background-position: 50% 257px!important;
    }*/


    .timer_block .timer_container .timer div[id^="timer"] {
        transform: scale(.6) !important;
        left: -63px;
    }

    .banner .title1 {
        /* font-size: 20px; */
        /* padding-top: 15px; */
    }

    .banner .title2 {
        font-size: 20px;
    }

}
