/* Style Home page*/
/*start_page*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.wrapp_img {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/wp-content/themes/twentytwenty/images/bg_illustration.svg);
  background-repeat: no-repeat;
  background-size: 749px;
  height: 560px;
  width: 720px;
}

.wrapp_img:after {
  content: "";
  padding-top: 61%;
  display: block;
}

section.start_page {
  position: relative;
  margin-bottom: 96px;
}

.bg_p {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  background-image: url(/wp-content/themes/twentytwenty/images/icons/home_bg1.svg);
}

.bg_h1 {
  width: 1930px;
  height: 1130px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  background-size: contain;
  background-position: center 170px;
  z-index: -1;
}

.row_banner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px !important;
}

.row_banner > div {
  width: 50%;
  padding: 75px 0 89px;
}

.row_banner .col_right {
  width: 50%;
  padding: 0;
  position: relative;

  overflow: visible;
  height: 470px;
  position: relative;
  right: 0;
  top: 0;
}

.col_left .main-title {
  color: #001e41;
  font-weight: 500;
  font-size: 47px;
  line-height: 60px;
  margin: 0;
}

@media (min-width: 1200px) {
  .col_left .main-title {
    font-size: 72px;
    line-height: 74px;
  }
}

.col_left p {
  color: #001e41;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.row_rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

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

.logo_r.capterra {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/capterra.svg);
  width: 86px;
  height: 18px;
}

.head_rating {
  display: flex;
  align-items: center;
  height: 21px;
  margin-bottom: 16px;
}

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

.logo_r.crowd {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/crowd.svg);
  width: 78px;
  height: 22px;
}

.logo_r.appSumo {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/appsumo.svg);
  width: 74px;
  height: 11px;
}

.logo_r.gdpr {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/gdpr.svg);
  width: 98px;
  height: 41px;
}

.stars i {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/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(/wp-content/themes/twentytwenty/images/icons/star50.svg);
}

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

.row_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}

.col_product {
  width: calc(25% - 15px);
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  transition: 0.3s;
}

a.head_product:before {
  content: "";
  background: transparent !important;
}

a.head_product:hover {
  color: #0e77f1;
}

.btn_next:hover {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_arrow_hover.svg);
  background-size: 23px;
  right: 9px;
}

.btn_next,
.btn_youtube,
.head_product:before {
  display: inline-block;
  width: 43px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 12px;
  background-position: center;
  transition: 0.3s;
}

.btn_youtube {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/youtube.svg);
  background-size: 36px;
  right: 15px;
  display: none;
}

span.btn_youtube:hover {
  background-image: url(/wp-content/themes/twentytwenty/images/icons/youtube_hover.svg);
}

.btn_next,
.head_product:before {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_arrow.svg);
  background-size: 18px;
  right: 12px;
}

.head_product {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding-top: 73px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left top;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  min-height: 44px;
  color: #001e41;
  transition: 0.3s;
}

.head_product.product_1 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h1.svg);
}

.head_product.product_2 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h2.svg);
}

.head_product.product_3 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h3.svg);
}

.head_product.product_4 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h4.svg);
}

.head_product.product_5 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h5.svg);
}

.head_product.product_6 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h6.svg);
}

.head_product.product_7 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h7.svg);
}

.head_product.product_8 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h8.svg);
}

.col_product p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #52525b;
}

.col_product.line_product {
  border: 1px solid #ffffff;
  background: #0e77f1;
  color: #fff;
}

.col_product.line_product p {
  color: #fff;
}

.col_product.line_product > span {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  left: 22px;
  top: 14px;
}

.wrapp_img img {
  max-width: 100%;
}

/*End start_page*/

/*conversion*/
.row_conversion {
  display: flex;
  flex-wrap: wrap;
}

.col_conversion {
  width: calc(100% / 3);
  padding: 16px;
  padding-top: 65px;
  background-position: center 26px;
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 0;
}

.head_conversion {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #001e41;
  margin-bottom: 8px;
}

.col_conversion p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #001e41;
  max-width: 285px;
}

.col_conversion_1 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new1.svg);
}

.col_conversion_2 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new2.svg);
}

.col_conversion_3 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new3.svg);
}

.col_conversion_4 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new4.svg);
}

.col_conversion_5 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new5.svg);
}

.col_conversion_6 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new6.svg);
}

.col_conversion_7 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new7.svg);
}

.col_conversion_8 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new8.svg);
}

.col_conversion_9 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_new9.svg);
}

section.conversion {
  background: #f8fafd;
  padding: 96px 0;
  margin-bottom: 96px;
}

/* .col_conversion.col_conversion_2,
.col_conversion.col_conversion_3,
.col_conversion.col_conversion_5,
.col_conversion.col_conversion_6,
.col_conversion.col_conversion_8,
.col_conversion.col_conversion_9 {
  border-left: 1px solid #f3f3f3;
} */
/* .col_conversion.col_conversion_4,
.col_conversion.col_conversion_5,
.col_conversion.col_conversion_6 {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
} */
@media (max-width: 767px) {
  section.conversion {
    padding: 40px 0;
  }

  .col_conversion {
    width: 100%;
    border: 0px !important;
    /* padding-top: 0;
    text-align: left;
    align-items: flex-start;
    padding-left: 60px;
    background-position: left top;
    background-size: 46px; */
  }
}

/*END conversion*/
/*row_banner*/
.row_baner {
  background: #f6d55d;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
}

.row_baner > div {
  width: 50%;
  position: relative;
}

.row_baner .tit_df {
  font-weight: bold;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 44px;
}

.row_baner .col-left {
  padding: 68px 0 68px 125px;
}

