@font-face {
  font-family: 'FiraSans-Light';
  src: url("../fonts/FiraSans-Light.eot");
  src: local("FiraSans Light"), local("FiraSans-Light"), url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FiraSans-Regular';
  src: url("../fonts/FiraSans-Regular.eot");
  src: local("FiraSans Regular"), local("FiraSans-Regular"), url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

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-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.f-center-jcsb {
  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;
}

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

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

body {
  height: 100%;
}

input {
  padding: 0;
}

h1 {
  font-family: 'FiraSans-Regular';
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
}

p, a, button {
  font-family: 'Roboto-Regular';
}

.container {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.header {
  margin-top: 45px;
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-wrapper .header-burger {
  pointer-events: all;
  cursor: pointer;
  width: 34px;
  height: 28px;
  padding: 8px;
  background: #DFE5EA;
  border-radius: 4px;
  position: relative;
  z-index: 9999;
}

.header-wrapper .header-burger div {
  width: calc(100% - 16px);
  height: 1px;
  background-color: #1A290A;
  position: absolute;
  display: block;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.header-wrapper .header-burger div::before {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  content: '';
  background-color: #1A290A;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 1px;
}

.header-wrapper .header-burger div::after {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  content: '';
  background-color: #1A290A;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
}

.header-wrapper .header-burger.active div {
  background: transparent;
}

.header-wrapper .header-burger.active div::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 0;
}

.header-wrapper .header-burger.active div::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 0;
}

.main {
  background: #fff;
  padding: 108px 0 150px 0;
  position: absolute;
  z-index: 99;
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  width: 100%;
}

.main-wrapper {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.main-wrapper p li {
  color: #fff;
}

.main-wrapper .main-title {
  font-family: 'FiraSans-Regular';
  font-size: 30px;
  line-height: 130%;
  color: #fff;
}

.main-wrapper .main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0;
}

.main-wrapper .main-list .main-item__text {
  margin-top: 6px;
  font-family: 'FiraSans-Regular';
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.main-wrapper .main-number {
  margin-bottom: 0;
}

.main-wrapper .main-subtitle {
  display: inline-block;
  margin-top: 12px;
  font-family: 'FiraSans-Regular';
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.main-cloud {
  width: 100%;
  margin-top: 5px;
}

.main.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: #11182A;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 60px);
  background: #11182A;

}

.intro-wrapper .intro-title {
  margin-bottom: 25px;
  color: #fff;
}

.intro-wrapper .intro-block {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-wrapper .intro-block .intro-card {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 11.5px 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  cursor: default;
}

.intro-wrapper .intro-block .intro-card svg {
  margin-right: 19px;
}

.intro-wrapper .intro-block .intro-card svg path {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.intro-wrapper .intro-block .intro-card::before {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background: #e51937;
  border-radius: 16px 0 0 16px;
  z-index: -1;
}

.intro-wrapper .intro-block .intro-card:hover::before {
  width: 100%;
  border-radius: 16px;
}

.intro-wrapper .intro-block .intro-card:hover .intro-card-info__title, .intro-wrapper .intro-block .intro-card:hover .intro-card-info__descr {
  color: #fff;
}

.intro-wrapper .intro-block .intro-card:hover svg path {
  fill: #fff;
}

.intro-wrapper .intro-block .intro-card-info__title {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
}

.intro-wrapper .intro-block .intro-card-info__descr {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #fff;
}

.intro-wrapper .intro-number {
  margin: 0 auto 25px auto;
}

.intro-wrapper .intro-list {
  margin-bottom: 35px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  padding: 20px 28px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-wrapper .intro-list .intro-item {
  font-size: 14px;
  line-height: 17px;
  font-family: 'FiraSans-Light';
  position: relative;
  padding-left: 30px;
}

.intro-wrapper .intro-list .intro-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e51937;
}

.intro-wrapper .intro-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-wrapper .intro-form-direction, .intro-wrapper .intro-form-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-wrapper .intro-form-date {
  position: relative;
}

.intro-wrapper .intro-form-date .intro-form-elem {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro-wrapper .intro-form-date .intro-form-elem-inner {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.intro-wrapper .intro-form-date .intro-form-elem-inner input {
  padding-top: 22px;
  position: absolute;
  background: transparent;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intro-wrapper .intro-form-date .intro-form-elem svg {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.intro-wrapper .intro-form-date input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.intro-wrapper .intro-form-date input[type="date"]::-webkit-inner-spin-button,
.intro-wrapper .intro-form-date input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.intro-wrapper .intro-form-date input::-webkit-datetime-edit, .intro-wrapper .intro-form-date input::-webkit-inner-spin-button, .intro-wrapper .intro-form-date input::-webkit-clear-button {
  display: none;
}

.intro-wrapper .intro-form-date input:before {
  position: absolute;
  content: attr(data-date);
  display: inline-block;
  color: black;
}

.intro-wrapper .intro-form-elem {
  width: 290px;
  height: 60px;
  background: #FBFBFB;
  border: 0.6px solid #BDBDBD;
  border-radius: 15px;
  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;
  padding: 8px 14px;
}

.intro-wrapper .intro-form-elem:last-child {
  margin-left: 12px;
}

.intro-wrapper .intro-form-elem-inner {
  width: 88%;
}

.intro-wrapper .intro-form-elem-inner p {
  font-family: 'FiraSans-Light';
  font-size: 14px;
  line-height: 17px;
  color: #59636A;
  margin-bottom: 6px;
}

.intro-wrapper .intro-form-elem-inner input {
  font-family: 'FiraSans-Regular';
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.intro-wrapper .intro-form-elem-inner input::-webkit-input-placeholder {
  font-family: 'FiraSans-Light';
  color: #59636A;
  font-size: 18px;
  line-height: 22px;
}

.intro-wrapper .intro-form-elem-inner input:-ms-input-placeholder {
  font-family: 'FiraSans-Light';
  color: #59636A;
  font-size: 18px;
  line-height: 22px;
}

.intro-wrapper .intro-form-elem-inner input::-ms-input-placeholder {
  font-family: 'FiraSans-Light';
  color: #59636A;
  font-size: 18px;
  line-height: 22px;
}

.intro-wrapper .intro-form-elem-inner input::placeholder {
  font-family: 'FiraSans-Light';
  color: #59636A;
  font-size: 18px;
  line-height: 22px;
}

.intro-wrapper .intro-form__btn {
  background: #007EDE;
  border-radius: 15px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'FiraSans-Regular';
  color: #fff;
  width: 270px;
  padding: 19px 0;
  margin: 25px auto 0 auto;
  padding: 14px 38px;
  border: 2px solid #007EDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-wrapper .intro-form__btn:hover {
  background: #fff;
  color: #007EDE;
}

.footer {
  position: absolute;
  bottom: auto;
  z-index: 2;
  width: 100%;
  background: #59636A;
}

.footer-wrapper {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-wrapper .footer-link {
  margin: 0 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #FFFFFF;
}

.footer-wrapper .footer-link:hover {
  color: #007EDE;
}

.footer-wrapper .footer-link:last-child {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.footer-wrapper .footer-link:last-child:hover {
  color: #fff;
}

.footer-wrapper .footer-disclaimer {
  margin: 0 0px;
  margin-top: 17px;
  width: 102%;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #DCDCDC;
}

.footer-wrapper .footer-disclaimer2 {
  margin: 0 0px;
  margin-top: 2px;
  width: 102%;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.25px;
  color: #DCDCDC;
}

.call {
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}

.call-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-wrapper .call__number {
  font-family: 'FiraSans-Regular';
  margin-right: 25px;
  font-size: 18px;
  line-height: 130%;
}

.call-wrapper .call__btn {
  border: 2px solid #e51937;
  background: #e51937;
  padding: 17px 42px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-family: 'FiraSans-Regular';
  color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.call-wrapper .call__btn:hover {
  color: #e51937;
  background: #fff;
}

.btn-call {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e51937;
  border-radius: 15px;
  margin: 0 auto 25px auto;
  padding: 14px 38px;
  border: 2px solid #e51937;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-call svg path {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-call .btn-call__text {
  font-family: 'FiraSans-Regular';
  font-size: 22px;
  line-height: 26px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #FFFFFF;
}

.btn-call:hover {
  background: #fff;
}

.btn-call:hover svg path {
  fill: #e51937;
}

.btn-call:hover .btn-call__text {
  color: #e51937;
}

.hidden {
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */