/*
Theme Name: Haval_Smolensk
*/

@font-face {
	font-family: 'Haval';
	src: url('fonts/Haval-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: auto;
}
@font-face {
	font-family: 'Haval';
	src: url('fonts/Haval-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: 600;
	font-display: fallback;
}

@font-face {
	font-family: 'TTWellingtons';
	src: url('fonts/TTWellingtons-DemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: 500;
	font-display: fallback;
}
@font-face {
	font-family: 'TTWellingtons';
	src: url('fonts/TTWellingtons-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: 700;
	font-display: fallback;
}


:root {
  --black: #383838;
  --white: #FFFFFF;
  --accente: #00CABF;
  --accente_hover: #636B70;
  --grey: #F2F3F4;
  --grey_dark: #636B70;
  --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: "Haval", "Open Sans", "Tahoma", 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: "Haval", "Open Sans", "Tahoma", sans-serif;
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
	font-weight: 500;
    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: 1400px;
    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"] {
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    background: var(--accente);
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--white);
    padding: 18px 30px;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: .3s;
    text-align: center;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: var(--black);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
select, input[type="text"], input[type="email"], input[type="tel"] {
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    padding: 15px 20px;
    font-size: 17px;
    border: 2px solid #DADADA;
    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 {
    font-weight: 500;
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    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: 0;
    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: 18px;
}
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: block;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 340px;
    text-transform: uppercase;
}
.top .name_company .name {
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
}
.top .name_company .desc {
    font-size: 10px;
}
.top span.address {
    font-size: 12px;
    max-width: 200px;
}
.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: 14px;
}
ul.main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
ul.main.main_service {
    justify-content: flex-end;
}
ul.main li a {
    margin: 0;
    padding: 20px 22px;
    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: center;
    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;
    box-sizing: border-box;
}
.sliders_list .one_slider .content {
	position: relative;
}
/*
.sliders_list .one_slider .content > * {
	cursor: pointer;
}
.sliders_list .one_slider .content > *:hover {
	color: var(--accente);
}
*/
.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;
    text-transform: uppercase;
    margin: 20px 0;
}
.sliders_list .one_slider h1 span {
    color: var(--accente);
}
section.sliders .content .desc {
    font-weight: 500;
    font-size: 32px;
}
section.sliders .content .desc span {
	color: var(--accente);
}
section.sliders .sliders_list .content button.big {
    position: relative;
    max-width: initial;
    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(--black);
	color: var(--white);
	text-decoration: underline;
}
.triggers {
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    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: 0;
    padding: 25px 30px 17px;
    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(--black);
}
.triggers .one img {
    position: relative;
    top: -7px;
	max-height: fit-content;
}
section.sliders .slick-dots {
    bottom: 30px;
}
section.sliders .slick-dots {
    bottom: 30px !important;
}
section.sliders .slick-dots li {
    width: 50px !important;
    margin: 0 10px;
}
section.sliders .slick-dots li button {
    background: var(--white) !important;
    width: 100%;
    padding: 2px;
    height: 5px;
}
section.sliders .slick-dots li.slick-active button {
    background: var(--accente) !important;
}
.sliders_list.regular.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*
	timer
*/
section.timer {
    background: var(--grey);
    padding: 0;
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
}
section.timer > .center {
    background: var(--white);
    padding: 30px 50px;
    box-sizing: border-box;
    margin-top: -20px;
}
section.timer.ready form {
    opacity: 0.4;
}
section.timer.ready div.timer_code {
    opacity: 0.4;
}
section.timer .timer_code {
    width: 60%;
}
section.timer .form_block {
    width: 40%;
}
.form_block .title {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 120%;
    max-width: 100%;
}
.form_block .one {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 20px;
}
form.callback_timer input[type="tel"] {
    width: inherit;
    font-weight: 600;
    font-size: 19px;
}
form.callback_timer input[type="submit"] {
    margin-left: 0;
    width: auto;
}
form .politic {
    padding: 20px 0;
    font-size: 14px;
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
}
form .politic a {
	color: var(--black);
}
form .politic a:hover {
	color: var(--accente);
	text-decoration: none;
}
form .politic input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}


/*
	cars
*/
section.cars {
    padding: 20px 0 40px;
    background: var(--grey);
}
.cars_navi {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: unset;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}
.cars_navi .one img {
    display: block;
    margin: 0 auto;
}
.cars_navi .one {
    background: var(--grey);
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    width: fit-content;
}
.cars_navi .one:hover {
	background: #C9EBEA;
}
.cars_list .one_car {
    border: none;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    background: var(--white);
}
.cars_list .one_car h3 {
    margin: 0 0 7px 0;
}
.cars_list .one_car h3 span {
    color: var(--accente);
}
.one_car .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
.triggers_blocks {
    display: flex;
    gap: 15px;
}
.triggers_blocks .one {
    background: var(--accente);
    color: var(--white);
    font-size: 18px;
    padding: 18px 35px;
    border-radius: 22px;
	cursor: pointer;
	transition: .5s;
}
.triggers_blocks .one.black {
    background: var(--grey_dark);
}
.triggers_blocks .one:hover {
    background: var(--accente_hover);
}
.triggers_blocks .one.black:hover {
    background: var(--black);
}
.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: space-between;
    gap: 30px;
    padding: 0;
}
.middle .car_photo {
    width: 55%;
}
.one_car .middle .left {
    width: 28%;
}
.one_car .middle .right {
	width: 65%;
}
.one_car .left input.black {
    margin: 15px 0 10px;
    width: 100%;
}
.one_car .middle ul.triggers_list {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    line-height: 200%;
    font-size: 16px;
}
.one_car .middle ul.triggers_list li {
    position: relative;
    cursor: pointer;
    transition: .5s;
    padding: 12px;
    line-height: 130%;
}
.one_car .middle ul.triggers_list li:hover {
    color: var(--accente);
    text-decoration: underline;
    background-color: var(--grey);
}
.one_car .middle ul.triggers_list li:hover:before {
    background: transparent;
}
.one_car .middle ul.triggers_list li:before {
    content: '';
    position: relative;
    border-radius: 100%;
    left: 5px;
    top: -4px;
    height: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: super;
    float: left;
    margin: 0 15px 0 0;
}
li.benefit {
    font-weight: 600;
}