span.img_b {
  background-image: url(/wp-content/themes/twentytwenty/images/frame1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 392px;
  height: 246px;
  position: absolute;
  bottom: 0;
  background-position: center bottom;
}

span.img_b.img_b2 {
  background-image: url(/wp-content/themes/twentytwenty/images/frame2.webp);
  right: 119px;
  width: 362px;
  height: 178px;
}

span.img_b.img_b1 {
  z-index: 1;
}

.row_baner .col-right {
  padding-left: 20px;
}

/*END row_banner*/
.title_row_products {
  display: none;
}

.waves {
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 150px;
  margin-bottom: -7px;
}

.wrap_start_bg {
  background: #0e77f1;
  position: relative;
  margin-top: 150px;
}

span.bg_start {
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: url(/wp-content/themes/twentytwenty/images/qwe.svg);
  background-repeat: no-repeat;
  background-size: 100% 150px;
  display: block;
  left: 0;
  top: -149px;
}

[href*="nps"] + span.btn_youtube {
  visibility: hidden;
}

@media (max-width: 1300px) {
  .col_left p {
    font-size: 28px;
  }

  .head_product {
    font-size: 16px;
  }

  .bg_h1 {
    width: 1529px;
    height: 900px;
    background-position: center 54px;
  }

  .row_baner .col-left {
    padding: 44px 0 44px 50px;
  }

  .row_baner .tit_df {
    font-size: 50px;
  }

  .wrap_testimonial .left {
    width: calc(100% - 220px);
  }

  .wrap_testimonial .right {
    width: 220px;
  }

  .row_testimonials {
    min-height: 523px;
  }
}

@media (max-width: 990px) {
  .row_banner {
    padding: 30px 0;
  }

  .row_banner > div {
    width: 100%;
  }

  .col_right .wrapp_img {
    max-width: 400px;
    margin: auto;
  }

  .row_banner .col_right {
    padding-top: 40px;
  }

  .bg_h1 {
    background-position: center 11px;
    width: 2011px;
    height: 1156px;
  }

  .col_product {
    width: calc((100% - 11px) / 2);
    margin-bottom: 10px;
  }

  .head_product {
    font-size: 14px;
    min-height: 34px;
  }

  .col_product p {
    font-size: 14px;
  }

  .btn_next,
  .btn_youtube,
  .head_product:before {
    top: 8px;
  }

  .row_baner > div {
    width: 100%;
  }

  .row_baner .col-right {
    height: 150px;
    overflow: hidden;
  }

  span.img_b.img_b2 {
    width: 260px;
    height: 130px;
    right: auto;
    bottom: -36px;
    left: 331px;
  }

  span.img_b {
    width: 352px;
    height: 223px;
    bottom: -65px;
  }

  .row_baner .col-left {
    padding: 24px 0 24px 40px;
  }

  .row_baner .tit_df {
    font-size: 40px;
    margin-bottom: 20px;
  }

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

  .row_rating {
    margin-bottom: 40px;
  }

  section:not(.start_s) button.slick-arrow:after {
    height: 18px;
    width: 10px;
  }
}

@media (max-width: 767px) {
  .col_left p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .row_banner {
    padding: 43px 0;
  }

  .btn_big {
    font-size: 18px;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 120%;
  }

  .btn_big_home {
    height: auto;
    padding: 12px 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }

  .btn_blue_home {
    background: transparent;
    color: #0e77f1;
    border: 1px solid #0e77f1;
    border-radius: 2px;
  }

  .btn_blue_home:hover {
    background: #3367D6;
    color: #fff;
  }

  .row_banner .col_right {
    display: none;
  }

  .row_rating {
    max-width: 380px;
  }

  .logo_r.capterra {
    background-image: url(/wp-content/themes/twentytwenty/images/icons/capterra_b.svg);
    width: 61px;
    height: 13px;
  }

  .logo_r.crowd {
    background-image: url(/wp-content/themes/twentytwenty/images/icons/crowd_b.svg);
    width: 55px;
    height: 16px;
  }

  .logo_r.appSumo {
    background-image: url(/wp-content/themes/twentytwenty/images/icons/appsumo_b.svg);
    width: 52px;
    height: 8px;
  }

  .logo_r.gdpr {
    background-image: url(/wp-content/themes/twentytwenty/images/icons/gdpr_b.svg);
    width: 73px;
    height: 29px;
  }

  span.rating_n {
    font-size: 10px;
    line-height: 130%;
    color: #001e41;
  }

  .stars i {
    width: 10px;
    height: 10px;
    background-size: 10px;
    margin-right: 8px;
  }

  .head_rating {
    margin-bottom: 0px;
  }

  .row_rating .col:nth-child(1),
  .row_rating .col:nth-child(2) {
    margin-bottom: 15px;
  }

  .row_products ul.slick-dots li.slick-active button:before {
    background: #fff;
  }

  .row_products ul.slick-dots li button:before {
    background: rgba(255, 255, 255, 0.4);
  }

  .title_row_products {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 50px;
  }

  .row_products > .col_product {
    width: 100%;
  }

  .row_products > .col_product ~ .col_product {
    display: none;
  }

  span.bg_p.bg_h1 {
    background-image: url(/wp-content/themes/twentytwenty/images/icons/bg_mob.svg);
    width: 165vw;
    height: 111vw;
  }

  .col_product.slick-slide:last-child {
    display: none !important;
  }

  .wpap_row_product .slick-arrow {
    top: 185px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  .col_product.slick-slide {
    margin: 0 10px 20px;
  }

  .row_baner .col-left {
    padding: 24px;
    text-align: center;
  }

  .row_baner .tit_df {
    font-size: 24px;
    line-height: 130%;
    max-width: 200px;
    margin: 0 auto 20px;
  }

  span.img_b.img_b2 {
    display: none;
  }

  span.img_b {
    width: 300px;
    height: 190px;
    bottom: -35px;
    left: calc(50% - 150px);
  }

  span.bg_start {
    height: 100px;
    top: -99px;
    background-size: 100% 100px;
  }

  .wrap_start_bg {
    margin-top: 90px;
  }

  .row_rating {
    transform: translateY(4px);
    position: absolute;
  }

  .wpap_row_product {
    transform: translateY(155px);
    margin-bottom: 145px;
  }

  section.start_page {
    overflow: hidden;
    margin-bottom: 40px;
  }

  section:not(.start_s) button.slick-arrow:after {
    height: 14px;
    width: 6px;
  }
}

@media (min-width: 550px) {
  .wpap_row_product {
    margin-bottom: 165px;
  }
}

@media (min-width: 768px) {
  .wpap_row_product {
    margin-bottom: -40px;
  }
}

@media (min-width: 554px) {
  .wpap_row_product .slick-arrow {
    top: 165px;
  }
}

.row_products button.slick-arrow {
  left: 60px;
}

.row_products button.slick-next.slick-arrow {
  right: 60px;
}

/* new_review */
.content_review {
  display: flex;
  flex-wrap: wrap;
}

.content_review .item_review {
  display: inline-flex;
  width: 33.33%;
  padding: 16px 25px;
  min-height: 350px;
}

.review_foot {
  display: flex;
  padding-top: 15px;
}

.review_foot > span {
  flex-shrink: 0;
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin-right: 16px;
}

.review_foot > span img {
  object-fit: cover;
}

.review_foot p {
  font-size: 14px;
  line-height: 150%;
  color: #919191;
}

.review_foot b,
.review_foot span {
  color: #001e41;
}

.review_foot b {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

.review_body {
  background: #f8fafd;
  border-radius: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 26px 28px;
}

span.r_img {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
}

span.r_img:before {
  content: "";
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 54px;
  height: 54px;
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  opacity: 0.8;
}

.wrap_r_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.wrap_r_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.r_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block_review {
  width: 100%;
}

.section_review .title-center {
  margin-bottom: 13px;
}

.section_review .title-center + p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 50px;
}

.conversion .slick-arrow,
.testimonials .slick-arrow {
  top: auto;
  bottom: 0;
  background-color: transparent !important;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_arrow_l.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  left: calc(50% - 90px);
}

.conversion .slick-arrow:after,
.testimonials .slick-arrow:after {
  display: none !important;
}

.conversion .slick-arrow.slick-next,
.testimonials .slick-arrow.slick-next {
  right: calc(50% - 90px);
  background-image: url(/wp-content/themes/twentytwenty/images/home/h_arrow_r.svg);
}

.testimonials ul.slick-dots {
  height: 30px;
}

.testimonials ul.slick-dots li button:before {
  background: #d9d9d9;
  transition: 0.3s;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.testimonials ul.slick-dots li.slick-active button:before {
  background: #5d78ff;
}

section.testimonials {
  margin-bottom: 80px;
}

@media (max-width: 1300px) {
  .testimonials ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .testimonials .content_review ul.slick-dots li button {
    width: 16px;
  }
  section.testimonials {
    margin-bottom: 80px;
  }

  .content_review .item_review {
    padding: 16px;
    min-height: 340px;
  }

  .review_body {
    padding: 16px 18px;
    font-size: 14px;
  }

  .section_review .title-center + p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 990px) {
  .content_review .item_review {
    min-height: 310px;
    padding: 10px 16px;
  }
}

@media (max-width: 767px) {
  .section_review .title-center + p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .content_review .item_review {
    padding: 10px 2px;
    min-height: 0;
  }

  .content_review .item_review {
    padding: 10px 2px;
    min-height: 0;
  }

  .content_review ul.slick-dots li button {
    width: 22px;
  }

  .testimonials .slick-arrow.slick-next {
    right: calc(50% - 146px);
  }

  .testimonials .slick-arrow {
    left: calc(50% - 146px);
  }

  section.testimonials {
    margin-bottom: 50px;
  }

  .conversion .slick-arrow.slick-disabled,
  .testimonials .slick-arrow.slick-disabled {
    opacity: 0.3;
  }

  span.r_img {
    display: none;
  }
}

/* end new_review */

/* new ico*/
.wrapp_img i {
  background-image: url(/wp-content/themes/twentytwenty/images/home_11.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 7px 14px 29px rgb(0 0 0 / 30%);
  border-radius: 4px;
  transition: 0.3s;
  z-index: 2;
  flex-shrink: 0;

  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #f8fafd;
}

.wrapp_img i:nth-child(2) {
  background-image: url(/wp-content/themes/twentytwenty/images/home_22.png);
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% - 30px);
  z-index: 1;
  transform: translate(0px, -100%);

  animation-name: i2;
  animation-duration: 1.5s;
}

.wrapp_img i:nth-child(3) {
  background-image: url(/wp-content/themes/twentytwenty/images/home_33.png);
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% + 30px);
  z-index: 4;
  transform: translate(-100%, 0);

  animation-name: i3;
  animation-duration: 1.7s;
}

.wrapp_img i:nth-child(4) {
  background-image: url(/wp-content/themes/twentytwenty/images/home_44.png);
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0px;
  z-index: 3;

  animation-name: i4;
  animation-duration: 2s;
}

.wrapp_img i:first-child {
  transform: translate(-100%, -100%);
  top: 50%;
  left: calc(50% - 10px);

  animation-name: i1;
  animation-duration: 1s;
}

@keyframes i1 {
  50% {
    width: 0px;
    height: 0px;
  }

  100% {
    width: 245px;
    height: 155px;
  }
}

@keyframes i2 {
  0% {
    width: 0px;
    height: 0px;
  }

  100% {
    width: 260px;
    height: 144px;
  }
}

@keyframes i3 {
  50% {
    width: 0px;
    height: 0px;
  }

  100% {
    width: 267px;
    height: 150px;
  }
}

@keyframes i4 {
  50% {
    width: 0px;
    height: 0px;
  }

  100% {
    width: 260px;
    height: 164px;
  }
}

@media (max-width: 1300px) {
  .wrapp_img {
    transform: translate(-50px, -40px);
    background-size: 680px;
    width: 640px;
    background-position: 0px 45px;
  }

  .row_banner > div {
    padding: 58px 0;
  }
}

@media (max-width: 990px) {
  .row_banner > div {
    padding: 0px;
  }

  .row_banner .col_right {
    width: 100%;
    height: 444px;
  }

  .col_right .wrapp_img {
    max-width: 100%;
    transform: translate(0px, 0px);
    width: 100%;
    background-size: 755px;
    background-position: 0px 5px;
  }
}

/* END new ico*/

/*new home banner*/
.row_banner_product {
  background: #0e77f1;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  padding: 32px 54px 32px;
}

.row_banner_product a.btn.btn_orange {
  height: auto;
  font-weight: 600;
  width: 100%;
  max-width: 343px;
  border-radius: 8px;
  background: #f5d256;
  padding: 20px 100px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
}

.row_banner_product h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 12px;
}

.row_banner_product p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .row_banner_product {
    padding: 56px 44px 44px;
  }
}

