@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  font-family: "Proxima Nova", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Proxima Nova", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper section {
  padding: 96px 0;
}

.wrapper .title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #212121;
}

.wrapper sup.custom-toolip.has-footnote {
	position: relative;
	cursor: pointer;
}

.wrapper sup.custom-toolip.has-footnote:hover::before {
	content: "";
	display: block;
}

.wrapper sup.custom-toolip.has-footnote:hover::after {
	content: attr(data-tooltip);
	display: block;
	width: 317px;
	position: absolute;
	left: -30px;
	bottom: calc(100% + 16px);
	z-index: 1;
}

.wrapper .title_mid {
  font-size: 32px;
  line-height: 40px;
}

.wrapper .title_small {
  font-size: 24px;
  line-height: 32px;
}

.wrapper .subtitle {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #212121;
}

.wrapper .button {
  display: inline-block;
  min-width: 158px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  color: #212121;
  background-color: #f2b127;
  border-radius: 4px;
  border: none;
  padding: 14.5px 32px;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.wrapper .custom-toolip::before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #e9e7f7;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 2;
}

.wrapper .custom-toolip::after {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3d2462;
  text-align: left;
  border: 1px solid #e9e7f7;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 7px 12px;
}

.wrapper .section-footer {
	width: 100%;
	text-align: left;
	margin-bottom: 80px;
}

@media (min-width: 768px) {

	.wrapper .section-footer {
		margin-top: -40px;
	}

}

.wrapper .section-footer	h2,
.wrapper .section-footer	h3,
.wrapper .section-footer	p,
.wrapper .section-footer	span {
	font-size: .875rem;
	text-align: left;
	line-height: 1.25rem;

}

.wrapper .section-footer	li {
	margin-bottom: 10px;
}

.wrapper .section-footer	li:last-child {
	margin-bottom: 0;
}


body {
  font-weight: 400;
  text-align: left;
  color: #212121;
  letter-spacing: normal;
  position: relative;
}

[class*=__container] {
  max-width: 1244px;
  padding: 0 32px;
  margin: 0 auto;
}

.header.track,
.site-footer {
  display: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper .footer {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: #230939;
  padding: 32px 0;
}

.wrapper .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .footer__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.wrapper .footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
}

.wrapper .footer__logo img {
  max-width: 48px;
  width: 100%;
}

.wrapper .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px;
}

.wrapper .footer__link {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color: inherit;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.wrapper .hero {
  background-color: #e9e7f7;
  padding: 40px 0 96px;
}

.wrapper .hero__container {
  position: relative;
}

.wrapper .hero__logo {
  display: block;
  max-width: 334px;
  position: absolute;
  left: 32px;
  top: -16px;
}

.wrapper .hero__logo img {
  max-width: 100%;
}

.wrapper .hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}

.wrapper .hero__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 9px 0 0;
}

.wrapper .hero__title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: normal;
  color: #230939;
  margin: 0 0 12px;
}

.wrapper .hero__title span {
  color: #b557af;
}

.wrapper .hero__title sup {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #212121;
  top: -18px;
  padding: 0 0 0 3px;
  cursor: pointer;
  position: relative;
}

.wrapper .hero__title sup:hover::before {
  content: "";
  display: block;
}

.wrapper .hero__title sup:hover::after {
  content: attr(data-tooltip);
  display: block;
  width: 317px;
  position: absolute;
  left: -30px;
  bottom: calc(100% + 16px);
  z-index: 1;
}

.wrapper .hero__subtitle {
  margin: 0 0 24px;
}

.wrapper .hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 644px;
  flex: 0 0 644px;
  margin: 0 -51px 0 0;
}

.wrapper .hero__image img {
  max-width: 100%;
}

.wrapper .hero__cards {
  margin: 0 0 95px;
}

.wrapper .cards-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(233px, 1fr));
}

.wrapper .cards-hero__card {
  border: 1px solid #007d91;
  background-color: #fff;
  padding: 32px;
}

.wrapper .cards-hero__icon {
  width: 48px;
  height: 48px;
  margin: 0 0 24px;
}

.wrapper .cards-hero__icon img {
  max-width: 100%;
}

.wrapper .cards-hero__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #212121;
}

