/* block head price */
.pricing_head {
  padding-top: 96px;
  padding-bottom: 28px;
  margin: 0;
  text-align: center;
}

.section-hero {
  padding-top: 20px;
  /* padding-bottom: 20px; */
  margin: 0;
  overflow: visible;
}

@media (min-width: 990px) {
  .section-hero {
    padding-top: 28px;
    /* padding-bottom: 96px; */
    margin: 0;
  }
}

.section-price {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 990px) {
  .section-price {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

.faq.section-price {
  padding-bottom: 40px;
}

@media (min-width: 990px) {
  .faq.section-price {
    padding-bottom: 96px;
  }
}

.pricing_head h1 {
  margin: 0 0 40px;
  font-size: 72px;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 32px;
}

.pricing_head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 25px;
}

.pricing_head p span {
  color: #5d78ff;
}

.pricing_head p+p {
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 20px;
}

.row_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row_logos img+img {
  margin-left: 10px;
}

/* END block head price */

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

body input.input-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#switch-price:checked~.pricing_body [for="switch-price"] .slider {
  background-color: #5d78ff;
}

#switch-price:checked~.pricing_body [for="switch-price"] .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}

.row_choose_package_date {
  text-align: center;
}

.row_choose_package_date label {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.row_choose_package_date label .switch {
  margin: 0 20px;
}

.row_choose_package_date label img {
  width: 85px;
  margin-left: 8px;
}

/* End switch */

/* package */
.package {
  background: #fafafa;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fcfcfc;
}

p.alert-p1 {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 10px 0 0;
  color: #6e6e6e;
  display: block;
}

@media (max-width: 990px) {
  p.alert-p1 {
    display: none;
  }
}

/* END package */
/* tabs */
.package_tab {
  display: flex;
  justify-content: center;
  transform: translateY(-50px);
}

.package_tab label {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  padding: 10px 16px;
  min-width: 170px;
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  margin: 0 3px;
  background: #e9f7ff;
  border-radius: 10px 10px 0px 0px;
}

.pricing_body {
  margin: 0;
  overflow: inherit;
}

#all:checked~.pricing_body [for="all"],
#ux-cro:checked~.pricing_body [for="ux-cro"],
#pop-up:checked~.pricing_body [for="pop-up"],
#seo:checked~.pricing_body [for="seo"],
#ecommerce:checked~.pricing_body [for="ecommerce"],
#serp:checked~.pricing_body [for="serp"],
#free:checked~.pricing_body [for="free"] {
  background: #0e77f1;
  color: #ffffff;
  pointer-events: none;
}

[data-p] {
  display: none;
}

#all:checked~.pricing_body [data-p*="all"],
#ux-cro:checked~.pricing_body [data-p*="ux"],
#pop-up:checked~.pricing_body [data-p*="popup"],
#seo:checked~.pricing_body [data-p*="seo"],
#ecommerce:checked~.pricing_body [data-p*="ecommerce"],
#serp:checked~.pricing_body [data-p*="serp"],
#free:checked~.pricing_body [data-p*="free"] {
  display: inline-block;
}

/*end tab*/

/*rayting*/
.row_rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: center;
}

.logo_r {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.logo_r.capterra {
  background-image: url(../svg/capterra_b.svg);
  width: 86px;
  height: 18px;
}

span.rating_n {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #001e41;
  margin-left: 10px;
}

.logo_r.crowd {
  background-image: url(../svg/crowd_b.svg);
  width: 78px;
  height: 22px;
}

.logo_r.appSumo {
  background-image: url(../svg/appsumo_b.svg);
  width: 74px;
  height: 11px;
}

.logo_r.gdpr {
  background-image: url(../svg/gdpr_b.svg);
  width: 98px;
  height: 41px;
}

.stars i {
  background-image: url(../svg/star.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.stars .half {
  background-image: url(../svg/star50.svg);
}

.row_rating .col:not(:last-child) {
  margin-right: 40px;
}

/*end rayting*/

/* slide package */
.package .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0;
}

.row_choose_package_date {
  text-align: center;
}

.row_choose_package_date label {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.row_choose_package_date label .switch {
  margin: 0 20px;
}

.col_package {
  width: 402px;
  border: 2px solid transparent;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.col_package.serp-block {
  width: 296px;
  height: 255px;
}

.col_package.serp-block .col_package-head {
  min-height: unset;
}

.serp-block_top {
  margin-bottom: 50px;
}

.row_package-line {
  display: flex;
  transition: 1s;

  position: relative;
}

.slide-btn {
  display: inline-flex;
  width: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  margin-right: 24px;
  flex-shrink: 0;
  transition: 1s;
  position: absolute;
  top: unset;
  right: 10px;
  margin-right: 0;
  width: max-content;
  display: block;
}

.block-swiper {
  width: 100%;
  position: relative;
}

.slide-btn span:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(../svg/i_arrow-blue.svg);
  background-size: 20px;
  transform: rotate(90deg);
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.slide-stand {
  display: none;
}

#slidePackage:checked~.pricing_body .slide-btn .slide-enter {
  display: none;
}

#slidePackage:checked~.pricing_body .slide-btn .slide-stand {
  display: block;
}

#slidePackage:checked~.pricing_body .slide-btn span:before {
  transform: rotate(270deg);
  left: -23px;
}

.slide-btn span {
  white-space: nowrap;
  color: #0e77f1;
  font-size: 14px;
  line-height: 20px;
  padding-right: 23px;
  position: relative;
  padding-bottom: 2px;
}

#slidePackage:checked~.pricing_body .slide-btn span {
  padding-right: 0;
}

.col_package-head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.package-item:not(:last-child) {
  margin-right: 24px;
}

.col_package.col_package-popular {
  border-color: #0e77f1;
}

.popular-label {
  font-style: normal;
  background: #0e77f1;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 1px 6px;
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  top: -1px;
  right: 24px;
}

.table_info.table_free {
  padding-bottom: 20px;
}

.col_package-head b {
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.col_package-head b span {
  color: #0e77f1;
}

.col_package-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6c6e79;
  margin-bottom: 10px;
}

.col_package-price {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #6c6e79;
}

.col_package-price .old_price {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-decoration-line: line-through;
  display: inline-flex;
  margin-right: 10px;
  transition: 250ms;
}

.col_package-price .new_price b {
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
  color: #001e41;
  padding-right: 10px;
  transition: 250ms;
}

#switch-price:not(:checked)~.pricing_body .new_price b {
  font-size: 0;
  padding-right: 0px;
}

#switch-price:not(:checked)~.pricing_body .old_price {
  text-decoration-line: none;
  color: #001e41;
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
}

#switch-price:not(:checked)~.pricing_body .col_package-enterprise .old_price {
  /* color: #fff; */
}

.col_package-price .new_price {
  display: inline-flex;
  align-items: center;
}

.col_package-foot {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.col_package-foot a.btn.btn_blue {
  width: 100%;
  border-radius: 2px;
  background: #0e77f1;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 8px;
  padding: 8px 40px;
  line-height: 17px;
  height: 40px;
}

.col_package-foot a.btn.btn_blue.color-light {
  background: #edf6ff;
  color: #0e77f1;
}

.col_package-foot a.btn.btn_blue.color-light:hover {
  background: #c7e0fc;
  color: #0e77f1;
  border: 1px solid #0e77f1;
}

.col_package-foot a:not(.btn) {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0e77f1;
}

.col_package-foot a.btn.btn_blue:hover {
  background: #3451e3;
}

.col_package.col_package-enterprise {
  border: 2px solid #f4f5f9;

  background: #edf4ff;
  /* border: 0; */
}

.col_package-enterprise .col_package-head b {
  /* color: #fff; */
}

.col_package.col_package-enterprise.col_package-popular {
  border: 2px solid #0e77f1;
}

.col_package.col_package-enterprise.col_package-popular .popular-label {
  /* background: #001e41; */
}

.col_package-enterprise .col_package-head p {
  /* color: #e5e5e5; */
  color: #6e6e6e;
}

.col_package-enterprise .col_package-price {
  color: #6e6e6e;
}

.col_package-enterprise .new_price b {
  /* color: #fff; */
}

.col_package-enterprise a.btn.btn_blue {
  /* background: #fff; */
  /* color: #001e41; */
}

.col_package-enterprise a.btn.btn_blue.color-light {
  background: #fff;
  color: #0e77f1;
}

.col_package-enterprise a:not(.btn) {
  color: #fff;
}

.col_package-enterprise a.btn.btn_blue:hover {
  /* background: #e5e5e5; */
}

.thead .th {
  background: transparent;
}

.row_package {
  overflow: hidden;
  width: 100%;
  padding-top: 56px;
}

.row_choose_package_date {
  margin-top: 20px;
  width: 100%;
}

#slidePackage:checked~.pricing_body .row_package .row_package-line {
  transform: translateX(-1278px);
}

