.hs {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
}

@media all and (max-width: 991px) {
  .hs {
    margin-top: 1rem;
    margin-bottom: .5rem;
    height: 100%;
  }
}

.hs-main {
  width: 70%;
  height: 270px !important;
}

@media all and (max-width: 991px) {
  .hs-main {
    width: 90%;
  }
}

@media all and (max-width: 991px) {
  .hs-nav {
    display: none;
  }
}

.hs-main-title {
  max-height: 80px;
}

.hs-main-title_ru {
  font-family: 'BebasNeueCyrillic';
  font-weight: normal;
}

@media all and (max-width: 991px) {
  .hs-main-title {
    max-height: 120px;
  }
}

@media all and (max-width: 575px) {
  .hs-main-title {
  }
}

@media all and (max-width: 767px) {
  .hs-main-title_displayed_md {
    display: none;
  }

  .hs-main-title_hided_md {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .hs-main-title_displayed_md {
    display: block;
  }

  .hs-main-title_hided_md {
    display: none;
  }
}

.hs-main-description {
  font-family: "Roboto";
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 3rem;
  text-transform: none;
}

@media all and (max-width: 1199px) {
  .hs-main-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@media all and (max-width: 575px) {
  .hs-main-description {
    margin-bottom: 0;
  }
}

.hs-main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 224px;
}

@media all and (max-width: 991px) {
  .hs-main-item {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    height: 90%;
  }
}

.hs-main-footer {
  margin-top: auto;
  width: 12rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 991px) {
  .hs-main-footer {
    margin-bottom: 1rem;
  }
}

.hs-main-footer_wide {
  width: 20rem;
}

.hs-main-header {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media all and (max-width: 991px) {
  .hs-main-header {
    margin-top: 0.5rem;
  }
}

@media all and (max-width: 575px) {
  .hs-main-header {
    margin-top: 0;
  }

  .hs-main-title {
    padding-top: 1rem;
  }
}

.hs-button {
  font-size: 1.25rem !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  word-break: keep-all !important;
}

.hs-button:hover {
  background-color: #ca0525 !important;
  border-color: #ef0f33 !important;
}

@media all and (max-width: 575px) {
  .hs-button {
    font-size: .875rem !important;
    padding: .5rem 1.25rem !important;
  }
}

.hs-fa-chevron-right {
  line-height: 1.5 !important;
  margin: 0 .5rem;
}

.hs-main-slick-conteiner {
  height: 260px !important;
  position: relative;
}

@media all and (max-width: 575px) {
  .hs-main-slick-conteiner {
    height: 306px !important;
  }
}

.hs-main-slick-conteiner_hidden {
  display: none;
}

.hs-nav-item {
  font-family: Roboto;
  font-size: .875rem;
  cursor: pointer;
  margin: 5px 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  opacity: .6;
}

  .hs-nav-item:hover {
    opacity: 1;
  }

.hs-nav-caption {
  display: block;
}

.hs-nav-number {
  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-family: "Bebas Neue";
  font-size: 35px;
  font-weight: bold;
  margin: 0 1rem;
  position: relative;
  width: 54px;
  height: 54px;
  top: 0;
}

.hs-nav-number_active {
  background-color: #ef0f33;
}

.hs-nav-item_active {
  opacity: 1;
}

.hs-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.hs-bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hs-bg-img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hs-bg_active {
  opacity: 1;
}

.special__wrapper .hs-nav-number {
  color: black;
}

.special__wrapper .hs-nav-number_active {
  background-color: black;
  color: white;
}

.special__wrapper .hs-bg, .special__wrapper .hs-bg:after {
  background: none;
  background-color: white;
}