html {
  scroll-behavior: smooth;
}

.pro1c-landing {
  --max-width-xs: 100%;
  --max-width-sm: 540px;
  --max-width-md: 720px;
  --max-width-lg: 960px;
  --max-width-xl: 1140px;
  --max-width-xxl: 1290px;

  --fg-main: #2a2f30;
  --fg-primary: #0b454a;
  --bg-primary: #00898d;

  font-size: 1rem;
  color: var(--fg-main);
  box-sizing: border-box;
}
.rounded {
  width: fit-content;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 30px;
  background: #00898d;
  color:white;
}
.text-center {
  text-align: center;
}

.pro1c-landing *,
.pro1c-landing *::before,
.pro1c-landing *::after {
  box-sizing: inherit;
}

.pro1c-landing .text_lg {
  font-size: 1.125em;
}

.pro1c-landing .button_white {
  background-color: #ffffff;
}

.pro1c-landing .button_white,
.pro1c-landing .button_white:hover {
  color: var(--bg-primary);
}
.banner .banner-gift {
  display: none;
  position: absolute;
  top:0;
  left:55%;
  padding: 0 20px 20px 20px;
  width:246px;
  height:133px;
  border-radius: 0 0 30px 30px;
  background-color: #00898D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}
.banner .banner-gift__border {
  border-radius: 0 0 30px 30px;
  border: 2px dashed white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
  width: 100%;
  height:100%;
}
.banner-gift__content {
  display: flex;
  gap:10px;
  align-items: flex-end;
  justify-content: center;
  color: white;

}
.section-pro1c-services .section-how-subscribe__steps {
  margin-left: 90px;
  gap:0;
}
.section-pro1c-services .section-how-subscribe__steps > li:not(:last-child) {
  margin-bottom: 20px;
}
.section-pro1c-services .section-how-subscribe__steps > li::before {
  width: 70px;
  height: 70px;
  color: white;
  border: none;
  font-size: 28px;
  top: 0;
  left: -60px;
  background: #00898d;
}

.banner-gift__icon {
  width: 37px;
  height: 45px;
  background: url('./img/gift-icon.png') center/contain no-repeat;
}
.banner-gift__text {
  font-size: 20px;
  line-height: 1;
}
.pro1c-landing .banner {
  width: 100%;
  padding: 1.5em;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
  overflow: hidden;
  background-image: url("./img/bcg.webp");
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.pro1c-landing .banner__content {
  font-size: 1.125em;
  line-height: 1.2;
}

.pro1c-landing .banner__title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
  color: var(--fg-primary);
}

.pro1c-landing .banner__logo {
  margin-bottom: 1em;
}

.pro1c-landing .banner__descr {
  font-size: 24px;
  font-weight: 400;
}

.pro1c-landing .banner_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pro1c-landing .section {
  background-color: #ffffff;
}

.pro1c-landing .section_horizontal {
  display: flex;
}

.pro1c-landing .section_horizontal .section__inner {
  width: 100%;
  padding: 1.5em;
  flex-grow: 0;
  flex-shrink: 0;
}

.pro1c-landing .section_shadow {
  padding: 1.5em;
  box-shadow: 0px 10px 25px rgb(76 86 86 / 15%);
}

.pro1c-landing .section_top {
  position: relative;
  top: -1em;
}

.pro1c-landing .section_bg {
  color: #ffffff;
  background-color: var(--bg-primary);
}

.pro1c-landing .section__title {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: var(--fg-primary);
}

.pro1c-landing .section__inner .subtitle {
  font-weight: 700;
}

.pro1c-landing .section_bg .section__title {
  color: inherit;
}

.pro1c-landing .section__image {
  display: none;
  width: 40%;
  background-image: url("./img/section-bg1.jpg");
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 0;
  flex-shrink: 0;
}


.pro1c-landing .section__footer {
  margin-top: 3em;
  font-size: 1.125em;
  text-align: center;
}

.pro1c-landing .counter-features {
  margin-top: 220px;
  background-color: transparent !important;
  margin-bottom: 140px;

}

.pro1c-landing .counter-features__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 120px;
  font-size: 16px;
  justify-items: center;
}

.pro1c-landing .counter-features__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;

}

.pro1c-landing .counter-features__item .item__counter {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--bg-primary);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro1c-landing .counter-features__item .item__counter::before {
  z-index: -1;
  top: -65px;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #b1e5df center url(./img/feature-icon.svg) no-repeat;
}

.pro1c-landing .counter-features__item .item__descr {
  font-size: 1.3rem;
  text-align: center;
}

