ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

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

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

.section-hero {
  padding-top: 20px;
  padding-bottom: 16px;
}

@media (min-width: 1200px) {
  .section-hero {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}

.hero__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #001e41;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .hero__title {
    font-weight: 400;
    font-size: 72px;
    line-height: 74px;
    margin-bottom: 32px;
  }
}

.hero__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 12px;
  text-align: center;
  color: #001e41;
}

@media (min-width: 1200px) {
  .hero__desc {
    margin-bottom: 24px;
  }
}

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

.partners__item {
  margin: 0;
}

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

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

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

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

.partners__item-block img {
  width: 60%;
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .partners__item-block img {
    width: 100%;
    margin-right: 10px;
  }
}

.partners__item-block span {
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .partners__item-block span {
    font-size: 16px;

    width: 52px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }
}

.hero .btn.btn_blue.btn_hero,
.how-works .btn.btn_blue.btn_hero,
.can_use .btn.btn_blue.btn_hero {
  margin-top: 33px;
  width: 152px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  height: 40px;
  padding: 8px 12px;
  margin: 33px auto 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works .btn.btn_blue.btn_hero {
  display: none;
}

@media (min-width: 768px) {
  .how-works .btn.btn_blue.btn_hero {
    display: block;
  }
}

/*team up*/

.section h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 36px;
  color: #001e41;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
}

@media (min-width: 1200px) {
  .section h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 4px;
  }
}

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

@media (min-width: 1200px) {
  .section h2 + p {
    margin-bottom: 24px;
  }
}

.team-up__list {
  display: flex;
  justify-content: center;
}

/* @media (min-width: 1200px) {
 .team-up__item {
  width: 288px;
  padding: 20px 16px;
}
}  */

.team-up__card {
  width: 340px;
  height: 180px;
  padding: 16.5px;
  background: #ffffff;
  box-shadow: 0.5625px 1.6875px 5.625px rgba(51, 51, 51, 0.2);
  border-radius: 12px;
  margin: 0;
  min-width: 0;

  transition-property: width, transform, border-radius, box-shadow, margin;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .team-up__card {
    width: 288px;
    padding: 20px 16px;
  }
}

@media (min-width: 1300px) {
  .team-up__card:hover {
    transform: scaleY(1.3) scaleX(1.4) translateY(22px);
    margin: 0 58px;
    display: block;
    border-radius: 30px;
    box-shadow: 1px 3px 10px rgba(51, 51, 51, 0.2);
  }

  .team-up__item:hover img {
    display: none;
  }

  .team-up__card h3 {
    display: inline-block;
    transition-property: font-size;
  }

  .team-up__card:hover h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 12px;
  }
}

.team-up__item {
  margin: 0;
}

.team-up__item:not(:last-child) {
  margin-right: 20px;
}

.team-up__item:first-child {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .team-up__item:not(:last-child) {
    margin-right: 40px;
  }
}

.slick-initialized .team-up__item.slick-slide,
.slick-initialized .pricing-cards__item.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 10px 10px 6px;
  padding: 10px;
}

.slick-initialized .team-up__item.slick-slide {
  margin: 6px 10px 6px;
}

.pricing-cards .slick-track {
  display: flex;
  align-items: flex-end;
}

.slick-initialized .pricing-card,
.pricing-cards .pricing-card {
  height: 791px;
}

.slick-initialized .item-second > .pricing-card,
.pricing-cards .item-second > .pricing-card {
  height: 840px;
}

/* .team-up .slick-list {
  overflow-x: visible;
} */

.team-up__item h3 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

@media (min-width: 1200px) {
  .team-up__item h3 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
  }
}

.team-up__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

/*middle-block*/

/* .section-middle {
  padding-bottom: 53px;
  overflow: hidden;
} */

@media (min-width: 1200px) {
  .section-middle {
    padding-bottom: 0;
    overflow: visible;
  }
}

.middle h2 {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .middle h2 {
    margin-bottom: 85px;
  }
}

.middle-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 55px;
  overflow: hidden;
  padding-bottom: 53px;
  /* overflow: hidden; */
}

@media (min-width: 991px) {
  .middle-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    padding-bottom: 30px;
    justify-content: space-around;
    column-gap: 114px;
  }
}

@media (min-width: 1200px) {
  .middle-block {
    column-gap: 114px;
  }
}

/* .middle-block__left{
width: 340px;
} */

@media (min-width: 1200px) {
  .middle-block__left {
    width: 525px;
  }
}

.middle-block__left h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .middle-block__left h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 4px;
  }
}

.middle-block__left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .middle-block__left p {
    margin-bottom: 20px;
  }
}

.middle-block__left ul > li {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  .middle-block__left ul > li {
    font-size: 18px;
    line-height: 29px;
  }
}

