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

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

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

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

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

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

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

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

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

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "Gilroy",sans-serif;
  font-size: inherit;
  color: #fff;
}

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

a {
  color: inherit;
}

a:link,
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;
}

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

body {
  font-family: "Gilroy",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  background-color: #332e92;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.wrapper {
  position: relative;
  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;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.swiper-button-prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  position: absolute;
  bottom: -6.875rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 2;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}

.swiper-button-prev svg {
  display: none;
}

.swiper-button-next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
  bottom: -6.875rem;
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.swiper-button-next.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}

.swiper-button-next svg {
  display: none;
}

.hero {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.6%, #121e48), to(#332e92));
  background: linear-gradient(180deg, #121e48 30.6%, #332e92 100%);
}

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

.hero__content {
  max-width: 30rem;
}

.hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: "Montserrat",sans-serif;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
}

.hero__logo:not(:last-child) {
  margin-bottom: 4.6875rem;
}

.hero__desc {
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 125%;
  text-align: center;
  color: #2f2c88;
  background: -webkit-gradient(linear, left top, right top, color-stop(41.83%, #7bc6e2), to(#b365d8));
  background: linear-gradient(90deg, #7bc6e2 41.83%, #b365d8 100%);
  border-radius: 1.25rem;
  max-width: 24.8125rem;
  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;
  padding: 1.25rem 1.5625rem;
  position: relative;
}

.hero__desc:not(:last-child) {
  margin-bottom: 3.75rem;
}

.hero__desc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.875rem;
  width: 0;
  height: 0;
  border-left: 0.4375rem solid rgba(0,0,0,0);
  border-right: 0.4375rem solid rgba(0,0,0,0);
  border-top: 1.25rem solid #7ac5e1;
}

.hero__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
}

.hero__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero__sub-title {
  font-family: "Montserrat",sans-serif;
  font-size: 1.25rem;
  line-height: 125%;
  max-width: 30rem;
}

.hero__sub-title:not(:last-child) {
  margin-bottom: 3.75rem;
}

.hero__link {
  background-color: #fc0;
  border-radius: 1.25rem;
  max-width: 26.75rem;
  min-height: 4.4375rem;
  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;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 125%;
  text-align: center;
  color: #000;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.hero__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  min-height: 55rem;
  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;
  margin-left: -1.25rem;
}

.hero__image {
  padding-right: 4.375rem;
  padding-bottom: 3.125rem;
}

.hero__item {
  position: absolute;
  border: 0.125rem solid #6ce4e3;
  border-radius: 1.5625rem;
  max-width: 16.875rem;
  width: 100%;
  text-align: center;
  padding: 0.625rem 0.3125rem 0.9375rem 0.3125rem;
}

.hero__item_1 {
  left: 2%;
  top: 18%;
}

.hero__item_1 .hero__arrow {
  right: -30%;
  top: 80%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero__item_2 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.hero__item_3 {
  right: 0;
  top: 18%;
}

.hero__item_3 .hero__caption {
  font-size: 1.5rem;
}

.hero__item_3 .hero__arrow {
  left: -25%;
  top: 90%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hero__item_4 {
  left: 0;
  bottom: 10%;
}

.hero__item_4 .hero__caption {
  font-size: 1.5rem;
}

.hero__item_4 .hero__arrow {
  right: -40%;
  bottom: 85%;
  top: auto;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.hero__item_5 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.hero__item_5 .hero__caption {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.hero__item_5 .hero__arrow {
  bottom: 95%;
  top: auto;
  -webkit-transform: rotate(-180deg) translate(50%, 0rem);
      -ms-transform: rotate(-180deg) translate(50%, 0rem);
          transform: rotate(-180deg) translate(50%, 0rem);
}

.hero__item_5 .hero__icon {
  left: auto;
  right: 0;
  -webkit-transform: translate(30%, -65%);
      -ms-transform: translate(30%, -65%);
          transform: translate(30%, -65%);
}

.hero__item_6 {
  bottom: 10%;
  right: 0;
}

.hero__item_6 .hero__icon {
  left: auto;
  right: 0;
  -webkit-transform: translate(30%, -65%);
      -ms-transform: translate(30%, -65%);
          transform: translate(30%, -65%);
}

.hero__item_6 .hero__arrow {
  bottom: 85%;
  top: auto;
  left: -45%;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.hero__caption {
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  min-height: 2.5rem;
  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;
}

.hero__caption:not(:last-child) {
  margin-bottom: 0.625rem;
}

.hero__label {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 125%;
  text-align: center;
  color: #6ce4e3;
  border: 0.125rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 0.3125rem 0.1875rem;
}

.hero__label:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.hero__text {
  font-family: "Montserrat",sans-serif;
  font-size: 0.8125rem;
  line-height: 125%;
  text-align: center;
  color: #fff;
}

.hero__icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__arrow {
  position: absolute;
  left: 50%;
  top: 95%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.about {
  padding-top: 5.625rem;
  padding-bottom: 6.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.6%, #332e92), to(#4463aa));
  background: linear-gradient(180deg, #332e92 29.6%, #4463aa 100%);
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.about__content {
  max-width: 42.3125rem;
}

.about__top {
  background: #4a76b2;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  padding: 1.25rem 2.8125rem;
  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;
}

.about__top:not(:last-child) {
  margin-bottom: 3.375rem;
}

.about__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.about__icon {
  position: absolute;
  left: -4.375rem;
  bottom: -2.5rem;
}

.about__icon img {
  width: 12.5rem;
}

.about__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.75rem;
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.about__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.about__block {
  width: 36.3125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.3125rem;
          flex: 0 0 36.3125rem;
  height: 35.1875rem;
  min-width: 0;
  background: url("../img/pc.webp") center/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4.8125rem;
  margin-top: 3.125rem;
  position: relative;
}

.about__block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  background-color: #6ce4e3;
  -webkit-filter: blur(9.375rem);
          filter: blur(9.375rem);
  pointer-events: none;
}

.about__slider {
  width: 29.625rem;
  min-width: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

.about__slide {
  position: relative;
  aspect-ratio: 474/295;
  width: 100%;
  position: relative;
  z-index: 2;
}

.about__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.6%, #4564aa), to(#4463aa));
  background: linear-gradient(180deg, #4564aa 29.6%, #4463aa 100%);
}

.seo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.seo__image {
  max-width: 39.1875rem;
  position: relative;
}

.seo__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-color: #6ce4e3;
  pointer-events: none;
  -webkit-filter: blur(11.25rem);
          filter: blur(11.25rem);
}

.seo__image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.seo__content {
  max-width: 40.6875rem;
  position: relative;
  z-index: 2;
}

.seo__top {
  background: #4a76b2;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo__top:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.seo__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  width: 100%;
}

.seo__icon {
  position: absolute;
  right: -4.375rem;
  bottom: -5.625rem;
}

.seo__icon img {
  width: 9.375rem;
}

.seo__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.125rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.seo__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.advertisement {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.15%, #5599c2), to(#3d4ca0));
  background: linear-gradient(0deg, #5599c2 25.15%, #3d4ca0 100%);
}

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

.advertisement__content {
  max-width: 52.1875rem;
  position: relative;
}

.advertisement__top {
  background: #2a2579;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  padding: 1.5625rem;
  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;
}

.advertisement__top:not(:last-child) {
  margin-bottom: 1.875rem;
}

.advertisement__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.advertisement__icon {
  position: absolute;
  right: -5rem;
  bottom: -4.375rem;
}

.advertisement__icon img {
  width: 8.375rem;
}

.advertisement__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.75rem;
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.advertisement__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.advertisement__img {
  position: absolute;
  right: -5rem;
  bottom: -2.5rem;
}

.advertisement__image {
  max-width: 33.5625rem;
  margin-top: 5.625rem;
}

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

.placement {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: linear-gradient(181deg, #5599c2 25.15%, #3d4ca0 100%);
}

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

.placement__image {
  max-width: 43.125rem;
  position: relative;
}

.placement__image::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28.125rem;
  height: 28.125rem;
  border-radius: 50%;
  background-color: #6ce4e3;
  -webkit-filter: blur(10rem);
          filter: blur(10rem);
  pointer-events: none;
}

.placement__image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.placement__content {
  max-width: 41.875rem;
  position: relative;
  z-index: 2;
}

.placement__top {
  background: #4a76b2;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  padding: 1.25rem;
  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;
}

.placement__top:not(:last-child) {
  margin-bottom: 2.125rem;
}

.placement__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.placement__icon {
  position: absolute;
  right: -2.5rem;
  top: -3.125rem;
}

.placement__icon img {
  width: 6.25rem;
}

.placement__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}

.placement__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.video {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.6%, #4463aa), to(#2a2579));
  background: linear-gradient(180deg, #4463aa 29.6%, #2a2579 100%);
}

.video__top {
  background: #2a2579;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  max-width: 52.375rem;
  padding: 1.25rem;
  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;
}

.video__top:not(:last-child) {
  margin-bottom: 1.625rem;
}

.video__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.video__icon {
  position: absolute;
  right: -6.25rem;
  top: -2.5rem;
}

.video__icon img {
  width: 12.5rem;
}

.video__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.75rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.video__list:not(:last-child) {
  margin-bottom: 1.25rem;
}

.video__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.video__sub-list {
  padding-left: 2.5rem;
}

.video__sub-item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.video__block {
  width: 59.375rem;
  height: 42rem;
  background: url("../img/pc2.webp") center/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.9375rem;
  padding-left: 0.4375rem;
}

.video__block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34.375rem;
  height: 34.375rem;
  border-radius: 50%;
  background-color: #6ce4e3;
  pointer-events: none;
  -webkit-filter: blur(9.375rem);
          filter: blur(9.375rem);
  z-index: -1;
}

.video__slider {
  width: 42.5rem;
  min-width: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

.video__slide {
  position: relative;
  aspect-ratio: 1920/1080;
  width: 100%;
  background-color: #000;
}

.video__slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.video__prev {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-110%, -50%) rotate(-90deg);
      -ms-transform: translate(-110%, -50%) rotate(-90deg);
          transform: translate(-110%, -50%) rotate(-90deg);
}

.video__prev img {
  width: 12.5rem;
}

.video__next {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(110%, -50%) rotate(90deg);
      -ms-transform: translate(110%, -50%) rotate(90deg);
          transform: translate(110%, -50%) rotate(90deg);
}

.video__next img {
  width: 12.5rem;
}

.marketing {
  padding-top: 5.625rem;
  padding-bottom: 2.5rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29.6%, #4463aa), to(#2a2579));
  background: linear-gradient(360deg, #4463aa 29.6%, #2a2579 100%);
}

.marketing__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}

.marketing__body:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.marketing__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.6642335766%;
          flex: 0 0 57.6642335766%;
}

.marketing__top {
  background: #4a76b2;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
  max-width: 52.375rem;
  padding: 1.25rem;
  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;
}

.marketing__top:not(:last-child) {
  margin-bottom: 3.125rem;
}

.marketing__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.marketing__icon {
  position: absolute;
  right: -4.375rem;
  top: -3.75rem;
  z-index: 2;
  pointer-events: none;
}

.marketing__icon img {
  width: 8.125rem;
}

.marketing__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.9375rem;
}

.marketing__social:not(:last-child) {
  margin-bottom: 1.875rem;
}

.marketing__item-social {
  border-radius: 50%;
  overflow: hidden;
}

.marketing__list {
  border: 0.1875rem solid #6ce4e3;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.125rem;
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}

.marketing__list:not(:last-child) {
  margin-bottom: 1.25rem;
}

.marketing__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.marketing__block {
  background-color: #6ce4e3;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1.25rem;
}

.marketing__slider {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 30.75rem;
}

.marketing__slide {
  position: relative;
  aspect-ratio: 1345/2390;
  width: 100%;
}

.marketing__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.marketing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.marketing__column {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 11.875rem;
          flex: 0 1 11.875rem;
  aspect-ratio: 190/186;
}

.marketing__column img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.cost__form {
  display: grid;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}

.cost__input {
  height: 3.4rem;
  width: 100%;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 0.1rem solid #000;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  color: #121e48;
  transition: border 0.3s;
}

.cost__input:focus {
  border: 0.1rem solid #fe0;
}

.cost__submit {
  border: 0.1rem solid #000;
  border-radius: 0.4rem;
  min-height: 3.8rem;
  width: 100%;
  display: flex;
  justify-content:center;align-items: center;
  text-align: center;
  background-color: #fc0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-top: 0.5rem;
  transition: background-color 0.3s;
}


.cost {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.6%, #4463aa), to(#6ce4e3));
  background: linear-gradient(180deg, #4463aa 29.6%, #6ce4e3 100%);
}

.cost__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  text-align: center;
}

.cost__title:not(:last-child) {
  margin-bottom: 4.6875rem;
}

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

.cost__body:not(:last-child) {
  margin-bottom: 4.375rem;
}

.cost__content {
  max-width: 56.25rem;
  width: 100%;
}

.cost__caption {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
  background: #121e48;
  max-width: 37.5rem;
  padding: 1rem;
  width: 100%;
  border-radius: 1.25rem;
}

.cost__caption:not(:last-child) {
  margin-bottom: 1.5rem;
}

.cost__block {
  display: -ms-grid;
  display: grid;
  gap: 2.4375rem;
}

.cost__block:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.cost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
}

.cost__name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 125%;
}

.cost__value {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 125%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  white-space: nowrap;
}

.cost__value p {
  width: 8.125rem;
}

.cost__value::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.125rem;
  background-color: #fff;
  margin-bottom: 0.75rem;
}

.cost__text {
  font-size: 1.25rem;
  line-height: 125%;
}

.cost__total {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
  background: #5599c2;
  border-radius: 1.25rem;
  padding: 1rem 3.125rem;
  display: inline-block;
}

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

.cost__list {
  border: 0.1875rem solid #5599c2;
  border-radius: 1.25rem;
  padding: 2.0625rem 3.125rem;
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}

.cost__list:not(:last-child) {
  margin-bottom: 4.25rem;
}

.cost__item {
  list-style-type: disc;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
}

.cost__heading {
  font-weight: 800;
  font-size: 2rem;
  line-height: 125%;
  text-align: center;
  color: #121e48;
}

.cost__heading:not(:last-child) {
  margin-bottom: 3rem;
}

.main-grid {
  display: grid;
  align-items: center;
  padding: 3rem 0;
}

.thanks__container {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
}

.cost__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

.cost__icon {
  max-width: 17rem;
  width: 100%;
}

.cost__icon img{
width: 100%;
}

.cost__col {
  max-width: 30rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost__inner {
  position: relative;
}

.cost__inner:not(:last-child) {
  margin-bottom: 1.25rem;
}

.cost__link {
  font-family: "Montserrat",sans-serif;
  display: inline-block;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 125%;
  text-align: center;
  color: #000;
  background: #fc0;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.cost__decor {
  position: absolute;
  top: -3.4375rem;
  right: -5.9375rem;
  pointer-events: none;
}

.cost__desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 125%;
  text-align: center;
  color: #332e92;
}

.cost__desc a {
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
}

.footer {
  background: #332e92;
  padding: 2.5rem 0;
}

.footer__container {
  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;
  gap: 1.25rem;
}

.footer__text {
  font-size: 1.5rem;
  line-height: 125%;
  text-align: right;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

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

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

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

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

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

@media (max-width: 84.375rem) {
  .hero__block {
    margin-left: -2.5rem;
  }
}

@media (max-width: 82.5rem) {
  .hero {
    padding: 3.125rem 0;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__logo:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .hero__desc {
    max-width: 100%;
  }

  .hero__title br {
    display: none;
  }

  .hero__sub-title {
    max-width: 100%;
  }

  .hero__sub-title br {
    display: none;
  }

  .hero__link {
    max-width: 100%;
  }

  .hero__block {
    margin-left: 0;
    max-width: 62.5rem;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .about {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }

  .about__container {
    gap: 0.625rem;
    -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;
  }

  .about__content {
    max-width: 100%;
  }

  .about__item br {
    display: none;
  }

  .about__block {
    margin-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .seo {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .seo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .seo__content {
    max-width: 100%;
  }

  .seo__item br {
    display: none;
  }

  .advertisement {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }

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

  .advertisement__content {
    max-width: 100%;
  }

  .advertisement__item br {
    display: none;
  }

  .advertisement__img {
    right: -4.375rem;
    bottom: -3.75rem;
  }

  .advertisement__img img {
    width: 12.5rem;
  }

  .advertisement__image {
    margin-top: 0;
  }

  .placement {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .placement__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }

  .placement__content {
    max-width: 100%;
  }

  .placement__item br {
    display: none;
  }

  .video {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  .video__item br {
    display: none;
  }

  .video__sub-item br {
    display: none;
  }

  .video__block {
    width: 37.5rem;
    height: 25.75rem;
    padding-top: 2.375rem;
    padding-left: 0.3125rem;
  }

  .video__slider {
    width: 26.25rem;
    border-radius: 0.75rem;
  }

  .video__prev img {
    width: 11.25rem;
  }

  .video__next img {
    width: 11.25rem;
  }

  .marketing {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .marketing__body {
    -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;
    gap: 1.875rem;
  }

  .marketing__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .marketing__top {
    max-width: 100%;
  }

  .marketing__item br {
    display: none;
  }

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

  .cost__body:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .cost__content {
    max-width: 100%;
  }

  .cost__item br {
    display: none;
  }
}

@media (max-width: 61.99875rem) {
  .hero {
    padding: 2.5rem 0;
  }

  .hero__container {
    gap: 2.5rem;
  }

  .hero__logo {
    gap: 0.3125rem;
    font-size: 0.5rem;
    line-height: 115%;
  }

  .hero__logo img {
    width: 10rem;
  }

  .hero__logo:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .hero__desc {
    font-size: 1.125rem;
    padding: 0.9375rem 1.5625rem;
  }

  .hero__title {
    font-size: 3.25rem;
  }

  .hero__sub-title {
    font-size: 1rem;
  }

  .hero__sub-title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .hero__link {
    font-size: 1.125rem;
    min-height: 4.0625rem;
  }

  .hero__block {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }

  .hero__image {
    padding-right: 0;
    padding-bottom: 0;
  }

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

  .hero__items {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 3.75rem;
  }

  .hero__item {
    position: relative;
    max-width: 100%;
  }

  .hero__item_1 {
    top: 0;
    left: 0;
  }

  .hero__item_2 {
    top: 0;
    left: 0;
    -webkit-transform: translate(0rem, 0rem);
        -ms-transform: translate(0rem, 0rem);
            transform: translate(0rem, 0rem);
  }

  .hero__item_3 {
    top: 0;
    right: 0;
  }

  .hero__item_4 {
    bottom: 0;
    left: 0;
  }

  .hero__item_5 {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0rem, 0rem);
        -ms-transform: translate(0rem, 0rem);
            transform: translate(0rem, 0rem);
  }

  .hero__item_5 .hero__icon {
    -webkit-transform: translate(25%, -75%);
        -ms-transform: translate(25%, -75%);
            transform: translate(25%, -75%);
  }

  .hero__item_6 {
    bottom: 0;
    right: 0;
  }

  .hero__icon {
    -webkit-transform: translate(-35%, -50%);
        -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }

  .hero__arrow {
    display: none;
  }

  .about {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .about__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .about__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .about__icon {
    left: -3.75rem;
  }

  .about__icon img {
    width: 9.375rem;
  }

  .about__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .about__item {
    font-size: 1.125rem;
  }

  .about__block {
    width: 28.75rem;
    padding-top: 3.75rem;
    height: 27.8125rem;
  }

  .about__block::before {
    width: 12.5rem;
    height: 12.5rem;
    -webkit-filter: blur(6.25rem);
            filter: blur(6.25rem);
  }

  .about__slider {
    width: 23.75rem;
  }

  .seo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .seo__image {
    max-width: 31.25rem;
  }

  .seo__image::before {
    width: 12.5rem;
    height: 12.5rem;
    -webkit-filter: blur(6.25rem);
            filter: blur(6.25rem);
  }

  .seo__top {
    padding: 1.25rem;
  }

  .seo__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .seo__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .seo__icon {
    right: -2.8125rem;
    bottom: -3.75rem;
  }

  .seo__icon img {
    width: 6.25rem;
  }

  .seo__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .seo__item {
    font-size: 1.125rem;
  }

  .advertisement {
    padding-top: 2.5rem;
  }

  .advertisement__top {
    padding: 1.25rem 1.5625rem;
  }

  .advertisement__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .advertisement__icon {
    right: -2.8125rem;
    bottom: -3.125rem;
  }

  .advertisement__icon img {
    width: 5.625rem;
  }

  .advertisement__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .advertisement__item {
    font-size: 1.125rem;
  }

  .placement {
    padding-bottom: 1.875rem;
  }

  .placement__image {
    max-width: 37.5rem;
  }

  .placement__image::before {
    width: 12.5rem;
    height: 12.5rem;
    -webkit-filter: blur(6.25rem);
            filter: blur(6.25rem);
  }

  .placement__top {
    padding: 1.25rem 1.5625rem;
  }

  .placement__top:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .placement__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .placement__icon {
    right: -1.5625rem;
    top: -1.875rem;
  }

  .placement__icon img {
    width: 3.75rem;
  }

  .placement__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .placement__item {
    font-size: 1.125rem;
  }

  .video {
    padding-top: 2.5rem;
    padding-bottom: 9.375rem;
  }

  .video__top {
    padding: 1.25rem 1.5625rem;
  }

  .video__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .video__icon {
    right: -2.8125rem;
    bottom: -3.125rem;
  }

  .video__icon img {
    width: 7.5rem;
  }

  .video__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .video__item {
    font-size: 1.125rem;
  }

  .video__sub-list {
    padding-left: 1.875rem;
  }

  .video__sub-item {
    font-size: 1.125rem;
  }

  .video__block {
    width: 31.25rem;
    height: 21.875rem;
    padding-top: 2.0625rem;
  }

  .video__block::before {
    width: 12.5rem;
    height: 12.5rem;
    -webkit-filter: blur(6.25rem);
            filter: blur(6.25rem);
  }

  .video__slider {
    width: 22.1875rem;
  }

  .video__prev {
    -webkit-transform: translate(0, 0) rotate(-90deg);
        -ms-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
    top: auto;
    bottom: -8.125rem;
  }

  .video__prev img {
    width: 9.375rem;
  }

  .video__next {
    -webkit-transform: translate(0, 0) rotate(90deg);
        -ms-transform: translate(0, 0) rotate(90deg);
            transform: translate(0, 0) rotate(90deg);
    top: auto;
    bottom: -8.125rem;
  }

  .video__next img {
    width: 9.375rem;
  }

  .marketing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .marketing__body:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .marketing__top:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .marketing__title {
    font-size: 2.375rem;
    line-height: 90%;
  }

  .marketing__icon {
    right: -2.5rem;
    bottom: -3.125rem;
  }

  .marketing__icon img {
    width: 6.25rem;
  }

  .marketing__item-social img {
    width: 5rem;
  }

  .marketing__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .marketing__item {
    font-size: 1.125rem;
  }

  .cost__title {
    font-size: 2.375rem;
  }

  .cost__title br {
    display: none;
  }

  .cost__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .cost__caption {
    font-size: 1.625rem;
    line-height: 100%;
  }

  .cost__block {
    gap: 1.25rem;
  }

  .cost__block:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .cost__top {
    gap: 0.3125rem;
  }

  .cost__name {
    font-size: 1.0625rem;
  }

  .cost__value {
    font-size: 1.0625rem;
    gap: 0.3125rem;
  }

  .cost__value p {
    width: 5rem;
  }

  .cost__value::before {
    margin-bottom: 0.5625rem;
    height: 0.0625rem;
  }

  .cost__text {
    font-size: 1rem;
  }

  .cost__total {
    font-size: 1.75rem;
    padding: 0.75rem 1.875rem;
  }

  .cost__image {
    max-width: 25rem;
  }

  .cost__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .cost__list {
    border: 0.125rem solid #6ce4e3;
    padding: 1.25rem 1.875rem;
    gap: 0.625rem;
  }

  .cost__item {
    font-size: 1.125rem;
  }

  .cost__heading {
    font-size: 1.625rem;
    line-height: 100%;
  }

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

  .cost__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            max-width: 100%;
            width: 100%;
  }

  .cost__inner:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .cost__link {
    font-size: 1.25rem;
    line-height: 110%;
    padding: 0.9375rem 1.25rem;
  }

  .cost__decor {
    right: -4.375rem;
    top: -2.5rem;
  }

  .cost__decor img {
    width: 6.875rem;
  }

  .cost__desc {
    font-size: 1.125rem;
  }

  .footer {
    padding: 1.25rem 0;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }

  .footer__text {
    text-align: center;
    font-size: 1.25rem;
  }
}

@media (max-width: 47.99875rem) {
  .swiper-button-prev {
    bottom: -5rem;
  }

  .swiper-button-prev img {
    width: 6.875rem;
  }

  .swiper-button-next {
    bottom: -5rem;
  }

  .swiper-button-next img {
    width: 6.875rem;
  }

  .about__block {
    width: 20rem;
    height: 19.375rem;
    padding-top: 2.8125rem;
  }

  .about__slider {
    width: 16.25rem;
    border-radius: 0.75rem;
  }

  .video {
    padding-bottom: 6.875rem;
  }

  .video__block {
    width: 20rem;
    height: 13.75rem;
    padding-top: 1.25rem;
    padding-left: 0.1875rem;
  }

  .video__slider {
    width: 14.0625rem;
    border-radius: 0.5rem;
  }

  .video__prev {
    bottom: -6.25rem;
  }

  .video__prev img {
    width: 6.875rem;
  }

  .video__next {
    bottom: -6.25rem;
  }

  .video__next img {
    width: 6.875rem;
  }
}

@media (max-width: 34.375rem) {
  .marketing__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .marketing__block {
    width: 100%;
    padding: 0.9375rem;
  }

  .marketing__slider {
    width: 100%;
    max-width: 30.75rem;
  }

  .marketing__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (any-hover: hover) {
  .hero__link:hover {
    background-color: #fe0;
  }

  .cost__submit:hover {
    background-color: #fe0;
  }

  .cost__link:hover {
    background-color: #fe0;
  }

  .cost__desc a:hover {
    color: #fe0;
  }
}