@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;
	}
}
.container-1568{
	max-width: 1568px;
	width: 100%;
	margin: 0 auto;
}
.container-1640{
	width: calc(85% - 48px);
	max-width: 1644px;
	padding: 0 24px;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.container-1640{
		width: calc(100% - 40px);
	}
}
.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-checkbox input{
	display: none;
}
.GA-PS-checkbox input+label {
	display: flex;
	align-items: center;
	user-select: none;
	font-size: 12.25px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #9ca3af;
	position: relative;
	cursor: pointer;
	width: fit-content;
}
.GA-PS-checkbox input+label::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #6b7280;
	background: transparent;
	margin-right: 0.833em;
}
.GA-PS-checkbox input:checked+label::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 3px;
	background: url('images/icon/ga-ps/check/orange.svg') center no-repeat;
	background-size: contain;
}
.GA-PS-checkbox a{
	color: var(--hover-color-text);
	text-decoration: none;
}
.GA-PS-checkbox input{
	display: none;
}
@media (max-width: 400px) {
	.GA-PS-checkbox input+label{
		font-size: 10.25px;
	}
}

/*==GA-PS-range==*/
.GA-PS-range{
	position: relative;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.GA-PS-range__track{
	position: relative;
	background: #979C9D;
	width: calc(100% - 6px);
	height: 2px;
}
.GA-PS-range__track:before, .GA-PS-range__track:after {
	position: absolute;
	display: block;
	top: -4px;
	height: 10px;
	width: 3px;
	content: '';
	z-index: 1;
	background: #000;
}
.GA-PS-range__track:before{
	left: -3px;
}
.GA-PS-range__track:after{
	right: -3px;
}
.GA-PS-range__thumb {
	position: absolute;
	left: 0;
	top: -9px;
	height: 20px;
	width: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.GA-PS-range__thumb:before{
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #000000;
	cursor: pointer;
	opacity: 0;
	transition: .2s linear;
}
.GA-PS-range:hover .GA-PS-range__thumb:before{
	opacity: 1;
}
.GA-PS-range input{
	display: none;
}
.description{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding-top: 7px;
}

.GA-PS-range output{
	position: absolute;
	width: 46px;
	height: 15px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #CA3AF;
	border-radius: 4px;
	border: 1px solid #9CA3AF;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0; right: 0;
	margin: auto;
	opacity: 0;
	transition: .3s linear;
}
.GA-PS-range:hover output{
	opacity: 1;
}
.GA-PS-range__min,
.GA-PS-range__max{
	color: #9CA3AF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
}






/*===GA-PS-btn==*/
.GA-PS-btn{
	display: block;
	text-decoration: none;
	width: fit-content;
	background: transparent;
	text-transform: uppercase;
	padding: 9px 21px;
	font-size: 8.8px;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 0.084em;
	text-align: center;
	border: 1px solid currentColor;
	background-color: transparent;
	color: inherit;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out,-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
	-o-transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1),-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
}
@media(max-width: 700px){
	.GA-PS-btn {
		font-size: 13px;
		letter-spacing: 0;
		/*text-transform: inherit;*/
	}
}
.content{
	padding: 20px;
}
.GA-PS-btn-orange{
	border: 1px solid #ff6600;
	background: #ff6600;
	color: #FFFFFF;
	transition: .3s linear;
	padding: 25px 50px;
	font-size: 18px;
	line-height: 1em;
}
.GA-PS-btn-black{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
}
.GA-PS-btn-yellow-transparent{
	background: transparent;
	color: #FFFFFF;
}
.GA-PS-btn-black-transparent{
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
}
.GA-PS-btn-orange-transparent{
	background: transparent;
	border: 1px solid #ff6600;
	color: #000000;
	font-size: 18px;
	line-height: 1em;
	padding: 25px 50px;
	transition: .3s linear;
}
.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-white-transparent.GA-PS-btn-arrow:after{
	content: url('images/icon/arrow_white.svg');
	display: block;
}
.GA-PS-btn-arrow{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.GA-PS-btn-arrow:after{
	content: url("images/icon/arrow_black.svg");
	display: block;
}
.GA-PS-btn-arrow:hover:after{
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-black.GA-PS-btn-arrow:after{
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-black.GA-PS-btn-arrow:hover:after{
	content: url("images/icon/arrow_black.svg");
	display: block;
}
.GA-PS-btn:hover{
	/*opacity: .7;*/
	text-shadow: none;
	background-color: #000;
	color: #fff;
}
.GA-PS-btn-black:hover{
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
.GA-PS-btn-white:hover{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
}
.GA-PS-btn-orange:hover{
	border: 1px solid #ff6600;
	background: transparent;
	color: #000000;
}
.GA-PS-btn-orange-transparent:hover{
	border: 1px solid #ff6600;
	background: #ff6600;
	color: #FFFFFF;
}
.GA-PS-btn-white-transparent:hover{
	background: #FFFFFF;
	color: #000000;
}
.GA-PS-btn-white-transparent.GA-PS-btn-arrow:hover:after{
	content: url('images/icon/arrow_black.svg');
	display: block;
}
/*.GA-PS-btn-arrow:hover:after{*/
/*	content: url("images/icon/arrow_white.svg");*/
/*	display: block;*/
/*}*/
.GA-PS-btn-gold-transparent{
	background: #C78D66;
	color: #FFFFFF;
	border: 1px solid #C78E66;
	margin-bottom: 27px;
}
.GA-PS-btn-gold-transparent.GA-PS-btn-arrow:after {
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-white-text{
	color: #FFFFFF;
}
.GA-PS-btn-black-text{
	color: var(--text-color-black);
}
@media (max-width: 500px) {
	.GA-PS-btn-orange {
		padding: 14.5px 30px;
		font-size: 11px;
	}
}
/*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;
}

/*========@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;
	}
}
.container-1568{
	max-width: 1568px;
	width: 100%;
	margin: 0 auto;
}
.container-1640{
	width: calc(85% - 48px);
	max-width: 1644px;
	padding: 0 24px;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.container-1640{
		width: calc(100% - 40px);
	}
}
.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.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-checkbox input{
	display: none;
}
.GA-PS-checkbox input+label {
	display: flex;
	align-items: center;
	user-select: none;
	font-size: 12.25px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #9ca3af;
	position: relative;
	cursor: pointer;
	width: fit-content;
}
.GA-PS-checkbox input+label::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #6b7280;
	background: transparent;
	margin-right: 0.833em;
}
.GA-PS-checkbox input:checked+label::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 3px;
	background: url('images/icon/ga-ps/check/orange.svg') center no-repeat;
	background-size: contain;
}
.GA-PS-checkbox a{
	color: var(--hover-color-text);
	text-decoration: none;
}
.GA-PS-checkbox input{
	display: none;
}
@media (max-width: 400px) {
	.GA-PS-checkbox input+label{
		font-size: 10.25px;
	}
}

/*==GA-PS-range==*/
.GA-PS-range{
	position: relative;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.GA-PS-range__track{
	position: relative;
	background: #979C9D;
	width: calc(100% - 6px);
	height: 2px;
}
.GA-PS-range__track:before, .GA-PS-range__track:after {
	position: absolute;
	display: block;
	top: -4px;
	height: 10px;
	width: 3px;
	content: '';
	z-index: 1;
	background: #000;
}
.GA-PS-range__track:before{
	left: -3px;
}
.GA-PS-range__track:after{
	right: -3px;
}
.GA-PS-range__thumb {
	position: absolute;
	left: 0;
	top: -9px;
	height: 20px;
	width: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.GA-PS-range__thumb:before{
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #000000;
	cursor: pointer;
	opacity: 0;
	transition: .2s linear;
}
.GA-PS-range:hover .GA-PS-range__thumb:before{
	opacity: 1;
}
.GA-PS-range input{
	display: none;
}
.description{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding-top: 7px;
}

.GA-PS-range output{
	position: absolute;
	width: 46px;
	height: 15px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #CA3AF;
	border-radius: 4px;
	border: 1px solid #9CA3AF;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0; right: 0;
	margin: auto;
	opacity: 0;
	transition: .3s linear;
}
.GA-PS-range:hover output{
	opacity: 1;
}
.GA-PS-range__min,
.GA-PS-range__max{
	color: #9CA3AF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
}






/*===GA-PS-btn==*/
.GA-PS-btn{
	display: block;
	text-decoration: none;
	width: fit-content;
	background: transparent;
	text-transform: uppercase;
	padding: 9px 21px;
	font-size: 8.8px;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 0.084em;
	text-align: center;
	border: 1px solid currentColor;
	background-color: transparent;
	color: inherit;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out,-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
	-o-transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1);
	transition: opacity .3s ease-in-out,transform 420ms cubic-bezier(.75,.02,.5,1),-webkit-transform 420ms cubic-bezier(.75,.02,.5,1);
}
@media(max-width: 700px){
	.GA-PS-btn {
		font-size: 13px;
		letter-spacing: 0;
		/*text-transform: inherit;*/
	}
}
.content{
	padding: 20px;
}
.GA-PS-btn-orange{
	border: 1px solid #ff6600;
	background: #ff6600;
	color: #FFFFFF;
	transition: .3s linear;
	padding: 25px 50px;
	font-size: 18px;
	line-height: 1em;
}
.GA-PS-btn-black{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
}
.GA-PS-btn-yellow-transparent{
	background: transparent;
	color: #FFFFFF;
}
.GA-PS-btn-black-transparent{
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
}
.GA-PS-btn-orange-transparent{
	background: transparent;
	border: 1px solid #ff6600;
	color: #000000;
	font-size: 18px;
	line-height: 1em;
	padding: 25px 50px;
	transition: .3s linear;
}
.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-white-transparent.GA-PS-btn-arrow:after{
	content: url('images/icon/arrow_white.svg');
	display: block;
}
.GA-PS-btn-arrow{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.GA-PS-btn-arrow:after{
	content: url("images/icon/arrow_black.svg");
	display: block;
}
.GA-PS-btn-arrow:hover:after{
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-black.GA-PS-btn-arrow:after{
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-black.GA-PS-btn-arrow:hover:after{
	content: url("images/icon/arrow_black.svg");
	display: block;
}
.GA-PS-btn:hover{
	/*opacity: .7;*/
	text-shadow: none;
	background-color: #000;
	color: #fff;
}
.GA-PS-btn-black:hover{
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
.GA-PS-btn-white:hover{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF;
}
.GA-PS-btn-orange:hover{
	border: 1px solid #ff6600;
	background: transparent;
	color: #000000;
}
.GA-PS-btn-orange-transparent:hover{
	border: 1px solid #ff6600;
	background: #ff6600;
	color: #FFFFFF;
}
.GA-PS-btn-white-transparent:hover{
	background: #FFFFFF;
	color: #000000;
}
.GA-PS-btn-white-transparent.GA-PS-btn-arrow:hover:after{
	content: url('images/icon/arrow_black.svg');
	display: block;
}
/*.GA-PS-btn-arrow:hover:after{*/
/*	content: url("images/icon/arrow_white.svg");*/
/*	display: block;*/
/*}*/
.GA-PS-btn-gold-transparent{
	background: #C78D66;
	color: #FFFFFF;
	border: 1px solid #C78E66;
	margin-bottom: 27px;
}
.GA-PS-btn-gold-transparent.GA-PS-btn-arrow:after {
	content: url("images/icon/arrow_white.svg");
	display: block;
}
.GA-PS-btn-white-text{
	color: #FFFFFF;
}
.GA-PS-btn-black-text{
	color: var(--text-color-black);
}
@media (max-width: 500px) {
	.GA-PS-btn-orange {
		padding: 14.5px 30px;
		font-size: 11px;
	}
}
/*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;
}

/*=======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%;
	max-width: 1920px;
	margin: auto;
}
.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;
	text-transform: uppercase;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	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;
	}
}

/*======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: center;
	padding-bottom: 57px;
	justify-content: center;
}
.article-container{
	width: calc(85% - 40px);
	max-width: 1644px;
	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%;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--text-color-black);
}
.article p{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.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: var(--hover-color-text);
	opacity: 0.7;
}
.article-tel{
	color: #000000;
	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 #30363A;
	color: #30363A;
	transition: .2s linear;
}
.article-link-dash:hover{
	color: var(--hover-color-text);
	opacity: 0.7;
}
@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: #000000;
}
/*=====EXCEED-Dealerships====*/
.EXCEED-Dealerships{
	background: #FFFFFF;
}
.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: #000000;
	border-bottom: 1px dashed #000000;
	opacity: 0.7;
	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: #000000;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	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: var(--hover-color-text);
	opacity: 0.7;
}
.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: #000000 !important;
	height: 5px !important;
	border-radius: 5px !important;
	margin-bottom: -2px !important;
}
[class*=ymaps-2][class*=-ground-pane] {
	-webkit-filter: grayscale(100%);
}
@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: #000000;
}
/*====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;
}

/*=====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: #000000;
	padding: 2px 10px 2px 9px;
	border: 1px solid #000000;
	text-transform: uppercase;
}
.small-banner-smallText, .small-banner-smallTextRight{
	display: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
	padding-top: 20px;
}
.small-banner-btnRight{
	padding-top: 30px;
}

.small-banner-isbigText .small-banner-bigText,
.small-banner-ismes .small-banner-mes,
.small-banner-issmallText .small-banner-smallText,
.small-banner-issmallTextRight .small-banner-smallTextRight,
.small-banner-isbtnRight .small-banner-btnRight
{
	display: block;
}
@media (max-width: 1566px){
	.small-banner-container{
		width: calc(100% - 40px);
		max-width: 1566px;
		margin: 0 auto;
		background: #7D8082;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px 29px;
		min-height: 205px;
		column-gap: 15px;
	}
}
@media (max-width: 1000px){
	.small-banner-bigText {
		font-size: 30px;
		line-height: 43px;
	}
	.small-banner-smallText, .small-banner-smallTextRight {
		font-size: 14px;
		line-height: 21px;
	}
	.small-banner-mes span {
		font-size: 10px;
	}
}
@media (max-width: 700px){
	.small-banner-container{
		flex-direction: column;
		justify-content: center;
	}
	.small-banner-item{
		max-width: none !important;
	}
}
/*========404PAGE========*/
.bg-404{
	/*background-image: url("images/foto404.jpg");*/
	background-color: #111;
	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;
	}
}
/*====PAGE BOTTOM=======*/
.page-bottom{
	border-top: 1px solid #D1D5DB;
	width: 100%;
}
.page-bottom__container{
	padding-top: 41px;
	padding-bottom: 46px;
	width: calc(85% - 40px);
	max-width: 1640px;
	margin: 0 auto;
}
.page-bottom__text{
	color: #C6C6C6;
	text-align: center;
	font-family: Blender Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
}
@media (max-width: 1000px) {
	.page-bottom__text{
		font-size: 12px;
	}
}
@media (max-width: 900px) {
	.page-bottom__container {
		width: calc(100% - 40px);
	}
}
@media (max-width: 600px) {
	.page-bottom__text {
		font-size: 10px;
	}
	.page-bottom__container{
		padding-top: 25px;
	}
}

/*========FOOTER========*/
footer{
	background-color: #000;
}
footer a{
	opacity: 1;
}
.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;
}
@media (max-width: 900px) {
	.footer-container{
		width: calc(100% - 40px);
	}
}
.footer-contact {
	width: 100%;
	max-width: 320px;
	max-height: 385px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 49px;
	row-gap: 21px;
	flex-direction: column;
}
@media (max-width: 600px) {
	.footer-contact{
		align-content: center;
	}
}
.logo img{
	width: 100%;
	max-width: 157px;
	height: auto;
}
.footer-contact .logo{
	margin-bottom: -4px;
	display: flex;
}
.footer-contact-item {
	display: flex;
	row-gap: 0px;
	flex-wrap: wrap;
	flex-direction: column;
}
.footer-contact-item span{
	font-size: 11px;
	font-size: 15px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	color: #FFFFFF;
	display: block;
	margin-bottom: 7px;
}
.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 > .bottom-nav__link{
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18.4px;
	letter-spacing: 0em;
	color: #FFFFFF;
	cursor: pointer;
	transition: .2s linear;
}
.footer-nav-item > a:hover, .footer-nav-item > .bottom-nav__link:hover{
	opacity: .7;
}
.footer-container a:hover,.footer-container .bottom-nav__link:hover,
.footer-container .logo:hover{
	opacity: .7;
	text-shadow: 0px 0px 1px var(--hover-color-text);
	color: var(--hover-color-text);
}

.footer-contact-item a.GA-PS-btn:hover{
	opacity: 1;
	text-shadow: none;
	background: #FFFFFF;
	color: #000000;
}
.footer-contact-item button{
	color: #FFFFFF;
}
.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title .bottom-nav__link{
	font-size: 12px;
	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 #b3b3b3;
	background: #000000;
	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: #FFFFFF;
}
.sub-footer-item:last-of-type{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	width: 100%;
	max-width: 886px;
}
.agreements{
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	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{
		padding-bottom: 50px;
	}
	.footer-nav{
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (max-width: 600px) {
	.footer-contact, .footer-contact-item {
		justify-content: center;
	}
	.footer-nav-item > a, .footer-nav-item > .bottom-nav__link,
	.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title .bottom-nav__link{
		text-align: center;
	}
	.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: #000000;
}

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

.footer-disclaimer{
	color: #ffffff;
	font-size: 10px;
	margin-top: 25px;
	text-align: center;
}


.contact-page-card-detailed{
	width: fit-content;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	display: flex;
	margin-bottom: 17.5px;
	align-items: center;
}
.contact-page-card-detailed span{
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #000000;
	cursor: pointer;
	transition: .2s linear;
}
.contact-page-card-tel a:hover,
.contact-page-card-detailed span:hover{
	color: var(--hover-color-text);
}


/*spinner*/
:root{
	--spinner-loader-first-color: #FFF;
	--spinner-loader-second-color: var(--hover-color-text);;
}

/*=======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%;
	max-width: 1920px;
	margin: auto;
}
.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;
	text-transform: uppercase;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	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;
	}
}

/*======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: center;
	padding-bottom: 57px;
	justify-content: center;
}
.article-container{
	width: calc(85% - 40px);
	max-width: 1644px;
	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%;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--text-color-black);
}
.article-disclaimer{
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--text-color-black);
}
.article p{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.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: var(--hover-color-text);
	opacity: 0.7;
}
.article-tel{
	color: #000000;
	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 #30363A;
	color: #30363A;
	transition: .2s linear;
}
.article-link-dash:hover{
	color: var(--hover-color-text);
	opacity: 0.7;
}
@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: #000000;
}
/*=====EXCEED-Dealerships====*/
.EXCEED-Dealerships{
	background: #FFFFFF;
}
.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: #000000;
	border-bottom: 1px dashed #000000;
	opacity: 0.7;
	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: #000000;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	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: var(--hover-color-text);
	opacity: 0.7;
}
.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: #000000 !important;
	height: 5px !important;
	border-radius: 5px !important;
	margin-bottom: -2px !important;
}
[class*=ymaps-2][class*=-ground-pane] {
	-webkit-filter: grayscale(100%);
}
@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: #000000;
}
/*====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;
	justify-content: center;
	align-items: center;
	font-size: 12.8px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--text-color-black);
	cursor: pointer;
	transition: .2s linear;
}
.page-pagination-item-active{
	background: var(--brend-color);
	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: #000000;
	padding: 2px 10px 2px 9px;
	border: 1px solid #000000;
	text-transform: uppercase;
}
.small-banner-smallText, .small-banner-smallTextRight{
	display: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
	padding-top: 20px;
}
.small-banner-btnRight{
	padding-top: 30px;
}

.small-banner-isbigText .small-banner-bigText,
.small-banner-ismes .small-banner-mes,
.small-banner-issmallText .small-banner-smallText,
.small-banner-issmallTextRight .small-banner-smallTextRight,
.small-banner-isbtnRight .small-banner-btnRight
{
	display: block;
}
@media (max-width: 1566px){
	.small-banner-container{
		width: calc(100% - 40px);
		max-width: 1566px;
		margin: 0 auto;
		background: #7D8082;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px 29px;
		min-height: 205px;
		column-gap: 15px;
	}
}
@media (max-width: 1000px){
	.small-banner-bigText {
		font-size: 30px;
		line-height: 43px;
	}
	.small-banner-smallText, .small-banner-smallTextRight {
		font-size: 14px;
		line-height: 21px;
	}
	.small-banner-mes span {
		font-size: 10px;
	}
}
@media (max-width: 700px){
	.small-banner-container{
		flex-direction: column;
		justify-content: center;
	}
	.small-banner-item{
		max-width: none !important;
	}
}
/*========404PAGE========*/
.bg-404{
	/*background-image: url("images/foto404.jpg");*/
	background-color: #111;
	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;
	}
}
/*====PAGE BOTTOM=======*/
.page-bottom{
	border-top: 1px solid #D1D5DB;
	width: 100%;
}
.page-bottom__container{
	padding-top: 41px;
	padding-bottom: 46px;
	width: calc(85% - 40px);
	max-width: 1640px;
	margin: 0 auto;
}
.page-bottom__text{
	color: #C6C6C6;
	text-align: center;
	font-family: Blender Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
}
@media (max-width: 1000px) {
	.page-bottom__text{
		font-size: 12px;
	}
}
@media (max-width: 900px) {
	.page-bottom__container {
		width: calc(100% - 40px);
	}
}
@media (max-width: 600px) {
	.page-bottom__text {
		font-size: 10px;
	}
	.page-bottom__container{
		padding-top: 25px;
	}
}

/*========FOOTER========*/
footer{
	background-color: #000;
}
footer a{
	opacity: 1;
}
.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;
}
@media (max-width: 900px) {
	.footer-container{
		width: calc(100% - 40px);
	}
}
.footer-contact {
	width: 100%;
	max-width: 320px;
	max-height: 385px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 49px;
	row-gap: 21px;
	flex-direction: column;
}
@media (max-width: 600px) {
	.footer-contact{
		align-content: center;
	}
}
.logo img{
	width: 100%;
	max-width: 157px;
	height: auto;
}
.footer-contact .logo{
	margin-bottom: -4px;
	display: flex;
}
.footer-contact-item {
	display: flex;
	row-gap: 0px;
	flex-wrap: wrap;
	flex-direction: column;
}
.footer-contact-item span{
	font-size: 11px;
	font-size: 15px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	color: #FFFFFF;
	display: block;
	margin-bottom: 7px;
}
.footer-contact-item a{
	font-size: 19px;
	font-size: 15.2px;
	line-height: 18.4px;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.footer-contact-btn{
	display: flex;
	column-gap: 10px;
	align-items: center;
	font-weight: 700;
	color: #FFFFFF;
	cursor: pointer;
	transition: .2s linear;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 25px;
	width: 100%;
	max-width: 1100px;
	padding-top: 48px;
	padding-bottom: 25px;
}
.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: #FFFFFF;
	cursor: pointer;
	transition: .2s linear;
}
.footer-nav-item > a:hover{
	opacity: .7;
}
.footer-container a:hover,.footer-container .bottom-nav__link:hover,
.footer-container .logo:hover{
	opacity: .7;
	text-shadow: 0px 0px 1px var(--hover-color-text);
	color: var(--hover-color-text);
}

.footer-contact-item a.GA-PS-btn:hover{
	opacity: 1;
	text-shadow: none;
	background: #FFFFFF;
	color: #000000;
}
.footer-contact-item button {
	color: #FFFFFF;
	width: max-content;
	font-size: 16px;
	padding: 20px 30px;
}
.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title .bottom-nav__link{
	font-size: 12px;
	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 #b3b3b3;
	background: #000000;
	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: #FFFFFF;
}
.sub-footer-item:last-of-type{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	width: 100%;
	max-width: 886px;
}
.agreements{
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	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{
		padding-bottom: 50px;
	}
	.footer-nav{
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (max-width: 600px) {
	.footer-contact, .footer-contact-item {
		justify-content: center;
		align-items: center;
	}
	.footer-nav-item > a, .footer-nav-item > .bottom-nav__link,
	.footer-nav-item-title, .footer-nav-item-title a, .footer-nav-item-title .bottom-nav__link{
		text-align: center;
	}
	.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: #000000;
}

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

.cookie-block.cookie-block__show {display:none;}
.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;}

.footer-disclaimer{
	color: #ffffff;
	font-size: 10px;
	margin-top: 25px;
	text-align: center;
}


.contact-page-card-detailed{
	width: fit-content;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	display: flex;
	margin-bottom: 17.5px;
	align-items: center;
}
.contact-page-card-detailed span{
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #000000;
	cursor: pointer;
	transition: .2s linear;
}
.contact-page-card-tel a:hover,
.contact-page-card-detailed span:hover{
	color: var(--hover-color-text);
}


/*spinner*/
:root{
	--spinner-loader-first-color: #FFF;
	--spinner-loader-second-color: var(--hover-color-text);;
}
.spinner, .message  {
	position: fixed;
	top: 0;
	left: 0;
	background: #676767e3;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 998;
	box-sizing: border-box;
}
.spinner_on_container, .message {
	position: absolute;
	align-items: flex-start;
}
.spinner.active,
.message.acrive{
	display: flex;
}
.spinner .loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid;
	border-color: var(--spinner-loader-first-color) var(--spinner-loader-first-color) transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.spinner_on_container .loader{
	position: sticky;
	top: 50%;
}
.spinner .loader::after,
.spinner .loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px solid;
	border-color: transparent transparent var(--spinner-loader-second-color) var(--spinner-loader-second-color);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotationBack 0.5s linear infinite;
	transform-origin: center center;
}
.spinner .loader::before {
	width: 32px;
	height: 32px;
	border-color: var(--spinner-loader-first-color) var(--spinner-loader-first-color) transparent transparent;
	animation: rotation 1.5s linear infinite;
}
.ga-message__wrapper{
	font-size: 100px;
	position: sticky;
	top: 50%;
}
.spinner__h1{
	font-size: .7em;
}
.spinner__text{
	font-size: .3em;
}
@media (max-width: 1200px) {
	
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.through {
	text-decoration: line-through;
}
.icon {
	display: flex;
}

/*===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;
	}
}
.GA-PS-popup-container .section-title>.ga-form-error-container>label.error{
	margin-top: 0px !important;
	text-align: left;
	float: none;
	display: block;
	line-height: 140%;
}
.GA-PS-popup-container .section-title:has(.ga-form-error-container){
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
body .GA-PS-popup-active{
	overflow: auto;
}