/*
Theme Name: Moscvich_Smolensk
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --black: #241E20;
  --white: #FFFFFF;
  --accente: #D6001C;
  --accente_hover: #F23E55;
  --dark_blue: #1B203D;
  --dark_blue_hover: #313968;
  --accente_hover: #C9263E;
  --grey: #F6F7F7;
  --grey_dark: #393737;
  --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: "Montserrat", "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-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: 1200px;
    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;
    font-size: 45px;
}
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: uppercase;
    font-size: 15px;
    color: var(--white);
    padding: 18px 25px;
    border-radius: 0;
    font-weight: 600;
    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: 15px 20px;
    font-size: 19px;
    border: 2px solid #fff;
    border-radius: 0;
	transition: .5s;
    background: var(--white);
}
select:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover {
    border: 2px solid #C8C8C8;
}


/* 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: 10px 0;
    background: var(--grey);
    color: var(--black);
    cursor: pointer;
    transition: 1s;
}
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(--white);
    padding: 4px 15px;
    border-radius: 0;
    margin-left: 20px;
    transition: .5s;
}
section.warning span.button:hover {
    background: var(--accente_hover);
}


/*
	section.top
*/
a.tel {
    font-weight: 700;
    text-decoration: none;
    font-size: 22px;
}
a.tel:hover {
    text-decoration: underline;
}
section.top .center.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}
section.top .top_contact a.tel {
    display: table;
    margin-bottom: 5px;
}
.top .name_company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 340px;
    text-transform: none;
}
.top .name_company .name {
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
}
.top .top_contact {
    width: max-content;
}
.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;
}

/*
	nav
*/
nav.main {
    background: var(--grey);
    font-size: 18px;
}
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: 20px 30px;
    text-decoration: none;
    display: block;
}
ul.main li a:hover {
	background: var(--black);
	color: var(--white);
}


/*
	sliders
*/
section.sliders {
    background: var(--black);
    padding: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.sliders_list .one_slider {
    position: relative;
    padding: 60px 0 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*min-height: 700px;*/
    min-width: 600px;
    box-sizing: border-box;
}
.sliders_list .one_slider .content {
    position: relative;
    text-align: left;
    max-width: 790px;
    width: fit-content;
}
/*.sliders_list .one_slider:before {
    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: 47px;
    margin: 20px 0;
    text-align: left;
}
.sliders_list .one_slider h2 span,
.sliders_list .one_slider h1 span {
    color: var(--accente);
}
.sliders_list .one_slider.white_title,
.sliders_list .one_slider.white_title h1,
.sliders_list .one_slider.white_title h2 {
	color: var(--white);
}
.sliders_list .one_slider.white_title:before {
	content: none;
}
section.sliders .content .desc.bottom {
    font-size: 25px;
    padding: 0 0 20px;
    line-height: 140%;
    color: var(--white);
}
section.sliders .sliders_list .content button.big {
    position: relative;
    max-width: 400px;
    line-height: 130%;
    font-weight: 600;
    text-align: -webkit-auto;
    padding: 20px 70px 20px;
    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: 40px;*/
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 30px;
    display: flex;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    flex-wrap: nowrap;
}
.sliders .triggers{
    justify-content: flex-start;
}
.triggers .one {
    display: flex;
    color: var(--white);
    background-color: var(--accente);
    border-radius: 0;
    padding: 17px 30px;
    box-sizing: border-box;
    text-align: left;
    width: 30%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    transition: .5s;
}
.sliders .triggers .one{
    width: fit-content;
    padding: 12px 30px;
}
.triggers .one:hover {
    color: var(--white);
    background-color: var(--accente);
}
.triggers .one img {
    position: relative;
    top: 0;
    height: 40px;
    width: auto;
}
section.sliders .slick-dots {
    bottom: 30px;
}
section.sliders .slick-dots {
    bottom: 30px !important;
}
section.sliders .slick-dots li {
    margin: 0 10px;
}
section.sliders .slick-dots li button {
    background: var(--white) !important;
    width: 100%;
    padding: 2px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
section.sliders .slick-dots li.slick-active button {
    background: var(--accente) !important;
}
.sliders_list.regular.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*
	sale_line
*/
section.sale_line {
    background-color: var(--accente);
    color: var(--white);
    font-size: 20px;
}
section.sale_line span {
	position: relative;
    margin: 0 35px;
    min-width: fit-content;
}
section.sale_line span:after {
    position: absolute;
    right: -40px;
    content: '';
    width: 8px;
    top: 5px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--white);
}


