

/* Start:/local/templates/main/css/popup.css?17128218392167*/
.GA-PS-popup-active{
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    top: 0;
    left: 0;
    cursor: default;
    overflow: hidden;
}
.GA-PS-popup-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9997;
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.GA-PS-popup-container{
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 9997;
    height: fit-content;
    width: 615px;
    max-width: 100%;
    overflow: hidden !important;
    box-sizing: border-box;
    background: #30363A !important;
    text-align: center;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
}
.GA-PS-popup-container, .GA-PS-popup-bg{
    display: none;
}
.GA-PS-popup-active .GA-PS-popup-container{
    display: flex;
}
.GA-PS-popup-active .GA-PS-popup-bg{
    display: block;
}
.GA-PS-popup-bg{
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.GA-PS-popup-title{
    font-size: 20px;
    color: #cacaca;
    text-transform: none;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}
.GA-PS-popup-container .GA-PS-btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 19px;
}
.GA-PS-popup-container .GA-PS-btn:hover{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
}
.GA-PS-popup-container .GA-PS-btn:hover:after{
    content: url("/local/templates/main/css/../images/icon/arrow_yellow.svg");
    display: block;
}
.GA-PS-popup-close{
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}
.GA-PS-popup-close svg{
    width: 24px;
    height: 24px;
}
.GA-PS-popup-close path{
    fill: #7D8082;
    transition: .2s linear;
}
.GA-PS-popup-close:hover path{
    fill: #cacaca;
}

.js-popup-content {
    width: 100%;
}

.GA-PS-radio input[type="checkbox"] {
    display: none;
}

@media(max-width: 770px){
    .GA-PS-popup-container{
        margin: 0 auto;
    }
}

/* End */


/* Start:/local/templates/main/fonts/fonts.css?17128218394352*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/main/fonts/../fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/main/fonts/../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('/local/templates/main/fonts/../fonts/Roboto/Roboto-Regular.woff') format('woff'),
    url('/local/templates/main/fonts/../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
    url('/local/templates/main/fonts/../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DaimlerCAC-Regular';
    font-display: swap;
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.eot');
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.woff2') format('woff2'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.woff') format('woff'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.ttf') format('truetype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCAC-Regular.svg#DaimlerCAC-Regular') format('svg');
}

@font-face {
    font-family: 'DaimlerCS-Regular';
    font-display: swap;
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.eot');
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.woff2') format('woff2'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.woff') format('woff'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.ttf') format('truetype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Regular.svg#DaimlerCS-Regular') format('svg');
}

@font-face {
    font-family: 'DaimlerCS-Demi';
    font-display: swap;
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.eot');
    src: url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.woff2') format('woff2'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.woff') format('woff'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.ttf') format('truetype'),
    url('/local/templates/main/fonts/../fonts/Daimler/DaimlerCS-Demi.svg#DaimlerCS-Demi') format('svg');
}
/* End */


/* Start:/local/templates/main/css/index.css?177786885621053*/
.catalogNew{
    background: #F2F2F2;
    padding-bottom: 80px;
}
.catalogNew-btn{
    width: fit-content;
    margin: 45px auto 0;
}
.main-page .section-title{
    padding: 66px 0 73px;
}
@media (max-width: 900px) {
    .main-page .section-title{
        padding: 65px 20px 75px;
    }
}
@media (max-width: 700px) {
    .main-page .section-title{
        padding: 55px 20px 65px;
    }
}
@media (max-width: 450px) {
    .catalogNew{
        padding-bottom: 75px;
    }
    .main-page .section-title{
        padding: 45px 20px 50px;
    }
}

.catalog-slider-container{
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: calc(85% - 48px);
    max-width: 1644px;
    padding: 0 24px;
    margin: 0 auto;
}
@media (max-width: 900px) {
	.catalog-slider-container{
		width: calc(100% - 40px);
	}
}
.catalog-slider{
    width: 100%;
    max-width: 1564px;
}

.GA-PS-radio input{
    display: none;
}
.GA-PS-radio label{
    display: flex;
    position: relative;
    cursor: pointer;
    margin-left: 21px;
    font-size: 11px;
    line-height: 100%;
}
.GA-PS-radio input + label:before {
    content: '';
    background: transparent;
    border: 1px solid #FFFFFF;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -2px;
}

