.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: 46px;
	line-height: 1.2;
	margin-top: 30px;
}
.stage {
	width: 100%;
}
.body-container {background: #fff;padding-top: 1px;}
.servicepromo-stage {overflow: hidden}
.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-title {
	font-family: DaimlerCAC-Regular,serif;
	font-size: 48px;
	line-height: 48px;
	position: relative;
	width: 33.33%;
	margin-bottom: 17px;
	margin-top: 0;
	padding-top: 14px;
	color: #fff;
}
@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::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #fff;
}
@media (max-width:767px) {
	.stage__slide-title::before {
		content: none;
	}
}
.stage__slide-description {
	width: 33.33%;
	margin-bottom: 28px;
	color: #fff;
	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: #000;
}
.main__text-content.servicepromo-page {
	margin-top: 60px;
}
.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: #000;
	text-decoration: none;
	background: transparent;
	border: 1px solid #000;
}
@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: #000;
}
.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: #000;
	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;
}

#service {
	margin-top: 70px;
}
.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;
}

.service_row {
	display: flex;
	justify-content: space-between;
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
}
.service_row:not(:last-child){margin-bottom: 100px;}
.service_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service_row:nth-child(2n) .service_text {margin-right: 40px;}
.service_title {
	font-size: 46px;
	font-weight: 300;
	font-family: DaimlerCAC-Regular,serif;
}
.widget_title {
	font-size: 46px;
	font-weight: 300;
	font-family: DaimlerCAC-Regular,serif;
	margin-bottom: 40px;
}
.service_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service_list li {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.service-item-btn {
	background-color: #000;
	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;
	display: flex;
	align-items: center;
	width: 394px;
	justify-content: center;
}
@media (max-width: 992px) {
	.service_row {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.service_row:nth-child(2n) {
		flex-direction: column;
	}
	.service_text {
		padding: 20px 0;
		margin-right: 0 !important;
	}
	.service_title {
		margin-bottom: 20px;
	}
	.service-item-btn {
		margin-top: 20px;
		width: 100%;
	}
	.service_img img {
		max-width: 100%;
	}
}
@media (max-width: 600px) {
	.service_title {
		font-size: 30px;
	}
}

.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: 50px;}
}
.mobile-contacts .mobile-contact-item {
	display: block;
	color: currentColor;
	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;
	filter: brightness(0);
}
.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;
	filter: brightness(0);
}
.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 {
    padding-top: 50px;
	background-color: #fff;
	margin-bottom: 0;
}
.service-form {
	padding: 30px 60px;
	background-color: #fff;
	color: #333333;
	display: flex;
	align-items: flex-end;
}
.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(../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;}
}
.map__content-logos {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.cont_logo1 {
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}
.cont_logo1::before {
	content: '';
	width: 1px;
	height: 16px;
	background: #999999;
	position: absolute;
	top: 18px;
	right: 0;
}
.cont_logo2 {
	margin-bottom: 2px;
}

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

.centered {
	@media (min-width: 768px) {
		text-align: center;
	}
}

.WebDMSServiceWidget{
	border: 0;
	overflow: hidden;
	margin: 20px auto 0px;
	max-width: 1920px;
}
.WebDMSServiceWidget iframe{border: 0;min-height: max(900px, 100vh);}