@media (max-width: 990px) {
  .row_banner_product h3 {
    font-size: 42px;
  }

  .row_banner_product p {
    font-size: 18px;
    margin: 0 0 34px;
  }

  .row_banner_product a.btn.btn_orange {
    padding: 16px;
    font-size: 18px;
    max-width: 300px;
  }

  .row_banner_product {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .row_banner_product h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .row_banner_product p {
    font-size: 16px;
    margin: 0 0 25px;
  }

  .row_banner_product a.btn.btn_orange {
    padding: 12px;
    font-size: 16px;
  }
}

/*END new home banner*/

.main-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #6e6e6e;
  margin: 0;
}

@media (max-width: 950px) {
  .main-desc {
    margin-top: 40px;
  }
}

.block-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 8.5px auto 8.5px 0;
}

.block-title img {
  margin-left: 5px;
}

.btn-first-home {
  background: #ffffff;
  border: 1px solid #0e77f1;
  color: #0e77f1;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  width: 110px;
  height: 35px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.084), 0px 1px 1px rgba(0, 0, 0, 0.168);
  border-radius: 2px;
  margin-right: 11px;
}

@media (min-width: 450px) {
  .btn-first-home {
    width: 123px;
    height: 40px;
  }
}

.btn-first-home:hover {
  background: #c7e0fc;
}

