html {
  --main-width-indicator: 15px;
  --main-height-indicator: 15px;
  --main-radius-indicator: 50%;
  --main-margin-indicator: 10px;
  --main-color-indicator-bg: white;
  --main-color-indicator-bg-active: var(--main-color-green);

}

.main_slider {
  background: #fff;

}

.carousel-inner > .container > * {
  pointer-events: auto;

}

.carousel-inner > .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;

}

.carousel-item {
  background-size: cover!important;

}

.carousel-slick-item img {
  width: 100%;

}

.sl_img_desc {
  display: block !important;

}

.sl_img_mob {
  display: none !important;

}

.carousel-caption {
  width: 42%;
  height: 462px;
  left: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 36px;

}

.slid_name {
  font-family: MuseoSansCyrl900;
  font-size: 55px;
  color: var(--main-color-dark);
  line-height: 1;

}

.slid_name span {
  color: var(--main-color-green);

}

.slid_text {
  font-family: MuseoSansCyrl500;
  font-size: 25px;
  color: var(--main-color-dark);
  margin-top: 30px;

}

.carousel-control-prev, .carousel-control-next {
  width: auto;

}

@media (max-width: 750px) {
  .sl_img_desc {
    display: none !important;

  }
  .sl_img_mob {
    display: block !important;

  }
  .carousel-item {

  }
  .carousel-caption {
    height: 250px;
    width: 450px;
    right: 0;
    left: 0;

  }
  .slid_name {
    font-size: 30px;

  }

}

@media (min-width: 751px) and (max-width: 991px) {
  .carousel-item {

  }
  .carousel-caption {
    width: 450px;
    height: 300px;

  }
  .slid_name {
    font-size: 35px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-item {

  }
  .carousel-caption {
    width: 50%;
    height: 350px;

  }
  .slid_name {
    font-size: 40px;

  }
  .slid_text {
    font-size: 21px;

  }

}