.wrapper .cards-hero__text span {
  font-weight: 700;
}

.wrapper .companies-logo__title {
  margin: 0 0 32px;
}

.wrapper .companies-logo__image {
  text-align: center;
}

.wrapper .companies-logo__image img {
  display: inline-block;
  max-width: 100%;
}

.wrapper .pricing-plans {
  background-color: #f8f7fc;
  padding: 96px 0 24px;
}

.wrapper .pricing-plans__title {
  margin: 0 0 16px;
}

.wrapper .pricing-plans__subtitle {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 96px;
}

.wrapper .pricing-plans__cards {
  margin: 0 auto 77px;
}

.wrapper .plan-cards {
  max-width: 806px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.wrapper .plan-cards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border: 1px solid #e9e7f7;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(21, 13, 34, 0.12), 0px 8px 8px -4px rgba(21, 13, 34, 0.08);
  box-shadow: 0px 4px 6px -4px rgba(21, 13, 34, 0.12), 0px 8px 8px -4px rgba(21, 13, 34, 0.08);
  background-color: #fff;
  position: relative;
}

.wrapper .plan-cards__card_active {
  -webkit-box-shadow: 0px 8px 22px -6px #6e46ae, 0px 14px 64px -4px rgba(110, 70, 174, 0.12);
  box-shadow: 0px 8px 22px -6px #6e46ae, 0px 14px 64px -4px rgba(110, 70, 174, 0.12);
}

.wrapper .plan-cards__card_active::before {
  content: "Most Popular";
  position: absolute;
  left: -4px;
  top: -35px;
  width: calc(100% + 8px);
  height: calc(100% + 43px);
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background-color: #6e46ae;
  border-radius: 12px;
  padding: 4px 0;
}

.wrapper .plan-cards__card_active .plan-cards__head {
  border-radius: 8px 8px 0 0;
}

.wrapper .plan-cards__card_active .plan-cards__body {
  border-radius: 0 0 8px 8px;
}

.wrapper .plan-cards__card_active .plan-cards__name {
  color: #6e46ae;
}

.wrapper .plan-cards__card_active sup:hover::after {
  width: 273px !important;
}

.wrapper .plan-cards__head {
  min-height: 108px;
  border-radius: 12px 12px 0 0;
  background-color: #f8f7fc;
  border-bottom: 1px solid #e9e7f7;
  padding: 20px 5px 19px;
  position: relative;
}

.wrapper .plan-cards__name {
  color: #230939;
  margin: 0 0 4px;
}

.wrapper .plan-cards__description {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #212121;
}

.wrapper .plan-cards__body {
  padding: 23px 31px 32px;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.wrapper .plan-cards__price-details {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #212121;
}

.wrapper .plan-cards__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212121;
  margin: 0 0 24px;
}

.wrapper .plan-cards__price span {
  font-family: "Proxima Nova", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #6e46ae;
  padding: 0 4px 0 0;
}

.wrapper .plan-cards__price sup {
  font-size: 10px;
  position: relative;
  cursor: pointer;
}

.wrapper .plan-cards__price sup:hover::before {
  content: "";
  display: block;
}

.wrapper .plan-cards__price sup:hover::after {
  content: attr(data-tooltip);
  display: block;
  width: 372px;
  position: absolute;
  left: -30px;
  bottom: calc(100% + 16px);
  z-index: 1;
}

.wrapper .plan-cards__link {
  display: block;
}

.wrapper .plan-cards__features {
  text-align: left;
  margin: 32px 0 0;
  position: relative;
}

.wrapper .plan-cards__feature {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212121;
  background: url("../images/price-list-icon.svg") 0 center no-repeat;
  padding: 0 0 0 40px;
}

.wrapper .plan-cards__feature:not(:last-of-type) {
  margin: 0 0 12px;
}

.wrapper .plan-cards__feature_active {
  font-weight: 700;
  background: url("../images/price-list-icon-active.svg") 0 center no-repeat;
}

.wrapper .plan-cards__tooltip {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon-tooltip.svg") 0 center no-repeat;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 3px;
}

.wrapper .plan-cards__tooltip:hover::before {
  content: "";
  display: block;
  left: 3px;
  bottom: -22px;
  border-width: 1px 1px 0 0;
}

