.devider-heading {
    max-width: 700px;
    margin: 0px auto 40px auto;
    text-align: center;
  }
  
  .devider-heading__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 0px;
    font-family: var(--MAIN_FONT);
    color: var(--SECONDARY_MAJOR_COLOR);
  }
  
  .devider-heading__title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px auto;
    border-radius: 20px;
    height: 3px;
    background-color: var(--EXTRA_COLOR);
  }
  
  @media (min-width: 576px) {
    .devider-heading__title {
      font-size: 32px;
    }
  }
  
  .devider-heading__subtitle {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0px;
    color: var(--TEXT_COLOR);
  }
  
  @media (min-width: 576px) {
    .devider-heading__subtitle {
      font-size: 18px;
    }
  }
/* =======================================================================*/
.devider-left-heading {
  max-width: 700px;
  margin: 0px 0 50px 0;
}

.devider-left-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--TEXT_COLOR);
  display: flex;
  align-items: center;
}

.devider-left-heading__subtitle:after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--EXTRA_COLOR);
  margin-left: 10px;

}

@media (min-width: 576px) {
  .devider-left-heading__subtitle {
    font-size: 18px;
  }
}

.devider-left-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--SECONDARY_MAJOR_COLOR);
  font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
  .devider-left-heading__title {
    font-size: 32px;
  }
}
/* =======================================================================*/
.lable-heading {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 40px;
}

.lable-heading__lable {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  border-radius: 500px;
  margin-bottom: 20px;
  background-color: var(--EXTRA_COLOR);
  color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 576px) {
  .lable-heading__lable {
    font-size: 18px;
  }
}

.lable-heading__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  color: var(--SECONDARY_MAJOR_COLOR);
  font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
  .lable-heading__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
  }
}

.lable-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  color: var(--TEXT_COLOR);
}

@media (min-width: 576px) {
  .lable-heading__subtitle {
    font-size: 18px;
  }
}
/* =======================================================================*/
.simple-heading {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 50px auto;
}

.simple-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  color: var(--SECONDARY_MAJOR_COLOR);
  font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
  .simple-heading__title {
    font-size: 32px;
  }
}

.simple-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  color: var(--TEXT_COLOR);
}

@media (min-width: 576px) {
  .simple-heading__subtitle {
    font-size: 18px;
  }
}
/* =======================================================================*/
.simple-left-heading {
  max-width: 700px;
  margin: 0px 0 50px 0;
}

.simple-left-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0px;
  color: var(--TEXT_COLOR);
}

@media (min-width: 576px) {
  .simple-left-heading__subtitle {
    font-size: 18px;
  }
}

.simple-left-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px;
  color: var(--SECONDARY_MAJOR_COLOR);
  font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
  .simple-left-heading__title {
    font-size: 32px;
  }
}
/* =======================================================================*/
.simple-top-heading {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 50px auto;
}

.simple-top-heading__subtitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 5px;
  color: var(--TEXT_COLOR);
}

@media (min-width: 576px) {
  .simple-top-heading__subtitle {
    font-size: 18px;
  }
}

.simple-top-heading__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0px;
  color: var(--SECONDARY_MAJOR_COLOR);
  font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
  .simple-top-heading__title {
    font-size: 32px;
  }
}
/* =======================================================================*/
.slider__pagination {
  display: flex;
  position: relative !important;
  justify-content: center;
}

.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--EXTRA_COLOR);
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--EXTRA_COLOR);
}
/* =======================================================================*/
.slider__pagination_fill {
  display: flex;
  position: relative !important;
  justify-content: center;
}

.slider__pagination_fill .swiper-pagination-bullet {
  opacity: 0.3;
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  transition: all 0.3s ease 0s;
  background-color: var(--EXTRA_COLOR);
}

.slider__pagination_fill .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--EXTRA_COLOR);
}