#slidePackage:checked~.pricing_body .slide-btn {
  transform: translateX(-1107px);
  /* transform: translateX(-157px); */
}

#slidePackage:checked~.pricing_body .row_package .row_package-line.serp-blocks {
  transform: none;
}

[data-t] {
  display: none !important;
}

#slidePackage:checked~.pricing_body [data-t="enterprise"],
#slidePackage:checked~.pricing_body [data-t="serp-prise"],
#slidePackage:not(:checked)~.pricing_body [data-t="serp-prise"],
#slidePackage:not(:checked)~.pricing_body [data-t="prise"] {
  display: inline-flex !important;
}

#slidePackage:checked~.pricing_body .thead [data-t="enterprise"],
#slidePackage:checked~.pricing_body .tfoot.all-package [data-t="enterprise"],
#slidePackage:not(:checked)~.pricing_body [data-t="prise"] .tfoot.all-package,
#slidePackage:not(:checked)~.pricing_body .thead [data-t="prise"] {
  display: inline-flex !important;
}

#slidePackage:checked~.pricing_body .thead [data-t="serp-prise"],
#slidePackage:checked~.pricing_body .table .tfoot.serp-package,
#slidePackage:not(:checked)~.pricing_body .thead [data-t="serp-prise"],
#slidePackage:not(:checked)~.pricing_body .table .tfoot.serp-package {
  display: none !important;
}

#serp:checked~.pricing_body .table .thead [data-t="enterprise"],
#serp:checked~.pricing_body .table .tfoot.all-package,
#serp:checked~.pricing_body .table .thead [data-t="prise"] {
  display: none !important;
}

#serp:checked~.pricing_body .table .thead [data-t="serp-prise"],
#serp:checked~.pricing_body .table .tfoot.serp-package {
  display: flex !important;
}

#tbody-serp+label {
  display: none !important;
}

.col_package-enterprise .col_package-head b span {
  /* color: #fff; */
}

input#switch-price {
  position: relative;
  top: 300px;
}

.col_package-price {
  min-height: 65px;
}

@media (max-width: 1300px) {
  .col_package {
    width: 310px;
    padding: 30px 15px 15px;
  }

  .col_package.serp-block {
    width: 226px;
    height: 225px;
  }

  .package-item:not(:last-child) {
    margin-right: 10px;
  }

  .slide-btn {
    right: 10px;
  }

  #slidePackage:checked~.pricing_body .row_package .row_package-line {
    transform: translateX(-958px);
  }

  #slidePackage:checked~.pricing_body .slide-btn {
    /* transform: translateX(165px); */
    transform: translateX(-802px);
    padding-right: 0;
    padding-left: 23px;
  }

  #slidePackage:checked~.pricing_body .row_package .row_package-line.serp-blocks {
    transform: none;
  }

  .col_package-price .new_price b {
    font-size: 54px;
  }

  .col_package-price .old_price {
    font-size: 20px;
  }

  .col_package-price {
    min-height: 52px;
  }

  #switch-price:not(:checked)~.pricing_body .old_price {
    font-size: 54px;
  }

  .col_package-head b {
    font-size: 18px;
  }

  .col_package-head p {
    font-size: 14px;
  }

  .col_package-head {
    /* min-height: 136px; */
  }

  .package_tab label {
    font-size: 18px;
    min-width: 120px;
  }

  .package_tab {
    transform: translateY(-41px);
  }

  .title-package {
    font-size: 28px;
  }

  .col_package-price {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .col_package-price {
    min-height: 52px;
  }

  .pricing_head {
    padding: 20px 0 40px;
  }

  .pricing_head h1 {
    font-size: 54px;
    margin: 0 0 20px;
  }

  .pricing_head p {
    font-size: 22px;
  }

  .pricing_head p+p {
    font-size: 16px;
  }

  .package {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .package_tab label {
    font-size: 13px;
    min-width: 100px;
    padding: 2px;
  }

  .package .title {
    font-size: 29px;
    font-weight: 400;
    line-height: 38px;
  }

  .row_choose_package_date label {
    font-size: 16px;
  }

  .row_choose_package_date label .switch {
    margin: 0 14px;
  }

  .col_package {
    max-width: 340px;
    padding: 20px 12px 12px;
    border: 2px solid #f4f5f9;
  }

  .col_package.serp-block {
    width: 175px;
    height: 185px;
  }

  .package-item:not(:last-child) {
    margin-right: 18px;
  }

  #slidePackage:checked~.pricing_body .row_package .row_package-line {
    transform: translateX(-728px);
  }

  #slidePackage:checked~.pricing_body .row_package .row_package-line.serp-blocks {
    transform: none;
  }

  .popular-label {
    font-size: 12px;
    padding: 1px 6px;
  }

  .col_package-head b {
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
  }

  .col_package-head p {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .col_package-head {
    margin-bottom: 12px;
  }

  .col_package-price .old_price {
    font-size: 20px;
  }

  .col_package-price .new_price b {
    font-size: 54px;
    padding-right: 12px;
  }

  .col_package-price {
    font-size: 20px;
    margin-bottom: 12px;
    min-height: 40px;
  }

  .col_package .start-top_second {
    margin-bottom: 12px;
  }

  .row_package .slick-initialized .slick-slide {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide-btn {
    display: none;
  }

  .col_package-foot a.btn.btn_blue {
    font-size: 14px;
  }

  #switch-price:not(:checked)~.pricing_body .old_price {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .package-item:not(:last-child) {
    margin-right: 14px;
  }

  .pricing_head h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
  }

  .pricing_head {
    padding: 20px 0;
  }

  .pricing_head p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 12px;
  }

  .pricing_head p+p {
    font-size: 14px;
  }

  .row_logos img+img {
    margin-left: 5px;
  }

  .package_tab label {
    font-size: 11px;
    min-width: 0;
    padding: 5px;
    min-height: 30px;
    align-items: center;
    border-radius: 6px 6px 0 0;
  }

  .package_tab label:before {
    height: 2px;
  }

  .package_tab {
    transform: translateY(-31px);
  }

  .package .title {
    /* font-size: 22px; */
  }

  .row_choose_package_date label {
    font-size: 14px;
  }

  .row_choose_package_date label .switch {
    margin: 0 8px;
  }

  .row_rating {
    position: static;
    transform: translateY(0px);
    margin: 20px 0 20px;
  }

  .row_rating .col:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  span.rating_n {
    font-size: 12px;
    margin-left: 4px;
  }

  .logo_r.capterra {
    width: 58px;
    height: 13px;
  }

  .stars i {
    margin-right: 2px;
    background-size: 12px;
  }

  .logo_r.crowd {
    width: 48px;
    height: 14px;
  }

  .logo_r.appSumo {
    width: 50px;
    height: 10px;
  }

  .logo_r.gdpr {
    width: 64px;
    height: 28px;
  }

  .head_rating {
    display: inline-flex;
    align-items: center;
    height: 24px;
  }

  .row_package {
    overflow: auto;
    padding-bottom: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 65px;
  }

  .slide-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .package_tab {
    transform: translateY(-31px);
    overflow: auto;
    padding-bottom: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    justify-content: flex-start;
  }

  .package_tab label {
    min-width: 105px;
  }
}