.middle-block__left ul > li:not(:last-child) {
  margin-bottom: 8px;
}

.middle-block__left ul > li:last-child {
  width: 300px;
}
@media (min-width: 1200px) {
  .middle-block__left ul > li:last-child {
    width: 100%;
  }
}

.middle-block__left ul > li:before {
  content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/point-sm.svg);
  font-size: 25px;
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .middle-block__left ul > li:before {
    content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/point.svg);
    font-size: 30px;
    margin-right: 12px;
  }
}

.middle-block__right-cont {
  border: 11.48px solid rgba(241, 247, 255, 0.9);
  box-shadow: 0px 5.81992px 29.0996px rgb(0 0 0 / 12%);
  border-radius: 3.5px;
  width: 301px;
  height: 250px;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .middle-block__right-cont {
    border: 16px solid rgba(241, 247, 255, 0.9);
    border-radius: 4px;
    /* width: 324px;
  height: 250px; */
  }
}

@media (min-width: 1200px) {
  .middle-block__right-cont {
    border: 16px solid rgba(241, 247, 255, 0.9);
    box-shadow: 0px 5.81992px 29.0996px rgb(0 0 0 / 12%);
    border-radius: 4px;
    width: 367px;
    height: 283px;
  }
}

.middle-block__right-cont div {
  padding-left: 11.8px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 0.741811px solid #f5f5f5;
}

@media (min-width: 1200px) {
  .middle-block__right-cont div {
    padding-left: 13.35px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.middle-block__right-cont div > h4 {
  font-weight: 500;
  font-size: 15.7225px;
  line-height: 24px;
  margin: 0;
}

@media (min-width: 1200px) {
  .middle-block__right-cont div > h4 {
    font-size: 17.8035px;
    line-height: 27px;
  }
}

.middle-block__right-cont div > p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #909090;
}

@media (min-width: 1200px) {
  .middle-block__right-cont div > p {
    font-size: 10.3854px;
    line-height: 17px;
  }
}

.middle-block__right-cont ul {
  background: #f8f8fa;
}

.middle-block__right-cont ul > li {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 11.75px;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .middle-block__right-cont ul > li {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13.3526px;
    line-height: 22px;
    padding-left: 13.35px;
  }
}

.middle-block__right-cont ul > li:not(:last-child) {
  border-bottom: 0.741811px solid #f5f5f5;
}

.middle-block__right-cont ul > li:before {
  content: "";
  display: inline-block;
  width: 25.6px;
  height: 25.6px;
  border-radius: 50px;
  background-color: #e2f2ff;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .middle-block__right-cont ul > li:before {
    width: 29px;
    height: 29px;
    margin-right: 6px;
  }
}

.middle-block__right {
  position: relative;
  z-index: 10;
  transition: all 800ms ease 0s;
}

.circle-top {
  background-color: #e2f2ff;
  width: 193px;
  height: 193px;
  border-radius: 50%;
  position: absolute;
  top: -23%;
  left: 61%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .circle-top {
    width: 219px;
    height: 219px;
  }
}

.circle-bottom {
  width: 126px;
  height: 126px;
  background-color: #e2f2ff;
  border-radius: 50%;
  position: absolute;
  bottom: -21%;
  right: 70%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .circle-bottom {
    width: 143px;
    height: 143px;
    bottom: -24%;
    right: 72%;
  }
}
.middle-block__right-cont ul > li:nth-child(2) {
  transition: all 1000ms ease 0s;
}

@media (min-width: 1200px) {
  .middle-block__right:hover .middle-block__right-cont ul > li:nth-child(2) {
    transform: translate(-30px, -14px);
    background: #ffffff;
    box-shadow: 0.741811px 5.93449px 14.8362px rgb(51 51 51 / 20%);
    border-radius: 5.93449px;
  }
}

/*customiz*/

.section-customiz {
  padding-top: 16px;
}

@media (min-width: 1200px) {
  .section-customiz {
    padding-top: 96px;
  }
}

.customiz {
  background: #e2f2ff;
  border-radius: 20px;
  padding: 20x 10px;
}

@media (min-width: 991px) {
  .customiz {
    padding: 0 20px;
    height: 385px;
  }
}

@media (min-width: 1200px) {
  .customiz {
    padding-left: 125px;
    padding-right: 125px;
  }
}

@media (min-width: 1300px) {
  .customiz {
    padding-left: 60px;
  }
}

.customiz-block {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  padding: 20px 10px;
}

@media (min-width: 991px) {
  .customiz-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .customiz-block {
    column-gap: 40px;
  }
}

.customiz-block__right {
  padding: 30px 15px 0;
}