.btn-first-home:active {
  background: #3367d6;
  border: 1px solid #3367d6;
  color: #ffffff;
}

.btn-second-home {
  min-width: 161px;
  min-height: 35px;
  background: #4285f4;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.084), 0px 1px 1px rgba(0, 0, 0, 0.168);
  border-radius: 2px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border: none;
  padding-left: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-wrap: wrap;
  text-align: center;
}

@media (min-width: 450px) {
  .btn-second-home {
    min-width: 190px;
    height: 40px;
    padding-left: 58px;
  }
}

.btn-hover {
  margin-right: 6px;
  padding: 3px;
  border-radius: 2px;
  height: 39px;
  min-width: 165px;
  max-width: max-content;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 450px) {
  .btn-hover {
    height: 46px;
    min-width: 196px;
  }
}

.btn-second-home:hover {
  background: #3367D6;
}

.btn-hover:hover {
  background-color: #bfd3f4;
}

.btn-second-home:active {
  background: #3367d6;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.084), 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.btn-second-home:active .btn-hover {
  background-color: transparent;
}

@media (min-width: 1301px) {
  .btn-second-home {
    padding-left: 57px;
  }
}

.btn-second-home img {
  position: absolute;
  left: 1px;
  /* bottom: 1px; */
  height: 33px;
  width: 33px;
}

@media (min-width: 450px) {
  .btn-second-home img {
    height: 38px;
    width: 38px;
  }
}

.block-btn {
  display: flex;
  align-items: center;
}

.row_foot_video iframe {
  width: calc(100vw - (100vw - 940px)) !important;
  height: calc((100vw - (100vw - 1040px)) / 1.77);
  border-radius: 15px;
  margin-top: -75px;
}

.popup-youtube img {
  width: 33px;
}

@media (min-width: 450px) {
  .popup-youtube img {
    width: 38px;
  }
}

/*tooltip on front page*/

.tooltip {
  position: relative;
}

.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 74px;
  left: 41px;
  width: 0;
}

.tooltip:before {
  color: #fff;
  content: attr(data-title);
  top: 79px;
  width: 295px;
  height: 66px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px 10px;
  z-index: 999999;
  border: 1px solid #6c6e79;
  border-radius: 4px;
  background: #191b23;
  left: -197px;
}

@media (min-width: 550px) {
  .tooltip:before {
    left: 2px;
  }
}

@media (min-width: 650px) {
  .tooltip:after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #191b23;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    top: 32px;
    left: 82px;
    width: 0;
  }

  .tooltip:before {
    color: #fff;
    content: attr(data-title);
    top: 5px;
    width: 295px;
    height: 66px;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 10px 10px;
    z-index: 999;
    border: 1px solid #6c6e79;
    border-radius: 4px;
    background: #191b23;
    left: 93px;
  }
}

.tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
  transition: all 0.2s ease-in-out;
}

.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.tooltip.expand:hover:after {
  transition: all 0.2s 0.1s ease-in-out;
}

.hover-image {
  position: absolute;
  bottom: 9px;
  right: 19px;
  width: 29px;
}

.hover-image + img {
  z-index: 999;
  position: relative;
  width: 55px;
}

@keyframes slide-in {
  0% {
    bottom: 9px;
  }

  70% {
    top: 60px;
  }

  100% {
    top: 57px;
  }
}

.block-hover:hover .hover-image {
  bottom: 60px;
  animation: bounce 0.5s ease-in-out;
}

