html body *, html body b, html body h1, html body h2, html body h3, html body h4, html body h5, html body strong {
	font-weight: 400;
}
html body {
	font-family: PorscheNextWCy-Regular;
	overflow-x: hidden;
	line-height: 24px;
	font-size: 16px;
	height: 100%;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
	scroll-margin-top: 85px;
	cursor: pointer;
}
button{
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: none;
	font-family: PorscheNextWCy-Regular;
}
main {min-height: 300px}
h1{
	padding: 66px 20px 80px;
	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;
	color: #30363A;
}

.hidden {
	display: none;
}

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

.flex-c {
	display: flex;
	justify-content: center;
}
@media (max-width: 992px) {
	body .EXCEED-Dealerships-container{
		padding: 30px 16px 40px;
	}
}
@media (max-width: 900px) {
	h1{
		width: calc(100% - 40px);
	}
}
@media (max-width: 500px) {
	h1{
		padding: 10px 20px 30px;
		width: calc(100% - 40px);
		margin: 0 auto;
		line-height: 40px;
		font-size: 24px;
	}
	.models-card-price {
		font-size: 18px;
	}
}
.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;
	padding: 9px 21px;
	font-size: 13px;
	line-height: 9px;
	color: #000000;
	text-align: center;
	transition: .2s linear;
	border: 1px solid transparent;
}
.GA-PS-btn:hover{
	border: 1px solid #d5001c;
	background: #d5001c;
}
.content{
	padding: 20px;
}
.GA-PS-btn-black{
	border: 1px solid #313639;
	background: #313639;
	color: #FFFFFF;
}
.GA-PS-btn-yellow-transparent{
	background: transparent;
	border: 1px solid #d5001c;
	color: #FFFFFF;
}
.GA-PS-btn-black-transparent{
	background: transparent;
	color: #30363A;
	border: 1px solid #30363A;
}
.GA-PS-btn-black-transparent:hover{
	border: 1px solid #d5001c;
	background: transparent;
	color: #d5001c;
}
.GA-PS-btn-white{
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #30363A;
}
.GA-PS-btn-white:hover{
	color: #FFFFFF;
}
.GA-PS-btn-white-transparent{
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.GA-PS-btn-white-transparent:hover{
	border: 1px solid #d5001c;
	background: transparent;
	color: #d5001c;
}
.GA-PS-btn-arrow{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.GA-PS-btn-gold-transparent{
	background: #d5001c;
	color: #FFFFFF;
	border: 1px solid #d5001c;
	margin-bottom: 27px;
}

[class^=icon-] {
	font-family: pag-iconfont;
}
[class^=icon-2-], [class^=icon-] {
	font-size: inherit;
	font-style: normal;
}
.B_button i {
	margin-right: 6px;
	margin-left: -6px;
	line-height: 1;
	font-size: 0;
}
.B_button, .B_button>* {
	vertical-align: middle;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.icon-link:before {
	content: '';
	display: block;
	background: url("./images/icon/button_arrow_right_black.svg") center no-repeat;
	background-size: contain;
	width: 18px;
	height: 15px;
}

.B_button.primary i:before {
	font-size: 24px;
}
/*  Цвета кнопок  */
.icon-link.white:before{
	background: url("./images/icon/button_arrow_right_white.svg") center no-repeat;
	background-size: contain;
}
.icon-link.red:before{
	background: url("./images/icon/button_arrow_right_red.svg") center no-repeat;
	background-size: contain;
}
/*  Цвета кнопок  при наведении*/
.B_button.primary:hover{color: #ffffff}
.B_button.primary:hover .icon-link:before {
	background: url("./images/icon/button_arrow_right_white.svg") center no-repeat;
	background-size: contain;
}
.B_button.red:hover .icon-link:before{
	background: url("./images/icon/button_arrow_right_red.svg") center no-repeat;
	background-size: contain;
}

@media (max-width: 800px){
.banner-btn .GA-PS-btn .icon-link::before {background-image: url("./images/icon/button_arrow_right_white.svg");}
}

/*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 {
	padding: 23px 32px;
	background-color: #191f22;
}
.header_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	margin: auto;
}
.header_wrapper .header_city{
	padding: 0;
	position: relative;
	width: 315px;
}
.header_city a {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.header_city a svg{
	margin-top: -2px;
}
.header_city-popup {
	background: #FFF;
	position: absolute;
	top: calc(100% + 7px);
	z-index: 99;
	padding: 24px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 4px 4px rgba(0,0,0,.04), 0 20px 40px rgba(0,0,0,.08);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 4px 4px rgba(0,0,0,.04), 0 20px 40px rgba(0,0,0,.08);
	display: none;
}
.header_city-popup > *{
	margin-right: 0;
}
.header_city-popup .city-popup_title{
	margin-right: 0;
	white-space: initial;
	overflow: hidden;
}
.header_city-popup .city-popup_title strong, .header_city-popup .city-popup_title span{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin-right: 0;
}
.header_city-popup .city-popup_title strong{
	font-weight: 700;
}
.city-popup_btn{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}
@media screen and (max-width: 992px){
	.header_city-popup{
		max-width: calc(100vw - 56px);
		overflow: hidden;
		box-sizing: border-box;
		margin-right: 0;
	}
	.header_city-popup {
		top: calc(100% + 15px);
	}
	.header_city-popup .city-popup_title strong, .header_city-popup .city-popup_title span{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	.header_city-popup{
		width: calc(100vw - 56px);
	}
}
header *{
	color: #FFFFFF;
}
.header-item {
	display: flex;
	align-items: center;
}
.header-item:first-child{
	max-width: 1200px;
}
.header-item.top-head-btn {
	flex: initial;
	max-width: none;
}
header .header-item:last-child {
	width: 45%;
}
.header_phone a{
	font-size: 17px;
	font-weight: 700;
}
.header_addresses {
	font-size: 14px;
	width: 100%;
	justify-content: end;
}
.header_addresses span{
	margin-right: 15px;
}
.header_addresses__item {
	display: flex;
	align-items: center;
	justify-content: start;
}
.header-lk {
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	align-items: center;
}
.header-lk:hover,
.header-lk:hover span {
	color: #d5001c;
}
.header-lk svg {
	fill: #fff;
	order: 2;
}
.header-lk:hover svg {
	fill: #d5001c;
}
.logo{
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.header-item .logo{
	width: 100%;
	max-width: 243px;
}
.header-item .logo:after{
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #d5001c;
}
.header-sub-item{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 418px;
	column-gap: 10px;
	justify-content: space-between;
}
.header-contact{
	display: flex;
	column-gap: 20px;
	padding-left: 31px;
}
.header-contact-hr{
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
}
.header-contact-item{
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.header-contact-item span{
	font-size: 8.8px;
	font-weight: 400;
	line-height: 10.4px;
}
.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: #d5001c;
}
.nav {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	column-gap: 25px;
	padding: 0px 32px;
	/*position: sticky;*/
	top: 0;
	z-index: 999;
	justify-content: space-between;
	max-width: 1920px;
	margin: auto;
}
nav {
	width: fit-content;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 14px;
	padding-bottom: 14px;
}
header nav {
	padding: 0;
	width: auto;
}
.nav path{
	fill: #30363A;
}
nav .top-nav__link {
	display: block;
	font-size: 21px;
	line-height: 43px;
	font-weight: 400;
	color: #000;
	transition: .2s linear;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-right: 3.8%;
}
header nav .top-nav__item > .top-nav__link {
	color: inherit;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
.top-nav__item {
	margin: 0px 20px;
}
@media (max-width: 1880px) {
	.top-nav__item {
		margin: 0px 15px;
	}
}
@media (max-width: 1600px) {
	.top-nav__item {
		margin: 0px 7px;
	}
}
@media (max-width: 1300px) {
	.top-nav__item {
		margin: 0px 5px;
	}
}
.nav .top-nav__link:hover{
	color: #d5001c;
}
.nav-btn-box {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	flex: 1 1 auto;
}
.nav-btn-box .GA-PS-btn-white {
	border: 1px solid #000;
	min-width: 150px;
	box-sizing: border-box;
}
.nav-btn-box .GA-PS-btn-white:hover {
	border: 1px solid #d5001c;
	color: #ffffff;
}
.nav-btn-box .GA-PS-btn.B_button.primary {
	border: 1px solid #FFFFFF;
	align-items: center;
	color: #ffffff;
}
.nav-btn-box .GA-PS-btn-white:hover .icon-link:before,
.nav-btn-box .GA-PS-btn.B_button.primary .icon-link:before {
	background: url('./images/icon/button_arrow_right_white.svg') center no-repeat;
	background-size: contain;
}
.nav-btn-box .GA-PS-btn.B_button.primary:hover{
	border: 1px solid #d5001c;
}
.like_count {
	position: absolute;
	top: -2px;
	right: -13px;
	background: #d5001c;
	border-radius: 5px;
	padding: 1px 4px;
	color: #FFFFFF;
	font-family: PorscheNextWCy-Regular;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}
@media(max-width: 1675px){
	nav .top-nav__link{
		font-size: 18px;
	}
	.header_wrapper .header_city {
		width: 250px;
	}
	.header-city-change img {
		max-width: 95px;
	}
	header .header-item:last-child {width: auto;}
}
@media(max-width: 1540px){
	nav .top-nav__link{
		margin-right: 3%;
		font-size: 1.16883117vw;
	}
}
@media(max-width: 1450px){
	.header_wrapper .header_city {
		width: 235px;
	}
}
@media(max-width: 1359px){
	.nav .header-item{display:none;}
	.top-head-btn {display: block;}
	.header_wrapper .header_city {width: 248px;}
}
@media(max-width: 1200px){
	.header_wrapper .header_city {width: 243px;}
}
@media(max-width: 1240px){
	nav {
		margin: 0 0;
	}
	nav .top-nav__link{
		font-size: 1.29032258vw;
	}
	.top-nav__item {
		margin: 0px 10px;
	}
}
@media (max-width: 1120px) {
	nav .top-nav__link {
		font-size: 12px;
	}
}
@media (max-width: 1080px) {
	.header_wrapper .header_city {width: auto;}
}
@media (max-width: 640px) {
	.header_city{
		white-space: nowrap;
	}
	.nav-btn-box .GA-PS-btn.B_button.primary{
		line-height: 120%;
	}
}
/*header-city-change*/
.header-city-box{
	display: flex;
}
.header-city-change{
	display: flex;
	position: relative;
}
.header-city-change:nth-child(even):after,
.nav-mobile-logo:nth-child(even):after{
	position: absolute;
	top: 8px;
	bottom: 0;
	left: -15px;
	height: 69%;
	margin: auto 0;
	display: block;
	width: 1px;
	content: '';
	background: #202020;
	border-radius: 2px;
}
.header-city-change:nth-child(even),
.nav-mobile-logo:nth-child(even) {
	margin-left: 30px;
}
.header-city-change--item{
	width: 100px;
	display: block;
	cursor: pointer;
}
.header-city-change--item:nth-child(even):after {
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	height: 69%;
	margin: auto 0;
	display: block;
	width: 1px;
	content: '';
	background: #202020;
	border-radius: 2px;
}
.header-city-change--item:nth-child(even){
	position: relative;
}
.header-city-change--img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-city-change--item--text{
	font-size: 9px;
	font-weight: 400;
	line-height: 10.4px;
	text-align: center;
	margin-top: -5px;
	color: #000000;
	transition: .2s linear;
}
.header-city-change--mobile-container .header-city-change--item--text{
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
}
.header-city-change--mobile-container .header-city-change--item {
	width: auto;
	margin-left: 20px;
}
.header-city-change--mobile-container .header-city-change--item:first-child{
	margin-right: 20px;
	margin-left: 0;
}
.header-city-change--title{
	padding-left: 20px;
	padding-bottom: 6px;
}
.header-city-change--mobile-container{
	padding: 10px 0;
}
.header-city-change--mobile-container .header-city-change{
	padding-left: 20px;
	flex-wrap: wrap;
	row-gap: 15px;
}
.header-city-a-item{
	display: flex;
	align-items: center;
	margin-top: 7px;
}
@media (max-width: 1120px) {
	.header-city-change--item {
		width: 90px;
	}
	.header-city-change--item:nth-child(even):after {
		top: 0px;
		height: 90%;
		left: -20px;
	}
	.header-city-change--title{
		padding-bottom: 15px;
	}
	.header-city-change--mobile-container .header-city-change--item--active .header-city-change--item--text{
		border-bottom: 1px solid #d5001c;
	}
}
/*===MOBILE===*/
.nav-mobile{
	display: none;
}
.nav-mobile-item {
    display: flex;
    column-gap: 25px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 15px;
    justify-content: space-between;
    width: 100%;
}
.nav-mobile-logo-box {
	display: flex;
	max-width: 67%;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
}
.nav-mobile-logo-box .logo.nav-mobile-logo img {
	max-width: 102px;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.nav-mobile-logo-box .logo.nav-mobile-logo.avd-logo img{
	max-width: 85px;
	margin-right: 15px;
}
.nav-mobile-menu-btn{
	padding: 5px;
}
.nav-mobile-menu-btn svg{
	width: 20px;
	height: 20px;
}
.nav-mobile-logo{
	width: auto;
	position: relative;
	display: flex;
}
.nav-mobile-logo:nth-child(even):after {
	top: 0;
}
.nav-mobile-menu-btn path{
	fill: #000000;
}
.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;
}

.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;
}
@media (max-width: 1200px) {
	.header-city-change--item {
		width: 90px;
	}
	a.header-city-a-item img {
		width: 100%;
	}
	.header-city-change:nth-child(even) {
		margin-left: 25px;
	}
}
@media (max-width: 1359px) {
	.header-item{
		max-width: 50%;
	}
	header{
		padding: 18px 20px 18px 20px;
		justify-content: space-between;
	}
	.nav{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 1450px) {
	.header-lk span {
		display: none;
	}
	.header-city-box .header-city-change {
		width: 90px;
	}
	.header-city-box .header-city-change img{
		width: 100%;
	}
}
@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,
	.nav{
		display: none;
	}
	.nav-mobile{
		display: flex;
	}
	.nav-mobile-menu-btn button{
		display: flex;
		align-items: center;
	}
	.nav-mobile-item{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.nav {
		padding-left: 20px;
	}
	.mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 0;
        left: -500px;
        visibility: hidden;
        max-width: 500px;
        background: #FFFFFF;
        z-index: 1001;
        transition: .3s linear;
        height: 100%;
        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-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: #30363A;
		cursor: pointer;
	}
	.mobile-menu-nav a:last-child{
		border-bottom: none
	}
	.mobile-menu-nav a:hover{
		color: #d5001c;
	}
	.mobile-menu-nav a:hover svg{
		fill: #d5001c;
	}
	.mobile-menu-btn-close {
		padding: 20px 10px 6px;
		border-bottom: 1px solid #30363A;
	}
	.mobile-menu-contact{
		row-gap: 30px;
		margin-top: 30px;
		text-align: center;
	}
	.mobile-menu-contact-item span{
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding: 10px 20px;
		color: #30363A;
	}
	.mobile-menu-contact-item a{
		display: block;
		font-size: 19px;
		font-weight: 400;
		line-height: 23px;
		color: #30363A;
		padding: 0 20px 10px;
	}
	.mobile-menu-btn {
		width: fit-content;
		margin: 10px auto 20px auto;
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		justify-content: center;
	}
	a.city_item {
		display: none;
	}
	a.city_item.active{
		display: flex;
	}
	.header_city {
		align-items: start;
		padding: 0;
	}
	header {
		padding: 13px 20px 13px 20px;
	}
	.header_phone a {
		font-size: 14px;
	}
	.header-city-change--mobile-container .header-city-change:nth-child(even):after{
		content: none;
	}
	.header-city-change--mobile-container .header-city-change:nth-child(even) {
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.nav-tool {
		padding-right: 25px;
	}
}
/*=======INTRO========*/
.intro{
	width: 100%;
	position: relative;
	height: auto;
	/*height: 700px;*/
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.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 0 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;
	color: #d5001c;
	background: #FFFFFF;
	border: 1px solid #d5001c;
	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{
	font-family: PorscheNextWCy-Thin;
	margin-bottom: 24px;
	text-align: center;
	line-height: 44px;
	font-size: 36px;
	width: calc(85% - 40px);
	max-width: 1565px;
	color: #000;
	padding: 0 20px;
	margin: 0 auto;
}
.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;
	}
	.catalogNew h1,
	.catalogNew .section-title{
		padding: 25px 0 25px;
	}
}
@media (max-width: 450px) {
	html body{
		font-size: 14px;
	}
}
/*====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;
}
@media (max-width: 585px){
	.section-nav-list{
		flex-direction: column;
		border-bottom: none;
		align-items: start;
		gap: 13px;
		margin-bottom: 15px;
	}
}
.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;
}
@media (max-width: 585px){
	body .section-nav-item{
		padding-bottom: 2px;
	}
	.section-nav {
		margin: 0 auto 30px;
	}
	.news h1 {
		padding: 0px 0 25px;
	}
}
.section-nav-item:after{
	transition: .2s linear;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #d5001c;
	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-disclaimer{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1220px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #30363A;
}
.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: #d5001c;
}
.article-tel{
	color: #d5001c;
	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 #d5001c;
	color: #30363A;
	transition: .2s linear;
}
.article-link-dash:hover{
	color: #d5001c;
}
@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: #d5001c;
}
/*=====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 #d5001c;
	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: #d5001c;
}
.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: #d5001c !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: #d5001c;
}
/*=====MAP=====*/
.map{
    width: 100%;
    height: 640px;
    background: #7D8082;
    position: relative;
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}
.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;
	font-family: PorscheNextWCy-Regular;
}
.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;
	font-family: PorscheNextWCy-Regular;
}
.map-body-tell, .map-balloon-tel a{
    font-size: 15.2px;
    font-weight: 400;
    line-height: 18.4px;
    color: #30363A;
    transition: .2s linear;
	font-family: PorscheNextWCy-Regular;
}
.map-body-tell:hover, .map-balloon-tel a:hover{
    color: #d5001c;
}
.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: 12px;
}
.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: #d5001c;
}
.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: 400px;
        background: transparent;
    }
    .map[data-mode="balloon"] .map-balloon,
    .map[data-balloon="none"] .map-balloon{
        max-width: none;
    }
	.map > div:first-child {
		height: 400px !important;
	}
}
/*======FEDBACK=======*/
.feedback{
	background: #000000;
	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;
	}
	.map[data-mode="balloon"],
	.map[data-balloon="none"]{
		height: 50vh;
	}
	.map > div:first-child {
		height:50vh!important;
	}
}
@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 #d5001c;
}