.one_car .middle ul.triggers_list li.benefit:before {
    content: url('images/icon_procent.svg');
}
.one_car .middle ul.triggers_list li.shield:before {
    content: url('images/icon_garant.svg');
}
.one_car .middle ul.triggers_list li.cashback:before {
    content: url('images/icon_cash.svg');
}
.one_car .middle ul.triggers_list li.precent:before {
    content: url('images/icon_present.svg');
}
.one_car .middle ul.triggers_list li.insurance:before {
    content: url('images/icon_umbrella.svg');
}


.one_car .middle ul.triggers_list li.credit:before {
    content: url('images/icon_procent.svg');
}
.one_car .middle ul.triggers_list li.family:before {
    content: url('images/icon_family.svg');
}
.one_car .middle ul.triggers_list li.traidin:before {
    content: url('images/icon_traidin.svg');
}
.one_car .middle ul.triggers_list li.garant:before {
    content: url('images/icon_garant.svg');
}
.one_car .middle .right {
    width: 72%;
    display: flex;
    gap: 20px;
}
.one_car .middle .right .big_auto {
	position: relative;
    width: 80%;
}
.one_car .middle .right .big_auto::before {
    content: attr(data-name);
    font-size: 244px;
    position: absolute;
    top: 120px;
    right: 0;
    color: var(--grey);
    z-index: 0;
}
.one_car .middle .right .big_auto > * {
    position: relative;
    z-index: 1;
}
.one_car .middle .right .big_auto .auto {
    height: 90%;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0 0;
}
ul.colors {
    width: auto;
    margin: 0%;
    padding: 0%;
}
.one_car .middle .right .big_auto ul.colors {
    text-align: center;
}
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);
}
.one_car .middle .right .big_auto ul.colors li.active {

}
.one_car .middle .right .slider_photos {
    width: 20%;
	display: none;
}
.one_car .middle .right .slider_photos.active {
	display: block;
}
.one_car .buttons {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 15px 0;
}
.one_car .buttons input[type="button"]:first-child {
    width: 28%;
}
.one_car .buttons input[type="button"] {
    width: 36%;
}
input[type="button"].black {
    background: var(--black);
    box-shadow: none;
    color: var(--white);
}
input[type="button"].black:hover {
    background: var(--accente);
}
.one_car .middle .right .slider_photos {
    width: 20%;
    display: none;
    height: 370px;
    overflow: hidden;
    margin: 15px 0 0;
}
.slider_photos .one {
    background: var(--black);
    border-radius: 0;
    overflow: hidden;
    height: 110px !important;
    margin: 5px 0;
}
.slider_photos .one img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
	transition: .5s;
}
.slider_photos .one img:hover {
    filter: brightness(1.05);
}
span.arrow.slider.arrow_little {
    content: url('images/arrow_little.svg');
    left: 50%;
    position: absolute;
    top: 20px;
    display: block;
    z-index: 1;
    width: auto;
    margin-left: -12px;
	cursor: pointer;
}
span.arrow.slider.arrow_little.next {
    transform: rotate(180deg);
    position: absolute;
    bottom: 20px;
    display: block;
    top: inherit;
}

