/*
Theme Name: SmolenskLada
*/

@font-face {
	font-family: 'FactorA';
	src: url('fonts/FactorA-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'FactorA';
	src: url('fonts/FactorA-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: auto;
}


:root {
  --black: #323232;
  --white: #FFFFFF;
  --accente: #E37639;
  --accente_hover: #e78249;
  --grey: #D9D9D9;
  --grey_dark: #2B303A;
  --red: #e52222;
  --green: #46BA23;
  --green_light: #58DA30;
}

html {
	margin: 0%;
	padding: 0%;
	background: var(--white);
}
body {
    margin: 0%;
    padding: 0%;
    line-height: 125%;
    font-size: 15px;
    font-family: "FactorA", "Tahoma", "Verdana", sans-serif;
    color: var(--black);
	font-weight: 500;
    overflow-x: hidden;
}
a {
	color: var(--text);
}
a:hover {
    color: var(--red);
    text-decoration: underline;
}
section.pop_up .title,
h1, h2, h3, h4, h5, h6 {
    font-family: "FactorA", "Tahoma", "Verdana", sans-serif;
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
	font-weight: 600;
    font-style: normal;
    line-height: normal;
    line-height: 120%;
}
h2 {
	font-size: 32px;
}
section.pop_up .title {
	font-size: 28px;
}
h3 {
	font-size: 35px;
}
h4 {
    font-size: 27px;
}
h5, h6 {
    font-size: 21px;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}
.center {
    margin: 0 auto;
    width: 96%;
    max-width: 1350px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
s {
    color: #EE2222;
}
section {
    padding: 20px 0;
}
section h2 {
    text-align: center;
}
article h2 {
    text-align: left;
}
article {
    font-size: 17px;
    line-height: 135%;
}
article a {
	color: var(--accente);
}
article a:hover {
	color: var(--accente_hover);
	text-decoration: none;
}


/* button */
button, input[type="submit"], input[type="button"] {
    background: var(--accente);
    border: none;
    text-transform: none;
    font-size: 17px;
    color: var(--white);
    padding: 18px 35px;
    border-radius: 32px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: .5s;
    text-align: center;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: var(--accente_hover);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
select, input[type="text"], input[type="email"], input[type="tel"] {
    padding: 18px 20px;
    font-size: 21px;
    border: none;
    border-radius: 30px;
    transition: .5s;
    background: var(--white);
    text-align: center;
}
select:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover {
    border: none;
}
select {
    border: 2px solid #DADADA;
    text-align: left;
}
select:hover {
    border: 2px solid #c5c5c5;
}


/* center */
.center.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center.content_none:after {
	content: none;
}
.center.flex.content_none.top {
    align-items: normal;
}


/*
	warning
*/
section.warning {
    padding: 5px 0;
    background: var(--black);
    color: var(--white);
	cursor: pointer;
	transition: 1s;
}
section.warning:hover {
    background: var(--grey_dark);
}
section.warning a {
    color: var(--white);
	text-decoration: none;
}
section.warning a:hover {
	text-decoration: underline;
}
section.warning .center {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.warning span.button {
    background: var(--accente);
    color: var(--text);
    padding: 4px 15px;
    border-radius: 12px;
    margin-left: 20px;
	transition: .5s;
}
section.warning span.button:hover {
	text-decoration: none;
    background: var(--accente_hover);
}


/*
	section.top
*/
a.tel {
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
}
a.tel:hover {
    text-decoration: underline;
}

/*
	top
*/
section.top {
    padding: 15px 0;
}
section.top .center.flex hr {
	display: none;
}
section.top .name_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.top img.logo {
    max-width: 30%;
}
section.top .center.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}
section.top .top_contact a.tel {
    display: table;
    margin-bottom: 0;
    font-size: 16px;
}
.top .name_company {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 340px;
    text-transform: none;
}
.top .name_company .name {
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
}
.top .name_company .desc {
    font-size: 13.5px;
}
.top span.location {
    position: relative;
    font-size: 17px;
    font-weight: 800;
    bottom: -6px;
    cursor: pointer;
    display: flex;
}
.top span.location:hover {
	color: var(--accente_hover);
}
.top span.location:before {
    content: url('images/location.svg');
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px;
}
.top .top_contact {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
    align-items: center;
    justify-content: space-between;
    max-width: 25%;
    width: 25%;
}
.top .top_contact > span {
    width: 45%;
    text-align: right;
}
.top .top_contact > a {
    width: 50%;
    max-width: unset;
    text-align: left;
}
.top .top_contact span.address {
    font-size: 13px;
    cursor: pointer;
}
.top .top_contact span.address:hover {
    color: var(--accente);
}
.mobile_header {
	display: none;
}
span.bmenu {
	display: none;
}
.top img.logo_brand {
    max-width: 13%;
}

/*
	nav
*/
nav.main {
    background: var(--white);
    font-size: 18px;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
}
ul.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.main li a {
    margin: 0;
    padding: 17px 30px;
    text-decoration: none;
    display: block;
}
ul.main li a:hover {
	background: var(--black);
	color: var(--white);
}


/*
	sliders
*/
section.sliders {
	position: relative;
    background: var(--white);
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
section.sliders:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0%;
	width: 100%;
	height: 20%;
    background: var(--grey_dark);
}
.sliders_list {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.sliders_list .one_slider {
    background-color: var(--black);
    position: relative;
    padding: 30px 0 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 740px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 7px 0;
}
.sliders_list .one_slider:before {
    content: '';
    background: #000000;
    background: linear-gradient(365deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    transition: 2s;
    z-index: 1;
}
.sliders_list .one_slider > * {
	position: relative;
    z-index: 1;
}
.sliders_list .one_slider .content {
    position: relative;
    color: var(--white);
}
/*
.sliders_list .one_slider .content > * {
	cursor: pointer;
}
.sliders_list .one_slider .content > *:hover {
	color: var(--accente);
}
*/
.sliders_list .one_slider:after {
    content: url('images/light_bg.webp');
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}
.sliders_list .one_slider h2, h1 {
    font-size: 77px;
    text-transform: none;
    margin: 20px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sliders_list .one_slider h1 span {
    color: var(--accente);
}
section.sliders .content .desc {
    font-weight: 800;
    font-size: 32px;
    margin: 10px 0 30px 0;
}
section.sliders .sliders_list .content button.big {
    position: relative;
    max-width: max-content;
    line-height: 140%;
    font-weight: 600;
    text-align: -webkit-auto;
    padding: 20px 40px 13px;
    display: table;
    margin: 40px auto 20px;
    text-align: center;
}
section.sliders .sliders_list .content > button.big:hover {
    background: var(--accente_hover);
	color: var(--white);
	text-decoration: underline;
}
section.sliders button.big:before {
    content: url('images/icon_big_button.svg');
    float: left;
    margin: 4px 5px 0 0;
}
.triggers {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    flex-wrap: nowrap;
}
.triggers .one {
    color: var(--white);
    background-color: var(--accente);
    border-radius: 6px;
    padding: 20px 30px 12px;
    box-sizing: border-box;
    text-align: left;
    width: 25%;
    font-size: 14px;
    display: flex;
    gap: 20px;
    cursor: pointer;
    transition: .5s;
}
.triggers .one:hover {
    color: var(--white);
    background-color: var(--accente);
}
.triggers .one img {
    position: relative;
    top: -7px;
}
section.sliders .slick-dots {
    bottom: 30px;
}
section.sliders .slick-dots {
    bottom: 40px !important;
    display: flex;
    width: max-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 27%);
    border-radius: 30px;
    padding: 10px;
    box-sizing: border-box;
}
section.sliders .slick-dots li {
    width: 13px !important;
    height: 13px !important;
    margin: 0 10px;
    display: inline-block;
    padding: 0 !important;
}
section.sliders .slick-dots li button {
    background: var(--white) !important;
    width: 100%;
    padding: 2px;
    height: 100%;
    opacity: 0.6;
}
section.sliders .slick-dots li.slick-active button {
    opacity: 1;
}
.sliders_list.regular.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.regular.visible .slick-list {
    overflow: visible;
}

/*
	timer
*/
section.timer {
    background: var(--grey_dark);
    color: var(--white);
    padding: 30px 0;
}
section.timer .title {
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    width: 30%;
}
form.callback_timer input[type="tel"] {
    width: 200px;
    font-weight: 600;
}
form.callback_timer input[type="submit"] {
    margin-left: -25px;
}
form .politic {
    padding: 10px 0;
    font-size: 14px;
}
form .politic a {
	color: var(--accente);
}
form .politic a:hover {
	color: var(--accente_hover);
	text-decoration: none;
}
form .politic input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
section.pop_up input[type="tel"] {
    text-align: left;
    border: 2px solid var(--grey);
    box-sizing: border-box;
}


/*
	cars
*/
section.cars {
    padding: 20px 0 40px;
    background: #F8F8F8;
}
.cars_navi {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}
.cars_navi .one {
    background: transparent;
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    width: 200px;
    display: inline-block;
}
.cars_navi .one:hover {
	background: #F0F0F0;
}
.cars_list .one_car {
    border: 2px solid #EEEEEE;
    background: var(--white);
    border-radius: 12px;
    margin: 0 0 10px 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: normal;
    justify-content: space-between;
}
.left {
    width: 40%;
}
.left h3 {
    margin: 0 0 13px 0;
}
.left ul {
    font-size: 20px;
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
    line-height: 220%;
}
.status {
    font-size: 19px;
    position: relative;
}
.status:before {
    content: '';
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #36D422;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    bottom: -1.5px;
}
.left ul {
    font-size: 20px;
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none;
    line-height: 130%;
}
.left ul li {
    display: flex;
    margin: 15px 0;
}
.one_car .left ul li:before {
    float: left;
    margin: 0 10px 0 0;
}
.one_car .left ul li.credit:before {
    content: url('images/icon_procent.svg');
}
.one_car .left ul li.family:before {
    content: url('images/icon_cash.svg');
}
.one_car .left ul li.traidin:before {
    content: url('images/icon_present.svg');
}
.one_car .left ul li.garant:before {
    content: url('images/icon_umbrella.svg');
}

.one_car .middle .right .big_auto ul.colors {
    text-align: center;
}
.middle {
    width: 60%;
    position: relative;
    left: -3%;
}
.middle .auto {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 10px 0 -20px;
    height: 281px;
}
.big_auto {
    position: relative;
	z-index: 1;
}
.big_auto:before {
    content: attr(data-name);
    font-size: 122px;
    font-weight: 800;
    color: #F0F0F0;
    position: absolute;
    right: 5%;
    top: 2%;
    z-index: 0;
    line-height: 80%;
    text-align: right;
}
ul.colors {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: -2px;
    z-index: 1;
}
ul.colors li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
	cursor: pointer;
    border: 2px solid #ddd;
	transition: .5s;
}
ul.colors li.active {
    border: 2px solid var(--accente);
}
.color_name {
    text-align: center;
}
.color_name span {
    font-weight: 800;
}
.one_car .middle .right .big_auto ul.colors li.active {

}
.right {
    width: 30%;
}
.right .buttons input {
    width: 100%;
    margin: 6px 0;
}
.right .prices {
    font-size: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 5px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin: 40px 0 30px;
}
.right .prices .text {
    width: 35%;
    margin: 5px 0;
}
.right .prices .price {
    position: relative;
    width: 60%;
    text-align: right;
    margin: 5px 0;
}
.right .prices .price span {
    font-size: 30px;
    color: var(--accente);
}
.right .prices .price s {
    position: absolute;
    font-size: 18px;
    top: -30px;
    right: 0;
    color: var(--black);
}
input.black {
	background: var(--black);
}
input.black:hover {
	background: var(--accente_hover);
}

/*
	complete
*/
section.complete {
    background: var(--white);
    padding: 25px 0 50px;
}
form.sort_complete {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
form.sort_complete select {
    width: 100%;
    border-radius: 6px;
}
form.sort_complete select.complete {
    pointer-events: none;
    opacity: 0.5;
}
form.sort_complete select.complete.show {
	pointer-events: auto;
    opacity: 1;
}
form.sort_complete select.complete option.var {
	display: none;
}
form.sort_complete select.complete option.var.show {
	display: block;
}


.complete_result .one {
	display: none;
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    margin: 0 0 10px 0;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: var(--white);
	transition: 1s;
}
.complete_result .one.show {
    display: flex;
}
.complete_result .one:hover {
    border: 2px solid #DADADA;
    box-shadow: 0px 0px 17px 0px rgb(155 155 155 / 20%);
}
.complete_result .one h3 {
    font-size: 23px;
    margin: 0 0 5px 0;
}
.complete_result .one h4 {
    font-size: 16px;
    margin: 0;
}
.complete_result .one > div {
    padding: 10px 15px;
    box-sizing: border-box;
}
.complete_result .one .char {
    display: block;
    align-items: normal;
    justify-content: flex-start;
    gap: 45px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: fit-content;
    min-width: 15%;
}
.char li {
    position: relative;
    display: flex;
    padding: 0 0 2px 0;
    gap: 25px;
}
.char li span {
	width: 50%;
}
.char li span:last-child {
	text-align: right;
	font-weight: 800;
}
.complete_result .one .image {
    width: min-content;
    position: relative;
    min-width: 15%;
}
.complete_result .one .image > * {
	position: relative;
	z-index: 1;
}
.complete_result .one .name {
    width: 20%;
}
.char > div > span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.char > div:before {
    float: left;
    margin: 0 20px 0 0;
    position: absolute;
    left: 0;
}
.char > div.motor:before {
	content: url('images/motor.svg');
}
.char > div.kpp {
    padding-left: 45px;
}
.char > div.kpp:before {
	content: url('images/kpp.svg');
}
input.white.more {
    margin: 25px auto 0;
    display: block;
}
.complete_result .one .prices {
    font-size: 19px;
    font-weight: 800;
    text-align: right;
}
.complete_result .one .prices > * {
    display: block;
    margin: 6px 0;
}
.complete_result .one .prices .price.real_price {
    font-size: 24px;
    color: var(--accente);
}
.complete_result .one .buttons {
    width: min-content;
}
.complete_result .one .buttons > * {
    width: 100%;
    margin: 4px 0;
    padding: 14px 30px;
}

/*
	text_block
*/
section.text_block {
    display: table;
    width: 100%;
    background-color: var(--grey_dark);
    color: var(--white);
    text-align: left;
    padding: 0;
    position: relative;
    padding: 20px 0 40px;
    margin: 0 0 5px 0;
}
section.text_block:after {
    content: attr(data-name);
    position: absolute;
    font-size: 222px;
    color: #F0F0F0;
    font-weight: 800;
    opacity: 0.4;
    line-height: 0;
	left: 5%;
    bottom: 50px;
}
section.text_block.left:after {
	right: 5%;
    left: inherit;
}
section.text_block:before {
    content: '';
    background: #000000;
    background: linear-gradient(88deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    transition: 2s;
    z-index: 1;
}
section.text_block.left:before {
    background: linear-gradient(273deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
section.text_block > * {
	position: relative;
	z-index: 1;
}
section.text_block .image {
    float: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
    z-index: 0;
}
section.text_block .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
section.text_block > .center {
	position: relative;
	z-index: 1;
}
section.text_block h2 {
	text-align: left;
}
section.text_block article {
    padding: 20px 0 80px;
}
section.text_block article input[type="button"] {
    display: table;
    margin: 30px 0 0;
}
section.text_block .right,
section.text_block .left, section.text_block article {
    width: 470px;
}
section.text_block .right {
    float: right;
    position: relative;
}
section.text_block.left .left {
    padding: 15px 0 40px;
    position: relative;
}
section.text_block.left .left form.ready {
	opacity: 0.4;
}
section.text_block h2 {
    font-size: 45px;
    color: var(--white);
}
section.text_block h2 span {
	color: var(--accente);
}
section.text_block.traid_in {
    background: var(--grey);
    color: var(--black);
}
section.text_block form > * {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px 0;
}
section.text_block form > .politic {
	color: var(--white);
}
section.text_block form > .politic a {
	color: var(--white);
}
section.text_block form > .politic a:hover {
	color: var(--accente);
}
section.text_block form > .visibility {
    display: none;
}
section.text_block.credit {
    background-image: url('images/credit_bg.webp');
}
section.text_block.credit ul {
	margin: -25px 0 10px;
}
section.text_block.credit ul li {
	position: relative;
    margin: 3px 0;
}
section.text_block.credit li:before {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}
section.text_block.credit li.credit:before {
    content: url('images/credit_icon_white.svg');
}
section.text_block.credit li.family:before {
    content: url('images/family_icon_white.png');
}
section.text_block.credit li.traidin:before {
    content: url('images/traidin_icon_white.svg');
}
section.text_block.credit li.garant:before {
    content: url('images/garant_icon_white.svg');
}
section.text_block.right .image {
    right: inherit;
    left: 0;
    z-index: 0;
}
section.text_block.right article {
	float: right;
}
section.text_block.text_drive {
    background-image: url('images/text_drive.webp');
    background-position: right 0 bottom -210px;
}
form.callback_traid_in select {
    text-align: center;
}
form.callback_traid_in select[name="model_form"] {
    pointer-events: none;
    opacity: 1;
    color: #c3c3c3;
}
form.callback_traid_in select[name="model_form"].show {
    pointer-events: auto;
    opacity: 1;
    color: var(--black);
}
form.callback_traid_in select[name="model_form"] option {
	display: none;
}
form.callback_traid_in select[name="model_form"] option.show {
	display: block;
}


/*
	footer
*/
footer {
    background-color: var(--grey_dark);
    color: #B2B2B2;
    font-size: 13px;
    padding: 21px 0;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
footer span:nth-child(2) {
    max-width: 200px;
}
footer a.politic {
    max-width: 200px;
}
footer a:hover {
	color: var(--white);
	text-decoration: none;
}


/*
	contact
*/
section.contact {
    padding: 0;
    position: relative;
    margin-top: -5px;
    display: block;
    background: #5D6870;
    overflow: hidden;
}
section.contact .map {
    width: 55%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
}
section.contact .map:before {
    content: url('images/lada_watermark.webp');
    position: absolute;
    left: -149px;
    bottom: 0;
}
section.contact iframe {
    width: 100%;
    height: -webkit-fill-available;
    border: none;
    background: var(--grey);
    box-sizing: border-box;
    position: absolute;
}
section.contact address {
    font-style: normal;
    text-align: left;
    color: var(--white);
    position: relative;
    padding: 3% 0;
    box-sizing: border-box;
    z-index: 1;
    width: fit-content;
}
section.contact address a:hover {
	color: var(--accente);
}
section.contact address h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 35px;
}
address h2 {
    margin: 15px 0 25px;
}
address div.one {
    border-bottom: 1px dashed rgb(255 255 255 / 17%);
    padding: 10px 0 25px;
}
address div.one.one1 {
	padding-top: 0;
}
address div.one.one2 {
	border: none;
	padding-bottom: 0;
}
address div {
    margin: 24px 0;
    font-size: 19px;
}
address input[type="button"] {
    margin: 10px 0;
}
ul.social_services {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: normal;
}
ul.social_services li {
    background: #6A8293;
    border-radius: 6px;
    padding: 12px 18px;
    display: flex;
	transition: .5s;
}
ul.social_services li:hover {
    background: #7f98a9;
}
ul.social_services li a {
	height: 22px;
	width: auto;
}
a.yandex {
    content: url('images/yandex.svg');
}
a.gis2 {
    content: url('images/2gis.svg');
}
a.vk {
    content: url('images/vk.svg');
}


/* popup__toggle */
#popup__toggle {
	bottom: 8%;
    left: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{
	background-color: var(--green);
	box-sizing: ontent-box;
	-webkit-box-sizing: content-box;
	transition: 1s;
}
#popup__toggle:hover .img-circle {
	background-color: var(--green_light);
}
.circlephone {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border: 2px solid var(--green);
	width:150px;
	height:150px;
	bottom:-25px;
	left:10px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
#popup__toggle:hover .circlephone {
	border: 2px solid var(--green_light);
}
.circle-fill {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color: var(--green);
	width:100px;
	height:100px;
	bottom:0px;
	left:35px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.img-circle {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	left: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(images/callme.svg);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover {
	opacity: 1;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}



/*
	callback_block
*/
form .visibility {
	display: none;
}
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(0 0 0 / 82%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
    animation: callback .6s forwards;
}
section.callback_block.active {
	display: block;
}
section.callback_block .content {
    background: var(--white);
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 30%;
    margin: 0 auto;
    width: 580px;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 6px;
    padding: 30px 50px 30px;
    border-bottom: 3px solid var(--yellow);
}
section.callback_block .content .title {
	padding: 5px 0 20px;
}
section.callback_block .content input[type="text"],
section.callback_block .content input[type="button"],
section.callback_block .content input[type="submit"],
section.callback_block .content input[type="email"],
section.callback_block .content input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
}
form input.error {
    border: 2px solid #efa3a3;
}
form input.good {
	
}
form .icon-check.complete {
    right: 20px;
    top: 45%;
}
span.close {
    content: url('images/close.svg');
    background-color: var(--accente);
    border-radius: 100%;
    padding: 15px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -12px;
    top: -12px;
	cursor: pointer;
	transition: .5s;
}
span.close:hover {
	background-color: var(--accente_hover);
}
section.callback_block .one {
    padding-bottom: 0;
    font-size: 19px;
    margin-top: -20px;
}
section.callback_block .one label {
    font-weight: 800;
    display: flex;
    padding: 0 0 16px 0;
}
section.callback_block .one label:last-child {
	padding-bottom: 7px;
}
section.callback_block .one label input[type="radio"] {
    float: left;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
}
section.pop_up form.ready {
    opacity: 0.4;
}
section.pop_up input[type="tel"].hide {
    opacity: 0.5;
	 pointer-events: none;
}

/*
	answer service back
*/
.notification.notification_accept {
    position: absolute;
    background: var(--green);
    color: var(--white);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    z-index: 2;
    width: 86%;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 33%;
}
.notification.notification_accept strong {
    display: block;
    margin: 5px 0;
}
section.callback_block.pop_up.active.ready form {
    opacity: 0.4;
}



/*
	cookie
*/
.warning_cookie {
	display: none;
}
.warning_cookie--active {
    display: flex;
}
section.cookie {
	display: none;
    background: var(--white);
    left: 1.5%;
    bottom: 1.5%;
    padding: 17px 25px;
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 550px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    line-height: 130%;
    box-shadow: 0px 6px 16px 3px rgb(55 55 55 / 15%);
    z-index: 2;
}

/*
	error 404
*/
section.error404 {
    padding: 30px 0 70px;
}

/*
	arrow for slicker slider
*/
span.white.arrow.slider.slick-arrow {
    position: absolute;
    top: 43%;
    content: url('images/arrow_slider.svg');
    background-color: rgb(255 255 255 / 23%);
    border-radius: 100%;
    display: block;
    width: 90px;
    height: 90px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
	transition: .5s;
    z-index: 1;
}
span.white.arrow.slider.slick-arrow:hover {
    background-color: rgb(255 255 255 / 45%);
}
span.prev.white.arrow.slider.slick-arrow {
    left: 3%;
}
span.next.white.arrow.slider.slick-arrow {
	right: 3%;
	transform: rotate(180deg);
}

/*
	dinamic
*/
body.dinamic nav.main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
body.admin-bar.dinamic {
    top: 30px;
}
img.ym-advanced-informer {
    display: none;
}

@media(max-width: 1600px) {



}

@media(max-width: 1400px) {
	section.top .center.flex {
		gap: 2%;
	}
	
}

@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}	
	
	.center {
		width: 90%;
		min-width: 90%;
		max-width: 90%;
	}
	h1 {
		font-size: 31px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-align: center;
	}
	h2 {
		font-size: 26px;
		line-height: 120%;
		position: relative;
		font-weight: 600;
		letter-spacing: 0;
	}
	p.h3, h3 {
		font-size: 23px;
		line-height: 130%;
	}
	h4, h5, h6 {
		font-size: 23px;
		line-height: 130%;
	}
	
	/*
		mobile menu
	*/
	span.bmenu {
		background: var(--accente);
		content: url('images/bmenu.svg');
		position: fixed;
		right: 0;
		top: 0;
		border-radius: 0 0 0 10px;
		z-index: 2;
		display: block;
		padding: 16.5px;
		box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}


	html {
		background: #fff;
	}

	#popup__toggle {
		bottom: 8%;
		left: 3px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		left: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		left: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		left: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	
	/*
		.button
	*/	
	button, input[type="submit"], input[type="button"] {
		font-size: 16px;
		font-weight: 500;
	}	
	
	
	/*
		.warning
	*/	
	section.warning {
		padding: 10px 0;
		font-size: 13px;
		font-weight: 500;
	}	
	section.warning .center {
		display: flex;
		align-items: center;
		justify-content: normal;
	}
	section.warning span {
		max-width: 75%;
	}	
	section.warning span.button	{
		display: none;
	}
	
	
	/*
		.top
	*/	
	section.top {
		padding: 10px 0;
	}	
	section.top .center.flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		gap: 10px 20px;
		flex-wrap: wrap;
	}	
	section.top img.logo {
		width: 45%;
	}
	.top .name_company {
		display: block;
		width: 35%;
	}
	.top .name_company .name {
		font-size: 18px;
		line-height: 120%;
		width: 100%;
	}
	.top img.logo_brand {
		display: none;
	}
	section.top .name_company .desc {
		display: block;
		font-size: 11px;
		line-height: 110%;
	}
	section.top .center.flex hr {
		display: block;
		border-top: 1px solid var(--grey);
		margin: 0;
		width: 100%;
		clear: both;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		box-sizing: border-box;
	}	
	.top span.location {
		font-size: 12px;
		bottom: 0;
		align-items: center;
	}
	.top span.location:before {
		margin: 0 5px 0 0;
		top: 1px;
	}
	.mobile_header a.tel {
		font-size: 15px;
		width: 45%;
	}
	section.top input[type="button"] {
		display: none;
	}
	section.top .name_logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1px;
		width: 65%;
	}
	section.top img.logo {
		width: 30%;
		max-width: 30%;
	}
	.top .name_company {
		display: block;
		width: 65%;
	}	
	.mobile_header {
		display: block;
		width: 25%;
	}
	.mobile_header img.logo_brand {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.top .top_contact {
		width: 65%;
		min-width: 250px;
		gap: 2px 5px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top .top_contact span.address {
		font-size: 11px;
	}
	section.top .top_contact a.tel {
		font-size: 12px;
	}

	/*
		sliders
	*/
	section.sliders {
		
	}
	.sliders_list {
		max-width: 1600px;
		margin: 0 auto;
		padding: 0;
	}	
	.sliders_list .one_slider {
		padding: 20px 0 65px;
		min-height: auto;
		height: 600px;
		border-radius: 0;
		margin: 0;
	}
	section.sliders .content .desc {
		font-weight: 500;
		font-size: 21px;
		padding: 0 6%;
		margin: 10px 0;
		line-height: 120%;
	}	
	section.sliders .sliders_list .one_slider h2, section.sliders .sliders_list .one_slider h1 {
		font-size: 34px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		padding: 0 10%;
		box-sizing: border-box;
		margin: 10px 0;
		line-height: 120%;
	}
	section.sliders .sliders_list .content button {
		position: relative;
		max-width: 80%;
		line-height: 120%;
		font-weight: 600;
		text-align: -webkit-auto;
		padding: 20px 40px;
		display: table;
		margin: 20px auto 20px;
		text-align: center;
		font-size: 15px;
		text-align: left;
		max-width: 320px;
	}
	section.sliders button:before {
		margin: 4px 15px 0 0;
	}	
	section.sliders .sliders_list .content button.big {
		max-width: 100%;
		padding: 20px 25px 17px;
		margin: 10px auto 120px;
		text-align: center;
	}
	section.sliders .triggers {
		position: relative;
		left: 0;
		right: 0;
		bottom: 40px;
		display: block;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		text-align: center;
		flex-wrap: nowrap;
	}
	section.sliders .triggers .one {
		width: 300px !important;
		margin: 0 15px;
	}
	section.sliders .triggers .one img {
		float: left;
		margin: 0 29px 0 0;
	}
	section.sliders .slick-dots {
		bottom: 20px !important;
	}




	/*
		nav
	*/
	nav.main {
		display: none;
	}


	/*
		section.timer
	*/
	section.timer {
		padding: 30px 0;
	}
	section.timer .center.flex {
		display: block;
	}
	section.timer .title {
		font-size: 23px;
		font-weight: 800;
		line-height: 120%;
		width: 100%;
	}
	section.timer input[type="button"] {
		width: 100%;
	}

	/*
		section.cars
	*/
	section.cars {
		padding: 5px 0 10px;
	}
	.cars_navi {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 7px;
		grid-row-gap: 7px;
	}
	.cars_list .one_car {
		border: 1px solid var(--grey);
		border-left: none;
		border-right: none;
		border-radius: 12px;
		margin: 0;
		padding: 10px 0 15px;
		border-radius: 0;
	}
	.one_car .top {
		display: block;
	}
	.one_car .middle {
		display: block;
	}
	.middle .car_photo {
		width: 100%;
	}
	.one_car .middle .right {
		width: 100%;
	}
	.one_car .top .name h3 {
		margin: 10px 0 20px;
		font-size: 27px;
	}
	.triggers_blocks {
		display: block;
		margin: 15px 0 0;
	}
	input[type="button"].white {
		width: 100% !important;
		padding: 18px 10px;
		font-size: 13px;
	}
	.triggers_blocks .one {
		font-size: 16px;
		padding: 15px 15px;
		cursor: pointer;
		text-align: center;
		margin: 4px 0;
	}
	.left h3 {
		margin: 0 0 4px 0;
	}	
	.status {
		font-size: 14px;
		position: relative;
	}
	.status:before {
		margin: 0 5px 0 0;
		bottom: 0;
	}
	.left ul {
		font-size: 18px;
		margin: 25px 0 0;
		padding: 0;
		list-style-type: none;
		line-height: 130%;
	}
	.left ul li {
		display: flex;
		margin: 6px 0;
	}
	.one_car .left ul li:before {
		float: left;
		margin: 0 10px 0 0;
		position: relative;
		top: -4px;
	}

	/*
		text_block
	*/
	section.complete {
		padding: 25px 0;
	}
	form.sort_complete {
		display: block;
		margin-bottom: 10px;
	}
	form.sort_complete select {
		width: 100%;
		border-radius: 6px;
		margin: 0 0 7px 0;
	}
	.complete_result .one {
		margin: 0 0 5px 0;
	}	
	.complete_result .one {
		display: none;
	}
	.complete_result .one.show {
		display: block;
	}
	.complete_result .one .image {
		width: 100%;
		position: relative;
		overflow: hidden;
		text-align: center;
		padding: 10px 0 0;
	}
	.complete_result .one .name {
		width: 100%;
		padding: 5px 0;
		text-align: center;
	}
	.complete_result .one h3 {
		font-size: 20px;
		margin: 0 0 1px 0;
	}
	.complete_result .one .char {
		display: block;
		align-items: normal;
		justify-content: flex-start;
		gap: 25px;
		margin: 0 auto;
		padding: 5px 0 0;
		list-style-type: none;
		width: 80%;
		min-width: 15%;
	}
	.char > div > span {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.complete_result .one .buttons {
		width: 100%;
		padding: 0 4% 10px;
	}
	.complete_result .one input[type="button"] {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 5px 0;
		display: block;
	}
	.complete_result .one .prices {
		font-size: 19px;
		font-weight: 800;
		text-align: right;
		text-align: center;
	}
	.complete_result .one .prices > * {
		display: block;
		margin: 10px 0;
	}
	.complete_result .one .prices {
		padding-bottom: 3px;
	}
	/*
		text_block
	*/
	section.text_block .image {
		float: none;
		width: 100%;
		top: 0;
		right: 0;
		height: -webkit-fill-available;
		background-color: var(--black);
	}
	section.text_block.right article {
		float: none;
	}
	section.text_block .left, section.text_block article {
		width: 100%;
	}
	section.text_block article {
		padding: 10px 0 50px;
	}
	section.text_block h2 {
		font-size: 32px;
		text-transform: uppercase;
	}
	form.callback_traid_in .politic {
		padding: 3px 0 10px;
		text-align: left;
	}
	section.text_block:after {
		font-size: 90px;
		color: #F0F0F0;
		font-weight: 800;
		opacity: 0.4;
		line-height: 0;
		left: 0;
		bottom: 23px;
	}	
	section.text_block.text_drive:after {
		font-size: 60px;
		color: #F0F0F0;
		font-weight: 800;
		opacity: 0.4;
		line-height: 0;
		left: 0;
		bottom: 13px;
	}	
	section.text_block .right {
		float: none;
	}
	section.text_block .right, section.text_block .left, section.text_block article {
		width: 100%;
	}
	section.text_block.traid_in {
		background: var(--black);
		color: var(--black);
	}	

	/*
		contact
	*/
	section.contact address {
		position: relative;
		font-style: normal;
		text-align: left;
		position: relative;
		padding: 20px 0;
		box-sizing: border-box;
		border-radius: 12px;
		z-index: 1;
		box-shadow: none;
        width: 100%;
	}
	address input[type="button"] {
		margin: 20px 0;
		width: 100%;
	}
	address div {
		margin: 14px 0;
		font-size: 15px;
	}
	address div.one {
		padding: 20px 0 25px;
	}
	ul.social_services li {
		padding: 12px 12px;
		width: 33%;
		text-align: center;
		height: 45px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	address:before {
		content: url('images/lada_watermark.webp');
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 0;
	}
	section.contact address > * {
		position: relative;
		z-index: 1;
	}

	/*
		footer
	*/
	footer {
		padding: 20px 0;
	}
	footer .center.flex {
		display: block;
		align-items: center;
		justify-content: space-between;
	}
	footer .center.flex > * {
		display: block;
		margin: 10px 0;
	}
	footer span:nth-child(2) {
		max-width: 100%;
	}
	footer a.politic {
		max-width: 100%;
	}
	footer .center.flex > a.autor {
		display: none;
	}

	
	/*
		timer
	*/
	section.timer .timer_code {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.timer_code > div {
		min-width: 100%  !important;
		max-width: 100%  !important;
		width: 100% !important;
	}
	section.timer .timer_code span.timer-element span:nth-child(1) {
		font-size: 32px !important;
	}	
	section.timer .timer_code span.timer-element span:nth-child(2) {
		font-size: 14px !important;
	}	
	section.timer .timer_code canvas {
		width: 90px !important;
		top: 7px !important;
	}
	section.timer .timer_code span.timer-separator {
		
	}
	section.timer .timer_code span.timer-element {
		width: 80px !important;
	}
	section.timer .timer_code span.timer-separator {
		padding: 0 !important;
		width: 0 !important;
	}
		
	
	.cars_navi .one {
		padding: 5px;
		width: 31%;
		background: #F0F0F0;
		font-size: 11px;
		margin: 3px;
	}
	.cars_list {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		box-sizing: border-box;
		padding: 0;
		background-color: var(--white);
	}
	.cars_list .one_car {
		margin: 0 auto;
		padding: 25px 4%;
		border-radius: 0;
		max-width: 100%;
		background-color: transparent;
			display: block;
	}
	.one_car .left {
		width: 100%;
	}
	.one_car .middle {
		width: 100%;
		left: 0;
	}
	.middle .auto {
		margin: 10px 0 0;
		height: 200px;
	}
	ul.colors {
		top: 0;
	}
	.one_car .right {
		width: 100%;
	}
	.right .prices {
		font-size: 17px;
		display: flex;
		flex-wrap: wrap;
		gap: 1px 5px;
		align-items: center;
		justify-content: space-between;
		font-weight: 600;
		margin: 10px 0 10px;
	}
	.right .prices .price span {
		font-size: 28px;
		color: var(--accente);
	}	
	.big_auto:before {
		font-size: 82px;
	}	
	
	/*
		cookie
	*/
	section.cookie {
		max-width: 92%;
		margin: 0 auto;
		left: 0;
		right: 0;
		padding: 14px 20px;
		font-size: 13px;
		display: none;
	}	
	
	
	/*
		callback_block
	*/	
	section.callback_block .content {
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 100%;
		bottom: 0;
		border-radius: 0;
		padding: 37% 13% 0;
	}	
	span.close {
		padding: 25px;
		width: 90px;
		height: 90px;
	}
	
	
	/*
		mobile menu
	*/
	body.menu nav.main {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: var(--grey);
		height: 100%;
		z-index: 2;
		padding: 20% 15%;
	}
	ul.main {
		display: block;
		font-size: 24px;
		margin: 0;
	}	
	ul.main li a {
		margin: 0;
		padding: 10% 0;
		text-decoration: none;
		display: block;
	}	
	ul.main li a:hover {
		background: transparent;
		color: var(--accente);
	}
	body.menu span.bmenu {
		z-index: 3;
		content: url('images/close.svg');
		border-radius: 100%;
		box-shadow: none;
		width: 80px;
		height: 80px;
		padding: 20px;
		box-sizing: border-box;
		right: -12px;
		top: -12px;
	}

	section.contact .map {
		width: 100%;
		right: 0;
		position: relative;
		top: 0;
		bottom: 0;
		box-sizing: border-box;
		height: 500px;
	}
	section.contact .map:before {
		content: none;
	}

}