@media (max-width: 450px) {
  .package_tab {
    justify-content: flex-start;
  }
}

/* end slide package */

/* tabel price */
.table_info {
  padding: 100px 0;
}

.title-package {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
}

.title-package span {
  background: #d8deff;
  border-radius: 10px;
}

.tr {
  display: flex;
  width: 100%;
}

.tbody .tr+.tr {
  border-top: 1px solid #e5e5e5;
}

.th {
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  padding: 30px 20px;
  background: #fafafa;
  width: 28%;
  position: relative;
}

.th:first-child {
  width: 46%;
  text-align: left;
}

.tbody .td,
.tfoot .td {
  width: 28%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 20px;
}

.tfoot .td {
  flex-direction: column;
}

.tbody .td:first-child,
.tfoot .td:first-child {
  text-align: left;
  width: 46%;
  font-weight: 700;
}

.tbody .td img {
  margin: auto;
}

i[data-tooltip]:before {
  content: attr(data-tooltip);
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  background: #595959;
  padding: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  width: 300px;
  font-style: normal;
  position: absolute;
  left: -15px;
  top: 5px;
  transform: translateY(-100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

i[data-tooltip]:hover:before {
  top: -5px;
  opacity: 1;
  visibility: visible;
}

.tbody .td i[data-tooltip] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../svg/p_info.svg);
  background-position: center;
  background-size: contain;
  transform: translate(2px, 5px);
  position: relative;
}

.tbody .td:not(:first-child) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_info label,
.table_info input+label {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  padding: 30px 20px;
  background: #fafafa;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
  margin: 0 !important;
}

.table_info label:after {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-image: url(../svg/i_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.3s;
}

label+.tbody {
  overflow: hidden;
  transition: 0.3s;
  max-height: 0;
}

input:checked+label+.tbody {
  max-height: 2500px;
}

.table_info input:checked+label::after {
  transform: rotate(0deg);
}

span.unlimited {
  background: linear-gradient(92.61deg,
      #0094ff 0%,
      #00c2ff 28.91%,
      #00c2ff 56.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.tfoot {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.tfoot .td:first-child {
  font-weight: normal;
  justify-content: center;
  display: inline-flex;
}

.tfoot .new_price b {
  font-size: 30px;
  line-height: 120%;
  min-height: 36px;
}

.tfoot .old_price {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}

.tfoot .col_package-price {
  margin-bottom: 0px;
  align-items: center;
  justify-content: center;
}

#switch-price:not(:checked)~.pricing_body .tfoot .old_price {
  font-size: 30px;
  line-height: 120%;
}

#ux-cro:checked~.pricing_body .table>label,
#ux-cro:checked~.pricing_body .table>label+.tbody,
#pop-up:checked~.pricing_body .table>label,
#pop-up:checked~.pricing_body .table>label+.tbody,
#seo:checked~.pricing_body .table>label,
#seo:checked~.pricing_body .table>label+.tbody,
#ecommerce:checked~.pricing_body .table>label,
#ecommerce:checked~.pricing_body .table>label+.tbody,
#serp:checked~.pricing_body .table>label,
#serp:checked~.pricing_body .table>label+.tbody {
  display: none !important;
}

#ux-cro:checked~.pricing_body .table>label+.tbody-ux,
#pop-up:checked~.pricing_body .table>label+.tbody-popup,
#seo:checked~.pricing_body .table>label+.tbody-seo,
#ecommerce:checked~.pricing_body .table>label+.tbody-ecommerc,
#serp:checked~.pricing_body .table>label+.tbody-serp {
  display: block !important;
  max-height: 2500px;
}

.table_free,
#free:checked~.pricing_body .table_info,
#free:checked~.pricing_body .row_popular_package {
  display: none;
}

#free:checked~.pricing_body .table_free {
  display: block;
}

.tbody-general .tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.table_free .th:last-child {
  border: 2px solid #5d78ff;
  border-bottom: none;
}

.table_free .tbody .td:last-child {
  border-left: 2px solid #5d78ff;
  border-right: 2px solid #5d78ff;
}

.table_free .tfoot .td:last-child {
  border: 2px solid #5d78ff;
  border-top: none;
}

@media (max-width: 1300px) {
  .title-package {
    font-size: 30px;
  }

  .th {
    padding: 20px;
  }

  .table_info label,
  .table_info input+label {
    padding: 20px;
    font-size: 22px;
  }
}

@media (max-width: 990px) {
  .th {
    font-size: 16px;
    padding: 15px;
  }

  .tbody .td:first-child,
  .tfoot .td:first-child {
    font-size: 14px;
    padding: 15px;
  }

  .tbody .td,
  .tfoot .td {
    font-size: 14px;
    padding: 15px;
  }

  .tbody .td img {
    width: 18px;
  }

  .table_info label,
  .table_info input+label {
    padding: 15px;
    font-size: 16px;
  }

  .table_info label:after {
    width: 30px;
    height: 30px;
  }

  .tfoot .old_price {
    font-size: 12px;
    margin-right: 6px;
  }

  .tfoot .new_price b {
    font-size: 22px;
    min-height: 0px;
  }

  .tfoot .col_package-price {
    flex-direction: column;
    min-height: 46px;
  }

  #switch-price:not(:checked)~.pricing_body .tfoot .old_price {
    font-size: 22px;
  }

  .table_free .th:not(:first-child),
  .table_free .td:not(:first-child) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .title-package {
    font-size: 22px;
  }

  .table_info {
    padding: 40px 0;
  }

  .th:first-child {
    display: inline-flex;
    justify-content: flex-start;
  }

  .wrapp_tabel--scroll {
    display: flex;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .wrapp_tabel--scroll .table {}

  #slidePackage~.pricing_body [data-t="enterprise"],
  #slidePackage~.pricing_body [data-t="serp-prise"],
  #slidePackage~.pricing_body [data-t="prise"] {
    display: inline-flex !important;
  }

  .wrapp_tabel--scroll .table {
    min-width: 800px;
  }

  .th {
    font-size: 13px;
    padding: 8px;
  }

  .tbody .td:first-child,
  .tfoot .td:first-child {
    font-size: 12px;
    padding: 8px;
  }

  .tbody .td,
  .tfoot .td {
    font-size: 12px;
    padding: 8px;
  }

  .tbody .td i[data-tooltip] {
    width: 18px;
    height: 18px;
  }

  .table_info label,
  .table_info input+label {
    padding: 8px;
    font-size: 12px;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  .table_info label:after {
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }

  .col_package-foot a.btn.btn_blue {
    font-size: 12px;
  }

  .tfoot .col_package-price .new_price {
    flex-direction: column;
  }

  .tfoot .old_price {
    margin: 0;
  }

  .tfoot .new_price b {
    padding: 0;
  }

  .thead {
    position: static;
    top: 50px;
  }

  span.unlimited {
    font-size: 12px;
  }

  .th:first-child {
    width: 40%;
  }

  .tbody .td:first-child,
  .tfoot .td:first-child {
    width: 40%;
    line-height: 120%;
  }
}

/* End tabel price */

/* Most Popular */
.wrapp_popular_package {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f8fafd;
  border-radius: 10px;
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  justify-content: space-between;
}

.wrapp_popular_package .title {
  font-size: 22px;
  line-height: 120%;
  display: block;
  margin-bottom: 8px;
}

.col_popular_package {
  max-width: 580px;
  padding-right: 30px;
}

.col_popular_package ul {
  list-style: none;
  margin: 0;
}