@keyframes bounce {
  0% {
    bottom: 9px;
  }

  70% {
    bottom: 60px;
  }

  100% {
    bottom: 57px;
  }
}

/*new mobile style*/

.row_banner {
  padding-top: 32px;
  padding-bottom: 20px;
}

.block-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.col_left p.primary-attent {
  color: #4285f4;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 40px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.col_left p.primary-attent > i {
  display: block;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(/wp-content/themes/twentytwenty/images/new_products/ltd-serp/thunder.svg);
}

.foot_btns.btns-top.ref-group-btn {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

@media (min-width: 768px) {
  .foot_btns.btns-top.ref-group-btn {
    flex-direction: row;
    column-gap: 10px;
  }
}

.ref-group-btn .btn-first-home {
  padding: 12px;
  width: 190px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 0;
}

.ref-group-btn .btn-hover {
  min-width: 196px;
  height: 46px;
  margin-right: 0;
}

.ref-group-btn .btn-second-home {
  min-width: 190px;
  height: 40px;
  padding: 12px 24px 12px 52px;
}

.ref-group-btn .btn-second-home img {
  left: 1px;
  bottom: 1px;
  height: 39px;
  width: 39px;
}

.btn-watch {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
  background-image: url(/wp-content/themes/twentytwenty/images/home/player.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 8px 12px 8px 34px;
  /* width: 190px; */
  height: 40px;
  display: flex;
  justify-content: center;
  transition: color 0.3s;
  
}

.btn-watch:hover {
  color: #0E77F1;
  background-image: url(/wp-content/themes/twentytwenty/images/home/player_blue.svg);
}

#parallax {
  /* background-image: url(/wp-content/themes/twentytwenty/images/home/home_parallax_mob.png); */
  max-width: 400px;
  height: 240px;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-size: contain;
}

@media (min-width: 768px) {
  #parallax {
    /* position: absolute; */
    width: 100%;
    height: 470px;
    /* background-image: url(/wp-content/themes/twentytwenty/images/home/front.png),
      url(/wp-content/themes/twentytwenty/images/home/mid.png),
      url(/wp-content/themes/twentytwenty/images/home/back.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    /* background-image: url(/wp-content/themes/twentytwenty/images/home/home_parallax_desk.png); */

    right: 0;
    top: 0;
  }
}

@media (min-width: 991px) {
  #parallax {
    position: absolute;
    width: 55%;
  }
}

.row_rating {
  max-width: 310px;
  width: 310px;
  transform: translate(-50%, 10px);
  left: 50%;
}

@media (min-width: 768px) {
  .row_rating {
    max-width: 100%;
    width: inherit;
    transform: none;
  }
}

.row_rating .partners__list {
  list-style: none;
  margin: 0 auto;
  display: flex;
  row-gap: 16px;
  column-gap: 35px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 990px) {
  .row_rating .partners__list {
    justify-content: flex-start;
    width: 100%;
  }
}

.row_rating .partners__list .partners__item {
  margin: 0;
}

.section_partners .title-center {
  max-width: 340px;
  margin: 0 auto 16px;
}

@media (min-width: 990px) {
  .section_partners .title-center {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.section_partners .title-center h2 {
  font-weight: 400;
  line-height: 36px;
  font-size: 23px;
}

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

.wpap_row_product + .section_partners .row_partners {
  padding: 0;
}

@media (min-width: 990px) {
  .wpap_row_product + .section_partners .row_partners {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .wrap_start_bg {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .wpap_row_product + .section_partners .row_partners .col {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .wpap_row_product + .section_partners {
    padding: 40px 0 40px;
  }
}

/*new styles*/
@media (min-width: 768px) {
  .btn-watch {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    background-image: url(/wp-content/themes/twentytwenty/images/home/player.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 8px 12px 8px 34px;
    width: max-content;
  }
}

@media (min-width: 768px) {
  .col_left p.primary-attent {
    font-size: 20px;
    font-weight: 500;
  }

  .col_left p.primary-attent > i {
    background-size: 25px;
    width: 25px;
    height: 26px;
  }
}

@media (min-width: 768px) {
  #parallax {
    display: block;
    height: 470px;
    background-size: 80%;
    max-width: unset;
  }

  #parallax {
    transform: translateY(-25px);
  }
}

@media (min-width: 991px) {
  #parallax {
    position: absolute;
    width: 50%;
    background-size: 85%;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  #parallax {
    position: absolute;
    width: 50%;
    background-size: 80%;
    margin-top: 15px;
  }
}

@media (min-width: 1300px) {
  #parallax {
    margin-top: 0px;
    background-size: 80%;
  }
}



/*new styles*/
.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;
}

.package_tab {
  display: flex;
  justify-content: center;
  border-radius: 56px;
  height: 48px;
  background: #e3eeff;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .package_tab {
    overflow: auto;
    padding-bottom: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    background: transparent;
    border-radius: 4px;
    height: auto;
    margin-bottom: 20px;
  }
}

.package_tab label {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  width: 126px;
  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: transparent;
  border-radius: 10px 10px 0px 0px;
  color: #0e77f1;
  height: 40px;
  display: flex;
  align-self: center;
  transition: all 0.3s;
}

.package_tab label:hover {
  color: #044792;
}

@media (max-width: 768px) {
  .package_tab label {
    min-width: 115px;
    padding: 5px;
    min-height: 30px;
    align-items: center;
    width: 120px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #e3eeff;
  }
}

.packages_body {
  margin: 0;
  overflow: inherit;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .packages_body {
    margin-bottom: 86px;
  }
}

#uxcro:checked ~ .packages_body [for="uxcro"],
#ecommerce:checked ~ .packages_body [for="ecommerce"],
#analytics:checked ~ .packages_body [for="analytics"],
#seo:checked ~ .packages_body [for="seo"],
#ai:checked ~ .packages_body [for="ai"] {
  background: #0e77f1;
  color: #ffffff;
  border-radius: 56px;
  cursor: default;
  /* pointer-events: none; */
  /* height: 40px;
    display: flex;
    align-self: center; */
  transition: all 0.3s;
}

