@charset "UTF-8";

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-yellow: #ff942d;
  --color-gray: #e9e9e9;
  --transition-normal: all 0.3s ease 0s;
}

/*Обнуление*/

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  min-width: 360px;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 19px;
}

/*Обнуление*/

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: var(--color-white);
  font-size: 16px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: #1d1f25;
}

body.lock {
  overflow: hidden;
}

.container {
  padding-left: 45px;
  padding-right: 45px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

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

/* плавное изменение прозрачности  placeholder-а при фокусе */

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--color-black);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 100px;
}

h1 {
  color: inherit;
  font-family: "Unbounded", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: inherit;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.005em;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 50px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd95a), to(#ff912a));
  background: linear-gradient(90deg, #ffd95a 0%, #ff912a 100%);
  min-width: 227px;
  padding: 10px 24px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffcf31), to(#ff7b00));
  background: linear-gradient(90deg, #ffcf31 0%, #ff7b00 100%);
}

.block-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.block-margin:first-child {
  margin-top: 0;
}

.block-margin:last-child {
  margin-bottom: 0;
}

.footer {
  background: var(--color-black);
  padding: 40px 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px;
}

.footer__left {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

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

.footer__center {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__right {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__bottom-left {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
  max-width: 100%;
}

.footer__bottom-right {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.footer__link-mob {
  display: none;
}

.footer__link-mob {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 140%;
}

.footer__link-mob a {
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer__link-mob a:hover {
  color: var(--color-white);
}

.footer__copy {
  color: var(--color-white);
  font-size: 16px;
  line-height: 140%;
  text-align: right;
}

.footer-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 16px;
}

.footer-menu.inner li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-menu.inner li a:hover {
  color: var(--color-white);
}

.footer-menu li a {
  color: var(--color-white);
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer-menu li a:hover {
  color: var(--color-yellow);
}

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

.action-block__title:not(:last-child) {
  margin-bottom: 32px;
}

.action-block__subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 140%;
}

.action-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.tariffs-block {
  padding-top: 100px;
  position: relative;
}

.tariffs-block:before {
  content: "";
  display: block;
  width: 4934px;
  height: 2174px;
  border-radius: 50%;
  background: #28292f;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tariffs-block__title {
  text-align: center;
  margin-bottom: 40px;
}

.tariffs-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.tariffs-block__col {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.tariffs-block__item {
  height: 100%;
}

.tariffs-block__box {
  border-radius: 20px;
  border: 1px solid #ffd054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px;
}

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

.tariffs-block__top:not(:last-child) {
  margin-bottom: 22px;
}

.tariffs-block__heading {
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.tariffs-block__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.tariffs-block__list li:not(:last-child) {
  margin-bottom: 16px;
}

.tariffs-block__list li::marker {
  color: #ffd054;
}

.tariffs-block__btn {
  margin-top: auto;
  padding-top: 40px;
}

.tariffs-block__btn .btn {
  width: 100%;
  min-width: auto;
}

.tariffs-block__label {
  border-radius: 4px;
  background: #1d1f25;
  padding: 4px 9px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.faq-block {
  margin-bottom: -55px;
  position: relative;
}

.faq-block:before {
  content: "";
  display: block;
  width: 200%;
  height: 5000px;
  background: #28292f;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.faq-block__left {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
}

.faq-block__img {
  padding-left: 29px;
}

.faq-block__img img {
  max-width: 100%;
  max-height: 100%;
}

.faq-block__right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}

.faq-block__item {
  border-radius: 12px;
  background: #1d1f25;
  padding-bottom: 12px;
}

.faq-block__item:not(:last-child) {
  margin-bottom: 16px;
}

.faq-block__item.active .faq-block__arrow svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-block__top {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 28px 11px;
}

.faq-block__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  -ms-flex-item-align: center;
      align-self: center;
}

.faq-block__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  max-width: 100%;
  height: 28px;
  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;
  color: #ffd054;
}

.faq-block__arrow svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.faq-block__body {
  display: none;
  padding: 0 28px 16px;
}

.faq-block__body.active {
  display: block;
}

.faq-block__text {
  font-size: 16px;
  line-height: 140%;
}

.email-deliverability__title {
  text-align: center;
  margin-bottom: 32px;
}

.email-deliverability__subtitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.email-deliverability__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.email-deliverability__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.email-deliverability__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(59deg, #ffd95a 22.48%, #ff912a 94.7%);
  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;
}

.email-deliverability__icon img,
.email-deliverability__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.email-deliverability__text {
  font-size: 16px;
  line-height: 140%;
}

.most-profitable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.most-profitable__left {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
}

.most-profitable__box {
  border-radius: 20px;
  background: #28292f;
  padding: 40px;
}

.most-profitable__heading {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
}

.most-profitable__list li {
  font-size: 16px;
  line-height: 140%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.most-profitable__list li:not(:last-child) {
  margin-bottom: 16px;
}

.most-profitable__list li::marker {
  color: #ffd054;
}

.most-profitable__right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}

.most-profitable__title:not(:last-child) {
  margin-bottom: 32px;
}

.most-profitable__text {
  font-size: 16px;
  line-height: 140%;
}

.most-profitable__text:not(:last-child) {
  margin-bottom: 38px;
}

.most-profitable__item {
  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;
}

.most-profitable__item:not(:last-child) {
  margin-bottom: 20px;
}

.most-profitable__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
}

.most-profitable__item-icon img,
.most-profitable__item-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.most-profitable__item-text {
  font-size: 16px;
  line-height: 140%;
}

.for-whom__title {
  text-align: center;
  margin-bottom: 26px;
}

.for-whom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.for-whom__item {
  padding: 20px 24px;
  border-radius: 20px;
  background: #28292f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.for-whom__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  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;
  text-align: center;
  border-radius: 8px;
  background: #1d1f25;
}

.for-whom__icon img,
.for-whom__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.for-whom__text {
  font-size: 16px;
  line-height: 140%;
}

.for-whom__btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.simple-steps {
  padding-top: 100px;
  position: relative;
  margin-bottom: -66px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.simple-steps:before {
  content: "";
  display: block;
  width: 4934px;
  height: 2174px;
  border-radius: 50%;
  background: #1d1f25;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.simple-steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.simple-steps__left {
  padding: 0 20px 0 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.simple-steps__img {
  margin-left: -50px;
  margin-top: 24px;
}

.simple-steps__img img {
  max-width: 100%;
  max-height: 100%;
}

.simple-steps__right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.simple-steps__items {
  position: relative;
}

.simple-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  position: relative;
}

.simple-steps__item:not(:last-child) {
  margin-bottom: 40px;
}

.simple-steps__item:not(:last-child):before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #fed457;
  position: absolute;
  top: 40px;
  left: 28.5px;
}

.simple-steps__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  max-width: 100%;
  height: 60px;
  border-radius: 50%;
  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;
  text-align: center;
  background: linear-gradient(59deg, #ffd95a 22.48%, #ff912a 94.7%);
  color: var(--color-black);
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 3;
}

.simple-steps__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.simple-steps__item-text {
  font-size: 16px;
  line-height: 140%;
  margin-top: 8px;
}

.advantages-block:after {
  content: "";
  display: none;
  width: 1500px;
  height: 672px;
  background: #28292f;
  position: absolute;
  bottom: -300px;
  left: -50px;
  z-index: -1;
}

.advantages-block__title {
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.advantages-block__title span {
  background: -webkit-gradient(linear, left top, right top, from(#ffd95a), to(#ff912a));
  background: linear-gradient(90deg, #ffd95a 0%, #ff912a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantages-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.advantages-block__col {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.advantages-block__item {
  border-radius: 20px;
  border: 1px solid #ffd054;
  padding: 36px 32px 36px 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.advantages-block__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.advantages-block__text {
  font-size: 16px;
  line-height: 140%;
  margin-top: 16px;
}

.advantages-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  max-width: 100%;
  height: 100px;
  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;
  text-align: center;
}

.advantages-block__icon img {
  max-width: 100%;
  max-height: 100%;
}

.advantages-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.about-number {
  padding-top: 100px;
  position: relative;
}

.about-number:before {
  content: "";
  display: block;
  width: 4934px;
  height: 1526px;
  border-radius: 50%;
  background: #28292f;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-number__title {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}

.about-number__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-number__box {
  border-radius: 20px;
  background: #1d1f25;
  padding: 20px 32px;
}

.about-number__nember {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(59deg, #ffd95a 22.48%, #ff912a 94.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-number__text {
  font-size: 16px;
  line-height: 140%;
  margin-top: 8px;
}

.offer-block {
  padding-bottom: 44px;
  padding-top: 50px;
}

.offer-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.offer-block__left {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}

.offer-block__subtitle {
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd95a), to(#ff912a));
  background: linear-gradient(90deg, #ffd95a 0%, #ff912a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-block__text {
  font-size: 20px;
  line-height: 140%;
  margin-top: 32px;
}

.offer-block__text strong {
  font-weight: 600;
}

.offer-block__items-block {
  margin-top: 32px;
}

.offer-block__item {
  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;
}

.offer-block__item:not(:last-child) {
  margin-bottom: 20px;
}

.offer-block__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  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;
}

.offer-block__item-icon img,
.offer-block__item-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.offer-block__item-text {
  font-size: 16px;
  line-height: 140%;
}

.offer-block__btn {
  margin-top: 40px;
}

.offer-block__right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
}

.offer-block__img {
  width: 658px;
  height: 658px;
  aspect-ratio: 1/1;
  margin-top: -55px;
  margin-left: -95px;
}

.offer-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header {
  padding: 16px 0;
  position: relative;
  z-index: 5;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
}

.header__left {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.header__center {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.header__right {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  text-align: right;
}

.header__right .btn {
  width: 100%;
  max-width: 227px;
}

.logo {
  display: inline-block;
  max-width: 212px;
}

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

.menu {
  position: relative;
}

.menu__icon {
  display: none;
  position: relative;
  z-index: 6;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 10px;
}

.menu__link {
  color: var(--color-white);
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.menu__link:hover {
  color: var(--color-yellow);
}

.icon-menu {
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-menu.open .icon-menu__body span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #ffd054;
}

.icon-menu.open .icon-menu__body span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.icon-menu.open .icon-menu__body span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 8px;
}

.icon-menu__body {
  position: relative;
  width: 25px;
  height: 19px;
}

.icon-menu__body span {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 3px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 3px;
}

.icon-menu__body span:first-child {
  top: 0;
}

.icon-menu__body span:last-child {
  top: auto;
  bottom: 0;
}

@media (min-width: 991.98px) {
  .tariffs-block__col:nth-child(1) .tariffs-block__item,
  .tariffs-block__col:nth-child(3) .tariffs-block__item,
  .tariffs-block__col:nth-child(3n+1) .tariffs-block__item,
  .tariffs-block__col:nth-child(3n+3) .tariffs-block__item {
    padding-top: 40px;
  }

  .tariffs-block__col:nth-child(2) .tariffs-block__item {
    padding-bottom: 40px;
  }

  .tariffs-block__col:nth-child(3n+2) .tariffs-block__item {
    padding-bottom: 40px;
  }

  .advantages-block__col:nth-child(2) .advantages-block__item,
  .advantages-block__col:nth-child(3) .advantages-block__item,
  .advantages-block__col:nth-child(4n+2) .advantages-block__item,
  .advantages-block__col:nth-child(4n+3) .advantages-block__item {
    background: #1d1f25;
    border-color: #1d1f25;
  }

  .about-number__col:nth-child(1) .about-number__item,
  .about-number__col:nth-child(3) .about-number__item {
    padding-top: 34px;
  }

  .about-number__col:nth-child(2) .about-number__item {
    padding-bottom: 34px;
  }
}

@media (max-width: 1300px) {
  .offer-block__img {
    width: 558px;
    height: 558px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .offer-block__img {
    width: 458px;
    height: 458px;
    margin-left: -30px;
  }

  .header__row {
    margin: 0 -12px;
  }

  .header__left {
    padding: 0 12px;
  }

  .header__center {
    padding: 0 12px;
  }

  .header__right {
    padding: 0 12px;
  }

  .menu__list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .footer__row {
    margin: -16px;
  }

  .footer__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 16px;
  }

  .footer__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8px;
  }

  .footer__right {
    padding: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 16px;
  }

  .footer__bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 16px;
  }

  .footer__copy {
    text-align: left;
  }

  .action-block__title:not(:last-child) {
    margin-bottom: 24px;
  }

  .tariffs-block__title {
    margin-bottom: 32px;
  }

  .tariffs-block__row {
    margin: -12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tariffs-block__col {
    padding: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 367px;
  }

  .faq-block {
    margin-bottom: 100px;
    padding-bottom: 370px;
  }

  .faq-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

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

  .faq-block__img {
    width: 345px;
    height: 345px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
  }

  .faq-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .email-deliverability {
    max-width: 623px;
    margin-left: auto;
    margin-right: auto;
  }

  .email-deliverability__title {
    margin-bottom: 20px;
  }

  .email-deliverability__subtitle {
    margin-bottom: 32px;
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
  }

  .email-deliverability__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    margin: 0 -12px;
  }

  .email-deliverability__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
    max-width: 100%;
    padding: 0 12px;
  }

  .email-deliverability__col:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    max-width: 100%;
  }

  .most-profitable__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

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

  .most-profitable__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .most-profitable__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

  .most-profitable__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .most-profitable__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
    max-width: 100%;
  }

  .most-profitable__text:not(:last-child) {
    margin-bottom: 0;
  }

  .most-profitable__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
    max-width: 100%;
  }

  .for-whom__row {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .for-whom__btn {
    margin-top: 40px;
  }

  .simple-steps {
    padding-bottom: 270px;
    margin-bottom: 100px;
  }

  .simple-steps__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

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

  .simple-steps__img {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 57%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .simple-steps__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .advantages-block__title {
    margin-bottom: 28px;
  }

  .advantages-block__row {
    margin: -12px;
    -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;
  }

  .advantages-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 559px;
    padding: 12px;
  }

  .advantages-block__col:nth-child(even) .advantages-block__item {
    background: #1d1f25;
    border-color: #1d1f25;
  }

  .advantages-block__btn {
    margin-top: 40px;
  }

  .about-number:before {
    width: 4934px;
    height: 2010px;
  }

  .about-number__title {
    margin-bottom: 28px;
  }

  .about-number__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .about-number__box {
    padding: 20px 24px;
  }

  .offer-block {
    padding-bottom: 56px;
    padding-top: 40px;
  }

  .offer-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

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

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

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

  .offer-block__items-block {
    margin-top: 38px;
  }

  .offer-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }

  .offer-block__item:not(:last-child) {
    margin-bottom: 0;
  }

  .offer-block__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .offer-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .offer-block__img {
    margin-left: 0;
    margin-top: 0;
  }

  .header {
    padding: 20px 0;
  }

  .header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }

  .header__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }

  .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .menu.open .menu__body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__icon {
    display: block;
  }

  .menu__body {
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
    border-radius: 20px 0 0 20px;
    background: #28292f;
    z-index: 5;
    padding: 50px 28px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition-normal);
    transition: var(--transition-normal);
  }

  .menu__list {
    display: block;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fancybox-slide {
    padding: 30px 15px;
  }

  .main {
    padding-bottom: 80px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .block-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer__row {
    margin: -8px;
  }

  .footer__left {
    padding: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }

  .footer__logo {
    max-width: 168px;
  }

  .footer__center {
    padding: 8px;
    margin-top: 0;
  }

  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 8px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__right .btn {
    width: 100%;
  }

  .footer__bottom-left {
    padding: 8px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer__bottom-right {
    margin-top: 16px;
    padding: 8px;
  }

  .footer__link-mob {
    display: block;
  }

  .footer__copy:not(:first-child) {
    margin-top: 24px;
  }

  .footer-menu li.inner {
    display: none;
  }

  .action-block__title {
    font-size: 24px;
  }

  .action-block__title:not(:last-child) {
    margin-bottom: 20px;
  }

  .action-block__subtitle {
    font-size: 16px;
  }

  .action-block__btn {
    margin-top: 32px;
  }

  .tariffs-block {
    padding-top: 80px;
  }

  .tariffs-block:before {
    width: 2678px;
    height: 1363px;
  }

  .tariffs-block__box {
    padding: 40px 28px;
  }

  .faq-block {
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .faq-block__img {
    display: none;
  }

  .faq-block__top {
    padding: 28px 28px 16px;
  }

  .email-deliverability__row {
    row-gap: 16px;
  }

  .email-deliverability__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .email-deliverability__col:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .email-deliverability__col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .email-deliverability__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .email-deliverability__col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .email-deliverability__col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .most-profitable__box {
    padding: 32px;
  }

  .most-profitable__heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .most-profitable__list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .most-profitable__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .most-profitable__list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .most-profitable__title {
    font-size: 24px;
  }

  .most-profitable__title:not(:last-child) {
    margin-bottom: 20px;
  }

  .most-profitable__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .most-profitable__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .most-profitable__text:not(:last-child) {
    margin-bottom: 32px;
  }

  .most-profitable__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .for-whom__title {
    margin-bottom: 20px;
  }

  .for-whom__row {
    row-gap: 16px;
    -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;
  }

  .for-whom__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 287px;
  }

  .for-whom__btn {
    margin-top: 32px;
  }

  .simple-steps {
    padding-bottom: 170px;
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .simple-steps:before {
    width: 2678px;
    height: 1363px;
  }

  .simple-steps__left {
    margin-bottom: 32px;
  }

  .simple-steps__img {
    width: 260px;
    left: 66%;
  }

  .simple-steps__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .simple-steps__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .simple-steps__item:not(:last-child):before {
    top: 30px;
    left: 18.5px;
  }

  .simple-steps__item-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .simple-steps__item-title {
    font-size: 16px;
  }

  .advantages-block {
    position: relative;
  }

  .advantages-block:after {
    display: block;
  }

  .advantages-block__title {
    margin-bottom: 24px;
  }

  .advantages-block__title span {
    background: linear-gradient(59deg, #ffd95a 22.48%, #ff912a 94.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .advantages-block__item {
    padding: 24px 20px 24px 24px;
  }

  .advantages-block__heading {
    font-size: 16px;
  }

  .advantages-block__text {
    margin-top: 12px;
  }

  .advantages-block__icon {
    width: 60px;
    height: 60px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .advantages-block__btn {
    margin-top: 32px;
  }

  .about-number {
    padding-top: 80px;
  }

  .about-number:before {
    width: 2678px;
    height: 1363px;
  }

  .about-number__title {
    margin-bottom: 24px;
  }

  .about-number__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-number__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 245px;
  }

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

  .offer-block__subtitle {
    font-size: 16px;
    margin-top: 12px;
  }

  .offer-block__text {
    font-size: 16px;
    margin-top: 20px;
  }

  .offer-block__text br {
    display: none;
  }

  .offer-block__items-block {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .offer-block__items {
    display: block;
  }

  .offer-block__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .offer-block__right {
    margin-top: 8px;
  }

  .offer-block__img {
    width: 308px;
    height: 308px;
  }

  .logo {
    max-width: 170px;
  }
}

@media (max-width: 575.98px) {
  .footer__bottom-left {
    margin-top: -8px;
  }

  .footer-menu {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    width: 100%;
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .footer-menu li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }

  .footer-menu li:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 500px) {
  .header__right {
    display: none;
  }
}