html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiase;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat";
  font-size: 22px;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  color: #000;
  height: 100%;
  background: #FFF;
  margin: 0;
  max-width: 100%;
}

a, img, input, textarea, select {
  outline: none;
}

label {
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: bottom;
}

form {
  margin: 0;
}

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

a {
  color: #FF008C;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

textarea, input, select, button {
  resize: none;
  outline: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: normal;
}

[class*=icon-] {
  display: inline-block;
  vertical-align: middle;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/Unbounded-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Unbounded-ExtraBold.woff2") format("woff2"), url("../fonts/Unbounded-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}
.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
body.x-mobile-fade {
  overflow: hidden;
}
body.x-mobile-fade:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
  background: rgba(33, 160, 56, 0.7);
}

.wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 375px;
    overflow: hidden;
  }
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.overlay--visible {
  opacity: 1;
  pointer-events: auto;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 90vw;
  width: 480px;
  text-align: center;
}

.overlay-gif {
  max-width: 100%;
  width: 320px;
  height: auto;
  display: block;
}

.overlay-caption {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  max-width: 85%;
}

.section {
  display: none;
}
.section.visible {
  display: block;
}
.section-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1165px;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .section-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.burger {
  display: flex;
  align-items: center;
  width: 39px;
  height: 22px;
  padding: 0;
  background: none;
  border: none;
  box-sizing: unset;
  cursor: pointer;
  position: relative;
  right: 0;
  bottom: auto;
  z-index: 6;
  flex-direction: column;
  justify-content: center;
}
.burger:after, .burger:before,
.burger i {
  content: "";
  display: block;
  background: #FFF;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.burger i {
  position: relative;
  margin: 6px 0;
}
.burger.x-burger-active {
  z-index: 155;
}
.burger.x-burger-active:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
.burger.x-burger-active:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.x-burger-active i {
  display: none;
}
@media screen and (min-width: 1191px) {
  .burger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .burger {
    display: none;
  }
}

.header {
  padding: 12px 0;
  background: #FF008C;
  background-size: cover;
  color: #FFF;
  font-family: Unbounded;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.header-menu {
  flex: 1;
  display: flex;
}
.header-menu .menu {
  justify-content: center;
  flex: 1;
}
.header .header-button {
  height: 56px;
  font-family: Unbounded;
  transition: 0.15s opacity;
}
.header .header-button:hover {
  opacity: 0.8;
}
.header .burger {
  margin-left: auto;
}
.header .section-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .header {
    padding: 8px 0;
  }
  .header .header-button {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header-menu {
    display: none;
  }
  .x-mobile-menu-opened .header-menu {
    display: block;
    background: #FF008C;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    z-index: 10;
    max-height: calc(100vh - 53px);
    padding: 40px 16px 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .x-mobile-menu-opened .header-menu .menu {
    flex-flow: column;
    align-items: center;
    margin-bottom: 34px;
  }
  .x-mobile-menu-opened .header-menu .menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.content > :last-child {
  margin-bottom: 0;
}

.footer {
  background: #151515;
  padding: 49px 0 44px;
  position: relative;
  z-index: 1;
  color: rgba(244, 245, 247, 0.6);
  line-height: 130%;
}
.footer .section-wrapper {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .section-wrapper {
    flex-flow: column;
    align-items: center;
  }
}
.footer-text {
  flex: 1;
  min-width: 100%;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .footer-text {
    font-size: 14px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .footer-text {
    font-size: 12px;
    text-align: center;
    line-height: 130%;
  }
}
.footer-right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-right {
    margin-left: 0;
  }
}
.footer-right,
.footer .logo-footer {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .footer-right,
  .footer .logo-footer {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-right,
  .footer .logo-footer {
    margin-bottom: 20px;
  }
}

.elements-list {
  display: flex;
  flex-flow: wrap row;
  gap: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .elements-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .elements-list {
    gap: 20px;
  }
}

.menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  list-style: none;
  position: relative;
  box-sizing: border-box;
}
.menu-item:not(:last-child) {
  margin-right: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .menu-item:not(:last-child) {
    margin-right: 30px;
  }
}
.menu-item-url {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.menu-item-url [class*=icon] {
  margin-right: 10px;
  margin-top: -0.2em;
}
.menu-item-url:hover {
  filter: "alpha(opacity=80)";
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .menu-item-url {
    font-size: 13px;
  }
}

.title-h1 {
  font: 700 normal 64px/110% "Unbounded", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .title-h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title-h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.title-h2 {
  font: 700 normal 36px/110% "Unbounded", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .title-h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.title-h3 {
  font: 600 normal 16px/110% "Montserrat", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-gradient {
  background-color: #FF008C;
  background: linear-gradient(95deg, #FFB991 0%, #FF008C 52.6%, #B400E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-close-wt {
  width: 26px;
  height: 26px;
  background: url("../images/icon-close-wt.svg") 50% 50% no-repeat;
  background-size: contain;
}
.icon-close, .icon-close-cl {
  width: 28px;
  height: 28px;
  background: url("../images/icon-close-cl.svg") 50% 50% no-repeat;
  background-size: contain;
}
.icon-likee {
  width: 29px;
  height: 29px;
  background: url("../images/icon-likee.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-likee {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-likee {
    width: 20px;
    height: 20px;
  }
}
.icon-ok {
  width: 29px;
  height: 29px;
  background: url("../images/icon-ok.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-ok {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-ok {
    width: 20px;
    height: 20px;
  }
}
.icon-tg {
  width: 29px;
  height: 29px;
  background: url("../images/icon-tg.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-tg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-tg {
    width: 20px;
    height: 20px;
  }
}
.icon-vk {
  width: 29px;
  height: 29px;
  background: url("../images/icon-vk.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-vk {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-vk {
    width: 20px;
    height: 20px;
  }
}
.icon-dzen {
  width: 29px;
  height: 29px;
  background: url("../images/icon-dzen.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-dzen {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-dzen {
    width: 20px;
    height: 20px;
  }
}
.icon-yt {
  width: 29px;
  height: 29px;
  background: url("../images/icon-yt.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-yt {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-yt {
    width: 20px;
    height: 20px;
  }
}
.icon-vb {
  width: 29px;
  height: 29px;
  background: url("../images/icon-vb.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-vb {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-vb {
    width: 20px;
    height: 20px;
  }
}

.logo {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .logo {
    width: 89px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 93px;
    height: 29.404px;
  }
}
.logo-footer {
  display: block;
  background: url("../images/logo-footer.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 168.666px;
  height: 33.734px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .logo-footer {
    width: 94px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .logo-footer {
    width: 94px;
    height: 19px;
  }
}

.button {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", "Sans-serif, Arial";
  box-sizing: border-box;
  user-select: none;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  color: #000;
  background: transparent;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  height: 70px;
  padding: 0 30px;
  min-width: 150px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button-text {
  padding-top: 0.2em;
  box-sizing: border-box;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}
.button-white {
  color: #FF008C;
  background: #FFF;
}
.button-white:hover {
  color: #FF008C;
}
.button-accent {
  color: #FFF;
  background: #FF008C;
}
.button-accent:hover {
  color: #FFF;
}
.button-gradient {
  color: #FFF;
  background: linear-gradient(90deg, #FF008C 0%, #8406FF 104.87%);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .button {
    font-size: 12px;
    height: 35px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    height: 56px;
    padding: 0 25px;
  }
}

.basic-content {
  padding-block: 50px;
}