/*
	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: 0;
}
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;
}
form.sort_complete select.motor {
    pointer-events: none;
    opacity: 0.5;
}
form.sort_complete select.motor.show {
	pointer-events: auto;
    opacity: 1;
}
form.sort_complete select.motor option.var {
	display: none;
}
form.sort_complete select.motor option.var.show {
	display: block;
}
.complete_result .one {
    display: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: var(--white);
    transition: 1s;
    border-bottom: 1px solid var(--accente);
}
.complete_result .one.show {
    display: flex;
}
.complete_result .one:hover {
}
.complete_result .one h3 {
    font-size: 26px;
    margin: 0 0 5px 0;
    color: var(--accente);
}
.complete_result .one h3 span {
    color: var(--black);
    display: block;
    font-size: 21px;
    font-weight: 500;
}
.complete_result .one > div {
    padding: 25px 15px;
    box-sizing: border-box;
}
.complete_result .one .char {
    display: block;
    font-size: 17px;
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    width: 30%;
    position: relative;
}
.complete_result .one .image {
    width: 30%;
    position: relative;
    height: 120px;
}
.complete_result .one .image {
    width: 30%;
	position: relative;
	padding-left: 0;
}
.complete_result .one .image:before {
    content: url('images/bg_car_complete.webp');
    display: block;
    position: absolute;
    z-index: 0;
    top: -10px;
    bottom: 0;
    left: 30px;
}
.complete_result .one .image > * {
	position: relative;
	z-index: 1;
}
.complete_result .one .name {
    width: 30%;
}
.char > div {
    position: relative;
    margin: 16px 0;
    padding-left: 45px;
}
.char > div:before {
    float: left;
    margin: 0 20px 0 0;
    position: absolute;
    left: 0;
    top: -6px;
}
.char > div.motor:before {
	content: url('images/motor.svg');
}
.char > div.privod:before {
	content: url('images/privod.svg');
}
.complete_result .one input[type="button"] {
    margin-right: 25px;
}
.complete_result .one input[type="button"]:last-child {
	margin-right: 0;
}
span.more {
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    display: table;
    margin: 40px auto 10px;
    border-bottom: 2px solid var(--accente);
    cursor: pointer;
}
span.more:hover {
    border-bottom: 2px solid var(--black);
}

/*
	text_block
*/
section.text_block {
    display: table;
    width: 100%;
    background-color: var(--grey);
    color: var(--black);
    text-align: left;
    padding: 0;
    position: relative;
	padding: 30px 0 0;
}

/*
	credit
*/
section#credit {
    overflow: hidden;
}
section.text_block .block_content {
    position: relative;
    background-color: var(--accente);
    margin: 50px 0 0;
}
section#credit.text_block .block_content {
    overflow: hidden;
}
section#credit .images {

}
section#credit .image {
    height: 480px;
    width: 49%;
    position: relative;
}
section#credit .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: .5s;
}
section#credit .image.left {
    float: left;
}
section#credit .image.right {
    float: right;
}
section#credit .image.left:after {
    content: '';
    background: var(--accente);
    width: 300px;
    position: absolute;
    height: 120%;
    transform: rotate(8deg);
    left: initial;
    top: 0;
    right: -30%;
}
section#credit .image.right:after {
    content: '';
    background: var(--accente);
    width: 300px;
    position: absolute;
    height: 120%;
    transform: rotate(8deg);
    left: initial;
    top: -10%;
    left: -18%;
}
section#credit form {
    position: absolute;
    background: var(--white);
    color: var(--black);
    padding: 40px 70px 60px;
    box-sizing: border-box;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: 60px auto 0;
    z-index: 1;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