@media (min-width: 991px) {
  .customiz-block__right {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .customiz-block__right {
    padding: 33px 0;
  }
}

@media (min-width: 1300px) {
  .customiz-block__right {
    padding: 66px 0;
  }
}

.customiz-block__right h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .customiz-block__right h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.customiz-block__right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

.customiz-block__right p:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .customiz-block__right p:not(:last-child) {
    margin-bottom: 8px;
  }
}

.customiz-block__left {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.customiz-block__left img {
  position: static;
}

@media (min-width: 1200px) {
  .customiz-block__left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

@media (min-width: 1300px) {
  .customiz-block__left img {
    top: 46%;
    left: 50%;
    transform: translate(-50%, -46%);
  }
}

/*benefits*/

.benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

@media (min-width: 991px) {
  .benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 96px;
  }
}

.benefits h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .benefits h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.benefits__left {
  padding: 0 30px;
}

@media (min-width: 1200px) {
  .benefits__left {
    max-width: 515px;
    padding: 0;
  }
}

.benefits__left ul > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  .benefits__left ul > li {
    font-size: 18px;
    line-height: 29px;
  }
}

.benefits__left ul > li::before {
  content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/point-sm.svg);
  font-size: 25px;
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .benefits__left ul > li::before {
    content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/point.svg);
    font-size: 30px;
    margin-right: 12px;
  }
}

.benefits__left ul > li {
  margin: 0;
  display: flex;
  align-items: center;
}

.benefits__left ul > li:not(:last-child) {
  margin-bottom: 16px;
}

.how-works .btn.btn_blue.btn_hero {
  display: flex;
  align-items: center;
  width: 186px;
}

.how-works .btn.btn_blue.btn_hero img {
  margin-left: 14px;
}

/* how-works-block */

.how-works span,
.pricing-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 4px;
  text-align: center;
  display: inherit;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .how-works span,
  .pricing-title span {
    font-size: 18px;
    line-height: 29px;
  }
}

.how-works h2 {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .how-works h2 {
    margin-bottom: 52px;
  }
}

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

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

.works-block > img {
  margin-top: 20px;
  margin-bottom: 20px;
  transform: rotate(90deg);
}

@media (min-width: 991px) {
  .works-block > img {
    margin: 0;
    transform: rotate(0deg);
  }
}

.works-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 321px;
}

.works-block__item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 6px;
  text-align: center;
}

@media (min-width: 1200px) {
  .works-block__item h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}

.works-block__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

@media (min-width: 1200px) {
  .works-block__item p {
    height: 87px;
  }
}

.works-block__item img {
  width: 80px;
  height: 80px;
}

@media (min-width: 1200px) {
  .works-block__item img {
    width: 100px;
    height: 100px;
  }
}

/*pricing */

.pricing-top {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pricing-top h2 {
  margin: 0;
}

@media (min-width: 1200px) {
  .pricing-top {
    margin-bottom: 50px;
  }
}

.pricing-top__image {
  display: none;
}

@media (min-width: 991px) {
  .pricing-top__image {
    display: block;
  }
}

.pricing-cards {
  display: flex;
  align-items: flex-end;
}

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

.pricing-card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 96px 30px 30px;
  width: 299px;
  height: 791px;
  position: relative;
  min-width: 0;
}

@media (min-width: 1300px) {
  .pricing-cards__item:not(:last-child) {
    margin-right: 20px;
  }
}

.pricing-card.item-second {
  height: 840px;
}

.card-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #909090;
  text-align: center;
}

@media (min-width: 991px) {
  .card-title {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  .card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }
}

.card-price {
  font-weight: 400;
  font-size: 47px;
  line-height: 60px;
  color: #001e41;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .card-price {
    font-size: 43px;
    line-height: 71px;
  }
}

@media (min-width: 1300px) {
  .card-price {
    font-size: 47px;
  }
}

.card-price span {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #919191;
  margin-left: 3px;
}

.card-price__bootom {
  font-weight: 400;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
}

@media (min-width: 1200px) {
  .card-price__bootom {
    font-size: 36px;
    line-height: 45px;
  }
}

.card-price__bootom + span {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #909090;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .card-price__bootom + span {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}

.card-top {
  border-bottom: 1px dashed #e9e9e9;
}

.card-top .btn.btn_blue.btn-price {
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.pricing-cards__item ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .pricing-cards__item ul {
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
  }
}

.pricing-cards__item ul > li {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 12px;
}

.pricing-cards__item ul > li:before {
  content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/path.svg);
  /* font-size: 30px; */
  margin-right: 7px;
}

.card-price__last {
  margin-top: 16.5px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18.5px;
}