/*
	timer
*/
section.timer {
    background: var(--dark_blue);
    color: var(--white);
    padding: 35px 0;
}
section.timer .center {
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.form_block .title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0;
    line-height: 120%;
}
section.timer .title span {
    margin: 11px 0;
    font-size: 25px;
    display: block;
}
section.timer button {
    margin: 12px 0 0;
}


/*
	cars
*/
section.cars {
    padding: 20px 0 0;
}
.cars_navi {
    gap: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}
.cars_navi .one {
    position: relative;
    /*background: var(--grey);*/
    border-radius: 0;
    padding: 5px 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.cars_navi .one .logo_status {
    position: absolute;
    left: 20px;
    top: 25px;
}
.cars_navi .one .logo_status img {
    height: 40px;
    width: auto;
}
.cars_navi .one .soon {
    position: absolute;
    left: 20px;
    top: 18px;
    background-color: #95E479;
    font-size: 21px;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
}
.cars_navi .one:hover {
	background: #D9E5F0;
}
.cars_list .one_car {
    border-top: 2px solid var(--grey);
    border-radius: 0;
    /*padding: 30px 0;*/
    box-sizing: border-box;
}
.cars_list .one_car .top_banner{
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.cars_list .one_car:last-child {
    border-bottom: 2px solid var(--grey);
}
.one_car .top {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    gap: 50px;
}
.triggers_blocks {
    display: flex;
    gap: 15px;
}
.triggers_blocks .one {
    flex: 1; /* или flex: 1 1 0%; — заставляет все блоки занимать равную ширину */
    display: flex; /* добавляем, чтобы выровнять содержимое внутри */
    align-items: center; /* вертикальное центрирование текста */
    justify-content: center; /* горизонтальное центрирование текста */
    background: var(--accente);
    color: var(--white);
    font-size: 15px;
    padding: 18px 20px; /* уменьшил боковые отступы, чтобы текст не переносился лишний раз */
    border-radius: 0;
    cursor: pointer;
    transition: .5s;
    text-align: center; /* на случай, если текст перенесётся */
    min-height: 60px; /* опционально — минимальная высота, если блоки пустые */
}
.triggers_blocks .one.black {
    background: var(--grey_dark);
}
.triggers_blocks .one:hover {
    background: var(--accente_hover);
}
.triggers_blocks .one.black:hover {
    background: var(--black);
}
.one_car .top .name h3, .one_car .right .name h3 {
    margin: 10px 0;
}
.one_car .right .name {
    margin-bottom: 20px;
}
.status {
    font-size: 16px;
    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;
}
.one_car .middle {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    gap: 50px;
    padding: 15px 0;
}
.middle .car_photo {
    width: 55%;
    position: relative;
}
.big_auto .logo_status {
    position: absolute;
    left: 0;
    top: 30px;
}
.big_auto .logo_status img {
	height: 70px;
	width: auto;
}
.big_auto .soon {
    position: absolute;
    left: 0;
    top: 18px;
    background-color: #95E479;
    font-size: 21px;
    text-align: center;
    padding: 14px 22px;
    border-radius: 4px;
}
.big_auto .auto img {
    height: 371px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.one_car .middle .right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 200%;
    font-size: 18px;
}
.one_car .middle .right ul li {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    transition: .5s;
    margin: 5px 0;
}
.one_car .middle .right ul li:hover {
	color: var(--accente);
    text-decoration: underline;
}
.one_car .middle .right ul li:hover:before {
    background: #e3e3e3;
}
.one_car .middle .right ul li:before {
    content: '';
    position: absolute;
    background: var(--grey);
    border-radius: 100%;
    width: 32px;
    left: 0;
    top: 1px;
    height: 32px;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
}
.one_car .middle .right ul li.credit:before {
    content: url('images/icon_procent.svg');
}
.one_car .middle .right ul li.family:before {
    content: url('images/icon_family.svg');
}
.one_car .middle .right ul li.traidin:before {
    content: url('images/icon_traidin.svg');
}
.one_car .middle .right ul li.garant:before {
    content: url('images/icon_garant.svg');
}
.one_car .middle .right {
    width: 40%;
    padding: 20px;
    background: #fff;
}
.buttons {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 15px 0;
}
.one_car .middle .right input[type="button"] {
    width: 100%;
}
input[type="button"].white {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    background: var(--white);
    border: 2px solid #d1cfcf;
    box-shadow: none;
    color: var(--black);
}
input[type="button"].white:hover {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
    background: #f5f5f5;
}
.photos {
	display: block;
}
.photos .one {
    background: var(--black);
    border-radius: 0;
    overflow: hidden;
    /*height: 210px;*/
    height: 150px;
	float: left;
	margin: 0 4px;
}
.photos .one img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
	transition: .5s;
}
.big_auto{
    position: relative;
}
.big_auto ul.colors {
    text-align: center;
    /*margin-top: -60px;*/
    padding: 10px 15px;
    /*background: #fff;*/
    width: fit-content;
    margin: -60px auto;
}

ul.colors {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*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 #52eb3e;
}
.color_name {
    text-align: center;
}
.color_name span {
    font-weight: 800;
}

/*
	complete
*/
section.complete {
    background: var(--grey);
    padding: 25px 0 50px;
}
section.complete .navi {
    margin: 1px 0 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
}
section.complete .navi div {
    background-color: var(--dark_blue);
    padding: 18px 50px;
    cursor: pointer;
}
section.complete .navi div:hover {
	background-color: var(--dark_blue_hover);
}
section.complete .navi div.active:hover,
section.complete .navi div.active {
	background-color: var(--red);
}
.complete_result .one {
    display: none;
    border: 2px solid var(--grey);
    border-radius: 0;
    margin: 0 0 10px 0;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: var(--white);
    transition: 1s;
    padding: 0 20px;
    box-sizing: border-box;
}
.complete_result .one.show {
    display: flex;
}
.complete_result .one:hover {
    box-shadow: 0px 0px 17px 0px rgb(155 155 155 / 20%);
}
.complete_result .one h3 {
    font-size: 26px;
    margin: 0 0 25px 0;
}
.complete_result .one h3 span {
    color: var(--accente);
}
.complete_result .one > div {
    padding: 20px 0;
    box-sizing: border-box;
}
.complete_result .one .char {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    gap: 45px;
}
.char > div {
    position: relative;
    padding-left: 60px;
    max-width: 250px;
}
.complete_result .one .image {
    width: 25%;
    position: relative;
}
.complete_result .one .image > * {
	position: relative;
	z-index: 1;
}
.complete_result .one .name {
    width: 70%;
}
.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');
}
.complete_result .one .buttons {
    display: flex;
    align-items: normal;
    justify-content: left;
    gap: 15px;
    width: 100%;
    padding: 15px 0;
}
input[type="button"].dark_blue {
    background: var(--dark_blue);
}
input[type="button"].dark_blue:hover {
    background: var(--dark_blue_hover);
}
input.white.more {
    margin: 25px auto 0;
    display: block;
}
span.more {
    font-size: 19px;
    text-decoration: underline;
    margin: 50px auto 20px;
    display: block;
    text-align: center;
	cursor: pointer;
}
span.more:hover {
	color: var(--red);
    text-decoration: none;
}

