@import "bootstrap-grid.css";
@font-face {
  font-family: "Dryc";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/drukcyr-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/onest-regular.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Onest", sans-serif;
  overflow-x: hidden;
  color: #000;
  background-color: #f8f8f8;
  margin: 0;
  padding-top: 20px;
}
body.load-overflow {
  overflow: hidden;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, h2, h3, h4, .s-header {
  margin: 0;
  padding: 0;
  font-family: "Dryc", sans-serif;
  font-weight: 500;
}

p, input, button, a, textarea {
  margin: 0;
  padding: 0;
  font-family: "Onest", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}

.decor-anim-text-line {
  position: relative;
  width: 100%;
  background-color: #3865F8;
  color: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.decor-anim-text-line p {
  white-space: nowrap;
  text-transform: uppercase;
  cursor: default;
  animation: line-animated1 60s linear infinite;
}
.decor-anim-text-line span {
  color: #F3C239;
  position: relative;
  margin: 0 20px;
}

@keyframes line-animated1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.s-header {
  letter-spacing: 1px;
}
.s-header span {
  color: #3865F8;
}
.s-header.-yellow span {
  color: #FFD33C;
}

.info-wrap {
  display: flex;
  align-items: center;
}
.info-wrap .icon-div {
  display: flex;
  position: relative;
  border-radius: 5px;
  background-color: #3865F8;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
}
.info-wrap .icon-div img {
  width: 24px;
}
.info-wrap p {
  font-size: 24px;
  line-height: 32px;
}
.info-wrap p span {
  color: #3865F8;
}

.main-txt {
  cursor: default;
}
.main-txt span {
  color: #3865F8;
}

.btn-part {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  width: 100%;
}

.btn-s {
  position: relative;
  width: auto;
  border: 0;
  outline: none;
  padding: 24px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3865F8;
  border-radius: 50px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Dryc", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
  cursor: pointer;
  animation: for-btn 3s linear infinite;
}
.btn-s:hover {
  background-color: #315be8;
  transform: scale(1.04) !important;
  animation: none;
}

a.btn-s {
  text-decoration: none;
}

@keyframes for-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.signature-for-btn {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
.signature-for-btn span {
  color: #3865F8;
}

.block1 {
  padding-bottom: 80px;
}
.block1 .up-part {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 80px;
}
.block1 .up-part .book-part {
  position: absolute;
  width: 100%;
  max-width: 600px;
  left: 0;
  background-color: #000;
  height: calc(100% - 50px);
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #88A4FF 0%, #3865F8 100%);
}
.block1 .up-part .book-part img {
  height: 105%;
  width: auto;
  max-width: 100%;
}
.block1 .up-part .main-info, .block1 .up-part .adv-part {
  width: calc(100% - 600px);
}
.block1 .up-part .main-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.block1 .up-part .adv-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block1 .up-part .adv-part .adv-item {
  width: auto;
  padding: 15px 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.block1 .up-part .adv-part .adv-item .circle {
  width: 6px;
  height: 6px;
  background-color: #3865F8;
  border-radius: 50%;
  margin-right: 10px;
}
.block1 .up-part .adv-part .adv-item:first-child {
  margin-right: 15px;
}
.block1 .up-part .s-header {
  font-size: 130px;
  text-transform: uppercase;
  text-align: center;
  line-height: 140px;
  margin-top: 30px;
}
.block1 .up-part .info-wrap {
  margin-top: 30px;
}
.block1 .up-part .btn-s {
  margin-top: 30px;
}
.block1 .-stonks-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: space-between;
  margin-top: 80px;
}
.block1 .-stonks-list .list-item {
  width: calc(16.6% - 5px);
  background-color: #fff;
  position: relative;
  margin-bottom: 7px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 140px;
  z-index: 2;
}
.block1 .-stonks-list .list-item.-d1 img {
  max-width: 170px;
}
.block1 .-stonks-list .list-item.-d2 img {
  max-width: 150px;
}
.block1 .-stonks-list .list-item.-d3 img {
  max-width: 110px;
}
.block1 .-stonks-list .list-item.-d4 img {
  max-width: 150px;
}
.block1 .-stonks-list .list-item.-d5 img {
  max-width: 140px;
}
.block1 .-stonks-list .list-item.-d6 img {
  max-width: 100px;
}
.block1 .-stonks-list .list-item.-ds img {
  max-width: 60px;
}
.block1 .-stonks-list .list-item.-d2-2 img {
  max-width: 64px;
}

.footer {
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #3865F8;
}
.footer .up-part-footer {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding: 50px 0;
}
.footer .up-part-footer .footer-logo-center {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 50px;
}
.footer .up-part-footer .footer-logo-center img {
  width: 70px;
}
.footer .up-part-footer .footer-nav, .footer .up-part-footer .main-txt {
  width: calc(50% - 100px);
  position: relative;
  z-index: 2;
}
.footer .up-part-footer .main-txt {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.footer .up-part-footer .footer-nav {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.footer .up-part-footer .footer-nav a {
  max-width: 160px;
  width: auto;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}
.footer .up-part-footer .footer-nav a:first-child {
  max-width: 120px;
}
.footer .up-part-footer .footer-nav a:hover {
  opacity: 0.9;
}
.footer .decor-footer {
  margin-top: 10px;
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(56, 101, 248, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  display: none;
}
.modal-window.-open {
  display: flex;
}
.modal-window .modal-item {
  background-color: #fff;
  border-radius: 20px;
  max-width: 660px;
  width: 100%;
  padding: 30px 60px;
  position: relative;
}
.modal-window .modal-item .close-modal {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #F9E217;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -40px;
  top: -40px;
  cursor: pointer;
}
.modal-window .modal-item .close-modal:hover {
  transform: scale(1.04);
}
.modal-window .modal-item .close-modal img {
  width: 16px;
}
.modal-window .modal-item .s-header {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}
.modal-window .modal-item .main-txt {
  text-align: center;
  margin-top: 10px;
}
.modal-window .modal-item .btn-s {
  animation: none;
  font-size: 30px;
  margin-top: 30px;
  background: radial-gradient(156.5% 156.5% at 50% 50%, #3865F8 0%, #88A4FF 100%);
}

.input-wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.input-wrap input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border: none;
  border-radius: 0;
  height: 50px;
  outline: 0;
  border-bottom: 2px solid #000;
  font-size: 18px;
}
.input-wrap input::-moz-placeholder {
  color: transparent;
  font-size: 16px;
}
.input-wrap input::placeholder {
  color: transparent;
  font-size: 16px;
}
.input-wrap input.ph::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.input-wrap input.ph::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.input-wrap label {
  position: absolute;
  left: 0;
  top: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.input-wrap input:not(:-moz-placeholder-shown) + label {
  top: -10px;
}
.input-wrap input:focus + label, .input-wrap input:not(:placeholder-shown) + label {
  top: -10px;
}

.checkbox-item {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #000;
  position: relative;
  background-color: transparent;
  background-color: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  min-height: 20px;
  cursor: pointer;
}
.checkbox-item input[type=checkbox]:checked, .checkbox-item input[type=radio]:checked {
  background-color: #3865F8;
  background-image: none;
  border-color: #3865F8;
}
.checkbox-item label {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.iti__flag {
  background-image: url("../img/flags.png") !important;
}

.iti__flag-container {
  margin-bottom: 0px !important;
  line-height: 1 !important;
  font-size: 16px !important;
  top: inherit !important;
  bottom: 1px !important;
  height: 48px !important;
  background-color: #fff !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
  padding-left: 0;
}

.iti__arrow {
  display: none;
}

.iti--allow-dropdown {
  width: 100%;
}
.iti--allow-dropdown .iti__country-name {
  color: #000;
}
.iti--allow-dropdown .iti__country {
  font-size: 14px;
}
.iti__selected-dial-code {
  color: #000 !important;
}

.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input {
  padding-left: 40px;
}

#valid-msg, #error-msg, #valid-msg1, #error-msg1, #valid-msg2, #error-msg2 {
  font-size: 12px;
  margin: 10px 0px;
  line-height: 1;
  position: absolute;
  bottom: -25px;
  left: 0;
  display: none !important;
}

#error-msg, #error-msg1, #error-msg2 {
  color: #F9E217;
}

.hide {
  display: none;
}

.iti__selected-dial-code {
  color: #000;
}

.info-wrap.-full-block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
}
.info-wrap.-full-block .main-txt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.info-wrap.-full-block .main-txt.-fz12 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.info-wrap.-full-block .main-txt.-block-span span {
  color: #000;
}
.info-wrap.-full-block .header-of-info {
  font-size: 16px;
  text-transform: uppercase;
}
.info-wrap.-full-block .icon-div {
  background: radial-gradient(156.5% 156.5% at 50% 50%, #3865F8 0%, #88A4FF 100%);
}
.info-wrap.-full-block .icon-div img {
  height: auto !important;
}
.info-wrap.-full-block.-tac {
  text-align: center;
  align-items: center;
}
.info-wrap.-full-block.-tac .icon-div {
  margin-bottom: 15px;
  margin-right: 0;
}
.info-wrap.-full-block .up-part-of-full-block {
  display: flex;
  align-items: center;
  text-align: left;
}

.block1 .-thx-page {
  padding-top: 40px;
  justify-content: space-between;
}
.block1 .-thx-page .book-part {
  align-items: center;
  height: calc(100% - 40px);
}
.block1 .-thx-page .book-part img {
  height: 110%;
  position: relative;
  z-index: 2;
}
.block1 .-thx-page .book-part .info-wrap {
  position: absolute;
  width: auto;
  max-width: 300px;
  left: 40px;
  top: 40px;
  margin-top: 0;
  z-index: 3;
}
.block1 .-thx-page .book-part .decor-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0.15;
}
.block1 .-thx-page .book-part .decor-header span {
  font-size: 140px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Dryc", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 5px;
  line-height: 0.8;
}
.block1 .-thx-page .book-part .decor-header .line-of-decor-header {
  cursor: default;
}
.block1 .-thx-page .book-part .decor-header .line-of-decor-header:first-child {
  transform: translateX(-50%);
}
.block1 .-thx-page .book-part .decor-header .line-of-decor-header:last-child {
  transform: translateX(0%);
}
.block1 .-thx-page .main-info .s-header {
  margin-top: 0;
  line-height: 120px;
  margin-bottom: 30px;
}
.block1 .-thx-page .main-info .s-header span {
  display: block;
}
.block1 .-thx-page .main-info .-fz20 {
  font-size: 20px;
  line-height: 28px;
}
.block1 .-thx-page .main-info .-full-block {
  max-width: 660px;
}

.block2 {
  background: radial-gradient(50% 50% at 50% 50%, #88A4FF 0%, #3865F8 100%);
  position: relative;
  border-radius: 20px;
  margin-top: 80px;
  padding-top: 60px;
}
.block2 .logo-and-stonks {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block2 .logo-and-stonks .logo-center {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
}
.block2 .logo-and-stonks .logo-center img {
  width: 70px;
}
.block2 .logo-and-stonks .logo-center span {
  font-family: "Dryc", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.block2 .logo-and-stonks .stonks-list {
  width: calc(50% - 100px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.block2 .logo-and-stonks .stonks-list .list-item {
  width: calc(33.33% - 2px);
  background-color: #fff;
  position: relative;
  margin-bottom: 7px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 50px;
  z-index: 2;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d1 img {
  max-width: 140px;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d2 img {
  max-width: 110px;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d3 img {
  max-width: 66px;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d4 img {
  max-width: 90px;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d5 img {
  max-width: 90px;
}
.block2 .logo-and-stonks .stonks-list .list-item.-d6 img {
  max-width: 70px;
}
.block2 .container-info {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 100px 0;
}
.block2 .container-info .s-header {
  font-size: 90px;
  line-height: 90px;
  max-width: 400px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
}
.block2 .container-info .decor-center {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block2 .container-info .decor-center img {
  max-width: 860px;
  margin-right: 40px;
}
.block2 .container-info .info-items {
  position: relative;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.block2 .container-info .info-items.w465px {
  max-width: 465px;
}
.block2 .container-info .btn-part {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.block2 .container-info .btn-part .signature-for-btn {
  color: #fff;
  max-width: 440px;
  font-size: 16px;
  line-height: 22px;
}
.block2 .container-info .btn-part .signature-for-btn span {
  color: #fff;
}
.block2 .container-info .btn-part .btn-s {
  margin-top: 15px;
  background-color: #fff;
  color: #3865F8;
}
.block2.-b2 {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}
.block2.-b2 .container-info {
  padding-bottom: 60px;
}
.block2.-b2 .s-header {
  color: #000;
}
.block2.-b2 .decor-center {
  bottom: -120px;
}
.block2.-b2 .decor-center img {
  width: 420px;
  margin-right: 0;
}
.block2.-b2 .-full-block {
  position: absolute;
  z-index: 2;
  max-width: 360px;
  left: 290px;
  bottom: 110px;
}
.block2.-b2 .info-block .header-of-info {
  font-family: "Dryc", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #3865F8;
  margin-bottom: 15px;
}
.block2.-b2 .info-block .main-txt {
  font-size: 16px;
  line-height: 22px;
}
.block2.-b2 .separator {
  margin: 20px 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.14);
  width: 100%;
}

.block3 {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 20px;
}
.block3 .container-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.block3 .container-wrap video {
  width: calc(100% - 525px);
  border-radius: 20px;
  height: auto;
  position: relative;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.block3 .container-wrap .s-header {
  position: absolute;
  right: 20px;
  max-width: 465px;
  font-size: 34px;
  line-height: 46px;
  text-transform: uppercase;
  top: 0;
}
.block3 .container-wrap .info-items {
  max-width: 465px;
  padding-top: 250px;
}
.block3 .container-wrap .-tac .main-txt {
  max-width: 330px;
}
.block3 .container-wrap .btn-part {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.block3 .container-wrap .btn-part .signature-for-btn {
  max-width: 440px;
  font-size: 16px;
  line-height: 22px;
}
.block3 .container-wrap .btn-part .btn-s {
  margin-top: 15px;
}
.block3 .container-wrap .-on-video {
  z-index: 2;
  position: absolute;
  max-width: 620px;
  top: 40px;
  left: 60px;
}
.block3 .container-wrap .-on-video span {
  color: #000;
}

.db991 {
  display: none !important;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  /**/
  .decor-anim-text-line p {
    font-size: 14px;
  }
  .decor-anim-text-line {
    padding: 15px 0;
    height: 47px;
  }
  body {
    padding-top: 15px;
  }
  .decor-anim-text-line span {
    margin: 0 10px;
  }
  .block1 .up-part .s-header {
    font-size: 100px;
    line-height: 110px;
  }
  .info-wrap p {
    font-size: 20px;
    line-height: 28px;
  }
  .block1 .up-part .book-part {
    max-width: 500px;
  }
  .block1 .up-part .main-info, .block1 .up-part .adv-part {
    width: calc(100% - 500px);
    padding-left: 20px;
  }
  .block2.-b2 .decor-center img {
    max-width: 500px;
  }
  .block2.-b2 .info-block {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  .block2.-b2 .separator {
    background-color: transparent;
    margin: 15px 0;
  }
  .block2.-b2 .-full-block {
    bottom: 180px;
    left: 270px;
  }
  .block2.-b2 .container-info {
    padding-top: 60px;
  }
  .block1 .-thx-page .book-part {
    align-items: flex-end;
  }
  .block1 .-thx-page .book-part img.phone-decor {
    margin-bottom: -40px;
  }
  .block1 .-thx-page .main-info .s-header {
    line-height: 100px;
  }
  .block1 .-thx-page .main-info .-fz20 {
    max-width: 330px;
  }
  .block1 .-thx-page .book-part .info-wrap {
    top: 20px;
    left: 20px;
  }
  .block3 .container-wrap .-on-video {
    top: 20px;
    left: 40px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
  /**/
  .block3 .container-wrap .-on-video {
    max-width: 440px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .block1 .up-part .adv-part {
    flex-direction: column;
  }
  .block1 .up-part .adv-part .adv-item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .block1 .-stonks-list .list-item {
    width: calc(33.33% - 4px);
  }
  .block1 .up-part .book-part img {
    height: 80%;
  }
  .footer .up-part-footer .footer-nav {
    flex-direction: column;
  }
  .footer .up-part-footer .footer-nav a {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .block2.-b2 .-full-block {
    max-width: 460px;
    left: 0;
    bottom: 20px;
  }
  .block2.-b2 .s-header {
    font-size: 80px;
    line-height: 80px;
  }
  .block2 .container-info .s-header.-yellow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .block2 .container-info .s-header.-yellow span {
    background-color: #3865F8;
    padding-right: 0;
    display: block;
    max-width: 380px;
    border-radius: 0 20px 20px 0;
  }
  .block2 .container-info .s-header.-yellow span br {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1120px) {
  /**/
  .block1 .-thx-page .main-info .info-wrap.-full-block .header-of-info {
    max-width: 330px;
  }
  .block3 .container-wrap .-on-video {
    max-width: 370px;
  }
  .block3 .container-wrap .-on-video .main-txt {
    font-size: 12px;
    line-height: 18px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
  .container-wrap {
    max-width: 600px;
  }
  .block1 .up-part {
    flex-direction: column;
    padding-top: 30px;
  }
  .block1 .up-part .book-part {
    position: relative;
    left: inherit;
    top: inherit;
    max-width: 100%;
  }
  .block1 .up-part .main-info, .block1 .up-part .adv-part {
    width: 100%;
  }
  .block1 .up-part .adv-part {
    flex-direction: column-reverse;
    font-size: 14px;
  }
  .block1 .up-part .adv-part .adv-item {
    padding: 10px 15px;
  }
  .block1 .up-part .adv-part .adv-item:first-child {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .block1 .up-part .book-part {
    height: 335px;
    margin-top: 30px;
  }
  .block1 .up-part .book-part img {
    height: 105%;
  }
  .block1 .-stonks-list .list-item {
    width: calc(50% - 3px);
  }
  .block1 .-stonks-list {
    margin-top: 40px;
  }
  .modal-window .modal-item {
    max-width: 500px;
  }
  .block1 .up-part.-thx-page {
    flex-direction: column-reverse;
  }
  .block1 .up-part .main-info {
    padding-left: 0;
  }
  .block1 .-thx-page .main-info .s-header {
    font-size: 60px;
    max-width: 100%;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
  }
  .block1 .-thx-page .main-info .s-header span {
    display: inline-block;
    margin-right: 7px;
  }
  .db991 {
    display: flex !important;
    z-index: 4;
    position: relative;
  }
  .dn991 {
    display: none !important;
  }
  .block1 .-thx-page .book-part img.phone-decor {
    margin-bottom: 0;
    margin-top: -60px;
    height: 160%;
  }
  .block1 .up-part.-thx-page .book-part {
    align-items: flex-start;
    margin-top: 80px;
    bottom: inherit;
  }
  .block1 .up-part.-thx-page .book-part::before {
    height: 200px;
    width: 100%;
    content: "";
    bottom: -200px;
    background-color: #f8f8f8;
    left: 0;
    position: absolute;
    z-index: 3;
  }
  .block1 .up-part.-thx-page .info-wrap.-full-block.-tac {
    margin-top: 30px !important;
  }
  .block2 .logo-and-stonks .logo-center {
    position: relative;
    top: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .block2 .logo-and-stonks {
    flex-direction: column;
  }
  .block2 .logo-and-stonks .stonks-list {
    width: 100%;
  }
  .block2 .logo-and-stonks .stonks-list .list-item {
    width: calc(33.33% - 4px);
  }
  .block2 .container-info {
    flex-direction: column;
    padding: 60px 0;
  }
  .block2 .container-info .decor-center {
    position: relative;
    margin-top: 30px;
  }
  .block2 .container-info .s-header.-yellow {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 70px;
    line-height: 1;
  }
  .block2 .container-info .s-header.-yellow span {
    display: block;
    text-align: center;
    max-width: 100%;
    padding-right: 0;
    background-color: transparent;
  }
  .block2 .container-info .info-items {
    max-width: 100%;
    align-items: stretch;
  }
  .block2 .container-info .decor-center img {
    margin-right: 0;
  }
  .block2 .info-items .info-wrap.-full-block {
    margin-bottom: 10px;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 10px;
  }
  .block2 .info-items .info-wrap.-full-block .up-part-of-full-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .block2 .info-items .info-wrap.-full-block .up-part-of-full-block .icon-div {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .block2 {
    margin-top: 40px;
  }
  .block2 .container-info .btn-part {
    flex-direction: column-reverse;
  }
  .block2 .container-info .btn-part .signature-for-btn span {
    color: #F9E217;
  }
  .block2 .container-info .btn-part .btn-s {
    background-color: #F9E217;
  }
  .block2.-b2 .s-header {
    text-align: center;
    max-width: 100%;
  }
  .block2.-b2 .decor-center {
    bottom: inherit;
    margin-top: 10px;
  }
  .block2.-b2 .decor-center img {
    max-width: 300px;
  }
  .block2.-b2 .-full-block {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .block2.-b2 .-full-block .up-part-of-full-block {
    flex-direction: column;
    width: 100%;
  }
  .block2.-b2 .-full-block .up-part-of-full-block .icon-div {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .block2.-b2 .info-block {
    width: 100%;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .block2.-b2 .separator {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 20px 0;
  }
  .block3 .container-wrap {
    flex-direction: column;
  }
  .block3 .container-wrap video {
    width: 100%;
    height: 400px;
  }
  .block3 .container-wrap .s-header {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .block3 .container-wrap .-on-video {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .block3 .container-wrap .-on-video .up-part-of-full-block {
    flex-direction: column;
    width: 100%;
  }
  .block3 .container-wrap .-on-video .up-part-of-full-block .icon-div {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .block3 .container-wrap .-on-video .main-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .block3 .container-wrap .-on-video .main-txt span {
    display: block;
    margin-top: 15px;
  }
  .info-wrap.-full-block .main-txt.-block-span span {
    margin-top: 15px;
    display: block;
  }
  .info-wrap.-full-block .main-txt.-fz12, .info-wrap.-full-block .main-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .info-wrap.-full-block .header-of-info {
    font-size: 18px;
    line-height: 26px;
  }
  .block3 .container-wrap .info-items {
    padding-top: 30px;
    max-width: 100%;
  }
  .block3 .container-wrap .btn-part {
    flex-direction: column-reverse;
  }
  .block2 .container-info .info-items.w465px {
    max-width: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 660px) {
  /**/
  .container-wrap {
    max-width: 520px;
  }
  .footer .up-part-footer .footer-logo-center {
    position: relative;
  }
  .footer .up-part-footer {
    flex-direction: column;
    padding: 30px 0;
  }
  .footer .up-part-footer .footer-nav, .footer .up-part-footer .main-txt {
    width: 100%;
    text-align: center;
  }
  .footer .up-part-footer .footer-logo-center {
    top: inherit;
    margin-bottom: 30px;
  }
  .block1 .up-part .s-header {
    font-size: 60px;
    line-height: 70px;
  }
  .info-wrap .icon-div {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .info-wrap .icon-div img {
    width: 20px;
  }
  .info-wrap.-full-block .icon-div {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
  .block1 .up-part .info-wrap {
    margin-top: 15px;
  }
  .block1 .up-part .main-info, .block1 .up-part .adv-part {
    padding-left: 0;
  }
  .info-wrap p {
    font-size: 18px;
  }
  .block1 .signature-for-btn {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  .block1 .up-part .book-part {
    height: 285px;
  }
  .block1 .-stonks-list .list-item.-ds img {
    width: 36px;
  }
  .block1 .-stonks-list .list-item.-d2-2 img {
    width: 38px;
  }
  .block1 .-stonks-list .list-item {
    height: 80px;
  }
  .block1 .-stonks-list .list-item.-d1 img {
    max-width: 150px;
  }
  .block1 .-stonks-list .list-item.-d2 img {
    max-width: 130px;
  }
  .block1 .-stonks-list .list-item.-d3 img {
    max-width: 90px;
  }
  .block1 .-stonks-list .list-item.-d4 img {
    max-width: 120px;
  }
  .block1 .-stonks-list .list-item.-d5 img {
    max-width: 110px;
  }
  .block1 .-stonks-list .list-item.-d6 img {
    max-width: 80px;
  }
  .block1 .up-part .btn-s {
    margin-top: 20px;
  }
  .block1 {
    padding-bottom: 40px;
  }
  .modal-window .modal-item {
    padding: 30px;
  }
  .modal-window .modal-item .main-txt {
    max-width: 277px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .modal-window .modal-item .close-modal {
    top: 10px;
    right: 10px;
  }
  .info-wrap.-full-block {
    padding: 20px !important;
    width: calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .block2 .container-info .s-header.-yellow {
    font-size: 50px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */