/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.caspule-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15rem;
}


.nd-tarifss .nd-tarifss__list,
.nd-additions .nd-addition__list {
  display: flex;
  flex-direction: column;
  gap: 25rem;
}

.nd-tarifss .nd-tarif__item,
.nd-additions .nd-addition__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15rem;
  padding: 12rem 24rem;
  background: #B7BDCE;
  border-radius: 10rem;
}

.nd-tarifss .nd-tarif-item__flex,
.nd-additions .nd-addition-item__flex {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.nd-tarifss .nd-tarif__footer,
.nd-additions .nd-addition__footer {
  display: flex;
  flex-direction: column;
}


#modal-balance {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.60);
  z-index: 150;
}

#modal-balance p {
  margin: 0;
}

#modal-balance .modal-balance__body {
  display: flex;
  flex-direction: column;
  border-radius: 15rem;
  border: 1rem solid #F0F4F7;
  background: var(--white, #FFF);
  box-shadow: 0rem 2rem 20rem 0rem rgba(0, 0, 0, 0.10);
  width: 100%;
  max-width: 460rem;
  overflow: hidden;
}

#modal-balance .modal-balance__header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 22rem 15rem;
  background: var(--beige, #F5F2F3);
}

#modal-balance .modal-balance__title {
  color: var(--Black, #444);
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#modal-balance .modal-balance__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30rem 55rem;
  gap: 16rem;
}

#modal-balance .modal-balance__text {
  color: var(--Black, #444);
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25rem;
  /* 125% */
  width: 100%;
}

#modal-balance .modal-balance__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24rem;
  width: 100%;
  max-width: 240rem;

  padding: 16rem;
  border-radius: 12rem;
  background: rgba(183, 189, 206, 0.20);
}

#modal-balance .modal-balance__info a {

  text-align: center;
}

#modal-balance .modal-balance__close {
  position: absolute;
  right: 15rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 5rem;
  cursor: pointer;
}

#modal-balance .modal-balance__close i {
  display: block;
  width: 30rem;
  height: 30rem;
}

#modal-balance .modal-balance__close i::before {
  background-color: #B7BDCE;
}

#modal-balance .modal-balance__close:hover i::before,
#modal-balance .modal-balance__close:active i::before {
  background-color: rgba(183, 189, 206, 0.3);
}

#modal-balance .balance-info__title {
  color: rgba(68, 68, 68, 0.70);
  font-family: "Proxima Nova";
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18rem;
  /* 128.571% */
}

#modal-balance .balance-info__top {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}

#modal-balance .balance-info__count {
  display: flex;
  align-items: center;
  gap: 8rem;
  color: var(--Black, #444);
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#modal-balance .balance-info__btn {
  max-width: 235rem;
}

#modal-balance .balance-info__btn:hover {
  color: #fff;
}





