@charset "UTF-8";
.price_section {
  padding: 70px 0;
}

.price_subtitle {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FF1084;
}

.price_title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.price_description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: normal;
}

.price_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.price_addons_swiper {
  max-width: 100%;
  width: 100%;
}

.price_addons {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
}

.price_inner_block {
  width: calc(25% - 15px);
}

@media screen and (max-width: 1024px) {
  .price_title h2 {
    font-size: 30px;
  }
  .price_subtitle {
    font-size: 18px;
  }
  .price_description {
    font-size: 14px;
  }
  .light_mode .price_inner_block,
  .price_inner_block {
    width: 100%;
    box-sizing: border-box;
  }
  .price_addons {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .price_addons .advantage_inner_block {
    flex-shrink: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .light_mode .price_inner_block,
  .price_inner_block {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.price-section-toggle .price_addons > p {
  display: none;
}
.price-section-toggle .price_toggle {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 99px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
  width: fit-content;
}
.price-section-toggle .dark_mode .price_toggle {
  background: #2a2a2a;
}
.price-section-toggle .toggle_item {
  width: max-content;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  border-radius: 99px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.price-section-toggle .toggle_item input[type=radio] {
  display: none;
}
.price-section-toggle .toggle_item {
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  background-color: transparent;
  color: #04112D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-section-toggle .toggle_item.active {
  background-color: #4C83F3;
  color: #fff;
}
.price-section-toggle .toggle_item.active:hover {
  background-color: #2E4F92;
}
.price-section-toggle .toggle_item:hover {
  background-color: #DFEDFF;
}
@media screen and (max-width: 640px) {
  .price-section-toggle .toggle_item {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.price-section-toggle .toggle_label {
  display: block;
  width: 100%;
}
.price-section-toggle .toggle_label > span {
  font-style: italic;
}
.price-section-toggle .addons-container {
  display: none;
}
.price-section-toggle .addons-container.active {
  display: block;
}
.price-section-toggle .price_inner_block {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.price-section-toggle {
  /* Стили для переключателя */
}
.price-section-toggle .price_toggle {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.price-section-toggle .toggle_item {
  cursor: pointer;
}
.price-section-toggle .toggle_item input[type=radio] {
  display: none;
}
.price-section-toggle .price_inner_block {
  opacity: 1;
  height: auto;
  overflow: visible;
  display: block;
  display: flex;
  flex-direction: column;
}
.price-section-toggle .price_inner_block.hidden-price {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.price_section {
  padding: 70px 0;
}

.price_subtitle {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FF1084;
}

.price_title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.price_description {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: normal;
}

.price_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.price_addons_swiper {
  max-width: 100%;
  width: 100%;
}

.price_addons {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
}

.price_inner_block {
  width: calc(25% - 15px);
}

@media screen and (max-width: 1024px) {
  .price_title h2 {
    font-size: 30px;
  }
  .price_subtitle {
    font-size: 18px;
  }
  .price_description {
    font-size: 14px;
  }
  .light_mode .price_inner_block,
  .price_inner_block {
    width: 100%;
    box-sizing: border-box;
  }
  .price_addons {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .price_addons .advantage_inner_block {
    flex-shrink: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .light_mode .price_inner_block,
  .price_inner_block {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.price-section-toggle .price_addons > p {
  display: none;
}

.price-section-toggle .price_toggle {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 99px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
  width: fit-content;
}

.price-section-toggle .dark_mode .price_toggle {
  background: #2a2a2a;
}

.price-section-toggle .toggle_item {
  width: max-content;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease;
  border-radius: 99px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.price-section-toggle .toggle_item input[type=radio] {
  display: none;
}

.price-section-toggle .toggle_item {
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  background-color: transparent;
  color: #04112D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-section-toggle .toggle_item.active {
  background-color: #4C83F3;
  color: #fff;
}

.price-section-toggle .toggle_item.active:hover {
  background-color: #2E4F92;
}

.price-section-toggle .toggle_item:hover {
  background-color: #DFEDFF;
}

@media screen and (max-width: 640px) {
  .price-section-toggle .toggle_item {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.price-section-toggle .toggle_label {
  display: block;
  width: 100%;
}

.price-section-toggle .toggle_label > span {
  font-style: italic;
}

.price-section-toggle .addons-container {
  display: none;
}

.price-section-toggle .addons-container.active {
  display: block;
}

.price-section-toggle .price_inner_block {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.price-section-toggle .price_toggle {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.price-section-toggle .toggle_item {
  cursor: pointer;
}

.price-section-toggle .toggle_item input[type=radio] {
  display: none;
}

.price-section-toggle .price_inner_block {
  opacity: 1;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.price-section-toggle .price_inner_block.hidden-price {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.light_mode.price-section-toggle .price_toggle {
  border: 2px solid #CACEDA;
}
.light_mode.price-section-toggle .price_inner_block {
  border-color: #DFEDFF;
  border-width: 2px;
  background: #fff;
}
.light_mode.price-section-toggle .price_inner_block.general-price-inner {
  border-color: #FF3E71;
  background: #fff;
  border-width: 2px;
}
.light_mode.price-section-toggle .price_inner_tag {
  border-color: #FF3E71;
  border-width: 2px;
  color: #FF3E71;
  background: #fff;
  padding: 5px 12px;
}
.light_mode.price-section-toggle .price_inner_title {
  color: #1A1A1A;
}
.light_mode.price-section-toggle .price_inner_price {
  border-bottom: 1px solid #DFEDFF;
}
.light_mode.price-section-toggle .price_inner_per {
  border-bottom: 1px solid #DFEDFF;
}
.light_mode.price-section-toggle .price_inner_description {
  color: #1A1A1A;
}
.light_mode.price-section-toggle .price_inner_block .price_inner_button_block {
  background-color: #FF3E71;
  border-color: #FF3E71;
}
.light_mode.price-section-toggle .price_inner_block .price_inner_button_block .price_inner_button_text {
  color: #fff;
}