/* main-promo */
.main-promo {
  position: relative;
  margin: -15rem 0 4rem;
  padding: 15rem 0 0;
  min-height: 68rem;
}

@media only screen and (max-width: 767px) {
  .main-promo {
    min-height: auto;
    margin: -6rem 0 3rem;
    padding: 6rem 0 20rem;
  }
}

.main-promo__description {
  padding: 3.6rem 0 3rem;
  position: relative;
  z-index: 2;
  width: 30rem;
}

@media only screen and (max-width: 767px) {
  .main-promo__description {
    width: 100%;
    text-align: center;
    padding: 2rem 0 0;
  }
}

.main-promo__heading {
  font-family: "red_ring", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 6.5rem;
  letter-spacing: 0.02rem;
  color: white;
  text-transform: uppercase;
  margin: 0 0 2.6rem;
}

@media only screen and (max-width: 767px) {
  .main-promo__heading {
    font-size: 35px;
    line-height: 4.7rem;
    letter-spacing: 0.01rem;
    margin: 0 0 1.2rem;
  }
}

.main-promo__note {
  color: #ebebeb;
  font-size: 1.7rem;
  line-height: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .main-promo__note {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.main-promo__btn.btn {
  min-width: 23.2rem;
  padding: 1.7rem 3rem;
  border-radius: 2.7rem;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 3.1rem 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-promo__btn.btn {
    margin: 2rem 0 0;
  }
}

.main-promo__btn.btn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.main-promo__btn.btn:after, .main-promo__btn.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.7rem;
  overflow: hidden;
  background: #089652;
  background: -moz-linear-gradient(top, #089652 0%, #088052 100%);
  background: -webkit-linear-gradient(top, #089652 0%, #088052 100%);
  background: linear-gradient(to bottom, #089652 0%, #088052 100%);
  transition: opacity 1s ease;
}

.main-promo__btn.btn:after {
  opacity: 0;
  background: #089652;
  background: -moz-linear-gradient(top, #b01027 0%, #d13238 100%);
  background: -webkit-linear-gradient(top, #b01027 0%, #d13238 100%);
  background: linear-gradient(to bottom, #089652 0%, #088052 100%);
}

.main-promo__btn.btn:hover:before {
  opacity: 0;
}

.main-promo__btn.btn:hover:after {
  opacity: 1;
}

.main-promo__map {
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  bottom: 0;
}

.main-promo__map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-promo__map-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.main-promo__map-item.active {
  pointer-events: none;
}

.main-promo__img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 202rem;
  left: 50%;
  margin: 0 0 0 -101rem;
}

.main-promo__img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main-promo__darg-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 11rem;
  text-align: right;
  font-size: 1.3rem;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #4b4241;
  pointer-events: none;
}

.main-promo__darg-wrap span {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}

.main-promo__darg-front, .main-promo__darg-inside {
  transition: color 0.3s ease;
}

.main-promo__darg-front:hover, .main-promo__darg-inside:hover {
  color: #b5282a;
}

.main-promo__darg {
  overflow: hidden;
  width: 4.8rem;
  height: 2.4rem;
  margin: 0 1rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  pointer-events: auto;
  cursor: pointer;
}

.main-promo__darg .swiper-scrollbar-drag {
  border-radius: 50%;
  position: relative;
  width: 50% !important;
  height: 100%;
  border: 1px solid #ffffff;
}

.main-promo__darg .swiper-scrollbar-drag:before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  bottom: 0.2rem;
  right: 0.2rem;
  transition: all 0.3s ease;
  background-color: #e4373a;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #e4373a;
}

.main-promo__darg .swiper-scrollbar-drag:hover:before {
  background-color: #b5282a;
  box-shadow: 0 0 0 0.2rem #b5282a;
}

.main-promo__dot-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
}

.main-promo__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.3s ease;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  cursor: pointer;
  transform: scale(0.8);
  animation: dotsCircle 2s infinite ease-out;
}

.main-promo__dot:hover {
  transform: scale(1);
}

.main-promo__dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e4373a;
  border-radius: 50%;
}

.main-promo__map-item--inside .main-promo__dot:before {
  background-color: #ea721b;
}

.active-description .main-promo__dot {
  transform: scale(1);
}

.active .main-promo__dot-wrap {
  pointer-events: auto;
}

.main-promo__img-description {
  background-color: #ffffff;
  padding: 3rem;
  width: 31.7rem;
  color: #6b6b6b;
  font-size: 1.2rem;
  line-height: 1.8rem;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.main-promo__img-description.left {
  left: 3rem;
}

.main-promo__img-description.top {
  top: 0;
}

.main-promo__img-description.right {
  right: 1rem;
}

.main-promo__img-description.bottom {
  bottom: -1.8rem;
}

.main-promo__img-description .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 1.6rem;
  font-weight: bold;
  color: #000000;
}

.main-promo__img-description p {
  margin: 0;
}

.active-description .main-promo__img-description {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}

.main-promo__img-btn {
  font-size: 1.2rem;
  padding: 0.9rem 2rem;
  line-height: 1.7rem;
  border-radius: 1.8rem;
  font-weight: normal;
  margin: 2.2rem 0 0;
}

.main-promo__img-btn span {
  display: inline-block;
  vertical-align: middle;
}

.main-promo__img-btn [class*="icon"] {
  font-size: 0.8rem;
  border-radius: 50%;
  background-color: #303030;
  color: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;
  margin: 0 0 0 1rem;
}

.main-promo__close-description {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0;
  border-radius: 50%;
  text-align: center;
  color: #6b6b6b;
  font-size: 2rem;
  padding: 0 0 0 0.1rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.main-promo__close-description:hover {
  color: #171717;
}

@keyframes dotsCircle {
  0% {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0.1rem 0.5rem transparent;
  }
}

@media only screen and (max-width: 767px) {
  .main-promo .main-promo__map-mb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .main-promo .main-promo__map-mb img {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* end main-promo */
