@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 32px;
}

li {
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

a,
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}

button,
[type=text],
[type=password],
[type=submit],
[type=search],
[type=email],
[type=tel],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

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

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

input[type=radio],
input[type=checkbox] {
  margin: 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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 0 solid #3d4047;
  -webkit-text-fill-color: #707585;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  color: #221603 !important;
  background-color: rgba(219, 255, 0, 0.8) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(219, 255, 0, 0.9) inset !important;
  -webkit-text-fill-color: #000000 !important;
}

html,
body,
.mobile-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.mobile-nav::-webkit-scrollbar {
  display: none;
}

body {
  color: #221603;
  transition: color 0.4s;
  background-color: #ffffff;
  z-index: 0;
  overflow-x: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}

.main {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1328px;
  width: 100%;
}

::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 16px;
  font-family: "DM Sans", serif;
}

h1,
h2,
h3,
h5 {
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 48px;
  font-weight: 100;
}

h1 {
  display: block;
  width: 100%;
  font-size: 72px;
  font-weight: 400;
}

h2 {
  display: block;
  width: 100%;
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  margin-bottom: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

p {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

li,
a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

b {
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  font-size: 28px;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 20px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 18px;
  background-color: #4600F3;
}
.button:hover {
  transition: all 0.2s;
}
.button--t1 {
  background-color: transparent;
  background-color: initial;
  color: #4600F3;
  border: 2px solid #4600F3;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form input[type=search],
.form input[type=file],
.form input[type=number],
.form textarea {
  width: 100%;
  height: 80px;
  padding: 20px;
  font-size: 28px;
  line-height: 1.5;
  background: transparent;
  box-sizing: border-box;
  transition: all 0.4s;
  text-overflow: ellipsis;
  border: solid 1px #4600F3;
  border-radius: 18px;
}
.form input[type=text]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form input[type=file]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form textarea::-moz-placeholder {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-overflow: ellipsis;
}
.form input[type=text]::placeholder,
.form input[type=password]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=search]::placeholder,
.form input[type=file]::placeholder,
.form input[type=number]::placeholder,
.form textarea::placeholder {
  transition: all 0.5s;
  text-overflow: ellipsis;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=password]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form input[type=tel]:focus::-moz-placeholder, .form input[type=search]:focus::-moz-placeholder, .form input[type=file]:focus::-moz-placeholder, .form input[type=number]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::placeholder,
.form input[type=password]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=tel]:focus::placeholder,
.form input[type=search]:focus::placeholder,
.form input[type=file]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0;
}
.form textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 20px 20px 20px 0;
  border-radius: 0;
  line-height: 1.5;
  overflow: auto;
  box-sizing: border-box;
  resize: none;
  font-family: "DM Sans", serif;
}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.form-submit .button {
  width: auto;
  padding: 0 80px;
}
.form-submit__description {
  margin-bottom: 0;
}
.form-submit__description a {
  font-size: 24px;
  font-weight: 500;
  color: #3901E0;
  text-decoration: underline;
}
.form-submit__description a:hover {
  text-decoration: none;
}
.form-success {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-success.visible {
  visibility: visible;
  opacity: 1;
}
.form-success__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 32px;
}
.form-success__message h3 {
  font-size: 34px;
  margin-bottom: 0;
}
.form-success__message .button {
  max-width: 320px;
}
.form .form-input {
  width: 100%;
}
.form .form-input__group {
  display: flex;
  gap: 20px;
}
.form .form-input.error input {
  border-color: #DF2D14;
}
.form .form__input input[type=text]:disabled,
.form .form__input input[type=password]:disabled,
.form .form__input input[type=email]:disabled,
.form .form__input input[type=tel]:disabled,
.form .form__input textarea:disabled {
  color: #9FA4BC;
  border-color: #9FA4BC;
  cursor: default;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}
.form__title {
  font-size: 36px;
}
.form__description {
  font-size: 28px;
  margin-bottom: 0;
}
.error-message {
  border: 1px solid #DF2D14;
  text-align: center;
  padding: 20px;
  border-radius: 18px;
  color: #DF2D14;
  font-weight: 600;
}
.footer {
  background-color: #F3F0FA;
}
.footer-layout {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 72px;
  border-top: 2px solid #4600F3;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-menu__link {
  font-size: 24px;
  font-weight: 500;
  color: #3901E0;
  text-decoration: underline;
}
.footer-menu__link:hover {
  text-decoration: none;
}

.copyright {
  display: flex;
  flex-direction: column;
  font-size: 24px;
}
.copyright-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: right;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 28px;
}
.header-info span {
  font-weight: 500;
  color: #190D36;
  opacity: 0.7;
}
.header-info a {
  font-weight: 500;
  color: #3901E0;
  text-decoration: underline;
}
.header-info a:hover {
  text-decoration: none;
}
.header-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 42px 0;
  border-bottom: 4px solid #4600F3;
}

.section {
  position: relative;
  height: 100%;
}
.section-main {
  padding-top: 60px;
  padding-bottom: 80px;
}
.section-main__description {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 200px;
  padding-right: 90px;
}
.section-main__description p:first-of-type {
  font-size: 32px;
  font-weight: 500;
}
.section-info {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #F3F0FA;
}
.section-info__description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
.section-info__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-info__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  padding: 36px;
  border-radius: 32px;
}
.section-info__row p {
  font-size: 28px;
}
.section-info__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 32px;
  border: 1px solid #4600F3;
}
.section-row__header {
  display: flex;
  flex-direction: column;
}
.section-row__header .color {
  font-size: 82px;
  font-weight: 600;
  color: #4600F3;
}
.section-row__header .title {
  font-size: 46px;
}
.section-row__header .subtitle {
  font-size: 36px;
}

