/* main info */
.main {
  position: relative;
  margin-bottom: 163px;
}

.main_title {
  margin-bottom: 168px;

  font-weight: 700;
  font-size: 75px;
}

.options {
  display: flex;
  gap: 137px;
}

.option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 356px;
}

.option_title {
  margin-bottom: 50px;

  font-weight: 700;
  font-size: 70px;
}

.compare {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.example {
  font-size: 26px;
  line-height: 1.2;
}

.apiway_emoji {
  position: absolute;
  bottom: -48px;
  left: -98px;
}

.manychat_emoji {
  position: absolute;
  top: 130px;
  right: -85px;
}

.tornado_decoration {
  position: absolute;
  bottom: -109px;
  right: 98px;
}

/* comparison */
.comparison {
  margin-bottom: 173px;
}

.comparison_title {
  margin-bottom: 50px;

  line-height: 1.2;
  max-width: 900px;
}

.section_subtitle {
  margin-bottom: 110px;

  font-size: 35px;
  text-align: center;
}

.range_container {
  margin-bottom: 137px;
  max-width: 1000px;
  width: 100%;
}

.range_track {
  position: relative;
  width: 100%;
  height: 10px;

  background-color: #FEBD3280;
  border-radius: 10px;
}

.range_fill {
  position: absolute;
  height: 100%;
  background-color: #FEBD32;
  border-radius: 10px;
  left: 0;
  width: 0%;
  z-index: 1;
}

.range_thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;

  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2.5px solid #FEBD32;
  cursor: grab;
}

.range_value {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);

  font-size: 26px;
}

.pricing_containers {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 149px;
}

.pricing_container {
  padding: 64px 60px 92px 43px;
  min-width: 424px;

  border: 1px solid #000000;
  border-radius: 20px;
  background-color: #FFFFFF;
}

.pricing {
  margin-bottom: 67px;

  font-size: 45px;
  font-weight: 700;
}

.month_price {
  position: relative;
  padding-left: 25px;

  font-size: 35px;
}

.month_price:before {
  position: absolute;
  content: '$';
  top: -6px;
  left: -4px;

  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 45px;
}

.manychat_price {
  padding-left: 34px;
  font-size: 22px;
}

.manychat_price:before {
  top: 0;
  left: 8px;

  font-size: 35px;
}

.amount {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 68px;
}

.manychat_amount {
  font-size: 55px;
}

/* video comparison */
.video_comparison {
  margin-bottom: 180px;
  line-height: 1.1;
}

.video_title {
  margin-bottom: 65px;

  max-width: 539px;
}

/* explanation */
.explanation {
  margin-bottom: 178px;
}

.explanation_title {
  margin-bottom: 83px;

  line-height: 1.1;
  max-width: 785px;
}

.question_icon {
 position: relative;
}

.question_icon::after {
  position: absolute;
  content: '';

  top: -40px;
  right: -70px;

  width: 66px;
  height: 80px;

  background-image: url("/apiway/front/images/modern/new/question_icon.svg");
}

.content {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 832px;
  font-size: 30px;

  line-height: 1.1;
}

.bold {
  font-weight: 700;
  letter-spacing: -1px;
}

.month {
  font-weight: 700;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 40px;

  padding-left: 40px;

}

.list li {
  list-style: initial;
}

/* why choose */
.choose {
  position: relative;
  margin-bottom: 163px;
}

.choose_title {
  margin-bottom: 83px;
}

.choose_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 114px -34px;

  font-size: 30px;
}

.choose_list li {
  padding-left: 40px;
	list-style: none;
	background-image: url("/apiway/front/images/modern/new/list_style_check.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

.star {
  position: absolute;
  left: 168px;
  bottom: 64px;
}

@media screen and (max-width: 1025px) {
  .main_title {
    margin-bottom: 60px;
  }

  .options {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .pricing_containers {
    gap: 10px;
  }

  .pricing_container {
    min-width: 0;
    padding: 35px;
  }

  .question_icon::after {
    display: none;
  }

  .choose_list {
    margin-left: 45px;
  }
}

@media screen and (max-width: 768px) {
  .main,
  .price,
  .comparison,
  .choose {
    margin-bottom: 100px;
  }

  .main_title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .option_title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .compare {
    font-size: 22px;
  }

  .example {
    font-size: 18px;
  }

  .apiway_emoji,
  .manychat_emoji {
    display: none;
  }

  .tornado_decoration {
    bottom: -88px;
    right: 17px;
  }

  .section_subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .range_container  {
    margin-bottom: 80px;
    width: 80%;
  }

  .range_value {
    font-size: 16px;
    bottom: -28px;
  }

  .range_thumb {
    width: 20px;
    height: 20px;
  }

  .pricing_containers {
    margin-bottom: 60px;
  }

  .pricing_container {
    padding: 21px;
  }

  .pricing {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .month_price {
    font-size: 22px;
    padding-left: 15px;
  }

  .month_price:before {
    font-size: 22px;
    top: 0;
  }

  .manychat_price::before {
    left: -4px;
  }

  .amount {
    font-size: 22px;
  }

  .video_comparison {
    margin-bottom: 50px;
  }

  .explanation {
    margin-bottom: 80px;
  }

  .explanation_title {
    margin-bottom: 40px;
  }

  .content {
    gap: 20px;
    font-size: 22px;
  }

  .list {
    gap: 20px;
  }

  .choose_title {
    margin-bottom: 40px;
  }

  .choose_list {
    margin-left: 15px;
    gap: 20px;
    font-size: 22px;
    margin-bottom: 80px;
  }

  .choose_list li {
    background-size: 22px;
  }

  .star {
    bottom: 81px;
  }
}