.wrapper .plan-cards__tooltip:hover::after {
  content: attr(data-tooltip);
  display: block;
  width: 340px;
  text-align: center;
  position: absolute;
  left: auto;
  right: -170px;
  bottom: -70px;
  z-index: 1;
}

.wrapper .footnotes__icon {
  width: 36px;
  height: 36px;
  background: #fff url("../images/alert_question_additional_info__question.svg") center/22px no-repeat;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(21, 13, 34, 0.12);
  box-shadow: 0px 4px 6px -4px rgba(21, 13, 34, 0.12);
  border-radius: 50%;
  margin: 0 auto 6px;
}

.wrapper .footnotes__list {
  max-width: 660px;
  text-align: center;
  margin: 0 auto;
}

.wrapper .footnotes__item {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #212121;
}

.wrapper .footnotes__item:not(:last-child) {
  margin: 0 0 12px;
}

.wrapper .features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 63px;
  -moz-column-gap: 63px;
  column-gap: 63px;
}

.wrapper .features__item:not(:last-child) {
  margin: 0 0 93px;
}

.wrapper .features__item_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper .features__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 477px;
  flex: 0 0 477px;
}

.wrapper .features__title {
  text-align: left;
  margin: 0 0 20px;
}

.wrapper .features__list-item {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #212121;
  background: url("../images/check.svg") 0 0 no-repeat;
  padding: 0 0 0 34px;
}

.wrapper .features__list-item:not(:last-child) {
  margin: 0 0 20px;
}

.wrapper .features__list-item span {
  font-weight: 700;
}

.wrapper .features__image img {
  max-width: 100%;
}

.wrapper .benefits {
  text-align: center;
  background: url("../images/benefits-1440.webp") 0 0/cover no-repeat;
  padding: 80px 0 96px;
}

.wrapper .benefits__title {
  color: #fff;
  margin: 0 0 64px;
}

.wrapper .benefits__title span {
  color: #f2b127;
}

.wrapper .benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wrapper .benefits__button {
  margin: 64px 0 0;
}

.wrapper .card-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: left;
  color: #fff;
  background-color: rgba(110, 70, 174, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 24px;
}

.wrapper .card-benefit__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
}

.wrapper .card-benefit__icon img {
  max-width: 100%;
}

.wrapper .card-benefit__name {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.wrapper .card-benefit__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.wrapper .card-benefit__text_small {
  max-width: 241px;
}

.wrapper .testimonials {
  padding: 95px 0 97px;
}

.wrapper .testimonials img {
  -webkit-filter: none !important;
  filter: none !important;
}

.wrapper .testimonials__container {
  max-width: 872px;
  padding: 0;
  position: relative;
}

.wrapper .testimonials__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.wrapper .testimonials__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #e9e7f7;
  border-radius: 50%;
  background: #fff url("../images/slider-arrow.svg") center no-repeat;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrapper .testimonials__arrow_next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapper .testimonials__dots .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e9e7f7;
}

.wrapper .testimonials__dots .swiper-pagination-bullet:not(:last-child) {
  margin: 0 16px 0 0;
}

.wrapper .testimonials__dots .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 2px solid #6e46ae;
}

.wrapper .slide-testimonial {
  background-color: rgba(233, 231, 247, 0.36);
  padding: 36px 36px 35px;
}

.wrapper .slide-testimonial__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px;
}

.wrapper .slide-testimonial__rating {
  display: inline-block;
  max-width: 130px;
  margin: 0 0 2px;
  -webkit-filter: none;
  filter: none;
}

.wrapper .slide-testimonial__title {
  text-align: left;
  margin: 0 0 4px;
}

.wrapper .slide-testimonial__date {
  font-family: "Proxima Nova", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #737373;
}

.wrapper .slide-testimonial__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  height: 36px;
}

.wrapper .slide-testimonial__icon img {
  max-width: 100%;
  -webkit-filter: none;
  filter: none;
}

.wrapper .slide-testimonial__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #212121;
  margin: 0 0 32px;
}

.wrapper .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.wrapper .person__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  border-radius: 50%;
}

