html {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  color: #eaeaea;
  background-color: #363633;
}

body {
  margin: 0px !important;
}

a {
  color: #EED811;
}

* {
  box-sizing: border-box !important;
}

.StartScreen {
  background: linear-gradient(180deg, #363633 0%, #363633 100%);
  padding-right: 8px;
  padding-left: 8px;
}

.StartScreenContent,
.SimpleScreen,
.FillFormScreenContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.StartScreenContent_Body,
.StartScreenContent_Menu_Logo,
.StartScreenContent_Menu_Lang,
.StartScreenContent_Button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.StartScreenContent_Menu_Logo {
  color: #FFF;
  text-decoration: none;
}

.vector {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.StartScreenContent_Menu_Blog {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-right: 15px;
  color: #fff;
}

.StartScreenContent_Menu_Blog:hover .StartScreenContent_Menu_Blog-caption {
  text-decoration: underline;
}

.StartScreenContent_Menu_Login {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-left: 15px;
}

.StartScreenContent_Menu_Login svg {
  width: 16px;
  height: 16px;
  fill: #EED811;
  margin-right: 3px;
  ;
}

.StartScreenContent_Menu_Login:hover .StartScreenContent_Menu_Login-caption {
  text-decoration: underline;
}

.StartScreenContent_Menu_Logo-title {
  font-size: 20px;
  line-height: 23px;
  margin-left: 7px;
  letter-spacing: 0em;
  font-family: 'Ubuntu';
  font-weight: 700;
}

.StartScreenContent_Menu_Lang-title {
  line-height: 18px;
  letter-spacing: 0em;
  font-size: 16px;
  color: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  color: #EED811;
  cursor: pointer;
  text-decoration: none;
}

.StartScreenContent_Title,
.StartScreenContent_Body_Description,
.FillFormScreenContent_Title {
  justify-content: center;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-family: 'Ubuntu';
}

.StartScreenContent_Title,
.FillFormScreenContent_Title {
  text-align: center;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 63px;
}

.StartScreenContent_Title {
  margin-top: 100px;
}

.StartScreenContent_Body {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.StartScreenContent_Body_Description {
  font-size: 40px;
  max-width: 330px;
  justify-content: flex-start;
}

.StartScreenContent_Body_Description_text {
  margin-bottom: 13px;
  margin-top: 0px;
}

.StartScreenContent_Body_Description-details {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0em;
  text-shadow: none;
}

.StartScreenContent_Body_MainPhoto {
  width: 494px;
}

.StartScreenContent_Button {
  justify-content: center;
  margin-bottom: 56px;
}

.StartScreenContent_Button-try-version {
  font-size: 18px;
  line-height: 21px;
  font-family: 'Ubuntu';
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #EED811;
  border-radius: 50px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  max-width: 330px;
  padding-top: 11px;
  padding-bottom: 13px;
  text-decoration: none;
}

.StartScreenContent_Button-try-version:hover {
  background-color: #EED811;
  color: #000000;
  cursor: pointer;
}

.SimpleScreen {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-top: 98px;
  max-width: none;
}

.SimpleScreen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  z-index: -1;
}

.SimpleScreenContent {
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;

  &.feedback {
    max-width: 800px;
  }
}

.SimpleScreenContentTextImage {
  margin-bottom: 22px;
}

.SimpleScreenContent_Header {
  font-size: 30px;
  line-height: 34px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 393px;
  font-family: 'Ubuntu';
  font-weight: 700;
  margin-bottom: 21px;
}

.SimpleScreenContent_Details {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.SimpleScreenContent_Details_Text {
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 18px;
  max-width: 380px;
  margin-top: 55px;
}

.StartScreenContent_Details_Image_Photo,
.GaleryItem {
  width: 543px;
  margin-bottom: 22px;
}

.Galery {
  width: 543px;
  overflow: hidden;
}

.GaleryBullets {
  box-sizing: border-box;
  pointer-events: none;
  width: 100%;
  max-width: 543px;
  padding-top: 30px;
}

.CommonGalery {
  padding-bottom: 15px !important;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .StartScreenContent_Details_Image_Photo {
    width: 100%;
  }

  .GaleryItem,
  .Galery {
    max-width: 543px;
    width: 100%;
  }

  .swiper-pagination {
    width: 100% !important;
  }

  .CommonGalery {
    width: 100%;
  }

  .StartScreenContent_Body_Description {
    font-size: 26px;
  }

  .StartScreenContent_Body_Description_text {
    margin-bottom: 0px;
  }

  .SimpleScreenContent_Header {
    font-size: 26px;
  }

  html {
    word-break: break-word;
  }

  .GaleryBullets {
    box-sizing: border-box;
    pointer-events: none;
    margin-top: 75%;
    position: absolute;
    width: 100%;
    max-width: 543px;
  }
}

@media (max-width: 530px) {
  .StartScreenContent_Body_MainPhoto {
    width: 100%;
    max-width: 494px;
  }

  .SimpleScreenContent_Details_Text {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .SimpleScreenContent {
    margin-bottom: 0px;
  }

  .SimpleScreenContentTextImage {
    padding-top: 0px;
  }
}

@media (max-width: 1000px) {

  .SimpleScreenContent_Details_Text,
  .SimpleScreenContentTextImage,
  .GaleryItemText,
  .FillFormScreen {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hr-line {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media (max-width: 900px) {

  .StartScreenContent_Body,
  .SimpleScreenContent_Details {
    justify-content: center;
  }

  .SimpleScreenContentTextImage {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .FillFormScreenContent_Input {
    max-width: 400px;
    width: 100%;
  }
}

.FillFormScreenContent {
  text-align: center;
  line-height: 18px;
  font-size: 16px;
}

.FillFormScreenContent_Title {
  margin-bottom: 32px;
}

.FillFormScreenContent_SimpleText {
  font-family: 'Ubuntu';
}

.FillFormScreenContent_BoldText {
  font-family: 'Ubuntu';
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 25px;
}

.FillFormScreenContent_Input {
  box-sizing: border-box;
  width: 400px;
  height: 45px;
  background: #333333;
  border: 1px solid #EED811;
  color: #EED811;
}

.FillFormScreenContent_Button {
  margin-top: 28px;
  margin-bottom: 55px;
  height: 45px;
}

.FooterText {
  margin-bottom: 73px;
}

.checkedLang {
  font-family: "Ubuntu";
  font-weight: 700;
  color: #FFFFFF;
}

.hr-line {
  max-width: 1000px;
}

.yellow-select {
  color: #EED811;
}

.bold-select {
  font-family: "Ubuntu";
  font-weight: 700;
}

.underlined-select {
  text-decoration: underline;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.GaleryItem {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: auto;
}

.GaleryItemText {
  text-align: justify;
  font-family: "Ubuntu";
  font-size: 16px;
  margin-bottom: 23px;
}

.Blog-header-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.Blog-header {
  max-width: 1000px;
  font-size: 80px;
  font-family: "Ubuntu";
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px #00000040;
}

.Blog-description {
  text-align: center;
  padding: 0 280px 20px 0;
}

.Blog-content {
  width: 100%;
}

.Page-header {
  font-size: 60px;
  font-family: "Ubuntu";
  font-weight: 700;
  color: upset;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.Page-header-underline {
  margin-bottom: 40px;
}

.Page-frame {
  max-width: 60%;
}

.Blog-article-content-short {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
}

.Blog-settings {
  width: 280px;
  box-sizing: border-box;
  padding-left: 20px;
}

.Blog-settings-link {
  text-align: center;
  margin-bottom: 20px;
  background-color: #363633;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  padding-inline-start: 0px;
}

.Blog-settings-tags-item {
  text-align: left !important;
}

.Blog-article-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}

.Blog-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  color: #EED811;
  padding: 10px 18px;
  font-family: 'Ubuntu';
}

.Blog-pagination-item {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: border-color .2s;
}

.Blog-pagination-item:hover {
  border: 1px solid #EED811;
}

.Blog-pagination-item-active {
  color: #000000;
  background-color: #EED811;
}

.PulseEvent {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 40px;
  z-index: 2;
}

.PulseEvent-date {
  font-family: "Ubuntu";
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.PulseEvent-content {
  width: 100%;
}

.PulseEvent-content-header {
  width: 100%;
  font-size: 22px;
  font-family: "Ubuntu";
  font-weight: 700;
  color: #EED811;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0 15px;
  display: block;
}

.PulseEvent-content-description {
  padding: 0 0 5px;
  width: 100%;
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;

  &>p {
    margin: 0;
  }

}

.PulseEvent-content-more {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: right;
  width: fit-content;
  padding: 10px 40px;
  margin-left: auto;
  margin-right: 0;
}

.PulseEvent-content-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 40px;
  margin: 0 0 0 auto;
  width: fit-content;
  text-decoration: none;
}

.Page-content {
  border-radius: 30px;
  background: #22222240;
  border: 1px solid #FFFFFF45;
  width: 100%;
  padding: 20px;
}

.Feedback-content {
  padding: 20px 40px;

  textarea {
    resize: none;
  }
}

.Feedback-description {
  margin-block-end: 1em;
}

.Feedback-field {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 700;
  margin-bottom: 10px;
}

.Feedback-input {
  background-color: inherit;
  border: 1px solid #FFFFFF45;
  border-radius: 11px;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 15px;
  word-spacing: 0;
  margin-bottom: 20px;
  color: #fff;

  transition: border .2s;

  &:hover {
    border: 1px solid #ffffff75;
  }

  &:focus {
    border: 1px solid #ffffff;
    outline: none;
  }
}

.Feedback-send {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.Feedback-button {
  padding: 10px 50px;
  font-size: 18px;
  cursor: pointer;
}

.button-yellow {
  background-color: #EED811;
  padding: 5px 24px 6px 24px;
  color: #000;
  font-size: 14px;
  text-shadow: none;
  font-family: "Ubuntu";
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.button-yellow:focus {
  background-color: #eed813;
}

.button-yellow:hover {
  background-color: #efd918;
}

.Page-header-wrapper {
  display: flex;
  flex-direction: column;

}

.Page-header {
  text-transform: uppercase;
}

.Page-header-underline {
  width: fit-content;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('./fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.img-center {
  text-align: center;
}

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

.Blog-article-content {
  font-size: 17px;
  line-height: 1.5;
}

/*HEADER*/

.SpaceHeader {
  color: #fff;
  font-family: 'Ubuntu';
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.SpaceHeader-CommonMenu {
  display: flex;
  align-items: center;
  font-size: 25px;
}

.SpaceHeader-logo {
  min-width: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../images/icon/ims_creators_logo.svg');
  background-size: cover;
  margin-left: 5px;
  margin-top: 1px;
}

.SpaceHeader-logo-title {
  margin-left: 5px;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Ubuntu';
  font-weight: 700;
  display: flex;
  align-items: center;
}

.SpaceHeader-logo-title.noActive {
  color: #666;
  transition: color .2s;

  &:hover {
    color: #FFF;
  }
}

.SpaceHeader-logo-title {
  color: #FFF;
}

.SpaceHeader-inner {
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.SpaceHeader {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: fixed;
  z-index: 500;
  transition: backdrop-filter .2s, background-color .2s;

  &.scrolled {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(34, 34, 34, 0.7);
  }
}

.SpaceHeader-content {
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
}

.SpaceHeader-title {
  width: 100%;
  flex: 1;
  text-align: center;
  font-family: 'Ubuntu';
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.25);
}

.SpaceHeader-title-sub {
  font-size: 14px;
  color: #666;
}

.SpaceHeader-title-main-hl {
  color: #EED811;
}

.SpaceHeader-rightMenu {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 15px;
}

.SpaceHeader-login {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-weight: normal;
  min-width: max-content;
  padding: 7px 40px;
  display: block;
  color: #fff;
  border: 1px solid #EED811;
  border-radius: 25px;
  cursor: pointer;
  background-color: inherit;
}

.SpaceHeader-login:hover {
  background: #EED811;
  color: #000;
}

.SpaceHeader-langs-menu-wrapper {
  position: relative;
  font-family: 'Ubuntu';
  font-size: 14px;
  font-weight: 700;
  color: #EED811;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: border .2s;

  &:hover {
    border: 1px solid #EED811;
  }

  &.hidden {
    .SpaceHeader-langs-dropdown-menu {
      max-height: 0px;
      overflow: hidden;
    }
  }

  &.show {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #EED811;

    .SpaceHeader-langs-dropdown-menu {
      max-height: fit-content;
      padding: 5px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

.SpaceHeader-langs-dropdown-menu-item {
  text-decoration: none;
}

.SpaceHeader-langs-dropdown-menu {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #EED811;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #222222;
  transition: max-height .2s;
}

.SpaceHeader-langs-dropdown-menu-item {
  color: #222222;
}

.SpaceHeader-langs-menu-button-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.SpaceHeader-langs-title {
  text-decoration: none;
}

.SpaceHeader-menu {
  display: flex;
  align-items: baseline;
  gap: 25px;
  margin-left: 140px;
}

.SpaceHeader-menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Ubuntu';
  font-weight: 400;
}

.SpaceHeader-menu-item:not(.selected):hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.SpaceHeader-menu-item-line {
  background-color: #EED811;
  width: 100%;
  height: 1px;
  margin-top: 4px;
}

.SpaceHeader-menu-item-submenu.hidden {
  display: none;
}

.SpaceHeader-menu-item-submenu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 20px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  top: 100px;
  background: rgba(37, 37, 37, 1);
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 965px;
}

.SpaceHeader-menu-item-submenu-item {
  display: flex;
  align-items: center;
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 15px;
  cursor: pointer;
}

.SpaceHeader-menu-item-submenu-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.SpaceHeader-menu-item-submenu-item-icon {
  font-size: 35px;
}

.SpaceHeader-menu-item-submenu-item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.SpaceHeader-menu-item-submenu-item-title {
  font-weight: 700;
  font-size: 18px;
}

.SpaceHeader-menu-item-submenu-item-description {
  font-size: 15px;
}

.SpaceHeader-AdditionalMenu {
  display: flex;
  align-items: center;
}

.SpaceHeader-CommonMenu {
  z-index: 101;
}

.ProjectLayout-Header-navigation-list {
  display: flex;
  width: 100%;
  gap: 15px;
  align-items: center;
}

/* BODY */

.Main-landing-common {
  max-height: 530px;
  height: 100%;
  margin: auto;
}

.Main-landing {
  max-width: 854px;
  display: inline-block;
  width: 100%;
  background-image: url('../images/icon/ims_creators_logo.svg');
  background-size: cover;
}

.Screen {
  background: linear-gradient(180deg, #363633 0%, #363633 100%);
}

.yellow-highlight {
  color: #EED811;
}

.gray-outlined {
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 40px;
  backdrop-filter: blur(231px);
  -webkit-backdrop-filter: blur(231px);
  background: rgba(34, 34, 34, 0.05);
}

.yellow-outlined {
  background-color: unset;
  color: #ffffff;
  border: 1px solid #EED811;
  border-radius: 25px;
  font-family: Ubuntu;
  font-size: 16px;
  transition: background-color .2s;

  .right-arrow {
    display: flex;
    transition: stroke .2s;

    svg path {
      stroke: #fff;
    }
  }
}

.yellow-outlined:hover {
  background-color: #EED811;
  border: 1px solid transparent;
  color: #222222;

  .right-arrow {
    display: flex;

    svg path {
      stroke: #222222;
    }
  }
}

.fill-yellow-button {
  background-color: #EED811;
  color: #222222;
  box-shadow: 0px 0px 50px -12px #EED811;
  border-radius: 112px;
  border: none;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-weight: 700;
  padding: 15px 80px;
  transition: background-color, padding .2s;

  &:hover {
    background-color: #eada49;
  }
}

.MainScreen {
  position: relative;
  padding-top: 25px;
  min-height: 100vh;
  min-height: 100dvh;
  /* Для моб. браузеров, которые поддерживают*/
}

.MainScreen-sections {
  position: absolute;
  pointer-events: all;
  width: 70%;
  max-width: 1200px;
  height: 100%;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  margin: auto;
  display: flex;
}

.MainScreen-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  background-image: url(../images/icon/mainScreen-background-2.svg);
  background-size: cover;
  z-index: -10;
}

.TargetAudienceScreen-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  background-image: url(../images/icon/targetAudienceScreen-background.svg);
  background-size: cover;
  z-index: -10;
}

.MainScreen-upper-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: drop-shadow(27px -3px 32px rgba(0, 0, 0, 0.25));
}

.MainScreen-lower-frame {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: drop-shadow(-12px 3px 32px rgba(0, 0, 0, 0.25));
}

.MainScreen-content {
  z-index: 1;
}

.MainScreen-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: max(100vh, 560px);
  min-height: max(100dvh, 560px);
  /* Для моб. браузеров, которые поддерживают*/
}

.MainScreen-mainContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}

.MainScreen-mainContent-gameDev {
  font-size: 20px;
  font-weight: 400;
  line-height: 36.9px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bolder {
  font-weight: 700;
  font-family: 'Ubuntu';
}

.MainScreen-mainContent-flyingLink-star {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0px 0px 10px rgba(238, 216, 17, 0.8));
  margin-right: 10px;
}

.MainScreen-mainContent-title {
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Ubuntu';
}

.MainScreen-mainContent-slogan {
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: 200;
  font-family: 'Montserrat';
}

.MainScreen-mainContent-divider {
  margin-left: 100px;
}

.SpaceHeader-burger-button {
  display: none;
}

.SpaceHeader-login.small-screen {
  display: none;
}

.MainScreen-mainContent-start {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  width: fit-content;
  font-family: 'Ubuntu';
  margin: 25px auto 0;
  text-decoration: none;
}

.MainScreen-mainContent-flyingLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  border-radius: 12px;
  padding: 0px 0px 0px 20px;
  height: 45px;
  background-color: #242424;
  text-decoration: none;
  transition: background-color .2s;
  box-shadow: 0px 0px 17.9px 0px #EED81166;

  &:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #EED811;
  }

  &.gameJam-organizers {
    top: 115%;
    left: 70%;
  }

  &.indi-Developers {
    top: -30%;
    left: 70%;
  }

  &.head {
    top: 125%;
    left: -20%;
  }

  &.gameDesigners {
    top: -40%;
    left: -20%;
  }
}

.SimpleScreenContent .NewsScreen-decorative-2,
.SimpleScreenContent .NewsScreen-decorative-1 {
  display: none;
}

.MainScreen-mainContent-flyingLink-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EED811;
  height: 100%;
  width: 40px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.MainScreen-mainContent-flyingLink-title {
  white-space: nowrap;
  font-family: 'Montserrat';
  font-weight: 400;
  margin-right: 25px;
}

.HowItWorksScreen {
  background-image: url(../images/icon/orbites.svg);
  background-size: contain;
  background-position: center calc(50% + 50px);
  background-repeat: no-repeat;
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ShortAboutScreen {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #252525;
  padding: 150px 0;
  font-size: 22px;
  text-align: justify;
  line-height: 1.3em;
}

.ShortAboutScreen-content {
  max-width: 1000px;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.ShortAboutScreen-decorative-1 {
  position: absolute;
  top: -40px;
  right: 15px;
}

.ShortAboutScreen-decorative-2 {
  position: absolute;
  bottom: -40px;
  left: 15px;
  transform: scaleX(-100%) scaleY(-100%);
}


.Partners {
  flex-direction: column;
  padding-bottom: 10px;
  border: none;
}

.Partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  height: fit-content;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 40px;
}

.Partners-logo {
  width: auto;
  max-width: 100%;
  display: block;
}

.Partners-logo-practic-gdd {
  height: 60px;
}

.Partners-logo-lawa {
  height: 150px;
}

.Partners-logo-amonixis {
  height: 160px;
}

.Partners-button {
  margin: 0px auto;
}

.HowItWorksScreen-content {
  max-width: 1920px;
  width: 100%;
}

.HowItWorksScreen-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 50px 0px 0px;
}

.HowItWorksScreen-title {
  margin: 0 360px 0 auto;
  font-size: 80px;
  font-weight: 700;
  line-height: 98.4px;
}

.BlockTitle-underline {
  max-width: 650px;
  align-self: flex-end;
  transform: scaleX(-1);
}

.HowItWorksScreen-player {
  position: relative;
  width: 800px;
  height: 450px;
  margin: 55px auto;
  border-radius: 35px;
  overflow: hidden;

  & iframe,
  & video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.HowItWorksScreen-tryWrapper,
.AdvantageListWithImagesScreen-tryWrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 55px;
}

.AdvantageListWithImagesScreen-tryWrapper {
  margin-top: 55px;
  margin-bottom: 0px;
}

.HowItWorksScreen-try,
.AdvantageListWithImagesScreen-try {
  text-decoration: none;
  padding: 12px 80px;
}

.HowItWorksScreen-decorative {
  &.reverse {
    transform: scaleX(-1);
  }
}

.NewsScreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222222;
  background-image: url(../images/icon/newsScreen-background-1.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}

.NewsScreen-content {
  width: 100%;
  max-width: 1920px;
}

.NewsScreen-title-wrapper {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.NewsScreen-title {
  margin: 0;
  font-size: 80px;
  font-weight: 700;
  margin: 0 auto 0 360px;
}

.NewsScreen-title-underline {
  max-width: 650px;
}

.NewsScreen-articles-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.NewsScreen-article-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 15px;
}

.NewsScreen-article-glowing {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: rgb(255, 255, 255, 0.99);
  box-shadow: 0px 0px 124px 20px rgb(255, 255, 255, 0.6);
  z-index: 1;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.NewsScreen-decorative-1 {
  position: absolute;
  bottom: 25px;
  left: -40px;
}

.NewsScreen-decorative-2 {
  position: absolute;
  top: -30px;
  right: 0px;
}

.NewsScreen-moreArticles {
  padding: 10px 50px;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.has-questions-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: fit-content;
  margin: 0 auto 25px;
  padding: 20px 26px;
  font-family: Ubuntu;
  font-size: 18px;
  line-height: 20.68px;
  flex-wrap: wrap;
}

.has-questions-contact-us {
  padding: 8px 26px;
  text-decoration: none;
}

.start-now-button {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 auto;
  text-decoration: none;
}

.TargetAudienceScreen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  /* Для моб. браузеров, которые поддерживают*/
}

.TargetAudienceScreen-content {
  margin: 0 20px;
  width: 1200px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TargetAudienceScreen-left {
  width: 50%;
  max-width: 50%;
  max-width: 50%;
  padding-right: 25px;
}

.TargetAudienceScreen-imsCreators-wrapper {
  display: flex;
  flex-direction: column;
}

.TargetAudienceScreen-underline {
  height: 20px;
  margin-left: 110px;
}

.TargetAudienceScreen-imsCreators {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 68px;
}

.TargetAudienceScreen-linksBlock {
  padding: 20px 35px;
  margin: 25px 0 40px;
}

.TargetAudienceScreen-main-title {
  margin: 0;
  font-family: Ubuntu;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.TargetAudienceScreen-main-links {
  margin-bottom: 12px;
}

.TargetAudienceScreen-flyingLink-title {
  padding-right: 25px;
}

.TargetAudienceScreen-start {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.TargetAudienceScreen-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.TargetAudienceScreen-main-image {
  border-radius: 9px;
  box-shadow: 0px 17px 20px 0px #00000040;
  width: 100%;
  height: auto;
}

.TargetAudienceScreen-main-links {}

.TargetAudienceScreen-main-link {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 70px;
  transition: border .2s, box-shadow .2s;

  .TargetAudienceScreen-main-link-star {
    margin-left: 20px;

    path {
      fill: none;
      transition: fill .2s;
    }
  }

  .TargetAudienceScreen-main-link-title {
    flex: 1;
    font-size: 20px;
    padding: 23px 0;
  }

  .TargetAudienceScreen-main-link-arrow {
    padding: 0 15px;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0px 12px 12px 0px;
    transition: background-color .2s;

    svg path {
      stroke: #EED811;
      transition: stroke .2s;
    }
  }
}

.star-glowing {
  filter: drop-shadow(0px 0px 10px rgba(238, 216, 17, 0.8));
  -webkit-filter: drop-shadow(0px 0px 10px rgba(238, 216, 17, 0.8));
}

.TargetAudienceScreen-main-link:hover {
  border: 1px solid #EED811;
  box-shadow: 0px 0px 18px 0px rgba(238, 216, 17, .3);

  .TargetAudienceScreen-main-link-star {
    filter: drop-shadow(0px 0px 10px rgba(238, 216, 17, 0.8));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(238, 216, 17, 0.8));

    path {
      fill: #eed811;
    }
  }

  .TargetAudienceScreen-main-link-arrow {
    background-color: #EED811;

    svg path {
      stroke: #222222;
    }
  }
}

.AdvantageCardsScreen {
  padding: 20px 0 45px;
}

.AdvantageСellsScreen {
  padding: 50px 0 45px;
}

.block:nth-child(odd) {
  background-color: #252525;
}

.block:nth-child(even) {
  background-color: #222222;
  background-image: url(../images/icon/block-space-background.svg);
  background-size: cover;
  z-index: -10;
}

.AdvantageListWithImagesScreen {
  padding: 50px 0px 100px;
}

.AdvantageBlock-title-wrapper {
  display: flex;
  flex-direction: column;

  .AdvantageBlock-title {
    width: 100%;
    max-width: 1300px;
    font-size: 45px;
    margin: 0 auto;
    text-align: right;
  }
}

.AdvantageCardsScreen-title {
  align-self: center;
  max-width: 1000px;
  width: 100%;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  margin: 0;
}

.block-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.block-content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.AdvantageBlock-title-wrapper {
  display: flex;
  flex-direction: column;
}

.AdvantageCardsScreen-cards {
  display: flex;
  gap: 30px;
}

.AdvantageCardsScreen-card,
.WhyChooseSceeen-card {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.AdvantageCardsScreen-card {
  height: 495px;
}

.WhyChooseSceeen-card-content-main {
  font-size: 25px;
  font-weight: bold;
  color: #EED811;
  min-height: 2.3em;
  ;
}

.WhyChooseSceeen-card-content-adv {
  font-size: 18px;
  margin-top: 15px;
}

.AdvantageCardsScreen-card-header,
.WhyChooseSceeen-card-header {
  display: flex;
  gap: 20px;

  /* .AdvantageCardsScreen-card-star {

  } */
  .AdvantageCardsScreen-card-content {
    font-size: 25px;
    font-weight: 400;
  }
}

.AdvantageCardsScreen-card-image {
  width: 100%;
  height: 100%;
  height: 312px;
  margin-top: auto;
  border-radius: 10px;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.AdvantageCellsScreen-cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 0px 30px;
}

.AdvantageCellsScreen-cell {
  border: 1px solid #EED811;
  padding: 15px;
  border-radius: 27px;
  display: flex;
  width: 210px;
  height: 230px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  box-shadow: 0px 0px 5px 0px rgba(238, 216, 17, .4);

  .AdvantageCellsScreen-icon {
    color: #EED811;
    font-size: 80px;
  }

  .AdvantageCellsScreen-content {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
}

.AdvantageListWithImagesScreen-content {
  display: flex;
  align-items: center;
  gap: 65px;
}

.AdvantageListWithImagesScreen-content-left,
.AdvantageListWithImagesScreen-content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.AdvantageListWithImagesScreen-content-right {}

.anchor {
  position: absolute;
  margin-top: -100px;
}

.image-1 {
  width: 80%;
  height: auto;
}

.image-2 {
  width: 56%;
  height: auto;
}

.image {
  width: 100%;
  height: auto
}

.AdvantageListWithImagesScreen-item {
  width: 100%;
  display: flex;
  gap: 20px;

}

.AdvantageListWithImagesScreen-item-content {
  font-size: 25px;
  font-weight: 400;
}

.AdvantageListWithImagesScreen-item-content-adv {
  font-size: 16px;
  margin-top: 15px;
}

.AdvantageCardsScreen-card-content b,
.AdvantageListWithImagesScreen-item-content b {
  color: #EED811
}

.ScreenContent {
  max-width: 854px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.Screen-anchor {
  margin-top: -60px;
  width: 100%;
  margin-bottom: 60px;
}

.Screen-menu {
  text-align: left;
  width: 100%;
  color: #999;
  justify-content: flex-start;
}

.gray-link {
  color: #999;
}

.gray-link:hover {
  text-decoration: none;
}

.yellow-link {
  color: #EED811;
  text-decoration: none;
}

.yellow-link:hover {
  text-decoration: underline;
}

.Main-landing {
  color: #EED811;
  font-size: 40px;
  font-family: 'Ubuntu';
  font-weight: 700;
  background-image: url('../images/icon/landing_image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 465px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-position: center;
}

.Main-landing-description {
  margin: 20px 0 25px 0;
  color: #CCCCCC;
  font-size: 18px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.StartWork-button {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  display: block;
  color: #fff;
  border: 1px solid #EED811;
  border-radius: 25px;
  cursor: pointer;
  width: fit-content;
  font-family: 'Ubuntu';
  font-weight: 700;
  margin-bottom: 20px;
}

.StartWork-button:hover {
  background: #EED811;
  color: #000;
  text-shadow: none;
}

.Main-landing-parts {
  display: flex;
  width: 100%;
  align-items: baseline;
}

.Main-landing-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  width: 33%;
}

.Main-landing-part:hover {
  color: #EED811;
}

.Main-landing-part-point {
  background-color: #EED811;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: 13px;
}

.DarkScreen-top {
  height: 25px;
  width: 100%;
  background-image: url('../images/icon/line-top.svg');
}

.DarkScreen-content {
  height: fit-content;
  width: 100%;
  background-color: #242423;
  text-align: center;
}

.DarkScreen-header {
  color: #fff;
  font-size: 22px;
  font-family: 'Ubuntu';
  font-weight: 700;
  text-align: center;
  padding: 27px;
  padding-bottom: 20px;
}

.DarkScreen-post {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.DarkScreen-content-link {
  margin-top: 24px;
  color: #999999;
  text-decoration: underline;
}

.DarkScreen-bottom {
  height: 25px;
  width: 100%;
  background-image: url('../images/icon/line-bottom.svg');
}

.DarkScreen-video {
  max-width: 641px;
  width: 100%;
  height: 363px;
}

.Screen-header {
  font-size: 22px;
  color: #EED811;
  font-family: 'Ubuntu';
  font-weight: 700;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 32px;
}

.Screen-options {
  max-width: 616px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.Screen-option {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.Screen-option-check {
  min-width: 24px;
  min-height: 24px;
  background-image: url('../images/icon/check.svg');
  background-repeat: no-repeat;
}

.ScreenContent-feedback {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.Screen-imageBlock {
  background-color: #222222;
  background: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(44, 43, 41, 1) 100%);
  border-radius: 10px;
  max-width: 616px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  padding: 22px;
  margin-bottom: 20px;
}

.Screen-imageBlock-image {
  width: 100%;
  max-height: inherit;
}

.Screen-options-with-img {
  display: flex;
  max-width: 616px;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.Screen-imageBlock-small {
  width: auto;
}

@media (max-width: 700px) {
  .Screen-imageBlock-small {
    display: none;
  }

  .Screen-option {
    padding-left: 15px;
  }

  .Main-landing-description {
    text-align: center;
  }

  .Screen-imageBlock {
    margin: auto 10px 20px;
  }
}

@media (max-width: 600px) {
  .Main-landing-parts {
    margin-top: -123px;
  }
}

/*FOOTER*/

.AppFooter {
  bottom: 0;
  z-index: 2;
  background-color: #222222;
  color: #CCCCCC;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  box-shadow: 0px -10px 23.6px -9px #00000040;
}

.AppFooter-content {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.AppFooter-content-left {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.AppFooter-logoPart {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.AppFooter-logo {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
}

.AppFooter-IMSCreators {
  text-shadow: 0px 4px 4px #00000040;
  color: #EED811;
  margin-bottom: 5px;
}

.AppFooter-GameDev {
  text-shadow: 0px 4px 4px #00000040;
  white-space: nowrap;
}

.AppFooter-linksPart {
  display: flex;
  gap: 50px;
  font-size: 14px;
  line-height: 16.09px;
}

.AppFooter-linksPart-leftColumn,
.AppFooter-linksPart-column-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.AppFooter-linksPart-rightColumn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.AppFooter-link {
  color: #FFFFFF;
  text-decoration: none;

  &.selected {
    color: #EED811;
  }

  &:not(.selected):hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}

.AppFooter-communityPart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.AppFooter-community {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  width: 220px;
  padding: 8px 0;
  font-family: 'Montserrat';
  font-weight: 500;
  cursor: pointer;

  svg {
    width: 32px;
    height: 32px;
  }
}

.AppFooter-community:hover {
  opacity: 1;
}

.AppFooter-rights {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.MeetupCouponCode-ask {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: MeetupCouponCode-ask-appear 1s;
  z-index: 100;
}

.MeetupCouponCode-ask,
.MeetupCouponCode-form-submit {
  background: #222;
  color: #EED811;
  padding: 10px 40px;
  border-radius: 100px;
  border: 1px solid #EED811;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 0px 17.9px 0px #EED81166;
  font-size: 20px;
}

.MeetupCouponCode-ask:hover,
.MeetupCouponCode-form-submit:hover:not(:disabled) {
  background: #2f2f2f;
}

.MeetupCouponCode-form-submit:disabled {
  opacity: 0.5;
}

.MeetupCouponCode-form-submit:disabled:after {
  content: "..."
}

@keyframes MeetupCouponCode-ask-appear {
  from {
    opacity: 0;
    transform: translate(-50%, -500px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.MeetupCouponCode-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2);
}

.MeetupCouponCode-form-content {
  background: #222;
  padding: 20px 20px;
  border-radius: 20px;
  border: 1px solid #EED811;
  text-align: center;
  box-shadow: 0px 0px 17.9px 0px #EED81166;
  position: relative;
  z-index: 100;
  margin: 10px;
}

.MeetupCouponCode-form-line {
  margin-bottom: 30px;
}

.MeetupCouponCode-form-line-input>input {
  border-radius: 100px;
  border: 1px solid #EED811;
  width: 100%;
  box-sizing: border-box;
  background: #222;
  ;
  padding: 10px 20px;
  color: #FFF;
}

.MeetupCouponCode-form-line-caption {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.MeetupCouponCode-form-content-success {
  color: #adff92;
  font-size: 20px;
  display: none;
}

.MeetupCouponCode-form-content-error {
  color: #fa7f56;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fa7f56;
  display: none;
}

.MeetupCouponCode-form-content-wrapper {
  margin: auto;
  padding: 10px;
}

.WhyChooseSceeen-header {
  padding: 50px 0;
}

.WhyChooseSceeen-header h2 {
  text-align: center !important;
}