@charset "UTF-8";

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Gilroy";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 70rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  padding-top: 50px;
  position: relative;
  z-index: 50;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__button {
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 700;
  background: #2051FF;
}

.header__button:hover {
  background: #7591f6;
}

.logo img {
  width: 110.01px;
  height: 30px;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.footer {
  margin-bottom: 40px;
}

.footer__container {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__button {
  border: 1px solid rgba(255, 255, 255, 0.462745098);
  border-radius: 8px;
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footer__button:hover {
  background-color: #6c89f0;
}

.footer__copy {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  opacity: 0.4;
}

.wrapper {
  background: #2051FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  overflow-x: hidden;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.form {
  margin-top: 140px;
  margin-bottom: 120px;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__body {
  max-width: 440px;
}

.form__title {
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 16px;
}

.form__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}

.form__text a {
  text-decoration: underline;
  color: #E0FB38;
}

.form__or {
  position: relative;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 32px;
}

.form__or::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}

.form__or span {
  background-color: #2051FF;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  padding: 0 16px;
}

.form__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}

.form__input {
  width: 100%;
  height: 106px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 14px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.form__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #385E7D;
  opacity: 0.3;
}

.form__images {
  position: absolute;
  left: 45%;
  top: -40%;
  width: 1000px;
  height: 900px;
  background: #FFFFFF;
  -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
          transform: rotate(-120deg);
  border-radius: 30%;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form__image {
  position: relative;
  top: 150px;
  left: -310px;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

.form__image img {
  max-width: 712.51px;
  max-height: 771px;
}

@media (max-width: 50em) {
  .header {
    padding-top: 30px;
  }

  .header__button {
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 700;
    background: #2051FF;
    border: 1px solid #fff;
  }

  .header__button:hover {
    background: #fff;
    color: #2051FF;
  }

  .form__body {
    margin: 0 auto;
  }

  .form__images {
    display: none;
  }
}

@media (max-width: 71.875em) {
  .form {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .form__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .form__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .form__or {
    margin-bottom: 24px;
  }

  .form__or::before {
    top: 13px;
  }

  .form__or span {
    font-size: 16px;
    line-height: 24px;
    padding: 0 14px;
  }

  .form__label {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .form__input {
    padding: 18px;
    font-size: 17px;
    line-height: 24px;
  }

  .form__input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 24px;
  }

  .form__images {
    left: 50%;
    top: -30%;
    width: 900px;
    height: 850px;
  }

  .form__image {
    top: 10px;
    left: -200px;
  }
}

@media (max-width: 61.99875em) {
  .form {
    margin-top: 80px;
    margin-bottom: 70px;
  }

  .form__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .form__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .form__or {
    margin-bottom: 22px;
  }

  .form__or::before {
    top: 11px;
  }

  .form__or span {
    font-size: 15px;
    line-height: 22px;
  }

  .form__label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .form__input {
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .form__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .form__images {
    left: 61%;
    top: 0%;
    width: 500px;
    height: 500px;
  }

  .form__image {
    top: 0px;
    left: -55px;
  }

  .form__image img {
    max-width: 500px;
  }
}

@media (max-width: 47.99875em) {
  .footer {
    margin-bottom: 30px;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }

  .footer__button {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .footer__copy {
    font-size: 15px;
    line-height: 18px;
  }

  .form {
    margin-top: 30px;
  }

  .form__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .form__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .form__or {
    margin-bottom: 20px;
  }

  .form__label {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .form__input {
    padding: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .form__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 29.99875em) {
  .header__button {
    padding: 12px 16px;
  }

  .logo img {
    width: 80px;
  }

  .footer {
    margin-bottom: 20px;
  }

  .footer__button {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer__copy {
    font-size: 14px;
    line-height: 16px;
  }

  .form {
    margin-bottom: 50px;
  }

  .form__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .form__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
  }

  .form__or {
    margin-bottom: 18px;
  }

  .form__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .form__input {
    padding: 12px;
    font-size: 14px;
  }
}