* {
    padding: 0;
    margin: 0;
	}
p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}
/*Удалить потом старт*/
.links-noof .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #8267BE;
    background-color: rgb(26, 65, 166);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    width: 100%;
    color: #fff;
}
.sluj {
    background: #8267BE;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.links-noof .link a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 10px;
}
/*Удалить потом конец*/
:root {
    --blue: #6BCB77;
    --header-bg: #333333;
    --footer-bg: #1F1F1F;
    --light-c: #999999;
    --mlight-c: #666666;
    --dlight-c: #525252;
    --llight-c: #CCCCCC;
}
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
    font-family: 'GothamPro';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
}
@font-face {
    font-family: 'GothamPro';
    font-style:  normal;
    font-weight: bold;
    font-display: swap;
    src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
}

@font-face {
    font-family: 'GothamPro';
    font-style:  normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
}

@font-face {
    font-family: 'GothamPro';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Rub';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/rouble.otf") format("otf"), url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("ttf");
} 


body {
    font-family: 'Arial', 'GothamPro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    background: #ffffff;
    position: relative;
    cursor: url('../img/cursor_default.png'), auto;
	overflow-x: hidden;
}
.popular-cars-section .popular-cars {
    margin-top: 80px;
}
select {
    cursor: url('../img/cursor_hand.png'), auto;
}
input {
    cursor: url('../img/cursor_text.png'), auto;
}
span.caps-f {
    text-transform: capitalize;
	display: contents;
}
.diag-blue-block ul li {
    color: #fff;
}
.template-item-car .credit-form {
    margin-bottom: 120px;
}
.blue-btn:hover, .head-btn:hover, .credit-form.tadein button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #8267BE;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #8267BE;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #8267BE;
}
.blue-btn:active, .head-btn:active, .credit-form.tadein button:active {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), #8267BE;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #8267BE;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #8267BE;
	}