.block-sale {
  background: #ee6969;
  width: 96px;
  height: 62px;
  color: #ffffff;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  top: 0;
  right: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-sale p {
  text-decoration-line: line-through;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.block-sale span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

.card-prim {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}

/* .team-up ul.slick-dots,
.pricing-cards ul.slick-dots {
  margin-top: 16px;
} */

.card-text__last {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #001e41;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.card-text__last:before {
  content: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/attention.svg);
  margin-right: 10px;
  font-size: 25px;
}

.card-top + p {
  margin-top: 20px;
}

.card-top + p,
.pricing-cards__item .card-list__last + p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.pricing-cards__item .card-list__last {
  margin-top: 0;
  padding-left: 10px;
}

.pricing-cards__item .card-list__last > li {
  margin-bottom: 3px;
}

.pricing-cards__item .card-list__last > li:before {
  content: "•";
}

/*    */
.row_product_main {
  display: flex;
  align-items: center;
}
.col_product_main {
  width: 50%;
  flex-shrink: 0;
}
.col_product_main:first-child {
  padding-right: 30px;
}
h1.title_products {
  font-weight: bold;
  font-size: 70px;
  line-height: 83px;
  margin: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}
.col_product_main > p {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 25px;
}
.bold-p {
  font-weight: bold;
}
.row_product_main .col_product_main + .col_product_main {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 460px;
}
.row_product_main .col_product_main i {
  display: inline-block;
  width: 587px;
  height: 442px;
  max-width: calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/bg_head.svg);
  z-index: 1;
}
.row_item-w {
  flex-direction: column;
  display: flex;
}

.line_info {
  display: flex;
  justify-content: center;
}
.line_info:nth-child(2n) {
  flex-direction: row-reverse;
}
.line_col:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 153px;
  border: 1px solid #70b2ff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  padding: 10px 20px 10px 170px;
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: 45px center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w1.svg);
  position: relative;
}
.line_info:nth-child(2n) .line_col:last-child {
  padding: 10px 170px 10px 20px;
  background-position: calc(100% - 45px) center;
}
.ico_2 .line_col:last-child {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w2.svg);
}
.ico_3 .line_col:last-child {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w3.svg);
}
.ico_4 .line_col:last-child {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w4.svg);
}
.ico_5 .line_col:last-child {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w5.svg);
}
.ico_6 .line_col:last-child {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/w6.svg);
}
.line_col {
  width: 100%;
  max-width: 450px;
  margin: 40px 0;
}
.line_col.line_col-step {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #0e77f1;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
}
.line_img {
  display: inline-flex;
  position: relative;
  width: 100px;
  flex-shrink: 0;
}
.line_info:nth-child(2n) .line_col.line_col-step {
  justify-content: flex-start;
}
.line_img span {
  display: inline-flex;
  height: 100%;
  width: 10px;
  background: #0e77f1;
  left: calc(50% - 5px);
  position: absolute;
}
.line_img i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background: #70b2ff;
  top: calc(50% - 20px);
  left: -15px;
}
.line_img i:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background: #0e77f1;
}
.line_img.line_img-start span {
  height: 50%;
  top: 50%;
}
.line_img.line_img-start i {
  top: -20px;
}
.line_img.line_img-finish span {
  height: 50%;
}
.line_img.line_img-finish i {
  top: auto;
  bottom: -20px;
}
body section {
  overflow: inherit;
}
.line_col:last-child:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a1.svg);
  display: inline-flex;
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(90px, 100%);
}
.ico_2 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a2.svg);
  transform: translate(150px, 100%);
}
.ico_3 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a3.svg);
  transform: translate(135px, 100%);
}
.ico_4 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a4.svg);
  transform: translate(140px, 100%);
}
.ico_5 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a5.svg);
}
.ico_6 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a6.svg);
}
.row_works .title-center {
  margin-bottom: 30px;
}
.bottom-works {
  text-align: center;
  padding: 20px 0 0;
}
.bottom-works .bold-p {
  padding-bottom: 15px;
}
.row_item-w_new .ico_3 .line_col:last-child:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/a2.svg);
}
.row_item-w_new .ico_5 .line_col:last-child:after {
  display: none;
}
.wrapp_can span.rating_n {
  color: #fff;
}
.row_our_partners {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
  padding-top: 40px;
  justify-content: space-between;
}
.col_our_partners a {
  display: inline-flex;
  width: 145px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/partner_1.svg);
}
.col_our_partners a[href*="turumburum"] {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/partner_2.svg);
  width: 208px;
}
.col_our_partners a[href*="web-promo"] {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/partner_3.svg);
  width: 190px;
}
section.our_parents {
  background: #f8fafd;
  padding: 30px 0;
}
section.our_parents .title-center {
  margin-bottom: 0px;
}