#uxcro:checked ~ .packages_body [for="uxcro"]:hover,
#ecommerce:checked ~ .packages_body [for="ecommerce"]:hover,
#analytics:checked ~ .packages_body [for="analytics"]:hover,
#seo:checked ~ .packages_body [for="seo"]:hover,
#ai:checked ~ .packages_body [for="ai"]:hover {
  background: #3367D6;
  color: #ffffff;
}

@media (max-width: 768px) {
  #uxcro:checked ~ .packages_body [for="uxcro"],
  #ecommerce:checked ~ .packages_body [for="ecommerce"],
  #analytics:checked ~ .packages_body [for="analytics"],
  #seo:checked ~ .packages_body [for="seo"],
  #ai:checked ~ .packages_body [for="ai"] {
    border-radius: 4px;
  }
}

[data-p] {
  display: none;
}

#uxcro:checked ~ .packages_body [data-p*="uxcro"],
#ecommerce:checked ~ .packages_body [data-p*="ecommerce"],
#analytics:checked ~ .packages_body [data-p*="analytics"],
#seo:checked ~ .packages_body [data-p*="seo"],
#ai:checked ~ .packages_body [data-p*="ai"] {
  display: block;
  width: 100%;
  margin: 0;
}

.row_package-line {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

@media (min-width: 1300px) {
  .row_package-line {
    column-gap: 20px;
  }
}

.col_package-head {
  padding-top: 0;
}

@media (min-width: 769px) {
  .col_package-head {
    padding-top: 36px;
    width: 204px;
  }
}

@media (min-width: 990px) {
  .col_package-head {
    width: 497px;
    padding: 0;
  }
}

@media (min-width: 1300px) {
  .col_package-head {
    width: 600px;
  }
}

.col_package-head ul li > a {
  display: block;
  padding: 12px;
  border-radius: 4px;
  border-top: 2px solid transparent;
  transition: background 0.3s ease, border-top 0.3s ease;
}

.col_package-head ul li > a:hover {
  background: #f8fafd;
  border-top: 2px solid #0e77f1;
}

.page-template-template_home .title-center {
  margin-bottom: 8px;
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  max-width: 100%;
}

@media (min-width: 769px) {
  .page-template-template_home .title-center {
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    max-width: 100%;
  }
}

.page-template-template_home .faq .title-center,
.conversion .title-center + p {
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 769px) {
  .page-template-template_home .faq .title-center,
  .conversion .title-center + p {
    margin-bottom: 56px;
    text-align: center;
  }
}

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

@media (min-width: 769px) {
  .page-template-template_home .title-center h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

.page-template-template_home .section_partners .title-center h2 {
  color: #001e41;
  margin: 0 auto 4px;
}

.page-template-template_home .title-center p,
.section_partners .title-center + p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 24px;
  text-align: center;
}

.section_partners .title-center + p {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .section_partners .title-center + p {
    margin-bottom: 56px;
  }
}

.col_package-head ul {
  margin: 0;
  display: grid;

  column-gap: 20px;
  row-gap: 20px;
}

@media (min-width: 660px) {
  .col_package-head ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}

@media (min-width: 769px) {
  .col_package-head ul {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 990px) {
  .col_package-head ul {
    grid-template-columns: 1fr 1fr;
  }
}

.col_package-head ul span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0e77f1;
  display: block;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 769px) {
  .col_package-head ul span {
    margin-top: 16px;
  }
}

.col_package-head ul span:after {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #0e77f1;
  border-left: 2px solid #0e77f1;
  transform: rotate(-134deg);
  margin-top: 0px;
  margin-left: 7px;
  position: absolute;
  top: 8px;
}

.product-title-item {
  color: #001e41;
  display: inline-block;
  padding: 0px 0 0px 40px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 center;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.product-title-item sup {
  color: #0e77f1;
}

.product-title-item + p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  color: #001e41;
}

.product-title-item.heatmap {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_heatmap.svg);
}

.product-title-item.smart-forms {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_popup.svg);
}

.product-title-item.user-session-recordings {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_sesion.svg);
}

.product-title-item.nps {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_nps.svg);
}

.product-title-item.e-commerce-sales-performance {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_ecommerce.svg);
}

.product-title-item.event-goals-tracking {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_event.svg);
}

.product-title-item.ab-testing-tool {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/ab-tool-icon.svg);
}

.product-title-item.conversion-funnel {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_conversion.svg);
}

.product-title-item.seo-alerts {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/nm_seo.svg);
}

.product-title-item.serp-checker {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/serp_ch.svg);
}

.product-title-item.ai-ux-assistant {
  background-image: url(/wp-content/themes/twentytwenty/images/menu/ai_menu.svg);
}

.col_package-head .product-main-title {
  display: none;
}

@media (min-width: 769px) {
  .col_package-head .product-main-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
  }
}

.package-left-block {
  display: none;
}

@media (min-width: 769px) {
  .package-left-block {
    display: block;
    width: 465px;
  }
}

.wrap_start_bg .container {
  background-color: #0e77f1;
  height: 145px;
}

@media (min-width: 769px) {
  .wrap_start_bg .container {
    height: 90px;
  }
}

@media (min-width: 990px) {
  .wrap_start_bg .container {
    height: auto;
  }
}

.partners-block_new {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .partners-block_new {
    margin-bottom: 96px;
  }
}

.partners-block_new .section_partners {
  padding: 0;
}

.partners-block_new .row_partners {
  padding: 0;
  width: 100%;
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
}

.partners-block_new .row_partners .col {
  width: calc(100% / 2);
}