.col_popular_package ul li {
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 22px;
  background-image: url(../svg/p_true.svg);
  background-position: 0px 9px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.wrapp_popular_package .title~b {
  display: block;
  margin-top: 20px;
}

.col_popular_package-price {
  min-width: 330px;
  max-width: 330px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
}

.col_popular_package-price label.wrap_switch {
  font-size: 16px;
  line-height: 150%;
}

.col_popular_package-price label .switch {
  margin: 0 10px;
}

.col_popular_package-price a.btn.btn_blue {
  margin: 0;
}

.col_popular_package-price .col_package-price {
  margin-top: 25px;
}

.wrapp_popular_package {
  flex-wrap: inherit;
}

.col_popular_package-price {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .wrapp_popular_package {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
  }

  .col_popular_package {
    max-width: 100%;
    padding: 0 0 20px;
  }

  .col_popular_package ul li {
    background-size: 14px;
    padding: 3px 0 3px 22px;
  }

  .wrapp_popular_package .title~b {
    margin-top: 10px;
  }

  .col_popular_package.col_popular_package-price {
    padding: 15px;
  }

  .col_popular_package-price label.wrap_switch {
    font-size: 14px;
  }

  #slidePackage~.pricing_body .col_popular_package.col_popular_package-price .col_package-price[data-t="enterprise"] {
    display: none !important;
  }

  .col_popular_package-price .col_package-price {
    margin-top: 16px;
    align-items: center;
    min-height: 42px;
  }
}

/* End Most Popular */

/* price banner*/
section.pricing_body {
  margin: 0;
}

.wrapp_b_price {
  position: relative;
  background-color: #d8deff;
  overflow: hidden;
  border-radius: 15px;
}

.wrapp_b_price img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row_b_price {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  max-width: 780px;
  margin: auto;
  padding: 40px;
  text-align: center;
}

.row_b_price .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 20px;
}

.row_b_price .btn {
  background: #5d78ff;
  border-radius: 7px;
  margin-top: 30px;
  display: inline-block;
  min-width: 188px;
}

.row_b_price .btn:hover {
  background: #3550d4;
}

@media (max-width: 990px) {
  .row_b_price .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .row_b_price .title {
    font-size: 30px;
  }

  section.b_price .container {
    max-width: 100%;
  }

  .wrapp_b_price {
    border-radius: 0;
  }

  .row_b_price {
    padding: 20px;
  }

  .row_b_price .title {
    font-size: 20px;
  }

  .wrapp_b_price p {
    font-size: 12px;
  }

  .row_b_price .btn {
    margin-top: 15px;
  }

  section.pricing_body {
    margin: 0;
  }
}

/* END price banner*/

/* advantages block */
.row_advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col_advantages {
  width: calc((100% / 6) - 18px);
  padding: 20px;
  text-align: center;
  background: #f8fafd;
  border-radius: 10px;
  font-size: 14px;
  line-height: 150%;
}

.col_advantages .img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 89px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 15px;
}

@media (max-width: 990px) {
  .col_advantages {
    width: calc((100% / 3) - 12px);
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .col_advantages {
    width: calc(50% - 4px);
    flex-direction: row;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    margin-bottom: 8px;
    text-align: left;
  }

  .row_advantages {
    margin: 0;
  }

  .col_advantages .img {
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 6px;
    margin: 0 8px 0 0;
    flex-shrink: 0;
  }

  section.advantages {
    margin-bottom: 40px;
  }
}

/* END advantages block */

/* row_book_banner */
.row_book_banner {
  background: #e3eeff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 325px;
}

.row_book_banner .title-center {
  text-align: center;
}

.row_book_banner-center {
  max-width: 700px;
}

.row_book_banner i {
  display: inline-flex;
  position: absolute;
  left: 0;
  background-image: url(../png/b_ban1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 350px;
  height: 385px;
}

.row_book_banner i+i {
  background-image: url(../png/b_ban2.png);
  left: auto;
  right: 0;
  width: 255px;
  height: 375px;
}

section.book_banner {
  overflow: inherit;
}

.f_button_speak .btn_blue {
  width: 196px;
  margin-top: 30px;
}

@media (max-width: 1300px) {
  .row_book_banner {
    margin: 70px 0 80px;
  }

  .row_book_banner-center {
    z-index: 1;
    max-width: 500px;
  }
}

@media (max-width: 990px) {
  .row_book_banner i+i {
    display: none;
  }

  .row_book_banner {
    justify-content: flex-end;
  }

  .row_book_banner-center {
    max-width: 400px;
    padding-right: 30px;
  }

  .row_book_banner-center .f_button_speak a {
    width: 100%;
    margin: 15px 0 0 0;
    justify-content: center;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .row_book_banner i {
    width: 135px;
    height: 110px;
    background-image: url(../png/b_ban4_mob.png);
    background-size: inherit;
    top: -20px;
    left: 10px;
  }

  .row_book_banner i+i {
    width: 130px;
    height: 84px;
    background-image: url(../png/b_ban5_mob.png);
    background-size: inherit;
    top: -10px;
    left: auto;
    right: 0px;
    display: inline-block;
  }

  .row_book_banner {
    padding-top: 80px;
    height: auto;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }

  .row_book_banner-center {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .row_book_banner-center .title-center {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    max-width: 100%;
  }

  .row_book_banner-center p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }

  .row_book_banner-center .f_button_speak a {
    max-width: 240px;
    margin-top: 10px;
  }

  .row_book_banner:after {
    content: "";
    display: inline-flex;
    position: absolute;
    width: 210px;
    height: 100px;
    background-image: url(../png/b_ban6_mob.png);
    background-size: inherit;
    bottom: -32px;
    right: 20px;
  }

  section.book_banner .title-package {
    margin-bottom: 15px;
  }
}

/* END row_book_banner */

/* head price */
.container_price_head {
  max-width: 636px;
  margin: auto;
  text-align: center;
}

.container_price_head .btn-black {
  background: #001e41;
  border-radius: 8px;
  color: #fff;
  height: 48px;
  margin: 25px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding: 0 34px;
}

.container_price_head .btn-black:hover {
  background: #104078;
}

.prices_ahead-body--center {
  display: flex;
  justify-content: center;
}

.container_price_head #countdown li span {
  font-size: 48px;
  padding: 0 15px;
  min-height: 50px;
  min-width: 82px;
}

.container_price_head #countdown li {
  font-size: 12px;
}

.head_img_price {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.head_img_price-mob {
  display: none;
}

.head_img_price-label.head_img_price-desk {
  position: absolute;
  bottom: 55px;
  right: -100px;
  width: 237px;
  height: 169px;
}

img.head_img_price-desk {
  width: 491px;
  height: 391px;
}

section.bg_angle {
  margin: 0;
}

.container_price_head h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin: 40px 0 15px;
}

@media (max-width: 990px) {
  .head_img_price-label.head_img_price-desk {
    right: -10px;
    bottom: 8px;
  }
}

@media (max-width: 767px) {
  .container_price_head h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .container_price_head h1+p {
    font-size: 14px;
    line-height: 150%;
  }

  .container_price_head .btn-black {
    font-size: 16px;
    line-height: 110%;
    height: 42px;
    margin: 20px 0;
  }

  .container_price_head #countdown li span {
    font-size: 32px;
    min-height: 32px;
    min-width: 62px;
    padding: 0 10px;
  }

  .head_img_price .head_img_price-desk {
    display: none;
  }

  .head_img_price-mob {
    display: inline-block;
  }

  img.head_img_price-label.head_img_price-mob {
    position: absolute;
    width: 186px;
    height: 85px;
    left: calc(50% - 93px);
    bottom: 0;
  }

  img.head_img_price-mob {
    width: 340px;
    height: 272px;
  }
}

/* end head price */

.serp-item {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  margin-left: 6px;
  color: #ff492c;
}

@media (min-width: 767px) {
  .serp-item {
    font-size: 9px;
  }
}

#serp:checked~.pricing_body [for="serp"] .serp-item {
  color: #ffffff;
}

/**/

.partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.partners__list.cro-page {
  margin-bottom: 0;
  flex-wrap: wrap;
  column-gap: 20px;
  max-width: 400px;
}

@media (min-width: 600px) {
  .partners__list.cro-page {
    max-width: none;
  }
}

@media (min-width: 768px) {

  .rating_product,
  .partners__list {
    margin-bottom: 30px;
  }
}

.partners__item-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10.5px;
  gap: 6px;
}

@media (min-width: 1200px) {
  .partners__item-block {
    margin-bottom: 17px;
    gap: 10px;
  }
}

.partners__list.cro-page .partners__item {
  margin-right: 0;
}