.GA-PS-radio input:checked + label:after {
    content: '';
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
}
.GA-PS-radio-black input + label:before{
    border: 1px solid #000000;
}
.GA-PS-radio-black input:checked + label:after{
    background: #000000;
}


.container {
  min-width: 320px;
  position: relative;
}
.container, .content-container {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
.main__text .main__text-content h2 {
	margin: 40px 0 20px;
	font-family: DaimlerCAC-Regular,serif;
	font-size: 38px;
	line-height: 1.2;
	margin-top: 30px;
}
.stage {
	width: 100%;
}
.servicepromo-stage {margin-bottom: 60px; overflow: hidden}
.servicepromo-stage-video, .servicepromo-stage-video iframe {
	width: 100%;
	height: 100%;
	touch-action: none;
	pointer-events: none;
	position: relative;
}
.servicepromo-stage-video video {
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.servicepromo-stage .swiper-slide{height: auto !important;}
.stage__slide-responsive {
	display: block;
	margin: 0;
	width: 100%;
}
@media (min-width: 1024px) {
	.stage__slide-responsive {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.stage__slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 58px;
}
@media (min-width: 767px) {
	.stage__slide-responsive {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.stage__slide-text-substrate {
	background-color: transparent;
	padding: 20px;
	margin-left: -20px;
	margin-top: -20px;
	max-width: 1000px;
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
}
@media (max-width: 767px){
	.stage__slide-text-substrate {
		background-color: transparent !important;
		padding: 0;
		margin-top: 0;
		margin-left: 0;
		color: #fff !important;
		width: 100%;
	}
}
.stage__slide-title {
	font-family: DaimlerCAC-Regular,serif;
	font-size: 48px;
	line-height: 48px;
	position: relative;
	width: 33.33%;
	margin-top: 0;
	padding-top: 14px;
}
@media (max-width: 1023px){
	.stage__slide-title {
	  font-size: 45px;
	  /*line-height: 22px;*/
	}
}
@media (max-width: 767px){
	.stage__slide-title {
	  width: 100%;
	  margin-top: 30px;
	  margin-bottom: 7px;
	  padding-top: 0;
	}
}
.stage__slide-title-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #fff;
}
@media (max-width:767px) {
	.stage__slide-title-line {
		display: none;
	}
}
.stage__slide-description {
	width: 33.33%;
	margin-top: 17px;
	font-size: 18px;
}
@media (max-width:767px) {
	.stage__slide-description {
		width: 100%;
	}
	.stage__slide-description--mobile {
		margin-bottom: 0;
	}
}
.stage__slide-content::after {
	clear: both;
	display: block;
	content: "";
}
@media (max-width: 767px) {
	.stage__slide-content {
		position: relative;
		margin: 0 auto;
		padding: 0 0 25px;
	}
}
.stage__slide-content .map__content-btn {margin-right:30px;}
@media (max-width: 767px) {
	.stage__slide-content .map__content-btn {margin-top: 24px;}
}
.servicepromo-stage .stage__pagination.swiper-pagination .swiper-pagination-bullet {
	opacity: 0.3;
}
.servicepromo-stage .stage__pagination.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.main__text-content {
	color: #fff;
}
.content-container {
	padding-left: 60px;
	padding-right: 60px;
}
@media (max-width: 992px) {
	.content-container {
		width: 90%;
		padding-left: 0;
		padding-right: 0;
	}
}
.btn-3 {
	background-color: #3C3C3C;
	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;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active {
	background-color: #333333;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.btn-3 {
		padding: 7px 14px 6px;
	}
}
@media (max-width: 479px) {
	.btn-3 {
		height: auto;
		margin-right: 0;
		min-height: 35px;
	}
}
.btn-3:not(button) {
	display: flex;
	align-items: center;
}
@media (max-width: 479px) {
	.btn-3:not(button) {
		justify-content: center;
	}
}
.btn-3:focus {
	 outline: none;
}
.btn-3 .button__icon {
	fill: currentColor;
	height: 9px;
	margin-right: 7px;
	overflow: hidden;
	width: 5px;
}
.btn-3:disabled,
.btn-3.disabled {
	background: #c5c5c5;
	color: white;
	cursor: not-allowed;
}
.btn-3.disabled :hover,
.btn-3.disabled .active {
	 background: #c5c5c5;
	 color: white;
}
.btn-2 {
	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;
	background-color: #000;
}
.btn-2:not(button) {
	display: flex;
	align-items: center;
}
.btn-2 .button__icon {
	fill: currentColor;
	height: 9px;
	margin-right: 7px;
	overflow: hidden;
	width: 5px;
}
.special__list.special__list--table .btn-2 {
	color: #fff;
	text-decoration: none;
	background: transparent;
	border: 1px solid #fff;
}
@media (max-width: 800px) {
	.special__list.special__list--table .btn-2 {
		margin-top: 10px;
	}
}
.special__list.special__list--table .btn-2:hover {
	border: 1px solid #00ADEF;
}


.special__list.special__list--table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding-bottom: 85px;
	padding-bottom: 35px;
}
.stage__pagination.swiper-pagination {
	position: absolute;
	bottom: 0px;
	height: 35px;
	display: block;
}
.stage__pagination.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 60px !important;
	height: 35px;
	margin: 0 5px;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
}
.stage__pagination.swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	top: 17px;
	left: 0;
	background-color: #fff;
}
.stage__pagination.swiper-pagination .swiper-pagination-bullet-active::after {
	background-color: #00adef;
}
.special__list.special__list--table .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
	display: grid;
	grid-template-rows: 1fr 1fr;
}
.special__list.special__list--table .special__item {
	/*margin: 0 0 30px;*/
	flex-direction: column;
	display: flex;
	min-height: 50%;
	flex-shrink: 0;
	padding-bottom: 30px;
}
.special__list.special__list--table .special__item-image {
	width: 100%;
}
.special__item-image img {
	display: block;
	width: 100%;
	/*height: 280px;*/
	-o-object-fit: cover;
	object-fit: cover;
}
.special__list.special__list--table .special__item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-top: 15px;
}
.special__list.special__list--table .special__item-title {
	font-family: DaimlerCAC-Regular,serif;
	max-width: 100%;
	color: #fff;
	font-size: 31px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.special__list.special__list--table .special__item-subtitle {
	max-width: 100%;
	font-size: 17px;
	margin-bottom: 25px;
	line-height: 1.2em;
}
.special__item-subtitle ul {padding-left: 20px;}
.special__item-wrapper {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 800px) {
	.special__item-wrapper {
		flex-wrap: wrap;
	}
}
.special__list.special__list--table .special__item-timer {
	font-size: 16px;
	line-height: 1.2;
}
@media (max-width: 800px) {
	.special__list.special__list--table .special__item-timer {
		margin-top: 10px;
	}
}
.special__list.special__list--table .special__item-number {
	font-family: DaimlerCAC-Regular,serif;
	font-size: 31px;
	line-height: 1;
	color: #00adef;
	padding-left: 3px;
}

.services__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 80px;
}
.services__item {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	margin: 15px;
	width: calc(33.33333% - 30px);
	padding: 24px 40px 24px 24px;
	height: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.services__item:hover {
	background: #00adef;
	border-color: #00adef;
}
@media (max-width: 1279px) {
	.services__item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 992px){
	.services__item {
		padding: 20px 32px 16px 20px;
	}
}
.services__item-image {
	width: 44px;
	min-width: 44px;
	height: 40px;
	margin-right: 20px;
	font-size: 10px;
}
.services__item-title {
	font-family: DaimlerCAC-Regular,serif;
	font-size: 31px;
	margin: 0;
	line-height: 1;
}
@media (max-width: 1500px) {
	.services__item-title {
		font-size: 27px;
	}
}
@media (max-width: 992px) {
	.services__item-title {
		font-size: 20px;
		line-height: 1.2;
	}
}
.services__item-svg {
	position: absolute;
	right: 15px;
	height: 20px;
}
.services__item-svg .button__icon {
	fill: currentColor;
	height: 20px;
	overflow: hidden;
	width: 12px;
}

.advantages__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.advantages__item {
	color: #fff;
	width: calc(25% - 30px);
	margin: 15px 15px 50px;
}
@media (max-width: 1500px) {
	.advantages__item {
		width: calc(33.33333% - 30px);
	}
}
@media (max-width: 992px) {
	.advantages__item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 600px) {
	.advantages__item {
		width: 100%;
		display: flex;
		margin-bottom: 30px;
		align-items: center;
		padding-left: 20px;
	}
}
.advantages__item-image {
	width: 60px;
	height: 60px;
	margin-bottom: 26px;
	font-size: 10px;
}
@media (max-width: 992px) {
	.services__item-image {
		display:none;
	}
}
@media (max-width: 600px) {
	.advantages__item-image {
		margin-right: 50px;
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
	.advantages__item-image img {
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		display: block;
	}
}
.advantages__item-title {
	font-family: DaimlerCAC-Regular,serif;
	font-size: 31px;
	font-weight: 400;
	margin: 0;
	line-height: 37px;
	font-style: normal;
	letter-spacing: -0.025em;
}
@media (max-width: 600px) {
	.advantages__item-title {
		font-size: 24px;
		line-height: 1.2;
	}
}

.reviews__slider-wrapper {
	position: relative;
	padding-bottom: 35px;
}
.reviews-card__text {
	border: 1px solid #fff;
	padding: 20px;
}
.reviews-card__person {
	display: flex;
	column-gap: 20px;
	row-gap: 15px;
	align-items: center;
	margin-top: 20px;
}
.reviews-card__person-name {
	font-weight: bolder;
}
.reviews__slider-wrapper .reviews__pagination {
	/*position: absolute;
	bottom: 0px;*/
	min-height: 35px;
	display: block;
	text-align: center;
}
.reviews__pagination .swiper-pagination-bullet {
	opacity: 0.3;
}
.reviews__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.reviews__pagination .swiper-pagination-bullet {
	position: relative;
	width: 60px !important;
	height: 35px;
	margin: 0 5px;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
}
@media (max-width: 600px){
	.reviews__pagination .swiper-pagination-bullet {width: 30px !important;}
}
.reviews__pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	top: 17px;
	left: 0;
	background-color: #fff;
}
.reviews__pagination .swiper-pagination-bullet-active::after {
	background-color: #00adef;
}

.dc-foto__list {
	display: flex;
	margin-bottom: 35px;
	overflow: hidden;
}
.dc-foto__item {
}
@media (min-width: 601px){
	.dc-foto__list {
		margin-left: -15px;
		margin-right: -15px;		
	}
	.dc-foto__item {
		margin: 15px;
		flex-shrink: 1;
		width: calc(50% - 30px);
	}
}
.dc-foto__item img {
    max-width: 100%;
}

@media (max-width: 600px) {
	#benefits {
		margin-bottom: 90px;
	}
	.ymap-contacts {
		display: none;
	}
}