/*
	text_block
*/
section.text_block {
	position: relative;
    display: table;
    width: 100%;
    background-color: var(--grey_dark);
    color: var(--white);
    text-align: left;
    padding: 0;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 40% bottom -150px;
    margin-bottom: 5px;
}
section.text_block:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    background: #000000;
    background: linear-gradient(217deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
    z-index: 1;
}
section.text_block .image {
    float: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
}
section.text_block .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
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 .left, section.text_block article {
    width: 43%;
    position: relative;
    z-index: 1;
}
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: 47px;
	text-transform: uppercase;
	color: var(--white);
}
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 > .visibility {
    display: none;
}
form .politic {
    padding: 10px 0;
    color: var(--white);
}
section.text_block.credit {
    background-image: url('images/credit_bg.webp');
}
section.text_block.right .image {
    right: inherit;
    left: 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[name="model_form"] {
    pointer-events: none;
	color: #8f8f8f;
}
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: 12px;
    padding: 30px 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;
}
section.contact iframe {
    width: 100%;
    height: 520px;
    border: none;
    background: var(--grey);
}
section.contact address {
    display: flex;
    align-items: normal;
    justify-content: space-around;
    width: 60%;
    font-style: normal;
    text-align: left;
    background: var(--white);
    position: absolute;
    border-radius: 0;
    margin: 50px 0;
    z-index: 1;
    box-shadow: 0px 0px 13px 10px rgb(229 229 229 / 20%);
    border-bottom: 2px solid var(--red);
}
section.contact address .content {
    padding: 35px;
    box-sizing: border-box;
    width: 55%;
}
section.contact address .image {
    width: 45%;
    background-color: var(--grey);
}
section.contact address .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
address img.logo {
    display: block;
    margin-bottom: 30px;
}
address > div > 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: var(--grey);
    border-radius: 0;
    padding: 8px 16px;
}
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, section.callback_block_disc {
    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, section.callback_block_disc.active {
	display: block;
}
section.callback_block .content, section.callback_block_disc .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: 0;
    padding: 30px 50px 30px;
    border-bottom: 3px solid var(--yellow);
}
section.callback_block_disc .content{
    top: 5%;
}
section.callback_block .content .title, section.callback_block_disc .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="email"], section.callback_block .content input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 10px;
    border: 2px solid #c7c7c7;
}
section.callback_block_disc .content input[type="text"], section.callback_block_disc .content input[type="button"], section.callback_block_disc .content input[type="email"], section.callback_block_disc .content input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 10px;
    border: 2px solid #c7c7c7;
}
section.callback_block .content input[type="submit"], section.callback_block_disc .content input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 10px;	
}
section.callback_block .politic, section.callback_block_disc .politic {
    margin: 10px 0 20px;
    font-size: 14px;
    color: var(--black);
}
section.callback_block .politic  input[type="checkbox"], section.callback_block_disc .politic  input[type="checkbox"] {
    margin: -2px 10px 0 0;
    width: 20px;
    height: 20px;
    float: left;
}
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);
}