.partners__item {
  margin: 0;
}

@media (min-width: 1200px) {
  .partners__item:not(:last-child) {
    margin-right: 35px;
  }
}

.partners__item:not(:last-child) {
  margin-right: 12px;
}

.serp-item-before {
  border-radius: 6px;
  background: #0e77f1;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 0px 4px;
  margin-right: 4px;
}

#serp:checked~.pricing_body [for="serp"] .serp-item-before {
  background: #fff;
  color: #001e41;
}

@media (max-width: 990px) {
  .serp-item-before {
    font-size: 9px;
  }
}

.bottom-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #6e6e6e;
  align-self: baseline;
}

.serp-blocks__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
}

.serp-blocks__descrip {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  margin-bottom: 40px;
}

.row_package[data-p*="serp"] {
  padding-top: 0;
}

.block-article {
  border-radius: 12px;
  background: #e3eeff;
  width: 100%;
  padding: 32px 20px calc(40vw - 30px);
  background-size: 90%;
  margin-top: 32px;
  background-image: url(../png/ab_article.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media (min-width: 450px) {
  .block-article {
    padding: 32px 20px calc(37vw - 30px);
  }
}

@media (min-width: 769px) {
  .block-article {
    padding: 32px;
    background-size: inherit;
  }
}

.block-article_title>span {
  color: #ff492c;
}

.block-article>* {
  width: 100%;
}

@media (min-width: 769px) {
  .block-article>* {
    width: calc(47% + 50px);
  }
}

.block-article_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}

.block-article_title+p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*new*/

.main-block-start {
  border-radius: 12px;
  border: 2px solid #b7d6fb;
  box-shadow: 1px 3px 10px 0px rgba(51, 51, 51, 0.2);
  padding: 12px;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .main-block-start {
    padding: 32px;
  }
}

@media (min-width: 1200px) {
  .main-block-start {
    max-width: 1045px;
    margin: 0 auto;
    margin-bottom: 96px;
  }
}

.text-intro {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 29px;
}

@media (min-width: 990px) {
  .text-intro {
    margin-bottom: 24px;
  }
}

.start-top {
  border-bottom: 1px dotted #b7d6fb;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (min-width: 991px) {
  .start-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .start-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.start-btm {
  display: flex;
  justify-content: space-between;
}

.start-top_first {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 320px;
}

@media (min-width: 991px) {
  .start-top_first {
    align-items: flex-start;
  }
}

@media (min-width: 991px) and (max-width:1300px) {
  [lang="ru-RU"] .start-top_first {
    max-width: 265px;
  }
}

@media (min-width: 1200px) {
  .start-top_first {
    gap: 16px;
  }
}

.start-top_first h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}

@media (min-width: 1200px) {
  .start-top_first h2 {
    font-size: 24px;
  }
}

.start-top_first .new_price b {
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
}

@media (min-width: 1200px) {
  .start-top_first .new_price b {
    font-size: 47px;
    font-weight: 400;
    line-height: 48px;
  }
}

.start-top_second ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;

  gap: 12px;
}

.save-ins .start-top_second ul {
  height: 150px;
  width: 162px;
  flex-wrap: wrap;
}

@media (min-width: 550px) {
  .save-ins .start-top_second ul {
    width: 225px;
  }
}

@media (min-width: 600px) {
  .save-ins .start-top_second ul {
    width: 290px;
  }
}

@media (min-width: 600px) {
  .save-ins .start-top_second ul {
    width: auto;
    height: auto;
  }
}

@media (min-width: 990px) {
  .save-ins .start-top_second ul {
    gap: 8px;
  }
}

.blocks-products .start-top_second:nth-of-type(2) {
  margin-bottom: 12px;
  margin-top: 20px;
}

.blocks-products .start-top_second.start-top_second-rgh {
  margin-top: 12px;
}

@media (min-width: 990px) {
  .blocks-products .start-top_second:nth-of-type(2) {
    margin: 0;
  }
}

.blocks-products .start-top_second:nth-of-type(3) {
  margin-bottom: 20px;
}

.start-top_second ul>li {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  color: var(--Gray, #6e6e6e);
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

.save-ins .start-top_second ul>li {
  color: #001e41;
}

.start-top_second ul>li>b {
  color: #001e41;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dotted #0e77f1;
  display: inline-block;
  white-space: normal;
}

@media (min-width: 990px) {
  .save-ins .start-top_second ul>li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

/* @media (max-width: 1300px) {
  .package-item .start-top_second ul>li:nth-child(5) {
    gap: 5px;
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .package-item .start-top_second ul>li:nth-child(5) {
    gap: 5px;
    font-size: 12px;
  }
} */

.start-top_second ul>li:before {
  content: url(../svg/path.svg);
  border-radius: 50%;
  background: #e3eeff;
  width: 20px;
  height: 20px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-btm img {
  width: 70.5px;
  height: 91.5px;
  display: none;
}

.start-btm img:first-of-type,
.start-btm img:nth-of-type(2),
.start-btm img:nth-of-type(6),
.start-btm img:nth-of-type(7) {
  display: block;
}

@media (min-width: 500px) {
  .start-btm img:nth-of-type(8) {
    display: block;
  }
}

@media (min-width: 600px) {
  .start-btm img:nth-of-type(5) {
    display: block;
  }
}

@media (min-width: 991px) {
  .start-btm img {
    display: block;
  }
}

.start-top_first a {
  padding: 8px 20px;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .start-top_first a {
    font-size: 16px;
    height: 40px;
  }
}

.text-start {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6e6e6e;
}

@media (min-width: 600px) {
  .blocks-products {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
  }
}

@media (min-width: 990px) {
  .blocks-products {
    gap: 35px;
    justify-content: space-between;
  }

  body[data-language="ua"] .blocks-products,
  body[data-language="ru"] .blocks-products {
    gap: 15px;
  }
  body[data-language="pl"] .blocks-products {
    gap: 15px;
  }
}

.content-block {
  display: flex;
  flex-direction: column;
}

@media (min-width: 990px) {
  .content-block {
    gap: 20px;
  }

  body[data-language="ua"] .content-block,
  body[data-language="ru"] .content-block {
    flex-grow: 1;
  }
}

.list-performs {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 12px;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .list-performs {
    margin-top: 56px;
    margin-bottom: 32px;
    column-gap: 20px;
    row-gap: 32px;
  }
}

.list-performs li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  border-radius: 4px;
  background: #e3eeff;
  padding: 4px;
  position: relative;
  max-height: 32px;
}

@media (min-width: 990px) {
  .list-performs li {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 29px;
    max-height: 52px;
  }
}

.list-performs li::after {
  content: url(../svg/check.svg);
  background-repeat: no-repeat;
  background-position: center -8px;
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  display: block;
  width: 12px;
  height: 12px;
  display: block;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

@media (min-width: 990px) {
  .list-performs li::after {
    content: url(../svg/check_bg.svg);
    transform: translate(-50%, -64%);
    width: 24px;
    height: 24px;
  }
}

.border-more {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px dotted #6e6e6e;
  position: relative;
}

.border-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--Gray, #6e6e6e);
  text-align: center;
  display: block;
  position: absolute;
  background: #fff;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}

.list-data {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
}

@media (min-width: 990px) {
  .list-data {
    flex-direction: row;
    margin-top: 32px;
    gap: 20px;
  }
}

.list-data li {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-data li b {
  font-size: 16px;
}

.list-data li P {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 990px) {
  .list-data li p {
    line-height: 20px;
  }
}

.customers-block-scl {
  transform: rotateX(180deg);
  overflow-x: auto;
  margin-top: 12px;
  cursor: pointer;
}

@media (min-width: 990px) {
  .customers-block-scl {
    overflow-x: unset;
    margin: 0;
    cursor: unset;
  }
}

.customers-block-scl::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}

.customers-block-scl::-webkit-scrollbar-thumb {
  background-color: #0e77f1;
  border-radius: 4px;
}

.customers-block-scl::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 4px;
}

.list-customers {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 1060px;
  transform: rotateX(180deg);
  padding-top: 12px;
}

@media (min-width: 990px) {
  .list-customers {
    margin-top: 56px;
    gap: 20px;
    justify-content: center;
    width: auto;
    padding: 0;
  }
}

.list-customers li {
  margin: 0;
  border-radius: 3333px;
  border: 2px solid #b7d6fb;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 8px;
}

@media (min-width: 1200px) {
  .list-customers li {
    padding: 8px;
  }
}

.list-customers li img {
  width: 24px;
  height: 24px;
}

@media (min-width: 1200px) {
  .list-customers li img {
    width: 42px;
    height: 42px;
  }
}

.list-customers li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .list-customers li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.list-customers .accent-clr {
  color: #ff492c;
}

.list-benefits {
  display: flex;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  margin-top: 20px;
}

@media (min-width: 1300px) {
  .list-benefits {
    justify-content: space-between;
  }
}

.list-benefits li {
  margin: 0;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 8px;
}

@media (min-width: 1300px) {
  .list-benefits li {
    max-width: 272px;
    align-items: flex-start;
  }
}

.list-benefits li h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.list-benefits li p {
  color: #6e6e6e;
  font-size: 15px;
  margin: 0;
  text-align: center;
}

@media (min-width: 1300px) {
  .list-benefits li p {
    text-align: left;
  }
}

.block-save {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block-save {
    flex-direction: row;
    gap: 32px;
    position: relative;
  }
}

.save-ins {
  padding: 20px 12px;
  position: relative;
  border-radius: 12px;
  border: 2px solid #b7d6fb;
  background: #f8fafd;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 990px) {
  .save-ins {
    padding: 20px 32px;
  }
}

.save-ins_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.save-ins h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

@media (min-width: 990px) {
  .save-ins h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }
}

.section-price .title-center {
  margin-bottom: 8px;
}

.section-price.faq .title-center {
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  .section-price .title-center {
    margin-bottom: 4px;
  }
}

.section-price .title-center h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
}

@media (min-width: 990px) {
  .section-price .title-center h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

.section-price .title-center+p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}

.section-price .title-center+p a {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 15px;
}

.trust-list {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 600px;
}

@media (min-width: 990px) {
  .trust-list {
    gap: 32px;
    margin: 0;
    max-width: 100%;
  }
}

.partners__list.trust-list .partners__item:not(:last-child) {
  margin: 0;
}

.block-save_right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block-save_right {
    margin: 0;
  }
}