.pro1c-landing .subscribe-services__list {
  padding-left: 0;
}

.pro1c-landing .subscribe-services__item {
  box-shadow: 0px 10px 25px rgb(76 86 86 / 15%);
  margin-bottom: 30px;
}

.pro1c-landing .subscribe-services__item_with-access {
  position: relative;
}

.pro1c-landing .subscribe-services__access-gift {
  display: flex;
  align-items: center;
  color: #00898d;
  font-size: 16px;
  min-height: 50px;
  width: 100%;
  border: 1px solid #00898d;
  border-radius: 7px;
  padding: 10px 20px;
}

.pro1c-landing .subscribe-services__access-gift p {
  margin: 0 0 0 20px;
}

.subscribe-services__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translate(50%, -100%);
}

.pro1c-landing .subscribe-services__title {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  background-color: #00898d;
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.pro1c-landing .subscribe-services__topic {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}

.pro1c-landing .subscribe-services__topics {
  padding: 30px;
  display: flex;
  font-size: 17px;
  flex-direction: column;
  gap: 20px;
}

.pro1c-landing .mb-20 {
  margin-bottom: 20px;
}

.pro1c-landing .mb-30 {
  margin-bottom: 30px;
}

.pro1c-landing .mb-40 {
  margin-bottom: 40px;
}

ul {
  padding-left: 0;
  list-style: none;
}

.section_bg ul li {
  display: flex;
  position: relative;
  margin: 0 0 0 20px;
}

.section_bg ul li:last-child {
  margin-bottom: 20px;
}

.subscribe-services-calc-price {
  display: flex;
  width: 100%;
  padding: 40px 40px;
  flex-direction: column;
  margin-bottom: 100px;
  box-shadow: 0 10px 25px rgb(76 86 86 / 15%);
  overflow: auto;
  position: relative;
  padding-top: 100px;
  background: none;
}

.discount-list li {
  display: flex;
  gap:20px;
  align-content: baseline;
  margin-bottom: 40px;
}

.discount-list .percents-block {
  flex-grow:0;
  flex-shrink: 0;
  width: 80px;
  height: 55px;
  background-color: #00898D;
  color:white;
  font-size: 26px;
  border-radius: 10px;
}
.discount-list .text-block {
  line-height: 1.4;
}
 .attention-text {
  padding-left: 80px;
  gap:20px;
  position: relative;
  font-size: 24px;
}
.attention-text::before {
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "!";
  width:56px;
  height:56px;
  background-color: #FF8F3F;
  border-radius: 50%;
  color:white;
  font-size: 40px;
}
.subscribe-services-calc-price__checkboxes {
  display: flex;
  gap: 200px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 30px;
}


.subscribe-services-calc-price__cost {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  min-width: 512px;
}

.subscribe-services-calc-price__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.subscribe-services-calc-price__title {

  flex: 1 3 500px;
}

.subscribe-services-calc-price__3-month {

  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-services-calc-price__12-month {
  opacity: 1;
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-services-calc-price__currency {
  text-align: center;
  font-size: 24px;
  color: #095d64;
}

.subscribe-services-calc-price__value {
  text-align: center;
}

.section_bg ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 1em;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: var(--bg-primary);
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.pro1c-landing .section_bg ul li::before {
  background-color: currentColor;
}

.section__subtitle {
  margin-top: 3em;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: var(--fg-primary);
}

.subscribe-steps {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  line-height: 1.3;
  list-style: none;
  counter-reset: subsrsteps;
}

.subscribe-steps li {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  counter-increment: subsrsteps;
}

.subscribe-steps li:not(:last-child) {
  margin-bottom: 2em;
}

.subscribe-steps li::before {
  content: counter(subsrsteps);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  margin-right: auto;
  margin-bottom: 1.333333333em;
  margin-left: auto;
  font-size: 1.5em;
  color: var(--bg-primary);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.pro1c-landing .section__feedback {
  overflow: hidden;
  min-width: 0;
}

.pro1c-landing .feedback {
  min-height: 267px;
  background-color: white;
  padding: 60px 70px;
  position: relative;
}

.pro1c-landing .feedback::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 70px;
  background-image: url(./img/quote-about.svg);
  width: 38px;
  height: 34px;
}

.feedback__author-position,
.feedback__author-company {
  display: none;
}

.pro1c-landing .feedback__content {
  font-size: 16px;
  position: relative;
}

.feedback__text {
  font-weight: 400;
  font-size: 1em;
  font-style: italic;

  margin-bottom: 30px;
}

.pro1c-landing.feedback__text_closed {
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-line-clamp: 5;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.pro1c-landing .feedback__author-name {
  font-weight: 700;
}

.pro1c-landing .btn-about {
  background-color: unset;
  border: none;
  color: #828282;
  position: absolute;
  right: 0;
  bottom: -30px;
  cursor: pointer;
}

.pro1c-landing .promocode-discounts {

}

.pro1c-landing .promocode-discounts ul{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  padding: 0;
}
.pro1c-landing .promocode-discounts li{
  flex: 1 1 360px;
  max-width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 25px rgb(76 86 86 / 15%);
}
.promocode-discounts__item-header p,
.promocode-discounts__item-price p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.promocode-discounts__item-header span {
  font-weight: bold;
  font-size: 32px;
}
.promocode-discounts__item-header {
  min-height: 150px;
  text-align: center;
  display: flex;
  width:100%;
  justify-content: center;
  padding-top: 30px;

}
.promocode-discounts__item-price {
  min-height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:  url('./img/items_bcg.webp')  no-repeat center/cover ;
}
.promocode-discounts__item-price .line-through {
  text-decoration: line-through;
  font-size: 24px;
}
.promocode-discounts__item-price .item-price {
  font-size: 48px;
  text-align: center;
}
.promocode-discounts__item-price .item-price>span {
  font-size: 24px;
}
.promocode-discounts__item-descr {
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .pro1c-landing .feedback {
    padding: 30px 40px;
  }

  .pro1c-landing .feedback__text_closed {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-line-clamp: 7;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }

  .subscribe-services-calc-price__checkboxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .subscribe-services-calc-price__cost {
    justify-content: space-between;
    gap: 20px;
  }

  .subscribe-services-calc-price__currency {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .page .section.subscribe-services {
    margin-bottom: 20px;
  }

  .subscribe-services-calc-price__title {
    flex: 1 1 250px;
  }
}


@media (min-width: 320px) and (max-width: 768px) {
  .pro1c-landing .feedback__content {
    font-size: 14px;
  }



  .subscribe-services-calc-price__checkboxes {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }

  .subscribe-services-calc-price__cost {
    flex-direction: column;
    align-items: baseline;
  }

  .pro1c-landing .section_bg {
    color: #ffffff;
    background-color: var(--bg-primary);
  }

  .pro1c-landing .subscribe-services__title {
    min-height: 100px;
  }

  .pro1c-landing .subscribe-services {
    margin-bottom: 0;
  }

}


.pro1c-landing .banner__team  {
  display: none;
}
@media (min-width: 576px) {
  .pro1c-landing .banner__team  {
    display: block;
    content: '';
    width:570px;
    position: absolute;
    bottom: -80px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
  }
  .pro1c-landing .banner {
    padding-top: 6em;
    padding-bottom: 18em;
  }

  .pro1c-landing .banner__inner {
    margin-right: auto;
    margin-left: auto;
  }

  .pro1c-landing .banner__inner {
    max-width: var(--max-width-md);
  }

  .pro1c-landing .section_shadow {
    padding: 6em 5em;
  }

  .pro1c-landing .section_top {
    top: -2em;
  }

  .pro1c-landing .section__title {
    font-size: 30px;
    font-weight: 700;
  }


  .subscribe-steps li {
    width: 50%;
  }

  .pro1c-landing .counter-features__item .item__counter::before {
    z-index: -1;
    top: -65px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #b1e5df center url(./img/feature-icon.svg) no-repeat;
  }


  .pro1c-landing .counter-features__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .pro1c-landing .counter-features__item .item__descr {
    text-align: left;
  }

  .pro1c-landing .counter-features__item .item__counter {
    justify-content: flex-start;
  }

}

@media (min-width: 768px) {
  .pro1c-landing .banner__team  {
    content: '';
    width: 550px;
    height: 350px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transform: none;
    z-index: 0;
  }
  .pro1c-landing .banner {
    text-align: left;
  }
  .pro1c-landing .banner_btn {
    align-items: flex-start;
  }
  .pro1c-landing .counter-features__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    font-size: 14px;
  }

  .banner .banner-gift {
    display: flex;
  }


  .pro1c-landing .counter-features__list {
    font-size: 12px;
  }

  .pro1c-landing .counter-features____item .item__descr {
    font-size: 20px;
  }

  .pro1c-landing .banner {
    height: 33em;
    padding: 0 0 2em 0;
  }

  .pro1c-landing .banner__inner {
    max-width: var(--max-width-md);
  }

  .pro1c-landing .banner__content {
    width: 50%;
  }


  .pro1c-landing .banner__inner {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .subscribe-steps li {
    width: 25%;
  }

}


@media (min-width: 992px) {
  .pro1c-landing .promocode-discounts ul {
    flex-wrap: nowrap;
  }
  .pro1c-landing .banner__team  {
    content: '';
    width: 750px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .promocode-discounts__item-descr {
    min-height: 245px;
  }
  .pro1c-landing .counter-features__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 90px;
    font-size: 14px;
  }

  p.feedback__text_closed~button.btn-about {
    bottom: 0;
  }

  .pro1c-landing .banner {
    height: 38em;
  }


  .pro1c-landing .banner__inner {
    max-width: var(--max-width-lg);
  }

  .pro1c-landing .section_horizontal .section__inner {
    width: 60%;
    padding: 4em;
  }

  .pro1c-landing .section_horizontal .section__title,
  .pro1c-landing .section_horizontal .section__footer {
    text-align: left;
  }

  .pro1c-landing .section_horizontal .section__image {
    display: block;
    width: 40%;
  }
  .section-pro1c-services .section-how-subscribe__steps > li:not(:first-child) {
    width:60%;
  }
  .subscribe-services-calc-price {
    background: url('./img/discount_20.11.webp') 100% 15%/45% no-repeat ;
  }

  .pro1c-landing.pro1c-landing_20250203 .subscribe-services-calc-price {
    background: none;
  }
  .discount-list li {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .section-pro1c-services .section-how-subscribe__steps > li:not(:first-child) {
    width:55%;
  }
  .pro1c-landing .banner__team  {
    content: '';
    width: 790px;
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .subscribe-services-calc-price {
    background: url('./img/discount_20.11.webp') 100% 10%/50% no-repeat ;
  }
  .discount-list li {
    width: 65%;
  }
  .pro1c-landing .banner__inner {
    max-width: var(--max-width-xl);
  }

  .pro1c-landing .banner_btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .feedback__text_closed {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }

  .section_bootstrap .pro1c-landing .section_shadow {
    padding: 6em 5em;
  }

  .counter-features__item .item__counter {
    font-size: 4.5rem;
  }

  .counter-features__item .item__descr {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {


  .pro1c-landing .banner {
    height: 45em;
  }


  .pro1c-landing .banner__inner {
    max-width: var(--max-width-xxl);
  }
}

@media (min-width: 1400px) {
  .pro1c-landing .banner__team {
    content: '';
    width: 1000px;
    height: 550px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
@media (min-width: 1600px) {
  .pro1c-landing .banner {

    background-image:
            url("./img/bcg.webp");
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1700px) {
  .pro1c-landing .banner__team {
    content: '';
    width: 1100px;
    height: 600px;
  }
}
.service-tariffs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbdbd;
  min-width: 420px;
}

.color-white {
  color: white;

}

.color-white:hover {
  color: unset;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.subscribe-services-calc-price__promo {
  display: flex;
  flex-direction: column;
  gap:10px;
}
.subscribe-services-calc-price__promo-list {
  display: flex;
  gap:50px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.subscribe-services-calc-price__promo-list .promo-list__item {
  display: flex;
  align-items: center;
  gap:10px;
}

.promo-list__item-instag::before {
  content: '';
  width:33px;
  height:33px;
  background: url('./img/instag.svg');
}
.promo-list__item-telegram::before {
  content: '';
  width:33px;
  height:33px;
  background: url('./img/telegram.svg');
}

.subscribe-services-calc-price__tariffs {
  display: flex;
  flex-direction: column;
  gap:30px;
}
.custom-control.custom-radio {
  position: relative;
  padding-left: 0;
}

.custom-control.custom-radio:not(:last-child) {
  margin-bottom: 1.25em;
}

.custom-control.custom-radio input[type="radio"] {
  display: none;
}

.custom-control.custom-radio input[type="radio"] + .custom-control-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-control.custom-radio input[type="radio"] + .custom-control-label::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
  position: static;
  margin-right: 20px;
  background-color: #ffffff;
  border: 2px solid #00898d;
  border-radius: 50%;
  cursor: pointer;
}

.custom-control.custom-radio input[type="radio"] + .custom-control-label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 5px;
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  transition: background-color 0.1s ease-in-out;
}

.custom-control.custom-radio input[type="radio"]:checked + .custom-control-label::after {
  background-image: none;
  background-color: #00898d;
}

.webinar-info {
  color: #fff;
}

.webinar-info * {
  color: inherit;
}