/* Tariffs */
.subs__title {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.subs__title p{
  color: var(--Black, #444);
  /* H2 */
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 38rem;
  /* 118.75% */
}
.subs__auto-swith {
  align-items: center;
  gap: 8rem;
}
.subs__auto-swith p {
  color: var(--black, #444);
text-align: center;
/* button text */
font-family: "Proxima Nova";
font-size: 16rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.nd-lk-tariffs .nd-lk-center__container {
  flex-direction: column;
  gap: 25rem;
}

.subs__current {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24rem;
  border-radius: 16rem;
  align-items: center;
}

.bg-subs-base {
  background: linear-gradient(90deg, #F1F2F5 0%, #DBDEE6 100%) !important;
}

.bg-subs-premier {
  background: linear-gradient(90deg, #5BD28B 0.24%, #519C6F 99.76%) !important;
}

.bg-subs-premium {
  background: linear-gradient(90deg, #1D8F6B 0%, #0D4D39 100%) !important;
}

.subs-current__left {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.subs-current__text {
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* Comments Text */
  font-family: "Proxima Nova";
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18rem;
  /* 128.571% */
  opacity: 0.5;
}


.subs__current.subs-base .subs-current__text {
  color: var(--black, #444);
}

.subs__current.subs-premier .subs-current__text {
  color: var(--black, #FFF);
}

.subs__current.subs-premium .subs-current__text {
  color: var(--black, #FFF);
}


.icon-star {
  margin: 0 18rem;
}


.subs__current.subs-base .icon-star path {
  fill: var(--black, #444);
}

.subs__current.subs-premier .icon-star path {
  fill: var(--black, #FFF);
}

.subs__current.subs-premium .icon-star path {
  fill: var(--black, #FFF);
}


.subs-current__title {
  color: var(--black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* H3 */
  font-family: "Source Serif Pro";
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  cursor: pointer;
}


.subs__current.subs-base .subs-current__title {
  color: var(--black, #444);
}

.subs__current.subs-premier .subs-current__title {
  color: var(--black, #FFF);
}

.subs__current.subs-premium .subs-current__title {
  color: var(--black, #FFF);
}



.subs-current__more span {
  display: none;

  color: var(--black, #444);
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subs-current__more i {
  display: block;
  width: 24rem;
  height: 24rem;
  transform: rotate(180deg);
  cursor: pointer;
}

.subs__current.subs-base .subs-current__more i::before {
  background-color: rgba(68, 68, 68, 1);
}

.subs__current.subs-premier .subs-current__more i::before {
  background: var(--black, #FFF);
}

.subs__current.subs-premium .subs-current__more i::before {
  background: var(--black, #FFF);
}

.subs-current__info {
  border-radius: 100rem;

  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subs__current.subs-base .subs-current__info {
  background: var(--white, #FFF);
  padding: 12rem 32rem;
  color: var(--green, #326E5B);
}

.subs__current.subs-premier .subs-current__info {
  background: none;
  color: var(--white, #FFF);
}

.subs__current.subs-premium .subs-current__info {
  background: none;
  color: var(--white, #FFF);
}





.offers_subs__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;

  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr); */

  gap: 16rem;
}

.offers_subs__cart {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  border-radius: 15rem;
  padding-bottom: 18rem;
  max-width: 600rem;
  width: 100%;
  overflow: hidden;
  min-height: 350rem;

}

.offers_subs__cart.subs-premier {
  background: #FAFAFA;
  color: #444444;
  border: 1rem solid #559D72;
}


.offers_subs__cart.subs-premium {
  border: 1rem solid #0D4D39;
  background: #326E5B;
  color: #fff;
}





.tariff-offers__title {
  margin-bottom: 25rem;
  color: var(--Black, #444);
  font-feature-settings: 'liga' off, 'clig' off;

  /* H2 */
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 38rem;
  /* 118.75% */
}




.nd-lk-tariffs .nd-lk-center__container.tariff-offers {
  gap:80rem;
}

.subs-cart__top {
  display: flex;
  padding: 16rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8rem;
  align-self: stretch;
  border-radius: 0 0 16rem 16rem;
  color: var(--white, var(--white, #FFF));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Source Serif Pro";
  
  min-height: 160rem;
  position: relative;
}

.subs-cart__top h3{
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: white;
}


.rec_block {
  position: absolute;
  height: 50rem;
  top:-50rem;
  left:0;
  padding: 12rem;
  width: 100%;
  background: var(--light-green, #8DBEAF);
  color: white;
  font-weight: 700;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.rec_block p {
  color: white;
}

.rec_block_mobile {
  position: absolute;
  z-index: 3;
  top:16rem;
  right: 16rem;
  width: 32rem;
  height: 32rem;
}

.subs-cart__top p{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subs-cart__top.bg-subs-premium h3{
  margin-top: -10rem;
}


.subs-cart__top .icon-star path {
  fill: var(--black, #FFF);
}

.subs-cart__content {
  padding: 0 16rem;
  flex: 1;
}

.subs-cart__action {
  padding: 0 16rem;
}

.cart-features__list {
  display: flex;
  flex-direction: column;
  gap: 18rem;
}

.plan-cart .cart-features__list svg{
  display: flex;
  flex: 0 0 auto;
  /* width: 20rem;
  height: 20rem; */
}

/* .cart-features__list i::before{
  background-color: rgba(68, 68, 68, 1);

} */

.subs-premium .subs-cart__content .cart-features__list li {
  color: white;
}
.cart-features__item {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
}


.subs-cart__action {
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}

.subs-cart .subs-cart__action a {
  display: block;
  padding: 15rem 0;
  width: 100%;
  border-radius: 150rem;

}


.subs-cart.subs-premier .subs-cart__action a {
  color: var(--white, var(--white, #FFF));
  background-color: #326E5B;
}

.subs-cart.subs-premium .subs-cart__action a {
  color: var(--white, var(--white, #326E5B));
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subs-cart.subs-premium svg path {
  fill: #FFF;
}

.tariff_plans__list {
  display: flex;
  flex-direction: row;
  gap: 16rem;
}


.tariff_plan__cart {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24rem;
  padding: 16rem;
  /* border-radius: 15rem; */
  /* max-width: 200rem; */
  width: 100%;
}


.tariff_plan__cart:nth-child(1) {
  background: #F6FAF9;
}

.tariff_plan__cart:nth-child(2) {
  background: #E8F2EF;
}

.tariff_plan__cart:nth-child(3) {
  background: #DBEAE5;
}

.tariff_plan__cart:nth-child(4) {
  background: #CBE1DA;
}

.tariff_plan__top {
  min-height: 105rem;
}
.tariff_plan__title {
  margin: 16rem 0;
  /* min-height: 50rem; */
  color: var(--black, #444);
  font-feature-settings: 'liga' off, 'clig' off;
  /* H4 reg */
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36rem;
  /* 125% */
}

.tariff_plan__price {
  color: var(--black, #444);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Proxima Nova";
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 12rem 0 8rem;
}

.tariff_plan__price-part p {
  color: var(--green, #326E5B);
  text-align: left;
  font-weight: 400;
  line-height: 20rem;
}

.tariff_plan__price-part span {
  color: var(--green, #326E5B);
  text-align: right;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14rem;
  /* 116.667% */
}



.tariff_plan__action {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  width: 100%;
  cursor: pointer;
}

.tariff_plan__connect.nd-button {
    line-height: unset;
    height: auto;
    padding: 12rem 0;
    text-align: center;
    border-radius: unset;
    background-color: #2F6E5B;
    color: white;
    font-weight: 500;
}

.tariff_plan__connect-info {
  display: flex;
  justify-content: center;
  gap: 8rem;
  color: var(--green, #326E5B);
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.tariff_plan__connect-info i {
  display: flex;
  flex: 0 0 auto;
  width: 20rem;
  height: 20rem;

}

.tariff_plan__connect-info i::before {
  background-color: #326E5B;

}

.tariff_plan__more {
  color: var(--green, #326E5B);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Source Serif Pro";
  font-size: 16rem;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  /* 22.4rem */
  text-decoration-line: underline;
  margin-top: auto;
  cursor: pointer;
}






.tariff-offers__container {
  /* display: none; */
  /* max-height: 300rem; */
  /* overflow-y: auto; */
}

.tariff-offers__matching {
  display: none;
  margin-bottom: 25rem;
}
.tariff-offers__matching.active {
  display: flex;
}

.tariff-offers__table {
  border-radius: 15rem;
  display: none;
}
.tariff-offers__table.active {
  display: block;
  transition: .3s all ease-in-out;
}
.tariff-offers__table .table-col:nth-child(2) {
  background-color: #F6FAF9;
  /* Попробовать */
}

.tariff-offers__table .table-col:nth-child(3) {
  background-color: #E8F2EF;
  /* Легкий старт */
}

.tariff-offers__table .table-col:nth-child(4) {
  background-color: #DBEAE5;
  /* Только вспоминай */
}

.tariff-offers__table .table-col:nth-child(5) {
  background-color: #CBE1DA;
  /* Расширенный */
}

.tariff-offers__table svg {
  width: 25rem;
  height: 24rem;
}


.tariff-offers__table .table-body .table-col:first-child {
  position: relative;
}
.tariff-offers__table .table-body .table-col:first-child svg {
  position: absolute;
  right: 5rem;
  width: 15rem;
  height: 15rem;
}

.table-tarif__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-tarif__name {
  color: var(--black, #444);
  font-feature-settings: 'liga' off, 'clig' off;
  /* H4 reg */
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30rem;
  /* 125% */
  text-align: start;

  height: 60rem;
}

.table-tarif__price {
  color: var(--black, #444);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Proxima Nova";
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 12rem 0 24rem;
  text-align: start;
}

.table-tarif__anhor.nd-button {
  display: block;
  margin: 0 auto;
  margin-top: auto;
  padding: 12rem 16rem;
  border-radius: 50rem;
  text-align: center;
  height: auto;
  line-height: unset;
  color:#fff;
  min-width: 100%;
  background-color: #2F6E5B;
}

.tariff-offers__table {
  width: 100%;
}

.tariff-offers__table .table-header {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}

.tariff-offers__table .table-body {
  /* max-height: 400rem;
  overflow: auto; */
}

.tariff-offers__table .table-body::-webkit-scrollbar {
  display: none;
}

.tariff-offers__table .table-body {
  -ms-overflow-style: none;
  /* IE и Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tariff-offers__table .table-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.table-col:first-child {
  width: 15%;
  justify-content: flex-start;
}

.table-col {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  /* max-width: 168rem; */
  width: 15%;
  border: 1rem solid #E9EBF0;
  padding: 16rem;
  justify-content: center;
  position: relative;
}
.tariff_plan__connect.nd-button,
.table-tarif__anhor.nd-button {
  font-size: 16rem;
}

.show-tariff-table {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8rem;
  margin-top: 25rem;
  color: var(--green, #326E5B);
  text-align: center;
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.show-tariff-table i {
  display: block;
  width: 16rem;
  height: 16rem;
  transform: rotate(-90deg);

}

.show-tariff-table i::before {
  background-color: #326E5B;

}



.faq__title {
  margin-bottom: 25rem;
  color: var(--Black, #444);
  font-feature-settings: 'liga' off, 'clig' off;

  /* H2 */
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 38rem;
  /* 118.75% */
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.details {
  position: relative;
  display: block;
  /* max-width: 650px; */
  /* margin: 0 auto 10rem; */
  transition: 0.3s;
  overflow: hidden;

  border-radius: 15rem;
  background: #F1F2F5;
}

/* .details::after {
  z-index: 12;
  position: absolute;
  right: 24rem;
  top: 15rem;
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  border-right: 3rem solid #425995;
  border-bottom: 3rem solid #425995;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
} */


.details-status {
  display: flex;
  width: 24rem;
  height: 24rem;
  padding: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 1rem solid var(--green, #326E5B);
}

.details-status i {
  display: block;
  width: 16rem;
  height: 16rem;
}

.details-status i::before {
  background-color: #326E5B;
}
.details[open] .details-status {
  background-color: #326E5B;
}
.details[open] .details-status i{
  transform: rotate(180deg);
}
.details[open] .details-status i::before {
  background-color: #FFF;
}

/*
.details[open]::after {
  transform: rotate(45deg);
} */

.details[open] .details__content {
  margin-top: 0;
}

.details__title {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  /* background: #fff; */
  padding: 16rem;
  font-size: 20rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;

  color: var(--black, #444);
  font-feature-settings: 'liga' off, 'clig' off;
  /* H5 */
  font-family: "Source Serif Pro";
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.details__content {
  z-index: 0;
  position: relative;
  padding: 32rem;
  font-size: 18rem;
  margin-top: -100rem;
  transition: .3s;
}
.details[open] .details__content {
  padding-top: 10rem;
}
.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
  margin-bottom: 10rem;
}

.details__content li{
  list-style: disc;
  margin-left: 25rem;
  color: var(--black, #444);
font-feature-settings: 'liga' off, 'clig' off;
/* longread */
font-family: "Proxima Nova";
font-size: 16rem;
font-style: normal;
font-weight: 400;
line-height: 20rem; /* 125% */
}


.fixed {
  position: sticky;
  top: 120rem;
  z-index: 5;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8rem;
}
::-webkit-scrollbar-thumb {
  background: #2F6E5B;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0 1rem #2F6E5B;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1rem #2F6E5B;
  border-radius: 4rem;
}




/* MODALS Tarfis++++  */

.me-nd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.60);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(5%, 100%, 5%) 0;
  overflow-y: auto;
  z-index: 500;
  /* z-index: -1;
  opacity: 0; */
}


.me-nd-modal.me-nd-modal--show {
  visibility: unset;
  opacity: 1;
  transition: opacity .2s ease-in;
  z-index: 500;
}

.me-nd-modal__inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  max-width: 420rem;
  width: max-content;
  /* width: 100%; */
  border-radius: 15rem;
  overflow: hidden;
}

.me-nd-modal__top {

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22rem 45rem;
  text-align: center;
  background: var(--beige, #F5F2F3);
}
.me-nd-modal__top p{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8rem;
  color: var(--Black, #444);
  font-family: "Source Serif Pro";
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.me-nd-modal__top .me-nd-modal__close {

  position: absolute;
  right: 15rem;
  /* top: 17rem; */
  cursor: pointer;
}
.me-nd-modal__top .me-nd-modal__close i{

  width: 32rem;
  height: 32rem;
  display: block;
}
.me-nd-modal__top .me-nd-modal__close i::before{

  background-color: #B7BDCE;
}
.me-nd-modal__container {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  padding: 40rem 35rem;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
}
.modal-tarif-features p {
  margin-bottom: 14rem;
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.modal-tarif-features .tarif-features__lsit {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  color: var(--Black, #444);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem; /* 125% */
}
.modal-tarif-features .tarif-features__lsit li {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  align-items: flex-start;
}

.me-nd-modal__top.bg-subs-base {
  background: linear-gradient(90deg, #F1F2F5 0%, #DBDEE6 100%) !important;
}

.me-nd-modal__top.bg-subs-premier {
  background: linear-gradient(90deg, #5BD28B 0.24%, #519C6F 99.76%) !important;
}

.me-nd-modal__top.bg-subs-premium {
  background: linear-gradient(90deg, #1D8F6B 0%, #0D4D39 100%) !important;
}

.me-nd-modal__top.bg-subs-base p {
  color: var(--white, #444);
}

.me-nd-modal__top.bg-subs-premier p {
  color: var(--white, #FFF);
}

.me-nd-modal__top.bg-subs-premium p {
  color: var(--white, #FFF);
  position: relative;
}
.me-nd-modal__top.bg-subs-premium p .icon-star {
  position: absolute;
  left: -60%;
}


.me-nd-modal__top .icon-star {
  margin: 0;
}

.me-nd-modal__top.bg-subs-base .icon-star path {
  fill: var(--black, #444);
}

.me-nd-modal__top.bg-subs-premier .icon-star path {
  fill: var(--black, #FFF);
}

.me-nd-modal__top.bg-subs-premium .icon-star path {
  fill: var(--black, #FFF);
}



.modal-tarifs__slider {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.modal-tarifs-slider__list {
  display: flex;
  transition: transform 0.3s ease;
  /* overflow: hidden; */
  height: 100%;
}

.modal-tarifs-slider__item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}


.slider-item {
  display: none;
  flex-direction: column;
  gap: 24rem;
  /* height: 100%; */
}
.slider-item.active {
  display: flex;
  position: relative;
}

.slider-item__top {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 16rem;
  border-radius: 15rem;
  background: #F6FAF9;
}


.slider-item__title {
  color: var(--black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* H4 reg */
  font-family: "Source Serif Pro";
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25rem; /* 125% */
}
.slider-item__price {
  color: var(--black, #444);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slider-item__prev,
.slider-item__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24rem;
  height: 24rem;
  border-radius: 100rem;
  background: var(--white, #FFF);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item__prev {
  left: 8rem;
}
.slider-item__next {
  right: 8rem;
}

.slider-item__prev i,
.slider-item__next i{
  width: 32rem;
  height: 32rem;
  display: block;
}
.slider-item__next i{
  transform: rotate(180deg);
}
.slider-item__prev i::before,
.slider-item__next i::before{
  background-color: rgba(183, 189, 206, 1);

}


.slider-item .bonuce svg{
  display: flex;
  flex: 1 0 auto;
  margin-right: 8rem;
}
.slider-item .bonuce {
  border-radius: 100rem;
  border: 1rem solid var(--green, #326E5B);
  display: flex;

  gap: 8rem;
  text-wrap: nowrap;

  padding: 8rem 20rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225rem;
  margin-top: 32rem;
  margin-bottom: 8rem;
  color: var(--green, #326E5B);
  text-align: center;
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* .slider-item.slider-item__content  {
  opacity: 0;
  left: -500rem;
  position: relative;

}

.slider-item.active .slider-item__content {

  transition: 3s all ease-in-out;
  opacity: 1;
  left: 0;
} */



.slider-item__content {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50rem;

  color: var(--Black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* longread */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem; /* 125% */

  /* opacity: 0;
  position: relative;
  right: -80%; */

}

.slider-item__content.show {
  /* right: 0%;
  opacity: 1;
  transition: .8s all ease-in-out; */
}

.slider-item__content p {
  color: var(--Black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* longread */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem; /* 125% */
}

.slider-item__action {
  margin-top: auto;
}


.slider-item:nth-child(1) .slider-item__top {
  background: #F6FAF9;
}

.slider-item:nth-child(2) .slider-item__top {
  background: #E8F2EF;
}

.slider-item:nth-child(3) .slider-item__top {
  background: #DBEAE5;
}

.slider-item:nth-child(4) .slider-item__top {
  background: #CBE1DA;
}



.slider-item__connect.nd-button {
  max-width: max-content;
  padding: 0 32rem;
}



.slider-how__list {
  display: flex;
  flex-direction: column;
  gap: 22rem;
  position: relative;
}
.slider-how__list::before {
  position: absolute;
  content: "";
  top: 16rem;
  left: 15rem;
  border-left: 2rem dashed #8DBEAF;
  height: 80%;
  z-index: 1;
  opacity: 0.5;
}

.slider-how__item {
  display: flex;
  flex-direction: row;
  gap: 16rem;
  z-index: 2;
}

.slider-how__counter {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 32rem;
  color: var(--white, #FFF);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--light-green, #8DBEAF);
  border-radius: 100rem;
}

.slider-how__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}

.slider-how__content p {
  color: var(--Black, #444);
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
}
.slider-how__content span{
  color: var(--black, #444);
  font-feature-settings: 'liga' off, 'clig' off;
  /* longread */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem; /* 125% */
}







.modal-tarif__connected {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-tarif__connected i{
  width: 43rem;
  height: 43rem;
  display: block;
}
.modal-tarif__connected i::before{
  background-color: rgba(50, 110, 91, 1)
}
.modal-tarif__connected span{
  margin: 16rem 0 8rem;

  color: var(--green, #326E5B);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* H4 reg */
  font-family: "Source Serif Pro";
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25rem; /* 125% */
}
.modal-tarif__connected p{
  color: var(--Black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* longread */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20rem; /* 125% */
}

.modal-tarif__action {
  margin-top: 30rem;
}
.modal-tarif__action .nd-button {
  display: block;
  width: max-content;
  padding: 0 50rem;
  margin: 0 auto;
}
/* MODALS Tarfis----  */



.tariff-offers__matching {
  display: none;
}



.nd-select-wrap {
  font-size: 16rem;
  font-weight: 400;
  line-height: 20rem;
  display: flex;
  align-items: center;
  padding: 14rem 10rem;
  position: relative;
  border-radius: 8rem;
  border: 1rem solid rgba(183,189,206,.3);
  background-color: #fff;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
  transition: all .2s ease-in-out ;
}

.nd-select-wrap.active {
  border: 1rem solid #2F6E5B;
}

.nd-select-wrap.active svg{
  transform: rotate(180deg);
  transform-origin: center;
}

.nd-select-wrap__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.nd-select-dropdown {
  border-radius: 12px;
  border: 1px solid #F0F4F7;
  background: #FFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 110%;
	display: block;
	list-style: none;
	padding: 8rem 12rem;
  z-index: 3;
  min-width: 210rem;
}

.nd-select-dropdown[data-id="left"] {
  left:0;
  right:unset;
}
.nd-select-dropdown[data-id="right"] {
  left:unset;
  right:0;
}

.nd-select-dropdown li {
  color: var(--Black, #444);
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 10rem 0;
  border-bottom: 1px solid #F0F4F7;;
  position: relative;
}

.nd-select-dropdown li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0202 3.64645C14.2155 3.84171 14.2155 4.15829 14.0202 4.35355L6.68689 11.6869C6.49162 11.8822 6.17504 11.8822 5.97978 11.6869L2.64645 8.35355C2.45118 8.15829 2.45118 7.84171 2.64645 7.64645C2.84171 7.45119 3.15829 7.45119 3.35355 7.64645L6.33333 10.6262L13.3131 3.64645C13.5084 3.45118 13.825 3.45118 14.0202 3.64645Z' fill='%23326E5B' stroke='%23326E5B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16rem;
  height: 16rem;
  opacity: 0;
  position: absolute;
  right:4rem;
  pointer-events: auto;
}

.nd-select-dropdown li.choised::before {
  opacity: 1;
  pointer-events: none;
}

.no_active {
  opacity: .5;
  pointer-events: none;
}


.modal-balance_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
.modal-balance_empty > p {

  color: var(--Black, #444);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* H4 reg */
  font-family: "Source Serif Pro";
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25rem; /* 125% */

  max-width: 240rem;
  text-align: center;
}

.modal-balance_empty i{
  width: 43rem;
  height: 43rem;
  display: block;
}

.modal-balance_empty i::before{
  background-color: rgba(50, 110, 91, 1)
}

.modal-balance_empty__inner {
  display: flex;
  width: 242rem;
  padding: 16rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12rem;
  background: rgba(183, 189, 206, 0.20);
}
.modal-balance_empty__inner > span {
  color: rgba(68, 68, 68, 0.70);
font-feature-settings: 'liga' off, 'clig' off;

/* Comments Text */
font-family: "Proxima Nova";
font-size: 14rem;
font-style: normal;
font-weight: 400;
line-height: 18rem; /* 128.571% */
}

.modal-balance_empty__balance {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  align-items: center;
  margin: 12rem 0 24rem;
}
.modal-balance_empty__inner .count {
  color: var(--Black, #444);
  /* button text */
  font-family: "Proxima Nova";
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}



.all_prices {
  padding-bottom: 200rem;
}

.all_prices.one{
  padding-bottom: 200rem;
  padding-top: 120rem;
}

.all_prices div h1,
.all_prices div h2 {
  margin-bottom: 80rem;
}




/* MOdAL FORM */
.black_overlay {
  background: rgba(0, 0, 0, 0.60);
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9910011001;
}
.modal_query_wrap,
.modal_tarif_wrap {
  width: 480rem;
  max-width: 100%;
  height: fit-content;
  display: inline-flex;
  padding: 40rem 64rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 24rem;
  background-color: white;
  position: relative;
  z-index: 1002;
}

.modal_query_wrap {
  border-radius: 16rem;
  background: #2C6251;
  display: inline-flex;
  padding: 32rem 24rem 24rem 24rem;
  flex-direction: column;
  align-items: center;
  gap: 24rem;
  width: 610rem;
}

.modal_query_wrap h5, .modal_query_wrap p {
  color: white;
}

.modal_query_wrap h5 {
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5rem; /* 135.417% */
  max-width: 80%;
}

.thanks_for_info svg:first-child,
.modal_query_wrap svg {
  position: absolute;
  top:16rem;
  right: 16rem;
  cursor: pointer;
}




.query_modal_wrap_content {
  display: flex;
  width: 560rem;
  min-height: 503rem;
  padding: 24rem;
  justify-content: center;
  align-items: center;
  gap: 24rem;
  border-radius: 22rem;
  background: #FFF;
}

.left_content {
  background-image: url('../img/consult.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 455rem;
  min-width: 170rem;
}
.right_content {
  flex-grow: 1;
	position: relative;
	min-height: 450rem;
}
.query_consut__form {
  display: flex;
  flex-flow: column;
  gap: 12rem;
}
.query_consut__form input {
  border-radius: 8px;
  border: 1px solid #E9EBF0;
  background: var(--white, #FFF);
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Black, #444);
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.nav_arrow__btn {
  position: absolute;
  left:0;
  top:0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
  width: 60rem;
  cursor: pointer;
}

.nav_arrow__btn.right {
	left: unset;
	right: 0;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	justify-content: flex-end;
}

.nav_arrow__btn svg{
  position: static;
}










.thanks_for_info svg:first-child,
.modal_tarif_wrap svg {
  position: absolute;
  top:16rem;
  right: 16rem;
  cursor: pointer;
}

.modal_tarif_wrap h5 {
  color: #363636;
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5rem; /* 135.417% */
}

.ask_info__form {
  display: flex;
  flex-flow: column;
  gap:16rem;
}

.ask_info__form input,
.ask_info__form textarea {
  padding: 12rem;
  border: 1px solid rgba(183, 189, 206, 0.30);
  background: #FFF;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.query_consut__form input::placeholder,
.ask_info__form input::placeholder,
.ask_info__form textarea::placeholder {
  color: #898989;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.query_consut__form input:focus,
.ask_info__form input:focus,
.ask_info__form textarea:focus {
  border: 1px solid #2F6E5B;
  outline-style: none;
}

.ask_info__form p {
  font-size: 16rem;
}

.ask_info__form .nd-button {
  border-radius: unset;
}
.query_consut__form span,
.ask_info__form span {
  font-size: 12rem;
  text-align: center;
  line-height: 1.2;
  margin-top: -4rem;
}
.query_consut__form span a,
.ask_info__form span a{
  color: #0D4D39;
}


.current_month_year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}

.current_month_year p {
  color: var(--Black, #444);
  text-align: left;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.current_month_year p#current_month {
  color: var(--green, #326E5B);
  text-align: center;
  font-family: Montserrat;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.times_line__wrap,
.days_line__wrap {
  min-width: 100%;
  overflow: hidden;
  width: 300rem;
  position: relative;
  height: 56rem;
}
.times_line__wrap {
  height: 36rem;
}
.times_line,
.days_line {
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  transition: all .3s ease-in-out;
}

.consult_day {
  display: flex;
  padding: 10rem 12rem;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  border-radius: 8rem;
  background: #F1F2F5;
  color: #444;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Montserrat;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.consult_day.weekend {
  color: var(--red, #E24242);
}

.consult_time {
  display: flex;
  width: 67rem; 
  padding: 10rem 12rem;
  justify-content: center;
  align-items: center;
  border-radius: 8rem;
  background: #F1F2F5;
  /* gap: 8rem; */
  /* flex-shrink: 0; */
  color: #444;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Montserrat;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.consult_time.active,
.consult_day.active {
  background: #2F6E5B;
  color: #fff;
}

/* .iti-mobile .iti--container {
  position: absolute;
} */











.t-radio__control {
  cursor: pointer;
  margin-right: 24rem;
}

.t-radio__control input {
  display: none;
}

.t-radio__control span {
  color: #363636;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.t-radio__indicator {
	border: 2px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	opacity: .6;
	position: relative;
	transition: all .2s;
	vertical-align: middle;
	width: 20px;
}

.t-radio__indicator:after {
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s;
	width: 10px;
  background-color: #326e5b;
}

.t-radio__control input:checked~.t-radio__indicator:after {
	opacity: 1;
}

.form-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti, .form-group input{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #363636;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
  max-width: 318rem;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: unset;
	background-color: #fff;
	border: 1rem solid #e0e0e0;
	white-space: nowrap;
	max-height: 200rem !important;
	overflow-y: scroll;
  overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.input_err {
  border: 1px solid red !important;
}

.thanks_for_info {
	position: absolute;
	width: 410rem;
	z-index: -1;
	max-width: 100%;
	background-color: white;
	padding: 40rem 64rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	gap: 12rem;
}

.thanks_for_info__msg {
  max-width: 100%;
	background-color: white;
  margin: auto;
	padding: 40rem 64rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	gap: 12rem;
}

.thanks_for_info__msg h5,
.thanks_for_info h5{
  color: #2F6E5B;
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.thanks_for_info__msg p,
.thanks_for_info p{
  text-align: center;
  color: #363636;
  text-align: center;
  font-family: Montserrat;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.thanks_for_info__msg svg {
  position: static;
}
.thanks_for_info__msg p.date_consult__str {
  font-weight: 500;
}

.b24-form-wrapper {
	position: relative;
	display: block;
	background-color: rgba(0,0,0,.08);
	background-color: var(--b24-background-color);
	min-height: 100%;
	max-width: 100%;
	margin: 0;
	-webkit-transition: min-height 180ms ease;
	-o-transition: min-height 180ms ease;
	transition: min-height 180ms ease;
	word-break: break-word;
	border-radius: var(--ui-border-radius-md);
}

@media screen and (max-width: 650px) {
  .all_prices div h1,
  .all_prices div h2 {
    margin-bottom: 30rem;
  }

  .offers_subs__cart {
    min-height: unset;
  }

  #modal-balance {
    align-items: flex-end;
  }

  #modal-balance .modal-balance__body {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .subs__current {
    flex-direction: column;
    gap: 16rem;
  }

  .subs-current__left {

    width: 100%;
    flex-direction: column;
  }

  .subs-current__more {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 100rem;
    /* height: 40rem; */
    padding: 12rem 8rem;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    background: transparent;
    width: 100%;
    margin-top: 16rem;
  }

  .bg-subs-base .subs-current__more {
    color: #444;
    border: 1rem solid var(--gray, #B7BDCE);
  }
  .bg-subs-premier .subs-current__more {
    color: #fff;
    border: 1rem solid var(--white, #FFF);
  }
  .bg-subs-premium .subs-current__more {
    color: #fff;
    border: 1rem solid var(--white, #FFF);
  }
  .bg-subs-base .subs-current__more span{
    color: #444;
  }
  .bg-subs-premier .subs-current__more span {
    color: #fff;
  }
  .bg-subs-premium .subs-current__more span {
    color: #fff;
  }
  .subs__current .icon-star {
    margin: 10rem 0;
  }


  .subs-current__more {

  }
  .subs-current__more span{
    display: block;
  }


  .all_prices {
    padding-bottom: 50rem;
  }

  .all_prices.one {
    padding-bottom: 50rem;
    padding-top: 60rem;
  }


  .subs__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 25rem;
  }

  .nd-check-wrap {

    justify-content: space-between;
    width: 100%;
  }


  .tariff_plans__list {
    flex-direction: column;
  }

  .tariff_plan__cart {

    width: 100%;
    max-width: 100%;
  }
  .tariff_plan__top {
    display: flex;
    min-height: 0;
    flex-wrap: wrap;
    gap: 15rem;
  }
  .tariff_plan__title {
    margin-bottom: 0;
    min-height: 0;
    width: 100%;

  }
  .tariff_plan__price {
    margin: 0rem;
  }

  .tariff_plan__price-part {
    margin-left: auto;
  }
  .tariff_plan__price-part p {
    text-align: right;
  }

  .tariff-offers__table .table-row {
    width: 100%;
  }


  .tariff-offers__container {

    margin: 0 -10rem;
  }

  .table-header .table-col:first-child {
    display: none;
  }
  .table-header .table-col:nth-child(4),
  .table-header .table-col:nth-child(5) {
    display: none;
  }
  .table-header .table-col {
    width: 100%;
    max-width: 50%;
    flex: 1;
  }

  .table-tarif__name {
    font-size: 20rem;
    max-height: 60rem;
  }
  .table-tarif__price {
    font-size: 16rem;
  }
  .fixed {
    top: 56rem;

  }
  /* .table-body {

  } */
  .table-body .table-col:first-child {
    flex: 1 0 50%;
    max-width: 100%;
    text-align: left;
    padding: 16rem 12rem;
  }

  .table-body .table-col {
    max-width: 100%;
    flex: 0 1 50%;
    font-size: 14rem;
    padding: 16rem 5rem;
    text-align: center;

    color: var(--black, #444);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Comments Text */
    font-family: "Proxima Nova";
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18rem; /* 128.571% */

  }
  .table-body .table-col:nth-child(4),
  .table-body .table-col:nth-child(5) {
    display: none;
  }


  .me-nd-modal {
    align-items: flex-end;
    padding: unset;
  }


  .me-nd-modal__inner {
    border-radius: 15rem 15rem 0 0;

    max-width: 100%;
    width: 100%;
    max-height: calc(100svh - 65rem);
    height: auto;
  }

  .tariff-offers__matching {
    display: flex;
    gap: 6rem;
  }

  .modal_tarif_wrap {
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 40rem 16rem;
    gap: 20rem;
    margin-top: auto;
    border-top-left-radius: 16rem;
    border-top-right-radius: 16rem;
  }

  .modal_tarif_wrap h5 {
    font-size: 20rem;
    line-height: 26rem;
  }

  .modal_tarif_wrap svg {
    position: absolute;
    top:10rem;
    right: 10rem;
    cursor: pointer;
  }

  .ask_info__form input::placeholder,
  .ask_info__form textarea::placeholder {
    color: #898989;
    font-family: Montserrat;
    font-size: 14rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .ask_info__form p {
    font-size: 14rem !important;
  }

  .t-radio__control span {
    color: #363636;
    font-family: Montserrat;
    font-size: 14rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #open_consultation.tab-switch__head.tab-switch_head--open_capsule.new_dezign {
    margin: 0;
    padding: 8rem 16rem;
  }


  .modal_query_wrap {
    max-width: 100%;
    max-height: 100dvh;
    z-index: 988;
    padding: 10rem;
    padding-top: 16rem;
    margin-top: auto;
    margin-bottom: 0;
  }
  .query_modal_wrap_content {
    max-width: 100%;
    display: flex;
    /* width: 343px; */
    padding: 8rem 8rem 8rem 8rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8rem;
    height: fit-content;
		min-height: unset;
    margin-top: -12rem;
  }

  .modal_query_wrap h5 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: -16rem;
  }
  .modal_query_wrap svg.close_info {
    top:8rem;
    right: 8rem;
  }

  .left_content {
    background-image: url('../img/consult_mob.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 128rem;
		width: 100%;
		aspect-ratio: 327 / 144 !important;
  }

  .query_consut__form {
    max-width: 100% !important;
  }
  .query_consut__form input::placeholder,
  .query_consut__form input {
    color: var(--Black, #444);
    font-family: Montserrat;
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* padding: 12rem 14rem; */
  }
  .query_consut__form input::placeholder {
    opacity: .5;
  }

  .times_line__wrap, .days_line__wrap {
    min-width: 100%;
    overflow: hidden;
    width: 100%;
    /* max-width: 100%; */
    position: relative;
    height: 38rem;
  }
  .times_line__wrap {
    height: 26rem;
  }

  .consult_time, .consult_day {
    font-size: 11rem;
    padding: 6rem 8rem;
    gap: 8rem;
  }
  .query_consut__form span,
  .query_consut__form span{
    font-size: 10rem !important;
  }
  .query_consut__form span a,
  .ask_info__form span a {
    color: #0D4D39;
    font-size: 10rem !important;
  }

  .ask_info__form input, .ask_info__form textarea {
    padding: 12rem;
    border: 1px solid rgba(183, 189, 206, 0.30);
    background: #FFF;
    font-family: Montserrat;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14rem;
    font-family: Montserrat;
  }

  .phone-input-group {
    position: relative;
    width: 100%;
}
.phone-input-group input{
  width: 100%;
}

.iti--container {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background: white;
    max-height: 250px;
    overflow: hidden;
    border: 1rem solid #ccc;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
  max-width: 318rem;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: unset;
	background-color: #fff;
	white-space: nowrap;
	max-height: 100% !important;
	overflow-y: scroll;
  overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
  
  /* .iti-mobile .iti--container {
    top: 41dvh;
    bottom: -12rem;
    left: 16rem;
    position: fixed;
    z-index: 9999;
    max-width: calc(100% - 32rem);
    overflow-y: hidden !important;
  } */

  .right_content {
    min-width: 100%;
    /* min-height: unset; */
    height: fit-content;
    min-height: 315rem;
  }
  .b24-form-field.b24-form-control-string.b24-form-control-alert {
    margin-bottom: 4rem !important;
  }
}

