.main-carousel__heading {
  width: 60%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.main-carousel__text {
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.main-carousel__btn {
  display: inline-block;
  padding: 10px 20px;
  min-height: 44px;
  line-height: 1.4;
  background: #5bc0de;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.main-carousel__btn:hover {
  background: #46b8da;
  color: #fff;
  text-decoration: none;
}

.land-block__content {
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
}
.land-block__title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.land-block__text {
  margin-bottom: 30px;
}
.land-block__btn {
  display: inline-block;
  padding: 10px 20px;
  min-height: 44px;
  line-height: 1.4;
  background: #5bc0de;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.land-block__btn:hover {
  background: #46b8da;
  color: #fff;
  text-decoration: none;
}
.land-block__btn--last {
  margin-bottom: 40px;
}

.content-central .land-block {
  position: relative;
}
.video--main--slide--play-btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 5px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
  display: block;
}
.video--main--slide--play-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 24px solid rgba(255, 255, 255, 0.7);
  border-bottom: 12px solid transparent;
}

#ABOUT_OLD.modal,
#ABOUT.modal {
  overflow-y: auto;
  max-height: none;
}
#ABOUT_OLD .modal-dialog,
#ABOUT .modal-dialog {
  max-width: min(600px, 95vw);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: none;
}
#ABOUT_OLD .modal-content,
#ABOUT .modal-content {
  height: auto;
  max-height: none;
}
#ABOUT_OLD .modal-body,
#ABOUT .modal-body {
  display: block;
  height: auto !important;
  max-height: none !important;
  overflow: visible;
  min-height: 0;
}
#ABOUT_OLD .modal-header,
#ABOUT .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
  min-height: 44px;
}
#ABOUT_OLD .modal-header h3,
#ABOUT .modal-header h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
#ABOUT_OLD .modal-header .close,
#ABOUT .modal-header .close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 44px;
  opacity: 1;
}
#ABOUT_OLD .modal-body .video-js,
#ABOUT .modal-body .video-js {
  width: 100% !important;
  max-width: 100%;
}
#ABOUT_OLD .modal-body video,
#ABOUT .modal-body video {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 768px) {
  .main-carousel__heading,
  .main-carousel__text {
    width: 100%;
  }
  .land-block__content {
    width: 100%;
  }
}

@media (max-width: 360px) {
  #ldCarousel.carousel {
    height: auto;
  }
  #ldCarousel .carousel-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    overflow: hidden;
  }
  #ldCarousel .carousel-inner .item {
    grid-area: 1 / 1;
    height: auto;
  }
  #ldCarousel .carousel-inner .item:not(.active) {
    visibility: hidden;
  }
  .main-carousel__heading,
  .main-carousel__text {
    width: 100%;
  }
  .land-block__content {
    width: 100%;
  }
  .content-central .land-block {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .main-carousel__btn,
  .land-block__btn {
    display: block;
    width: 100%;
  }

  .feedbacks-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .feedbacks-container .content-row {
    gap: 12px;
  }
  .feedbacks-container .col-mr40px {
    margin-right: 12px !important;
  }
  .feedbacks-container .avatar-md {
    width: 64px;
    height: 64px;
  }
  .feedbacks-container .avatar-sm {
    width: 36px;
    height: 36px;
  }
  .feedbacks-container .user-name {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 6px;
  }
  .feedbacks-container .first-container {
    padding: 8px;
  }
  .feedbacks-container .first-message {
    position: relative;
    padding: 12px;
    min-height: 220px;
    overflow: hidden;
  }
  .feedbacks-container .first-message .new-link {
    float: left;
  }
  .feedbacks-container .first-message .btn-flip {
    float: right;
  }
  .feedbacks-container .first-message:before {
    left: 14px;
    top: 0;
    margin: 0;
    transform: translateY(-100%) rotate(-90deg);
    width: 18px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .feedbacks-container .first-message .date {
    font-size: 11px;
    padding-right: 110px;
  }
  .feedbacks-container .first-message .rating {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .feedbacks-container .star-rating {
    width: 136px;
    height: 22px;
  }
  .feedbacks-container .star-rating > div {
    width: 136px;
    height: 22px;
  }
  .feedbacks-container .first-message .text,
  .feedbacks-container .page-container .text {
    font-size: 12px;
    line-height: 1.4;
  }
  .feedbacks-container .first-message .text {
    margin-top: 12px;
    margin-bottom: 12px;
    min-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .feedbacks-container .first-message .btn-flip {
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.8);
    transform-origin: center;
    margin-left: 8px;
    margin-right: 0;
  }
  .feedbacks-container .first-message .btn-flip:last-of-type {
    margin-left: 8px;
  }
  .feedbacks-container .page-container .content-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .feedbacks-container .feedback-pane {
    align-items: stretch;
  }
  .feedbacks-container .message {
    height: 100%;
    min-height: 160px;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
  }
  .feedbacks-container .message .text {
    flex: 1 1 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