/*
	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, section.callback_block_disc.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_left.svg');
    background-color: var(--accente);
    border-radius: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s;
    z-index: 1;
}

.regular.slider_photos span.white.arrow.slider.slick-arrow{
    top: 30%;
}

span.white.arrow.slider.slick-arrow:hover {
    background-color: var(--accente_hover);
}
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;
}


/*
	video shorts
*/
.videos_shorts_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.videos_shorts_list .one {
    width: 300px;
    height: 500px;
}
.videos_shorts_list .one video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.videos {
    padding: 1px 0 60px;
}

.disclaimer{
    font-size: 10px;
    height: 200px;
    overflow-y: scroll;
}
.logo-mob-text{
	display: none;
}
.mob-phone{
    display: none;
}

@media(max-width: 1600px) {



}

@media(max-width: 1100px) {

	
}

@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: 18px;
		line-height: 16pt;
		font-weight: 600;
	}
	h4, h5, h6 {
		font-size: 16px;
		line-height: 16pt;
	}
	
	/*
		mobile menu
	*/
	span.bmenu {
		background: var(--accente);
		content: url('images/bmenu.svg');
		position: fixed;
		right: 0;
		top: 0;
		border-radius: 0;
		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%;
	}
	
    section h2 {
        text-align: center;
        font-size: 32px;
    }	
	
	/*
		.button
	*/	
	button, input[type="submit"], input[type="button"] {
		font-size: 14px;
		font-weight: 600;
	}	
	
	
	/*
		.warning
	*/	
	section.warning {
		padding: 10px 0;
		font-size: 12px;
		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: 15px 0;
	}	
	section.top .center.flex {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}	
    section.top.header .center.flex{
        justify-content: flex-start;
    }
	section.top img.logo {
		width: 45%;
	}
    .mobile_header .phone{
        display: none;
    }
    .mobile_header .mob-phone{
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.7721 7.91101 22 9.94M18.5 21C9.93959 21 3 14.0604 3 5.5C3 5.11378 3.01413 4.73086 3.04189 4.35173C3.07375 3.91662 3.08968 3.69907 3.2037 3.50103C3.29814 3.33701 3.4655 3.18146 3.63598 3.09925C3.84181 3 4.08188 3 4.56201 3H7.37932C7.78308 3 7.98496 3 8.15802 3.06645C8.31089 3.12515 8.44701 3.22049 8.55442 3.3441C8.67601 3.48403 8.745 3.67376 8.88299 4.05321L10.0491 7.26005C10.2096 7.70153 10.2899 7.92227 10.2763 8.1317C10.2643 8.31637 10.2012 8.49408 10.0942 8.64506C9.97286 8.81628 9.77145 8.93713 9.36863 9.17882L8 10C9.2019 12.6489 11.3501 14.7999 14 16L14.8212 14.6314C15.0629 14.2285 15.1837 14.0271 15.3549 13.9058C15.5059 13.7988 15.6836 13.7357 15.8683 13.7237C16.0777 13.7101 16.2985 13.7904 16.74 13.9509L19.9468 15.117C20.3262 15.255 20.516 15.324 20.6559 15.4456C20.7795 15.553 20.8749 15.6891 20.9335 15.842C21 16.015 21 16.2169 21 16.6207V19.438C21 19.9181 21 20.1582 20.9007 20.364C20.8185 20.5345 20.663 20.7019 20.499 20.7963C20.3009 20.9103 20.0834 20.9262 19.6483 20.9581C19.2691 20.9859 18.8862 21 18.5 21Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
	.top .name_company {
		display: none;
		width: 35%;
	}
	.top .name_company .name {
		font-size: 13px;
		line-height: 120%;
		width: 100%;
	}

	/*
		.top mobile_header
	*/	
	.mobile_header {
		padding: 10px 20px 0;
		display: block;
	}
    .mobile_header .flex{
        display: flex;
        justify-content: space-between;
    }
    .mobile_header #phone{
        display: none;
    }
    .mobile_header #mob-phone{
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.7721 7.91101 22 9.94M18.5 21C9.93959 21 3 14.0604 3 5.5C3 5.11378 3.01413 4.73086 3.04189 4.35173C3.07375 3.91662 3.08968 3.69907 3.2037 3.50103C3.29814 3.33701 3.4655 3.18146 3.63598 3.09925C3.84181 3 4.08188 3 4.56201 3H7.37932C7.78308 3 7.98496 3 8.15802 3.06645C8.31089 3.12515 8.44701 3.22049 8.55442 3.3441C8.67601 3.48403 8.745 3.67376 8.88299 4.05321L10.0491 7.26005C10.2096 7.70153 10.2899 7.92227 10.2763 8.1317C10.2643 8.31637 10.2012 8.49408 10.0942 8.64506C9.97286 8.81628 9.77145 8.93713 9.36863 9.17882L8 10C9.2019 12.6489 11.3501 14.7999 14 16L14.8212 14.6314C15.0629 14.2285 15.1837 14.0271 15.3549 13.9058C15.5059 13.7988 15.6836 13.7357 15.8683 13.7237C16.0777 13.7101 16.2985 13.7904 16.74 13.9509L19.9468 15.117C20.3262 15.255 20.516 15.324 20.6559 15.4456C20.7795 15.553 20.8749 15.6891 20.9335 15.842C21 16.015 21 16.2169 21 16.6207V19.438C21 19.9181 21 20.1582 20.9007 20.364C20.8185 20.5345 20.663 20.7019 20.499 20.7963C20.3009 20.9103 20.0834 20.9262 19.6483 20.9581C19.2691 20.9859 18.8862 21 18.5 21Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
    }
	.mobile_header a.tel {
		font-size: 16px;
		width: 45%;
	}
	.mobile_header a.address {
		font-size: 13px;
		width: 35%;
		line-height: 120%;
	}
    .logo-mob-text{
        display: block;
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.1;
    }

	/*
		sliders
	*/
	section.sliders {
		
	}
	.sliders_list .one_slider {
		padding: 30px 0 25px;
		min-height: auto;
		height: 600px;
        min-width: unset;
	}	
    .sliders .triggers{
        margin-bottom: 20px;
        display: none;
    }
    .sliders .triggers .one{
        margin-bottom: 10px;
    }
	section.sliders .content .desc {
		font-weight: 500;
		font-size: 16px;
		padding: 0 15%;
	}	
	section.sliders .sliders_list .one_slider h2, section.sliders .sliders_list .one_slider h1 {
		font-size: 29px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-align: left;
		padding: 0;
		box-sizing: border-box;
		margin: 10px 0;
	}
	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 0 20px;
		text-align: center;
		font-size: 15px;
		text-align: left;
		max-width: 320px;
	}
	section.sliders .content .desc.bottom {
		font-size: 20px;
		padding: 0 0 20px;
	}
	section.sliders button:before {
		margin: 4px 15px 0 0;
	}	
	section.sliders .sliders_list .content button.big {
		max-width: 80%;
		padding: 20px 40px 20px;
		margin: 10px auto 120px;
		text-align: center;
	}	
	
	
	.triggers {
		/*position: absolute !important;*/
		/*left: 0;
		right: 0;
		bottom: 80px;*/
		display: block;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		text-align: center;
		flex-wrap: nowrap;
	}
	.triggers .one {
		width: 300px !important;
		margin: 0 15px;
		padding: 15px 30px;
		display: flex !important;
	}
	.triggers .one img {
		float: left;
		margin: 0;
	}

	section.sale_line {
		background-color: var(--accente);
		color: var(--white);
		font-size: 15px;
	}


	/*
		nav
	*/
	nav.main {
		display: none;
	}
	section.top input[type="button"] {
		display: none;
	}
	section.top .top_contact {
		display: none;
	}
	section.top .name_company .desc {
		display: none;
	}


	/*
		section.timer
	*/
	section.timer {
		padding: 30px 0;
	}
	section.timer .center.flex {
		display: block;
	}
	.form_block .title {
		font-size: 16px;
		padding-bottom: 0;
		max-width: 100%;
		text-align: center;
	}
	section.timer .title span {
		margin: 11px 0 0;
		font-size: 24px;
		display: block;
		line-height: 125%;
	}


	/*
		section.cars
		navi 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;
		flex-wrap: wrap;
	}
	.cars_navi .one {
		position: relative;
		background: var(--grey);
		border-radius: 0;
		box-sizing: border-box;
		cursor: pointer;
		width: 45%;
		font-size: 15px;
		padding: 5px 10px 10px;
	}
	.cars_navi .one .logo_status img {
		height: 20px;
		width: auto;
	}
	.cars_navi .one .logo_status {
		position: absolute;
		left: 5px;
		top: 7px;
	}	
	.cars_navi .one .soon {
		position: absolute;
		left: 8px;
		top: 8px;
		background-color: #95E479;
		font-size: 12px;
		text-align: center;
		padding: 3px 7px;
		border-radius: 4px;
	}	
	
	
	/*
		section.cars list car
	*/
	.one_car .top {
		display: block;
	}
	.one_car .middle {
		display: block;
	}
	.middle .car_photo {
		width: 100%;
	}
	.one_car .middle .right {
		width: 88%;
	}
	.one_car .top .name h3, .one_car .right .name h3 {
		margin: 10px 0 20px;
		font-size: 27px;
	}
    .one_car .right .buttons{
        flex-direction: column;
    }
	.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: 15px;
		padding: 10px 15px;
		cursor: pointer;
		text-align: center;
		margin: 4px 0;
	}
	.status {
		font-size: 17px;
		position: relative;
	}
	.one_car .middle ul {
		line-height: 120%;
	}
	.one_car .middle ul li {
		margin: 10px 0;
	}
