@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;
}
button:disabled {
  background-color: #cccccc !important;
}


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', Arial, sans-serif;
  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', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  
  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", Arial, sans-serif;
}

.info-card-wrapper {
  margin-bottom: 14px;
}

.stocks-section {
  padding-top: 45px;
  padding-bottom: 136px;
}

.nano-headline {
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  color: #767676;
  font-weight: bold;
  
  
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  /*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', Arial, sans-serif;
}

.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: max-content;
}

.info-card-moto .info-card__content .info-card__date {
  width: 100%;
  
  
  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: max-content;
}

.info-card-girl-yellow-card .info-card__content .info-card__date {
  width: 100%;
  
  
  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 0px 29px;
  border-left: 1px solid #767676;
}

.info-card-big .info-card__content {
  max-width: 555px;
  margin-left: auto;
}

.info-card-big .info-card__text {
  padding-right: 50px;
  padding-bottom: 12px;

}

.info-card-big .info-card__date {
  padding: 0 51px 0 29px;
  border-left: 1px solid;
}


.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 0px 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;
}

.services__card-wrapper > a {
  width: 100%;
}

.mini-filter {
  
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mini-filter label {
  margin-left: 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: 0;
}

.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', Arial, sans-serif;
  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: 16.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
}

.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 span {
  font-size: 12px;
  color: #767676;
  margin-right: auto;
  margin-top: 3px;
}

.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: 14px;
  font-weight: bold;
  font-family: 'Avant', Arial, sans-serif;
  color: #000000;
}

.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: -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: 0;
  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-bc {
  background-image: url('../img/skin/img__preview-cat-bc.png');
}
.services__card-category-ab {
  background-image: url('../img/skin/img__preview-cat-ab.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', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  color: #767676;
  padding: 17px 17px 17px 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', Arial, sans-serif;
  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 95px 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;
}

.table b.red{
  color: #e41f10;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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: 0;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  text-decoration: underline;
}

.anketa-bleach-text {
  font-size: 12px;
  color: #767676;
  padding-top: 26px;
  line-height: 1.5;
}

.anketa-form_error {
  margin-top: 4px;
  color: #E41F17;
}

.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: 0;
  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', Arial, sans-serif;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
}

.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', Arial, sans-serif;
  padding-bottom: 5px;
}

.about-us__tel a {
  display: inline;
  
  
  width: max-content;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Avant', Arial, sans-serif;
  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: 10px 29px;
}

.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', Arial, sans-serif;
  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: -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', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  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: white;
  -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: white !important;
}

.breadcrumb .active {
  font-family: 'Avant' !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: white !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', Arial, sans-serif;
  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', Arial, sans-serif;
  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 select {
  border: 1px #E6E6E6 solid !important;
  font-size: 12px;
  color: #767676;
  font-family: 'Avant', Arial, sans-serif;
  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: 14px;
  color: #767676;
  font-family: 'Avant', Arial, sans-serif;
  /*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: 14px;
  color: #767676;
  font-family: 'Avant', Arial, sans-serif;
  /*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: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper input:-ms-input-placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper input::-ms-input-placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper input::placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper textarea::-webkit-input-placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper textarea:-ms-input-placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper textarea::-ms-input-placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.input-wrapper textarea::placeholder {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-family: 'Avant', Arial, sans-serif;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  padding: 11px 23px 13px 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', Arial, sans-serif;
}

.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;
}

.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;
}
.form-bleach-title-petit {
  font-size: small;
  padding-bottom: 5px;
}


.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: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-wrapper-row span {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Avant', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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", Arial, sans-serif;
}

.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', Arial, sans-serif;
  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 82px 45px;
}

.special-offer__section .special-offer__content-wrapper .special-offer__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  
  
  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', Arial, sans-serif;
  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;
  
  color: #767676;
  font-weight: bold;
  font-style: italic;
  font-family: 'Avant', Arial, sans-serif;
  -ms-flex-item-align: end;
  align-self: flex-end;
  
  
  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;
  color: #767676;
  font-weight: bold;
  font-style: italic;
  font-family: 'Avant', Arial, sans-serif;
  align-self: flex-end;
  
  
  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 82px 45px;
}

.special-offer__content-wrapper .special-offer__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  
  
  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', Arial, sans-serif;
  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;
  
  color: #767676;
  font-weight: bold;
  font-style: italic;
  font-family: 'Avant', Arial, sans-serif;
  -ms-flex-item-align: end;
  align-self: flex-end;
  
  
  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: 35px 30px 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', Arial, sans-serif;
  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-inner-wrapper .info-card.info-card--white .info-card__btn .button {
  background-color: #E41F17 !important;
  color: #ffffff !important;
}

.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', Arial, sans-serif;
}

.info-card__big-price span {
  font-size: 30px;
  font-family: 'Avant', Arial, sans-serif;
  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: 0;
  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', Arial, sans-serif;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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: 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', Arial, sans-serif;
  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: 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: 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: 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: 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', Arial, sans-serif;
  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', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.question-block .question-top .question-number {
  font-size: 12px;
  color: #999;
}

.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;
  background-image: url('../img/skin/y.png');
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: top 15px left 20px;
  min-height: 70px;
  padding: 15px 15px 15px 80px;
}

.question-block .question-answer .question-answer-greeting {
  font-family: 'Avant', Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

.question-block .question-answer .question-answer-text {
  padding-top: 10px;
  font-family: 'Avant', Arial, sans-serif;
  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;
}

.banner_1.navpanel-black-theme .h1{
  color: #000000;
}

.banner_1.navpanel-white-theme .h1{

}

.banner_1.navpanel-black-theme .banner__text{
  color: #767676 !important;
}

.banner_1.navpanel-white-theme .banner__text{

}


.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', Arial, sans-serif;
}

.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: 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", Arial, sans-serif;
  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: 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", Arial, sans-serif;
}

.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: transparent !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');
  background-size: contain;
}

.room-page .social-btn-tlgr {
  background-image: url('../img/skin/icons8-telegram-50-white.png');
  background-size: contain;
}

.room-page .social-btn-vk {
  background-image: url('../img/skin/icons8-vk-50-white.png');
  background-size: contain;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  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: -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', Arial, sans-serif;
  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', Arial, sans-serif;
  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: 5px 10px;
  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', Arial, sans-serif;
}

.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: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  
  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', Arial, sans-serif;
  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', Arial, sans-serif;
  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: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  
  width: max-content;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Avant', Arial, sans-serif;
}

.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: 5px 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', Arial, sans-serif;
  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', Arial, sans-serif;
  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;
}

.category-page-top-slider .category-page-banner-btn a.banner-btn-red {
  background-color: #E41F17 !important;
  color: #ffffff !important;
}


.breadcrumb.breadcrumb-black span {
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  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: white !important;
  font-size: 12px;
  font-weight: bold;
  font-style: italic !important;
}

.breadcrumb span {
  font-style: italic !important;
  font-weight: bold;
  color: white !important;
  font-size: 12px;
}

.breadcrumb li {
  font-style: italic !important;
  font-weight: bold;
  color: white !important;
  font-size: 12px;
}

.breadcrumb li span {
  font-style: italic !important;
  font-weight: bold;
  color: white !important;
  font-size: 12px;
}

.breadcrumb a {
  font-style: italic !important;
  font-weight: bold;
  color: white !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;
}

.breadcrumb-black-wrapper .breadcrumb::before {
  background-image: url(../img/skin/icon__home-black.png);
}

.breadcrumb-black-wrapper a {
  color: #767676 !important;
}

.breadcrumb-black-wrapper span {
  color: #767676 !important;
}

.breadcrumb-black-wrapper * {
  color: #767676 !important;
}

.breadcrumb-black-wrapper * * {
  color: #767676 !important;
}

.breadcrumb-black-wrapper * * * {
  color: #767676 !important;
}

.login-content {
  padding-top: 70px;
}

.login-content .checkbox-wrapper-row {
  padding-top: 40px;
}

.login-content .form-bottom-button {
  margin-top: 40px;
}

.login-content form > p {
  display: inline-block;
  padding-left: 7.25px;
  padding-right: 7.25px;
  padding-top: 40px;
}

.room-page .navbar-default {
  border: none;
  background: none !important;
}

.room-page header {
  background: #61B6FF !important;
}

.room-content-section.room-content-section-sign-in {
  padding-top: 75px;
}

.top-link-index {
  padding-left: 7.25px;
  padding-right: 7.25px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-link-index a {
  width: 100%;
}

.top-link-index a img {
  width: 100%;
}

.top-link-index a:hover {
  opacity: 0.5;
}

.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #E41F17;
}

.top-link-index img {
  height: 34px !important;
  width: 34px !important;
}

.swiper-slide {
  height: auto !important;
}

.gallery-top .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.services__card-only-hot .services__card-wrapper {
  display: none;
}

.services__card-only-hot .hot-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__card-only-discount .services__card-wrapper {
  display: none;
}

.services__card-only-discount .discount-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-slider .swiper-slide .banner__content {
  padding-top: 120px;
}

.catalog_one .catalog-reviews .btn-gutter.rel:first-child {
  display: none;
}

.catalog_one .catalog_one-img {
  max-width: 300px;
}

.catalog_one .btn.btn-uash.btn-uash-back {
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  border: 1px #E6E6E6 solid;
  border-radius: 4px;
  height: 60px;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px;
  text-align: left;
  color: #767676;
  
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog_one .btn.btn-uash.btn-uash-red {
  margin-top: 15px;
  height: 50px;
  min-width: 50px;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  
  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;
  background-color: #E41F17;
  color: #ffffff !important;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
}

.prepod-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.prepod-card img {
  margin-top: 0 !important;
  border-radius: 15px !important;
}

.prepod-card .prepod-card__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;
  padding-left: 20px;
}

ol.breadcrumb {
  background-color: rgba(0, 0, 0, 0.12) !important;
  padding: 2px 5px;
  -webkit-box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.12) !important;
}

.prizes-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prizes-block:after {
  display: none;
}

.prizes-block:before {
  display: none;
}

.breadcrumbs-black ol.breadcrumb {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.room-page .header-content {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.room-page ol.breadcrumb {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.swiper-slide-active {
  z-index: 7;
}

ol.breadcrumb {
  position: relative;
  z-index: 10;
}

.anketa-text-wrapper .checkbox-wrapper-row {
  margin-top: 50px;
}

.anketa-text-wrapper h2 {
  margin-bottom: 40px !important;
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.anketa-text-wrapper p {
  padding-left: 7.25px;
  padding-right: 7.25px;
  color: #767676;
  font-size: 18px;
  line-height: 27px;
}

.anketa-text-wrapper p a {
  color: #767676;
  text-decoration: underline;
}

.anketa-text-wrapper p a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.input-wrapper-block .input-wrapper {
  margin-bottom: 27px !important;
}

.input-wrapper-block > .form-bleach-title {
  padding: 0 !important;
}

.textarea-wrapper::after {
  bottom: 2px !important;
}

.anketa-form-wrapper .text-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.anketa-form-wrapper .allnewsbtn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-bleach-title {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}

.form-control option {
  font-size: 14px;
  color: #222;
  line-height: 20px;
  text-transform: lowercase;
  padding: 7px;
}

.form-3-inputs .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-3-inputs .input-wrapper .form-bleach-title {
  display: block;
  width: 100%;
}

.form-bleach-title {
  margin-bottom: 15px;
}

.anketa-form .form-headline {
  margin-bottom: 15px;
}

.anketa {
  margin-top: 30px;
}

.anketa td {
  padding: 5px;
}

.anketa-text-wrapper-inner {
  color: #767676;
  font-size: 18px;
  line-height: 27px;
}

.anketa-text-wrapper-inner a {
  color: #767676;
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.anketa-text-wrapper-inner a:hover {
  opacity: 0.5;
}

.search-page .search-text .btn {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  margin-left: 1ex !important;
  margin-right: 1ex !important;
  text-transform: lowercase;
}

.search-page .search-text .container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.search-page .search-text .container .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.search-page .news-on-main .news-text {
  padding-left: 0;
  padding-right: 0;
}

.search-page .news-on-main .news-text .row {
  margin-left: 0;
  margin-right: 0;
}

.search-page .news-on-main .news-text a {
  font-size: 18px;
  font-family: 'Avant', Arial, sans-serif;
  font-weight: bold;
  line-height: 26px;
  padding-top: 6px;
  color: #000000 !important;
  opacity: 1;
  margin-bottom: 15px;
  text-decoration: underline;
}

.search-page .news-on-main .news-text a:hover {
  opacity: 0.5;
}

.search-page .news-on-main .news-text .search-text {
  margin-bottom: 20px;
}

.search-page .search-result-notification {
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 14px !important;
  color: #222 !important;
}

.search-page .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page .form-group input {
  border: 1px #E6E6E6 solid !important;
  border-radius: 4px !important;
  font-size: 12px;
  color: #767676;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  height: 60px;
  padding: 20px 25px;
  width: 240px;
}

.search-page .form-group input:focus {
  border: 1px #66afe9 solid !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-page .btn {
  height: 60px;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background-color: #E41F17;
  color: #ffffff;
  padding: 17px 30px;
  background-repeat: no-repeat;
  background-position: center right 30px;
  border-radius: 4px;
  margin-left: 20px;



}

.search-page .btn:hover {
  opacity: 0.5;
}

.search-page .btn:focus {
  opacity: 0.5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.search-page .btn:active {
  opacity: 0.5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.onlinepaiment-block h2 {
  font-size: 40px !important;
  line-height: 40px !important;
  font-family: 'Avant' !important;
  font-weight: bold !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
  color: #000000;
}

.onlinepaiment-block .line-rs-text {
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
}

.banner-btn-wrapper {
  padding-top: 20px;
}

.banner-btn-wrapper a {
  
  
  width: max-content;
  display: block;
  padding: 19px;
  height: 50px;
  background-color: #E41F17;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-btn-wrapper a:hover {
  opacity: 0.5;
}

.cabinet-tab-item-wrapper {
  padding-top: 75px;
}

.cabinet-tab-item-wrapper .navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cabinet-tab-item-wrapper .navbar {
  margin-bottom: 0;
}

.cabinet-tab-item-wrapper .navbar .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.cabinet-tab-item-wrapper .navbar .container-fluid .nav.navbar-nav li {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.cabinet-tab-item-wrapper .navbar .container-fluid .nav.navbar-nav li a {
  height: 50px;
  
  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', Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent !important;
}

.cabinet-tab-item-wrapper .navbar .container-fluid .nav.navbar-nav .active {
  background-color: #ffffff;
}

.cabinet-tab-item-wrapper .navbar .container-fluid .nav.navbar-nav .active a {
  color: #000000 !important;
}

.pull-right.close-account a {
  min-width: 50px;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  
  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;
  background-color: #000000;
  color: #ffffff;
  width: 115px;
  height: 50px;
  background-image: url(../img/skin/icon__sign-in.png);
  padding-left: 50px !important;
  background-position: center left 20px;
}

.smalldevmenu-wrapper {
  display: none;
}

.room-content h3 {
  font-family: 'Avant', Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
}

.room-content p {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  margin-top: 15px;
}

.cabavtodrom p {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  margin-top: 15px;
}

.cabavtodrom p b {
  color: #000000;
}

.breadcrumbs-room-page {
  margin-bottom: 10px;
}

.under-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under-headline .under-headline__item {
  width: 50%;
}

.under-headline .under-headline__item .button {
  height: 50px;
  width: 220px;
  background-color: #E41F17;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url(../img/skin/icon__steer.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 50px;
  margin-left: auto;
  display: block;
}

.room-content .under-headline__review {
  padding: 5px;
  background-color: #E41F17;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 7.25px;
  margin-right: 7.25px;
  display: block;
}

.under-headline {
  padding-bottom: 30px;
  padding-top: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.under-headline p {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.watch-schedule {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.watch-schedule:hover {
  color: #000000;
  opacity: 0.5;
}

.class-progress {
  padding-top: 33px;
}

.class-progress .class-progress-item {
  margin-bottom: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.class-progress .class-progress-item .class-progress-item__first {
  min-width: 115px;
  padding: 10px 15px;
}

.class-progress .class-progress-item .class-progress-item__first i {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.class-progress .class-progress-item .class-progress-item__first strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.class-progress-item__next {
  -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: 10px 15px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.class-progress-item__next span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #767676;
  padding: 5px 0;
}

.class-progress-item__last {
  min-width: 70px;
  padding: 10px 15px;
  background-repeat: no-repeat;
  background-position: center top 12px;
}

.class-progress-simulator .class-progress-item__last {
  background-image: url('../img/skin/simulator__icon.png');
}

.class-progress-item-driving .class-progress-item__last {
  background-image: url('../img/skin/driving__icon.png');
}

.class-progress-item {
  position: relative;
}

.class-progress-item .class-progress-item__before {
  height: 2px;
  left: 0;
  top: 0;
  background-color: #E41F17;
  position: absolute;
}

.class-progress-item-driving .class-progress-item__before {
  width: 70%;
}

.class-progress-simulator .class-progress-item__before {
  width: 30%;
}

.red-color {
  color: #E41F17 !important;
}

.room-client-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-events-item {
  padding-top: 30px;
  width: 33%;
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.client-events-item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.client-events-item i {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  display: block;
}

.client-events-item p {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  display: block;
  color: #000000;
}

.unPad-class {
  padding-left: 0;
  padding-right: 0;
}

.room-feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.room-feedback-item-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.room-feedback-item-wrapper .room-feedback-item {
  display: block;
  height: 100%;
  background-size: cover;
  border-radius: 4px;
  padding-top: 130px;
  position: relative;
}

.room-feedback-item-wrapper .room-feedback-item::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.room-feedback-item-wrapper .room-feedback-item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 30px 15px;
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.22s ease-in-out;
  -o-transition: 0.22s ease-in-out;
  transition: 0.22s ease-in-out;
}

.room-feedback-item-wrapper .room-feedback-item:hover h4 {
  opacity: 0.5;
}

.room-feedback-item_1 {
  background-image: url('../img/skin/room-feedback_1.png');
}

.room-feedback-item_1::before {
  background-image: url('../img/skin/like-icon.png');
}

.room-feedback-item_2 {
  background-image: url('../img/skin/room-feedback_2.png');
}

.room-feedback-item_2::before {
  background-image: url('../img/skin/list-icon.png');
}

.upcoming-events {
  padding-top: 30px;
}

.upcoming-events__table-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.upcoming-events__table-wrapper h3 {
  font-size: 10px;
  color: #767676;
  background-color: #F3F3F3;
  
  
  width: max-content;
  text-transform: uppercase;
  padding: 5px 15px;
}

.upcoming-events__table-content table {
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  margin: 0;
}

.upcoming-events__table-content table thead tr th {
  padding: 12px 18px;
  font-size: 16px;
  color: #767676;
  font-weight: normal;
  border-bottom: 1px solid #E6E6E6;
}

.upcoming-events__table-content table tbody tr td {
  padding: 12px 18px;
}

.upcoming-events__no-table-text {
  padding: 15px;
  font-size: 18px;
  display: block;
  border: 1px solid #E6E6E6;
}

.room-content-top-headline-block h3 {
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.navbar-fixed-top {
  z-index: 15 !important;
}

nav ul.room-menu-mobile-version-ul-focus li {
  z-index: 13 !important;
}

.notification-room-text {
  padding-left: 7.25px;
  padding-right: 7.25px;
  padding-top: 15px;
  font-size: 18px;
}

.table-room {
  border: 1px solid #ddd;
}

.table-room td {
  padding: 15px !important;
}

.table-room .hourpoporyadku {
  z-index: 12;
  color: #767676;
}

.table-room .avtogosnomer {
  display: block;
}

.table-room .avtomarka {
  z-index: 12;
  color: #767676;
  display: block;
  font-style: normal;
}

.formatdata {
  font-size: 18px;
  font-weight: bold;
}

.avto {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

.instruktor {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
}

.hourdrv {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

.hourdrv a {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 40px;
  color: #767676;
}

.hourdrv a:hover {
  opacity: 0.5;
}

.room-content-top-headline-block {
  margin-bottom: 50px;
}

.table-striped {
  border: 1px solid #ddd;
}

.table-striped td {
  padding: 15px !important;
}

.table-striped .hourpoporyadku {
  z-index: 12;
  color: #767676;
}

.table-striped .avtogosnomer {
  display: block;
}

.table-striped .avtomarka {
  z-index: 12;
  color: #767676;
  display: block;
  font-style: normal;
}

.teacher-room-cards {
  padding-left: 0;
  padding-right: 0;
}

.teacher-room-cards .teacher-room-cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teacher-room-cards .teacher-room-card-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
  width: 50%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teacher-room-cards .teacher-room-card-wrapper .teacher-room-card {
  padding: 30px 15px;
  background-color: #F3F3F3;
  min-height: 100%;
  width: 100%;
}

.teacher-room-card-name {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.teacher-room-card-subject {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-top: 10px;
}

.teacher-room-card-address-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
  width: 100%;
  margin-bottom: 30px;
  
  
  height: max-content;
}

.teacher-room-card-address-wrapper .teacher-room-card-address {
  border: 1px solid #ddd;
  padding: 30px 15px 30px 105px;
  background-image: url('../img/skin/icon__address.png');
  background-repeat: no-repeat;
  background-position: 45px 30px;
}

.teacher-room-card-address-wrapper .teacher-room-card-address div {
  font-size: 14px;
  color: #767676;
}

.teacher-room-card-address-wrapper .teacher-room-card-address .Location {
  font-size: 10px;
  color: #767676;
  background-color: #F3F3F3;
  
  
  width: max-content;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-top: 15px;
}

.auth_gosuslug-text h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.auth_gosuslug-text a {
  color: #767676;
  text-decoration: underline;
}

.auth_gosuslug-text a:hover {
  opacity: 0.5;
}

.room-content-text p {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
}

.room-content-text p a {
  font-size: 18px;
  color: #767676;
  text-decoration: underline;
}

.room-content-text p a:hover {
  opacity: 0.5;
}

.room-content-text li {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
}

.hours-schedule p {
  font-family: 'Clear Sans';
  font-size: 16px;
  color: #000000;
}

.regdriving-instructor-card {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  background-color: #F3F3F3;
  padding: 25px;
}

.regdriving-instructor-card .r-i-card__name {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.regdriving-instructor-card span {
  text-align: center;
}

.regdriving-instructor-card span h4 {
  font-size: 12px;
  font-weight: bold;
}

.regdriving-instructor-card .r-i-card-name__text-block {
  min-height: 40px;
  margin-top: 20px;
  padding-left: 35px;
  background-image: url('../img/skin/icon__attention.png');
  background-repeat: no-repeat;
}

.regdriving-instructor-card .r-i-card-name__text-block p {
  padding-left: 15px;
  display: block;
  font-size: 12px;
  border-left: 1px solid #E6E6E6;
}

.regdriving-instructor-card .r-i-card-name__text-block p a {
  font-size: 12px;
}

.training-car__card {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #E6E6E6;
  padding: 25px;
  border-radius: 4px;
  background-image: url('../img/skin/dop-card-b-1-alt.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.training-car__card strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.training-car__card span {
  margin-top: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  color: #767676;
  background-color: #F3F3F3;
  
  
  width: max-content;
  text-transform: uppercase;
  padding: 5px 15px;
}

.regdriving-table-wrapper p {
  font-size: 16px;
  margin-bottom: 40px;
}

.regdriving-table-wrapper p a {
  font-size: 16px;
  color: #000000;
}

.regdriving-table-wrapper tr td:last-child {
  display: block;
  text-align: center;
  border: none;
  padding: 0;
}

.regdriving-table-wrapper tr td:last-child a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #E6E6E6;
  margin: 5px;
  padding: 8px;
}

.regdriving-table-wrapper tr td:last-child a:hover {
  border: 1px solid #000000;
}

.form-page {
  position: relative;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  background-color: white;
  padding: 20px 15px;
}

.form-page .form-page-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url('../img/skin/icon__close.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.form-page .form-page-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form-page h2 {
  padding-left: 7.25px;
  padding-right: 7.25px;
  font-weight: bold;
}

.form-page h3 {
  margin-top: 40px;
}

.form-page .form-group {
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.form-page .login-name-block {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-page .login-name-block label {
  min-width: 280px;
  display: 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;
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.form-page .login-name-block label span {
  display: block;
  margin-bottom: 15px;
  margin-top: 29px;
}

.form-page .login-name-block label input {
  border: 1px #E6E6E6 solid !important;
  font-size: 12px;
  color: #767676;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  height: 60px;
  padding: 20px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.checkdropdoun .control-label {
  margin-bottom: 15px;
  margin-top: 29px;
}

.checkdropdoun .form-bleach-title {
  display: none;
}

.pt-15 {
  padding-top: 15px;
}

.login-name-block {
  overflow: hidden;
  position: absolute;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.close-account {
  float: none!important;
  margin-left: auto !important;
}

.room-nav-wrapper > ul {
  width: 100% !important;
}

.instrcabinet-text h3 {
  margin-bottom: 30px!important;
}

.table-striped {
  border: none;
  border-top: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped > tbody > tr {
  position: relative;
}

.table-striped > tbody > tr::after {
  display: block;
  content: '';
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #ddd;
}

.table > tbody > tr > td:first-child {
  font-size: 18px;
  font-weight: bold;
}

.table > tbody > tr > td:first-child a {
  color: #000000 !important;
}

.table > tbody > tr > td:first-child a span {
  font-size: 14px;
  color: #767676 !important;
  text-decoration: underline!important;
}

.table > tbody > tr > td:first-child a:hover {
  opacity: 0.5;
}

.table.table-striped.table-instr.responsive {
  margin-top: 30px;
}

.table.table-striped.table-instr.responsive .sheddatared a {
  color: #E41F17 !important;
}

.table.table-striped.table-instr.responsive .sheddatared a span {
  color: #767676 !important;
  text-decoration: underline!important;
}

.table.table-striped.table-instr-edit {
  margin-top: 30px;
}

.mt-20px {
  margin-top: 20px;
}

.MenuOfSite-wrapper {
  padding: 0!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F3F3F3 !important;
}

.MenuOfSite__top-wrapper {
  border-bottom: 1px #E6E6E6 solid;
  width: 100%;
}

.MenuOfSite__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.MenuOfSite__top .button {
  border-radius: 4px;
  height: 50px;
  width: 200px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../img/skin/icon__sign-in.png), -webkit-gradient(linear, right top, left top, from(#8699F7), to(#61B6FF));
  background: url(../img/skin/icon__sign-in.png), -o-linear-gradient(right, #8699F7, #61B6FF);
  background: url(../img/skin/icon__sign-in.png), linear-gradient(to left, #8699F7, #61B6FF);
  background-repeat: no-repeat;
  background-position: center right 30px, center;
  padding-right: 45px;
}

.MenuOfSite__top .MenuOfSite-close-btn {
  background-image: url('../img/skin/icon__close.png');
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  display: block;
}

.MenuOfSite__top .MenuOfSite-close-btn:hover {
  opacity: 0.5;
}

.MenuOfSite-wrapper {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  -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-top: 30px;
  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', Arial, sans-serif;
  text-transform: capitalize;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 13px;
  margin-top: 13px;
  display: block;
  padding-top: 0 !important;
  font-size: 18px;
}

.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 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', Arial, sans-serif;
  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', Arial, sans-serif;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 28px;
  margin-top: 80px;
  font-size: 30px;
}

.text-page-item-wrapper h4 {
  font-family: 'Avant', Arial, sans-serif;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 28px;
  margin-top: 80px;
  font-size: 26px;
}

.text-page-item-wrapper h5 {
  font-family: 'Avant', Arial, sans-serif;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 28px;
  margin-top: 80px;
  font-size: 22px;
}

.text-page-item-wrapper h6 {
  font-family: 'Avant', Arial, sans-serif;
  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: 0;
  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: 35px 15px 15px;
  vertical-align: top;
  border-bottom: 1px solid #E6E6E6;
}

.text-table tbody tr td .text-table__big-text {
  font-size: 18px;
  font-family: 'Avant', Arial, sans-serif;
}

.text-table tbody tr td span {
  width: 1000px;
  display: inline-block;
  max-width: 170px;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  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;
}

.MenuOfSite > ul > li ul li a {
  font-size: 16px !important;
  font-family: 'Avant' !important;
  color: #767676 !important;
}

.MenuOfSite {
  padding-left: 0;
  padding-right: 0;
}

.MenuOfSite__bottom-wrapper {
  padding-top: 26px;
}

.MenuOfSite__bottom-headline {
  font-size: 12px;
  text-transform: uppercase;
  color: #767676;
  font-weight: bold;
  margin-bottom: 40px;
}

.MenuOfSite__bottom-wrapper .info-card--red {
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 35px 30px 30px;
}

.MenuOfSite__bottom-wrapper .info-card--red .button.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;
  height: 60px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #767676;
  border: 1px solid #E6E6E6;
  width: 100%;
  max-width: 320px;
}

.educational-literature-menu-card {
  margin-bottom: 15px;
  padding: 35px 30px 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;
  background-color: #ffffff;
}

.educational-literature-menu-card:hover {
  opacity: 0.5;
}

.educational-literature-menu-card .educational-literature-menu-card__headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 8px;
  font-family: 'Avant', Arial, sans-serif;
  width: 100%;
  color: #000000;
}

.educational-literature-menu-card .educational-literature-menu-card__content-wrapper {
  padding-top: 35px;
}

.educational-literature-menu-card .educational-literature-menu-card__content-wrapper .educational-literature-menu-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}

.educational-literature-menu-card .educational-literature-menu-card__content-wrapper .educational-literature-menu-card__content .educational-literature-menu-card__content-item {
  width: 80px;
  height: 80px;
  background-color: #E6E6E6;
  border-radius: 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;
  font-size: 12px;
  font-weight: bold;
  margin-left: -25px;
  color: #000000;
  background-position: top -6px left -3px;
}

.elmc__content-item-1 {
  background-image: url('../img/skin/literature-card-img-1.png');
}

.elmc__content-item-2 {
  background-image: url('../img/skin/literature-card-img-2.png');
}

.elmc__content-item-3 {
  background-image: url('../img/skin/literature-card-img-3.png');
}

.category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.category-links .category-link-wrapper {
  width: 33.33%;
  margin-bottom: 15px;
  padding-left: 7.25px;
  padding-right: 7.25px;
}

.category-links .category-link-wrapper a {
  padding: 20px 20px 38px;
  border: 1px #E6E6E6 solid;
  border-radius: 4px;
  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;
}

.category-links .category-link-wrapper a .category-link-icon::after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
}

.category-links .category-link-wrapper a .category-link-text {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  display: block;
  padding-top: 20px;
  color: #767676;
}

.category-link-wrapper-1 .category-link-icon::after {
  background-image: url('../img/skin/category-icon-a.png');
}

.category-link-wrapper-2 .category-link-icon::after {
  background-image: url('../img/skin/category-icon-b.png');
}

.category-link-wrapper-3 .category-link-icon::after {
  background-image: url('../img/skin/category-icon-c.png');
}

.category-link-wrapper-4 .category-link-icon::after {
  background-image: url('../img/skin/category-icon-d.png');
}

.category-link-wrapper-5 .category-link-icon::after {
  background-image: url('../img/skin/category-icon-e.png');
}

.MenuOfSite__bottom-headline {
  width: 100%;
}

.MenuOfSite__bottom-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-card--red-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.info-card--red-wrapper > * {
  min-height: 100%;
}

.MenuOfSite__bottom-headline {
  padding-left: 7.25px;
  padding-right: 7.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.MenuOfSite__bottom-headline > * {
  min-height: 100%;
}

.educational-literature-menu-card-wrapper {
  padding-left: 7.25px;
  padding-right: 7.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.educational-literature-menu-card-wrapper > * {
  min-height: 100%;
}

.category-link-wrapper a:hover {
  opacity: 0.5;
}

.MenuOfSite__bottom-wrapper {
  border-top: 1px #E6E6E6 solid;
}

.MenuOfSite-wrapper .MenuOfSite .MenuOfSite__nav li a {
  text-transform: capitalize !important;
}

.MenuOfSite > ul > li {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.MenuOfSite > ul > li a {
  width: auto!important;
  -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;
}

.MenuOfSite > ul > li .thisLvl2 {
  display: block;
  margin-top: 15px;
  background-image: url('../img/skin/icon__select.png');
  color: #000000;
  background-repeat: no-repeat;
  background-position: right center;
  
  
  height: max-content;
  padding-right: 20px;
}

.MenuOfSite__top-bread-crumbs {
  padding-top: 30px;
  display: none;
}

.MenuOfSite__top-bread-crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MenuOfSite__top-bread-crumbs ul li {
  padding: 5px;
}

.MenuOfSite__top-bread-crumbs ul li span {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #767676;
}

.MenuOfSite__top-bread-crumbs ul li button {
  display: inline-block;
  background-size: 18px;
  padding-left: 35px;
  background-image: url('../img/skin/icon__arrow-left.png');
  background-repeat: no-repeat;
  background-position: center left;
}

.MenuOfSite__top-bread-crumbs ul li button span {
  text-decoration: underline;
}

.MenuOfSite__top-bread-crumbs ul li button:hover {
  opacity: 0.5;
}

.MenuOfSite__top-bread-crumbs__open {
  display: block;
}

.NavPanel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.NavPanel-wrapper .NavPanel-item {
  padding: 50px 25px 47px;
}

.NavPanel-wrapper .NavPanel-item strong {
  display: block;
  font-size: 18px;
  color: #000000;
  font-family: 'Avant', Arial, sans-serif;
  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', Arial, sans-serif;
  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: 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-warning{
  background-color: #ffffff;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content-warning {
  padding-left: 17.25px;
  padding-right: 17.25px;
  margin-left: auto;
  display: block;
  font-size: 24px;
  font-family: "Avant", Arial, sans-serif;
  color: #ff0000;
}

.swiper-container.gallery-top .banner-congratulation .banner-congratulation__content strong {
  display: block;
  font-size: 18px;
  font-family: "Avant", Arial, sans-serif;
}

.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_bgs.webp');
  height: 100px;
  background-size: 100% 100% !important;
}

.banner-march strong {
  color: #E41F17;
}

.banner-9may {
  background-image: url('../img/skin/May_9_1.jpg');
  height: 186px;
  background-size: 100% 100% !important;
}

.banner-9may 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-congratulation__content.banner-congratulation__content_june{
  margin-left: unset !important;
  max-width: unset !important;
  text-align: center;
}

.banner-june {
  background-image: url('../img/skin/12_june-bg.png');
}

.banner-june strong {
  color: #000000;
}

.banner-june span {
  color: #000000 !important;
}

.banner-june span a {
  color: #000000 !important;
}

.banner-june .banner-congratulation__close-button {
  background-image: url('../img/skin/icon__close.png') !important;
}

.banner-november {
  background-image: url('../img/skin/banner_4november.jpg');
}

.banner-november strong {
  color: #000000;
}

.banner-november span {
  color: #000000 !important;
}

.banner-november span a {
  color: #000000 !important;
}

.banner-november .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: 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', Arial, sans-serif;
  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', Arial, sans-serif;
}

.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', Arial, sans-serif;
  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', Arial, sans-serif;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.menu-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 7.25px;


  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: 6px;
  left: 1px;
  right: 1px;
}

.menu-button-wrapper .menu-button .mbi-3 {
  bottom: -1px;
  right: 2px;
}

.menu-button-wrapper .menu-button-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  font-family: 'Avant', Arial, sans-serif;
  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: 0;
}

.menu-button-wrapper:hover .mbi-2 {
  top: 6px;
  left: 0;
  right: 0;
}

.menu-button-wrapper:hover .mbi-3 {
  bottom: -1px;
  right: 0;
}

.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: 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;
  
  border-bottom: 1px #E6E6E6 solid;
  font-size: 12px;
  font-family: 'Avant', Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  width: 190px;
  background-position: top 12px right 15px;
  padding: 9px 35px 10px 15px;
  background-color: #f8f8f8;
}

.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", Arial, sans-serif;
  font-weight: bold;
}

.header__link-group .header__link-wrapper a:hover {
  opacity: 0.5;
}

.header__link-wrapper-1::before {
  width: 25px;
  height: 25px;
  margin-right: 6px !important;
  /*background-image: url('../img/skin/icon__whatsapp.png');*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAETUlEQVRIid2VXUxbZRzGn9NzTtvTL6BflFIZ5SOBQBzLYCSMRLIJN+5KY7xbsgvdojFGjTqT+ZE449ArXSIs4QIvzJKZmN1o/MiIyljiMAiyItBCoVBa2p4WWg5tz0dfL5CTsvIxvTI+Vyfv+zzv7///n5z3AP8XUUcZpvx+D0vrLnJa9izN0HaKojhCSFaWFT4vSiNCVrrR3lIf+lf0qUDAOR8Kfx1NJDN5USL7SZQkEk0kM/5Q+Pb09GLlP+pkOrDUZTFyX1U77G6a1mAtF8Vd/j4WhWWk5QzMjBFeQw26bZ3wcG4oSgHheCKSEXLPtjYcGzsSMh1Y6qqwmL6pdtjKk+IGBoLDuBMfBQHZp0IKPfYuvFR3ATatFZE4v5lMC089DNoDmfD7HTaTZbLG5XQvCsu4PHMV8Tx/yFB3ZNdaca3lCuqNtQhFY2sbQubE8YaG2O6+pths0nGDbofNnRQ38PbMh4jnedAUDT2tPxSSEJO47LsKXkyh2ml3c1pusHhfhUzOzVVbDIZehqYxEBxGLJ+ATqPDwPF+3O4chkNnOxI0EBwGrdHAYuCe/M23UFMC0Wn1z1dYTOZIbh134qMAgDOObjSa6qDTaHHO1XcoBABG4ncRzkVgLTObDRz7QglEy7K9WpbFWHJcfclWtlw9oM3SciSEgGCMHwfLMNBr2bMlEIZmrACwKCyroQeZWfV5aPnLIyHFeYamrSUQDUUZASAtZ9TA1KYP46lJAECzufGRILt5SkMZSiAERAQAI83tCfX7r4MXU7hYex499tPquoHm8BhXXQIpZy0AgEKBCCUQRZbXAaDB6N0T4sUU3vvzY2SVHN5teg2vN1yCS+/E+01v4IuTn+GD5rfg4dyqv85YuwNRZPUDUyF5SRmVZBndtk5QD10EvswcXn3wDsLZKM65+nCzfRAdFW2gQKHb1okua/vOiEDhtLUDoiQhJynfl0By4vb15GYmXaWvxBlHd8kY/FtBXJh4BZ8Hh7EgLKnrASGIH2O/AAB6nU+gSl+JVHork80LQ7uePSUvrKz9WuepOvVD7Gd8NP9pCahYDp0NZsaEoBACAYFTZ8eNtk9g0piwFI7eajzmeW7XyxQHWYapAoDfN6cPBQBAPM+r95pTZ8e1lisoZ8sQisRWk9uZF4u9KmRqJtBq5PSVBAQTG3+gydyIk2WPIy4mMBIfg0zkEhAFCn3OHlzynkc5W4ZwnE9t5YRnOpub+b2+vzUbXOmv87jepGkNtpUsTIxRNaWkDfyUuIeV7TUkRB4mxoQGYy26rB1w6Z2QFQXhGL+6lc0/3VpfM35g+4urkfuEEFIoFMjWdrYQifObS2vrc9FEMi1K+/8Z86JIIonk5vzS6k2fb8V60NnFnSxzeq0oSrJPlKRbooZ8e8Lr3ZiYnXVzOuPLOobuohnGSVMUpxCSlRWZl0T5u3RWGTrV4o0eWH2xfD6f9pGM/1X9Betv+WqCKZk0AAAAAElFTkSuQmCC");
  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-inst {
  background-image: url(../img/skin/icon__instagram.png);
  background-size: contain;
}

.social-btn-vk {
  background-image: url(../img/skin/icons8-vk-50.png);
  background-size: contain;
}

.social-btn-tlgr {
  background-image: url(../img/skin/icons8-telegram-50.png);
  background-size: contain;
}

.header .social-btn-group {
  padding-top: 4px;
  margin-right: 35px;
  margin-left: 35px;
}

.blogin,.bname{
  display: none;}

.bg-success{
  background: #dff0d8 !important;
}

.MenuOfSite > .MenuOfSite-phones{
  display: none;}

@media screen and (min-width: 1300px) {
  .info-card-inner-wrapper-mini {
    width: 33.33% !important;
  }

  .room__table {
    margin-left: 8.33333333%;
  }

  .category-links {
    width: 50%;
    padding-left: 7.25px;
    padding-right: 7.25px;
  }

  .category-link-wrapper {
    width: 33.22% !important;
  }

  .info-card--red-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 25%;
  }

  .educational-literature-menu-card-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {

  .MenuOfSite-phones{column-count: 2 !important;}
  .MenuOfSite-phones li{
    padding: 5px 10px;
  }
  .MenuOfSite-phones li a{
    color: #000000;
    font-weight: bold;
    font-size: 15px;
  }

  .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: 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: 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: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .table-link-lonely {
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    
    max-width: max-content;
  }

  .start-text {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .table-link-icon {
    
    
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .note {
    
    
    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;

  }

  .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: 0;
    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: 0 !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: 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: 0 !important;
    padding-right: 0 !important;
  }

  .room-first-content-block h1 {
    font-size: 30px;
  }

  .room-next-content-block {
    padding-left: 0 !important;
    padding-right: 0 !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: 0 !important;
    padding-right: 0 !important;
  }

  .menu-button-wrapper {
    margin-right: auto;
  }

  .top-link-index {
    width: 50px;
  }

  .prepod-card {
    display: block;
  }

  .prepod-card .prepod-card__info {
    padding-left: 0;
  }

  .close-account {
    display: block;
  }

  .room-nav-wrapper > ul {
    background-color: #ffffff;
  }

  .room-nav-wrapper ul > li {
    display: none;
  }

  .smalldevmenu-wrapper {
    width: 200px !important;
    display: block !important;
  }

  .smalldevmenu-wrapper ul li {
    display: list-item;
  }

  .smalldevmenu-wrapper ul li a {
    color: #000000 !important;
  }

  .smalldevmenu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .room-menu-mobile-version {
    width: 200px;
    height: 50px;
    position: relative;
  }

  .room-menu-mobile-version ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .room-menu-mobile-version ul li {
    -webkit-transition: 0.22s ease-in-out;
    -o-transition: 0.22s ease-in-out;
    transition: 0.22s ease-in-out;
    position: relative;
    z-index: -2;
    pointer-events: none;
    opacity: 0;
    margin-top: -20px;
    width: 200px !important;
    display: block;
    background-color: #ffffff;
  }

  .room-menu-mobile-version ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-style: italic;
    color: #767676 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .room-menu-mobile-version ul li a:hover {
    opacity: 0.5 !important;
    cursor: pointer !important;
  }

  .room-menu-mobile-version ul li:first-child {
    z-index: 1;
    margin-top: 0;
    opacity: 1;
  }

  .room-menu-mobile-version ul li:first-child a {
    z-index: 2;
    position: relative;
  }

  .room-menu-mobile-version-ul-focus li {
    pointer-events: auto !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
  }

  .room-menu-mobile-version-ul-focus li a {
    z-index: 3 !important;
    position: relative !important;
    pointer-events: auto !important;
  }

  .room-menu-mobile-version:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    background-image: url('../img/skin/icon__select-2.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
  }

  .room-menu-mobile-version:after:hover {
    cursor: pointer;
    opacity: 1;
  }

  li.pull-right.close-account {
    display: block !important;
    margin-left: auto;
  }

  li.pull-right.close-account a {
    background: none !important;
    background-image: url('../img/skin/icon__sign-out.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 50px;
    height: 50px;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .room-nav-wrapper > ul {
    padding-top: 60px;
    padding-left: 7.25px;
    padding-right: 7.25px;
  }

  .class-progress-item__next span {
    text-align: left;
  }

  .class-progress-item__last {
    margin-left: auto;
  }

  .class-progress .class-progress-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .class-progress .class-progress-item .class-progress-item__next {
    -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;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .room-feedback-item-wrapper {
    margin-bottom: 15px;
  }

  .room-feedback-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under-headline .under-headline__item .button {
    margin-left: 0;
    margin-top: 30px;
  }

  .room-content h3 {
    font-size: 30px;
  }

  .under-headline {
    display: block;
  }

  .under-headline .under-headline__item {
    width: 100%;
  }

  .upcoming-events__table-wrapper h3 {
    font-size: 10px !important;
  }

  .room-feedback-item-wrapper .room-feedback-item {
    width: 100%;
  }

  .room-feedback-item-wrapper {
    min-width: 280px;
  }

  .content-room {
    padding-top: 120px;
  }

  .table-room {
    display: block;
    border: none;
  }

  .table-room tbody {
    display: block;
  }

  .table-room tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-top: none;
  }

  .table-room tbody tr td {
    display: block !important;
    width: 100%;
  }

  .form-page {
    padding: 15px;
  }

  .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;
  }

  .no-link:hover > a {
    cursor: pointer;
    -webkit-transition: 0.22s ease-in-out;
    -o-transition: 0.22s ease-in-out;
    transition: 0.22s ease-in-out;
    opacity: 0.5;
  }

  .no-link > a {
    pointer-events: none;
  }

  .submenu-open .main-submenu {
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
  }

  .submenu-open .main-submenu li {
    width: 100%;
    max-width: 377px;
    margin-right: auto;
    margin-left: auto;
  }

  .MenuOfSite__bottom-headline {
    display: none !important;
  }

  .info-card--red-wrapper {
    width: 100%;
    max-width: 320px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .educational-literature-menu-card-wrapper {
    display: none;
  }

  .category-links {
    display: none;
  }

  .info-card--red-wrapper {
    width: 100% !important;
    max-width: 377px !important;
  }

  .MenuOfSite__top {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .MenuOfSite__top .button {
    display: none;
  }

  .MenuOfSite-close-btn {
    height: 80px;
    background-color: #ffffff;
    margin-left: auto;
    padding-left: 40px !important;
    padding-right: 20px;
    background-position: left 17px center !important;
  }

  .MenuOfSite__nav .main-submenu {
    position: absolute;
    background-color: #F3F3F3 !important;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
  }

  .MenuOfSite-wrapper .MenuOfSite__bottom-wrapper {
    width: 100%;
    margin-top: auto;
  }

  .MenuOfSite-wrapper > .container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .MenuOfSite-wrapper > .container::after {
    display: none;
  }

  .MenuOfSite-wrapper > .container::before {
    display: none;
  }

  .MenuOfSite-wrapper > .container .row {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .MenuOfSite-wrapper > .container .row::after {
    display: none;
  }

  .MenuOfSite-wrapper > .container .row::before {
    display: none;
  }

  .MenuOfSite-wrapper > .container .row .MenuOfSite {
    float: none;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 380px;
  }

  .MenuOfSite-wrapper > .container .row .MenuOfSite::after {
    display: none;
  }

  .MenuOfSite-wrapper > .container .row .MenuOfSite::before {
    display: none;
  }

  .MenuOfSite-wrapper > .container .row .MenuOfSite .MenuOfSite__nav {
    min-height: 100%;
  }

  .MenuOfSite-wrapper > .container .row .MenuOfSite .MenuOfSite__nav > li {
    width: 100%;
    max-width: 377px;
    margin-right: auto;
    margin-left: auto;
  }

  .no-link:hover > a {
    cursor: pointer;
    -webkit-transition: 0.22s ease-in-out;
    -o-transition: 0.22s ease-in-out;
    transition: 0.22s ease-in-out;
    opacity: 0.5;
  }

  .no-link > a {
    pointer-events: none;
  }

  .submenu-open .main-submenu {
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
  }

  .submenu-open .main-submenu li {
    width: 100%;
    max-width: 377px;
    margin-right: auto;
    margin-left: auto;
  }

  .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: 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: 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: 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: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .table-link-lonely {
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    
    max-width: max-content;
  }

  .start-text {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .table-link-icon {
    
    
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .note {
    
    
    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: 0;
    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: 0 !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: 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;
  }

  .header__link-group .header__link-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__link-group .header__link-wrapper::before {
    display: none;
  }

  .MenuOfSite-wrapper .social-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .MenuOfSite-wrapper .header__link-group {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-wrapper {
    margin-right: auto;
  }

  .header__link-group {
    display: none;
  }

  .social-btn-group {
    display: none;
  }

  .header__link-wrapper-1 {
    padding-bottom: 0 !important;
  }

  .social-btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .prepod-card {
    display: block;
  }

  .prepod-card .prepod-card__info {
    padding-left: 0;
  }

  .pull-right.close-account a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: none !important;
    background-color: black !important;
  }

  .room-nav-wrapper ul li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px;
  }

  .class-progress-item__next span {
    text-align: left;
  }

  .class-progress-item__last {
    margin-left: auto;
  }

  .class-progress .class-progress-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .class-progress .class-progress-item .class-progress-item__next {
    -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;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .room-feedback-item-wrapper {
    margin-bottom: 15px;
  }

  .room-feedback-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .under-headline .under-headline__item .button {
    margin-left: 0;
    margin-top: 30px;
  }

  .room-content h3 {
    font-size: 30px;
  }

  .under-headline {
    display: block;
  }

  .under-headline .under-headline__item {
    width: 100%;
  }

  .upcoming-events__table-wrapper h3 {
    font-size: 10px !important;
  }

  .room-feedback-item-wrapper .room-feedback-item {
    width: 100%;
  }

  .room-feedback-item-wrapper {
    min-width: 280px;
  }

  .room-client-events {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-events-item {
    -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: 190px;
  }

  .table-room {
    display: block;
    border: none;
  }

  .table-room tbody {
    display: block;
  }

  .table-room tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-top: none;
  }

  .table-room tbody tr td {
    display: block !important;
    width: 100%;
  }

  .teacher-room-card-address-wrapper .teacher-room-card-address {
    padding-left: 60px;
    background-position: 25px 30px;
  }

  .teacher-room-cards .teacher-room-card-wrapper {
    width: 100%;
  }

  .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;
  }

  .info-card--red-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .educational-literature-menu-card-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .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: 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: 0;
    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 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;

    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;
  }

  .prepod-card {
    display: block;
  }

  .prepod-card .prepod-card__info {
    padding-left: 0;
  }

  .room-feedback-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .room-feedback-item-wrapper .room-feedback-item {
    width: 100%;
  }

  .room-feedback-item-wrapper {
    min-width: 280px !important;
    margin-bottom: 15px;
  }

  .avto span {
    white-space: nowrap;
  }

  .hourdrv a {
    margin-left: 0;
    margin-top: 10px;
  }

  .formatdata {
    font-size: 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;
  }

  .category-link-wrapper {
    width: 25% !important;
  }

  .info-card--red-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .educational-literature-menu-card-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  .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 (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;

    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 (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;

    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: 320px) and (max-width: 1299px){

  .MenuOfSite > .MenuOfSite-phones {
    display: block !important;
    column-count: 2 !important;
    border-bottom: 1px solid;
    margin: -30px auto 0;
    max-width: 377px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .MenuOfSite > .MenuOfSite-phones li {
    padding: 5px 10px;
  }


  .MenuOfSite > .MenuOfSite-phones li a {
    color: #555;
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .MenuOfSite > .MenuOfSite-phones li a.whatsapp::before {
    width: 25px;
    height: 25px;

    /*background-image: url('../img/skin/icon__whatsapp.png');*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAAETUlEQVRIid2VXUxbZRzGn9NzTtvTL6BflFIZ5SOBQBzLYCSMRLIJN+5KY7xbsgvdojFGjTqT+ZE449ArXSIs4QIvzJKZmN1o/MiIyljiMAiyItBCoVBa2p4WWg5tz0dfL5CTsvIxvTI+Vyfv+zzv7///n5z3AP8XUUcZpvx+D0vrLnJa9izN0HaKojhCSFaWFT4vSiNCVrrR3lIf+lf0qUDAOR8Kfx1NJDN5USL7SZQkEk0kM/5Q+Pb09GLlP+pkOrDUZTFyX1U77G6a1mAtF8Vd/j4WhWWk5QzMjBFeQw26bZ3wcG4oSgHheCKSEXLPtjYcGzsSMh1Y6qqwmL6pdtjKk+IGBoLDuBMfBQHZp0IKPfYuvFR3ATatFZE4v5lMC089DNoDmfD7HTaTZbLG5XQvCsu4PHMV8Tx/yFB3ZNdaca3lCuqNtQhFY2sbQubE8YaG2O6+pths0nGDbofNnRQ38PbMh4jnedAUDT2tPxSSEJO47LsKXkyh2ml3c1pusHhfhUzOzVVbDIZehqYxEBxGLJ+ATqPDwPF+3O4chkNnOxI0EBwGrdHAYuCe/M23UFMC0Wn1z1dYTOZIbh134qMAgDOObjSa6qDTaHHO1XcoBABG4ncRzkVgLTObDRz7QglEy7K9WpbFWHJcfclWtlw9oM3SciSEgGCMHwfLMNBr2bMlEIZmrACwKCyroQeZWfV5aPnLIyHFeYamrSUQDUUZASAtZ9TA1KYP46lJAECzufGRILt5SkMZSiAERAQAI83tCfX7r4MXU7hYex499tPquoHm8BhXXQIpZy0AgEKBCCUQRZbXAaDB6N0T4sUU3vvzY2SVHN5teg2vN1yCS+/E+01v4IuTn+GD5rfg4dyqv85YuwNRZPUDUyF5SRmVZBndtk5QD10EvswcXn3wDsLZKM65+nCzfRAdFW2gQKHb1okua/vOiEDhtLUDoiQhJynfl0By4vb15GYmXaWvxBlHd8kY/FtBXJh4BZ8Hh7EgLKnrASGIH2O/AAB6nU+gSl+JVHork80LQ7uePSUvrKz9WuepOvVD7Gd8NP9pCahYDp0NZsaEoBACAYFTZ8eNtk9g0piwFI7eajzmeW7XyxQHWYapAoDfN6cPBQBAPM+r95pTZ8e1lisoZ8sQisRWk9uZF4u9KmRqJtBq5PSVBAQTG3+gydyIk2WPIy4mMBIfg0zkEhAFCn3OHlzynkc5W4ZwnE9t5YRnOpub+b2+vzUbXOmv87jepGkNtpUsTIxRNaWkDfyUuIeV7TUkRB4mxoQGYy26rB1w6Z2QFQXhGL+6lc0/3VpfM35g+4urkfuEEFIoFMjWdrYQifObS2vrc9FEMi1K+/8Z86JIIonk5vzS6k2fb8V60NnFnSxzeq0oSrJPlKRbooZ8e8Lr3ZiYnXVzOuPLOobuohnGSVMUpxCSlRWZl0T5u3RWGTrV4o0eWH2xfD6f9pGM/1X9Betv+WqCKZk0AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -30px;
  }
  .hide1300{
    display: none !important;
  }

}
@media screen and (min-width: 768px) {
  .MenuOfSite > .MenuOfSite-phones {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px){
  .MenuOfSite > .MenuOfSite-phones {
    column-count: 4 !important;
  }
}
@media screen and (min-width: 1300px){
  .hide1300{
    display: flex !important;
  }
}