* {
	font: inherit;
	box-sizing: border-box;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	font-size: 16px;
	line-height: 1;
	font-family: DaimlerCS-Regular,sans-serif;
	background: #000;
	/*background: linear-gradient(180deg,#000,#2e2e2e 300px,#000 500px);*/
	box-sizing: border-box;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 768px){
	body{
		background: linear-gradient(180deg,#000,#2e2e2e 150px,#000 1000px);
	}
}
a{
	text-decoration: none;
	background-color: transparent;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: button;
}
main {min-height: 300px}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.hidden {
	display: none;
}

.pb-80 {
	padding-bottom: 80px;
}

.flex-c {
	display: flex;
	justify-content: center;
}

@media (max-width: 900px) {
	h1{
		width: calc(100% - 40px);
	}
}
@media (max-width: 500px) {
	h1{
		width: calc(100% - 40px);
		margin: 0 auto;
		line-height: 40px;
		font-size: 24px;
	}
}
.services-detail-header-share
{
	display: none;
}
/*===document-article===*/
.document-article{
    width: 70%;
    margin: 0 auto 50px;
}
.document-article h1 {
	padding-bottom: 30px;
}
.document-article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-indent: 35px;
}
.document-article a{
	word-wrap: break-word;
}
.document-article.document-article-without-ident p {
    text-indent: 0;
}
@media(max-width: 1700px){
    .document-article{
        width: 85%;
    }
}
@media(max-width: 800px){
    .document-article{
        width: calc(100% - 40px);
    }
}
@media(max-width: 500px){
    .document-article{
        width: calc(100% - 40px);
    }
    .document-article p {
        font-size: 15px;
        line-height: 20px;
    }
}
/*===GA-PS-btn==*/
.GA-PS-btn{
	display: block;
	text-decoration: none;
	width: fit-content;
	background: transparent;
	border: 1px solid #C78E66;
	text-transform: uppercase;
	padding: 9px 21px;
	font-size: 8.8px;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 0.084em;
	color: #FFFFFF;
	text-align: center;
	transition: .2s linear;
}
.content{
	padding: 20px;
}
.GA-PS-btn-black{
	border: 1px solid #30363A;
	background: #30363A;
	color: #FFFFFF;
}
.GA-PS-btn-yellow-transparent{
	background: transparent;
	border: 1px solid #C78E66;
	color: #FFFFFF;
}
.GA-PS-btn-black-transparent{
	background: transparent;
	color: #30363A;
	border: 1px solid #30363A;
}
.GA-PS-btn-white{
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #30363A;
}
.GA-PS-btn-white-transparent{
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.GA-PS-btn-arrow{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.GA-PS-btn-arrow:after{
	content: url("images/icon/arrow_yellow.svg");
	display: block;
}
.GA-PS-btn:hover{
	border: 1px solid #cb8a5d;
	background: #cb8a5d;
	color: #FFFFFF;
}
.GA-PS-btn-arrow:hover:after{
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-gold-transparent{
	background: #C78D66;
	color: #FFFFFF;
	border: 1px solid #C78E66;
	margin-bottom: 27px;
}
.GA-PS-btn-gold-transparent.GA-PS-btn-arrow:after {
	content: url("images/icon/arrow_white.svg");
	display: block;
}
/*popup*/
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	padding: 40px 30px 30px;
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.mfp-content .magnific-popup {
	display: block;
}
.magnific-popup {
	display: none;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.main_content {
	flex: 1 0 auto;
}

/*========HEADER========*/
header {
	background: #000000;
	padding: 18px 0;
	border-bottom: 1px solid #151515;
}
header *{
	color: #FFFF;
}
.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-item {
	display: flex;
	align-items: center;
}
.logo{
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.header-item .logo{
	width: 100%;
	max-width: 243px;
	column-gap: 30px;
}
.logo .logo-text{
	max-width: 120px;
}
.header-sub-item{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 418px;
	column-gap: 10px;
	justify-content: space-between;
}
.header-sub-item.logo {
	margin-left: -20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.header-item.header-contacts {
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 2px;
	gap: 12px;
}
.header-adress {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.header-adress::before {
	content:"";
	background: url("../main/images/icon/pin_icon.png") center center no-repeat;
	display: block;
	width: 14px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -1px;
}
.header-item.header-contacts .header-contact-item a {
	position: relative;
	padding-left: 20px;
	font-size: 17px;
	font-weight: 600;
}
.header-item.header-contacts .header-contact-item a::before {
	content:"";
	background: url("../main/images/icon/phone_icon.png") center center no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 2px;
}
.header-contact-hr{
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.header-contact-item {
	text-align: right;
}

.header-contact-item span{
	font-size: 8.8px;
	font-weight: 400;
	line-height: 10.4px;
	display: none;
}
.header-contact-item a{
	font-size: 15.2px;
	font-weight: 400;
	line-height: 18.4px;
	margin-left: 5px;
	transition: .2s linear;
}
.header-contact-item a:hover{
	color: #00ADEF;
}
.header-item_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 960px;
	justify-content: flex-end;
	column-gap: 36px;
}
.header-item--DC > div:last-child:before {
	content: '|';
}
.header-item--DC {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
}
.header-contact-item span, .header-item--DC > div{
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	display: flex;
	column-gap: 6px;
	height: auto;
	align-items: center;
}
@media (min-width: 1170px) {
	.header-item.header-contacts {
		display: flex;
		flex-direction: row;
		gap: 12px;
		align-items: center;
	}
	.header-item.header-contacts .btn-1 {
		flex: 0 0 auto;
	}
}
@media (max-width: 1100px) {
	.header-contact-item span, .header-item--DC > div{
		font-size: 14px;
		line-height: 120%;
	}
}
.nav {
	background: #F2F2F2;
	position: sticky;
	top: 0;
	z-index: 999;
	/*padding-top: 10px;*/
}
.nav .nav-container {
	display: flex;
	column-gap: 25px;
}
.nav path{
	fill: #30363A;
}
nav a{
	display: block;
	font-size: 11.2px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #30363A;
	transition: .2s linear;
}
.nav-container .nav-item a {
	border-top: 1px solid transparent;
	padding: 15px 0;
	color: #FFF;
	cursor: pointer;
	transition: .2s linear;
	display: block;
}
.nav .nav-item:hover {
	color:#fff;
}
.nav-item.nav-item--active a {
	border-top-color: #00ADEF;
	color:#fff;
}
@media (min-width: 1000px) {
	.nav .nav-item a:hover{
		color: #00ADEF;
	}
}
.nav-tool{
	display: flex;
	column-gap: 30px;
	align-items: center;
	padding-right: 38.62px;
	padding-top: 4px;
}
.nav-tool-item{
	position: relative;
	cursor: pointer;
	text-decoration: none;
	transition: .2s linear;
	cursor: pointer;
}
.like_count {
	position: absolute;
	top: -2px;
	right: -13px;
	background: #C78E66;
	border-radius: 5px;
	padding: 1px 4px;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
.nav-black{
	background: #000;
}
.nav-container a{
	color: inherit;
}
.nav-black path{
	fill: white;
}
.nav-tool-item path{
	transition: .2s linear;
}
.nav-tool-item:hover path{
	fill: #C78E66;
}
/*===MOBILE===*/
.nav-mobile{
	display: none;
}
.nav-mobile-item {
    display: flex;
    column-gap: 25px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    width: calc(100% - 23px);
    width: 100%;
}
@media (max-width: 375px) {
	.nav-mobile-item{
		column-gap: 20px;
	}
}
.nav-mobile-menu-btn{
	padding: 5px;
	width: 40px;
}
.nav-mobile-menu-btn button{
	background: transparent;
	cursor: pointer;
}
.nav-mobile-menu-btn svg{
	width: 20px;
	height: 20px;
}
.nav-mobile-logo{
	width: 200px;
	width: 40px;
	font-size: 0;
}
.nav-mobile-logo-text {
	width: 70px;
	font-size: 0;
	margin-top: 8px;
}
.nav-mobile-menu-btn path{
	fill: #FFFFFF;
}
.mobile-menu-nav-footer {
	border-top: 1px solid #30363A;
	margin-top: 20px;
}
.mobile-menu-nav.mobile-menu-nav-footer a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.nav-mobile-contacts .mobile-menu-contact {
	margin: 0;
}
.nav-mobile-contacts .mobile-menu-contact-item span {
	display: none;
}
.nav-mobile-contacts .mobile-menu-contact-item a {
	padding: 0;
	font-size: inherit;
	font-weight: 600;
}
@media (max-width: 340px) {
	.nav-mobile-contacts .mobile-menu-contact-item a {
		font-size: 14px;
	}
}
.nav-mobile-logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile-menu{
	display: none;
}
.mobile-menu-deactive-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.mobile-content {
	display: none;
}

@media (max-width: 1372px) {
	.header-contact-item span{
		font-size: 9px;
	}
	.header-contact-item a{
		font-size: 15px;
	}
}
@media (max-width: 1230px){
	.header-contact-item{
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 1000px){
	header, .nav{
		display: none;
	}
	.nav {
		padding-left: 20px;
	}

	.mobile-content {
		display: block;
	}

	.mobile-hidde {
		display: none;
	}

	.section-block {
		padding-top: 15px;
		padding-bottom: 1px;
	}

	.nav-mobile{
		display: flex;
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-nav-mobile {top: 80px;}
	.content-nav-mobile .nav-container {
		flex-direction: row;
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
	}
	.content-nav-mobile .nav-item{
		white-space: nowrap;
	}


	.mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 0;
        left: -500px;
        visibility: hidden;
        max-width: 500px;
        background: #000000;
        z-index: 1001;
        transition: .3s linear;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
	.mobile-menu[hidden='false']{
		display: block;
		width: 100%;
		left: 0;
		visibility: visible;
	}
	.mobile-menu-deactive-bg[hidden='false']{
		display: block;
	}

	.mobile-menu-lock-scroll[hidden='false']{
		overflow: hidden;
	}

	.mobile-menu-nav, .mobile-menu-contact{
		display: flex;
		flex-direction: column;
	}
	.mobile-menu-nav a{
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding: 10px 20px;
		border-bottom: 1px solid #e0e0e0;
		transition: .2s linear;
		color: #ffffff;
		cursor: pointer;
	}
	.mobile-menu-nav a:last-child{
		border-bottom: none
	}
	.mobile-menu-nav a:hover{
		color: #C78E66;
	}
	.mobile-menu-nav a:hover svg{
		fill: #C78E66;
	}
	.mobile-menu-btn-close {
		padding: 20px 10px 6px;
		border-bottom: 1px solid #30363A;
	}
	.mobile-menu-btn-close button{
		background: transparent;
		cursor: pointer;
	}
	.mobile-menu-btn-close svg{
		fill: #fff;
	}
	.mobile-menu-contact{
		row-gap: 30px;
		margin-top: 30px;
	}
	.mobile-menu-contact-item span{
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding: 10px 20px;
		color: #ffffff;
	}
	.mobile-menu-contact-item a{
		display: block;
		font-size: 19px;
		font-weight: 400;
		line-height: 23px;
		color: #ffffff;
		padding: 0 20px 10px;
	}
	.mobile-menu-btn{
		width: fit-content;
		margin: 50px auto 0;
	}
	.mobile-menu .nav-container {
		padding: 20px;
	}
	.mobile-menu .nav-container .nav-item a {
		display: inline-block;
	}
}
@media (max-width: 500px) {
	.nav-tool {
		padding-right: 25px;
	}
}
/*=======INTRO========*/
.intro{
	width: 100%;
	position: relative;
	height: auto;
	/*height: 700px;*/
}
.intro-container{
	position: absolute;
	top: 131px;
	left: 0;
	right: 0;
	z-index: 1;
	width: calc(100% - 40px);
	max-width: 1565px;
	margin: 0 auto;
	display: none;
}
.intro-is-container .intro-container{
	display: block;
}
.intro-title{
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	color: #FFFFFF;
}
.intro-text{
	width: 100%;
	max-width: 608px;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
}
.intro-bg{
	/*position: absolute;
	z-index: 0;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
}
.intro-bg img{
	/*height: 100%;*/
	height: auto;
	width: 100%;
	object-fit: cover;
}
.intro-promotions-works-container{
	width: calc(100% - 40px);
	max-width: 1605px;
	padding: 0 20px;
	margin: 0 auto;
	position: absolute;
	bottom: 20.94px;
	left: 20px;
	right: 0;
	display: none;
}
.intro-works .intro-promotions-works-container{
	display: block;
}
.intro-works .intro-promotions-works{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #C78E66;
	background: #FFFFFF;
	border: 1px solid #C78E66;
	padding: 3px 10px;
	width: fit-content;
}
@media (max-width: 600px) {
	.intro-container {
		top: 115px;
	}
}
@media (max-width: 550px) {
	.intro-container {
		top: 115px;
	}
	.intro-title {
		font-size: 36px;
		line-height: 50px;
	}
	.intro-text {
		width: 100%;
		font-size: 18px;
		line-height: 26px;
	}
}
/*=======SECTION========*/
.section-title{
	width: calc(85% - 40px);
	max-width: 1565px;
	margin: 0 auto;
	font-size: 48px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	color: #30363A;
	padding: 0 20px;
}
.section-title-white{
	color: #FFFFFF;
}
@media (max-width: 1600px) {
	.section-title{
		font-size: 44px;
	}
}
@media (max-width: 1440px) {
	h1,
	.section-title{
		font-size: 40px;
	}
}
@media (max-width: 900px) {
	h1,
	.section-title{
		font-size: 38px;
		width: calc(100% - 40px);
	}
}
@media (max-width: 700px) {
	h1,
	.section-title{
		font-size: 36px;
	}
}
@media (max-width: 550px) {
	h1,
	.section-title{
		font-size: 30px;
		line-height: 50px;
	}
}
@media (max-width: 500px) {
	h1,
	.section-title{
		line-height: 40px;
		font-size: 24px;
	}
}
@media (max-width: 450px) {
	h1,
	.section-title{
		line-height: 40px;
		font-size: 24px;
	}
}
/*====SECTION NAVIGATION====*/
.section-nav{
	width: calc(85% - 40px);
	max-width: 1565px;
	padding: 0 20px;
	margin: 0 auto 48px;
}
@media (max-width: 900px) {
	.section-nav{
		width: calc(100% - 40px);
	}
}
.section-nav-list{
	display: flex;
	align-items: center;
	column-gap: 26px;
	width: fit-content;
	border-bottom: 1px solid #DEDEDE;
}
.section-nav-item{
	padding-bottom: 13px;
	cursor: pointer;
	transition: .2s linear;
	display: block;
	position: relative;
	font-size: 14.4px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left;
	color: #7D8082;
}
.section-nav-item:after{
	transition: .2s linear;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #C78E66;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
}
.section-nav-item-active{
	color: #30363A;
}
.section-nav-item-active:after{
	opacity: 1;
}
.section-nav-item:hover:after{
	opacity: .3;
}
/*======ARTICLE======*/
.article{
	padding-bottom: 100px;
}
.article-date span{
	font-size: 11.2px;
	font-weight: 400;
	line-height: 13.6px;
	color: #7D8082;
}
.article-title {
	display: flex;
	align-items: center;
	text-align: left;
	padding-bottom: 57px;
}
.article-container{
	width: calc(85% - 40px);
	max-width: 1565px;
	margin: 0 auto;
	padding: 0 20px;
}

.article-container .article-container__item-message {
	text-align: center;
	padding: 0 0 30px 0;
}
@media (max-width: 900px) {
	.article-container{
		width: calc(100% - 40px);
	}
}
.article-text{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1220px;
	/*row-gap: 41px;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #30363A;
}
.article p{
	margin: 0;
	padding: 0;
}
.article-file{
	display: flex;
	flex-direction: column;
	row-gap: 28px;
	justify-content: left;
	padding-top: 47px;
	padding-bottom: 100px;
}
.article-file-item{
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: left;
	cursor: pointer;
}
.article-file-item-text, .article-tel, .article-link-dash{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #30363A;
	transition: .2s linear;
}
.article strong{
	font-weight: 500;
}
.article-file-item:hover .article-file-item-text{
	color: #C78E66;
}
.article-tel{
	color: #C78E66;
	transition: .2s linear;
}
.article-tel:hover{
	opacity: .8;
}
.article-link-dash{
	display: block;
	width: fit-content;
	margin-top: 40px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #C78E66;
	color: #30363A;
	transition: .2s linear;
}
.article-link-dash:hover{
	color: #C78E66;
}
@media (max-width: 600px) {
	.article{
		padding-bottom: 75px;
	}
	.article-title{
		padding-top: 40px;
		padding-bottom: 37px;
	}
	.article-text {
		font-size: 16px;
		line-height: 25px;
		row-gap: 28px;
	}
	.article-link-dash{
		font-size: 15px;
	}
	.article-file-item-text {
		font-size: 16px;
		line-height: 21px;
	}
	.article-file {
		row-gap: 20px;
		padding-top: 35px;
		padding-bottom: 75px;
	}
}
@media (max-width: 450px) {
	.article-file {
		padding-bottom: 75px;
	}
}
/*====SLIDERS======*/
.slider-button-prev, .slider-button-next{
	cursor: pointer;
}
.slider-button-prev path, .slider-button-next path{
	fill: #30363A;
	transition: .2s linear;
}
.slider-button-white path{
	fill: #F2F2F2;
}
.slider-button-prev:hover path, .slider-button-next:hover path{
	fill: #C78E66;
}
/*=====EXCEED-Dealerships====*/
.EXCEED-Dealerships{
	background: #F2F2F2;
}
.EXCEED-Dealerships-container{
	width: calc(85% - 40px);
	max-width: 1565px;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	margin: 0 auto;
	padding: 82px 16px 63px;
}
@media (max-width: 900px) {
	.EXCEED-Dealerships-container{
		width: calc(100% - 40px);
	}
}
.EXCEED-Dealerships-text-block{
	width: 100%;
	max-width: 445px;
}
.EXCEED-Dealerships-text-block-title{
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	color: #30363A;
	padding-bottom: 30px;
}
.EXCEED-Dealerships-text-block-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #30363A;
}
.EXCEED-Dealerships-slider{
	width: 100%;
	max-width: 1033px;
}
.EXCEED-Dealerships-slider-container {
	display: flex;
	align-items: center;
	column-gap: 20px;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: 1108px;
}
.EXCEED-Dealerships-card{
	width: 100%;
	max-width: 1033px;
	height: auto;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	background: #FFFFFF;
}
.EXCEED-Dealerships-card-img{
	width: 100%;
	max-width: 501px;
}
.EXCEED-Dealerships-card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.EXCEED-Dealerships-card-description{
	padding: 40px 54px 40px 0;
}
.EXCEED-Dealerships-card-description-container{
	width: 100%;
	max-width: 416px;
}
.EXCEED-Dealerships-card-description-title{
	font-size: 18.4px;
	font-weight: 400;
	line-height: 28.8px;
	color: #30363A;
	padding-bottom: 24px;
}
.EXCEED-Dealerships-card-description-address{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #30363A;
	padding-bottom: 11px;
}
.EXCEED-Dealerships-card-description-btn-map, .EXCEED-Dealerships-card-description-btn-map a {
	font-size: 11.2px;
	font-weight: 400;
	line-height: 13.6px;
	color: #7D8082;
	border-bottom: 1px dashed #7D8082;
	width: fit-content;
}
.EXCEED-Dealerships-card-description-btn-map {
	margin-bottom: 24.8px;
}
.EXCEED-Dealerships-card-description-tell{
	display: block;
	font-size: 15.2px;
	font-weight: 400;
	line-height: 18.4px;
	color: #30363A;
	margin-top: 24.8px;
	margin-bottom: 24px;
}
.EXCEED-Dealerships-card-description-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
.EXCEED-Dealerships-card-description-link{
	font-size: 14.4px;
	font-weight: 400;
	line-height: 17.6px;
	color: #30363A;
	padding-bottom: 3px;
	border-bottom: 1px solid #C78E66;
	width: fit-content;
}
.EXCEED-Dealerships-card a, .EXCEED-Dealerships-card-description-btn-map{
	transition: .2s linear;
	cursor: pointer;
	text-decoration: none;
}
.EXCEED-Dealerships-card a:hover, .EXCEED-Dealerships-card-description-btn-map a:hover{
	color: #C78E66;
}
.EXCEED-Dealerships-card-pagination{
	width: 100% !important;
	max-width: 501px;
	bottom: 231px !important;
    margin-top: 17px;
    margin-bottom: 2px;
}
.EXCEED-Dealerships-hr{
	background: #30363A99 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	width: 100% !important;
	height: 1px !important;
	transition: .2s linear;
}
.EXCEED-Dealerships-hr.swiper-pagination-bullet-active{
	background: #C78E66 !important;
	height: 5px !important;
	border-radius: 5px !important;
	margin-bottom: -2px !important;
}
@media (max-width: 1450px){
	.EXCEED-Dealerships-container {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		row-gap: 25px;
	}
	.EXCEED-Dealerships-text-block {
		width: 100%;
		max-width: none;
		padding: 0 20px;
	}
}
@media (max-width: 900px) {
	.EXCEED-Dealerships-text-block{
		padding: 0;
	}
	.EXCEED-Dealerships-slider-container {
		padding: 0;
	}
}
@media (max-width: 800px){
	.EXCEED-Dealerships-card{
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 60px;
	}
}
@media (max-width: 656px){
	.EXCEED-Dealerships-card{
		padding-top: 0px;
	}
	.EXCEED-Dealerships-card-description{
		padding: 25px 20px;
		width: calc(100% - 40px);
	}
}
@media (max-width: 600px) {
	.EXCEED-Dealerships-container {
		padding: 75px 20px 79px;
	}
	.EXCEED-Dealerships-text-block-text {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		color: #30363A;
	}
	.EXCEED-Dealerships-text-block-title {
		font-size: 35px;
		line-height: 50px;
		padding-bottom: 22px;
	}
}
@media (max-width: 500px) {
	.EXCEED-Dealerships-card-description-title {
		font-size: 20px;
		line-height: 29px;
		padding-bottom: 25px;
	}
	.EXCEED-Dealerships-card-description-address {
		font-size: 17px;
		line-height: 21px;
		padding-bottom: 9px;
	}
	.EXCEED-Dealerships-card-description-btn-map, .EXCEED-Dealerships-card-description-btn-map a {
		font-size: 12px;
		line-height: 15px;
	}
	.EXCEED-Dealerships-card-description-tell {
		font-size: 17px;
		line-height: 18px;
		margin-top: 25px;
		margin-bottom: 24px;
	}
	.EXCEED-Dealerships-card-description-link {
		font-size: 15px;
		line-height: 16px;
	}
	.EXCEED-Dealerships-card-description-row {
		justify-content: center;
		column-gap: 15px;
		flex-wrap: wrap;
		align-items: center;
		row-gap: 20px;
	}
	.EXCEED-Dealerships-text-block-title {
		line-height: 40px;
		font-size: 24px;
	}
}
@media (max-width: 490px) {
	.EXCEED-Dealerships-slider-container {
		padding: 0;
		column-gap: 10px;
		width: 100%;
		max-width: 1108px;
	}
}
/*=====SWIPER=====*/
.swiper-pagination, .swiper-pagination-bullets {
    display: grid;
}
.swiper-pagination span {
    width: auto !important;
}
.swiper-pagination-bullet-active {
    height: 5px;
    border-radius: 5px;
    margin-top: -2px !important;
    background: #C78E66;
}
/*=====MAP=====*/
.map{
    width: 100%;
    position: relative;
}
.map-small{
    height: 474px;
}
#YandexMap {
    width: 100%;
    height: 100%;
    margin: auto;
}
.ymaps-2-1-79-controls-pane{
    display: none;
}
.ymaps-2-1-79-balloon__layout{
    max-width: 539px !important;
    width: 100% !important;
    padding: 26px 30px 30px !important;
    box-shadow: 0px 0px 10px 0px #0031451A !important;
    background: #FFFFFF !important;
    position: relative;
}
.ymaps-2-1-79-balloon__content >ymaps{
    width: 539px !important;
    height: auto !important;
}
.ymaps-2-1-79-balloon__close{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}
.map-header{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #30363A;
}
.map-body{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.map-body-item{
    display: flex;
    column-gap: 17px;
    align-items: center;
}
.map-body-address{
    font-size: 11.2px;
    font-weight: 400;
    line-height: 16.8px;
    color: #7D8082;
}
.map-body-tell, .map-balloon-tel a{
    font-size: 15.2px;
    font-weight: 400;
    line-height: 18.4px;
    color: #30363A;
    transition: .2s linear;
}
.map-body-tell:hover, .map-balloon-tel a:hover{
    color: #C78E66;
}
.map-body-work{
    font-size: 11.2px;
    font-weight: 400;
    line-height: 13.6px;
    color: #30363A;
}
.ymaps-2-1-79-balloon-content__footer{
    padding-top: 23px !important;
}
.ymaps-2-1-79-balloon-content__header{
    padding-bottom: 20px !important;
}
.ymaps-2-1-79-map-copyrights-promo{
    display: none;
}
.map-balloonContainer{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    position: absolute;
    top: 62px;
    left: 9%;
}
@media (max-width: 1200px) {
	.map-balloonContainer{
		width: calc(85% - 40px);
		display: block;
		margin: 0 auto;
	}
	.map-balloonContainer .map-balloon {
		margin: 0 auto 16px;
	}
}
@media (max-width: 900px) {
	.map-balloonContainer{
		width: calc(100% - 40px);
	}
}
.map-balloon{
    width: calc(100% - 60px);
    max-width: 393px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #0031451A;
    padding: 20px 22px 25px;
}
.map-balloon-title{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.map-balloon-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
	font-size: 11.2px;
}
.map-balloon-row img{
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.map-balloon-address{
    padding-top: 16px;
}
.map-balloon-address span, .map-balloon-tel a{
    cursor: pointer;
    transition: .2s linear;
    color: #30363A;
}
.map-balloon-address span:hover, .map-balloon-tel a:hover{
    color: #C78E66;
}
.map-balloon-tel{
    padding-top: 14px;
}
.map-balloon-time{
    padding-top: 14px;
    padding-bottom: 17px;
    color: #30363A;
}
@media (max-width: 1200px) {
    .map[data-mode="balloon"] #YandexMap,
    .map[data-balloon="none"] #YandexMap{
        display: none;
    }
    .map-balloonContainer{
        position: initial;
        max-width: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .map[data-mode="balloon"],
    .map[data-balloon="none"]{
        height: auto;
        background: transparent;
    }
    .map[data-mode="balloon"] .map-balloon,
    .map[data-balloon="none"] .map-balloon{
        max-width: none;
    }
}
/*======FEDBACK=======*/
.feedback{
	background: url("images/feedback/bg.png") center no-repeat;
	background-size: cover;
	padding-bottom: 67px;
}
.feedback input:focus, .feedback textarea:focus{
    outline: none;
}
.feedback .section-title {
	padding: 65px 0 74px;
}
@media (max-width: 900px) {
	.feedback .section-title {
		padding: 75px 20px 25px;
	}
}
@media (max-width: 700px) {
	.feedback  .section-title{
		padding: 55px 20px 15px;
	}
}
@media (max-width: 450px) {
	.feedback  .section-title{
		padding: 45px 20px 10px;
	}
}
.feedback .section-title{
	color: #FFFFFF;
}
.feedback-form > form {
	width: 60%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}
@media (max-width: 500px) {
	.feedback-form > form {
		width: calc(100% - 80px);
	}
}

.feedback-form__item {
	width: 100%;
	text-align: left;
}

.feedback-input,
.feedback-form input[type="text"],
.feedback-form textarea {
	background: #30363A99;
	border: 1px solid #585C5F;
	padding: 10px 20px;
	width: calc(100% - 36px);
}

.feedback-form input.error[type="text"],
.feedback-form textarea.error {
	border: 1px solid #ffc107;
}

.feedback-input::placeholder,
.feedback-input,
.feedback-form textarea,
.feedback-form textarea::placeholder,
.feedback-form input[type="text"],
.feedback-form input[type="text"]::placeholder {
	font-size: 12.8px;
	margin-bottom: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	color: #FFFFFF;
	resize: none;
}
.form__row_dealers{
	background: #30363A99;
	border: 1px solid #585C5F;
	padding: 19px 20px 17px;
	width: calc(100% - 36px);
	color: #fff;
	position: relative;
	margin-bottom: 18px;
}


.selectOptions {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}
.form__row_dealers select {
		display: none;
}
.feedback--select{
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    color: #fff;
}
.new-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    user-select: none;
	opacity: 1;
	background: #30363A99;
    border: 1px solid #585C5F;
    padding: 10px 20px;
	font-size: 12.8px;
    width: calc(100% - 36px);
    margin-left: -3px;
}
.error.feedback--select .new-select{
    border: 1px solid #ffc107;
}
.error.feedback--select {
    margin-bottom: 10px;
}
.feedback span.error {
    color: #ffc107;
    margin-bottom: -5px;
    margin-top: 3px;
    font-size: 12px;
    float: left;
    display: block;
    width: 100%;
}
.new-select__list {
    position: absolute;
    top: 60px;
    left: 0;
    border: 1px solid #585C5F;
    cursor: pointer;
    width: calc(100% + 4px);
    margin-left: -3px;
    z-index: 2;
    background: #30363ae6;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #aaa;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.new-select svg{
    transition: .2s linear;
}
.new-select.on svg{
    transform: rotate(180deg);
}


.form-agreement {position: relative;}
label.error {
	color: #f00;
	 position: absolute;
	/*margin-top: -36px;*/
	font-size: 12px;
	float: left;
	display: block;
	width: 100%;
	margin-top: 5px;
}
.feedback-form label.error{
    margin-top: -12px;
    margin-bottom: 8px;
}
input.error[type="text"],
input.error[type="tel"]
{
  border: 1px solid #ffc107;
}
.note-error{
	color: #ffc107;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffc107;
	max-width: 800px;
}
.note-error font.errortext{
	color: #ffc107!important;
}
.note-padding {padding-bottom: 55px;}


textarea.feedback-input,
.feedback-form textarea {
	min-height: 112px;
}
.feedback-input:focus{
	outline: none;
}
.feedback-radio {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0;
    margin: 4px auto 23px;
    width: fit-content;
}
.feedback-radio a{
	color: #fff;
	text-decoration: underline;
}
.feedback-radio label {
    cursor: pointer;
    position: relative;
    line-height: 17px;
    display: block;
    margin-left: 21px;
    font-size: 11px;
    font-weight: 400;
}
.feedback-radio input{
	display: none;
}
.feedback-radio .error {
    text-align: center;
    color: #ffc107;
    font-size: 12px;
    float: left;
    display: block;
    width: 100%;
}
.all_ok_form
{
	width: calc(100% - 40px);
	max-width: 1565px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
}
@media(max-width: 650px){
	.all_ok_form {
		font-size: 20px;
		line-height: 1.5;
	}
}
.feedback-radio input + label:before {
	content: '';
	background: transparent;
	border: 1px solid #FFFFFF;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: -19px;
}
.feedback-radio input:checked + label:after {
	content: '';
	background: #FFFFFF;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: -16px;
}
.feedback-desc{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #CACACA;
}
.feedback-btn{
	margin-bottom: 20px;
	width: fit-content;
}
@media(max-width: 650px){
	.feedback-input::placeholder, .feedback-input {
		font-size: 13px;
		line-height: 12px;
	}
}
@media (max-width: 450px) {
	.feedback{
		padding-bottom: 75px;
	}
}
/*====PAGE PAGINATION====*/
.page-pagination{
	width: 100%;
	padding-top: 60px;
}
.page-pagination-container{
	width: calc(85% - 40px);
	max-width: 1565px;
	padding: 0  20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
}
@media (max-width: 900px) {
	.page-pagination-container{
		width: calc(100% - 40px);
	}
}
.page-pagination-pages{
	display: flex;
	align-items: center;
}
.page-pagination-item {
	padding: 6.4px;
	width: 19.2px;
	height: 19.2px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 12.8px;
	font-weight: 400;
	line-height: 19.2px;
	color: #30363A;
	cursor: pointer;
	transition: .2s linear;
}
.page-pagination-item-active{
	background: #C78E66;
	color: #FFFFFF;
}
.page-pagination-item:hover{
	opacity: .7;
}
.page-pagination-prev, .page-pagination-next{
	cursor: pointer;
}
/*=====SMALL BANNER=====*/

.small-banner-black{
	background: #30363A;
}
.small-banner{
	padding: 100px 0;
}
.small-banner-container {
	width: calc(100% - 100px);
	max-width: 1566px;
	margin: 0 auto;
	/*background: #7D8082;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px 29px;
}
.small-banner-inner{
	position: relative;
	max-width: 1566px;
	margin: 0 auto;
}
.small-banner-bg{
	width: 100%;
	height: 100%;
	background: #7D8082;
	position: absolute;
	top: 0;
	left: 0;
}
.small-banner-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.small-banner-container{
	position: relative;
	z-index: 1;
	width: calc(100% - 100px);
	max-width: 1566px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/*padding: 0 50px 29px;*/
	padding: 0 50px;
	min-height: 205px;
	column-gap: 15px;
}
.small-banner-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.small-banner-item:first-child{
	width: 100%;
	max-width: 660px;
}
.small-banner-item:last-child{
	width: 100%;
	max-width: 533px;
}
.small-banner-bigText{
	display: none;
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	color: #FFFFFF;
	padding-top: 29px;
	text-transform: uppercase;
}
.small-banner-mes{
	display: none;
	padding-top: 5px;
}
.small-banner-mes span{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #C78E66;
	padding: 2px 10px 2px 9px;
	border: 1px solid #C78E66;
	text-transform: uppercase;
}
.small-banner-smallText, .small-banner-smallTextRight{
	display: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
	padding-top: 20px;
}
.small-banner-btnRight{
	padding-top: 30px;
}

.small-banner-isbigText .small-banner-bigText,
.small-banner-ismes .small-banner-mes,
.small-banner-issmallText .small-banner-smallText,
.small-banner-issmallTextRight .small-banner-smallTextRight,
.small-banner-isbtnRight .small-banner-btnRight
{
	display: block;
}
@media (max-width: 1566px){
	.small-banner-container{
		width: calc(100% - 40px);
		max-width: 1566px;
		margin: 0 auto;
		background: #7D8082;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px 29px;
		min-height: 205px;
		column-gap: 15px;
	}
}
@media (max-width: 1000px){
	.small-banner-bigText {
		font-size: 30px;
		line-height: 43px;
	}
	.small-banner-smallText, .small-banner-smallTextRight {
		font-size: 14px;
		line-height: 21px;
	}
	.small-banner-mes span {
		font-size: 10px;
	}
}
@media (max-width: 700px){
	.small-banner-container{
		flex-direction: column;
		justify-content: center;
	}
	.small-banner-item{
		max-width: none !important;
	}
}
/*========404PAGE========*/
.bg-404{
	background-image: url("images/foto404.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 127px 177px;
	margin: -20px;
}
.title-404{
	font-weight: 400;
	font-size: 60px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 68px;
	padding-right: 20%;
}
.text-404{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 90px;
}
.text-404 ul li {
	list-style-type:"— ";
}
@media (max-width: 1200px) {
	.title-404 {
		padding-right: 0;
	}
}
@media (max-width: 960px) {
	.info-404 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.bg-404 {
		padding: 20px;
		background-color: #0e0f11;
		background-image: none;
	}
	.title-404 {
		margin-bottom: 40px;
		font-size: 24px;
		text-align: center;
	}
	.text-404 {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.text-404 ul{
		padding-left: 20px;
	}
}
/*========FOOTER========*/
footer{
	background: #000000;
}
.footer-container{
	display: flex;
	justify-content: space-between;
	column-gap: 25px;
	row-gap: 25px;
	max-width: 1680px;
	margin: 0 auto;
	color: #616161;
}
@media (max-width: 900px) {
	.footer-container{
		width: calc(100% - 40px);
	}
}
.footer-contact{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 49px;
	column-gap: 30px;
	justify-content: space-between;
}
.logo img{
	width: 100%;
	max-width: 240px;
	height: 100%;
}
.footer-contact .logo{
	margin-bottom: -4px;
}
.footer-contact-item {
	width: 20%;
}
.footer-contact-item.big-info {
	min-width: 320px;
}
.footer-contact-item.adress-info {
	width: 46%;
}
.yurinfo{
	padding: 0 0 30px;
}
@media (max-width: 1300px) {
	.footer-contact-item.big-info,
	.footer-contact-item.adress-info {
		margin-bottom: 20px;
	}
	.footer-contact-item.footer-disclamer {
		width: 100%;
	}
	.footer-contact-item.footer-disclamer br {
		display:none;
	}
}
@media (max-width: 900px) {
	.footer-contact-item.adress-info {
		width: auto;
	}
}
@media (max-width: 600px) {
	.footer-contact-item.adress-info {
		display: none;
	}
}
.footer-contact-item span{
	display: block;
	line-height: 19px;
}
.footer-contact-item.big-info span{
	color: #FFFFFF;
}
.footer-contact-item a{
	color: #FFFFFF;
}
.footer-contact-item.big-info a {
	font-size: 36px;
	line-height: 44px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 25px;
	width: 100%;
	max-width: 1100px;
	padding-top: 48px;
}
.footer-nav-item{
	width: 100%;
	max-width: 247px;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.footer-nav-item > a{
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18.4px;
	letter-spacing: 0em;
	color: #CACACA;
	cursor: pointer;
	transition: .2s linear;
}
.footer-nav-item > a:hover{
	color: #C78E66;
}
.footer-nav-item-title, .footer-nav-item-title a{
	font-size: 11.2px;
	line-height: 19.2px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.sub-footer{
	border-top: 1px solid #4A4F53;
	background: #30363A;
	padding-top: 15px;
	padding-bottom: 20px;
}
.sub-footer .footer-container{
	column-gap: 10px;
}
.license{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	color: #CACACA;
}
.sub-footer-item:last-of-type{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	width: 100%;
	max-width: 886px;
}
.agreements{
	font-size: 10.4px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #CACACA;
	position: relative;
	height: fit-content;
}
.agreements:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 0.2px;
	background: #CACACA;
}
@media(max-width: 1170px){
	.sub-footer .footer-container{
		flex-wrap: wrap;
	}
	.sub-footer-item:last-of-type{
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 1000px) {
	.footer-nav{
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (max-width: 600px) {
	.footer-container{
		flex-direction: column;
		align-items: center;
	}
	.footer-nav{
		padding-top: 0;
	}
	.footer-contact{
		padding-bottom: 25px;
	}
}

/*
Отключение AJAX блока загрузки
*/
div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial,
	sans-serif; font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

/**
Общие настройки каталога
 */
.catalog-card-toolbar-tool.favorites-link--fill path,
.catalog-card-toolbar-tool.active-link--fill path,
.catalog-card-toolbar-tool:hover path{
	fill: #C78E66;
}

.GA-PS-intro{
	position: relative;
}

.GA-PS-intro__background{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.GA-PS-intro__image picture{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.GA-PS-intro__image{
	height: 100%;
}


.GA-PS-intro__image:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #30363a;
	opacity: .8;
}

.GA-PS-intro__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.GA-PS-intro__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.compare-wrap .article-container {
	color: #C78E66;
}

.cookie-block.cookie-block__show {display:block;}
.cookie-block {position: fixed; width: 100%; bottom: 0; background: #fff; box-shadow: 0 -4px 20px rgba(13,10,25,.15);font-size: 13px;display:none;z-index:1;}
.cookie-block .footer-container {position: relative;}
.cookie-block__text {margin: auto; text-align: center;}
.cookie-block__close {width: 30px; position: absolute; right: 0; font-size: 0; top: 50%; margin-top: -16px;cursor: pointer;}



/*=========== SALES ===========*/
.btn-1 {
	background-color: #00ADEF;

	border: none;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 35px;
	outline: none;
	padding: 7px 14px 8px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'DaimlerCS-Regular', sans-serif;
	transition: background-color 0.3s ease;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
	background-color: #0088c6;
}

@media (min-width: 768px) {
	.btn-black {
		background-color: black;
		transition: background-color 0.3s ease;
	}
}

@media (max-width: 768px) {
	.stage__slide-title {
		color: #fff !important;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.btn-1 {
		padding: 7px 14px 6px;
	}
}

@media (max-width: 479px) {
	.btn-1 {
		height: auto;
		margin-right: 0;
		min-height: 35px;
	}
}

.btn-1:not(button) {
	display: flex;
	align-items: center;
}
@media (max-width: 479px) {
	.btn-1:not(button) {
		justify-content: center;
	}
}

.btn-1:focus {
	 outline: none;
 }

.btn-1 .button__icon {
	fill: currentColor;
	height: 9px;
	margin-right: 7px;
	overflow: hidden;
	width: 5px;
}

.btn-1:disabled,
.btn-1.disabled {
	background: #c5c5c5;
	color: white;
	cursor: not-allowed;
}
.btn-1.disabled :hover,
.btn-1.disabled .active {
	 background: #c5c5c5;
	 color: white;
}

/*===cookieBlock====*/
.cookieBlock{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 20px;
	z-index: 999999999;
	filter: drop-shadow(2px 4px 6px black);
	box-sizing: border-box;
}
.cookieBlock__container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
	font-size: 14px !important;
}
.cookieBlock__text a{
	cursor: pointer;
	text-decoration: none;
	color: #2554ff;
}
.cookieBlock .btn-1 {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: center;
	padding: 9px 21px;
	box-sizing: border-box;
}
@media (max-width: 700px) {
	.cookieBlock__container {
		flex-direction: column;
		align-items: flex-start;
	}
}