.wrapper .person__image img {
  max-width: 100%;
  -webkit-filter: none;
  filter: none;
}

.wrapper .person__info {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #212121;
}

.wrapper .person__name {
  font-weight: 700;
}

.wrapper .swiper {
  overflow: hidden;
}

.wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wrapper .swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper .swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper .swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper .swiper-android .swiper-slide,
.wrapper .swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.wrapper .swiper-button-lock {
  display: none !important;
}

.wrapper .banner {
  background: url("../images/banner-1440.webp") center/cover no-repeat;
  padding: 84px 0 96px;
}

.wrapper .banner__title {
  max-width: 449px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.wrapper .banner__title span {
  color: #f2b127;
}

.wrapper .banner__button {
  margin: 48px 0 0;
}

@media (min-width: 768px) {
  .wrapper .testimonials__arrow {
    position: absolute;
    left: -80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .wrapper .testimonials__arrow_next {
    left: auto;
    right: -80px;
    -webkit-transform: translate(0px, -50%) rotate(-180deg);
    -ms-transform: translate(0px, -50%) rotate(-180deg);
    transform: translate(0px, -50%) rotate(-180deg);
  }

  .wrapper .testimonials__dots {
    position: absolute;
    left: 50%;
    bottom: -56px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media (max-width: 1299px) {
  .wrapper .hero__body {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 30px 0 0;
  }
}

@media (max-width: 1100px) {
  .wrapper .plan-cards__card_active sup:hover::after {
    left: -60px !important;
  }
}

@media (max-width: 1023px) {
  .wrapper section {
    padding: 88px 0;
  }

  .wrapper .footer {
    padding: 28px 0;
  }

  .wrapper .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 24px;
  }

  .wrapper .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 12px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrapper .footer__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .wrapper .footer__text span {
    display: block;
    text-align: center;
  }

  .wrapper .footer__list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0 0 23px;
  }

  .wrapper .hero {
    padding: 0 0 64px;
  }

  .wrapper .hero__logo {
    position: static;
    padding: 36px 0;
    margin: 0 0 40px;
  }

  .wrapper .hero__body {
    display: block;
    padding: 0;
  }

  .wrapper .hero__content {
    max-width: 524px;
    text-align: center;
    margin: 0 auto 40px;
  }

  .wrapper .hero__title sup:hover::after {
    left: -230px;
  }

  .wrapper .hero__image {
    max-width: 644px;
    margin: 0 auto;
  }

  .wrapper .hero__cards {
    margin: 0 0 78px;
  }

  .wrapper .cards-hero__card {
    padding: 20px;
  }

  .wrapper .cards-hero__icon {
    width: 40px;
    height: 40px;
    margin: 0 0 16px;
  }

  .wrapper .cards-hero__text {
    font-size: 16px;
    line-height: 24px;
  }

  .wrapper .companies-logo__image {
    max-width: 597px;
    margin: 0 auto;
  }

  .wrapper .pricing-plans {
    padding: 88px 0 24px;
  }

  .wrapper .pricing-plans__subtitle {
    margin: 0 auto 80px;
  }

  .wrapper .pricing-plans__cards {
    margin: 0 auto 61px;
  }

  .wrapper .plan-cards {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .wrapper .plan-cards__card_active sup:hover::after {
    left: -230px !important;
  }

  .wrapper .plan-cards__price sup:hover::after {
    left: -230px;
  }

  .wrapper .plan-cards__tooltip:hover::after {
    right: -20px;
  }

  .wrapper .features__item_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper .features__item {
    display: block;
  }

  .wrapper .features__item:not(:last-child) {
    margin: 0 0 77px;
  }

  .wrapper .features__image {
    max-width: 640px;
    margin: 64px auto 0;
  }

  .wrapper .benefits {
    background-image: url("../images/benefits-768.webp");
    padding: 88px 0 96px;
  }

  .wrapper .benefits__cards {
    max-width: 510px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .wrapper .card-benefit {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .wrapper .card-benefit__text_small {
    max-width: none;
  }

  .wrapper .testimonials {
    padding: 88px 0 134px;
  }

  .wrapper .testimonials__container {
    max-width: 544px;
  }

  .wrapper .banner {
    text-align: center;
    background-image: url("../images/banner-768.webp");
    padding: 88px 0 96px;
  }

  .wrapper .banner__title {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .wrapper section {
    padding: 64px 0;
  }

  .wrapper .title {
    font-size: 32px;
    line-height: 40px;
  }

  .wrapper .title_small {
    font-size: 20px;
    line-height: 28px;
  }

  [class*=__container] {
    padding: 0 16px;
  }

  .wrapper .footer__list {
    display: block;
    text-align: center;
  }

  .wrapper .footer__list-item:not(:last-child) {
    margin: 0 0 15px;
  }

  .wrapper .hero {
    padding: 0 0 48px;
  }

  .wrapper .hero__logo {
    max-width: 117.5px;
    padding: 22px 0;
    margin: 0 0 40px 4px;
  }

  .wrapper .hero__content {
    margin: 0 auto 48px;
  }

  .wrapper .hero__title sup:hover::after {
    width: 242px;
    left: -190px;
  }

  .wrapper .hero__title {
    font-size: 40px;
    line-height: 48px;
  }

  .wrapper .hero__image {
    display: none;
  }

  .wrapper .hero__cards {
    padding: 0 16px;
    margin: 0 0 46px;
  }

  .wrapper .cards-hero {
    grid-template-columns: repeat(1, minmax(233px, 1fr));
  }

  .wrapper .pricing-plans {
    padding: 64px 0 24px;
  }

  .wrapper .pricing-plans__subtitle {
    margin: 0 auto 40px;
  }

  .wrapper .pricing-plans__cards {
    margin: 0 auto 21px;
  }

  .wrapper .plan-cards {
    grid-template-columns: 328px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 58px;
  }

  .wrapper .plan-cards__card_active sup:hover::after {
    left: -200px !important;
  }

  .wrapper .plan-cards__body {
    padding: 23px 15px 32px;
  }

  .wrapper .plan-cards__price sup:hover::after {
    width: 274px;
    left: -190px;
  }

  .wrapper .features__item:not(:last-child) {
    margin: 0 0 63px;
  }

  .wrapper .features__title {
    text-align: center;
    margin: 0 0 16px;
  }

  .wrapper .features__list-item:not(:last-child) {
    margin: 0 0 16px;
  }

  .wrapper .features__image {
    margin: 32px auto 0;
  }

  .wrapper .benefits {
    background-image: url("../images/benefits-360.webp");
    padding: 48px 0;
  }

  .wrapper .benefits__container {
    padding: 0 32px;
  }

  .wrapper .benefits__title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 32px;
  }

  .wrapper .benefits__button {
    display: block;
    max-width: 296px;
    margin: 32px auto 0;
  }

  .wrapper .card-benefit {
    display: block;
  }

  .wrapper .card-benefit__icon {
    width: 64px;
    margin: 0 0 24px;
  }

  .wrapper .testimonials {
    padding: 48px 0;
  }

  .wrapper .testimonials__container {
    padding: 0 16px;
  }

  .wrapper .testimonials__controls {
    margin: 34px 0 0;
  }

  .wrapper .slide-testimonial {
    padding: 16px;
  }

  .wrapper .slide-testimonial__title {
    font-size: 24px;
    line-height: 32px;
  }

  .wrapper .slide-testimonial__icon {
    margin: 18px 20px 0 0;
  }

  .wrapper .banner {
    background-image: url("../images/banner-360.webp");
    padding: 64px 0;
  }

  .wrapper .banner__button {
    display: block;
    max-width: 296px;
    margin: 24px auto 0;
  }
}

@media (max-width: 540px) {
  .wrapper .hero__title {
    max-width: 300px;
    margin: 0 auto 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .wrapper .testimonials__arrow {
    left: -60px;
  }

  .wrapper .testimonials__arrow_next {
    left: auto;
    right: -60px;
  }
}

@media (any-hover: hover) {
  .wrapper .button:hover,
  .wrapper .button:active {
    background-color: #f5c257;
  }

  .wrapper .footer__link:hover {
    color: #00b6b4;
  }

  .wrapper .testimonials__arrow:hover,
  .wrapper .testimonials__arrow:active {
    background-color: #e9e7f7;
  }
}