form.ready > * {
    opacity: 0.5;
}
section#credit .notification.notification_accept {
    max-width: 560px;
}
form select,
form input {
    width: 100%;
    box-sizing: border-box;
}
form h5 {
    margin: 10px 0 20px;
}




/*
	traid_in
*/
section.text_block.traid_in .block_content {
    position: relative;
    background-color: var(--accente);
    margin: 50px 0 0;
    display: table;
    padding-bottom: 0;
    width: 100%;
}
form.callback_traid_in {
    position: absolute;
    background: var(--white);
    color: var(--black);
    padding: 40px 70px 60px;
    box-sizing: border-box;
    max-width: 500px;
    left: 0;
    right: inherit;
    margin: -20px 0 0;
    z-index: 1;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
form.callback_traid_in select[name="model_form"] {
    pointer-events: none;
    opacity: 0.5;
}
form.callback_traid_in select[name="model_form"].show {
    pointer-events: auto;
    opacity: 1;
}
form.callback_traid_in select[name="model_form"] option {
	display: none;
}
form.callback_traid_in select[name="model_form"] option.show {
	display: block;
}
form.callback_traid_in select, form.callback_traid_in input {
    margin: 5px 0;
}
form h5 span {
	color: var(--accente);
}
section#traid_in .image {
    height: 700px;
    float: right;
    width: 80%;
	position: relative;
}
section#traid_in .image:before {
    content: '';
    background: var(--accente);
    width: 300px;
    position: absolute;
    height: 120%;
    transform: rotate(8deg);
    left: initial;
    top: 0;
    left: -12%;
}
section#traid_in .notification.notification_accept {
    max-width: 450px;
    left: 2%;
    right: inherit;
    top: 250px;
    bottom: inherit;
}
section#traid_in .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: .5s;
}

/*
	text_drive
*/
section#text_drive .center {
    z-index: 1;
}
section#text_drive article {
    position: absolute;
    top: 170px;
    color: var(--white);
    max-width: 400px;
    z-index: 1;
}
section#text_drive .image {
    position: relative;
    height: 700px;
    z-index: 0;
}
section#text_drive .image:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    transition: 2s;
    z-index: 1;
}
section#text_drive .image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: .5s;
}


/*
	footer
*/
footer {
    background-color: var(--black);
    color: #B2B2B2;
    font-size: 12px;
    padding: 30px 0;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
}
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 {
    font-style: normal;
    text-align: left;
    background: var(--white);
    position: absolute;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 50px 0;
    z-index: 1;
    box-shadow: 0px 0px 13px 10px rgb(229 229 229 / 20%);
}
section.contact address h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 35px;
}
address h2 {
    margin: 15px 0 25px;
}
address > div {
    margin: 24px 0;
    font-size: 16px;
}
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: 6px;
    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%;
    right: 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;
	right: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;
	right: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;
	right: 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: 600px;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 0;
    padding: 30px 70px 40px;
    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);
}

/*
	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;
    border-bottom: 1px solid var(--accente);
}
body.admin-bar.dinamic {
    top: 30px;
}

/*
	politic
*/
section.single_page article {
    font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
    line-height: 140%;
}


@media(max-width: 1400px) {
	ul.main li a {
		padding: 20px 17px;
	}
	section.top .center.flex {
		gap: 2%;
	}	
	
}

@media(max-width: 1350px) {
	ul.main li a {
		padding: 20px 15px;
	}
	.top .name_company .name {
		font-size: 14px;
	}	
	
}

@media(max-width: 1300px) {
	a.tel {
		font-size: 15px;
	}
	ul.main li a {
		padding: 20px 12px;
	}
	
}

@media(max-width: 1250px) {
	nav.main {
		font-size: 13px;
	}
	.top .name_company .name {
		font-size: 13px;
	}
	.top .name_company .desc {
		font-size: 9px;
	}	
	section.timer > .center {
		padding: 20px 20px;
	}	
	section.timer .form_block {
		width: 43%;
	}	
	
}