@media (min-width: 550px) {
  .partners-block_new .row_partners .col {
    width: calc(100% / 3);
  }
}

@media (min-width: 768px) {
  .partners-block_new .row_partners .col {
    width: calc(100% / 4);
  }

  .partners-block_new .row_partners .col .wrap_img {
    height: 75px;
    padding: 10px;
  }
}

@media (min-width: 1300px) {
  .partners-block_new .row_partners .col {
    width: calc(100% / 5);
  }

  .partners-block_new .section_partners .row_partners .col {
    max-width: 198px;
  }

  .partners-block_new .row_partners .col .wrap_img {
    height: 85px;
    width: 160px;
  }
}

/*video home*/
.col_right.block_image video {
  width: 220px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03),
    -3px 4px 10px 0px rgba(0, 0, 0, 0.03),
    -12px 15px 19px 0px rgba(0, 0, 0, 0.03),
    -26px 33px 25px 0px rgba(0, 0, 0, 0.02),
    -46px 58px 30px 0px rgba(0, 0, 0, 0), -72px 91px 32px 0px rgba(0, 0, 0, 0);
  border-radius: 13.731px;
  border: 2px solid #b7d6fb;
}

@media (min-width: 768px) {
  .col_right.block_image video {
    width: 398px;
    height: 250px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03),
      -3px 4px 10px 0px rgba(0, 0, 0, 0.03),
      -12px 15px 19px 0px rgba(0, 0, 0, 0.03),
      -26px 33px 25px 0px rgba(0, 0, 0, 0.02),
      -46px 58px 30px 0px rgba(0, 0, 0, 0), -72px 91px 32px 0px rgba(0, 0, 0, 0);
    border-radius: 13.731px;
    border: 2px solid #b7d6fb;
  }
}

.col_right.block_image .col_include.include_active {
  right: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  padding: 30px 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  .col_right.block_image .col_include.include_active {
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
    padding: 50px 0 60px;
    position: relative;
  }
}

@media (min-width: 990px) {
  .col_right.block_image .col_include.include_active {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 470px;
    margin: 0 auto;

    width: 50%;
    padding: 135px 0 100px;
  }
}

.col_include.include_active img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 368px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .col_include.include_active img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 990px) {
  .col_include.include_active img {
    position: absolute;
    top: 95px;
    right: 0;
    transform: none;
    left: unset;
  }
}