.list_get {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -13px;
}
.w_list_get {
  display: inline-flex;
  width: 25%;
  padding: 13px;
}
.item_list_get {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 36px;
  background: #fff;
  box-shadow: 0px 5px 40px rgba(45, 141, 254, 0.12);
  border-radius: 4px;
}
.item_list_get i {
  display: inline-flex;
  width: 96px;
  height: 96px;
  margin-bottom: 14px;
  background-color: #9bc9ff;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g1.svg);
}
.item_list_get .get_2 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g2.svg);
}
.item_list_get .get_3 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g3.svg);
}
.item_list_get .get_4 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g4.svg);
}
.item_list_get .get_5 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g5.svg);
}
.item_list_get .get_6 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g6.svg);
}
.item_list_get .get_7 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g7.svg);
}
.item_list_get .get_8 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g8.svg);
}
.item_list_get .get_9 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/g9.svg);
}
.item_list_get b {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  text-align: center;
}
.item_list_get p {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}

.row_can_use {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-bottom: 30px;
}

@media (min-width: 601px) {
  .row_can_use {
    margin-left: -14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 28px);
  }
}

.section.can_use {
  padding-bottom: 32px;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .section.can_use {
    padding-bottom: 96px;
  }
}

.col_can_use {
  padding: 14px;
  width: 25%;
}
.col_can_use .wrap_c {
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.2);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: inline-block;
  color: #001e41;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 285px;
}

/* @media (min-width: 991px) {
  .col_can_use .wrap_c {
    height: 244px;
  }
} */

@media (min-width: 1300px) {
  .col_can_use .wrap_c {
    height: 230px;
    box-shadow: none;
    border: 1px solid #e9e9e9;

    transition-property: box-shadow;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .col_can_use .wrap_c img {
    transition-property: transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .col_can_use .wrap_c:hover {
    box-shadow: 1px 3px 10px rgba(51, 51, 51, 0.2);
  }

  .col_can_use .wrap_c:hover img {
    transform: rotate(15deg);
  }
}

.wrap_c .wrap_img {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 12px;
}

.col_can_use h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 6px;
  margin-top: 12px;
}

@media (min-width: 1200px) {
  .col_can_use h4 {
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 12px;
  }
}

.col_can_use .wrap_c:hover b {
  color: #0e77f1;
}

.col_can_use p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

@media (min-width: 1200px) {
  .col_can_use p {
    font-size: 14px;
    line-height: 23px;
  }
}

.col_can_use a {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #909090;
}

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

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

.row-get > p {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
}

section.wrapp_can {
  background: #0868d7;
  color: #fff;
  padding: 50px 0;
}
section.wrapp_can .title-center {
  color: #fff;
  margin-bottom: 50px;
}
section.wrapp_can p.bold-p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 20px;
}
.items_giv {
  display: flex;
  max-width: 838px;
  margin: auto;
  position: relative;
  flex-wrap: wrap;
}
.i_giv {
  width: 33.33%;
  padding: 40px 0;
}
.i_giv:nth-child(3) ~ .i_giv {
  border-top: 2px solid #459bff;
}
.i_giv.i_giv2 .itemGiv,
.i_giv.i_giv3 .itemGiv,
.i_giv.i_giv5 .itemGiv,
.i_giv.i_giv6 .itemGiv {
  border-left: 2px solid #459bff;
}
.itemGiv {
  display: inline-flex;
  padding: 110px 20px 0;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: center 0;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c1.svg);
}
.itemGiv > span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.i_giv2 .itemGiv {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c2.svg);
}
.i_giv3 .itemGiv {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c3.svg);
}
.i_giv4 .itemGiv {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c4.svg);
}
.i_giv5 .itemGiv {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c5.svg);
}
.i_giv6 .itemGiv {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/c6.svg);
}
section.wrapp_can .btn_blue {
  display: inline-flex;
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  padding: 0 30px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
.row_giv {
  text-align: center;
}

.row_ready {
  background: #001e41;
  border-radius: 4px;
  display: flex;
}
.row_ready > div {
  width: 50%;
}
.rea_left {
  padding: 74px;
}
.rea_left .head_title_p {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 40px;
}
.rea_left .sub_head_title_p {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 40px;
  color: #fff;
}
.rea_left .btn.btn_blue {
  color: #001e41;
  background: #fff;
}
.rea_left .btn.btn_blue:hover {
  background: #8fbaed;
}
.rea_right {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 93px -35px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/image_large.svg);
}
.rea_left .head_title_p span {
  color: #f5d256;
}
body section.new_price {
  padding-top: 0px;
}

.section .title-center {
  display: none;
}