.grey-btn:hover, .spoiler-har:hover, .parameters .title-cpoiler:hover {
    background: #E5E5E5;
}
.grey-btn:active {
    background: #E5E5E5;
}
.template-item-car {	
    position: relative;
}
.template-item-car--white {
    background-color: #FFFFFF;
}
.lines-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
}
.line {
    width: 1px;
    height: 100%;
    background: #EDF1F7;
    margin-left: 7%;
    z-index: -1;
}
.line:first-child {
    margin-left: 95px;
}
p {
    margin-bottom: 20px;
}
a {
    cursor: url('../img/cursor_hand.png'), auto;
    color: inherit;
    text-decoration: none;
}
a:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}
h1 {
    font-size: 48px;
    line-height: 48px;
    color: #000000;
}
.popup-form-wrapp {
    display: none;
}
.dark-header {
    background: var(--header-bg);
    color: var(--light-c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 4px solid var(--blue);
    padding: 8px 0 12px;
}
select, textarea {
    background: #fff;
}
.wrapper {
    width: 1660px;
    margin: 0 auto;
}
.nice-select:hover, .nice-select:active, .nice-select:focus{
    border: 1px solid #E5E5E5!important;
    border-bottom: 2px solid var(--blue) !important;
}
.nice-select .option.selected {
    font-weight: 400!important;
    color: #1F1F1F;
    background: #F0F0F0 !important;
}

.light-header {
    background: #fff;
}
a.menu-down:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 7px;
    background: url(../img/arrow-btm-menu.png);
    margin-right: 24px;
	transition: 0.3s;
	position: relative;
    top: 0px;
}
a.menu-down:hover:before{
    top: 5px;
}
.light-header input {
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: left 20px top 14px;
    padding-left: 56px;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.link-info nav a:last-child {
    padding-right: 0px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.link-info {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 20px;
    margin-left: 20px;
}
.link-info nav a {
    padding: 13px;
}
.main-info a {
    padding: 4px 30px;
}
a.menu-down {
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.026em;
    color: var(--blue);
	cursor: pointer;
}
.light-header .flex.between {
    position: relative;
}
.hz-block.down-menu {
    position: absolute;
    top: 76px;
    left: 0px;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
	width: 420px;
}
.light-header nav {
    text-align: right;
}
.light-header nav a:first-child:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FFC000;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.light-header nav a:nth-child(2):before {
    content: "";
    width: 8px;
    height: 8px;
    background: #299BFF;
    position: absolute;
    left: -16px;
    top: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.light-header nav a:nth-child(3):before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -16px;
    top: 35px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #54E051;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.light-header nav a:nth-child(4):before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FF3D2F;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.light-header nav a:nth-child(5):before {
    content: "";
    width: 8px;
    height: 8px;
    background: #BB14CC;
    position: absolute;
    left: -16px;
    top: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.light-header nav a:hover:before {
    top: 32px;
}
footer a:hover:not(.title), .dark-header a:hover {
    -webkit-filter: brightness(1.8);
    filter: brightness(1.8);
}
footer a.title,
footer a.title:hover {
    cursor: default;
}
/*
input {
    border: 1px solid #E5E5E5;
    height: 48px;
    padding: 0 10px 0 20px;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #666666;
    border-radius: 4px;
    width: 408px;
    box-sizing: border-box;
}*/
input {
    border: 1px solid #E5E5E5;
    height: 48px;
    padding: 0 10px 0 20px;
    font-size: 16px;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #666666;
    width: 408px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    background: #fff;
}
a.logo {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.light-header nav a {
    padding: 30px 0;
    margin-left: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    position: relative;
}
.light-header input {
    width: 408px;
    margin-left: 64px;
}
.left.flex {
    width: auto;
}
.banner-bg .blue-block {
    background: var(--blue);
    width: 514px;
    color: #fff;
    padding: 27px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	    display: none;
}
.banner-bg p.title {
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}
.banner-bg .mini-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 14px;
}
.banner-bg .notice {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.6;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px;
    margin-bottom: 0px;
}
.title img {
    margin-right: 10px;
}
.main-slider .item {
    width: 1230px;
    height: 548px;
    padding-top: 40px;
    -webkit-animation-name: fadeInMin;
    animation-name: fadeInMin;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}
.hz-block .links-mark span.lazy {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: auto;
    background-position: center;
    margin-right: 6px;
    background-repeat: no-repeat;
	background-size: 95%;
}
.compare-btn .head-btn {
    display: none;
}
.compare-btn .head-btn:first-child {
    display: block;
}
.compare-btn .head-btn.add {
	display: flex;
}
.border-lines {
    background-color: #fafafa;
    background-image: -o-repeating-linear-gradient(45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, #fafafa 2px, #fafafa 5px);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, #fafafa 2px, #fafafa 5px);
    padding: 12px;
    margin: 80px 0 0;
    margin-top: 80px;
    margin-top: 0px;
}
.bg-white {
    background: #fafafa;
    padding: 90px 0 60px;
}
.hz-block {
    background: #fff;
    height: 590px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 19px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.hz-block .links-mark {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
}
.hz-block .links-mark a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hz-block .title-catalog {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    width: 100%;
    margin-bottom: 32px;
}
.bottom-menu nav a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.016em;
    color: #333333;
    padding: 20px 0;
    padding-right: 75px;
    display: inline-block;
}
.hz-block .links-mark {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
}
.bottom-menu {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
div.gifts-section {
    padding: 30px 0;
    margin-bottom: 30px;
}
.banner-bg.lazy {
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.popular-cars {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
	align-items: start;
}
.item img {
    max-width: 100%;
}
.info-car {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /*padding-top: 20px;
    margin-top: 15px;*/
}
span.prices {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    font-weight: 100;
    margin-left: 25px;
}
span.current-prices {
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #8267BE;
    padding-left: 5px;
    white-space: nowrap;
}
span.old-prices {
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #666666;
    text-decoration: line-through;
    padding-left: 10px;
}
.info-car img {
    margin-right: 15px;
}
.popular-cars .item .btns a {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    color: #666666;
    margin-right: 25px;
}
.btns {
    width: 100%;
    margin-top: 10px;
}
span.prices span:after {
    content: " \20BD";
}
section.trade-in {
    background: #F5F5F5;
    padding: 40px 0;
    /*margin: 80px 0;*/
    background-color: #F5F5F5;
    background-image: url(../img/circles.png);
    background-repeat: no-repeat;
    background-position: left 120px bottom;
    /*margin-top: 168px;*/
}
section.trade-in .left p {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: #999999;
    display: inline-block;
    padding-top: 8px;
}
section.trade-in input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #666666;
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 8px;
}
section.trade-in .title p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #999999;
    max-width: 408px;
    margin-top: 15px;
}
section.trade-in .left, section.trade-in .right {
    max-width: 408px;
}
section.trade-in .left {
    margin-right: 25px;
    position: relative;
    padding-left: 64px;
}
section.trade-in .left:before {
    content: "";
    background: url(../img/arrow-btm.png);
    width: 39px;
    height: 218px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
section.trade-in .title {
    padding-left: 120px;
}

button:not(.owl-dot, .fancybox-arrow ) {
    background: #8267BE;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.026em;
    color: #FFFFFF;
    width: 203px;
    height: 48px;
    border: none;
    margin-top: 8px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
section.trade-in .left p a {
    text-decoration: underline;
}
section.trade-in .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.template-item-car h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-transform: capitalize;
}
.template-item-car .wrapper{
    width: 1416px;
}
.wrapp-blog, header .credit-wrapper, .rel-top .credit-wrapper {
    width: 1416px !important;
    margin: 0 auto;
}
p.main-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}
.credit-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 31px 0 0;
}
.credit-menu .tel {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.016em;
    color: #999999;
    margin-left: 40px;
}
p.credit-price {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}
p.date-sale {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #D30000;
    padding: 4px 15px;
    position: relative;
}
.big-text-behind {
    font-weight: 800;
    font-size: 160px;
    line-height: 100%;
    text-align: center;
    color: #F0F0F0;
    position: absolute;
    top: 55px;
    width: 500px;
	z-index: -1;
}
.grid-form-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.select-color {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    letter-spacing: 0.01em;
    color: #000000;
}
.change-color {
    width: 24px;
    height: 16px;
    border-radius: 100px;
    margin-left: 8px;
    position: relative;
    cursor: url('../img/cursor_hand.png'), auto;
    border: 1px solid rgba(0,0,0,0.1);
}
.change-color:hover::after {
    background: #8267BE;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
}
.one-complectation {
    margin-bottom: 100px;
}
.grid-option-credit .check {
    border: 2px solid
    #F0F0F0;
    width: 20px;
    height: 20px;
    display: block;
    cursor: url('../img/cursor_hand.png'), auto;
    margin-right: 15px;
}
.grid-option-credit .check:hover {
    border-color: var(--blue);
}
.grid-option-credit .item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
}
.grid-option-credit .item.active {
    border-color: var(--blue);
}
.grid-option-credit .item div:first-child {
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}
.grid-option-credit .item div:nth-child(2) {

    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.016em;
    color: #666666;
    background: #FAFAFA;
    padding: 16px 16px 30px;

}
.grid-option-credit .item div:nth-child(3) {
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8267BE;
}
.credit-options .notice {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #666;
}
.credit-options .flex p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0px;
}
.credit-options .flex .blue-btn {
    max-width: 448px;
    margin-right: 105px;
}
.credit-options .flex .value-sale {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #8267BE;

}
.grid-option-credit {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(5, 1fr);
    margin: 32px 0 24px;
}
.change-color.active::after {
    background: #8267BE;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 10px;
}
p.date-sale:before {
    content: "";
    border: 16px solid transparent;
    border-right: 9px solid #D30000;
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
}
.grid-form-img .img .select-color {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.nice-select .list {
    width: 100%;
    border-radius: 0px;
}

.template-item-car h1 .logo-car {
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-size: 100%;
    margin-right: 25px;
}
.template-item-car h2 {
    font-family: 'Arial', Gotham Pro;
    font-size: 25px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;

    color: #000000;
}
.template-item-car .desc-title {
    margin-top: 7px;
    margin-bottom: 7px;

    font-family: 'Arial', Gotham Pro;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
    font-weight: normal;

    color: #868686;
}
.compare-btn .head-btn.compl0 {
    width: auto;
}
.template-item-car .first-banner .img img {

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.template-item-car .first-banner .img {
    width: 100%;
    text-align: center;
}
.half-block {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #000;
}
.template-item-car .first-banner .form {
    width: 552px;
}
.half-block input {
    width: 100%;
    opacity: 1;
}
.template-item-car .first-banner .form .flex {
    margin: 25px 0 70px 73px;
}
.form .flex div .main-price {
    margin-bottom: 4px;
    margin-right: 60px;
}
.blue-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #FFF;
    background: #8267BE;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.half-block.btns {
    margin-top: 32px;
}
.grey-btn {
    background: #F0F0F0;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.026em;
    color:#333333;
    width: 100%;
    text-align: center;
    height: 48px;
}
.template-item-car .first-banner .nice-select {
    width: 100%;
    margin-bottom: 24px;
}
.template-item-car .credit-form {
    margin-bottom: 100px;
    margin-top: 100px;
}
.template-item-car section.credit-form.tadein {
    margin-bottom: 0px;
}
.template-item-car section.news {
    padding: 100px 0;
}
.template-item-car .credit-form.tadein button {
    width: 100%;
}
.template-item-car .first-banner {
    padding-top: 70px;
    padding-bottom: 60px;
}
.title-complect {
    margin-bottom: 25px;

    font-family: 'Arial', Gotham Pro;
    font-size: 15px;
    line-height: 24px;
    font-style: normal;
    font-weight: bold;

    color: #000000;
}
.title-complect:before {
    content: "";
    background: #8267BE;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
    display: none;
}
.blue-full .text .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #CED9F5;
    padding-top: 176px;
}
.blue-full .img-block .item {
    background-image: url("img/mini-banner.jpg");
    width: 867px;
    height: 799px;
    display: block;
}
.blue-full .text .desc {
    padding-bottom: 176px;
    padding-top: 40px;
}
.blue-full {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--blue);
}
.blue-full.left {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -o-linear-gradient(175deg, rgba(0,0,0,0) 54%, var(--blue) 55%, var(--blue) 100%);
    background-image: linear-gradient(-85deg, rgba(0,0,0,0) 54%, var(--blue) 55%, var(--blue) 100%);
}
.blue-full .text {
    padding-left: 130px;
    max-width: 602px;
}
.specifications div {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btns-order {
    z-index: 2;
    position: relative;
}
.blue-full .text .desc p {
    margin-bottom: 25px;
    line-height: 24px;
    opacity: 0.8;
}
.sp-div:nth-child(2) {
    min-width: 390px;
    max-width: 390px;
    margin-right: 95px;
}
.specifications {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.specifications .sp-div{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sp-div:nth-child(3) .grey-btn {
    margin-left: 16px;
}
.old-price .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #999;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sale-price .value {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #D30000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.specifications .value::after, .credit-options .flex .value-sale:after {
    content: " \20BD";
    padding-left: 4px;
}
.specifications .grey-btn, .specifications .blue-btn {
    height: 38px;
    line-height: 38px;
    min-width: 190px;
    max-width: 190px;
    font-size: 14px;
}
.specifications .old-price, .specifications .sale-price {
    min-width: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.specifications .sp-div:first-child {
    min-width: 175px;
    max-width: 175px;
    padding-left: 0;
}

a.name::before {
    content: "";
    width: 14px;
    height: 7px;
    background: url(../img/arr-btm.png);
    display: inline-block;
    margin-right: 20px;
    margin-left: 10px;
}
.complectations .item .desc {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.item.active .desc {
    display: block;
}
.complectations .item {
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FFFFFF;
}
.specifications .blue-btn {
    min-width: 110px;
    max-width: 110px;
    margin-left: 16px;
}
.sp-div:nth-child(3) .sale-price {
    margin-left: 54px;
}
.credit-options .flex {
    margin-top: 64px;
}
.grid-credit .text p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.grid-credit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 408px 140px608px;
    grid-template-columns: 408px 608px;
    grid-gap: 140px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.grid-credit .form {
    position: relative;
}
.grid-credit .form::before {
    content: "";
    background: url(../img/arrow-btm.png);
    width: 39px;
    height: 218px;
    display: block;
    position: absolute;
    left: -60px;
    top: 0px;
}
.grid-credit .form input {
    margin-bottom: 8px;
}
.grid-credit .form .blue-btn {
    width: 223px;
    height: 48px;
    display: block;
    margin-top: 8px;
}
.grid-credit p.notice {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #CCC;
    margin-top: 20px;
}
.grid-credit .text a {
    color: var(--blue);
}
.credit-options {
    margin-bottom: 120px;
}
.credit-form .wrapper {
    background-color: #fff;
    background-image: -o-repeating-linear-gradient(45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, #fff 2px, #fff 5px);
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, #fff 2px, #fff 5px);
    padding: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.06);
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.credit-form.tadein .wrapper {
    width: 1416px !important;
}
.nice-select .list {
    border-radius: 0px !important;
}
.credit-form .wrapper .sub-div {
    background: #fff;
    padding: 54px 134px;
}
.grid-credit .notice a{
    text-decoration: underline;
}
.credit-form.tadein input {
    margin-bottom: 8px;
    opacity: 1;
}
.credit-form.tadein .left p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #CCC;
    display: block;
}
.credit-form.tadein .left p a{
    text-decoration: underline;
}
.to-top {
    background:#FAFAFA;
    border:1px solid #E5E5E5;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:8px;
    width:840px;
    height:64px;
    display:block;
    margin:0 auto;
    margin-bottom:0;
    text-align:center;
    line-height:64px;
    font-weight:500;
    font-size:16px;
    letter-spacing:.016em;
    color:#8267BE;
    margin-bottom:120px
}
.to-top .lazy {
    width: 18px;
    height: 18px;
    background-size: 100%;
    display: inline-block;
    margin-right: 34px;
    position: relative;
    top: 3px;
}
.credit-form.tadein .sub-div {
    background: #fff;
    padding: 54px 0;
    width: 100%;
}
.credit-form.tadein .grid-credit {
    -ms-grid-columns: 408px 24px 408px;
    grid-template-columns: 408px 408px;
    grid-gap: 24px;
}
.credit-form.tadein .mini-wrapp {
    width: 840px;
    margin: 0 auto;
}
.template-item-car .credit-form.tadein .desc-title {
    margin-bottom: 40px;
}
.credit-form.tadein .left {
    position: relative;
}
.credit-form.tadein .left::before {
    content: "";
    background: url(../img/arrow-btm.png);
    width: 39px;
    height: 218px;
    display: block;
    position: absolute;
    left: -60px;
    top: 0px;
}

input::-webkit-input-placeholder { color: #666; }
input:-ms-input-placeholder { color: #666; }
input::-ms-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input::placeholder { color: #666; }