@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
}

button, input, a {
  transition: all 0.2s 0s ease;
}

p {
  margin-bottom: 18px;
  line-height: 24px;
}

strong, b {
  font-weight: 700;
}

.container {
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 518px) {
  .container {
    padding: 0 20px;
  }
}

main {
  background-color: #fafafa;
  height: 100%;
  padding: 20vh 0;
}
main .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
main .header .logo img {
  height: 50px;
}
main .header a.button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 229px;
  height: 35px;
  background-color: #006aff;
  border-radius: 8px;
  color: #fff;
}
main .header a.button:hover {
  background-color: #418cf5;
}
main .header a.button i {
  margin-right: 12px;
}
main .body {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
}
main .body__download {
  background-color: #fafafa;
  padding: 52px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .body__download-btn .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 412px;
  height: 82px;
  background-color: #418cf5;
  border: 6px solid #dae9ff;
  color: #fff;
  box-shadow: 0px 0px 4px -6px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  cursor: wait;
}
main .body__download-btn .button.green {
  background-color: #1daa11;
  border: 6px solid rgba(239, 255, 237, 0.6862745098);
}
main .body__download-btn .button.green:hover {
  background-color: #15780c;
  cursor: pointer;
}
main .body__download-btn .button span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
}
main .body__download-btn .button:hover {
  background-color: #006aff;
}
main .body__download-btn .button::before {
  content: "\f019";
  font-family: FontAwesome;
  position: absolute;
  left: 48px;
  top: 26px;
}
main .body__download-btn .button.dwnl {
  display: none;
  cursor: pointer;
}
main .body__download-btn .button.nostyle {
  background: none;
  color: #969696;
  border: none;
}
main .body__download-btn .button.nostyle:hover {
  background-color: none;
}
main .body__download-btn span.td {
  display: block;
  text-align: center;
  color: #b0b0b0;
  margin-top: 6px;
  font-size: 13px;
}
main .body__download-container {
  margin-right: 32px;
}
main .body__download-text {
  color: #444444;
}
main .body__download-text span.pass {
  display: block;
  margin-top: 16px;
}
main .body__download-text span.pass2 {
  color: #fff;
  padding: 2px 12px;
  background-color: #ad234a;
  border-radius: 6px;
}
main .body__pad {
  padding: 42px 32px;
}
main .body__pad.reg {
  border-bottom: 1px solid #e9e9e9;
  color: #ad234a;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main .body__pad.reg a {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f16806;
  width: 200px;
  height: 35px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
main .body__pad.reg a:hover {
  background-color: #ff8630;
}
main .body__pad .telegram {
  padding: 0 32px;
}
main .body__pad .telegram__container {
  display: flex;
  align-items: center;
}
main .body__pad .telegram__image {
  margin-right: 42px;
}
main .body__pad .telegram__image img {
  height: 100px;
}
main .body__pad .telegram__text .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
main .body__pad .telegram__buttons {
  margin-left: auto;
  display: flex;
}
main .body__pad .telegram__buttons span {
  text-align: center;
}
main .body__pad .telegram__buttons span a {
  padding: 14px 52px;
  background-color: #31aaff;
  border-radius: 6px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
}
main .body__pad .telegram__buttons span a:hover {
  background-color: #006aff;
}
main .body__pad .telegram__buttons span a.gray {
  margin-left: 12px;
  background-color: #353f47;
}
main .body__pad .telegram__buttons span a.gray:hover {
  background-color: #006aff;
}
main .body__title {
  font-size: 28px;
  font-weight: 600;
  color: #282741;
  margin-bottom: 12px;
}
main .body__subtitle {
  color: #444444;
}
@media screen and (max-width: 935px) {
  main .body__download {
    display: block;
    text-align: center;
  }
  main .body__download-text {
    margin-top: 24px;
  }
  main .telegram .telegram__container {
    display: block;
    text-align: center;
  }
  main .telegram .telegram__buttons {
    text-align: center;
    margin-top: 24px;
    justify-content: center;
  }
  main .telegram .telegram__image {
    margin: 0;
  }
  main .body__download-container {
    margin: 0;
  }
  main .body__download-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 535px) {
  main .header a.button {
    width: 60px;
  }
  main .header a.button i {
    margin: 0;
  }
  main .header a.button span {
    display: none;
  }
  main .body__download-btn .button {
    width: 300px;
    font-size: 16px;
  }
  main .body__download-btn .button::before {
    left: 30px;
  }
  main .body__download-btn .button span {
    font-size: 12px;
  }
  main .body__download {
    padding: 32px 12px;
  }
  main .body__title {
    font-size: 18px;
  }
  main .telegram .telegram__buttons {
    display: block;
    text-align: center;
  }
  main .telegram .telegram__buttons span {
    display: block;
    margin-bottom: 12px;
  }
  main .telegram .telegram__buttons span:last-child {
    margin-bottom: 0;
  }
  main .telegram .telegram__buttons span a.gray {
    margin-left: 0;
  }
}

body.night main {
  color: #9a9ea8;
  background-color: #1e2734;
}
body.night main .body {
  background-color: #273241;
  box-shadow: 0px 0px 24px -4px rgba(11, 110, 186, 0.15);
}
body.night main .body__download {
  background-color: #1e2734;
}
body.night main .body__title, body.night main .telegram__text .title {
  color: #ededed;
}
body.night main .body__subtitle, body.night main .sub, body.night main .body__download-text {
  color: #9a9ea8;
}
body.night main .body__download-btn a.button {
  border: 6px solid #2d4363;
}

.lightswitch {
  z-index: 98;
  background-color: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  right: 30px;
  border: 1px solid rgba(49, 168, 255, 0.1);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.31);
}
.lightswitch:hover {
  background-color: #31a8ff;
  box-shadow: 0px 0px 45px 0px rgba(22, 85, 133, 0.4);
}
.lightswitch::before {
  background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB0cmFuc2Zvcm09InJvdGF0ZSgwKSI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIG9wYWNpdHk9IjAuNSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAxMi4wMDA0QzIyIDE3LjUyMzIgMTcuNTIyOCAyMi4wMDA0IDEyIDIyLjAwMDRDMTAuODM1OCAyMi4wMDA0IDkuNzE4MDEgMjEuODAxNCA4LjY3ODg3IDIxLjQzNTdDOC4yNDEzOCAyMC4zNzcyIDggMTkuMjE3IDggMTguMDAwNEM4IDE1Ljc3OTIgOC44MDQ2NyAxMy43NDU5IDEwLjEzODQgMTIuMTc2MkMxMS4zMSAxMy44ODE4IDEzLjI3NDQgMTUuMDAwNCAxNS41IDE1LjAwMDRDMTcuODYxNSAxNS4wMDA0IDE5LjkyODkgMTMuNzQxIDIxLjA2NzIgMTEuODU3MkMyMS4zMDY1IDExLjQ2MTIgMjIgMTEuNTM3NyAyMiAxMi4wMDA0WiIgZmlsbD0iI2Y2ZTI3ZCIvPiA8cGF0aCBkPSJNMiAxMkMyIDE2LjM1ODYgNC43ODg1MiAyMC4wNjU5IDguNjc4ODcgMjEuNDM1M0M4LjI0MTM4IDIwLjM3NjggOCAxOS4yMTY2IDggMThDOCAxNS43Nzg4IDguODA0NjcgMTMuNzQ1NSAxMC4xMzg0IDEyLjE3NThDOS40MjAyNyAxMS4xMzAzIDkgOS44NjQyMiA5IDguNUM5IDYuMTM4NDUgMTAuMjU5NCA0LjA3MTA1IDEyLjE0MzIgMi45MzI3NkMxMi41MzkyIDIuNjkzNDcgMTIuNDYyNyAyIDEyIDJDNi40NzcxNSAyIDIgNi40NzcxNSAyIDEyWiIgZmlsbD0iI2Y2ZTI3ZCIvPiA8L2c+Cg08L3N2Zz4=");
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  content: "";
  display: block;
}
@media screen and (max-width: 1210px) {
  .lightswitch {
    bottom: 105px;
    right: 20px;
  }
}
@media screen and (max-width: 490px) {
  .lightswitch {
    width: 50px;
    height: 50px;
    bottom: 65px;
    right: 10px;
  }
  .lightswitch::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

#download-link {
  opacity: 0; /* Начальная прозрачность */
  transition: opacity 0.5s ease-in; /* Плавный переход */
  display: none; /* Скрыть кнопку изначально */
}

/* Класс для отображения кнопки */
.show {
  display: flex; /* Убедитесь, что кнопка отображается как flex */
  opacity: 1; /* Полная видимость */
}