@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.page {
  overflow: hidden;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}

.logo img {
  display: block;
  width: 100px;
}

.section-hero {
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.hero-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.hero-section__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.header-social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-social a {
  transition: all ease 0.3s;
  opacity: 0.6;
}
.header-social a:hover {
  opacity: 1;
}

.icon-tg,
.icon-vk {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon-tg {
  background: url(../images/tg.svg) no-repeat center;
}

.icon-vk {
  background: url(../images/vk.svg) no-repeat center;
}

.hero-section__content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.hero-section__text {
  margin-bottom: 70px;
}
.hero-section__text h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 60px;
  line-height: 140%;
  letter-spacing: -3px;
}
.hero-section__text P {
  font-size: 30px;
  margin: 0;
  line-height: 140%;
}

.hero-section__row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.hero-section__row a {
  display: flex;
  align-items: center;
  height: 72px;
}
.hero-section__row a img {
  width: 240px;
}
.hero-section__download {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store-qr {
  margin-top: 12px;
  padding: 12px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
}
.store-qr canvas,
.store-qr img {
  display: block;
  width: 180px !important;
  height: 180px !important;
}

.container {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

section:not(.section-hero) {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h3 {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}
.section-title p {
  font-size: 24px;
  line-height: 140%;
}

.text-item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.text-items-even .text-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.text-items-even .text-item:nth-child(odd) .text-item__desc {
  padding: 0 0 0 20px;
}
.text-items-even .text-item:nth-child(odd) .text-item__img {
  padding: 0 20px 0 0;
}
.text-items-even .text-item:nth-child(even) {
  flex-direction: row;
}
.text-items-even .text-item:nth-child(even) .text-item__desc {
  padding: 0 20px 0 0;
}
.text-items-even .text-item:nth-child(even) .text-item__img {
  padding: 0 0 0 20px;
}
.text-items-odd .text-item:nth-child(odd) {
  flex-direction: row;
}
.text-items-odd .text-item:nth-child(odd) .text-item__desc {
  padding: 0 20px 0 0;
}
.text-items-odd .text-item:nth-child(odd) .text-item__img {
  padding: 0 0 0 20px;
}
.text-items-odd .text-item:nth-child(even) {
  flex-direction: row-reverse;
}
.text-items-odd .text-item:nth-child(even) .text-item__desc {
  padding: 0 0 0 20px;
}
.text-items-odd .text-item:nth-child(even) .text-item__img {
  padding: 0 20px 0 0;
}
.text-item:last-child {
  margin-bottom: 0;
}

.text-item__desc {
  width: 50%;
  padding-right: 20px;
}
.text-item__desc h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
}
.text-item__desc ul {
  padding-left: 20px;
}
.text-item__desc ul li {
  margin-bottom: 15px;
  line-height: 140%;
}
.text-item__desc ul li:last-child {
  margin-bottom: 0;
}

.text-item__img {
  width: 50%;
  padding-left: 20px;
}
.text-item__img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.section-contacts .container {
  max-width: 1200px;
}

.contacts-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-note {
  margin-top: 60px;
  padding: 24px 28px;
  background: #f7f9fc;
  border-radius: 12px;
}
.contacts-note p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}
.contacts-note p:last-child {
  margin-bottom: 0;
}
.contacts-note a {
  color: #1F5BFF;
  text-decoration: none;
}
.contacts-note a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .contacts-note {
    padding: 18px 16px;
    margin-top: 40px;
  }
  .contacts-note p {
    font-size: 14px;
  }
}

.contacts-img {
  width: 48%;
}
.contacts-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.contacts-form {
  width: 48%;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #999;
  padding-top: 13px;
  font-family: "Montserrat", sans-serif;
}

.inputbox {
  position: relative;
  margin-bottom: 30px;
}
.inputbox label {
  display: block;
  position: absolute;
  top: 17px;
  color: #7b7b7b;
  font-size: 14px;
  pointer-events: none;
  transition: all ease 0.3s;
}
.inputbox.changed label {
  top: 0;
  font-size: 12px;
}
.inputbox.error-field .input {
  border-color: #DF2C2C;
}
.inputbox.error-field label {
  color: #DF2C2C;
}

.error-message {
  color: #DF2C2C;
  font-size: 13px;
  top: 100%;
  margin-top: 10px;
}

.form-checkbox {
  margin-bottom: 30px;
}
.form-checkbox label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.form-checkbox label:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + label:before {
  background: url(../images/check.svg) no-repeat center;
}
.form-checkbox a {
  color: #1F5BFF;
  text-decoration: none;
}
.form-checkbox a:hover {
  text-decoration: underline;
}

.form-success {
  text-align: center;
  padding: 40px 20px;
}
.form-success h3 {
  margin-bottom: 10px;
}
.form-message {
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-message.error {
  background: #ffe0e0;
  color: #c00;
}
.inputbox.error-field .input {
  border-color: #c00;
}

.button-base {
  display: inline-block;
  height: 60px;
  border-radius: 30px;
  background: #1F5BFF;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0 40px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all ease 0.3s;
}
.button-base:hover {
  background: #154be0;
}

.footer {
  background: #f1f1f1;
  padding: 40px 0;
  margin-top: 60px;
}
.footer .container {
  max-width: 1200px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-logo img {
  width: 100px;
  display: block;
}

.footer-right {
  display: flex;
  gap: 40px;
}

.footer-col {
  max-width: 300px;
  font-size: 15px;
  line-height: 140%;
}
.footer-col h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.footer-col a {
  display: block;
  color: #1F5BFF;
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}

.footer-contacts span {
  font-weight: 500;
}
.footer-contacts p {
  margin: 0 0 5px;
}
.footer-contacts a {
  display: inline;
}

.doc-page {
  padding: 40px 0;
}
.doc-page-header {
  margin-bottom: 30px;
}
.doc-page-back {
  color: #1F5BFF;
  text-decoration: none;
  font-size: 16px;
}
.doc-page-back:hover {
  text-decoration: underline;
}

.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  color: #222;
}
.privacy-policy h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.privacy-policy p {
  margin-bottom: 14px;
  font-size: 15px;
}
.privacy-policy p strong {
  font-weight: 600;
  color: #000;
}
.privacy-policy ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.privacy-policy ul li {
  margin-bottom: 8px;
  font-size: 15px;
}
.privacy-policy ul ul {
  margin-top: 8px;
  padding-left: 18px;
}
.privacy-policy a {
  color: #2a7cff;
  text-decoration: none;
}
.privacy-policy a:hover {
  text-decoration: underline;
}
.privacy-policy p:last-child {
  margin-top: 20px;
  padding: 16px;
  background: #f7f9fc;
  border-radius: 10px;
}
.privacy-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.privacy-policy table th,
.privacy-policy table td {
  border: 1px solid #d0d7e2;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.privacy-policy table th {
  background: #f7f9fc;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 600px) {
  .privacy-policy {
    padding: 20px 15px;
  }
  .privacy-policy h2 {
    font-size: 18px;
  }
  .privacy-policy p,
  .privacy-policy li {
    font-size: 14px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.slideRight {
  animation-name: slideRight;
}

@keyframes slideRight {
  from {
    transform: translate(-10%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.slideLeft {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  from {
    transform: translate(10%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.slideUp {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    transform: translate(0, 10%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.slideUpBig {
  animation-name: slideUpBig;
}

@keyframes slideUpBig {
  from {
    transform: translate(0, 50px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.wow {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .hero-section__text h1 {
    font-size: 55px;
  }
  .hero-section__text p {
    font-size: 24px;
  }
  .hero-section__row a img {
    width: 200px;
  }
  .hero-section__bg video {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .hero-section__text {
    margin-bottom: 40px;
  }
  .hero-section__text h1 {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
  .hero-section__text p {
    font-size: 20px;
  }
  .hero-section__row a img {
    width: 180px;
  }
  .hero-section__bg video {
    width: 100%;
  }
  section:not(.section-hero) {
    padding: 40px 0;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .section-title p {
    font-size: 20px;
  }
  .text-item {
    flex-direction: column-reverse !important;
    gap: 30px;
  }
  .text-item .slideRight, .text-item .slideLeft {
    animation-name: slideUp;
  }
  .text-item__desc {
    width: 80%;
    padding: 0 !important;
  }
  .text-item__img {
    width: 80%;
    padding: 0;
  }
  .contacts-row {
    flex-direction: column;
    gap: 30px;
  }
  .contacts-row .slideRight, .contacts-row .slideLeft {
    animation-name: slideUp;
  }
  .contacts-img {
    width: 80%;
  }
  .contacts-form {
    width: 80%;
  }
}
@media (max-width: 620px) {
  .hero-section__text {
    margin-bottom: 40px;
    text-align: center;
  }
  .hero-section__text h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .hero-section__text h1 br {
    display: none;
  }
  .hero-section__text p {
    font-size: 18px;
  }
  .hero-section__row {
    flex-direction: column;
    align-items: center;
  }
  .hero-section__row a img {
    width: 180px;
  }
  .store-qr {
    display: none;
  }
  .section-hero {
    padding-bottom: 40px;
  }
  .header {
    padding: 15px 20px;
  }
  .logo img {
    width: 80px;
  }
  .text-item__desc,
  .text-item__img,
  .contacts-img,
  .contacts-form {
    width: 100%;
  }
  .footer-row {
    flex-direction: column;
    gap: 30px;
  }
  .footer-right {
    flex-direction: column;
    gap: 20px;
  }
  .footer-col {
    text-align: center;
  }
  .policy-modal {
    padding: 10px !important;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero-section__text {
    margin-bottom: 40px;
    text-align: center;
  }
  .hero-section__text h1 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .hero-section__text h1 br {
    display: none;
  }
  .hero-section__text p {
    font-size: 16px;
  }
  .hero-section__text p br {
    display: none;
  }
  .hero-section__row {
    flex-direction: column;
  }
  .hero-section__row a img {
    width: 180px;
  }
}/*# sourceMappingURL=style.css.map */
