@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Thin'), local('ClearSans-Thin'), url('fonts/clearsansthin.woff2') format('woff2'), url('fonts/clearsansthin.woff') format('woff'), url('fonts/clearsansthin.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Light'), local('ClearSans-Light'), url('fonts/clearsanslight.woff2') format('woff2'), url('fonts/clearsanslight.woff') format('woff'), url('fonts/clearsanslight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans'), local('ClearSans'), url('fonts/clearsans.woff2') format('woff2'), url('fonts/clearsans.woff') format('woff'), url('fonts/clearsans.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Italic'), local('ClearSans-Italic'), url('fonts/clearsansitalic.woff2') format('woff2'), url('fonts/clearsansitalic.woff') format('woff'), url('fonts/clearsansitalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Medium'), local('ClearSans-Medium'), url('fonts/clearsansmedium.woff2') format('woff2'), url('fonts/clearsansmedium.woff') format('woff'), url('fonts/clearsansmedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Medium Italic'), local('ClearSans-MediumItalic'), url('fonts/clearsansmediumitalic.woff2') format('woff2'), url('fonts/clearsansmediumitalic.woff') format('woff'), url('fonts/clearsansmediumitalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Bold'), local('ClearSans-Bold'), url('fonts/clearsansbold.woff2') format('woff2'), url('fonts/clearsansbold.woff') format('woff'), url('fonts/clearsansbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Clear Sans';
	src: local('Clear Sans Bold Italic'), local('ClearSans-BoldItalic'), url('fonts/clearsansbolditalic.woff2') format('woff2'), url('fonts/clearsansbolditalic.woff') format('woff'), url('fonts/clearsansbolditalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-bditalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-demi.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Avant';
	src: url('fonts/avantgardegothicc-dmoblique.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

.flex_1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.flex_no {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
	-ms-flex-negative: initial;
	flex-shrink: initial;
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
}

.ma {
	margin-right: auto;
	margin-left: auto;
}

.pad {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

section {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

a {
	text-decoration: none;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	font-family: 'Clear Sans';
	line-height: 1.2 !important;
	width: 100%;
}

* {
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

button {
	border: none;
	background: none;
	padding: 0;
}

button:focus {
	outline: none;
}

button:active {
	outline: none;
}

a,
.btn,
button,
input {
	-webkit-transition: 0.22s ease-out;
	-o-transition: 0.22s ease-out;
	transition: 0.22s ease-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.banner__content {
	padding-bottom: 78px;
}

.banner__content .h1 {
	font-family: 'Avant';
	font-weight: bold;
	font-size: 60px;
	color: #ffffff;
}

.banner__content .banner__text {
	font-size: 18px;
	color: #ffffff;
	max-width: 70%;
	padding-top: 26px;
	line-height: 27px;
}

.banner-slider .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-slider .swiper-slide .banner__content {
	padding-top: 219px;
	margin-left: 0;
	position: relative;
}

.swiper-container.gallery-top .swiper-slide {
	position: relative;
}

.swiper-container.gallery-top .swiper-slide::after {
	position: absolute;
	bottom: -64px;
	right: 13%;
	display: block;
	content: '';
	height: 240px;
	width: 247px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.swiper-container.gallery-top {
	padding-bottom: 100px;
}

.banner_1::after {
	background-image: url("../img/skin/banner-decor-1.png");
}

.banner_2::after {
	background-image: url("../img/skin/banner-decor-2.png");
}

.banner_3::after {
	background-image: url("../img/skin/banner-decor-3.png");
}

.banner_4::after {
	background-image: url("../img/skin/banner-decor-4.png");
}

.banner_5::after {
	background-image: url("../img/skin/banner-decor-5.png");
}

.banner-slider .swiper-slide .swiper-slide-before {
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
}

.banner-slider .swiper-slide .swiper-slide-before::after {
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #E41F17;
	position: absolute;
	-webkit-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.banner_1.swiper-slide-active .swiper-slide-before::after {
	width: 10%;
}

.banner_2.swiper-slide-active .swiper-slide-before::after {
	width: 20%;
}

.banner_3.swiper-slide-active .swiper-slide-before::after {
	width: 35%;
}

.banner_4.swiper-slide-active .swiper-slide-before::after {
	width: 53%;
}

.banner_5.swiper-slide-active .swiper-slide-before::after {
	width: 20%;
}

.NavPanel-wrapper .swiper-wrapper {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.button {
	height: 50px;
	min-width: 50px;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px;
	background-repeat: no-repeat;
}

.button:hover {
	opacity: 0.5;
}

h2 {
	font-size: 40px;
	font-family: "Avant";
}

.info-card-wrapper {
	margin-bottom: 14px;
}

.stocks-section {
	padding-top: 45px;
	padding-bottom: 136px;
}

.nano-headline {
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	color: #767676;
	font-weight: bold;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.nano-headline span {
	color: #000000;
	margin-left: 9px;
	font-weight: bold;
}

.info-card-yellow-car {
	background-image: url('../img/skin/yellow-car.png');
}

.info-card-girl-yellow-card {
	background-image: url('../img/skin/girl-yellow-card.png');
}

.info-card-moto {
	background-image: url('../img/skin/moto.png');
}

.info-card-blue-car {
	background-image: url('../img/skin/blue-car.png');
}

.info-cards-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 34px;
}

.info-cards-wrapper .info-card-wrapper {
	min-height: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-cards-wrapper .info-card-wrapper .info-card {
	min-height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	padding: 30px;
	background-position: top center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-card__headline-big {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Avant';
	line-height: 40px;
	margin-bottom: 11px;
}

.info-card__text-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-card__txt-size-2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Avant';
	color: #767676;
	width: 85px;
	line-height: 18px;
}

.info-card__txt-size-1 {
	font-size: 16px;
	line-height: 24px;
}

.info-card__headline-mid {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 8px;
	font-family: 'Avant';
}

.info-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-card-moto .info-card__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.info-card-moto .info-card__content .info-card__text {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.info-card-moto .info-card__content .info-card__date {
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.info-card-girl-yellow-card .info-card__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.info-card-girl-yellow-card .info-card__content .info-card__text {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.info-card-girl-yellow-card .info-card__content .info-card__date {
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.info-card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.info-card__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.info-card-blue-car .info-card__content {
	max-width: 555px;
	margin-left: auto;
}

.info-card-blue-car .info-card__text {
	padding-right: 50px;
	padding-bottom: 12px;
	color: #ffffff;
}

.info-card-blue-car .info-card__date {
	padding: 0px 51px;
	padding-left: 29px;
	border-left: 1px solid #767676;
}

.info-card__date {
	padding-bottom: 16px !important;
}

.info-card-yellow-car .info-card__content {
	max-width: 555px;
	margin-left: auto;
}

.info-card-yellow-car .info-card__text {
	padding-right: 40px;
	padding-bottom: 12px;
}

.info-card-yellow-car .info-card__date {
	padding: 0px 51px;
	padding-left: 29px;
	border-left: 1px solid #767676;
}

.info-card-girl-yellow-card .info-card__headline-mid {
	color: #ffffff;
}

.info-card-girl-yellow-card .info-card__txt-size-2 {
	color: rgba(255, 255, 255, 0.5);
}

.info-card-moto .info-card__headline-mid {
	color: #E41F17;
}

.info-card-moto .info-card__txt-size-2 {
	color: rgba(0, 0, 0, 0.5);
}

.services-section {
	background-color: #F3F3F3;
	padding-top: 50px;
	padding-bottom: 102px;
}

.services-section__top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services-section__top-block .nano-headline {
	margin-top: 16px;
}

.mini-filter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.mini-filter label {
	margin-right: 15px;
}

.mini-filter label input {
	display: none;
}

.mini-filter label .button {
	overflow: hidden;
	position: relative;
	background-color: #E6E6E6;
}

.mini-filter label .button::before {
	display: block;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 50px;
	background-color: #E41F17;
	position: absolute;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.mini-filter label .button:hover {
	cursor: pointer;
	opacity: 1;
}

.mini-filter label .button:hover::before {
	top: 47px;
}

.mini-filter label input:checked + .button::before {
	top: 0px;
}

.mini-filter label .button-hot::after {
	display: block;
	content: '';
	background: url('../img/skin/icon__hot.png');
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
}

.mini-filter label .button-discount::after {
	display: block;
	content: '';
	background: url('../img/skin/icon__discount.png');
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
}

.button-calc {
	background-color: #E41F17;
	color: #ffffff;
	background-image: url('../img/skin/icon__calc.png');
	width: 195px;
	padding-right: 52px;
	background-position: top 15px right 38px;
}

h2 {
	font-family: 'Avant';
	font-weight: bold;
	margin: 0;
}

.services__cards-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 48px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services__cards-wrapper .services__card-wrapper {
	margin-bottom: 15px;
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 252px;
}

.services__card {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.services__card .services__card-content {
	background-color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 30px;
}

.services__card .services__card-content .services__card-top-block {
	min-height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-bottom: 2px #F3F3F3 solid;
	padding-bottom: 14px;
}

.services__card .services__card-content .services__card-top-block .services__card-icon-hot {
	margin-left: 15px;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/skin/icon__hot-gray.png');
}

.services__card .services__card-content .services__card-top-block .services__card-icon-discount {
	margin-left: 15px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/skin/icon__discount-gray.png');
}

.services__card .services__card-content .services__card-top-block a {
	font-size: 12px;
	color: #767676;
	margin-right: auto;
	margin-top: 3px;
}

.services__card .services__card-content .services__card-top-block a:hover {
	text-decoration: underline;
}

.services__card .services__card-content .services__card-img {
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 9px;
}

.services__card .services__card-content .services__card-name {
	padding-top: 27px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Avant';
}

.services__card .services__card-content .services__card-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 18px;
}

.services__card .services__card-content .services__card-price .services__card-current-price {
	font-size: 16px;
	color: #767676;
}

.services__card .services__card-content .services__card-price .services__card-new-price {
	font-weight: bold;
	color: #E41F17;
	font-size: 16px;
}

.services__card .services__card-content .services__card-price .services__card-old-price {
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #767676;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.services__card .services__card-content .services__card-price .services__card-old-price::before {
	display: block;
	content: '/';
	margin-left: 6px;
	margin-right: 2px;
	color: #000000;
	font-size: 15px;
}

.services__card .services__card-content .services__card-price .services__card-old-price::after {
	display: block;
	content: '';
	height: 1px;
	background-color: #E41F17;
	left: 15px;
	right: 0px;
	top: 50%;
	position: absolute;
}

.services__card .services__card-button-block {
	margin-top: 5px;
	background-color: #ffffff;
}

.services__card-category-page {
	background-image: url('../img/skin/category-a.png');
}

.services__card-category-b {
	background-image: url('../img/skin/category-b.png');
}

.services__card-category-c {
	background-image: url('../img/skin/category-c.png');
}

.services__card-category-d {
	background-image: url('../img/skin/category-d.png');
}

.services__card-category-e {
	background-image: url('../img/skin/category-e.png');
}

.arrow-btn {
	width: 100%;
	height: 60px;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px;
	text-align: left;
	color: #767676;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url('../img/skin/icon__arrow.png');
	background-position: center right 30px;
}

.arrow-btn:hover {
	color: #E6E6E6;
	background-position: center right 20px !important;
}

.arrow-btn:focus {
	color: #E6E6E6;
	background-position: center right 20px;
}

.services-tabs {
	margin-top: 34px;
}

.services-tabs .tabs-left {
	display: block;
}

.services-tabs .tabs-left li {
	float: none;
}

.services-tabs .tabs-left li a {
	border-radius: 0 !important;
	display: block;
	overflow: hidden;
	position: relative;
	border: none;
	background: none;
	background-color: #ffffff !important;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 24px 32px;
	font-family: 'Avant';
	color: #767676;
}

.services-tabs .tabs-left li a::after {
	display: block;
	content: '';
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFE558;
	position: absolute;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.services-tabs .tabs-left li a::before {
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	background-color: #FFE558;
	position: absolute;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.services-tabs .tabs-left li a span {
	position: relative;
	z-index: 4;
}

.services-tabs .tabs-left .active a {
	border: none !important;
	background-color: #ffffff;
}

.services-tabs .tabs-left .active a::before {
	bottom: 100%;
}

.services-tabs .tabs-left .active a::after {
	top: 100%;
}

.services-tabs {
	padding-left: 7.25px;
	padding-right: 7.25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-tabs .services-tabs__tab-block {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0;
	min-width: 280px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 504px;
}

.services-tabs .services-tabs__tab-block ul {
	width: 100%;
}

.services-tabs .services-tabs__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-width: 280px;
}

.services-tabs .services-tabs__content .tab-content {
	width: 100%;
}

.services-tabs__content-item-block {
	padding: 95px 30px;
	padding-left: 50px;
}

.services-tabs__content-item-block .services-tabs__content-text-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-text {
	font-size: 16px;
	line-height: 24px;
	max-width: 411px;
}

.services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	display: block;
	content: '';
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 9px;
	width: 177px;
	background-image: url('../img/skin/category-tractors.png');
}

.services-tabs__content-item-block .services-tabs__content-btn-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 42px;
}

.services-tabs__content-item-block .services-tabs__content-btn-price .services-tabs__content-price {
	font-size: 16px;
	color: #767676;
	padding-left: 29px;
}

.arrow-btn-border {
	width: 237px;
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
}

.list-section {
	padding-top: 144px;
}

.nav-tabs {
	border: none;
}

.list__content {
	padding-top: 50px;
}

.list-table-wrapper table {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	width: 100%;
}

.list-table-wrapper table thead tr th {
	border-bottom: 1px solid #E6E6E6;
	font-size: 16px;
	color: #767676;
	padding: 11px;
}

.list-table-wrapper table tbody tr td {
	border-bottom: 1px solid #E6E6E6;
	padding: 11px;
	vertical-align: top;
}

.list-table-wrapper table tbody tr td .table-link-icon {
	padding-top: 15px;
}

.first-table-row-td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
}

.first-table-row-td .category-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 7px;
}

.first-table-row-td .category-icons .category-icon {
	width: 35px;
	height: 30px;
	margin-right: 10px;
}

.first-table-row-td .category-icons .category-icon::after {
	display: block;
	content: '';
	width: 35px;
	height: 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.first-table-row-td .category-text {
	font-size: 18px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.category-icon-a::after {
	background-image: url('../img/skin/category-icon-a.png');
}

.category-icon-b::after {
	background-image: url('../img/skin/category-icon-b.png');
}

.category-icon-c::after {
	background-image: url('../img/skin/category-icon-c.png');
}

.category-icon-d::after {
	background-image: url('../img/skin/category-icon-d.png');
}

.category-icon-e::after {
	background-image: url('../img/skin/category-icon-e.png');
}

.table-link {
	font-size: 12px;
	font-family: 'Avant';
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}

.table-link:hover {
	color: #000000;
	text-decoration: none;
}

.table-link-lonely {
	margin-top: 29px;
	display: inline-block;
}

.start-text {
	margin-top: 30px;
	font-size: 12px;
	font-family: 'Avant';
	font-weight: bold;
	color: #000000;
	font-style: italic;
	max-width: 130px;
}

.start-text .start-date {
	padding-bottom: 11px;
}

.start-text .start-text-wrap {
	padding-bottom: 5px;
}

.table-link-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-link-icon .table-link-icon-img {
	margin-right: 15px;
}

.table-link-icon .table-link-icon-img::after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
}

.note .note-icon {
	margin-right: 15px;
}

.note .note-icon::after {
	display: block;
	content: '';
	width: 55px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

.note .note-text {
	font-size: 12px;
	font-family: 'Avant';
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

.note-icon-status-1::after {
	background-image: url('../img/skin/icon__status-01.png');
}

.note-icon-status-2::after {
	background-image: url('../img/skin/icon__status-02.png');
}

.note-icon-status-3::after {
	background-image: url('../img/skin/icon__status-03.png');
}

.note-icon-status-4::after {
	background-image: url('../img/skin/icon__status-04.png');
}

.borovikov::after {
	background-image: url('../img/skin/borovikov.png');
}

.chubokraev::after {
	background-image: url('../img/skin/chubokraev.png');
}

.mahrov::after {
	background-image: url('../img/skin/mahrov.png');
}

.list-table-wrapper {
	position: relative;
}

.list-table-wrapper .list-table-more-btn {
	border-bottom: 1px solid #E6E6E6;
	position: absolute;
	bottom: 0px;
	left: 1px;
	right: 2px;
	height: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
	background: -o-linear-gradient(top, transparent, #ffffff);
	background: linear-gradient(to bottom, transparent, #ffffff);
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: transparent;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.list-table-wrapper .list-table-more-btn::after {
	display: block;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.list-table-wrapper .list-table-more-btn:hover {
	color: #000000;
	cursor: pointer;
}

.list-table-wrapper .list-table-more-btn:hover::after {
	opacity: 1;
}

.list-table-wrapper .list-table-more-btn:hover span {
	color: #000000;
}

.list-table-wrapper .list-table-more-btn span {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	color: transparent;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.list-table-wrapper {
	max-height: 700px;
	overflow: hidden;
	padding-bottom: 0;
}

.list-table-wrapper span {
	color: transparent;
}

.list-table-wrapper-open {
	padding-bottom: 100px;
	max-height: none;
}

.list-table-wrapper-open span {
	color: #000000 !important;
}

.list-table-wrapper-open .list-table-more-btn {
	margin-top: 1px;
	border-bottom: none;
}

.list-table-wrapper-open .list-table-more-btn:hover {
	opacity: 0.5;
}

.list-table-btn {
	text-align: center;
	padding-top: 30px;
}

.button.button-anketa {
	background-color: #E41F17;
	background-image: url('../img/skin/icon__order.png');
	color: #ffffff;
	width: 195px;
	padding-right: 53px;
	background-position: top 15px right 35px;
}

.anketa-link .anketa-link__icon::after {
	display: block;
	content: '';
	width: 39px;
	height: 39px;
	background-image: url('../img/skin/icon__doc.png');
}

.anketa-link .anketa-link__text {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	font-family: 'Avant';
	text-decoration: underline;
}

.anketa-bleach-text {
	font-size: 12px;
	color: #767676;
	padding-top: 26px;
	line-height: 1.5;
}

.gibdd-section {
	padding-top: 150px;
}

.gibdd-block__wrapper {
	background-image: url('../img/skin/gibdd-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
}

.gibdd-block__wrapper .gibdd-block {
	margin-right: auto;
	margin-left: auto;
	max-width: 1055px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gibdd-block__wrapper .gibdd-block .gibdd-block__img {
	width: 50%;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.gibdd-block__wrapper .gibdd-block .gibdd-block__text {
	width: 50%;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.gibdd-block__img-item {
	height: 191px;
	background-image: url('../img/skin/gibdd-img.png');
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
}

.gibdd-block__img {
	text-align: center;
	padding-top: 21px;
}

.button__gibdd {
	background-image: url('../img/skin/icon__new-tab.png');
	color: #ffffff;
	background-position: top 6px right 15px;
	padding-right: 50px;
	padding-top: 0px;
	margin-top: -9px;
}

.gibdd-block__text {
	padding-left: 37px !important;
}

.gibdd-block__text h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	font-family: 'Avant';
}

.gibdd-block__text p {
	font-size: 16px;
	color: #ffffff;
	margin-top: 24px;
	line-height: 24px;
	max-width: 420px;
}

.gibdd-block__text p a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-left: 1ex;
	margin-right: 1ex;
	text-decoration: underline;
}

.gibdd-block {
	padding-top: 43px;
	padding-bottom: 22px;
}

.advantages__points-block {
	padding-left: 0;
	padding-right: 0;
}

.img__advantages-01::after {
	background-image: url('../img/skin/img__advantages-01.png');
}

.img__advantages-02::after {
	background-image: url('../img/skin/img__advantages-02.png');
}

.img__advantages-03::after {
	background-image: url('../img/skin/img__advantages-03.png');
}

.img__advantages-04::after {
	background-image: url('../img/skin/img__advantages-04.png');
}

.img__advantages-05::after {
	background-image: url('../img/skin/img__advantages-05.png');
}

.img__advantages-06::after {
	background-image: url('../img/skin/img__advantages-06.png');
}

.advantages__points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.advantages__points .advantages__points-img {
	width: 100%;
}

.advantages__points .advantages__points-img::after {
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
}

.advantages__points .advantages__points-headline {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Avant';
	padding-top: 8px;
	line-height: 27px;
}

.advantages__points .advantages__points-bleach-text {
	width: 100%;
	font-size: 14px;
	color: #767676;
	padding-top: 7px;
	line-height: 21px;
}

.advantages__points .advantages__points-bleach-text a {
	color: #767676;
	text-decoration: underline;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
}

.advantages__points .advantages__points-bleach-text a:hover {
	text-decoration: none;
}

.advantages-section {
	padding-top: 145px;
}

.advantages-section .container {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 80px;
}

.advantages-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 73px;
}

.advantages-content__video-wrapper {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
}

.advantages-content__video-wrapper .advantages-content__video {
	padding-left: 7.25px;
	padding-right: 7.25px;
	margin-left: auto;
	height: 276px;
	max-width: 525px;
}

.nano-headline__wrapper {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.employees__card {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.employees__card .employees__icon {
	position: relative;
	width: 195px;
	height: 195px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: auto;
	margin-left: auto;
}

.employees__card .employees__icon img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.employees__card .employees__name-big {
	text-align: center;
	font-family: 'Avant';
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	padding-top: 12px;
}

.employees__card .employees__small {
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Avant';
	text-align: center;
	font-style: italic;
}

.square-buttons {
	margin-top: 50px;
}

.square-buttons .slick-arrow {
	height: 50px;
	min-width: 50px;
	background-color: #E6E6E6;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -100px;
	right: 7px;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.square-buttons .slick-arrow::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/skin/icon__arrow-white.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.square-buttons .slick-arrow::before {
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: #E41F17;
	position: absolute;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.square-buttons .slick-arrow:hover {
	opacity: 0.5;
}

.square-buttons .slick-arrow:active::after {
	background-position: center right 10px;
}

.square-buttons .slick-prev {
	right: 72px;
}

.square-buttons .slick-prev::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.square-buttons .slick-disabled:active::after {
	background-position: center;
}

.square-buttons .slick-disabled:hover {
	opacity: 1;
}

.square-buttons .slick-disabled::before {
	top: 50px;
}

.employees-section {
	padding-top: 150px;
	padding-bottom: 150px;
}

.employees-changer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 55px;
}

.employees-changer .employees-changer__btn-wrapper {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.employees-changer .employees-changer__btn-wrapper button {
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
	padding-top: 22px;
	padding-bottom: 36px;
	width: 300px;
	text-align: left !important;
	color: #767676;
}

.employees-changer .employees-changer__btn-wrapper .top-teachers-btn {
	background-image: url("../img/skin/icon__teacher-01.png");
	background-position: center right 30px;
	padding-right: 62px;
}

.employees-changer .employees-changer__btn-wrapper .top-teachers-2-btn {
	background-image: url("../img/skin/icon__teacher-02.png");
	background-position: center right 30px;
	padding-right: 142px;
}

.about-us {
	padding-bottom: 100px;
	background-image: url("../img/skin/bg-parcing.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.about-us h2 {
	color: #ffffff;
}

.about-us .about-us-headline {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 43px;
	padding-bottom: 44px;
}

.about-us__block {
	margin-right: auto;
	margin-left: 316px;
	max-width: 750px;
	float: none;
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-us__block .about-us__item {
	width: 50%;
	max-width: 330px;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.about-us__block .about-us__item-slider {
	width: 100%;
}

.about-us__item-1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.about-us__item-1 p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.about-us__item-1 p a {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	display: inline;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
	text-decoration: underline;
}

.about-us__item-2 {
	padding-top: 178px;
}

.about-us__item-2 .about-us__address {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	font-style: italic;
	font-family: 'Avant';
}

.about-us__item-1 {
	padding-top: 25px;
}

.about-us__item-1 img {
	margin-bottom: 62px;
}

.about-us__tel {
	padding-top: 40px;
}

.about-us__tel .about-us__tel-text {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	font-family: 'Avant';
	padding-bottom: 5px;
}

.about-us__tel a {
	display: inline;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Avant';
	font-size: 30px;
}

.about-us__tel a:hover {
	opacity: 0.5;
}

.about-us__item-slider {
	padding-top: 20px;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.about-us__item-slider .nano-headline {
	color: #ffffff;
}

.about-us__item-slider .nano-headline span {
	color: #ffffff;
}

.about-us__item-slider .nano-headline__wrapper {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-us__bottom-btn {
	width: 100%;
	padding-left: 7.25px;
	padding-right: 7.25px;
	text-align: center;
	padding-top: 26px;
}

.about-us__bottom-btn .arrow-btn-border {
	color: #ffffff;
	background-image: url(../img/skin/icon__arrow-white.png);
	max-width: 300px;
	width: 100%;
}

.news-section {
	padding-top: 168px;
}

.news-section .nano-headline-wrapper {
	margin-bottom: 68px;
}

.news-content {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 28px;
}

.news-content .news-content__col {
	width: 50%;
}

.news-content .news-content__col .news-item {
	border-bottom: 1px solid #E6E6E6;
	padding-top: 10px;
	padding-left: 29px;
	padding-right: 29px;
	padding-bottom: 10px;
}

.news-content .news-content__col .news-item .news-item__date {
	font-size: 12px;
	color: #767676;
}

.news-content .news-content__col .news-item .news-item__headline {
	font-size: 18px;
	font-family: 'Avant';
	font-weight: bold;
	line-height: 26px;
	padding-top: 6px;
}

.news-content .news-content__col .news-item .news-item__text {
	font-size: 14px;
	color: #767676;
	line-height: 21px;
	padding-top: 9px;
}

.news-content .news-content__col .news-item:last-child {
	border-bottom: none;
}

.news-item-btn-wrapper a {
	width: 100%;
}

.news-item-last {
	border-bottom: none !important;
	position: relative;
}

.news-vk-block img {
	width: 100%;
	max-width: 400px;
}

.news-section {
	padding-bottom: 151px;
}

.banner-congratulation-display-none .container .banner-congratulation {
	display: none !important;
}

.anketa-top-slider .banner_1:after {
	display: none !important;
}

.anketa-top-slider .banner_2 {
	background-image: url(../img/skin/banner-bg-7.png);
}

.anketa-top-slider .banner_2:after {
	display: none !important;
}

.breadcrumb {
	padding: 0;
	background: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0 !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb::before {
	margin-right: 10px;
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/skin/icon__home.png');
}

.breadcrumb .breadcrumb-item {
	white-space: nowrap;
}

.breadcrumb .breadcrumb-item a {
	font-family: 'Avant';
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	white-space: nowrap;
}

.breadcrumb .breadcrumb-item a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover::after {
	background-color: transparent;
}

.breadcrumb .breadcrumb-item::before {
	font-family: 'Avant' !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #767676 !important;
}

.breadcrumb .active {
	font-family: 'Avant' !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: rgba(255, 255, 255, 0.5) !important;
	padding-top: 4px;
}

.anketa-top-slider .banner_1 .banner__content {
	padding-top: 144px;
	padding-bottom: 91px;
}

.anketa-top-slider .banner_1 .banner__content h1 {
	line-height: 60px;
	margin-top: 5px !important;
}

.anketa-top-slider .banner_1 .banner__content .h1 {
	line-height: 60px;
	margin-top: 5px !important;
}

.anketa-top-slider .banner_2 .banner__content {
	padding-top: 144px;
	padding-bottom: 91px;
}

.anketa-top-slider .banner_2 .banner__content h1 {
	line-height: 60px;
	margin-top: 5px !important;
}

.anketa-top-slider .banner_2 .banner__content .h1 {
	line-height: 60px;
	margin-top: 5px !important;
}

.anketa-form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.feedback__block {
	background-color: #E41F17;
	border-radius: 4px;
	padding: 45px 30px;
	margin-bottom: 15px;
}

.feedback__block .feedback__text {
	font-size: 30px;
	font-family: 'Avant';
	font-weight: bold;
	color: #ffffff;
}

.feedback__block .feedback-button {
	padding-top: 68px;
	padding-bottom: 5px;
}

.feedback__block .feedback-button .button {
	height: 60px;
	background-color: #ffffff;
	border-radius: 4px;
	width: 100%;
	background-image: url('../img/skin/icon__chat.png');
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-position: top 21px right 37px;
	padding-left: 29px;
	color: #767676;
}

.aside__news {
	margin-bottom: 15px;
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
}

.aside__news .aside__news-item {
	display: block;
	padding: 10px 30px;
	border-top: 1px #E6E6E6 solid;
}

.aside__news .aside__news-item .aside__news-date {
	font-size: 12px;
	color: #767676;
}

.aside__news .aside__news-item .aside__news-headline {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Avant';
	padding-top: 6px;
	line-height: 26px;
	color: #000000;
}

.aside__news .aside__news-item:first-child {
	border: none;
}

.aside__news .aside__news-item .arrow-btn-border {
	width: 100%;
}

.aside__news .aside__news-item:hover .aside__news-headline {
	opacity: 0.5;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.aside__news-item-btn {
	border-top: none !important;
	padding-top: 16px !important;
	padding-bottom: 29px !important;
}

.input-wrapper {
	margin-top: 15px;
}

.input-wrapper select {
	border: 1px #E6E6E6 solid !important;
	font-size: 12px;
	color: #767676;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
	padding: 20px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-wrapper select:focus {
	border: 1px #7BBEF8 solid !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.input-wrapper input {
	border: 1px #E6E6E6 solid !important;
	border-radius: 4px !important;
	font-size: 12px;
	color: #767676;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
	padding: 20px 25px;
}

.input-wrapper input:focus {
	border: 1px #7BBEF8 solid !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.input-wrapper textarea {
	border: 1px #E6E6E6 solid !important;
	font-size: 12px;
	color: #767676;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
	padding: 20px 25px;
	border-radius: 4px;
	min-height: 90px;
	width: 100%;
	resize: vertical;
}

.input-wrapper textarea:focus {
	border: 1px #7BBEF8 solid !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.input-wrapper *:invalid {
	border: 1px #E41F17 solid !important;
}

.input-wrapper input::-webkit-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper input:-ms-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper input::-ms-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper input::placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper textarea::-webkit-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper textarea:-ms-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper textarea::-ms-input-placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.input-wrapper textarea::placeholder {
	color: #767676;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Avant';
}

.info-card-yellow-car .info-card__headline-big {
	color: #000000;
}

.info-card-yellow-car .info-card__txt-size-1 {
	color: #000000;
}

.form-headline {
	font-size: 18px;
	font-family: 'Avant';
	font-weight: bold;
}

a.info-card-wrapper:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	display: block;
	content: '';
	width: 58px;
	height: 58px;
	right: 1px;
	bottom: 1px;
	top: 1px;
	background-color: #ffffff;
	pointer-events: none;
	position: absolute;
	border-radius: 4px;
	background-image: url('../img/skin/icon__select.png');
	background-repeat: no-repeat;
	background-position: center;
}

.select-wrapper select {
	padding-right: 58px;
}

.select-icon {
	position: relative;
}

.select-icon::after {
	display: block;
	content: '';
	width: 58px;
	height: 58px;
	right: 1px;
	bottom: 1px;
	top: 1px;
	background-color: #ffffff;
	pointer-events: none;
	position: absolute;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
}

.select-icon input {
	padding-right: 58px;
}

.anketa-form {
	padding-left: 0;
	padding-right: 0;
}

.anketa-form .form-headline {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.anketa-form .input-wrapper-block {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.form-banner-block {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.arrow-btn {
	display: block;
}

.form-banner {
	border-radius: 4px;
	background-color: #F3F3F3;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avant';
	padding: 11px 23px;
	padding-bottom: 13px;
	padding-left: 81px;
	line-height: 18px;
	background-image: url('../img/skin/icon__warning.png');
	background-repeat: no-repeat;
	background-position: left 30px top 22px;
	margin-bottom: 29px;
}

.form-banner a {
	color: #000000;
	text-decoration: underline;
	display: inline-block;
	margin-left: 0.5ex;
}

.form-bleach-title {
	margin-top: 29px;
	margin-bottom: 15px;
	padding-left: 7.25px;
	padding-right: 7.25px;
	font-size: 12px;
	color: #767676;
}

.input-wrapper-block .datapicker-wrapper {
	width: 50%;
	margin-top: 5px;
}

.input-wrapper-block .datapicker-wrapper input {
	width: 100%;
}

.datapicker-wrapper {
	margin-bottom: 57px;
}

.datapicker-wrapper input {
	background-image: url('../img/skin/icon__data copy 2.png');
	background-repeat: no-repeat;
	background-position: top 23px right 36px;
}

.form-category-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	margin-bottom: 42px;
}

.form-category-item {
	width: 33.33%;
	padding-left: 7.25px;
	padding-right: 7.25px;
	margin-bottom: 15px;
}

.form-category-item label {
	width: 100%;
	margin-bottom: 0;
}

.form-category-item label input {
	display: none;
}

.form-category-item label .form-category-item__indicator {
	width: 100%;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px #E6E6E6 solid !important;
	border-radius: 4px !important;
	padding: 9px 14px;
	background-color: #ffffff;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.form-category-item label .form-category-item__indicator .form-category-item__img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.form-category-item label .form-category-item__indicator .form-category-item__img::after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top -9px;
}

.form-category-item label .form-category-item__indicator .form-category-item__text {
	font-size: 12px;
	text-transform: uppercase;
	color: #767676;
	font-weight: bold;
	font-family: 'Avant';
}

.form-category-item label .form-category-item__indicator:hover {
	cursor: pointer;
}

.form-category-item label input:checked + .form-category-item__indicator {
	background-color: #F3F3F3;
}

.form-category-item__a::after {
	background-image: url('../img/skin/category-icon-a.png');
}

.form-category-item__b::after {
	background-image: url('../img/skin/category-icon-b.png');
}

.form-category-item__c::after {
	background-image: url('../img/skin/category-icon-c.png');
}

.form-category-item__d::after {
	background-image: url('../img/skin/category-icon-d.png');
}

.form-category-item__e::after {
	background-image: url('../img/skin/category-icon-e.png');
}

.form-big-input .input-wrapper input {
	width: 100%;
}

.form-2-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.form-2-inputs .input-wrapper {
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 50%;
}

.form-2-inputs .input-wrapper input {
	width: 100%;
}

.anketa-form .form-headline {
	margin-top: 50px;
}

.anketa-form .form-headline:first-child {
	margin-top: 0 !important;
}

.form-headline-3 {
	margin-top: 42px !important;
}

.form-headline-3 {
	margin-top: 57px;
}

.input-wrapper input {
	width: 100%;
}

.form-3-inputs {
	padding-top: 10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-3-inputs .input-wrapper {
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 33.33% !important;
}

.form-3-inputs {
	padding-top: 15px !important;
	margin-bottom: 27px !important;
}

.textarea-wrapper {
	position: relative;
}

.textarea-wrapper::after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	bottom: 5px;
	right: 1px;
	position: absolute;
	background-color: #ffffff;
	background-image: url('../img/skin/icon__textarea.png');
	background-repeat: no-repeat;
	background-position: top left;
	pointer-events: none;
}

.form-headline-4 {
	margin-top: 57px !important;
}

.dateOfBirthte {
	margin-bottom: 31px;
}

.textarea-wrapper {
	margin-bottom: 27px;
}

.form-bleach-title-address {
	margin-top: 32px;
}

.checkbox-wrapper-row {
	padding-left: 7.25px;
	padding-right: 7.25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkbox-wrapper-row label {
	margin-right: 15px;
}

.checkbox-wrapper-row label input {
	display: none;
}

.checkbox-wrapper-row label .personal-data__checkbox-indicator {
	width: 20px;
	height: 20px;
	border: 1px #E6E6E6 solid !important;
	border-radius: 4px;
	position: relative;
}

.checkbox-wrapper-row label .personal-data__checkbox-indicator::after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: block;
	content: '';
	background-image: url("../img/skin/icon__checkbox.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.checkbox-wrapper-row label .personal-data__checkbox-indicator:hover {
	cursor: pointer;
}

.checkbox-wrapper-row label input:checked + .personal-data__checkbox-indicator::after {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.checkbox-wrapper-row span {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Avant';
	font-style: italic;
}

.form-bleach-title-address a {
	color: #767676;
	text-decoration: underline;
	margin-left: 0.5ex;
}

.form-bottom-button {
	padding-left: 7.25px;
	padding-right: 7.25px;
	margin-top: 56px;
}

.form-bottom-button .button-anketa {
	width: 100%;
	max-width: 320px;
	background-position: top 20px left 30px;
	height: 60px !important;
	padding-right: 17px !important;
	padding-left: 57px !important;
}

.anketa-form-block {
	padding-bottom: 150px;
}

.border-btn {
	height: 60px;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px;
	text-align: center;
	color: #767676;
	width: 237px;
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
}

.border-btn:hover {
	opacity: 0.5;
}

.category-page-top-slider .banner_1 {
	background: none;
	background-color: #F3F3F3;
}

.category-page-top-slider .banner_1::after {
	display: none !important;
}

.category-page-top-slider .banner_1 .category-page-banner-img {
	text-align: center;
}

.category-page-top-slider .banner_1 .category-page-banner-img img {
	width: 100%;
	max-width: 300px;
}

.category-page-top-slider .banner_1 .breadcrumb .breadcrumb-item a {
	color: #767676 !important;
}

.category-page-top-slider .banner_1 .h1 {
	color: #000000;
	margin-top: 5px;
	line-height: 61px;
}

.category-page-top-slider .banner_1 .banner__text {
	color: #767676;
}

.category-page-top-slider .banner_1 .banner__content {
	padding-top: 70px;
	padding-bottom: 60px;
}

.category-page-top-slider .banner_1 .banner__content a {
	font-size: 12px;
	font-family: 'Avant';
	color: #000000;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.category-page-top-slider .banner_1 .banner__content a:hover {
	opacity: 0.5;
}

.category-page-top-slider .banner_1 .banner__content .breadcrumb {
	margin-top: 73px;
}

.category-page-top-slider .banner_1 .banner__text {
	max-width: 100%;
	margin-bottom: 14px;
}

.category-page-top-slider .banner_1 .category-page-banner-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 104px;
}

.category-page-top-slider .banner_1 .category-page-banner-info .category-page-banner-price {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Avant";
}

.category-page-top-slider .banner_1 .category-page-banner-info .category-page-banner-btn .border-btn {
	width: 195px;
}

.breadcrumb-black .breadcrumb-item a {
	color: #000000 !important;
}

.breadcrumb-black::before {
	background-image: url(../img/skin/icon__home-black.png) !important;
}

.link {
	font-size: 12px;
	font-family: 'Avant';
	color: #000000;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.link:hover {
	opacity: 0.5;
	color: #000000;
}

.special-offer__section .special-offer__content-wrapper {
	background-image: url('../img/skin/spec-offer-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	padding: 82px;
	padding-bottom: 45px;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block .special-offer__content-icon::after {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #ffffff;
	background-image: url('../img/skin/icon__hot-red.png');
	background-repeat: no-repeat;
	background-position: center;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Avant';
	max-width: 270px;
	margin-right: 150px;
	margin-left: 29px;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block .date-block {
	margin-top: 107px;
	font-size: 12px;
	line-height: 12px;
	color: #767676;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avant';
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	line-height: 18px;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block .date-block span {
	display: block;
}

.date-block {
	font-size: 12px;
	line-height: 12px;
	color: #767676;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avant';
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	line-height: 18px;
}

.date-block span {
	display: block;
}

.special-offer__content-wrapper {
	background-image: url('../img/skin/spec-offer-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	padding: 82px;
	padding-bottom: 45px;
}

.special-offer__content-wrapper .special-offer__content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.special-offer__content-wrapper .special-offer__content-block .special-offer__content-icon::after {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #ffffff;
	background-image: url('../img/skin/icon__hot-red.png');
	background-repeat: no-repeat;
	background-position: center;
}

.special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Avant';
	max-width: 270px;
	margin-right: 150px;
	margin-left: 29px;
}

.special-offer__content-wrapper .special-offer__content-block .date-block {
	margin-top: 107px;
	font-size: 12px;
	line-height: 12px;
	color: #767676;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avant';
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	line-height: 18px;
}

.special-offer__content-wrapper .special-offer__content-block .date-block span {
	display: block;
}

.special-offer__section {
	padding-top: 45px;
}

.special-offer__content-row {
	padding-top: 34px;
}

.special-offer__section {
	padding-bottom: 150px;
}

.useful-information {
	padding-top: 49px;
	background-color: #F3F3F3;
}

.info-card-inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.info-card-inner-wrapper .info-card {
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.info-card-inner-wrapper .info-card > * {
	width: 100%;
}

.info-card-inner-wrapper .info-card .info-card__headline-mid {
	font-size: 30px;
	font-family: 'Avant';
	font-weight: bold;
	padding-top: 10px;
	line-height: 36px;
}

.info-card-inner-wrapper .info-card .info-card__link {
	text-align: center;
	padding-top: 86px;
}

.info-card-inner-wrapper .info-card .info-card__txt-size-1 {
	padding-top: 8px;
}

.info-card-inner-wrapper .info-card .info-card__txt-size-1:first-child {
	padding-top: 18px;
}

.info-card-inner-wrapper .info-card .info-card__btn {
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 19px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.info-card-inner-wrapper .info-card .info-card__btn .button {
	height: 60px;
	background-color: #ffffff;
	border-radius: 4px;
	color: #767676;
	border: 1px solid #E6E6E6;
	width: 100%;
	max-width: 320px;
}

.info-card--white {
	background-color: #ffffff;
}

.info-card--white .info-card__btn {
	border-top: 1px solid #E6E6E6;
}

.info-card--red {
	background-color: #E41F17;
}

.info-card__big-price strong {
	font-size: 60px;
	font-family: 'Avant';
}

.info-card__big-price span {
	font-size: 30px;
	font-family: 'Avant';
	font-weight: bold;
}

.useful-information-content {
	padding-top: 30px;
	margin-bottom: 99px;
}

.useful-information-text {
	padding-right: calc(8.33333333% + 7.25px);
}

.useful-information-text h2 {
	margin-bottom: 37px;
}

.useful-information-text p {
	color: #767676;
	font-size: 18px;
	line-height: 27px;
}

.useful-information-text .attention {
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
	padding-left: 16px;
	margin-bottom: 17px;
	display: inline-block;
	position: relative;
	border-left: 1px solid #E6E6E6;
}

.useful-information-text .attention::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -36px;
	background-image: url('../img/skin/icon__attention.png');
	background-repeat: no-repeat;
	background-position: center;
}

.useful-information-cards {
	padding-top: 7px;
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-card--red .info-card__headline-mid {
	color: #ffffff;
}

.info-card--white .info-card__link {
	padding-top: 10px;
}

.pay-online-btn {
	background-image: url('../img/skin/icon__pay.png');
	background-repeat: no-repeat;
	background-position: top 19px right 30px;
	padding-left: 29px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.anketa-online-btn {
	background-image: url('../img/skin/icon__order-black.png');
	background-repeat: no-repeat;
	background-position: top 19px right 30px;
	padding-left: 29px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.info-card-inner-wrapper .info-card {
	width: 100%;
}

.info-card__iwbc-1 {
	background-image: url('../img/skin/cat-m.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card__iwbc-2 {
	background-image: url('../img/skin/cat-a1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card__iwbc-3 {
	background-image: url('../img/skin/cat-a__blue.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card-inner-wrapper-big-card .info-card {
	width: 100%;
}

.info-card-inner-wrapper-big-card .info-card .info-card__txt-size-1 {
	padding-top: 9px !important;
}

.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 45px;
}

.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block .info-card__age-info-item {
	padding-right: 61px;
	padding-left: 10px;
	padding-top: 10px;
}

.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block .info-card__age-info-item:first-child {
	border-right: 1px solid #ffffff;
	padding-left: 0;
}

.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block .info-card__age-info-item:last-child {
	padding-left: 30px;
}

.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block .info-card__age-info-item span {
	display: block;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
}

.info-card__big-content {
	max-width: 350px;
}

.info-card__iwbc-3 .info-card__headline-mid {
	color: #ffffff;
}

.info-card__iwbc-3 .info-card__txt-size-1 {
	color: #ffffff;
}

.info-card__iwbc-3 .link {
	color: #ffffff;
}

.info-card__iwbc-3 .info-card__age-info-item span {
	color: #000000 !important;
}

.info-card__iwbc-3 .info-card__age-info-item:first-child {
	border-right: 1px solid #000000 !important;
}

.useful-information-text h2 {
	line-height: 59px;
}

.useful-information-text h2 {
	margin-bottom: 28px;
}

.useful-information-text ul {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.useful-information-text ul li {
	color: #767676;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 8px;
}

.useful-information-cards-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

.info-card__iwm-1 {
	background-image: url('../img/skin/mini-card-bg-1.png');
}

.info-card__iwm-2 {
	background-image: url('../img/skin/mini-card-bg-2.png');
}

.info-card__iwm-3 {
	background-image: url('../img/skin/mini-card-bg-3.png');
}

.info-card-inner-wrapper-mini .info-card {
	padding-bottom: 26px;
	width: 100%;
	padding-top: 153px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.info-card-inner-wrapper-mini .info-card .info-card__iwm-text {
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Avant';
}

.info-card-inner-wrapper-mini .info-card::after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.info-card__iwm-1::after {
	background-image: url('../img/skin/icon__study-01.png');
}

.info-card__iwm-2::after {
	background-image: url('../img/skin/icon__study-02.png');
}

.info-card__iwm-3::after {
	background-image: url('../img/skin/icon__study-03.png');
}

.info-card__btn .arrow-btn {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 29px;
}

.info-card--yellow {
	background-color: #FFE558;
}

.useful-information-cards-dop {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.useful-information-cards-dop .button {
	max-width: 235px !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 29px;
}

.useful-information-cards-dop .info-card-inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
}

.useful-information-cards-dop .info-card-inner-wrapper .info-card {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.useful-information-cards-dop .info-card-inner-wrapper .info-card .info-card__btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 69px;
}

.useful-information-cards-dop .info-card-inner-wrapper .info-card .info-card__btn .button {
	background-position: top 19px right 30px;
}

.info-card--white-2 {
	background-image: url('../img/skin/dop-card-1.png');
}

.info-card--white-2 .info-card__txt-size-1 {
	color: #767676;
}

.info-card--blue {
	background-image: url('../img/skin/dop-card-2.png');
}

.info-card--blue .info-card__headline-mid {
	color: #ffffff;
}

.info-card--blue .info-card__txt-size-1 {
	color: #ffffff;
}

.info-card--black {
	background-image: url('../img/skin/dop-card-3.png');
}

.info-card--black .info-card__headline-mid {
	color: #ffffff;
}

.info-card--black .info-card__txt-size-1 {
	color: #ffffff;
}

.button-car {
	background-image: url('../img/skin/icon__drive.png');
}

.button-smile {
	background-image: url('../img/skin/icon__smile.png');
}

.button-health {
	background-image: url('../img/skin/icon__health.png');
}

.first-table-row-td span {
	font-size: 18px;
	color: #000000;
	font-family: 'Avant';
	font-weight: bold;
}

.first-table-row-td-text {
	padding-top: 25px;
}

.important-section {
	padding-top: 94px;
}

.important-section .important-content {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 110px;
}

.important-content {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.important-content .important-content-main-item {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Avant';
	border-right: 1px solid #E6E6E6;
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 25%;
	padding-bottom: 20px;
}

.important-content .important-content-text-2 {
	font-size: 60px;
	padding-top: 37px;
	line-height: 60px;
	color: #E41F17;
	font-weight: bold;
	font-family: 'Avant';
	text-transform: uppercase;
}

.important-content .important-content-block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.important-content .important-content-block .important-content-item {
	width: 33.33%;
	padding-left: 7.25px;
	padding-right: 7.25px;
	padding-top: 214px;
	background-repeat: no-repeat;
	background-position: top center;
}

.important-content .important-content-block .important-content-item .important-content-item-text {
	font-size: 14px;
	color: #767676;
	margin-right: auto;
	margin-left: auto;
	max-width: 210px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.important-content-item-1 {
	background-image: url('../img/skin/important-img-1.png');
}

.important-content-item-2 {
	background-image: url('../img/skin/important-img-2.png');
}

.important-content-item-3 {
	background-image: url('../img/skin/important-img-3.png');
}

.literature-section {
	padding-top: 46px;
	padding-bottom: 150px;
}

.literature-card-row {
	padding-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.literature-card {
	margin-right: auto;
	margin-left: auto;
	max-width: 320px;
	margin-bottom: 15px;
	float: none;
	padding-top: 141px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.literature-card .literature-price {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.literature-card .literature-text {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Avant';
	padding-top: 7px;
	line-height: 18px;
}

.literature-card-1 {
	background-image: url('../img/skin/literature-card-img-1.png');
}

.literature-card-2 {
	background-image: url('../img/skin/literature-card-img-2.png');
}

.literature-card-3 {
	background-image: url('../img/skin/literature-card-img-3.png');
}

.literature-card-4 {
	background-image: url('../img/skin/literature-card-img-4.png');
}

.literature-card-5 {
	background-image: url('../img/skin/literature-card-img-5.png');
}

.literature-card-6 {
	background-image: url('../img/skin/literature-card-img-6.png');
}

.literature-btn-row {
	text-align: center;
	padding-top: 60px;
}

.button-lit {
	border: 1px solid #E6E6E6;
	background-image: url('../img/skin/icon__teacher-02.png');
	height: 60px;
	color: #767676;
	width: 100%;
	max-width: 300px;
	background-position: top 19px right 30px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 29px;
}

.category-page-banner-price span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #767676;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.category-page-banner-price span::after {
	display: block;
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	background-color: #E41F17;
}

.special-offer__content-wrapper-b {
	background-image: url('../img/skin/spec-offer-bg-2.png') !important;
}

.special-offer__content-wrapper-b .date-block {
	color: rgba(255, 255, 255, 0.5) !important;
}

.special-offer__content-wrapper-c {
	background-image: url('../img/skin/spec-offer-bg-c.png') !important;
}

.special-offer__content-wrapper-c .date-block {
	color: rgba(255, 255, 255, 0.5) !important;
}

.info-card__big-price-old-price {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #767676;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.info-card__big-price-old-price::after {
	display: block;
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	background-color: #E41F17;
}

.info-card__iwm-2-b {
	background-image: url('../img/skin/mini-card-bg-2-b.png') !important;
}

.info-card__iwm-2-c {
	background-image: url('../img/skin/mini-card-bg-2-c.png') !important;
}

.info-card__iwm-2-d {
	background-image: url('../img/skin/mini-card-bg-2-d.png') !important;
}

.info-card__iwm-3-d {
	background-image: url('../img/skin/mini-card-bg-3-d.png') !important;
}

.info-card__iwm-2-e {
	background-image: url('../img/skin/mini-card-bg-2-e.png') !important;
}

.info-card__iwm-3-e {
	background-image: url('../img/skin/mini-card-bg-3-e.png') !important;
}

.special-offer__content-wrapper-d {
	background-image: url('../img/skin/spec-offer-bg-d.png') !important;
}

.special-offer__content-wrapper-e {
	background-image: url('../img/skin/spec-offer-bg-e.png') !important;
}

.info-card__iwm-3-c {
	background-image: url('../img/skin/mini-card-bg-3-c.png') !important;
}

.info-card--white-b-2 {
	background-image: url('../img/skin/dop-card-b-1.png');
}

.info-card--white-c-2 {
	background-image: url('../img/skin/dop-card-c-1.png');
}

.info-card--white-d-2 {
	background-image: url('../img/skin/dop-card-d-1.png');
}

.info-card--white-e-2 {
	background-image: url('../img/skin/dop-card-e-1.png');
}

.info-card__big-price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-card__big-price > div {
	margin-right: auto;
	margin-left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.category-page-banner-price a {
	display: block !important;
	color: #767676 !important;
	text-decoration: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-style: normal !important;
	margin-top: 10px;
}

.category-page-banner-price a:hover {
	opacity: 0.5;
}

.special-offer__content-wrapper-d .date-block span {
	color: rgba(255, 255, 255, 0.5) !important;
}

.input-wrapper .form-bleach-title {
	padding-left: 0;
	padding-right: 0;
}

.feedback-top-slider .banner_4 {
	background-image: url('../img/skin/feedback-banner-bg.png') !important;
}

.feedback-top-slider .banner_4::after {
	display: none !important;
}

.feedback-top-slider .banner_4 .banner__content {
	padding-top: 143px;
	padding-bottom: 64px;
}

.feedback-top-slider .banner_4 .banner__content .h1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.feedback-top-slider .banner_4 .banner__content .banner__text {
	max-width: 100%;
}

.send-a-question {
	background-color: #E41F17;
	color: #ffffff;
	background-image: url('../img/skin/icon__chat-white.png');
	width: 215px;
	background-position: top 15px left 25px;
	padding-left: 45px;
}

.anketa-online-btn-feedback {
	background-image: url('../img/skin/icon__order-black.png') !important;
}

.feedback-questions {
	border-top: 1px solid #E6E6E6;
	margin-top: 150px;
	padding-top: 60px;
}

.feedback-questions-headline-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback-questions-headline-row .nano-headline {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.feedback-questions-headline-row .pages-toggler {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.pages-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pages-toggler .pages-toggler__text {
	font-size: 12px;
	color: #767676;
	font-weight: bold;
	font-family: 'Avant';
	padding-right: 30px;
}

.pages-toggler .pages-toggler__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pages-toggler .pages-toggler__buttons .pages-toggler__button {
	width: 60px;
	height: 60px;
	background-color: #E6E6E6;
	background-image: url('../img/skin/icon__arrow-white.png');
	background-repeat: no-repeat;
	background-position: center;
}

.pages-toggler .pages-toggler__buttons .pages-toggler__button:hover {
	opacity: 1;
}

.pages-toggler .pages-toggler__buttons .pages-toggler__button-active {
	background-color: #E41F17;
}

.pages-toggler .pages-toggler__buttons .pages-toggler__button-active:hover {
	opacity: 0.5;
}

.pages-toggler .pages-toggler__buttons .pages-toggler__button-1 {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 15px;
}

.feedback-questions-headline-row {
	margin-bottom: 50px;
}

.question-block {
	margin-bottom: 60px;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.question-block .question-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.question-block .question-top .question-name {
	font-family: 'Avant';
	font-weight: bold;
	font-size: 18px;
}

.question-block .question-top .question-number {
	font-size: 12px;
	color: #E6E6E6;
}

.question-block .question-date {
	font-size: 12px;
	color: #767676;
	padding-top: 10px;
}

.question-block .question {
	color: #767676;
	font-size: 18px;
	line-height: 24px;
	border-left: 1px solid #E6E6E6;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.question-block .question-answer {
	margin-top: 10px;
	border-radius: 4px;
	background-color: #F3F3F3;
	padding-left: 80px;
	background-image: url('../img/skin/y.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: top 15px left 20px;
	min-height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.question-block .question-answer .question-answer-greeting {
	font-family: 'Avant';
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

.question-block .question-answer .question-answer-text {
	padding-top: 10px;
	font-family: 'Avant';
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}

.feedback-questions-headline-bottom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.paginator .pagination a,
.paginator .pagination span {
	width: 50px !important;
	height: 50px !important;
	font-size: 12px !important;
	font-family: 'Avant' !important;
	color: #767676 !important;
	font-weight: bold !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.paginator .pagination a:active,
.paginator .pagination span:active {
	background-color: #E6E6E6;
}

.paginator .active a,
.paginator span {
	background-color: #E6E6E6 !important;
	border-color: #ddd !important;
}

.chat-btn {
	background-image: url('../img/skin/icon__chat.png');
	background-position: top 21px right 37px;
}

.banner_no-decor::after {
	display: none !important;
}

.swiper-slide__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.swiper-slide__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.breadcrumb-black-text-bleach a::after {
	background-color: #767676 !important;
}

.breadcrumb-black-text-bleach .breadcrumb-item.active {
	color: #767676 !important;
}

.breadcrumb-black-text-bleach .breadcrumb-item a {
	color: #767676 !important;
}

.news-banner .banner_1 .h1 {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 13px;
}

.news-banner .banner_1 .banner__content {
	padding-top: 143px;
}

.news-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.news-item-wrapper .news-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #E6E6E6;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news-item-wrapper .news-item .news-item__date {
	font-size: 12px;
	color: #767676;
	font-weight: bold;
}

.news-item-wrapper .news-item .news-item__headline {
	padding-top: 10px;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Avant';
}

.news-item-wrapper .news-item .news-item__text {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #767676;
}

.news-item-wrapper .news-item .news-item__btn {
	padding-top: 15px;
}

.news-item-wrapper .news-item .news-item__btn .button {
	width: 100%;
	max-width: 350px;
}

.news-item-wrapper:last-child .news-item {
	border-bottom: none;
}

.news-item-hot {
	border-radius: 4px;
	border: 1px solid #E6E6E6;
}

.news-item-hot .news-item {
	border-bottom: none;
}

.news-item-controls .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-item-controls .news-item .paginator,
.news-item-controls .news-item .pages-toggler {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.news-item-hot .news-item .news-item__headline {
	position: relative;
}

.news-item-hot .news-item .news-item__headline::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left: -30px;
	top: 10px;
	background-image: url('../img/skin/icon__hot-gray.png');
	background-repeat: no-repeat;
	position: absolute;
	background-position: center;
}

.text-page-item__date-wrapper {
	border-top: 1px solid #E6E6E6;
	margin-top: 130px;
	padding-top: 10px;
}

.for-students-banner .gallery-top .banner_5 {
	background: none;
}

.for-students-banner .gallery-top .banner_5 .h1 {
	color: #000000;
}

.for-students-banner .gallery-top .banner_5 .banner__text {
	color: #767676;
}

.for-students-banner .gallery-top .banner_5 img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.for-students-banner .swiper-slide .banner__content {
	padding-top: 100px;
}

.for-students-cards__wrapper {
	background-color: #F3F3F3;
	padding-bottom: 90px;
}

.for-students-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1055px;
	margin-right: auto;
	margin-left: auto;
}

.info-card__headline-min {
	font-size: 18px;
	font-family: "Avant";
	font-weight: bold;
	max-width: 240px;
}

.for-students-card__wrapper .info-card {
	padding-top: 40px;
	background-color: #ffffff;
	min-height: 265px;
	position: relative;
	overflow: hidden;
}

.for-students-card__wrapper .info-card > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.for-students-card__wrapper .info-card * {
	position: relative;
	z-index: 2;
}

.for-students-card__wrapper .info-card__btn {
	border-top: none;
}

.for-students-card__wrapper .info-card__btn .button {
	max-width: 240px !important;
}

.info-card-photo-circle {
	margin-right: auto;
	margin-left: auto;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	text-align: center;
}

.info-card-photo-circle .info-card-photo-circle-text {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Avant";
}

.info-card--white-text .info-card__headline-min {
	color: #ffffff;
}

.instructors-card-group-wrapper {
	padding-top: 50px;
}

.swiper-slide-before {
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	bottom: -3px;
	position: absolute;
	z-index: 7;
	left: 0;
	right: 0;
}

.swiper-slide-before::after {
	display: block;
	content: '';
	left: 7.25px;
	top: 0;
	bottom: 0;
	right: 50%;
	background-color: #E41F17;
	position: absolute;
}

.footer-room-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-room-content::after {
	display: none;
	content: '';
}

.footer-room-content::before {
	display: none;
	content: '';
}

.footer-room-content-center {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-room-content-center .footer-tel-mail {
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 50%;
}

.footer-room-content-center .footer-address {
	padding-left: 7.25px;
	padding-right: 7.25px;
	width: 50%;
}

.room-page {
	background: -webkit-gradient(linear, right bottom, left top, from(#8698F7), to(#61B6FF));
	background: -o-linear-gradient(bottom right, #8698F7, #61B6FF);
	background: linear-gradient(to top left, #8698F7, #61B6FF);
}

.room-page div.search-input-wrapper button:hover {
	background: none !important;
}

.room-page div.search-input-wrapper input {
	background-color: transparent;
	color: #ffffff;
}

.room-page div.search-input-wrapper input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.room-page div.search-input-wrapper input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.room-page div.search-input-wrapper input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.room-page div.search-input-wrapper input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.room-page div.search-input-wrapper button:hover {
	background-color: none !important;
}

.room-page .menu-button-wrapper .menu-button .menu-button-item {
	background: #ffffff;
}

.room-page .menu-button-text {
	color: #ffffff;
}

.room-page footer {
	background: none;
}

.room-page header .header {
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.room-page .search-input-wrapper input:focus {
	outline: none;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.room-page .search-input-wrapper input {
	background-image: url('../img/skin/icon__search-white.png');
}

.room-page .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.room-page .footer-text-bleach {
	color: #ffffff !important;
}

.room-page .footer-text-bleach a {
	color: #ffffff !important;
}

.room-page .social-btn-group-mobile {
	display: none;
}

.room-page .social-btn-group ul li a {
	width: 26px;
	height: 26px;
}

.room-page .social-btn-inst {
	background-image: url('../img/skin/icon__instagram-white.png');
}

.room-page .social-btn-vk {
	background-image: url('../img/skin/icon__vk-white.png');
}

.room-page .footer-address {
	padding-top: 0;
}

.room-page footer {
	padding-top: 60px;
}

.room-page .footer-tel {
	padding-top: 0;
}

.room-page .social-btn-group ul li {
	padding-left: 0;
}

.room-page .footer-tel a {
	color: #ffffff !important;
}

.room-page .bleach-footer-link {
	color: #ffffff !important;
}

.room-page .footer-room-content-center {
	margin-bottom: 30px;
}

.room-page .footer-tel-mail {
	margin-bottom: 30px;
}

.room-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
}

.room-first-content-block .breadcrumb::before {
	background-image: url('../img/skin/icon__home-black.png');
}

.room-first-content-block .breadcrumb .breadcrumb-item a {
	color: #767676;
}

.room-first-content-block .breadcrumb .breadcrumb-item a:hover {
	opacity: 0.5;
}

.room-first-content-block .breadcrumb > .active {
	color: #767676 !important;
}

.room-first-content-block .breadcrumb .breadcrumb-item a::after {
	background-color: #767676 !important;
}

.room-first-content-block h1 {
	font-size: 60px;
	font-family: 'Avant';
	font-weight: bold;
	margin-bottom: 20px;
}

.room-first-content-block p {
	font-size: 18px;
	color: #767676;
	line-height: 1.5;
}

.room-first-content-block p a {
	color: #767676;
	text-decoration: underline;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
}

.room-content {
	padding-top: 60px;
	padding-bottom: 110px;
}

.room-next-content-block .checkbox-wrapper-row {
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}

.room-next-content-block .checkbox-wrapper-row span {
	color: #767676;
}

.room-next-content-block .btn-wrapper {
	margin-top: 50px;
}

.room-next-content-block .btn-wrapper .button {
	height: 60px;
	width: 250px;
	background-color: #E41F17;
	background-image: url('../img/skin/icon__sign-in.png');
	color: #ffffff;
	background-position: center left 30px;
	padding-left: 50px;
}

.user-block-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 25px;
}

.user-block-wrapper .user-block-icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.user-block-wrapper .user-block-icon img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.user-block-wrapper .user-block-text {
	font-size: 12px;
	font-family: 'Avant';
	font-weight: bold;
	color: #ffffff;
	margin-left: 18px;
}

.room-page .search-input-wrapper {
	margin-left: auto;
}

.menu-button-text span {
	margin-left: 0.5ex;
}

.room-nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.room-nav-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.room-nav-wrapper ul li {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.room-nav-wrapper ul li a {
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 27px;
	padding-right: 27px;
	font-size: 18px;
	font-family: 'Avant';
	font-weight: bold;
	color: #ffffff;
}

.room-nav-wrapper ul li a:hover {
	opacity: 0.5;
}

.room-nav-button {
	padding-top: 25px;
	padding-bottom: 25px;
}

.room-nav-button .button {
	width: 115px;
	height: 50px;
	background-image: url('../img/skin/icon__sign-in.png');
	padding-left: 50px;
	background-position: center left 20px;
}

.button-black {
	background-color: #000000;
	color: #ffffff;
}

.room-nav-item-active {
	background-color: #ffffff;
}

.room-nav-item-active a {
	color: #000000 !important;
}

.room-nav-item-active a:hover {
	opacity: 1 !important;
}

.room-content-section-sign-in .room-content {
	border-radius: 4px !important;
	margin-top: 25px !important;
}

.breadcrumb .dropdown {
	display: none;
}

.mobile-exit-btn {
	display: none;
}

.hours-worked {
	text-align: center;
	width: 100%;
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #E6E6E6;
}

.hours-worked strong {
	display: block;
	font-size: 30px;
	font-family: 'Avant';
	font-weight: bold;
	font-style: italic;
}

.hours-worked span {
	font-size: 12px;
	color: #767676;
	font-weight: bold;
}

.hours-worked .quantity-hours {
	font-size: 10px;
	color: #767676;
	font-weight: bold;
	width: 80px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	text-transform: uppercase;
	margin-left: auto;
	background-color: #F3F3F3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 10px;
}

.room-headline-block {
	margin-bottom: 70px;
}

.schedule-card__wrapper {
	margin-bottom: 60px;
}

.schedule-card__wrapper .schedule-card__date {
	padding-bottom: 20px;
}

.schedule-card__wrapper .schedule-card__date strong {
	display: block;
	font-size: 18px;
	font-family: 'Avant';
}

.schedule-card__wrapper .schedule-card__date span {
	font-size: 14px;
	font-weight: bold;
	color: #767676;
}

.schedule-card__wrapper .schedule-card {
	border-radius: 4px;
	border: 1px solid #E6E6E6;
}

.schedule-card__wrapper .schedule-card .schedule-card__row {
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.schedule-card__wrapper .schedule-card .schedule-card__row:last-child {
	border-bottom: none;
	position: relative;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background-color: #E41F17;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__hours {
	padding: 15px;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 12px;
	color: #767676;
	min-width: 65px;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-img-wrapper {
	margin-right: 15px;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-img-wrapper .schedule-card__learner-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-img-wrapper .schedule-card__learner-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-text strong {
	display: block;
	font-size: 12px;
	font-family: 'Avant';
	margin-bottom: 5px;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-text a {
	display: block;
	font-size: 12px;
	font-family: 'Avant';
	font-style: italic;
	color: #767676;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__learner-info .schedule-card__learner-text a:hover {
	opacity: 0.5;
}

.schedule-card__wrapper .schedule-card .schedule-card__row .schedule-card__time-range {
	padding: 15px;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Avant';
}

.day-off-or-holiday {
	color: #E41F17;
}

.room-headline-block h2 a {
	color: #767676;
	margin-left: 0.5ex;
	border-bottom: 2px solid #767676;
}

.room-headline-block h2 a:hover {
	opacity: 0.5;
}

.room-content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.room__table-wrapper {
	width: 100%;
}

.td-time {
	font-size: 12px;
	color: #767676;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.room__table th {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	font-size: 16px;
	color: #767676;
	font-weight: normal;
}

.room__table th:first-child {
	text-align: left;
	padding: 15px;
}

.room__table td {
	border-bottom: 1px solid #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.td-info {
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	background-color: #F3F3F3;
	padding: 12px 20px;
}

.td-info .td-name {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.td-info a {
	font-size: 12px;
	color: #767676;
	font-style: italic;
	text-decoration: underline;
}

.td-info a:hover {
	opacity: 0.5;
}

.td-date {
	font-size: 18px;
	font-family: 'Avant';
	font-weight: bold;
	padding-left: 10px;
	padding-right: 40px;
	display: block;
}

.td-day {
	font-size: 14px;
	color: #767676;
	display: block;
	padding-left: 10px;
	padding-right: 40px;
}

.td-date-red {
	color: #E41F17;
}

.room__table {
	margin-right: auto;
	margin-left: auto;
}

.MenuOfSite-wrapper {
	z-index: 10;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content {
	padding-top: 75px;
}

header {
	background-color: white !important;
}

.NavPanel-item-6 .button {
	height: 50px;
	width: 200px;
	background-color: #E41F17;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../img/skin/icon__sign-in.png);
	background-repeat: no-repeat;
	background-position: left 27px center;
	padding-left: 34px;
}

.employees-slider__item a {
	display: block;
}

.employees__name-big {
	color: #000000;
}

.employees-changer .employees-changer__btn-wrapper a {
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
	padding-top: 22px;
	padding-bottom: 36px;
	width: 300px;
	text-align: left !important;
	color: #767676;
	display: block;
}

.about-us-slider__item a {
	padding: 4px;
	display: block;
}

.news-content__col {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-content .news-content__col .news-item {
	width: 50%;
}

.news-item.news-item__show.news-item-btn-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto !important;
}

a.arrow-btn {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-tabs .services-tabs__tab-block ul {
	background-color: #FFE558;
}

#category-m .services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	background-image: url('../img/skin/scooter-img.png');
}

#loader .services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	background-image: url('../img/skin/loader-img.png');
}

#special-signals .services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	background-image: url('../img/skin/special-img.png');
}

#additionally .services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	background-image: url('../img/skin/dopog-img.png');
}

#other .services-tabs__content-item-block .services-tabs__content-text-icon .services-tabs__content-icon::after {
	background-image: url('../img/skin/other-img.png');
}

.category-page-top-slider .category-page-banner-btn a {
	height: 60px !important;
	font-size: 12px !important;
	font-family: 'Avant' !important;
	text-transform: uppercase !important;
	padding: 17px !important;
	text-align: center !important;
	color: #767676 !important;
	width: 195px !important;
	border: 1px #E6E6E6 solid !important;
	border-radius: 4px !important;
	font-weight: bold !important;
	font-style: normal !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	text-decoration: none !important;
}

.breadcrumb.breadcrumb-black span {
	font-size: 12px;
	font-family: 'Avant';
	color: #767676 !important;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	padding-top: 2px;
	display: inline-block;
}

.news-item__btn {
	display: none;
}

.news-item-hot .news-item__btn {
	display: block;
}

.news-item__headline a {
	color: #000000 !important;
}

.news-item__headline a:hover {
	opacity: 0.5;
}

.text-page-item-wrapper a {
	color: #767676 !important;
}

.text-page-item-wrapper a:hover {
	opacity: 0.5;
}

#ymap {
	margin-top: 50px;
}

.instructors-card-wrapper a {
	display: block !important;
}

.instructors-card-wrapper .instructors-card .instructors-card__icon img {
	height: auto !important;
}

.instructors-card__name span {
	color: #000000;
}

.instructors-card__top + a:hover .instructors-card__name span {
	opacity: 0.5;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.text-page-aside {
	margin-bottom: 50px;
}

.text-page-item-wrapper-wide {
	display: block !important;
}

.sitemap-text-block .breadcrumb {
	margin-bottom: 50px !important;
}

.sitemap-text-block table a {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: underline;
}

body {
	padding-top: 0 !important;
}

.breadcrumb {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 12px;
	font-weight: bold;
	font-style: italic!important;
}

.breadcrumb span {
	font-style: italic!important;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 12px;
}

.breadcrumb li {
	font-style: italic!important;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 12px;
}

.breadcrumb li span {
	font-style: italic!important;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 12px;
}

.breadcrumb a {
	font-style: italic!important;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: underline;
}

.breadcrumb a::after {
	display: none !important;
}

.breadcrumb a:hover {
	text-decoration: none !important;
}

.text-page a {
	text-decoration: underline;
}

.breadcrumbs-black .breadcrumb::before {
	background-image: url(../img/skin/icon__home-black.png);
}

.breadcrumbs-black .breadcrumb {
	color: #767676 !important;
	font-size: 12px;
	font-weight: bold;
}

.breadcrumbs-black .breadcrumb span {
	font-weight: bold;
	color: #767676 !important;
	font-size: 12px;
}

.breadcrumbs-black .breadcrumb li {
	font-weight: bold;
	color: #767676 !important;
	font-size: 12px;
}

.breadcrumbs-black .breadcrumb li span {
	font-weight: bold;
	color: #767676 !important;
	font-size: 12px;
}

.breadcrumbs-black .breadcrumb a {
	font-weight: bold;
	color: #767676 !important;
	text-decoration: underline;
}

.breadcrumbs-black .breadcrumb a::after {
	display: none !important;
}

.breadcrumbs-black .breadcrumb a:hover {
	text-decoration: none !important;
}

.vidy-obucheniya-card {
	margin-bottom: 15px;
}

.vidy-obucheniya-card img {
	margin-top: 0!important;
	border-radius: 5px;
}

.vidy-obucheniya-card h2 {
	font-size: 20px!important;
	line-height: 1.2 !important;
	margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.vidy-obucheniya-card .allnewsbtn a {
	padding-left: 0!important;
}

#cboxWrapper button {
	-webkit-transition: 0s ease-in-out !important;
	-o-transition: 0s ease-in-out !important;
	transition: 0s ease-in-out !important;
}

.manuals_cards {
	padding-top: 40px;
}

.manual-card {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.manual-card .manual-card__img img {
	margin-top: 0;
	margin-right: 30px;
}

.manual-card .manual-card__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.manual-card .manual-card__text h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.2;
}

.MenuOfSite-wrapper {
	position: fixed;
	background-color: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
	opacity: 1;
	z-index: 70;
}

.MenuOfSite-wrapper .MenuOfSite {
	padding: 40px;
	position: relative;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite-close-btn::after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite-close-btn::before {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite-close-btn:hover {
	opacity: 0.5;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite__nav li {
	display: block;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite__nav li a {
	font-weight: bold;
	font-family: 'Avant';
	text-transform: capitalize;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	padding-top: 0!important;
	font-size: 14px;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite__nav li a:hover {
	opacity: 0.5;
}

.MenuOfSite-wrapper .header__link-group {
	display: none;
}

.MenuOfSite-wrapper .social-btn-group {
	display: none;
}

.MenuOfSite-hidden {
	left: -100%;
	right: 100%;
	opacity: 0;
}

.no-scroll {
	overflow: hidden;
}

.swiper-slide-instructors-2 .h1 {
	color: #000000;
}

.swiper-slide-instructors-2 .banner__text {
	color: #767676;
}

.instructors-card-group-wrapper {
	padding-bottom: 90px;
	background-color: #F3F3F3;
}

.instructors-card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 1052px;
}

.instructors-card-wrapper {
	width: 100%;
	max-width: 33.33%;
	margin-bottom: 15px;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.instructors-card-wrapper .instructors-card {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 25px 30px;
	padding-bottom: 40px;
}

.instructors-card-wrapper .instructors-card .instructors-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}

.instructors-card-wrapper .instructors-card .instructors-card__top .instructors-card__category-icons .category-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.instructors-card-wrapper .instructors-card .instructors-card__top .instructors-card__category-icons .category-icons .category-icon {
	margin-right: 10px;
}

.instructors-card-wrapper .instructors-card .instructors-card__top .instructors-card__category-icons .category-icons .category-icon::after {
	display: block;
	content: '';
	width: 35px;
	height: 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.instructors-card-wrapper .instructors-card .instructors-card__top .instructors-card__reviews a {
	font-size: 12px;
	color: #767676;
}

.instructors-card-wrapper .instructors-card .instructors-card__top .instructors-card__reviews a:hover {
	opacity: 0.5;
	text-decoration: underline;
}

.instructors-card-wrapper .instructors-card .instructors-card__icon {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.instructors-card-wrapper .instructors-card .instructors-card__icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
}

.instructors-card-wrapper .instructors-card .instructors-card__name {
	padding-top: 15px;
}

.instructors-card-wrapper .instructors-card .instructors-card__name span {
	display: block;
	text-align: center;
	font-family: 'Avant';
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.instructors-card-wrapper .instructors-card .instructors-card__name span:first-child {
	font-size: 18px;
}

.text-page-banner .banner_1 .h1 {
	color: #000000;
}

.text-page-banner .banner_1 .banner__text {
	color: #767676;
}

.for-students-cards__wrapper {
	padding-top: 90px;
}

.text-page-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-page-item-wrapper h2 {
	line-height: 59px;
	margin-bottom: 28px;
	margin-top: 80px;
}

.text-page-item-wrapper h2:first-child {
	margin-top: 0;
}

.text-page-item-wrapper h3 {
	font-family: 'Avant';
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 28px;
	margin-top: 80px;
	font-size: 30px;
}

.text-page-item-wrapper h4 {
	font-family: 'Avant';
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 28px;
	margin-top: 80px;
	font-size: 26px;
}

.text-page-item-wrapper h5 {
	font-family: 'Avant';
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 28px;
	margin-top: 80px;
	font-size: 22px;
}

.text-page-item-wrapper h6 {
	font-family: 'Avant';
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 28px;
	margin-top: 40px;
	font-size: 22px;
}

.text-page-item-wrapper p {
	color: #767676;
	font-size: 18px;
	line-height: 27px;
}

.text-page-item-wrapper .attention {
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
	padding-left: 16px;
	margin-bottom: 17px;
	display: inline-block;
	position: relative;
	border-left: 1px solid #E6E6E6;
}

.text-page-item-wrapper .attention::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -36px;
	background-image: url(../img/skin/icon__attention.png);
	background-repeat: no-repeat;
	background-position: center;
}

.text-page-item-wrapper ul {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.text-page-item-wrapper ul li {
	color: #767676;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 8px;
}

.text-page-item-wrapper img {
	border-radius: 4px;
	margin-top: 50px;
}

.text-page-item-wrapper .text-title {
	font-size: 12px;
	line-height: 20px;
	color: #767676;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
}

.text-page-item-wrapper img + .text-title {
	padding-top: 10px;
}

.text-page-item-wrapper .special-offer__content-wrapper {
	padding: 30px;
	margin-top: 40px;
}

.text-page-item-wrapper .special-offer__content-wrapper .date-block {
	padding-right: 50px !important;
}

.text-page-item-wrapper .special-offer__content-wrapper .date-block span {
	color: rgba(255, 255, 255, 0.5);
}

.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-main-text {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 60px;
	padding-bottom: 20px;
	margin-right: 30px !important;
	max-width: 400px !important;
	padding-right: 30px;
}

.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-icon {
	padding-top: 60px;
}

.text-table {
	border-radius: 4px;
	border: 1px solid #E6E6E6;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 100%;
}

.text-table thead tr th {
	padding: 15px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 16px;
	color: #767676;
	font-weight: normal;
	white-space: nowrap;
}

.text-table tbody tr:hover {
	background-color: #F3F3F3;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.text-table tbody tr td {
	padding: 15px;
	padding-top: 35px;
	vertical-align: top;
	border-bottom: 1px solid #E6E6E6;
}

.text-table tbody tr td .text-table__big-text {
	font-size: 18px;
	font-family: 'Avant';
}

.text-table tbody tr td span {
	width: 1000px;
	display: inline-block;
	max-width: 170px;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
}

.text-table tbody tr td a {
	white-space: nowrap;
}

.special-offer__content-wrapper-moto {
	background-image: url('../img/skin/spec-offer-bg-moto.png');
}

.text-page-item-wrapper {
	padding-bottom: 150px;
}

.breadcrumb-black .breadcrumb-item {
	color: #000000 !important;
}

.MenuOfSite {
	width: 100% !important;
	max-width: 1200px!important;
	margin-right: auto;
	margin-left: auto;
}

.MenuOfSite > ul {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}

.MenuOfSite > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.MenuOfSite > ul > li a {
	text-transform: uppercase!important;
	width: 100% !important;
	display: block!important;
}

.MenuOfSite > ul > li ul {
	width: 100%;
}

.MenuOfSite > ul > li ul li a {
	text-transform: capitalize!important;
	font-weight: normal!important;
	padding-top: 10px!important;
	font-size: 12px!important;
}

.NavPanel-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.NavPanel-wrapper .NavPanel-item {
	padding-left: 7.25px;
	padding-right: 7.25px;
	padding: 50px 25px;
	padding-bottom: 47px;
}

.NavPanel-wrapper .NavPanel-item strong {
	display: block;
	font-size: 18px;
	color: #000000;
	font-family: 'Avant';
	white-space: nowrap;
}

.NavPanel-wrapper .NavPanel-item span {
	display: block;
	font-size: 14px;
	color: #767676;
	padding-top: 4px;
}

.NavPanel-wrapper .NavPanel-item:hover {
	opacity: 0.5;
}

.NavPanel-item-6 {
	margin-left: auto;
	padding-right: 0 !important;
	padding-top: 46px !important;
}

.NavPanel-item-6:hover {
	opacity: 1 !important;
}

.NavPanel-item-6 button {
	height: 50px;
	width: 200px;
	background-color: #E41F17;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Avant';
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('../img/skin/icon__sign-in.png');
	background-repeat: no-repeat;
	background-position: left 27px center;
	padding-left: 34px;
}

.NavPanel-item-6 button:hover {
	opacity: 0.5;
}

.swiper-slide-thumb-active {
	background-color: #F3F3F3;
}

.swiper-slide-thumb-active:hover {
	opacity: 1 !important;
}

.NavPanel-wrapper .gallery-thumbs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.NavPanel-wrapper .gallery-thumbs .NavPanel-item {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.swiper-container.gallery-top {
	position: relative;
}

.swiper-container.gallery-top .banner-congratulation {
	-webkit-box-shadow: rgba(0, 0, 0, 0.61) -1px 2px 25px -1px;
	box-shadow: rgba(0, 0, 0, 0.61) -1px 2px 25px -1px;
	border-radius: 5px;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 6;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 83%;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	background-image: url('../img/skin/icon__close.png');
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__close-button:hover {
	opacity: 0.5;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content {
	padding-left: 7.25px;
	padding-right: 7.25px;
	margin-left: auto;
	max-width: 450px;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content strong {
	display: block;
	font-size: 18px;
	font-family: "Avant";
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content span {
	font-size: 14px;
	color: #767676;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content span a {
	color: #767676;
	text-decoration: underline;
	margin-left: 1ex;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content span a:hover {
	opacity: 0.5;
}

.banner-march {
	background-image: url('../img/skin/march-bg.png');
}

.banner-march strong {
	color: #E41F17;
}

.banner-new-year {
	background-image: url('../img/skin/new-year.png');
}

.banner-new-year strong {
	color: #ffffff;
}

.banner-new-year span {
	color: #ffffff !important;
}

.banner-new-year span a {
	color: #ffffff !important;
}

.banner-new-year .banner-congratulation__close-button {
	background-image: url('../img/skin/icon__close-white.png') !important;
}

.banner-new-year-2 {
	background-image: url('../img/skin/new-year-alt.png');
}

.banner-new-year-2 strong {
	color: #ffffff;
}

.banner-new-year-2 span {
	color: #ffffff !important;
}

.banner-new-year-2 span a {
	color: #ffffff !important;
}

.banner-new-year-2 .banner-congratulation__close-button {
	background-image: url('../img/skin/icon__close-white.png') !important;
}

.banner-february {
	background-image: url('../img/skin/february-bg.png');
}

.banner-february strong {
	color: #000000;
}

.banner-february span {
	color: #000000 !important;
}

.banner-february span a {
	color: #000000 !important;
}

.banner-february .banner-congratulation__close-button {
	background-image: url('../img/skin/icon__close.png') !important;
}

.banner-march-show .banner-march {
	display: block !important;
}

.banner-new-year-show .banner-new-year {
	display: block !important;
}

.banner-new-year-2-show .banner-new-year-2 {
	display: block !important;
}

.banner-february-show .banner-february {
	display: block !important;
}

.banner-display-none .banner-congratulation {
	display: none !important;
}

.anketa-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 46px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.anketa-link .anketa-link__text {
	margin-left: 25px;
	color: #000000;
}

.anketa-link .anketa-link__text:hover {
	text-decoration: none;
}

.anketa-bleach-text a {
	margin-left: 0.5ex;
	display: inline-block;
	text-decoration: underline;
	color: #767676;
}

.anketa-bleach-text a:hover {
	text-decoration: none;
}

a.news-item {
	display: block;
}

a.news-item .news-item__headline {
	color: #000000;
}

a.news-item .news-item__headline:hover {
	opacity: 0.5;
}

footer {
	background-color: #000000;
	padding-top: 82px;
	background-image: url("../img/skin/footer-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #767676;
	padding-top: 37px;
	padding-bottom: 43px;
}

.footer-bottom .footer-text-bleach {
	color: #767676;
	font-size: 12px;
}

.footer-bottom .footer-text-bleach a {
	color: #767676;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
	margin-left: 1ex;
}

.footer-ul-wrapper {
	margin-bottom: 40px;
}

.footer-ul-wrapper .footer-ul-headline {
	color: #767676;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Avant';
	margin-bottom: 12px;
}

.footer-ul-wrapper ul li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}

.footer-ul-wrapper ul li a:hover {
	opacity: 0.5;
}

.footer-logo-mobile {
	display: none;
}

.footer-tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 31px;
}

.footer-tel a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Avant';
}

.bleach-footer-link {
	font-size: 12px!important;
	font-weight: normal!important;
	color: #767676 !important;
	text-decoration: underline;
}

.footer-mail {
	padding-top: 30px;
}

.footer-mail a {
	font-size: 12px;
	font-family: 'Avant';
	color: #ffffff;
}

.footer-mail a:hover {
	opacity: 0.5;
}

.footer-address {
	padding-top: 26px;
}

.footer-address div {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Avant';
	padding-bottom: 5px;
}

.row-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row-bottom .button-anketa {
	margin-left: auto;
	width: 25% !important;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 40px;
}

header .header {
	border-bottom: 1px #E6E6E6 solid;
}

header .container .header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

.menu-button-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 7.25px;
	padding-right: 7.25px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.menu-button-wrapper .menu-button {
	width: 16px;
	height: 14px;
	position: relative;
}

.menu-button-wrapper .menu-button .menu-button-item {
	height: 3px;
	background-color: #767676;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.menu-button-wrapper .menu-button .mbi-1 {
	top: 0;
	left: 2px;
}

.menu-button-wrapper .menu-button .mbi-2 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1px;
	right: 1px;
}

.menu-button-wrapper .menu-button .mbi-3 {
	bottom: 0;
	right: 2px;
}

.menu-button-wrapper .menu-button-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bold;
	font-family: 'Avant';
	padding-left: 13px;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.menu-button-wrapper:hover .mbi-1 {
	top: 0;
	left: 0px;
}

.menu-button-wrapper:hover .mbi-2 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
}

.menu-button-wrapper:hover .mbi-3 {
	bottom: 0;
	right: 0px;
}

.menu-button-wrapper:hover .menu-button-text {
	opacity: 0.5;
}

.header__link-group {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.search-input-wrapper {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.header__link-group {
	margin-left: auto;
}

.search-input-wrapper {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.search-input-wrapper input {
	border: none;
	background-image: url('../img/skin/icon__search.png');
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: 1px #E6E6E6 solid;
	font-size: 12px;
	font-family: 'Avant';
	font-style: italic;
	font-weight: bold;
	padding: 9px;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 190px;
	background-position: top 9px right 15px;
	padding-right: 35px;
}

.search-input-wrapper input:focus {
	outline: none;
	border-bottom: 1px #767676 solid;
}

.search-input-wrapper button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 1px;
	width: 35px;
	-webkit-transition: 0.22s ease-in-out;
	-o-transition: 0.22s ease-in-out;
	transition: 0.22s ease-in-out;
}

.search-input-wrapper button:hover {
	background-color: #fff;
	opacity: 0.5;
}

.header__link-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__link-group .header__link-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__link-group .header__link-wrapper::before {
	display: block;
	content: '';
	margin-right: 14px;
}

.header__link-group .header__link-wrapper a {
	color: #767676;
	font-size: 12px;
	font-family: "Avant";
	font-weight: bold;
}

.header__link-group .header__link-wrapper a:hover {
	opacity: 0.5;
}

.header__link-wrapper-1::before {
	width: 21px;
	height: 21px;
	background-image: url('../img/skin/icon__whatsapp.png');
	background-repeat: no-repeat;
	background-position: center;
}

.header__link-wrapper-2::before {
	width: 5px;
	height: 5px;
	background-color: #E41F17;
	border-radius: 100%;
	margin-left: 13px;
}

.social-btn-group ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-btn-group ul li {
	padding-left: 7.25px;
	padding-right: 7.25px;
}

.social-btn-group ul li a {
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.social-btn-group ul li a:hover {
	opacity: 0.5;
}

.social-btn-vk {
	background-image: url(../img/skin/icon__vk.png);
}

.social-btn-inst {
	background-image: url(../img/skin/icon__instagram.png);
}

.header .social-btn-group {
	padding-top: 4px;
	margin-right: 35px;
	margin-left: 35px;
}

@media screen and (min-width: 1300px) {
	.info-card-inner-wrapper-mini {
		width: 33.33% !important;
	}

	.room__table {
		margin-left: 8.33333333%;
	}
}

@media screen and (max-width: 767px) {
	.banner__text {
		max-width: 100% !important;
	}

	.banner__content .h1 {
		font-size: 22px;
	}

	.banner__content {
		padding-top: 100px !important;
		padding-bottom: 170px;
	}

	.info-card-yellow-car .info-card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-card-yellow-car .info-card__content .info-card__date {
		padding-left: 0;
		border: none;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.info-card-blue-car .info-card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-card-blue-car .info-card__content .info-card__date {
		padding-left: 0;
		border: none;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.info-card__headline-big {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.info-card__text {
		padding-right: 0 !important;
	}

	.info-card__date {
		padding-right: 0 !important;
	}

	.services-section__top-block {
		display: block;
	}

	.mini-filter {
		margin-top: 20px;
	}

	.mini-filter .button.button-calc {
		width: 160px;
		padding-right: 52px;
		background-position: top 15px right 15px;
	}

	h2 {
		font-size: 30px;
	}

	.services__card-wrapper {
		margin-right: auto;
		margin-left: auto;
		width: 100% !important;
		max-width: 320px !important;
	}

	.services-tabs__content-item-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.services-tabs__content-text-icon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.services-tabs__content-text-icon .services-tabs__content-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 30px;
		text-align: center;
	}

	.services-tabs__content-btn-price {
		display: block !important;
	}

	.services-tabs__content-btn-price .services-tabs__content-btn {
		text-align: center;
	}

	.services-tabs__content-btn-price .services-tabs__content-price {
		text-align: center;
		padding-left: 0;
		padding-top: 30px;
	}

	.services-tabs .tabs-left li a {
		font-size: 14px;
		font-weight: bold;
		padding: 15px 20px;
	}

	.list-table-wrapper table {
		border: none;
		display: block !important;
	}

	.list-table-wrapper table thead {
		display: none;
	}

	.list-table-wrapper table tbody {
		width: 100%;
		display: block;
	}

	.list-table-wrapper table tbody tr {
		display: none;
		margin-bottom: 50px;
		border-top: 3px solid #E6E6E6;
		border-left: 3px solid #E6E6E6;
		border-right: 3px solid #E6E6E6;
		border-bottom: 2px solid #E6E6E6;
	}

	.list-table-wrapper table tbody tr td {
		display: block !important;
	}

	.list-table-wrapper table tbody tr td::before {
		display: block;
		content: attr(date-attr);
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #767676;
		padding: 11px;
		font-weight: bold;
		background-color: #F3F3F3;
	}

	.list-table-wrapper table tbody tr:first-child {
		display: block;
	}

	.first-table-row-td {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
	}

	.table-link-lonely {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

	.start-text {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.table-link-icon {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
	}

	.note {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}

	.list-table-wrapper {
		max-height: none;
		padding-bottom: 0;
		margin-bottom: 100px;
		overflow: visible;
	}

	.list-table-wrapper .list-table-more-btn {
		bottom: -101px;
		border: none;
	}

	.list-table-wrapper .list-table-more-btn span {
		color: #000000 !important;
	}

	.list-table-wrapper .list-table-more-btn span:hover {
		opacity: 0.5;
	}

	.list-table-wrapper-open {
		margin-bottom: 100px;
		overflow: visible;
	}

	.list-table-wrapper-open .list-table-more-btn {
		bottom: -101px;
		border: none;
	}

	.list-table-wrapper-open .list-table-more-btn span {
		color: #000000 !important;
	}

	.list-table-wrapper-open .list-table-more-btn span:hover {
		opacity: 0.5;
	}

	.list-table-wrapper-open table tbody tr {
		display: block;
	}

	.gibdd-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gibdd-block__img {
		width: 100% !important;
	}

	.gibdd-block__text {
		width: 100% !important;
		padding-left: 7.25px !important;
	}

	.gibdd-block__text h2 {
		font-size: 30px;
		text-align: center;
	}

	.gibdd-block__text p {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.advantages__points-bleach-text {
		text-align: center;
	}

	.advantages__points-headline {
		text-align: center;
	}

	.advantages__points .advantages__points-img::after {
		margin-right: auto;
		margin-left: auto;
	}

	.advantages-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantages-content .advantages__points-block {
		width: 100%;
	}

	.advantages-content .advantages__points-block .advantages__points {
		max-width: 320px;
		min-width: 230px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.advantages-content .advantages-content__video-wrapper {
		width: 100%;
	}

	.advantages-content__video {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.employees-changer {
		display: block;
	}

	.employees-changer .employees-changer__btn-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.about-us__block {
		margin-right: auto;
		margin-left: auto;
	}

	.about-us__item {
		width: 100% !important;
		max-width: 100% !important;
	}

	.about-us__item-1 p {
		text-align: center;
	}

	.about-us__item-2 {
		padding-top: 100px;
	}

	.about-us__item-2 .about-us__address {
		text-align: center;
	}

	.about-us__item-2 .about-us__tel {
		text-align: center;
	}

	.about-us__item-2 .about-us__tel a {
		margin-right: auto;
		margin-left: auto;
	}

	.news-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-content .news-content__col {
		width: 100%;
	}

	.news-vk-block {
		padding-top: 30px;
		text-align: center;
	}

	.news-vk-block img {
		width: 100%;
		max-width: 400px;
	}

	.aside {
		margin-top: 50px;
	}

	.form-bottom-button {
		text-align: center;
	}

	.anketa-gasket {
		display: none;
	}

	.h1 {
		line-height: 22px !important;
	}

	.input-wrapper-block .datapicker-wrapper {
		width: 100%;
	}

	.form-category-item {
		width: 50%;
		min-width: 230px;
		margin-right: auto;
		margin-left: auto;
	}

	.form-2-inputs {
		display: block;
	}

	.form-2-inputs .input-wrapper {
		width: 100%;
	}

	.input-wrapper-block.form-3-inputs {
		display: block;
	}

	.form-3-inputs .input-wrapper {
		width: 100% !important;
	}

	.button.button-anketa.col-lg-3 {
		display: none;
	}

	section.category-page-top-slider .container .banner_1 .banner__content {
		width: 100%;
		padding-top: 30px !important;
	}

	section.category-page-top-slider .container .banner_1 .category-page-banner-info {
		padding-left: 0;
		display: block;
		text-align: center;
	}

	section.category-page-top-slider .container .banner_1 .category-page-banner-price {
		margin-bottom: 20px;
	}

	.special-offer__section .special-offer__content-wrapper {
		padding: 20px;
		padding-bottom: 20px;
	}

	.special-offer__section .special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
		margin-right: 0;
	}

	.special-offer__section .special-offer__content-wrapper .special-offer__content-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.special-offer__section .special-offer__content-wrapper .special-offer__content-block .date-block {
		display: block;
		width: 100%;
		text-align: right;
	}

	.useful-information-text {
		padding-right: 7.25px !important;
	}

	.useful-information-text strong::before {
		left: 10px;
	}

	.useful-information-text strong {
		padding-left: 40px;
	}

	.info-card-inner-wrapper-big-card .info-card .info-card__age-info-block .info-card__age-info-item {
		padding-right: 30px;
	}

	.important-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.important-content .important-content-main-item {
		width: 100%;
		border-right: none;
		text-align: center;
	}

	.important-content .important-content-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.important-content .important-content-block .important-content-item {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.info-card__big-price strong {
		font-size: 50px !important;
	}

	.special-offer__section .special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
		font-size: 25px;
		line-height: 30px;
	}

	.feedback-questions-headline-row {
		display: block;
	}

	.feedback-questions-headline-row .nano-headline {
		margin-bottom: 20px;
	}

	.feedback-questions-headline-bottom-row {
		display: block;
	}

	.news-item-hot .news-item .news-item__headline {
		padding-left: 0 !important;
		padding-top: 50px;
	}

	.news-item-hot .news-item .news-item__headline::before {
		left: 0px;
		top: 10px;
	}

	.news-item-controls .news-item {
		display: block !important;
	}

	.banner-congratulation-display-none.for-students-banner div.gallery-top .banner_5 div.banner__content {
		width: 100%;
		padding-top: 100px !important;
		padding-bottom: 0px !important;
	}

	.banner-congratulation-display-none.for-students-banner div.gallery-top .banner_5 div.banner__content img {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.services-tabs .tabs-left li:last-child {
		border-bottom: 1px solid transparent;
		-webkit-transition: 0.22s ease-in-out;
		-o-transition: 0.22s ease-in-out;
		transition: 0.22s ease-in-out;
	}

	.services-tabs .tabs-left li.active:last-child {
		border-bottom: 1px solid #E6E6E6;
	}

	.services-tabs__content-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.swiper-container.gallery-top .swiper-slide::after {
		width: 150px;
		height: 150px;
		background-size: contain;
	}

	.useful-information-cards-row .info-card-inner-wrapper-mini {
		width: 240px !important;
		margin-right: auto;
		margin-left: auto;
	}

	.special-offer__content-wrapper-b {
		background-position: top 0 left 0 !important;
	}

	div.NavPanel-item.NavPanel-item-6 {
		margin: 0;
		width: 100% !important;
		height: auto !important;
		padding: 50px 25px !important;
		padding-bottom: 47px !important;
	}

	div.NavPanel-item.NavPanel-item-6 a {
		position: relative !important;
		bottom: auto;
		right: auto;
		z-index: 10;
	}

	.swiper-container.gallery-top .banner-congratulation {
		top: 40px !important;
	}

	.room-page .footer-room-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.room-page .social-btn-group-desctop-wrapper {
		display: none;
	}

	.room-page .social-btn-group-mobile {
		display: block;
	}

	.room-page .footer-room-content-center {
		display: block;
	}

	.room-page .footer-room-content-first {
		width: 100%;
		text-align: center;
	}

	.room-page .footer-room-content-center {
		width: 100%;
		text-align: center;
	}

	.room-page .footer-tel-mail {
		width: 100%;
	}

	.room-page .footer-address {
		width: 100%;
	}

	.room-page .social-btn-group.social-btn-group-mobile {
		padding-top: 30px;
		margin-bottom: 30px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
	}

	.room-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 7.25px;
		padding-right: 7.25px;
	}

	.gasket {
		display: none;
	}

	.room-first-content-block {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.room-first-content-block h1 {
		font-size: 30px;
	}

	.room-next-content-block {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.user-block-text {
		display: none;
	}

	.menu-button-text span {
		display: none;
	}

	.user-block-wrapper {
		margin-left: 15px;
	}

	.user-block-wrapper .user-block-icon {
		margin-right: 10px;
	}

	.room-nav-section {
		display: none;
	}

	.room-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.room-content-wrapper .room-content {
		margin-top: 0 !important;
	}

	.room-first-content-block .breadcrumb .breadcrumb-item .dropdown a::after {
		display: none;
	}

	.room-content .breadcrumb .breadcrumb-item > span {
		display: none;
	}

	.room-content .breadcrumb .breadcrumb-item.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.room-content .breadcrumb .dropdown {
		display: block;
	}

	.room-content .breadcrumb .caret {
		border: none;
		width: 9px;
		height: 13px;
		background-image: url('../img/skin/icon__select-2.png');
		background-repeat: no-repeat;
		background-position: center;
		margin-left: 10px;
		display: inline-block;
	}

	.room-content .mobile-exit-btn {
		display: block;
	}

	.room-content .room-headline-top {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.room-headline-top {
		margin-bottom: 30px;
	}

	.mobile-exit-btn {
		width: 20px;
		height: 20px;
		background-image: url('../img/skin/icon__sign-out.png');
		background-repeat: no-repeat;
		background-position: center;
	}

	.schedule-card__wrapper .schedule-card {
		border: none;
	}

	.schedule-card__row {
		margin-bottom: 15px;
		border-radius: 4px;
		border: 1px solid #E6E6E6;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.schedule-card__row:last-child {
		border-bottom: 1px solid #E6E6E6 !important;
	}

	.schedule-card__learner-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
		-ms-flex-negative: initial;
		flex-shrink: initial;
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}

	.schedule-card__hours {
		width: 50% !important;
	}

	.schedule-card__time-range {
		width: 50% !important;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.room__table-wrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.MenuOfSite__nav {
		padding-top: 10px;
	}

	.MenuOfSite-wrapper .MenuOfSite {
		padding: 30px;
	}

	.MenuOfSite-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 7.25px;
		padding-right: 7.25px;
	}

	.MenuOfSite-wrapper .header__link-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.MenuOfSite-wrapper .social-btn-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__link-group .header__link-wrapper::before {
		display: none;
	}

	.MenuOfSite-wrapper .header__link-group {
		display: block !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.MenuOfSite-wrapper .header__link-group .header__link-wrapper {
		padding: 10px;
	}

	.MenuOfSite-wrapper .header__link-group .header__link-wrapper a {
		margin-right: auto;
		margin-left: auto;
	}

	.social-btn-group ul {
		margin-right: auto;
		margin-left: auto;
	}

	.instructors-card-wrapper {
		max-width: 320px !important;
		margin-right: auto;
		margin-left: auto;
	}

	.instructors-card__top {
		display: block !important;
	}

	.instructors-card__reviews {
		padding-top: 15px;
	}

	.text-page-gasket {
		display: none !important;
	}

	.text-table {
		border: none;
	}

	.text-table thead {
		display: none;
	}

	.text-table tbody {
		display: block;
	}

	.text-table tbody tr {
		display: block;
		border: 3px solid #E6E6E6;
		border-bottom: 2px solid #E6E6E6;
		margin-bottom: 15px;
	}

	.text-table tbody tr td {
		display: block;
		text-align: center;
		padding-top: 15px;
	}

	.text-table tbody tr td::before {
		margin-bottom: 15px;
		display: block;
		content: attr(data-attr);
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #767676;
		padding: 11px;
		font-weight: bold;
		background-color: #F3F3F3;
	}

	.text-page-item-wrapper .special-offer__content-wrapper {
		padding: 10px;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block {
		display: block;
		width: 100%;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .special-offer__content-icon {
		padding-top: 0;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
		margin: 0 !important;
		padding: 0 !important;
		border: none;
		padding-top: 10px!important;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .date-block {
		width: 100%;
		margin-top: 50px;
	}

	.MenuOfSite > ul {
		-webkit-column-count: 1!important;
		column-count: 1!important;
	}

	.NavPanel-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.NavPanel-item.NavPanel-item-6 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.NavPanel-wrapper .swiper-container-free-mode > .swiper-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.NavPanel-wrapper .gallery-thumbs .NavPanel-item {
		-webkit-box-flex: initial !important;
		-ms-flex: initial !important;
		flex: initial !important;
		-ms-flex-positive: initial !important;
		flex-grow: initial !important;
		-ms-flex-negative: initial !important;
		flex-shrink: initial !important;
		-ms-flex-preferred-size: initial !important;
		flex-basis: initial !important;
		width: 100% !important;
		height: -webkit-max-content !important;
		height: -moz-max-content !important;
		height: max-content !important;
		padding: 20px 25px !important;
	}

	.NavPanel-wrapper .gallery-thumbs .NavPanel-item * {
		text-align: center;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.NavPanel-wrapper .NavPanel-item strong {
		font-size: 18px !important;
	}

	.NavPanel-wrapper .NavPanel-item span {
		font-size: 14px !important;
	}

	.banner-congratulation {
		width: 95% !important;
	}

	div.gallery-top.banner-congratulation-show div.banner__content {
		padding-top: 170px !important;
	}

	div.banner-display-none .banner-congratulation {
		display: none !important;
	}

	div.banner-display-none div.swiper-slide div.banner__content {
		padding-top: 100px !important;
	}

	.services-tabs__content-price {
		padding-left: 0!important;
	}

	.list__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anketa-wrappper {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 50px;
		width: 100%;
	}

	.row-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row-bottom > button {
		display: none;
	}

	.footer-logo-mobile {
		display: block;
		width: 100%;
	}

	.footer-logo-desctop {
		display: none;
	}

	.footer-bottom {
		display: block;
		text-align: center;
	}

	.footer-bottom .footer-text-bleach {
		padding: 10px;
	}

	.footer-ul-wrapper {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.footer-logo-mobile {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.footer-logo-mobile .button.button-anketa {
		width: 100%!important;
		margin-top: 30px!important;
	}

	.header .social-btn-group {
		display: none;
	}

	.header__link-group {
		display: none;
	}

	.search-input-wrapper input {
		max-width: 155px;
	}
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	.swiper-container.gallery-top .swiper-slide::after {
		right: 0;
		background-position: bottom center;
	}

	.info-card-yellow-car .info-card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.info-card-yellow-car .info-card__content .info-card__date {
		padding-left: 0;
		border: none;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.info-card-blue-car .info-card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-card-blue-car .info-card__content .info-card__date {
		padding-left: 0;
		border: none;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.info-card__text {
		padding-right: 0 !important;
	}

	.info-card__date {
		padding-right: 0 !important;
	}

	.services__card-wrapper {
		margin-right: auto;
		margin-left: auto;
		width: 50% !important;
	}

	.services-tabs {
		display: block !important;
	}

	.services-tabs__tab-block {
		max-width: 100% !important;
	}

	.list-table-wrapper table {
		border: none;
		display: block !important;
	}

	.list-table-wrapper table thead {
		display: none;
	}

	.list-table-wrapper table tbody {
		width: 100%;
		display: block;
	}

	.list-table-wrapper table tbody tr {
		display: none;
		margin-bottom: 50px;
		border-top: 3px solid #E6E6E6;
		border-left: 3px solid #E6E6E6;
		border-right: 3px solid #E6E6E6;
		border-bottom: 2px solid #E6E6E6;
	}

	.list-table-wrapper table tbody tr td {
		display: block !important;
	}

	.list-table-wrapper table tbody tr td::before {
		display: block;
		content: attr(data-attr);
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #767676;
		padding: 11px;
		font-weight: bold;
		background-color: #F3F3F3;
	}

	.list-table-wrapper table tbody tr:first-child {
		display: block;
	}

	.first-table-row-td {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
	}

	.table-link-lonely {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

	.start-text {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.table-link-icon {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
	}

	.note {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}

	.list-table-wrapper {
		max-height: none;
		padding-bottom: 0;
		margin-bottom: 100px;
		overflow: visible;
	}

	.list-table-wrapper .list-table-more-btn {
		bottom: -101px;
		border: none;
	}

	.list-table-wrapper .list-table-more-btn span {
		color: #000000 !important;
	}

	.list-table-wrapper .list-table-more-btn span:hover {
		opacity: 0.5;
	}

	.list-table-wrapper-open {
		margin-bottom: 100px;
		overflow: visible;
	}

	.list-table-wrapper-open .list-table-more-btn {
		bottom: -101px;
		border: none;
	}

	.list-table-wrapper-open .list-table-more-btn span {
		color: #000000 !important;
	}

	.list-table-wrapper-open .list-table-more-btn span:hover {
		opacity: 0.5;
	}

	.list-table-wrapper-open table tbody tr {
		display: block;
	}

	.gibdd-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gibdd-block__img {
		width: 100% !important;
	}

	.gibdd-block__text {
		width: 100% !important;
		padding-left: 7.25px !important;
	}

	.gibdd-block__text h2 {
		font-size: 30px;
		text-align: center;
	}

	.gibdd-block__text p {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.advantages__points-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantages__points-bleach-text {
		text-align: center;
	}

	.advantages__points-headline {
		text-align: center;
	}

	.advantages__points .advantages__points-img::after {
		margin-right: auto;
		margin-left: auto;
	}

	.advantages-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantages-content .advantages__points-block {
		width: 100%;
	}

	.advantages-content .advantages__points-block .advantages__points {
		max-width: 320px;
		min-width: 230px;
		width: 50% !important;
		margin-right: auto;
		margin-left: auto;
	}

	.advantages-content .advantages-content__video-wrapper {
		width: 100%;
	}

	.advantages-content__video {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.about-us__block {
		margin-right: auto;
		margin-left: auto;
	}

	.news-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-content .news-content__col {
		width: 100%;
	}

	.news-vk-block {
		padding-top: 30px;
		text-align: center;
	}

	.news-vk-block img {
		width: 100%;
		max-width: 400px;
	}

	.anketa-gasket {
		display: none;
	}

	.aside {
		margin-top: 50px;
	}

	.feedback__block .feedback-button {
		width: 100%;
		max-width: 320px;
	}

	section.category-page-top-slider .container .banner_1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	section.category-page-top-slider .container .banner_1 .hidden-xs {
		display: none;
	}

	.useful-information-text {
		padding-right: 7.25px !important;
	}

	.useful-information-text strong::before {
		left: 10px;
	}

	.useful-information-text strong {
		padding-left: 40px;
	}

	.important-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.important-content .important-content-main-item {
		width: 100%;
		border-right: none;
		text-align: center;
	}

	.news-item-hot .news-item .news-item__headline {
		padding-left: 30px;
	}

	.news-item-hot .news-item .news-item__headline::before {
		left: 0px;
		top: 10px;
	}

	.banner-congratulation-display-none.for-students-banner div.gallery-top .banner_5 div.banner__content {
		width: 100%;
		padding-top: 100px !important;
		padding-bottom: 0px !important;
	}

	.banner-congratulation-display-none.for-students-banner div.gallery-top .banner_5 div.banner__content img {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}

	.services-tabs .tabs-left li:last-child {
		border-bottom: 1px solid transparent;
		-webkit-transition: 0.22s ease-in-out;
		-o-transition: 0.22s ease-in-out;
		transition: 0.22s ease-in-out;
	}

	.services-tabs .tabs-left li.active:last-child {
		border-bottom: 1px solid #E6E6E6;
	}

	.NavPanel-item-6 {
		padding: 0 !important;
		margin: 0;
		width: 0;
		height: 0;
	}

	.NavPanel-item-6 a {
		position: absolute;
		bottom: -70px;
		right: 25px;
		z-index: 10;
	}

	.swiper-container.gallery-top .banner-congratulation {
		top: 80px;
	}

	.room-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.room-content-wrapper .gasket {
		display: none;
	}

	.room-first-content-block {
		padding-left: 40px;
		padding-right: 40px;
	}

	.room-next-content-block {
		padding-left: 40px;
		padding-right: 40px;
	}

	.room-nav-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.room-nav-wrapper .room-nav-button {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-left: auto;
	}

	.room-nav-wrapper ul {
		width: 100%;
	}

	.room-nav-wrapper ul li {
		padding-top: 0;
		padding-bottom: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.room-nav-wrapper ul li a {
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size: 12px;
	}

	.room__table-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.MenuOfSite-wrapper .MenuOfSite {
		padding: 30px;
	}

	.MenuOfSite-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 7.25px;
		padding-right: 7.25px;
	}

	.MenuOfSite__nav {
		padding-top: 10px;
	}

	.instructors-card-wrapper {
		max-width: 50%;
		min-width: 288px;
	}

	.text-page-gasket {
		display: none !important;
	}

	.MenuOfSite > ul {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.NavPanel-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.NavPanel-item.NavPanel-item-6 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.NavPanel-wrapper .NavPanel-item strong {
		font-size: 12px;
	}

	.NavPanel-wrapper .NavPanel-item span {
		font-size: 12px;
	}

	.NavPanel-wrapper .gallery-thumbs .NavPanel-item {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		padding: 24px 12px;
	}

	.list__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anketa-wrappper {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 50px;
		width: 100%;
	}

	.header .social-btn-group {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
	.info-card-yellow-car .info-card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-card-yellow-car .info-card__content .info-card__date {
		padding-left: 0;
		border: none;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.services__card-wrapper {
		width: 33.33% !important;
	}

	.services-tabs .services-tabs__tab-block {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
		-ms-flex-negative: initial;
		flex-shrink: initial;
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
	}

	.list-table-block-wrapper {
		width: 100%;
	}

	.about-us__block {
		margin-right: auto;
		margin-left: auto;
	}

	.category-page-top-slider .banner_1 .category-page-banner-info {
		display: block;
		padding-left: 0;
		text-align: center;
	}

	.category-page-top-slider .banner_1 .category-page-banner-info .category-page-banner-price {
		margin-bottom: 20px;
	}

	.useful-information-text {
		padding-right: 7.25px !important;
	}

	.important-content-main-item {
		width: 30% !important;
	}

	.news-item-hot .news-item .news-item__headline {
		padding-left: 30px;
	}

	.news-item-hot .news-item .news-item__headline::before {
		left: 0px;
		top: 10px;
	}

	.info-card-inner-wrapper-mini {
		width: 33.33% !important;
	}

	.useful-information-text strong {
		padding-left: 40px;
	}

	.useful-information-text strong::before {
		left: 10px;
	}

	.swiper-container.gallery-top .banner-congratulation {
		top: 80px;
	}

	.NavPanel-item-6 {
		padding: 0 !important;
		margin: 0;
		width: 0;
		height: 0;
	}

	.NavPanel-item-6 a {
		position: absolute;
		bottom: -70px;
		right: 25px;
		z-index: 10;
	}

	.room-nav-wrapper ul li {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.room-nav-wrapper ul li a {
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size: 15px;
	}

	.room-content .gasket {
		width: 20px !important;
	}

	.room-content .room-first-content-block {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.room-content .room-next-content-block {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.room__table-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.room__table .td-info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.room__table .td-time {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.room__table .td-date {
		width: 100%;
	}

	.room__table .td-date thead {
		display: none;
	}

	.room__table .td-date tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.room__table .td-date tbody tr {
		border: 1px solid #E6E6E6;
		border-radius: 15px;
		display: block;
		max-width: 280px;
		min-width: 280px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		margin: 10px;
	}

	.room__table .td-date tbody tr td {
		padding-right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.room__table .td-date tbody tr td::before {
		width: 100px;
		padding-left: 7.25px;
		padding-right: 7.25px;
		display: block;
		content: attr(data-attr);
	}

	.room__table .td-date tbody tr td .td-date {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-top: 15px;
	}

	.room__table .td-date tbody tr td .td-day {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-bottom: 15px;
	}

	.text-page-item-wrapper .text-page-gasket {
		display: none;
	}

	.text-page-item-wrapper .text-page-item {
		width: 100%;
	}

	.text-table {
		border: none;
	}

	.text-table thead {
		display: none;
	}

	.text-table tbody {
		display: block;
	}

	.text-table tbody tr {
		display: block;
		border: 3px solid #E6E6E6;
		border-bottom: 2px solid #E6E6E6;
		margin-bottom: 15px;
	}

	.text-table tbody tr td {
		display: block;
		text-align: center;
		padding-top: 15px;
	}

	.text-table tbody tr td::before {
		margin-bottom: 15px;
		display: block;
		content: attr(data-attr);
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #767676;
		padding: 11px;
		font-weight: bold;
		background-color: #F3F3F3;
	}

	.text-page-item-wrapper .special-offer__content-wrapper {
		padding: 10px;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block {
		display: block;
		width: 100%;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .special-offer__content-icon {
		padding-top: 0;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .special-offer__content-main-text {
		margin: 0 !important;
		padding: 0 !important;
		border: none;
		padding-top: 10px!important;
	}

	.text-page-item-wrapper .special-offer__content-wrapper .special-offer__content-block .date-block {
		width: 100%;
		margin-top: 50px;
	}

	.NavPanel-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.NavPanel-wrapper .gallery-thumbs .NavPanel-item {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.NavPanel-wrapper .NavPanel-item strong {
		font-size: 15px;
	}

	.list__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anketa-wrappper {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 50px;
		width: 100%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1299px) and screen and (min-width: 320px) and (max-width: 991px) {
	.room__table .td-info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.room__table .td-time {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.room__table .td-date {
		width: 100%;
	}

	.room__table .td-date thead {
		display: none;
	}

	.room__table .td-date tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.room__table .td-date tbody tr {
		border: 1px solid #E6E6E6;
		border-radius: 15px;
		display: block;
		max-width: 280px;
		min-width: 280px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		margin: 10px;
	}

	.room__table .td-date tbody tr td {
		padding-right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.room__table .td-date tbody tr td::before {
		width: 100px;
		padding-left: 7.25px;
		padding-right: 7.25px;
		display: block;
		content: attr(data-attr);
	}

	.room__table .td-date tbody tr td .td-date {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-top: 15px;
	}

	.room__table .td-date tbody tr td .td-day {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1299px) and screen and (max-width: 767px) {
	.room__table .td-info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.room__table .td-time {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.room__table .td-date {
		width: 100%;
	}

	.room__table .td-date thead {
		display: none;
	}

	.room__table .td-date tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.room__table .td-date tbody tr {
		border: 1px solid #E6E6E6;
		border-radius: 15px;
		display: block;
		max-width: 280px;
		min-width: 280px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		margin: 10px;
	}

	.room__table .td-date tbody tr td {
		padding-right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.room__table .td-date tbody tr td::before {
		width: 100px;
		padding-left: 7.25px;
		padding-right: 7.25px;
		display: block;
		content: attr(data-attr);
	}

	.room__table .td-date tbody tr td .td-date {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-top: 15px;
	}

	.room__table .td-date tbody tr td .td-day {
		padding-left: 7.25px;
		padding-right: 7.25px;
		padding-bottom: 15px;
	}
}