@media (min-width: 1300px) {
  .col_include.include_active img {
    width: auto;
  }

  section.start_page .container {
    position: relative;
  }
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

* {
  box-sizing: border-box;
}

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

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

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

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

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

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

.marquee__group img {
  pointer-events: none;
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.row_analytics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #0e77f1;
  padding: 40px;
}

.cont_book {
  width: 100%;
  max-width: 510px;
}

.cont_book p {
  color: #ffffff;
}

.uptitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sub_head_pr {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px;
}

.foot_analytics {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-image: url(/wp-content/themes/twentytwenty/images/home/done_white.svg);
  background-position: left;
}

.row_analytics .btn-hover {
  margin-top: 20px;
}

.row_analytics .btn-second-home {
  background-color: #fff;
  color: #757575;
  min-width: 190px;
  padding: 12px 24px 12px 45px;
}

.sub_head_pr {
  color: #fff;
}

@media (max-width: 767px) {
  .row_analytics {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .row_analytics .btn-hover {
    margin-right: auto;
    margin-left: auto;
  }
}

.menu-item sup {
  display: none;
}

@media (max-width: 767px) {
  .burger_menu .sub-menu a[href*="/ab-testing-tool/"] + sup,
  .burger_menu .sub-menu a[href*="/ai-ux-assistant/"] + sup,
  .burger_menu .sub-menu a[href*="/serp-checker/"] + sup {
    display: block;
  }
}

.use-cases-item-text {
  cursor: pointer;
}

.testimonials ul.slick-dots li button::before {
  transition: all 0.3s;
}

.testimonials ul.slick-dots li button:hover::before {
  background: #0E77F1;
}

.conversion .slick-arrow:hover,
.testimonials .slick-arrow:hover {
  background-image: url(/wp-content/themes/twentytwenty/images/home/fill_arrow_l.svg);
}

.conversion .slick-arrow.slick-next:hover,
.testimonials .slick-arrow.slick-next:hover {
  background-image: url(/wp-content/themes/twentytwenty/images/home/fill_arrow.svg);
}

.parallax__text {
  position: absolute;
  display: none;
  color: #333;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.parallax__text-wrap {
  position: absolute;
}

.parallax__text-wrap--left {
  top: 32%;
  left: -15px;
  min-width: 195px;
}

.parallax__text-wrap--right {
  top: 28%;
  right: -5px;
  min-width: 250px;
}

.parallax__text--pos1 {
  top: 0;
  right: 37px;
  font-size: 13.5px;
}

.parallax__text--pos2 {
  top: 40.5px;
  right: 0;
  font-size: 12.5px;
}

.parallax__text--pos3 {
  top: 81px;
  right: 37px;
  font-size: 11.5px;
}

.parallax__text.parallax__text--pos4,
.parallax__text.parallax__text--pos5,
.parallax__text.parallax__text--pos6,
.parallax__text.parallax__text--pos7 {
  font-size: 13.5px;
  padding-left: 25px;
  background-size: 12.5px 12.5px;
  background-repeat: no-repeat;
  background-position: left 8.3px center;
}

.parallax__text.parallax__text--pos4 {
  top: 0;
  right: 0;
  background-color: #DBFEE8;
  background-image: url(/wp-content/themes/twentytwenty/images/icons/new_releases.svg);
}

.parallax__text.parallax__text--pos5 {
  top: 56px;
  right: 44.65px;
  background-color: #FFF1F0;
  background-image: url(/wp-content/themes/twentytwenty/images/icons/bug_report.svg);
}

.parallax__text.parallax__text--pos6 {
  top: 109px;
  right: 19.2px;
  background-color: #F4F5F9;
  background-image: url(/wp-content/themes/twentytwenty/images/icons/assignment_late.svg);
}

.parallax__text.parallax__text--pos7 {
  top: 165px;
  right: 35.3px;
  background-color: #FFF3D9;
  background-image: url(/wp-content/themes/twentytwenty/images/icons/warning.svg);
}

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

.col_left--center p {
  text-align: center;
  margin-bottom: 0;
}

.col_left--center .block-title {
  margin: 0;
}

@media (min-width: 768px) {
  .parallax__text {
    display: inline-flex;
    padding: 4.2px 8.5px;
    align-items: center;
    gap: 4.2px;
    border-radius: 33.24px;
    background-color: #FFF;
    box-shadow: 1.039px 1.039px 5.193px 0px rgba(51, 51, 51, 0.20);
  }

  .col_left--center {
    display: block;
  }

  .col_left--center p {
    text-align: left;
  }

  .col_left--center .block-title {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}

@media (min-width: 991px) {
  .parallax__text-wrap--left {
    left: -15px;
  }
  
  .parallax__text-wrap--right {
    right: 2px;
  }
}

@media (min-width: 1300px) {
  .parallax__text-wrap--left {
    left: -40px;
  }
  
  .parallax__text-wrap--right {
    right: -45px;
  }
}

/* new hero */
.col_left.hero_left_new {
  padding: 52px 0 90px;
  max-width: 450px;
}

.start_page.start_page--new-hero {
  min-height: calc(100vh - 77px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container.container--new-hero {
  margin: 0 auto;
}

.wrap_start_bg.wrap_start_bg--new-hero {
  margin-top: 90px;
}

.main-desc.main-desc--new-hero {
  font-size: 14px;
  line-height: 20px; 
}

.hero_left_new .main-title.main-title--new-hero {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #191B23;
}

.block-title.block-title--new-hero {
  margin-top: 8px;
  margin-bottom: 20px;
}

.hero_left_new .hero_left_info {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #191B23;
  margin-bottom: 20px;
}

.block_reviews_hero {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.block_reviews_hero__avatars {
  display: flex;
}

.block_reviews_hero__rating_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.block_reviews_hero__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.8px solid #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.block_reviews_hero__avatar:not(:first-child) {
  margin-left: -15px;
}

.block_reviews_hero__avatar.block_reviews_hero__avatar--1 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/av1.png);
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--2 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/av2.png);
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--3 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/av3.png);
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--4 {
  background-image: url(/wp-content/themes/twentytwenty/images/home/av4.png);
}

.block_reviews_hero__stars {
  display: flex;
}

.block_reviews_hero__star {
  width: 19px;
  height: 19px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #D7D7D7;
  -webkit-mask-image: url(/wp-content/themes/twentytwenty/images/home/star_container.svg);
  mask-image: url(/wp-content/themes/twentytwenty/images/home/star_container.svg);
}

.block_reviews_hero__star.block_reviews_hero__star--full {
  background-color: #F2B347;
}
.block_reviews_hero__star.block_reviews_hero__star--70 {
  background: linear-gradient(to right, #F2B347 60%, #D7D7D7 40%);
}

.block_reviews_hero__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.block_reviews_hero__rating_wrap .block_reviews_hero__rating_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #6E6E6E;
}

.block_reviews_hero .block_reviews_hero__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6E6E6E;
}

[lang="uk"] .col_left.hero_left_new,
[lang="ru-RU"] .col_left.hero_left_new {
  max-width: 515px;
}

@media (max-width: 990px) {
  .block_reviews_hero__rating_wrap .block_reviews_hero__rating_text {
    font-size: 13px;
  }

  .block_reviews_hero__rating_wrap {
    flex-grow: 0;
  }

  .col_left.hero_left_new {
    padding: 40px 0 20px;
    max-width: auto;
  }

  .hero_left_new .main-desc {
    margin-top: 0;
  }

  .container--new-hero .row_banner {
    padding-bottom: 0;
    justify-content: center;
  }

  .hero_left_new .main-title.main-title--new-hero {
    font-size: 35px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
  }

  .block-title.block-title--new-hero {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .hero_left_new .hero_left_info {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
  }

  .block_reviews_hero {
    margin-bottom: 20px;
    justify-content: center;
  }

  .block_reviews_hero__avatar {
    width: 33px;
    height: 33px;
  }

  .block_reviews_hero .block_reviews_hero__info {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
}
/* end new hero */

/* carousel logo */
.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;
  max-width: 830px;
}
/* end carousel logo */

.row_foot_video--new {
  display: flex;
  padding: 3px;
  align-items: center;
  width: 100%;
  transition: 0.3s;
}
.row_foot_video--new:has(.btn-watch-new:hover) {
  background-color: #BFD3F4;
}
.btn-watch-new {
  width: 100%;
  display: flex;
  padding: 1px 16px 1px 5px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;cursor: pointer;
  transition: 0.3s;
}
.btn-watch-new:hover {
  color: #757575;
}

@media (min-width: 768px) {
  .btn-watch-new,
  .row_foot_video--new {
    width: auto;
  }
}

section.conversion button.slick-prev.slick-arrow {
  bottom: -6px;
  left: calc(50% - 105px);
}
section.conversion button.slick-next.slick-arrow {
  bottom: -6px;
  right: calc(50% - 105px);
}
.slick-initialized .slick-slide.col_conversion {
  display: flex;
  margin-bottom: 26px;
}
section.conversion ul.slick-dots li button:before {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
}
section.conversion ul.slick-dots li.slick-active button:before {
  background: #5d78ff;
}
section.conversion ul.slick-dots li button:hover::before {
  background: #0E77F1;
}
section.conversion ul.slick-dots li button {
  width: 16px;
}