/* Подключение шрифтов Goodly */

/* Goodly Bold */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-bold.otf') format('opentype');
  font-weight: 700;
  /* Толщина шрифта */
  font-style: normal;
}

/* Goodly ExtraLight */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-extralight.otf') format('opentype');
  font-weight: 200;
  /* Толщина шрифта */
  font-style: normal;
}

/* Goodly Light */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-light.otf') format('opentype');
  font-weight: 300;
  /* Толщина шрифта */
  font-style: normal;
}

/* Goodly Medium */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-medium.otf') format('opentype');
  font-weight: 500;
  /* Толщина шрифта */
  font-style: normal;
}

/* Goodly Regular */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-regular.otf') format('opentype');
  font-weight: 400;
  /* Толщина шрифта */
  font-style: normal;
}

/* Goodly SemiBold */
@font-face {
  font-family: 'Goodly';
  src: url('/fonts/goodly-semibold.otf') format('opentype');
  font-weight: 600;
  /* Толщина шрифта */
  font-style: normal;
}

/* Применение шрифта по умолчанию */
body {
  font-family: 'Goodly', sans-serif;
  /* Использует Goodly Regular (400) по умолчанию */
}







/* From Uiverse.io by zjssun */
.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #8C17A8;
  transition: all 0.2s ease;
  display: inline-block;
}

.button:active {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, transparent 10%, #8C17A8 10%, transparent 30%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, transparent 10%, #8C17A8 15%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%);
  background-size: 10% 10%, 10% 10%, 15% 15%, 10% 10%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 110%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 10%, 10% 40%, 10% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 10%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 10% -10%, 30% 10%, 22% 40%,
      50% 40%, 65% 10%, 90% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, transparent 10%, #8C17A8 15%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%),
    radial-gradient(circle, #8C17A8 10%, transparent 10%);
  background-size: 15% 15%, 10% 10%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 10% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 10% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.bcg_header {
  background-color: #8C17A8 !important;
}

.bcg_header a {
  color: #ffffff !important;
}

.bcg_header .dropdown-menu a {
  color: #000000 !important;
  transition: 0.3s;
}

.bcg_header .dropdown-menu li:hover a {
  color: #8C17A8 !important;
}

.logo_header {
  width: 50%;
}

.logo_header_block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

p {
  margin: 0;
  line-height: 1;
}

.prew_block .title {
  font-size: 90px;
  margin: 0 0 20px 0;
  font-weight: 500;

}

.prew_block .description {
  font-size: 24px;
  margin: 0 0 20px 0;
}



.prew_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* position: relative; */
  /* left: 2px; */
}

body {
  height: 100dvh;
  /* overflow: hidden; */
}

.prew_section {
  height: 100%;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
}

.prew_section .button {
  font-size: 20px;
  font-weight: 700;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.navbar-toggler {
  color: #ffffff;
}

.overflow_hidden {
  overflow: hidden;
}

.mobile_logo {
  display: none;
  width: 80px;
}

.prew_block_mobile_corrector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.prew_block .button {
  position: relative;
  top: 0;
  transition: 1s;
  box-shadow: 0 0 10px 0 #8C17A8;
}

.versions_section {
  margin: 100px 0 100px 0;
}

.versions_section .title {
  font-size: 30px;
  margin: 0 0 30px 0;
}

.versions_section .title_version {
  font-size: 30px;
  font-weight: 700;
}

.versions_section .version_block {
  margin: 0 0 30px 0;
  border: 1px solid #000000;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
}

.versions_section .description {
  margin: 10px 0;
  font-size: 16px;
  width: 90%;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.versions_section .download_button {
  background-color: #8C17A8;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

.versions_section .download_button:hover {
  padding: 10px 30px;
}

.versions_section .versions_section_corrector {
  display: inline-flex;
  flex-direction: column;
}



@media(max-width:767px) {
  .d_none_mobile {
    display: none;
  }

  .mobile_logo {
    display: flex;
  }

  .prew_block .title {
    font-size: 60px;
    margin: 0 0 0 10px;
  }

  .prew_block_mobile_corrector {
    margin: 0 0 20px 0;
  }
}