.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;
	font-family: PorscheNextWCy-Regular;
}
.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 #d5001c;
}
.error.feedback--select {
    margin-bottom: 10px;
}
.feedback span.error {
    color: #d5001c;
    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);
}



label.error {
	color: #d5001c;
	/* position: absolute; */
	margin-top: -36px;
	font-size: 12px;
	float: left;
	display: block;
	width: 100%;
}
.feedback-form label.error{
    margin-top: -12px;
    margin-bottom: 8px;
}
input.error[type="text"],
input.error[type="tel"]
{
  border: 1px solid #d5001c;
}
.note-error{
	color: #d5001c;
	text-align: center;
	padding: 5px;
	border: 1px solid #d5001c;
	max-width: 800px;
}
.note-error font.errortext{
	color: #d5001c!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: #d5001c;
    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;
	}
}
/*====TRADEIN PAGE====*/
.ransom-container {
	width: calc(85% - 40px);
	padding: 0 20px;
	max-width: 1644px;
	margin: 0 auto;
}
.ransom_title {
	width: 100%;
	margin-bottom: 20px;
}
.ransom_title h1 {
	padding: 0;
}
.ransom-about-wrapper {
	margin-bottom: 50px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ransom-about {
	width: 50%;
	font-size: 17px;
}
.ransom-page .feedback {
	width: 45%;
	padding: 20px 50px 40px;
	margin-top: 15px;
	box-sizing: border-box;
}
.ransom-feedback-sticky {
	position: fixed;
	z-index: 101;
}
.ransom-feedback-stop {
	position: relative;
	z-index: 101;
}
.ransom-4-columns {
	display: flex;
	column-gap: 30px;
	row-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.ransom-about .ransom-4-columns {
	border: 1px solid #DCDCDC;
	padding: 15px;
}
.ransom-page .big-text {
	font-size: 200%;
}
.ransom-4-columns__col {
	width: calc(50% - 30px);
}
.ransom-about .ransom-4-columns__col-3 .big-text {font-weight: 700;}
.ransom-about .ransom-4-columns__col-4 .big-text {color: red}
.ransom-page .feedback .section-title,
.ransom-page .feedback-form > form {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.ransom-page .feedback .section-title {
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.ransom-page .feedback-input, 
.ransom-page .feedback-form input[type="text"], 
.ransom-page .feedback-form textarea {
	box-sizing: border-box;
	width: 100%;
}
.ransom-page .new-select {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 16px 10px 20px;
}
.ransom-page .new-select svg path {fill: #696969;}
.ransom-page .new-select__list {
	background: #2a3034fc;
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
}
.ransom-page .feedback-desc {
	font-size: 12px;
	line-height: 14px;
}
.ransom-page .feedback-form .recaptcha-info-block {padding-top: 10px;}
.ransom-page .feedback-form .recaptcha-info-block__item a.recaptcha-info-block__link {
	font-size: 11px;
	line-height: 14px;
}
@media (max-width: 1000px) {
	.ransom-container{
		width: 100%; 
		padding: 0;
		margin-bottom: 0;
	}
	.ransom-about,.ransom-page .feedback {
		width: 100%;
	}
	.ransom-about {padding: 0 20px;}
}
/*====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: #d5001c;
	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;
}
.small-banner-mes{
	display: none;
	padding-top: 5px;
}
.small-banner-mes span{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #d5001c;
	padding: 2px 10px 2px 9px;
	border: 1px solid #d5001c;;
}
.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;
}
.small-menu{
	display: none;
}
@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: 1240px) {
	.small-menu{
		display: block;
	}
	.hiddenSm{
		display: none;
	}
	.top-nav__item > .top-nav__link {
		font-size: 14px;
	}
}
@media (max-width: 1100px) {
	.header_addresses{
		display: none;
	}
}
@media (max-width: 1080px){
	.nav{
		padding: 0px 8px;
	}
}
@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;
	}
	.header-item:first-child, .header-item:nth-child(2) {
		display: none;
	}
}
@media (max-width: 700px){
	.small-banner-container{
		flex-direction: column;
		justify-content: center;
	}
	.small-banner-item{
		max-width: none !important;
	}
}
/*========404PAGE========*/
.bg-404{
	background-color: #000000;
	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%;
	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: #191f22;
	position: relative;
	z-index: 2;
}
.footer-container{
	display: flex;
	justify-content: space-between;
	column-gap: 25px;
	row-gap: 25px;
	width: calc(85% - 40px);
	padding: 0 20px;
	max-width: 1564.5px;
	margin: 0 auto;
}
.footer-disclaimer{
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	color: #CACACA;
}
@media (max-width: 1024px) {
	.footer-disclaimer{
		font-size: 12px;
	}
}
.footer-logo-box{
	display: flex;
}
.footer-logo-box .logo{
	position: relative;
}
.footer-logo-box .logo:nth-child(even):after {
	position: absolute;
	top: -8px;
	bottom: 0;
	left: -7px;
	height: 30%;
	margin: auto 0;
	display: block;
	width: 1px;
	content: '';
	background: #FFFFFF;
	border-radius: 2px;
}
@media (max-width: 900px) {
	.footer-container{
		width: calc(100% - 40px);
	}
}
.footer-contact{
	width: 100%;
	max-width: 228px;
	max-height: 385px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 49px;
	row-gap: 21px;
}
.logo img{
	max-width: 123px;
	width: 100%;
	/*height: 74px;*/
	object-fit: contain;
}
.footer-contact .logo{
	margin-bottom: -4px;
	width: 100%;
	margin-bottom: 30px;
	line-height: 0;
}
.footer-contact .logo:first-child{
	margin-right: 15px;
}
.footer-contact-item{
	display: block;
	row-gap: 0px;
	flex-wrap: wrap;
}
.footer-contact-item--btns {
	display: flex;
	gap: 8px;
	flex-direction: column;
}
.footer-contact-item .B_button{
	border: 1px solid #FFFFFF;
	color: #ffffff;
	font-size: 13px;
	line-height: 9px;
	width: auto;
	flex: 1 1 auto;
}
.footer-contact-item .B_button:hover{
	border-color: #d5001c;
}
.footer-contact-item span{
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	color: #FFFFFF;
	display: block;
}
@media (max-width: 1024px) {
	.footer-contact-item span{
		font-size: 12px;
		line-height: 14px;
	}
}
.footer-contact-item a{
	font-size: 19px;
	font-size: 15.2px;
	line-height: 18.4px;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.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, .footer-nav-item > span{
	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 > span{cursor: default}
.footer-nav-item > a:hover{
	color: #d5001c;
}
.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title span{
	font-size: 11.2px;
	line-height: 19.2px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	padding-bottom: 6px;
}
@media (max-width: 1024px) {
	.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title span{
		font-size: 12px;
	}
}
.sub-footer{
	border-top: 1px solid #4A4F53;
	background: #191f22;
	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: 1024px) {
	.agreements{
		font-size: 12px;
	}
}
@media (max-width: 1000px) {
	footer{
		padding-bottom: 50px;
	}
	.footer-nav{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.header_wrapper{
		justify-content: end;
	}
}
@media (max-width: 600px) {
	.footer-container{
		flex-direction: column;
		align-items: center;
	}
	.footer-nav{
		padding-top: 0;
	}
	.footer-contact{
		padding-bottom: 25px;
	}
}
@media (max-width: 540px) {
	.footer-contact {
		justify-content: center;
	}
	.footer-nav {
		padding-bottom: 25px;
		text-align: center;
	}
}

/*
Отключение AJAX блока загрузки
*/
div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: PorscheNextWCy-Regular; 
	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: #d5001c;
}

.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%;
	display: none;
}

.GA-PS-intro__image{
	height: 100%;
	background-color: #30363A;
}


.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: #d5001c;
}

.catalog-sort-list-inner .catalog-sort-item:hover span{
	color: #d5001c;
}
.catalog-sort-list-inner .catalog-sort-item:hover path{
	fill: #d5001c;
}
.catalog-sort-list-check-list .catalog-sort-item:hover, .catalog-sort-item-active{
	background: #d5001c;
}

.map-balloonContainer::-webkit-scrollbar {
	width: 5px;
	background-color: #d3d3d3;
}
.map-balloonContainer::-webkit-scrollbar-thumb {
	background-color: #d5001c;
	border-radius: 0;
}
.map-balloonContainer::-webkit-scrollbar-button:vertical:start:decrement,
.map-balloonContainer::-webkit-scrollbar-button:vertical:end:increment{
	display: none;
}
.map-balloonContainer {
	max-height: 85%;
	overflow-y: auto;
}
.nav-btn-box .GA-PS-btn.B_button.primary{
	font-family: PorscheNextWCy-Regular;
	font-size: 14px;
	line-height: 1;
}

.recaptcha-info-block .recaptcha-info-block__item {
	padding: 15px 0 0 0;
	font-size: 12px;
	color: #FFFFFF;
}

.recaptcha-info-block__item a.recaptcha-info-block__link {
	color: #FFFFFF;
	text-decoration: underline;
}
@media (min-width: 400px) and (max-width: 530px) {
	.header_wrapper {
		flex-wrap: wrap;
		gap: 8px;
	}
	.nav-btn-box .GA-PS-btn.B_button.primary i {
		display: none;
	}
	.nav-btn-box .GA-PS-btn.B_button.primary{
		padding: 9px;
		font-size: 2.8vw;
		width: auto;
		flex: 1 1 auto;
		justify-content: center;
	}
}
@media (max-width: 530px) {
	header .header-item.top-head-btn{
		width: 100%;
		min-width: initial;
	}
	.header_wrapper {
		justify-content: center;
	}
}
@media (max-width: 400px) {
	.header_wrapper {
		flex-wrap: wrap;
		gap: 8px;
	}
	.nav-btn-box .GA-PS-btn.B_button.primary{
		width: auto;
		flex: 1 1 auto;
	}
}
@media (max-width: 390px) {
	.nav-btn-box {
		flex-wrap: wrap;
	}
	.nav-btn-box .GA-PS-btn.B_button.primary {
		justify-content: center;
	}
}


/*spinner*/
:root{
	--spinner-loader-first-color: #FFF;
	--spinner-loader-second-color: #d5001c;
}

/*popup city*/
.city-modal_box-dialog{
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	z-index: 5;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 50%;
	right: auto;
}
.city-modal_box .city-modal_box-wrap{
	background: #fff;
	height: max-content;
	min-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 50px;
	position: relative;
}
.city-modal_box.open .city-modal_box-dialog{
	transform: translate(-50%, -50%);
	top: 50%;
	bottom: 0;
}
.city-modal_box-dialog > * {
	box-sizing: border-box;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 4;
	background: #1e1e1e;
	opacity: 0;
	transition: opacity .15s linear;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.open .overlay{
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
	display: block;
}
.city-modal_header{
	margin-bottom: 40px;
}
.city-modal_header__title {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.city-modal_header{
	display: flex;
	align-items: center;
}
button.city-modal_box-close.js-close-city-modal {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
button.city-modal_box-close.js-close-city-modal svg path{
	stroke: #000;
	stroke-width: 3;
}
.city-list_item input{
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.checkbox__checkmark{
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 32px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: -7px;
}
.checkbox__checkmark:after{
	background: #000;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 3px;
	opacity: 0;
	width: 12px;
}
.city-list_item input:checked~.checkbox__checkmark:after{
	opacity: 1;
	transition: opacity .2s;
}
.city-list_item label {
	display: flex;
	align-items: center;
}
span.checkbox__label {
	padding-left: 15px;
	cursor: pointer;
}
.city-list_item{
	margin-bottom: 15px;
}
.checkbox__label span{
	color: #CACACA;
}
.overflow-hidden{
	overflow: hidden;
}
@media (min-width: 480px){
	.city-modal_box .city-modal_box-wrap{
		width: 480px;
	}
}
@media (max-width: 480px){
	.city-modal_box .city-modal_box-wrap{
		width: 90%;
		padding: 25px 20px 25px 20px;
	}
	.city-list_item label {
		align-items: baseline;
	}
	.services-detail-page .common-section .main-content {
		padding: 0px 10px 0;
	}
}

/*===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: 650px;
    margin: 0 auto;
    font-size: 14px !important;
}
.cookieBlock__text a{
    cursor: pointer;
    text-decoration: none;
    color: #2554ff;
}
.cookieBlock .GA-PS-btn {
    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;
    }
}
.GA-PS-popup .GA-PS-popup-container .section-title{
       padding: 0;
       line-height: 140%;
}
.GA-PS-popup .GA-PS-popup-container .section-title .ga-form-error-container label.error{
       line-height: 140%;
       float: none;
       font-weight: bold;
       margin-top: 0 !important;
}
.GA-PS-popup .GA-PS-popup-container .section-title .ga-form-error-container {
       margin-bottom: 15px;
}
.GA-PS-popup.GA-PS-popup-active{
       overflow-y: auto;
 }
