@charset "UTF-8";

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

* {
  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,
section,
aside {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 360px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Arial";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: "Arial";
}

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;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link {
  cursor: pointer;
  text-decoration: underline;
}

.link:hover {
  opacity: 0.8;
}

.btn {
  padding: 24px 48px;
  border-radius: 99px;
  font-weight: 700;
  display: inline-block;
  background-color: #3F69FF;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(63, 105, 255, 0.5), 0px 4px 8px 0px rgba(63, 105, 255, 0.3), 0px 2px 4px 0px rgba(63, 105, 255, 0.5);
          box-shadow: 0px 7px 16px 0px rgba(63, 105, 255, 0.5), 0px 4px 8px 0px rgba(63, 105, 255, 0.3), 0px 2px 4px 0px rgba(63, 105, 255, 0.5);
}

.btn:hover {
  background: rgba(63, 105, 255, 0.9);
  text-decoration: none;
}

.btn-2 {
  padding: 8px 48px;
  border-radius: 99px;
  background-color: #FFFFFF;
  font-weight: 700;
}

.btn-2:hover {
  background: rgba(255, 255, 255, 0.9);
}

.padding-wrap {
  padding: 64px 16px;
}

.card-wrap {
  padding: 64px;
  border-radius: 64px;
}

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

.block-backdrop__body {
  position: relative;
  border-radius: 64px;
  overflow: hidden;
}

.block-backdrop__content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}

.block-backdrop__bg2 {
  z-index: 2;
  background: rgba(43, 43, 66, 0.5);
}

.block-backdrop__bg {
  -webkit-filter: blur(50px) brightness(100%);
          filter: blur(50px) brightness(100%);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}

body {
  font-family: "Arial";
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #2B2B42;
  background-color: #F0F1F5;
}

body a {
  color: inherit;
}

body a:hover {
  text-decoration: underline;
}

body button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

svg.w24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: block;
}

svg.w16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: block;
}

img,
video {
  -o-object-fit: cover;
     object-fit: cover;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-0 {
  padding: 0 !important;
}

.p-0-16 {
  padding: 0 16px;
}

.p-16-0 {
  padding: 16px 0;
}

.p-16-8 {
  padding: 16px 8px;
}

.p-8-16 {
  padding: 8px 16px;
}

.p-0-8 {
  padding: 0 8px;
}

.nlc-mb-16 > *:not(:last-child) {
  margin-bottom: 16px;
}

.nlc-mb-32 > *:not(:last-child) {
  margin-bottom: 32px;
}

.nlc-mr-8 > *:not(:last-child) {
  margin-right: 8px;
}

.posa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-trim {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ta-r {
  text-align: right;
}

.dn {
  display: none !important;
}

.o-h {
  overflow: hidden;
}

.ws-n {
  white-space: nowrap;
}

.w-100 {
  width: 100%;
}

.white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.red {
  color: #FF3288;
}

.orange {
  color: #FF6A00;
}

.green {
  color: #34C759;
}

.color-darkGray {
  color: #88889E;
}

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

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsb-aic {
  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;
}

.f-jcc-aic {
  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;
}

.fx-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.header {
  background-color: #3F69FF;
}

.header__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;
  padding: 16px;
}

.doffolow__content > *:not(:last-child) {
  margin-bottom: 64px;
}

.doffolow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

.doffolow__card {
  padding: 32px 16px;
  background-color: #FFFFFF;
  border-radius: 48px;
  color: #2B2B42;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 16px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sitemap {
  overflow: hidden;
}

.sitemap__body {
  margin: -16px;
}

.sitemap__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sitemap__col {
  padding: 16px;
}

.sitemap__col_67 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sitemap__col_50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.sitemap__col_33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.sitemap__card {
  height: 100%;
  background-color: #FFFFFF;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cardFive__row {
  margin-bottom: 32px;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.cardFive__num {
  font-size: 200px;
  font-weight: 900;
  line-height: 143px;
}

.cardCloudflare img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cardInfo {
  border-radius: 32px;
  background: rgba(136, 136, 158, 0.1);
  padding: 32px;
}

.cardRedirect {
  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%;
}

.cardRedirect__card {
  background-color: #FFFFFF;
}

.cardRedirect__card_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cardRedirect__card_2 {
  margin-top: 32px;
}

.textLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textLine__line {
  border-radius: 99px;
  background-color: #2B2B42;
  height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 8px;
  position: relative;
}

.textLine__line:after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 28px);
  width: 53px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='57' viewBox='0 0 53 57' fill='none'%3E%3Cpath d='M0.309715 52.3409L12.3246 29.9821C12.7251 29.2685 12.7251 28.555 12.3246 27.8414L0.309715 5.48263C-1.59264 1.9742 5.71641 -0.642245 10.0217 1.9742L51.2729 26.4737C53.5757 27.8414 53.5757 30.0416 51.2729 31.4093L10.0217 55.8493C5.71641 58.4657 -1.59264 55.8493 0.309715 52.3409Z' fill='%232B2B42'/%3E%3C/svg%3E");
}