@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: 500;
		line-height: normal;
		text-align: center;
	}
	h2 {
		font-size: 26px;
		line-height: 120%;
		position: relative;
		font-weight: 500;
		letter-spacing: 0;
	}
	p.h3, h3 {
		font-size: 25px;
		line-height: 130%;
		font-weight: 500;
	}
	h4, h5, h6 {
		font-size: 20px;
		line-height: 16pt;
		font-weight: 500;
	}
	
	/*
		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: 4%;
		right: -5px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	
	/*
		.button
	*/	
	button, input[type="submit"], input[type="button"] {
		font-size: 14px;
		font-weight: 600;
	}	
	
	
	/*
		.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: 80%;
		line-height: 130%;
	}	
	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: 10px 20px;
		flex-wrap: wrap;
	}
	section.top .center.flex > * {
		width: 40%;
	}	
	section.top .center.flex > img.logo {
		width: 37%;
	}
	section.top .center.flex > .name_company {
		width: 55%;
	}
	.top .name_company .name {
		font-weight: 800;
		font-size: 13px;
		line-height: 120%;
	}
	section.top .center.flex > span.address {
		width: 37%;
		line-height: 120%;
		font-size: 11px;
	}
	section.top .center.flex > a.tel {
		width: 55%;
		font-size: 14px;
	}


	/*
		.top mobile_header
	*/	
	.mobile_header {
		padding: 10px 0 0;
		display: block;
	}
	.mobile_header a.tel {
		font-size: 18px;
		width: 45%;
	}
	.mobile_header span.address {
		font-size: 13px;
		width: 35%;
		line-height: 120%;
	}

	/*
		sliders
	*/
	section.sliders {
		
	}
	.sliders_list .one_slider {
		padding: 30px 0 65px;
		min-height: auto;
        height: 600px;
	}	
	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: 23px;
		font-style: normal;
		line-height: 160%;
		font-weight: 600;
		line-height: 130%;
		text-align: center;
		padding: 0 10%;
		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 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: 80%;
		padding: 20px 40px 20px;
		margin: 10px auto 180px;
		text-align: center;
	}	
	section.sliders .slick-dots li {
		width: 50px !important;
	}	
	
	.triggers {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		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;
	}
	.triggers .one img {
		float: left;
		margin: 0 29px 0 0;
	}


	/*
		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: 5px 0;
		background: var(--white);
	}
	section.timer .center.flex {
		display: block;
		padding: 25px;
		box-sizing: border-box;
		margin-top: 0;
	}
	.form_block .title {
		font-size: 21px;
		padding-bottom: 10px;
		max-width: 100%;
	}
	.form_block .one {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	section.timer .form_block {
		width: 100%;
	}
	form.callback_timer input[type="tel"] {
		width: 100%;
		font-weight: 600;
		max-width: 100%;
		box-sizing: border-box;
		text-align: center;
		font-size: 23px;
		font-weight: 600;
		padding-bottom: 30px;
	}
	form.callback_timer input[type="submit"] {
		margin-left: 0;
		display: block;
		width: 100%;
		margin-top: -20px;
		z-index: 1;
		position: relative;
	}
	form .politic {
		padding: 20px 0;
		text-align: left;
		padding: 15px 0 10px;
		font-size: 12px;
	}
	form .politic input[type="checkbox"] {
		width: 20px;
		height: 20px;
		float: none;
		margin: 0 4px 0 0;
		position: relative;
		top: 5px;
	}


	/*
		section.cars
	*/
	section.cars {
		padding: 5px 0 10px;
	}
	.cars_navi {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 7px;
		grid-row-gap: 7px;
		font-size: 12px;
		line-height: 120%;
	}
	.cars_navi .one {
		padding: 0 5px;
	}
	.cars_list .one_car {
		border: 1px solid var(--grey);
		border-left: none;
		border-right: none;
		border-radius: 12px;
		margin: 0;
		padding: 20px 0;
		border-radius: 0;
	}
	
	.cars_list {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
		padding: 0;
		background: var(--white);
	}
	.cars_list .one_car {
        margin: 0 5%;
        box-sizing: border-box;
	}