.block-save_right .save-ins:first-child:after,
.block-save_right .save-ins:nth-child(2):after,
.block-save_right .save-ins:nth-child(3):after,
.block-save_left .save-ins:after {
  content: url(../svg/pluse.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.block-save_right .save-ins:nth-child(3):after,
.block-save_left .save-ins:after {
  content: url(../svg/equal.svg);
}

.block-save_left .save-ins {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .block-save_left .save-ins {
    height: 472px;
  }
}

@media (min-width: 1300px) {
  .block-save_left .save-ins {
    height: 446px;
  }
}

@media (min-width: 1300px) {

  .block-save_left,
  .block-save_right {
    width: 50%;
  }
}

.block-save_left .main-info {
  margin-bottom: 20px;
}

.block-save_left+img {
  width: 70px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .block-save_left+img {
    position: absolute;
    top: 41%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
}

@media (min-width: 990px) {
  .block-save_left+img {
    left: 46%;
    top: 45%;
  }
}

@media (min-width: 1300px) {
  .block-save_left+img {
    left: 50%;
    top: 44%;
  }
}

.block-save_right .save-ins:nth-child(3) {
  margin-bottom: 40px;
}

@media (min-width: 990px) {
  .block-save_right .save-ins:nth-child(3) {
    margin-bottom: 18px;
  }
}

.main-info {
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.main-info b {
  font-size: 23px;
  font-weight: 900;
  line-height: 36px;
}

.tooltip-list b {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip-list b::after {
  content: attr(data-tooltip);
  border-radius: 4px;
  border: 1px solid var(--text-secondary-gray-500, #6c6e79);
  background: var(--text-primary-gray-800, #191b23);
  color: #fff;
  box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);
  left: 124px;
  width: max-content;
  max-width: 250px;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  bottom: 100%;
  transform: translateX(-50%);
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.col_package .start-top_second ul>li:first-child>b::after {
  top: 100%;
  bottom: unset;
}

.col_package .start-top_second ul>li:first-child>b::before {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #191b23 transparent;
}

@media (min-width: 600px) {
  .start-top_second-rgh .tooltip-list b::after {
    left: 52px;
  }
}

@media (min-width: 990px) {
  .tooltip-list b::after {
    left: 50%;
    width: max-content;
    max-width: 250px;
  }

  .col_package_first .tooltip-list b::after {
    left: 124px;
  }
}

@media (min-width: 1300px) {
  .tooltip-list b::after {
    left: 50%;
    width: max-content;
    max-width: 250px;
  }

  .col_package_first .tooltip-list b::after {
    left: 150px;
  }
}

@media (max-width: 1300px) {
  .col_package .start-top_second ul>li:first-child>b::after {
    top: 100%;
    bottom: unset;
  }

  .col_package .start-top_second ul>li:first-child>b::before {
    content: "";
    position: absolute;
    bottom: -1%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #191b23 transparent;
  }
}

.tooltip-list b:hover::after,
.tooltip-list b:hover::before {
  visibility: visible;
}

.tooltip-list b::before {
  content: "";
  position: absolute;
  top: -3%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #191b23 transparent transparent transparent;
  visibility: hidden;
}

.tooltip-list b.empty-tooltip:hover::after,
.tooltip-list b.empty-tooltip:hover::before {
  display: none;
  visibility: hidden;
}

section .package button.slick-arrow {
  top: -53px;
  border-radius: 4px;
  border: 1px solid #8a8e9b;
  background: #fff;
  width: 36px;
  height: 36px;
}

section:not(.start_s) .package button.slick-arrow:after {
  background-image: url(../svg/next.svg);
  width: 8px;

}

@media (max-width:767px) {
  .pricing_body .slick-track {
    height: 650px;
  }
}

section .package button.slick-next.slick-arrow:after {
  transform: rotate(0deg);
}

.package button.slick-arrow.slick-disabled {
  opacity: 0.2;
}

section .package button.slick-next.slick-arrow {
  right: 22px;
}

.link-it {
  background-image: url(../svg/link-3.svg);
  width: 20px;
  height: 20px;
  display: block;
}

/*price-block-table*/

.section-price-all .container {
  width: 1005px;
}

.block-table-price {
  border-radius: 12px;
  border: 2px solid #f4f5f9;
  padding: 12px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 990px) {
  .block-table-price {
    margin-top: 56px;
    padding: 32px;
    gap: 32px;
  }
}

.table-price_item h3 {
  margin: 0;
  padding-left: 32px;
  background-image: url(../svg/serp_ch.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 center;
  margin-bottom: 12px;
}

.table-price_item.price_item_1 h3 {
  background-image: url(../svg/serp_ch.svg);
}

.table-price_item.price_item_2 h3 {
  background-image: url(../svg/nm_popup.svg);
}

.table-price_item.price_item_3 h3 {
  background-image: url(../svg/ai_menu.svg);
}

.table-price_item.price_item_4 h3 {
  background-image: url(../svg/nm_sesion.svg);
}

.table-price_item.price_item_5 h3 {
  background-image: url(../svg/nm_heatmap.svg);
}

.table-price_item h3>b {
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}

@media (min-width: 990px) {
  .table-price_item h3>b {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
}

.table-price_item ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-price_item ul>li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  align-items: baseline;
}

.table-price_item ul>li:before {
  display: block;
  content: "";
  border-bottom: 1px dashed #b7d6fb;
  flex-grow: 1;
  margin: 0px 5px;
}

.table-price_item ul>li p {
  color: #001e41;
  order: -1;
}

.table-price_item ul>li span {
  color: #6e6e6e;
}

.block-table-price {
  height: 365px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  position: relative;
  border-bottom: none;
}

.block-table-price.collapsed {
  height: 100%;
  border: 2px solid #f4f5f9;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.block-table-price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 56.5%);
}

.block-table-price.collapsed::after {
  content: none;
}

.section-price .toggle-button_pr {
  width: max-content;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #0e77f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  padding: 5px;
  margin-top: 12px;
}

.tooltip-list.tooltip-list--new>li>b {
  border-bottom: none;
  padding-right: 24px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url('../svg/info-2.svg');
  text-decoration: underline dashed #191B23;
  text-decoration-thickness: 1px;
}


.carousel__endorsed-by {
  height: 164px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

.carousel__wrapper {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.carousel__group {
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 45px;
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .carousel__group {
    animation-play-state: paused;
  }
}

.carousel__wrapper--reverse .carousel__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 45px));
  }
}

.carousel__group img {
  display: block;
  height: 100%;
  pointer-events: none;
  object-position: center;
  object-fit: contain;
}

p.pricing_body__info {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0px;
}

@media (min-width: 990px) {
  p.pricing_body__info {
    font-size: 18px;
    line-height: 29px;
    margin-top: 10px;
  }
}


.start-top_second ul>li .tooltip-list__info {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
  text-align: left;
  text-decoration: none;
  flex-shrink: 0;
}
.tooltip-list.tooltip-list--new .tooltip-list__item {
  background-image: none;
  padding-right: 0;
}

.tooltip-list__info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../svg/info-2.svg');
  background-size: 20px;
  text-decoration: none;
  margin: 0 5px -4px 3px;
}

/* Tabs */
.section-hero .price-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #B7D6FB;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}
.section-hero .price-tab__panel {
  display: none;
}
.section-hero .price-tab__panel.active {
  display: block;
}
.price-tab__title {
  margin: 0;
  padding: 0;
  padding: 8px 12px;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #E3EEFF;
  border-bottom: 2px solid #B7D6FB;
  background: #E3EEFF;
  color: #191B23;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: -2px;
  cursor: pointer;
  transition: 0.3s;
}
.price-tab__title:hover {
  color: #0E77F1;
}
.price-tab__title.active {
  border-top: 2px solid #B7D6FB;
  border-right: 2px solid #B7D6FB;
  border-left: 2px solid #B7D6FB;
  border-bottom: 2px solid #FFF;
  background: #FFF;
}

.add-ons.add-ons-grid {
  margin-top: 60px;
}
.add-ons.add-ons-grid .add-ons-grid__item {
  margin-right: 1px;
  border-radius: 12px;
  max-width: 100%;
}
.add-ons.add-ons-grid .add-ons__card-main {
  border-radius: 12px;
  border: 2px solid #B7D6FB;
  background: #FFF;
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 350px;
}
.add-ons .add-ons__item-wrapp {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #191B23;
}
.add-ons .add-ons__icon {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.add-ons__icon.add-ons__icon--serp {
  background-image: url('../svg/serp-2.svg');
}
.add-ons__icon.add-ons__icon--ux {
  background-image: url('../svg/ux.svg');
}
.add-ons__icon.add-ons__icon--extension {
  background-image: url('../svg/extension.svg');
}
.add-ons .add-ons__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.add-ons .add-ons__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 0;
}
.add-ons .add-ons__item-toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  color: var(--prime, #0E77F1);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  text-transform: none;
}
.add-ons .add-ons__item-toggle:hover {
  color: #3451e3;
}
.add-ons.add-ons-grid .slick-dots{
  margin-top: 12px;
}
.add-ons.add-ons-grid .slick-dots.slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.add-ons .slick-arrow {
  position: absolute;
  top: -48px;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #8A8E9B;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url('../svg/chevron_right.svg');
  transition: 0.3s;
}
.add-ons .slick-arrow:hover {
  background-color: #e0e3e6;
}
.add-ons .slick-btn_prev.slick-arrow {
  transform: rotate(180deg);
  left: 0;
}
.add-ons .slick-btn_next.slick-arrow {
  right: 0;
}
.add-ons .slick-btn_prev.slick-arrow.slick-disabled,
.add-ons .slick-btn_next.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.add-ons.add-ons-grid .add-ons__card-price {
  position: relative;
  border-radius: 12px;
  border: 1px solid #E0E3E6;
  background: #FFF;
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  height: 350px;
}
.add-ons .add-ons__close-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 12px;
  top: 12px;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid transparent;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url('../svg/x.svg');
  transition: 0.3s;
}
.add-ons .add-ons__close-btn:hover {
  border: 1px solid #6C6E79;
  background-color: #E0E3E6;
}
.add-ons .add-ons__card-price-wrapp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #191B23;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  width: 100%;
}
.add-ons .add-ons__card-price-line {
  display: flex;
  width: 100%;
  gap: 4px;
  padding: 0;
  margin: 0;
}
.add-ons .add-ons__price-divider {
  border-bottom: 1px dotted #E0E3E6;
  flex-grow: 1;
}
.add-ons .add-ons__price {
  color: #6E6E6E;
}

/* rotate card */
.add-ons-grid__item {
  position: relative;
  display: block;
  /* width: 200px;
  height: 250px; */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transition: all 2.50s;
  -moz-transition: all .50s;
  transition: all .50s;
}

.add-ons-grid__item .add-ons__card-price,
.add-ons-grid__item .add-ons__card-main {
  display: block;
  /* width: 200px;
  height: 250px; */
  position: absolute;
  top: 0;
  left: 0;
}

.add-ons__card-main {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

.add-ons__card-price {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

.add-ons-grid__item.show-price{
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
/* end rotate card*/

.section-price .section-price__g2 {
  color: #0E77F1;
}
.add-ons .add-ons__new {
  display: inline-block;
  padding: 0px 4px;
  background-color: #0E77F1;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.03px;
  text-transform: uppercase;
  border-radius: 4px;
  flex-shrink: 0;
}

/* review */
.section-sce__reviews-wrap {
  margin-top: 24px;
}
.section-sce__reviews-wrap .slick-dots {
  margin-top: 26px;
}
.section-sce__reviews-wrap .slick-next.slick-arrow {
  top: auto;
  right: 25%;
  bottom: -6px;
}
.section-sce__reviews-wrap .slick-prev.slick-arrow {
  top: auto;
  left: 25%;
  bottom: -6px;
}
.section-sce .section-sce__reviews-wrap .section-sce__review {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  border: 2px solid #B7D6FB;
  background: #F8FAFD;
  height: 385px;
  margin-right: 1px;
}

.section-sce .section-sce__review-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
  margin: 0 0 12px 0;
  letter-spacing: 0;
}

.section-sce .section-sce__review-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 174px;
}

.section-sce .section-sce__review-top {
  width: 100%;
}

.section-sce .section-sce__review-signature-wrapp {
  width: 100%;
  display: flex;
  gap: 8px;
}

.section-sce .section-sce__review-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}

.section-sce .section-sce__signature {
  display: flex;
  flex-direction: column;
}

.section-sce .section-sce__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-sce .section-sce__position {
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-sce .section-sce__review-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #0E77F1;
  text-decoration: none;
}

.section-sce .section-sce__review-link::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-image: url('../svg/link-blue.svg');
  mask-image: url('../svg/link-blue.svg');
}

.section-sce .section-sce__review-link:hover,
.section-sce .section-sce__review-link:active,
.section-sce .section-sce__review-link:focus {
  color: #3367D6;
  text-decoration: underline;
}
/* end review */
body[data-language="ua"] .add-ons.add-ons-grid .add-ons__card-price, 
body[data-language="ua"] .add-ons.add-ons-grid .add-ons__card-main,
body[data-language="es"] .add-ons.add-ons-grid .add-ons__card-price,
body[data-language="es"] .add-ons.add-ons-grid .add-ons__card-main {
  height: 400px;
}

body[data-language="pt"] .add-ons.add-ons-grid .add-ons__card-price,
body[data-language="pt"] .add-ons.add-ons-grid .add-ons__card-main,
body[data-language="pl"] .add-ons.add-ons-grid .add-ons__card-price,
body[data-language="pl"] .add-ons.add-ons-grid .add-ons__card-main,
body[data-language="fr"] .add-ons.add-ons-grid .add-ons__card-price,
body[data-language="fr"] .add-ons.add-ons-grid .add-ons__card-main {
  height: 390px;
}
body[data-language="ru"] .add-ons.add-ons-grid .add-ons__card-price,
body[data-language="ru"] .add-ons.add-ons-grid .add-ons__card-main {
  height: 410px;
}
@media (min-width: 990px) {
  body[data-language="ua"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="ua"] .add-ons.add-ons-grid .add-ons__card-main,
  body[data-language="pt"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="pt"] .add-ons.add-ons-grid .add-ons__card-main,
  body[data-language="pl"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="pl"] .add-ons.add-ons-grid .add-ons__card-main,
  body[data-language="fr"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="fr"] .add-ons.add-ons-grid .add-ons__card-main,
  body[data-language="es"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="es"] .add-ons.add-ons-grid .add-ons__card-main {
    height: 370px;
  }
  body[data-language="ru"] .add-ons.add-ons-grid .add-ons__card-price, 
  body[data-language="ru"] .add-ons.add-ons-grid .add-ons__card-main {
    height: 395px;
  }
  .section-sce .section-sce__reviews-wrap .section-sce__review {
    margin-right: 0;
  }

  .section-sce .section-sce__reviews-wrap .section-sce__review {
    padding: 24px;
    gap: 24px;
    height: 415px;
  }
  
  .section-sce__reviews-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin: 56px auto 0 auto;
    gap: 20px;
  }
  .add-ons.add-ons-grid .add-ons__card-price,
  .add-ons.add-ons-grid .add-ons__card-main {
    padding: 20px;
    /* height: 310px; */
    width: auto;
  }
  .add-ons .add-ons__close-btn {
    right: 20px;
    top: 20px;
  }
  .add-ons.add-ons-grid .add-ons-grid__item {
    margin-right: 0;
    box-shadow: 1px 3px 10px 0px rgba(51, 51, 51, 0.20);
    max-width: 410px;
  }
  .add-ons.add-ons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 56px auto 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .price-tab__title {
    padding: 12px 32px;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    font-weight: 500;
  }
  .section-hero .price-tab {
    margin-bottom: 40px;
  }
}
@media (max-width:767px) {
  .tooltip-list b::after {
    left: 50%;
    max-width: 220px;
  }
}

.section-price.section-promotional {
  overflow: visible;
}
.section-promotional .section-promotional__container {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  max-width: 985px;
  width: 100%;
}
.section-promotional .section-promotional__main {
  position: relative;
  width: 100%;
  display: flex;
  padding: 112px 12px 12px 12px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  border: 2px solid #FF8C43;
  background: #FFF3D9;
}
.section-promotional .section-promotional__timer-wrapp {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5px;
  border-radius: 12px;
  background-color: #191B23;
  color: #fff;
  z-index: 3;
}
.section-promotional .section-promotional__timer-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.section-promotional .section-promotional__timer-item:nth-child(odd) {
  min-width: 54px;
}
.section-promotional .section-promotional__timer-text {
  color: #E0E0E3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section-promotional .section-promotional__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.section-promotional .section-promotional__header h5 {
  color: #FF642D;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
}
.section-promotional .section-promotional__main-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-promotional .section-promotional__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.section-promotional .section-promotional__how-wrapp {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section-promotional .section-promotional__how-title {
  font-weight: 700;
}
.section-promotional .section-promotional__how-list {
  margin: 0;
}
.section-promotional .section-promotional__how-list li {
  margin: 0 0 0 1.5rem;
}
.section-promotional .btn.btn_blue {
  padding: 8px 20px;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  height: auto;
  min-height: 40px;
  white-space: normal;
  text-align: center;
}
.section-promotional .section-promotional__btn-wrapp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 100%;
}
.section-promotional .section-promotional__img {
  position: absolute;
  width: 141px;
  height: 160px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../webp/promotional_man.webp');
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-promotional .section-promotional__badge {
  position: absolute;
  top: 68px;
  left: 50%;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  font-feature-settings: 'liga' off, 'clig' off;
  display: flex;
  width: max-content;
  max-width: 225px;
  padding: 5px;
  align-items: center;
  gap: 6px;
  border-radius: 5px;
  background-color: #F8FAFD;
  box-shadow: 0 2.575px 12.876px 0 rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
  z-index: 2;
}
.section-promotional .section-promotional__badge strong {
  font-weight: 700;
}
.section-promotional .section-promotional__g2-icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../svg/g2_container.svg');
}

body[data-language="fr"] .section-promotional .section-promotional__badge,
body[data-language="es"] .section-promotional .section-promotional__badge,
body[data-language="ua"] .section-promotional .section-promotional__badge {
  max-width: 250px;
}
body[data-language="ru"] .section-promotional .section-promotional__badge {
  max-width: 260px;
}
body[data-language="pt"] .section-promotional .section-promotional__badge,
body[data-language="pl"] .section-promotional .section-promotional__badge {
  max-width: 268px;
}

.promotional-tooltip {
  display: inline-block;
  font-weight: 400;
}
.promotional-tooltip .promotional-tooltip__toggle {
  color: #FF642D;
  cursor: pointer;
}

.promotional-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 115%;
  transform: translateX(-50%);
  background-color: #191B23;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
  max-width: 90vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  text-align: left;
  letter-spacing: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* маленька стрілочка під тултіпом */
.promotional-tooltip__content::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #191B23 transparent;
}