.mobile-contacts {display:none;}
@media (max-width: 600px) {
	.mobile-contacts {display:block;margin-bottom: 120px;}
}
.mobile-contacts .mobile-contact-item {
	display: block;
	color: #00ADEF;
	position: relative;
	padding-left: 30px;
	margin-bottom: 22px;
}
.mobile-contacts .mobile-adress::before {
	content: "";
	background: url("/local/templates/main/../main/images/icon/pin_icon.png") center center no-repeat;
	display: block;
	width: 14px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -3px;
}
.mobile-contacts .mobile-phone::before {
	content: "";
	background: url("/local/templates/main/../main/images/icon/phone_icon.png") center center no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0px;
}
.mobile-contacts .opening-hours {
	display: flex;
	margin-left: 30px;
	flex-wrap: wrap;
}
.mobile-contacts .opening-hours-item {
	margin-right: 60px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.mobile-contacts .opening-hours-item:last-of-type {margin: 0;}
.mobile-contacts .opening-hours b {font-weight: 700;}

.service-form__section {
    margin-top: 50px;
}
.service-form {
	padding: 30px 60px;
	background-color: #fff;
	color: #333333;
}
.service-form__image {
	font-size: 0;
	padding-right: 60px;
	border-right: 1px solid #000;
	margin-right: 55px;
	min-width: 650px;
}
.service-form__image img {
	max-width: 100%;
}
.service-form .GA-PS-popup-title {
	font-family: "DaimlerCAC-Regular", serif;
	font-size: 38px;
	line-height: 46px;
	color: #333333;
	padding: 0;
	letter-spacing: -0.025em;
	margin-bottom: 22px;
}
.service-form .special-popup__form-input {
	max-width: 300px;
	width: 100%;
	border-bottom: 1px solid #333;
}
.service-form .form-agreement {
	margin-top: 22px;
	margin-bottom: 25px;
}
.service-form .form-agreement input {
	margin-right: 10px;
	border: 1px solid #333;
	opacity: 0;
	display: none;
}
.service-form .form-agreement span {display: flex;}
.service-form .form-agreement span a {
    color: #0073aa;
    font-weight: 500;
}
.form-agreement span a:hover {
    color: #004565;
    text-decoration: none;
}
.service-form .form-agreement span::before {
	content: "";
	display: block;
	min-width: 12px;
	margin-right: 14px;
	border: 1px solid #333;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.service-form .form-agreement input[type="checkbox"]:checked + span::before {
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url(/local/templates/main/css/../images/icon/checked.png);
}
@media (max-width: 1200px) {
	.service-form {
		flex-direction: column;
		align-items: flex-start;
	}
	.service-form__image {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		min-width: auto;
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.service-form {padding: 30px 20px;}
}

.mfp-inline-holder .mfp-content {
	padding: 0;
	max-width: 920px;
}
.mfp-inline-holder .mfp-content .mfp-close {
	color: #000;
	opacity: 1;
}
.service-magnific-popup .mfp-content {max-width: 700px;}
.service-magnific-popup .service-form {
	flex-direction: column;
	align-items: flex-start;
}
.service-magnific-popup .service-form .service-form__image {
	margin-right: 0;
	padding-right: 0;
	border: 0;
	min-width: auto;
	margin-bottom: 30px;
}
.special-popup {
	background:#fff;
	padding-top:45px;
	position:relative;
	overflow:auto;
}
.special-popup__image img {
	max-width:100%;
}
.special-popup__action {
	padding:16px 60px 30px;
}
@media (max-width: 600px) {
	.special-popup__action {
		padding:16px 20px 30px;
	}
}
.special-popup__action h2 {
	margin-bottom:15px;
	font-weight:400;
	font-size:32px;
	line-height:34px;
	letter-spacing:-.025em;
	font-family:DaimlerCAC-Regular,serif;
}
.special-popup__action h2.special-popup__title {
	font-size:38px;
	line-height:46px;
}
.special-popup__action.content__page .content__page-content {
	padding-bottom:0;
	color: #333;
}
.special-popup__content {
	position:relative;
}
.special-popup__content::after{
	content: "";
	clear: both;
	display: block;
}
.special-popup__form {
	border-top:1px solid #333;
	padding:30px 60px 10px;
}
.special-popup__form form {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.special-popup__form .special-popup__form-phone {
	display:flex;
	margin-right:20px;
	margin-bottom:20px;
	align-items: center;
}
@media (max-width:600px) {
	.special-popup__form .special-popup__form-phone {
		width:100%;
		margin-right:0;
	}
}
.special-popup__form .special-popup__form-phone img {
	width:14px;
	height: 14px;
	margin-top:-2px;
	margin-right:15px;
}
.special-popup__form .special-popup__form-phone input {
	max-width:200px;
	margin:0;
	color: #434343;
	border-bottom: 1px solid #434343;
	height: 24px;
}
@media (max-width:600px) {
	.special-popup__form .special-popup__form-phone input {
		max-width:300px;
	}
}
.special-popup__form .form-agreement input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.special-popup__form .form-agreement {
	max-width:560px;
	margin-right:20px;
	margin-bottom:20px;
}
@media (max-width:600px) {
	.special-popup__form .form-agreement {
		width:100%;
		margin-right:0;
		max-width:none;
	}
}
.special-popup__form .form-agreement label {
	display:flex;
}
.special-popup__form .form-agreement span {
	font-size:12px;
	display:flex;
	align-items:center;
	margin:0;
}
.special-popup__form .form-agreement span a {
    color: #0073aa;
    font-weight: 500;
}
.special-popup__form .form-agreement span a:hover {
    color: #004565;
    text-decoration: none;
}
.special-popup__form .form-agreement span:before {
	content: "";
	width: 12px;
	height: 12px;
	display:block;
	min-width:12px;
	margin-right:14px;
	border:1px solid #000;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.special-popup__form .form-agreement input[type="checkbox"]:checked + span::before {
  border: 1px solid #fff;
  background-color: #fff;
  background-image: url(/local/templates/main/css/../images/icon/checked.png);
}
.special-popup__form .form-button {
	height:30px;
	background:#000;
	min-width:140px;
	margin:0 0 20px;
}

/* Base action settings */
.content__page .content__page-content p {
	margin-bottom: 20px;
	line-height: 1.2em;
}
.content__page .content__page-content b {
	font-weight: 600;
}
.content__page .content__page-content ul {
	line-height: 1.2em;
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
.content__page .content__page-content table {
	margin-top: 30px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.2;
}
.special-popup__action.content__page .content__page-content .footnote {
	color:#666;
	font-size:12px;
	line-height:1.2;
	margin-bottom: 15px;
	margin-top: 30px;
}
.special-popup__action.content__page .content__page-content .footnote + .footnote {
	margin-top: 0px;	
}
.special-popup__action.content__page .content__page-content p:last-of-type {
	margin-bottom: 0;
}
.special-popup__action.content__page .form-button:last-of-type {
	margin-top: 30px;
}
.special-popup__action.content__page table.mercedes-table {
	font-size: 14px;
	color: #000;
}
.special-popup__action.content__page table.mercedes-table tr:nth-child(2n) {
	background-color: #e3e3e3;
}
.special-popup__action.content__page table.mercedes-table td {
	padding: 16px 10px 15px;
	vertical-align: middle;
	/*letter-spacing: -0.025rem;*/
}
.special-popup__action.content__page table.mercedes-table.mercedes-table--first-center td:first-child {
	text-align:center;
}
.special-popup__action.content__page table.accent-table {
	border-top: 1px solid #00adef; 
	border-bottom: 1px solid #00adef;
}
.special-popup__action.content__page .accent-table__text {
	vertical-align: middle;
	line-height: 1.3;
	font-size: 14px;
	letter-spacing: -0.025em;
}
.special-popup__action.content__page .accent-table__price {
	vertical-align: middle;
	color: #00adef;
	font-family: DaimlerCAC-Regular, serif;
	font-size: 66px;
	font-weight: 400;
	width: 200px;
	text-align: right;
	letter-spacing: -0.025em;
}
/* End */


/* Start:/local/templates/main/template_styles.css?174944062643186*/
* {
	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("/local/templates/main/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("/local/templates/main/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("/local/templates/main/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: flex-end;
	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;
}
.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;
}
.header-adress {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.header-adress::before {
	content:"";
	background: url("/local/templates/main/../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("/local/templates/main/../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: #C78E66;
}
.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: #707070;
	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;
}
.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%;
}
.nav-mobile-menu-btn{
	padding: 5px;
	width: 75px;
}
.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: 26px;
}
.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;
}

.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;
	}

	.nav-mobile{
		display: flex;
		flex-direction: column;
		padding-left: 25px;
		padding-right: 30px;
	}
	
	.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("/local/templates/main/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("/local/templates/main/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: 300px;
}
.footer-contact-item.adress-info {
	width: 46%;
}
@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;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
	background-color: #0088c6;
}

@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 .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;
	}
}

/* End */
/* /local/templates/main/css/popup.css?17128218392167 */
/* /local/templates/main/fonts/fonts.css?17128218394352 */
/* /local/templates/main/css/index.css?177786885621053 */
/* /local/templates/main/template_styles.css?174944062643186 */
