@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/400.woff2") format("woff2"),
    url("../fonts/400.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/600.woff2") format("woff2"),
    url("../fonts/600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/800.woff2") format("woff2"),
    url("../fonts/800.woff") format("woff");
}
@supports (-webkit-appearance: none) {
}

.lang__selector img {
  max-width: 30px;
  position: relative;
}
.lang__selector {
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 5px;
}
.lang__selector:hover > .lang__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lang__list {
  display: none;
  position: absolute;
  padding-top: 2px;
}
@supports (-webkit-appearance: none) {
}

body {
  max-width: 100vw;
  color: #fff;
  font-family: "Nunito";
  font-weight: 400;
}
.burger {
  display: none;
}
.active {
  display: block !important;
}
.affiliate {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Nunito";
  font-weight: 600;
  text-decoration: underline;
}
.burger-nav-wrapper {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: burger;
  animation-name: burger;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(315deg, #40495e 50%, #333a49f1 100%);
  background: linear-gradient(135deg, #40495e 50%, #333a49f1 100%);
  padding: 20px;
  display: none;
  z-index: 1000;
}
.burger-nav-wrapper .burger__title {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
}
.burger-nav-wrapper .burger__logo-area {
  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;
  width: 100%;
  margin: 0;
}
.burger-nav-wrapper .burger__logo-area .burger__logo {
  margin-bottom: -5px;
  width: 35px;
}
.burger-nav-wrapper .burger__logo-area h2 {
  font-size: 15px;
  margin: 0 10px;
}
.burger-nav-wrapper .burger-nav {
  background: -o-linear-gradient(264deg, #ffffff25 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff25 0%, #ffffff09 100%);
  border-radius: 5px;
  padding: 20px 30px 2px;
}
.burger-nav-wrapper .burger-nav .burger-nav__item {
  font-size: 12px;
  line-height: calc(2.1vh - 3px);
  margin-bottom: calc(0.4vh + 2.6px);
  padding-bottom: calc(0.4vh + 2.5px);
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #485661;
}
.close {
  display: none;
}
.close__btn {
  position: fixed;
  top: 30px;
  right: 41px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
#burger {
  display: none;
  width: 32px;
  cursor: pointer;
}
.first-section {
  padding: 30px 70px;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
  background-image: url("../img/fog.png"), url("../img/bg.jpg");
  background-position: 50% 100%, center;
  background-size: 100% auto, auto 450px;
  background-repeat: no-repeat, no-repeat;
  height: 450px;
}
.first__title {
  max-width: 400px;
  margin: 55px 20px;
  font-weight: 800;
  font-size: 30px;
}
.first__text {
  max-width: 370px;
  margin: 55px 20px;
  font-weight: 600;
  font-size: 25px;
}
.blue-btn {
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  background: #194cdd;
  padding: 7px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 12px 1px #0000009f;
  box-shadow: 4px 4px 12px 1px #0000009f;
}
.blue-btn:hover {
  -webkit-box-shadow: 1px 1px 4px 1px #00000042;
  box-shadow: 1px 1px 4px 1px #00000042;
}
::-webkit-scrollbar-button {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(186deg, #40495ef1 0%, #333a49 100%);
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
::-webkit-scrollbar {
  width: 9px;
}
.grid-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 300px;
  grid-template-columns: 1fr 300px;
  -ms-grid-rows: 70px 20px 1fr 20px 70px;
  grid-template-rows: 70px 1fr;
  grid-template-areas: "header sidebar" "content sidebar";
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-wrapper .grid__item {
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
}
.grid-wrapper .grid__item-grey {
  padding: 20px;
  background: -o-linear-gradient(264deg, #40495ef1 0%, #202837 100%);
  background: linear-gradient(186deg, #40495ef1 0%, #202837 100%);
}
.grid-wrapper .grid__item-white {
  background: #fff;
  color: #000;
}
.grid-wrapper .header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}
.grid-wrapper .sidebar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: sidebar;
}
.grid-wrapper .sidebar .sidebar__inner {
  height: 100%;
  max-height: calc(100vh - 30px);
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.grid-wrapper .sidebar .sidebar__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  color: #ffffffda;
  text-align: center;
  margin: 15px 0 15px;
}
.grid-wrapper .footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: footer;
}
.grid-wrapper .content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
  margin: -20px 0;
}
.link {
  color: #00ff0d;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: underline;
}
.link:hover {
  color: #ff7b00;
}
.telegram {
  margin: 0 7px;
  color: #fff;
  background-color: #23b9ff;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  padding: 2px 10px;
  border-radius: 8px;
  -webkit-transform: translate(110px);
  -ms-transform: translate(110px);
  transform: translate(110px);
  -webkit-box-shadow: 3px 3px 10px 1px #2222225b;
  box-shadow: 3px 3px 10px 1px #2222225b;
}
.telegram:hover {
  -webkit-box-shadow: 0 0 0 0 #ffffff00;
  box-shadow: 0 0 0 0 #ffffff00;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}
li {
  list-style: none;
}
.logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-area picture {
  max-height: 40px;
}
.header__inner,
.footer__inner {
  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;
}
.header__inner .lang {
  margin-left: 15px;
  margin-right: 15px;
}
.header__inner .lang picture img {
  width: 30px;
  margin-bottom: -6px;
}
.logo {
  width: 50px;
  max-height: 40px;
  margin-right: 20px;
  margin-bottom: -9px;
}
.header__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__btns .header__btn {
  margin: 0 10px;
  font-weight: 600;
  font-size: 17px;
}
.header__btns .space {
  margin-right: auto;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
.footer__texts {
  font-weight: 600;
  margin-left: auto;
  text-align: right;
}
.footer__title {
  font-size: 15px;
  margin-bottom: 5px;
}
.footer__subtitle {
  font-size: 10px;
}
.nav {
  background: -o-linear-gradient(264deg, #ffffff2d 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff2d 0%, #ffffff09 100%);
  border-radius: 10px;
  padding: 15px 15px 5px;
}
.nav .nav__item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #485661;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.nav-blue {
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
  background: -o-linear-gradient(264deg, #000000e3 0%, #2b3a57e8 100%);
  background: linear-gradient(186deg, #000000e3 0%, #2b3a57e8 100%);
}
.nav-green {
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
  background: -o-linear-gradient(264deg, #000000e3 0%, #234633e8 100%);
  background: linear-gradient(186deg, #000000e3 0%, #234633e8 100%);
}
.sidebar__enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 800;
}
.sidebar__registration {
  max-width: 160px;
  font-size: 13px;
  text-align: center;
  background: -o-linear-gradient(264deg, #ffffff2d 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff2d 0%, #ffffff09 100%);
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
}
.sidebar__login {
  max-width: 80px;
  font-size: 13px;
  text-align: center;
  background: -o-linear-gradient(264deg, #ffffff2d 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff2d 0%, #ffffff09 100%);
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
}
.sidebar__btn {
  font-weight: 800;
  max-width: 100%;
  font-size: 20px;
  text-align: center;
  background: -o-linear-gradient(264deg, #ffffff2d 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff2d 0%, #ffffff09 100%);
  border-radius: 10px;
  padding: 5px 15px;
  width: 100%;
}
.blue-btn__area {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.content__inner picture {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.content__h2 {
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
.content__h3 {
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.content__text {
  text-align: justify;
  margin-top: 30px;
}
.content__text p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  text-indent: 30px;
}
.content__text ul li {
  list-style-position: outside;
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-left: 30px;
}
.content__img {
  margin-top: 30px;
  text-align: center;
  width: 80%;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
}
.content__img-subtitle,
.promo__title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.subsection {
  padding: 30px 70px;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
}
.subsection__light {
  background-color: #fff;
  color: #000;
}
.subsection__dark-blue {
  background: -o-linear-gradient(264deg, #40495ef1 0%, #202837 100%);
  background: linear-gradient(186deg, #40495ef1 0%, #202837 100%);
  color: #fff;
}
.subsection__dark-green {
  background: -o-linear-gradient(264deg, #000000e3 0%, #233323e8 100%);
  background: linear-gradient(186deg, #000000e3 0%, #233323e8 100%);
  color: #fff;
}
.subsection__dark-cyan {
  background: -o-linear-gradient(264deg, #000000e3 0%, #2c3f47e8 100%);
  background: linear-gradient(186deg, #000000e3 0%, #2c3f47e8 100%);
  color: #fff;
}
.subsection__silver {
  background: -o-linear-gradient(264deg, #40495ef1 0%, #333a49 100%);
  background: linear-gradient(186deg, #40495ef1 0%, #333a49 100%);
  color: #fff;
}
.grey {
  font-weight: 400;
  color: #969696;
}
.block-image {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.block-image img {
  margin: 0;
}
.block-image p:first-child {
  margin-top: 0;
}
.block-image .content__text {
  margin-top: 0;
}

@-webkit-keyframes bg {
  0% {
    background-position: 50% 50%, 20% 0%;
    background-size: 1100px auto, auto 590px;
  }
  50% {
    background-position: 0% 0%, 35% 100%;
    background-size: 1700px auto, auto 450px;
  }
  100% {
    background-position: 50% 50%, 20% 0%;
    background-size: 1100px auto, auto 590px;
  }
}
@keyframes bg {
  0% {
    background-position: 50% 50%, 20% 0%;
    background-size: 1100px auto, auto 590px;
  }
  50% {
    background-position: 0% 0%, 35% 100%;
    background-size: 1700px auto, auto 450px;
  }
  100% {
    background-position: 50% 50%, 20% 0%;
    background-size: 1100px auto, auto 590px;
  }
}
@-webkit-keyframes burger {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes burger {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sign__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sign__btns .sign__btn {
  margin: 0;
  max-width: 120px;
  border-radius: 4px;
}
.burger-sign__btns {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.burger-sign__btns .burger-sign__btn {
  margin: 0;
  max-width: 42vw;
  max-height: 45px;
  border-radius: 7px;
}
.app__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app__btns .app__btn {
  margin: 30px 15px 0;
  max-width: 200px;
  height: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 8px #000;
  box-shadow: 5px 5px 8px #000;
}
.promo__area {
  background: -o-linear-gradient(264deg, #ffffff25 0%, #ffffff09 100%);
  background: linear-gradient(186deg, #ffffff25 0%, #ffffff09 100%);
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 8px #00000062;
  box-shadow: 5px 5px 8px #00000062;
  max-width: 500px;
  margin: 30px auto;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo__title {
  display: inline;
  margin: 0;
  color: #fff;
}
.promo__subtitle {
  display: inline;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.promo__input {
  margin-top: 20px;
  background: -o-linear-gradient(264deg, #ffffff25 0%, #33ff0015 100%);
  background: linear-gradient(186deg, #ffffff25 0%, #33ff0015 100%);
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  width: 140px;
  height: 40px;
  color: #fff;
  border: 2px #3f0 dashed;
  cursor: pointer;
}
#reg-form-frame {
  width: 100%;
}
.first-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.5rem 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first__title {
  margin: 0;
  padding: 0;
}
.first__text {
  margin: 0;
  padding: 0;
}
.blue-btn {
  margin-bottom: 1rem;
}
@supports (-webkit-appearance: none) {
  .first-section {
    background-image: url("../img/fog.webp"), url("../img/bg.webp");
  }
}

@media screen and (max-height: 580px) and (max-width: 600px) {
  .burger-nav-wrapper {
    padding: 10px 20px;
  }
  .burger-nav-wrapper .burger__title {
    font-size: 15px;
    margin: 7px 0;
  }
  .burger-nav-wrapper .burger-nav {
    background: -o-linear-gradient(264deg, #ffffff25 0%, #ffffff09 100%);
    background: linear-gradient(186deg, #ffffff25 0%, #ffffff09 100%);
    border-radius: 5px;
    padding: 17px 30px 2px;
  }
  .burger-nav-wrapper .burger-nav .burger-nav__item {
    font-size: 11px;
    line-height: calc(2.1vh - 3px);
    margin-bottom: calc(0.4vh + 2.6px);
    padding-bottom: calc(0.4vh + 2.5px);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #485661;
  }
  .close {
    display: none;
  }
  .close__btn {
    position: fixed;
    top: 30px;
    right: 41px;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
}
@supports (-webkit-appearance: none) {
}

@media screen and (max-height: 580px) and (max-width: 600px) {
  @supports (-webkit-appearance: none) {
  }
}

@media screen and (max-height: 970px) and (min-width: 850px) {
  .grid-wrapper .sidebar .sidebar__title {
    font-size: 17px;
    margin: 2vh 0;
  }
  .sidebar__btn {
    font-size: 18px;
    padding: 1.5vh 15px;
  }
  .nav {
    padding: 1.8vh 15px;
  }
  .nav .nav__item {
    font-size: 12px;
    line-height: calc(2.1vh - 3px);
    margin-bottom: calc(0.4vh + 2.3px);
    padding-bottom: calc(0.4vh + 2.2px);
  }
}
@supports (-webkit-appearance: none) {
}

@media screen and (max-height: 970px) and (min-width: 850px) {
  @supports (-webkit-appearance: none) {
  }
}

@media screen and (max-height: 800px) and (min-width: 820px) {
  .grid-wrapper .sidebar .sidebar__title {
    font-size: 14px;
    margin: 0.7vh 0;
  }
  .sidebar__btn {
    font-size: 14px;
    padding: 0.8vh 15px;
  }
  .nav {
    padding: 1.8vh 15px 0.3vh;
  }
  .nav .nav__item {
    font-size: 12px;
    line-height: calc(2.1vh - 3px);
    margin-bottom: calc(0.4vh + 2.3px);
    padding-bottom: calc(0.4vh + 2.2px);
  }
}
@supports (-webkit-appearance: none) {
}

@media screen and (max-height: 800px) and (min-width: 820px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1150px) {
  .grid-wrapper {
    width: 100%;
    padding: 10px 20px;
    -ms-grid-columns: 1fr 20px 270px;
    grid-template-columns: 1fr 270px;
    -ms-grid-rows: 70px 20px 1fr 20px 70px;
    grid-template-rows: 70px 1fr 70px;
    grid-template-areas: "header sidebar" "content sidebar" "footer footer";
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .sidebar__registration {
    max-width: 150px;
  }
  .sidebar__login {
    max-width: 70px;
  }
  .first__title {
    margin: 45px 20px;
    max-width: 310px;
    font-weight: 800;
    font-size: 23px;
  }
  .first__text {
    max-width: 270px;
    margin: 45px 20px;
    font-weight: 600;
    font-size: 22px;
  }
  .content__img {
    min-width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 8px #000;
    box-shadow: 5px 5px 8px #000;
  }
  .subsection {
    padding: 30px 40px;
  }
  .sign__btns .sign__btn {
    max-width: 110px;
  }
  .grid-wrapper .header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-wrapper .sidebar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .grid-wrapper .footer {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-wrapper .content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .block-image picture {
    margin-right: 20px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1150px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1000px) {
  .first-section {
    -webkit-animation-duration: 55s;
    animation-duration: 55s;
    -webkit-animation-name: bg;
    animation-name: bg;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .logo {
    width: 40px;
    height: 100%;
    margin-right: 20px;
    margin-bottom: -4px;
  }
  .logo-area {
    max-height: 30px;
  }
  h1 {
    font-size: 18px;
  }
  .header__btns .header__btn {
    margin: 0 4px;
    font-size: 14px;
  }
  .subsection {
    padding: 30px 20px;
  }
  .first__title {
    max-width: 240px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1000px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 850px) {
  .header__btns {
    margin-left: auto;
    margin-right: 15px;
  }
  .sidebar {
    display: none;
  }
  #burger {
    display: block;
  }
  .grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 70px 1fr 70px;
    grid-template-rows: 70px 1fr 70px;
    grid-template-areas: "header" "content" "footer";
  }
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 17px;
  }
  .footer__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer__subtitle {
    font-size: 9px;
  }
  .header__inner .lang {
    margin-left: auto;
  }
  .grid-wrapper .header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-wrapper .footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-wrapper .content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 850px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 650px) {
  .header__btns {
    display: none;
  }
  .first-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-position: 35% 50%;
    background-size: auto 450px;
    background-repeat: no-repeat;
    height: 450px;
  }
  .first__title {
    max-width: 100%;
    margin: 50px 0px 0;
    font-size: calc((100vw - 80px) / 14);
    text-align: center;
  }
  .first__text {
    text-align: center;
    max-width: 100%;
    margin: 50px 0px 50px;
    font-weight: 600;
    font-size: calc((100vw - 80px) / 17);
  }
  .blue-btn {
    font-size: 15px;
    font-weight: 600;
    background: #194cdd;
    padding: 7px 40px;
    border-radius: 4px;
  }
  h2 {
    font-size: 14px;
  }
  .footer__texts {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__title {
    font-size: 12px;
  }
  .footer__subtitle {
    max-width: 140px;
    font-size: 8px;
  }
  .content__h2 {
    font-size: calc((100vw - 80px) / 17);
  }
  .content__h3 {
    font-size: calc((100vw - 80px) / 19);
  }
  .content__text {
    text-align: justify;
    margin-top: 30px;
  }
  .content__text p {
    font-size: calc((100vw - 80px) / 20);
    font-weight: 400;
    margin-top: 15px;
    text-indent: 20px;
  }
  .content__text ul li {
    list-style-position: outside;
    list-style: disc;
    font-size: calc((100vw - 80px) / 20);
    font-weight: 400;
    margin-top: 15px;
    margin-left: 20px;
  }
  .content__img {
    margin-top: 30px;
    text-align: center;
    width: 80%;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 8px #000;
    box-shadow: 5px 5px 8px #000;
  }
  .block-image {
    flex-direction: column;
  }
  .block-image picture {
    margin-right: 0;
    width: 60%;
  }

  .block-image p:first-child {
    margin-top: 15px;
  }
  .content__img-subtitle,
  .promo__title,
  .promo__subtitle {
    margin-top: 30px;
    text-align: center;
    font-size: calc((100vw - 80px) / 19);
    font-weight: 800;
  }
  .promo__title,
  .promo__subtitle {
    margin-top: 15px;
    font-weight: 400;
    font-size: calc((100vw - 80px) / 16);
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 650px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 450px) {
  .first__title {
    margin: 75px 0px 0;
  }
  .first__text {
    margin: 75px 0px 50px;
  }
  .blue-btn {
    font-size: 13px;
    font-weight: 600;
    background: #194cdd;
    padding: 7px 30px;
    border-radius: 4px;
  }
  .footer__inner h2 {
    display: none;
  }
  h1 {
    font-size: 13px;
  }
  h2 {
    font-size: 14px;
  }
  .footer__texts {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__title {
    font-size: 12px;
  }
  .footer__subtitle {
    max-width: 140px;
    font-size: 8px;
  }
  .app__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app__btns .app__btn {
    margin: 30px 2vw 0;
    max-height: 10vw;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 8px #000;
    box-shadow: 5px 5px 8px #000;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 450px) {
  @supports (-webkit-appearance: none) {
  }
}



.modal {
    position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.modal:target{
    display: flex;
}


.modal__body {
    position: relative;
    width: 500px;
    background: linear-gradient(186deg, #40495ef1 0%, #202837 100%);
    border-radius: 8px;
    pointer-events: auto;
    /* padding: 0px 30px; */
}

.modal__body .promo__area{
    margin: 0;
    padding-bottom: 0px;
    padding-top: 40px;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 600px;
}

.modal__close img {
    width: 20px;
    height: 20px;
    transition: 0.2s;
}

.modal__close img:hover{
    transform: scale(1.1);
}



.block-present {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 105;
    transition: background .15s;
    z-index: 10000;
}
.present {
    position: relative;
    position: absolute;
    bottom: 50px;
    width: 85px;
    height: 85px;
    right: auto;
    left: 50%;
    margin-left: 670px;
    border-radius: 0;
    background-color: transparent;
    background-size: 71px 83px;
    box-shadow: none;
    transition: .15s;
    z-index: 10000;
    animation: shakeIt 5s linear infinite;
}

.block-present a {
    pointer-events: auto;
}



.present:hover {
    cursor: pointer;
}

.present:hover img {
    opacity: 0;
}

.present:before{
    position: absolute;
    top: 49%;
    left: 54%;
    width: 140px;
    height: 160px;
    margin: -105px 0 0 -53px;
    border-radius: 0;
    transform: rotate(0deg);
    transition: opacity .15s,visibility .15s;
}

.present:hover:before{
    content: '';
    background: url(/img/present-open-big.webp) no-repeat 0 0;
    scale: 1.2;
}


@media (max-width: 1600px) {
  .present {
      position: fixed;
      right: 50px;
      left: unset;
  }
}

@media (max-width: 850px) {
  .present {
      background: #FFF;
      border-radius: 100%;
      padding: 13px;
      overflow: hidden;
      bottom: 30px;
      right: 30px;
  }
  .modal__body {
      margin: 0 20px;
  }
  .present:hover:before{
      background: none;
      display: none;
  }
  .present:hover img {
      opacity: 1;
  }
}


/* .present:before:hover{
    border: 1px solid black;
} */
@-webkit-keyframes shakeIt {
 0% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 93% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 94% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 95% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 96% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 97% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 98% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 100% {
  transform:rotate(0deg);
  transform-origin:50% 100%
 }
}
@-o-keyframes shakeIt {
 0% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 93% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 94% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 95% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 96% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 97% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 98% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 100% {
  transform:rotate(0deg);
  transform-origin:50% 100%
 }
}
@-moz-keyframes shakeIt {
 0% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 93% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 94% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 95% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 96% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 97% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 98% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 100% {
  transform:rotate(0deg);
  transform-origin:50% 100%
 }
}
@keyframes shakeIt {
 0% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 93% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 94% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 95% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 96% {
  transform:rotate(0);
  transform-origin:50% 100%
 }
 97% {
  transform:rotate(10deg);
  transform-origin:50% 100%
 }
 98% {
  transform:rotate(-10deg);
  transform-origin:50% 100%
 }
 100% {
  transform:rotate(0deg);
  transform-origin:50% 100%
 }
}