.cardAhrefs__image1 {
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
}

.cardAhrefs__image2 {
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
}

.cardSitemap {
  font-family: "Source Code Pro", monospace;
}

.where__card {
  border-radius: 64px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.where__num {
  position: relative;
  width: 201px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 201px;
          flex: 0 0 201px;
  height: 215px;
  text-align: center;
  border-radius: 63px;
  background-color: #2B2B42;
  margin-right: 16px;
  overflow: hidden;
}

.where__num img {
  width: 201px;
  height: 215px;
}

.where__text {
  padding: 16px;
}

.submits__lineWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.submits__line {
  border-radius: 999px;
  background: #2B2B42;
  height: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  margin-left: 32px;
}

.submits__line_2 {
  margin: 0 32px;
}

.submits__title {
  text-align: center;
  font-size: calc(60px + 215 * ((100vw - 320px) / 960));
  font-weight: 900;
  line-height: 100%;
}

.submits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  margin: 64px 0 32px 0;
  letter-spacing: 1.2px;
}

.submits__card img {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin: 0 32px;
}

.submits__card p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.submits__image {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.filters__content {
  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;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0;
  margin: 0 -8px;
}

.filters__item {
  padding: 24px 48px;
  border-radius: 99px;
  text-align: center;
  background-color: #2B2B42;
  color: #FFFFFF;
  margin: 40px 8px;
}

.filters__item_1 {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.filters__item_2 {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.filters__item_3 {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.filters__item_4 {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.filters__item_5 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

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

.writeUs__content span {
  background-color: #FFFFFF;
  color: #2B2B42;
}

.writeUs__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.writeUs__subtitle p {
  margin-right: 8px;
}

.wantMore__message {
  position: relative;
  padding: 32px;
  max-width: 1087px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.wantMore__message:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 63px;
}

.wantMore__message_white {
  background-color: #FFFFFF;
}

.wantMore__message_white:before {
  left: -15px;
  bottom: 0.496px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='64' viewBox='0 0 50 64' fill='none'%3E%3Cpath d='M0.342407 62.6975C16.1794 65.1776 31.8134 56.3011 36.8893 50.6177C31.6574 37.9186 63.9582 7.0748 42.6391 7.07361C37.7095 7.07361 33.4992 -6.0707 15.5703 3.79729C15.5057 7.78651 15.5703 21.5951 15.5703 23.9461C15.5703 56.4963 -2.70317 60.8273 0.342407 62.6975Z' fill='white'/%3E%3C/svg%3E");
}

.wantMore__message_blue {
  color: #FFFFFF;
  background-color: #3F69FF;
}

.wantMore__message_blue:before {
  right: -15px;
  bottom: 0.496px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='64' viewBox='0 0 50 64' fill='none'%3E%3Cpath d='M49.6576 62.6975C33.8206 65.1776 18.1866 56.3011 13.1107 50.6177C18.3426 37.9186 -13.9582 7.0748 7.36087 7.07361C12.2905 7.07361 16.5008 -6.0707 34.4297 3.79729C34.4943 7.78651 34.4297 21.5951 34.4297 23.9461C34.4297 56.4963 52.7032 60.8273 49.6576 62.6975Z' fill='%233F69FF'/%3E%3C/svg%3E");
}

.wantMore__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wantMore__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wantMore__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wantMore__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 16px;
}

.card-backdrop {
  height: 100%;
  color: #FFFFFF;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.card-backdrop__content {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  padding: 32px;
  position: relative;
  z-index: 3;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  text-align: center;
}

.card-backdrop__amount {
  background-color: #FFFFFF;
  color: #2B2B42;
}

.card-backdrop__bg2 {
  z-index: 2;
  background: rgba(43, 43, 66, 0.01);
}

.card-backdrop__bg {
  z-index: 1;
}

.card-backdrop:before,
.card-backdrop:after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: #F0F1F5;
  top: calc(50% - 20px);
}

.card-backdrop:before {
  left: -20px;
}

.card-backdrop:after {
  right: -20px;
}

.learnMore__content .socials {
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 100;
  display: none;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup__body {
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 64px;
  padding: 64px;
}

@-webkit-keyframes show-popup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes show-popup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes hide-popup {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes hide-popup {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.socialsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px;
}

.socialsList__col {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.socials {
  background-color: #F0F1F5;
  border-radius: 32px;
  padding: 32px;
  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;
}

.socials:hover {
  text-decoration: none;
  background: rgba(136, 136, 158, 0.15);
}

.socials__text {
  margin-top: 16px;
}

.socials__telegram {
  width: 100px;
  height: 100px;
}

.socials__viber {
  background: #7360F2;
  border-radius: 28px;
  width: 100px;
  height: 100px;
  padding: 18px;
}

.socials__viber img {
  width: 100%;
  height: 100%;
}

.socials__email {
  background: #2B2B42;
  border-radius: 28px;
  width: 100px;
  height: 100px;
  padding: 18px;
}

.socials__email img {
  width: 100%;
  height: 100%;
}

.footer__content {
  border-radius: 64px 64px 0px 0px;
  background-color: #FFFFFF;
  padding: 48px;
}

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

.footer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}

.footer__col > *:not(:last-child) {
  margin-bottom: 32px;
}

.footer__col a {
  display: inline-block;
}

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

.footer__socials .socials__telegram {
  width: 48px;
  height: 48px;
  margin-right: 32px;
}

.footer__socials .socials__viber {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 16px;
}

.text-huge {
  font-weight: 900;
  line-height: 120%;
  font-size: 72px;
}

.text-medium {
  font-weight: 900;
  line-height: 140%;
  font-size: 40px;
}

.text-default {
  line-height: 140%;
  font-size: 24px;
}

.text-small {
  line-height: 140%;
  font-size: 18px;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 900;
}

.lg-0 {
  background: -webkit-gradient(linear, left top, left bottom, from(#83CCFD), to(#45A0E6));
  background: -o-linear-gradient(top, #83CCFD 0%, #45A0E6 100%);
  background: linear-gradient(180deg, #83CCFD 0%, #45A0E6 100%);
}

.lg-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF808A), to(#FF3344));
  background: -o-linear-gradient(top, #FF808A 0%, #FF3344 100%);
  background: linear-gradient(180deg, #FF808A 0%, #FF3344 100%);
}

.lg-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE37E), to(#F0BC00));
  background: -o-linear-gradient(top, #FFE37E 0%, #F0BC00 100%);
  background: linear-gradient(180deg, #FFE37E 0%, #F0BC00 100%);
}

.lg-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#88E8E6), to(#3CC2BD));
  background: -o-linear-gradient(top, #88E8E6 0%, #3CC2BD 100%);
  background: linear-gradient(180deg, #88E8E6 0%, #3CC2BD 100%);
}

.lg-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D766FF), to(#9600CC));
  background: -o-linear-gradient(top, #D766FF 0%, #9600CC 100%);
  background: linear-gradient(180deg, #D766FF 0%, #9600CC 100%);
}

.lg-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1AD7FF), to(#00A5E6));
  background: -o-linear-gradient(top, #1AD7FF 0%, #00A5E6 100%);
  background: linear-gradient(180deg, #1AD7FF 0%, #00A5E6 100%);
}

.lg-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EEAC75), to(#D59165));
  background: -o-linear-gradient(top, #EEAC75 0%, #D59165 100%);
  background: linear-gradient(180deg, #EEAC75 0%, #D59165 100%);
}

.lg-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7790), to(#F73558));
  background: -o-linear-gradient(top, #FF7790 0%, #F73558 100%);
  background: linear-gradient(180deg, #FF7790 0%, #F73558 100%);
}

.lg-8 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDA7A), to(#F1A64D));
  background: -o-linear-gradient(top, #FFDA7A 0%, #F1A64D 100%);
  background: linear-gradient(180deg, #FFDA7A 0%, #F1A64D 100%);
}

.lg-9 {
  background: -webkit-gradient(linear, left top, left bottom, from(#64FFB5), to(#00A656));
  background: -o-linear-gradient(top, #64FFB5 0%, #00A656 100%);
  background: linear-gradient(180deg, #64FFB5 0%, #00A656 100%);
}

@media (min-width: 767.98px) {
  .footer__body {
    padding: 0 16px;
  }
}

@media (min-width: 992.98px) {
  .cardRedirect__card_2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  .submits__title {
    font-size: 275px;
  }
}

@media (max-width: 1055px) {
  .doffolow__row {
    margin: -16px 0;
  }

  .doffolow__card {
    padding: 16px;
    border-radius: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 16px 0;
  }
}

@media (max-width: 992.98px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .sitemap__body {
    margin: -8px;
  }

  .sitemap__col {
    padding: 8px;
  }

  .sitemap__col_50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .sitemap__col_33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .cardRedirect__card_2 {
    margin-top: 16px;
  }

  .submits__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .submits__card img {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    margin: 16px 0;
  }

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

@media (max-width: 920px) {
  .textLine__line {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .wrapper {
    overflow: hidden;
    /* Выше 768 мы его убираем чтобы сработал 
position sticky у блока .stickyBlock */
  }

  .padding-wrap {
    padding: 32px 16px;
  }

  .card-wrap {
    padding: 32px;
    border-radius: 32px;
  }

  .block-backdrop__body {
    border-radius: 32px;
  }

  .md3-dn {
    display: none !important;
  }

  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .doffolow__content > *:not(:last-child) {
    margin-bottom: 32px;
  }

  .doffolow__content {
    padding: 32px 16px;
  }

  .cardInfo {
    padding: 24px;
  }

  .cardAhrefs__image1 {
    width: 85px;
    height: 24px;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }

  .cardAhrefs__image2 {
    height: 32px;
    width: 103px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }

  .where__card {
    border-radius: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .where__num {
    border-radius: 32px;
    width: 100%;
    margin: 0;
  }

  .submits__line_1 {
    margin: 16px 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .submits__line_2 {
    margin: 0 16px;
  }

  .submits__title {
    margin-top: 32px;
  }

  .filters__subtitle {
    font-size: 24px !important;
  }

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

  .writeUs__subtitle p {
    margin: 0 0 8px 0;
  }

  .wantMore__message {
    font-size: 30px;
  }

  .wantMore__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .learnMore__content .socials {
    border-radius: 16px;
  }

  .popup {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .popup__body {
    border-radius: 32px 32px 0px 0px;
    padding: 32px;
    width: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .popup__body.show {
    -webkit-animation: show-popup 0.15s forwards 0s ease;
            animation: show-popup 0.15s forwards 0s ease;
  }

  .popup__body.hide {
    -webkit-animation: hide-popup 0.15s forwards 0s ease;
            animation: hide-popup 0.15s forwards 0s ease;
  }

  .socialsList__col {
    padding: 8px;
  }

  .socials {
    padding: 24px;
    border-radius: 16px;
  }

  .socials__telegram {
    width: 64px;
    height: 64px;
  }

  .socials__viber {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .socials__email {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .footer {
    padding: 0 16px;
  }

  .footer__content {
    padding: 16px;
    border-radius: 32px 32px 0px 0px;
  }

  .text-huge {
    font-size: 36px;
  }

  .text-medium {
    font-size: 30px;
  }
}

@media (max-width: 625px) {
  .header__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__btn {
    display: none;
  }
}

@media (max-width: 532px) {
  .filters__item {
    margin: 24px 8px;
  }
}

@media (max-width: 479.98px) {
  .md4-dn {
    display: none !important;
  }

  .footer__col .link-text {
    display: none;
  }
}

@media (min-width: 420px) and (max-width: 767.98px) {
  .logoText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }

  .logoText > img:first-child {
    margin-right: 8px;
  }
}