.slider_photos .one {
    margin: 0 7px 0 0;
}	
	.one_car .middle {
		display: block;
	}	
	.one_car .middle .left {
		width: 100%;
	}	
	.one_car .middle .right .big_auto::before {
		font-size: 112px;
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 0;
	}
	.one_car .middle .right .slider_photos {
		width: 100%;
		display: none;
		height: auto;
		overflow: hidden;
		margin: 0;
	}

	.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;
	}
	.status {
		font-size: 14px;
		position: relative;
	}
	.one_car .middle ul.triggers_list {
		font-size: 14px;
	}
	.one_car .buttons {
		display: block;
		align-items: normal;
		justify-content: space-between;
		gap: 15px;
		width: 100%;
		padding: 0;
		margin: 10px 0;
	}
	.one_car .buttons input[type="button"],
	.one_car .buttons input[type="button"]:first-child {
		width: 100%;
        margin: 5px 0;
	}
	.one_car .middle ul {
		line-height: 120%;
	}
	.one_car .middle ul li {
		margin: 0;
	}
	.one_car .middle ul li:before {
		top: -4px;
	}
	.photos .one {
		height: 60px;
	}


	.one_car .middle .right {
		width: 100%;
		display: block;
		gap: 20px;
	}
	.one_car .middle .right .big_auto {
		position: relative;
		width: 100%;
	}
	.one_car .middle .right .big_auto .auto {
		height: auto;
		text-align: center;
		box-sizing: border-box;
		padding: 0;
	}

	/*
		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 {
		display: none;
	}
	.complete_result .one.show {
		display: block;
	}
	.complete_result .one .image {
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 170px;
		padding: 10px 0 0;
	}
	.complete_result .one .image:before {
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 30px;
	}
	.complete_result .one .name {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.complete_result .one h3 {
		font-size: 25px;
		margin: 0 0 15px 0;
	}
	.complete_result .one .char {
		display: block;
		font-size: 15px;
		font-family: "TTWellingtons", "Tahoma", "Verdana", sans-serif;
		width: max-content;
		position: relative;
		margin: 0 auto;
		padding: 5px 0;
	}
	.complete_result .one .char {
		gap: 25px;
	}
	.char > div > span {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.char > div {
		position: relative;
		margin: 12px 0;
		padding-left: 45px;
	}	
	.complete_result .one input[type="button"] {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		margin: 6px auto;
		display: block;
	}

	/*
		text_block
	*/
	section.text_block {
		padding: 10px 0 0;
	}
	section.text_block .block_content {
		margin: 10px 0 0;
	}	
	section#credit.text_block .block_content {
		overflow: hidden;
		background-color: var(--grey);
	}	
	section.text_block .image {
		float: none;
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		height: -webkit-fill-available;
		height: 300px;
		background-color: var(--black);
	}
	section#credit form {
		position: absolute;
		padding: 30px 35px 40px;
		box-sizing: border-box;
		max-width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	section#credit .image.right {
		display: none;
	}
	section#credit .image.left {
		float: none;
		width: 100%;
		bottom: 0;
		position: relative;
		margin-top: 150px;
		margin-bottom: -100px;
		margin-left: 0;
	}
	section#credit .image.left:after {
		display: none;
	}
	
	/*
		callback_traid_in
	*/
	form.callback_traid_in {
		padding: 30px 35px 40px;
	}	
	section#traid_in .image:before {
		content: none;
	}
	section#traid_in .image {
		height: 500px;
		float: none;
		width: 100%;
		position: relative;
		margin-top: 400px;
		margin-bottom: -100px;
	}


	/*
		text_drive
	*/
	section#text_drive .image {
		height: 500px;
	}	
	section#text_drive article {
		position: absolute;
		top: 50px;
		color: var(--white);
		max-width: 400px;
		z-index: 1;
		text-align: center;
	}
	section#text_drive article h2 {
		text-align: center;
	}

	/*
		contact
	*/
	section.contact address {
		font-style: normal;
		text-align: left;
		background: var(--white);
		position: relative;
		padding: 0;
		box-sizing: border-box;
		border-radius: 12px;
		margin: 40px 0;
		z-index: 1;
		box-shadow: none;
	}
	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;
	}

	/*
		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 {
		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;
	}
	nav.main .center.flex.content_none {
		display: block;
	}
	ul.main {
		display: block;
		font-size: 16px;
		margin: 0;
	}
	ul.main li a {
		padding: 7% 0;
	}

}