@media (min-width: 1200px) {
  .section .title-center {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
p.bold-p {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 56px;
}
section .btn.btn_blue {
  height: 50px;
  font-size: 20px;
  /* min-width: 269px; */
  max-width: 100%;
}
.title_products > span {
  color: #0e77f1;
}
.title_products > span {
  position: relative;
}
.title_products > span:after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/line.svg);
  left: 0;
  bottom: -20px;
}

.title_products > span {
  position: relative;
}
.title_products > span:after {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/line.svg);
  left: 0;
  bottom: -20px;
}
.col_product_main p.bold-p {
  text-align: left;
  margin-bottom: 40px;
}
section .col_pricing-slide-mob .col_pricing {
  width: calc(100% / 3);
}
section .nav_pricing label {
  width: calc((100% / 2) - 5px);
}
section input#all:checked ~ .nav_pricing label[for="all"],
section input#seo:checked ~ .nav_pricing label[for="seo"],
section input#popup:checked ~ .nav_pricing label[for="popup"],
section input#enterprise:checked ~ .nav_pricing label[for="enterprise"] {
  width: calc((100% / 2) - 5px);
}

.mo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 100px;
}
.mo > span {
  display: inline-flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 37px;
  height: 100%;
}
.mo > span span[class^="ico-"] {
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/bg30.svg);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 24px;
  padding-right: 9px;
}
.mo > span + span {
  border-left: 1px solid #e0e0e0;
}
.mo > span span.ico-40 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/bg40.svg);
}
.mo span.mo_txt {
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
  padding: 0 4px;
  text-align: center;
}
.mo span.mo_blue {
  color: #0e77f1;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}
div .th_pr em {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #0e77f1;
  margin-bottom: 26px;
}
div .th_pr > b {
  padding-top: 16px;
}

div .col_pricing .th_pr {
  min-height: 183px;
}
.col_pricing:after {
  content: "";
  display: inline-block;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e0e0e0;
}
div .col_pricing > div:not(.td_pr_btn) {
  border-bottom: 1px solid #e0e0e0;
}
div .col_pricing .th_pr {
  border-bottom: 1px solid #e0e0e0 !important;
}
.wrapp_can .btn_blue:hover {
  background: #0057bd;
}

.bg_formPartners {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 123456;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.formPartners {
  background: #fff;
  padding: 40px 0 0 20px;
  max-width: 500px;
  width: calc(100% - 20px);
  position: relative;
}
span.formPartners-close {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-flex;
  width: 50px;
  height: 40px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/Close.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.formPartners .b_w_form {
  padding: 0 20px 0 0;
}
.formPartners .b_w_form {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.bg_formPartners.bg_formPartners-show {
  visibility: visible;
  opacity: 1;
}
.row_rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.logo_r {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.wrapp_can .logo_r.capterra {
  background-image: url(https://www.plerdy.com/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;
}
.wrapp_can .logo_r.crowd {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/crowd.svg);
  width: 78px;
  height: 22px;
}
.wrapp_can .logo_r.appSumo {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/appsumo.svg);
  width: 74px;
  height: 11px;
}
.wrapp_can .logo_r.gdpr {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/gdpr.svg);
  width: 98px;
  height: 41px;
}
.stars i {
  background-image: url(https://www.plerdy.com/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(https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/star50.svg);
}
.row_rating .col:not(:last-child) {
  margin-right: 50px;
}
.wrapp_can .row_rating {
  margin-top: 40px;
}
.wrapp_can p > a {
  color: #fff;
  text-decoration: underline;
}
.lisy_li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  display: block;
}
.lisy_li:before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  background: #0e77f1;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.row_rating_2 {
  display: flex;
  margin-bottom: 20px;
}
span.col_m {
  padding: 10px;
}

@media (max-width: 1300px) {
  h1.title_products {
    padding-top: 20px;
    font-size: 64px;
    line-height: 75px;
  }
  .line_col {
    max-width: 420px;
  }
  .line_col:last-child {
    background-position: 37px center;
    font-size: 20px;
    line-height: 130%;
    background-size: 75px;
    padding: 10px 20px 10px 140px;
  }
  .item_list_get b {
    font-size: 18px;
    text-align: center;
  }
  .item_list_get {
    padding: 20px;
  }
  .item_list_get p {
    font-size: 15px;
  }
  section.wrapp_can p.bold-p {
    font-size: 20px;
    max-width: 600px;
  }
  div [data-pricing="enterprise"] .col_pricing.col_pricing_title {
    width: 200px;
  }
  div [data-pricing="enterprise"] .col_pricing-slide-mob {
    width: calc(100% - 200px);
  }
  .rea_left {
    padding: 30px;
  }
  .rea_left .head_title_p {
    font-size: 46px;
  }
  .line_img.line_img-start i {
    top: -10px;
  }
  .line_img.line_img-finish i {
    bottom: -10px;
  }
}
@media (max-width: 990px) {
  .col_product_main:first-child {
    padding-right: 20px;
  }
  h1.title_products {
    font-size: 44px;
    line-height: 52px;
  }
  .col_product_main > p {
    font-size: 16px;
  }
  section .btn.btn_blue {
    height: 45px;
    font-size: 18px;
    min-width: 215px;
  }
  .line_col.line_col-step {
    font-size: 30px;
    line-height: 120%;
  }
  .line_img i {
    width: 20px;
    height: 20px;
    left: -8px;
    top: calc(50% - 10px);
  }
  .line_img i:before {
    width: 10px;
    height: 10px;
  }
  .line_img span {
    width: 5px;
    left: calc(50% - 2px);
  }
  .line_img {
    width: 70px;
  }
  .line_col:last-child {
    max-width: 327px;
    background-size: 45px;
    padding: 10px 20px 10px 80px;
    background-position: 19px center;
    line-height: 130%;
    font-size: 16px;
    min-height: 120px;
  }
  .line_info:nth-child(2n) .line_col:last-child {
    padding: 10px 82px 10px 20px;
    background-position: calc(100% - 20px) center;
  }
  .ico_2 .line_col:last-child:after {
    transform: translate(70px, 100%);
  }
  .ico_4 .line_col:last-child:after {
    transform: translate(49px, 100%);
  }
  .bottom-works .bold-p {
    margin-bottom: 18px;
  }
  .w_list_get {
    width: 50%;
  }
  .col_can_use {
    width: 340px;
  }
  [data-pricing="enterprise"] .col_pricing-slide-mob .col_pricing {
    min-width: 180px;
  }
  div [data-pricing="enterprise"] .col_pricing-slide-mob {
    overflow: auto;
    flex-wrap: nowrap;
  }
  .rea_left .head_title_p {
    font-size: 36px;
  }
  .rea_left .sub_head_title_p {
    font-size: 15px;
  }
  .row_ready > div + div {
    width: 40%;
  }
  .rea_right {
    background-position: 35px -20px;
  }
}
@media (max-width: 767px) {
  .line_col:last-child,
  .line_col:last-child {
    width: 100%;
    min-height: 70px;
    padding: 16px 20px 16px 75px;
    line-height: 130%;
    font-size: 14px;
    margin: 0;
  }
  .line_info {
    flex-wrap: wrap;
    position: relative;
    padding-top: 46px;
  }
  .line_col:last-child:after {
    display: none;
  }
  .line_info.ico_1 .line_col {
    max-width: 240px;
  }
  .line_info.ico_2 .line_col,
  .line_info.ico_3 .line_col,
  .line_info.ico_4 .line_col {
    max-width: 304px;
  }
  .line_info:nth-child(2n) .line_col:last-child {
    padding: 16px 20px 16px 75px;
    background-position: 16px center;
  }
  .line_col.line_col-step {
    font-size: 18px;
  }
  .line_info.ico_5 .line_col {
    max-width: 280px;
  }
  .line_img.line_img {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 46px;
    top: 0;
  }
  .line_col.line_col-step {
    width: auto;
    height: 46px;
    position: absolute;
    top: 0;
    left: calc(50% - 78px);
    margin: 0 !important;
  }
  .line_img.line_img-finish span {
    height: 100%;
  }
  .line_img.line_img-finish i {
    bottom: calc(50% - 10px);
  }
  .bottom-works .bold-p {
    font-size: 16px;
  }
  .row_our_partners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row-get > p {
    font-size: 14px;
    max-width: 260px;
  }
  .w_list_get {
    width: 100%;
  }
  .i_giv.i_giv2 .itemGiv,
  .i_giv.i_giv3 .itemGiv,
  .i_giv.i_giv5 .itemGiv,
  .i_giv.i_giv6 .itemGiv {
    border: navajowhite;
  }
  .i_giv:nth-child(3) ~ .i_giv {
    border: none;
  }
  .i_giv {
    width: 100%;
  }
  section.wrapp_can p.bold-p {
    font-size: 14px;
    line-height: 160%;
  }
  section.wrapp_can .title-center {
    margin-bottom: 16px;
  }
  p.bold-p {
    font-size: 16px;
    line-height: 120%;
  }
  .row_ready {
    flex-direction: column;
  }
  .row_ready .rea_left {
    width: 100%;
    text-align: center;
  }
  .rea_left .head_title_p {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .row_ready .rea_right {
    width: 100%;
    height: 100px;
    background-position: -105px 8px;
    background-size: 500px;
  }
  .line_info:nth-child(2n) .line_col.line_col-step {
    left: calc(50% + 22px);
  }
  .col_product_main:first-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .row_product_main {
    flex-direction: column;
    position: relative;
  }
  h1.title_products {
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    padding-bottom: 282px;
  }
  .row_product_main .col_product_main i {
    position: absolute;
    top: 128px;
    left: calc(50% - 167px);
    width: 335px;
    height: 252px;
  }
  .row_product_main .col_product_main + .col_product_main {
    min-height: 0px;
  }
  .col_product_main p.bold-p {
    text-align: center;
  }
  section .btn.btn_blue {
    font-size: 16px;
    line-height: 150%;
    height: 40px;
    border-radius: 4px;
  }
  .row_can_use {
    position: relative;
    padding-top: 35px;
  }
  .row_can_use .slick-arrow,
  .items_giv .slick-arrow,
  .list_get .slick-arrow {
    background-color: #0e77f1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 15px;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    z-index: 1;
  }
  .row_can_use .slick-arrow.slick-btn_next,
  .items_giv .slick-arrow.slick-btn_next,
  .list_get .slick-arrow.slick-btn_next {
    left: auto;
    right: 15px;
  }
  ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
  }
  ul.slick-dots li button {
    height: 20px;
    width: 24px;
    align-items: center;
  }
  ul.slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(14, 119, 241, 0.4);
  }
  ul.slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  ul.slick-dots li.slick-active button:before {
    background: #0e77f1;
  }
  .items_giv ul.slick-dots li button:before {
    background: #3986df;
  }
  .items_giv ul.slick-dots li.slick-active button:before {
    background: #fff;
  }
  .col_can_use .wrap_c {
    padding: 20px;
  }
  .wrap_c .wrap_img {
    padding: 0;
    max-width: 60px;
    margin-bottom: 18px;
  }
  .col_can_use b {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .col_can_use p {
    font-size: 18px;
  }
  .row_can_use .slick-arrow {
    background-image: none;
  }
  .items_giv .slick-arrow {
    background-color: #fff;
    background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/arrow_blue.svg);
    background-size: 9px !important;
  }
  .items_giv .slick-arrow::after {
    display: none;
  }
  .items_giv .slick-arrow.slick-btn_next,
  .list_get .slick-arrow.slick-btn_next {
    transform: rotate(180deg);
  }
  .section_review span.slick-arrow:after,
  .list_get span.slick-arrow:after {
    display: none;
  }
  .col_pricing span.wrapp_h_p i {
    margin-right: 4px;
  }
  div [data-pricing="enterprise"] .col_pricing.col_pricing_title {
    width: 150px;
  }
  div [data-pricing="enterprise"] .col_pricing-slide-mob {
    width: calc(100% - 150px);
  }
  .wrapp_can .row_rating {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
  .row_rating_2 {
    justify-content: center;
    flex-wrap: wrap;
  }
  span.col_m {
    width: 100px;
  }
}

/*  popup   */

.overlay_popup {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.46);
  opacity: 1;
}

.white-popup {
  background: #fff;
  text-align: left;
  max-width: 90vw;
  margin: 40px auto;
  position: relative;
  border-radius: 8px;
}

.object {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 13px;
  right: 13px;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 3px;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .popup__content {
    display: grid;
    grid-template-columns: 1.1fr 3fr;
    align-items: start;
    padding: 25px 40px;
  }
}

.content-left__text {
  display: none;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .content-left__text {
    display: block;
    padding: 0;
    visibility: visible;
  }
}

@media (min-width: 850px) {
  .content-left {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .content-left {
    margin-right: 20px;
  }
}

.content-left h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 12px;
  text-align: center;
  width: 200px;
}

@media (min-width: 450px) {
  .content-left h3 {
    width: 100%;
  }
}

@media (min-width: 850px) {
  .content-left h3 {
    font-size: 24px;
  }
}

@media (min-width: 850px) {
  .content-left h3 {
    margin-top: 24px;
    text-align: start;
  }
}

.content-left__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: start;
}

.content-left__text p:not(:last-of-type) {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .content-left__text img {
    margin: 20px auto;
  }
}

.content-left__text img {
  margin: 32px auto;
}

.content-right {
  width: 100%;
}

.pricing-cards .slick-next.slick-arrow:after,
.pricing-cards .slick-prev.slick-arrow:after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/partners/svg/next.svg);
  width: 7.1px;
  height: 12.05px;
}

.pricing-cards .slick-next.slick-arrow:after {
  transform: rotate(0deg);
}

.pricing-cards .slick-prev.slick-arrow:after {
  transform: rotate(180deg);
}

.pricing-cards button.slick-arrow,
.pricing-cards button.slick-arrow:hover {
  background-color: transparent;
}

/* Animation popup */

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing .mfp-bg {
  opacity: 0;
}