.payments {
  display: flex;
  align-items: center;
  gap: 54px;
}

.cookie__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cookie-message {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 640px;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 24px;
  border: 1px solid #4600F3;
}
.cookie-message span {
  font-weight: 600;
}
.cookie-message p {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
}
.cookie-message h5 {
  margin-bottom: 0;
}
.cookie-message a {
  text-decoration: underline;
}
.cookie-message a:hover {
  text-decoration: none;
}
.cookie-message__wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.cookie-message__wrapper.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.cookie-message__wrapper .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 60px;
}
.cookie-message .button {
  font-size: 18px;
  height: 58px;
}
.cookie-title {
  font-size: 22px;
  font-weight: 700;
}
.cookie-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookie-intro a {
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 1280px){
  .container {
    max-width: 1168px;
  }
  .logo-link img {
    width: 220px;
  }
  .header-layout {
    padding: 32px 0;
  }
  .header-info {
    font-size: 24px;
  }
  h1 {
    font-size: 64px;
  }
  .section-main__description p:first-of-type {
    font-size: 28px;
  }
  h3 {
    font-size: 42px;
  }
  p {
    font-size: 20px;
  }
  .section-row__header .color {
    font-size: 72px;
  }
  .section-row__header .title {
    font-size: 32px;
  }
  .section-row__header .subtitle {
    font-size: 32px;
  }
  .section-info__row p {
    font-size: 24px;
  }
  .form__title {
    font-size: 32px;
  }
  .form__description {
    font-size: 24px;
  }
  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=search], .form input[type=file], .form input[type=number], .button {
    height: 72px;
    font-size: 24px;
  }
}
@media all and (max-width: 1024px){
  .container {
    max-width: 912px;
  }
  .logo-link img {
    width: 200px;
  }
  .header-layout {
    padding: 20px 0;
  }
  .header-info {
    font-size: 20px;
  }
  .section-main {
    padding: 40px 0;
  }
  h1 {
    font-size: 52px;
    margin-bottom: 42px;
  }
  .section-main__description {
    padding-left: 140px;
    padding-right: 40px;
  }
  .section-main__description p:first-of-type {
    font-size: 22px;
  }
  h3 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .payments {
    gap: 40px;
  }
  .payments img {
    width: 80px;
  }
  .section-info {
    padding: 60px 0;
  }
  .section-row__header .color {
    font-size: 56px;
  }
  .section-row__header .title {
    font-size: 26px;
  }
  .section-row__header .subtitle {
    font-size: 24px;
  }
  .section-info__row p {
    font-size: 20px;
  }
  .form__title {
    font-size: 24px;
  }
  .form__description {
    font-size: 20px;
  }
  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=search], .form input[type=file], .form input[type=number], .button {
    height: 58px;
    font-size: 20px;
  }
  .footer-layout {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .copyright {
    font-size: 18px;
  }
}
@media all and (max-width: 980px){
  .footer-menu__link {
    font-size: 14px;
  }
  .cookie-message .button {
    height: 32px;
    font-size: 12px;
  }
  .cookie-message h5 {
    font-size: 14px;
  }
  .cookie-message p {
    font-size: 10px;
  }
  .cookie-intro {
    gap: 12px;
  }
  .cookie-intro a {
    font-size: 10px;
  }
}
@media all and (max-width: 880px){
  .container {
    max-width: 656px;
  }
  .logo-link img {
    width: 140px;
  }
  .header-layout {
    padding: 20px 0;
  }
  .header-info {
    font-size: 18px;
  }
  .section-main {
    padding: 30px 0;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 42px;
  }
  .section-main__description {
    padding-left: 100px;
    padding-right: 0;
    gap: 30px;
  }
  .section-main__description p:first-of-type {
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 12px;
  }
  .payments {
    gap: 30px;
  }
  .payments img {
    width: 60px;
  }
  .section-info {
    padding: 40px 0;
  }
  .section-row__header .color {
    font-size: 32px;
  }
  .section-row__header .title {
    font-size: 18px;
  }
  .section-row__header .subtitle {
    font-size: 18px;
  }
  .section-info__row {
    padding: 24px;
  }
  .section-info__row p {
    font-size: 14px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__description {
    font-size: 14px;
  }
  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=search], .form input[type=file], .form input[type=number], .button {
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
  }
  .footer-layout {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .copyright {
    font-size: 14px;
  }
}
@media all and (max-width: 680px){
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .header-info {
    font-size: 14px;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 16px;
  }
  .section-main__description {
    padding-left: 80px;
  }
  h3 {
    margin-bottom: 24px;
  }
  p {
    font-size: 12px;
  }
  .payments {
    gap: 20px;
  }
  .payments img {
    width: 45px;
  }
  .section-info__content {
    gap: 20px;
  }
  .section-info__description {
    display: flex;
    flex-direction: column;
  }
  .section-info__row {
    aspect-ratio: 3/2;
  }
  .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=search], .form input[type=file], .form input[type=number], .button {
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
  }
  .footer-layout {
    flex-direction: column;
    gap: 12px;
  }
  .copyright-wrapper {
    text-align: left;
  }
  .form-submit__description a {
    font-size: 12px;
  }
  .form-submit .button {
    width: 100%;
  }
  .form .form-input__group, .form-submit {
    flex-direction: column;
    gap: 12px;
  }
  .form-success__message h3 {
    font-size: 18px;
  }
  .cookie-message {
    gap: 12px;
  }
  .cookie__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
/*# sourceMappingURL=../maps/init.css.map */