.one_car .middle .right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 200%;
    font-size: 16px;
}	
.one_car .middle .right ul li {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    transition: .5s;
    margin: 3px 0;
}	
	.one_car .middle ul li:before {
		top: -4px;
	}
	.big_auto .auto img {
		height: 230px;
		width: auto;
		margin: 0 auto;
		display: block;
		object-fit: cover;
	}
	.big_auto .logo_status {
		position: absolute;
		left: 0;
		top: 0;
	}
	.big_auto .logo_status img {
		height: 40px;
		width: auto;
	}
	.big_auto .soon {
		position: absolute;
		left: 0;
		top: 0;
		background-color: #95E479;
		font-size: 17px;
		text-align: center;
		padding: 10px 18px;
		border-radius: 4px;
	}
	.photos .one {
		/*height: 220px;*/
        height: 150px;
	}
	.photos.regular ul.slick-dots {
		bottom: -40px;
	}
	.photos.regular .slick-dots li {
		margin: 0 1px
	}
	.photos.regular .slick-dots li button {
		border-radius: 100%;
		background: var(--dark_blue);
	}
	.photos.regular .slick-dots li.slick-active button {
		background: var(--red);
	}
	.big_auto ul.colors {
		text-align: center;
		/*margin-top: -20px;*/
        margin: 30px auto;
        position: relative;
	}
	.one_car .middle ul li {
		margin: 10px 4px;
	}



	/*
		text_block
	*/
	section.complete {
		padding: 25px 0;
	}
	form.sort_complete {
		display: block;
		margin-bottom: 10px;
	}

	section.complete .navi {
		margin: 1px 0 30px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--white);
		font-size: 15px;
		flex-wrap: wrap;
		gap: 5px;
	}	
	section.complete .navi div {
		background-color: var(--dark_blue);
		padding: 18px 20px;
		cursor: pointer;
		width: 45%;
		box-sizing: border-box;
	}
	
	.complete_result .one {
		display: none;
        padding: 0;
	}
	.complete_result .one.show {
		display: block;
	}
	.complete_result .one .image {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.complete_result .one .name {
		width: 100%;
		padding: 20px 20px;
	}
.complete_result .one h3 {
    font-size: 20px;
    margin: -20px 0 20px 0;
    text-align: center;
}
	.complete_result .one .char {
		gap: 25px;
		display: block;
	}
	.char > div {
		position: relative;
		padding-left: 60px;
		max-width: 250px;
		margin-bottom: 15px;
	}
	.char > div.kpp {
		padding-left: 60px;
	}
	.char > div > span {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.complete_result .one .buttons {
		display: block;
		align-items: normal;
		justify-content: left;
		gap: 10px;
		width: 100%;
		padding: 10px 0 0;
	}	
	.complete_result .one input[type="button"] {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 2px auto 10px;
		display: block;
	}
	span.more {
		font-size: 16px;
		text-decoration: underline;
		margin: 30px auto 10px;
		display: block;
		text-align: center;
		cursor: pointer;
	}

	/*
		text_block
	*/
	section.text_block .image {
		float: none;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		height: -webkit-fill-available;
		height: 100%;
		background-color: var(--black);
		bottom: 0;
	}
	section.text_block.right article {
		float: none;
	}
	section.text_block .left, section.text_block article {
		width: 100%;
	}
	section.text_block article {
		padding: 80px 0;
	}
	section.text_block h2 {
		font-size: 32px;
		text-transform: uppercase;
	}
	form.callback_traid_in .politic {
		padding: 3px 0 10px;
		text-align: left;
	}

	/*
		contact
	*/
	section.contact address {
		font-style: normal;
		text-align: left;
		background: var(--white);
		position: relative;
		padding: 0;
		box-sizing: border-box;
		border-radius: 0;
		margin: 20px 0 0;
		z-index: 1;
		box-shadow: none;
		display: block;
		width: 100%;
		text-align: center;
		display: block;
		border: none;
	}
	section.contact address .content {
		padding: 0 0 30px 0;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}
	address img.logo {
		display: block;
		margin: 0 auto 30px;
	}
	section.contact address .image {
		width: 100%;
		background-color: var(--grey);
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		height: 300px;
	}
	address input[type="button"] {
		margin: 0 0 20px 0;
		width: 100%;
	}
	ul.social_services li {
		padding: 14px 16px;
		width: 33%;
		text-align: center;
		height: 55px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.contact iframe {
		width: 100%;
		height: 300px;
		margin-left: -800px;
		width: calc(100% + 1000px);
		height: 500px;
	}

	/*
		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: -40px;
		margin-top: 15px;
	}	
	.timer_code > div {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.timer_code > div .timer-slide-inner {
		font-size: 32px !important;
	}	
	.timer_code > div span.timer-separator {
		padding: 0 7px !important;
		font-size: 21px !important;
		top: 5px;
		position: relative;
	}
	.timer_code > div .timer-slide-bounding,
	.timer_code > div .timer-slide-new,
	.timer_code > div .timer-slide-old {
		padding-left: 8px !important;
		padding-right: 8px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}	
		
	
	/*
		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, section.callback_block_disc .content {
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 100%;
		bottom: 0;
		border-radius: 0;
		padding: 37% 13% 0;
	}	
    section.callback_block_disc .content{
        padding: 15% 10% 0;
    }
	span.close {
		padding: 25px;
		width: 90px;
		height: 90px;
	}
	
	.disclaimer{
        height: 200px;
        overflow-y: scroll;
    }
	/*
		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;
	}

	/*
		timer
	*/
	section.timer .timer_code {
		width: 100%;
		margin-bottom: 0;
		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: 17px !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;
		display: none !important;
	}



/*
	video shorts
*/
.videos_shorts_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.videos_shorts_list .one {
    width: 300px;
    height: 500px;
}
.videos_shorts_list .one video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.videos {
    padding: 1px 0 60px;
}


}

.form_disclaimer{
    font-size: 10px;
    line-height: 130%;
    width: 100%;
    opacity: 0.7;
    margin-top: 10px;
}

.sliders .content{
	background: rgba(0, 0, 0, .5);
    padding: 20px;
    border-radius: 20px;
	color: #fff;
}