/* показ тултіпа */
.promotional-tooltip:hover .promotional-tooltip__content {
  opacity: 1;
  pointer-events: auto;
}
.promotional-tooltip .promotional-tooltip__title {
  font-weight: 700;
}
.promotional-tooltip .promotional-tooltip__content ul {
  margin: 8px 0;
  padding: 0;
  list-style: disc;
}
.promotional-tooltip .promotional-tooltip__content li {
  margin-bottom: 0;
}
.section-promotional__how-list.section-promotional__how-list--witht li {
  position: relative;
}

@media (min-width:990px) {
  .promotional-tooltip {
    position: relative;
  }
  .promotional-tooltip__content {
    max-width: 320px;
    left: 50%;
    top: 130%;
  }
  body[data-language="pt"] .section-promotional .section-promotional__badge {
    max-width: 385px;
  }
  body[data-language="pl"] .section-promotional .section-promotional__badge {
    max-width: 380px;
  }
  body[data-language="ru"] .section-promotional .section-promotional__badge {
    max-width: 370px;
  }
  body[data-language="es"] .section-promotional .section-promotional__badge {
    max-width: 360px;
  }
  body[data-language="fr"] .section-promotional .section-promotional__badge,
  body[data-language="ua"] .section-promotional .section-promotional__badge {
    max-width: 355px;
  }
  .section-promotional .section-promotional__g2-icon {
    width: 40px;
    height: 40px;
  }
  .section-promotional .section-promotional__badge {
    top: auto;
    bottom: 18px;
    left: auto;
    right: calc(100% + 12px);
    transform: none;
    max-width: 322px;
    padding: 8px;
    gap: 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  }
  .section-promotional .section-promotional__img {
    width: 294px;
    height: 335px;
    top: auto;
    bottom: -2px;
    left: auto;
    right: calc(100% - 25px);
    transform: none;
  }
  .section-promotional .section-promotional__btn-wrapp {
    flex-direction: row;
    align-items: center;
  }
  .section-promotional  .btn.btn_blue {
    width: max-content;
  }
  .section-promotional .section-promotional__header {
    line-height: 20px;
  }
  .section-promotional .section-promotional__timer-wrapp {
    position: absolute;
    top: -45px;
    right: 35px;
  }
  .section-promotional .section-promotional__container {
    justify-content: flex-end;
    width: 78.5%;
  }
  .section-promotional .section-promotional__main {
    width: 73%;
    padding: 40px;
    gap: 32px;
    max-width: 717px;
  }
}

/* .section-price.section-promotional {
  display: none;
} */
