@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
*, :before, :after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  font-family: inherit;
  color: #4F4F4F !important;
}

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: inherit;
  color: #4F4F4F !important;
}

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: inherit;
  color: #4F4F4F !important;
}

:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  font-family: inherit;
  color: #4F4F4F !important;
}

:focus::-webkit-input-placeholder {
  text-indent: -1000px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  text-indent: -1000px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

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

label, input:not([type="checkbox"]),
input:not([type="radio"]), button {
  -webkit-appearance: none;
  font-family: inherit;
}

label, input[type="submit"], button {
  cursor: pointer;
}

img {
  border: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

button:focus {
  outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:hover::-webkit-outer-spin-button,
input:hover::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* @include transform-translate(#, #); */
/* @include transform-translateY(#); */
/* @include transform-translateX(#); */
/* @include transform-translate3d(#, #, #); */
/* @include transform-rotate(#); */
/* @include transform-scale(#); */
/* @include animation(#); */
/* @include animation-delay(#); */
/* @include animation-duration(#); */
/* @include animation-fill-mode(#); */
/* @include animation-name(#); */
/* @include transition(#); */
/* @include transition-transform(#, #); */
/* @include transition-transform-cubic-bezier(#, #, #, #, #); */
/* @include transition-timing-function(#); */
/* @include transition-duration(#); */
/* @include transition-delay(#); */
/* @include backface-visibility(#); */
/* @include transition-opacity-visibility(#, #); */
/* @include transition-opacity(#); */
/* @include box-shadow(#); */
/* @include opacity(#); */
/* @include border-radius(#); */
/* @include border_b_l-radius(#); */
/* @include border_b_r-radius(#); */
/* @include border_t_r-radius(#); */
/* @include border_t_l-radius(#); */
/* @include box-sizing(#); */
/* @include user-select(#); */
/* @include filter-blur-brightness(#, #); */
/* @include filter-img(#, #); */
/* @include filter(#); */
/* @include box-sizing(#, #(0)); */
body {
  font: 300 1.8rem/3.2rem 'Inter', sans-serif;
  color: #000;
  background: #fff;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #32BEF3;
}

.wrap {
  overflow: hidden;
  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;
  background: url(../img/bg-wrap.jpg) 100% 0 no-repeat;
  background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
  .wrap {
    background: none;
  }
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1448px;
  }
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.img-fluid {
  display: block;
  max-width: 100%;
}

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

.text_normal {
  font-weight: 400;
}

.text_mediumbold {
  font-weight: 500;
}

.hidden {
  display: none;
}

.rline {
  position: relative;
}

.rfield_error {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  color: #C62E5C;
  font-size: 1.4rem;
}

.header {
  padding: 4.5rem 0;
}

.logo__item:not(:last-child) {
  margin-right: 2.9rem;
}

.preview-section {
  margin: 12.1rem 0 22.5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .preview-section {
    margin: 5rem 0 8rem;
  }
}

.preview-section__text {
  width: 38.8%;
}

@media only screen and (max-width: 1399px) {
  .preview-section__text {
    width: 41%;
  }
}

@media only screen and (max-width: 1199px) {
  .preview-section__text {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .preview-section__text {
    width: 100%;
  }
}

.preview-section__image {
  position: absolute;
  top: -7.3rem;
  right: -1.7rem;
  width: 73%;
  z-index: -1;
}

@media only screen and (max-width: 1399px) {
  .preview-section__image {
    width: 60%;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .preview-section__image {
    position: static;
    width: 100%;
    margin-bottom: 4rem;
  }
}

.preview-section__success {
  padding-top: 6.3rem;
}

@media only screen and (max-width: 767px) {
  .preview-section__success {
    padding-top: 0;
  }
}

.preview-section__success p {
  margin-bottom: 1.2rem;
}

.preview-section__error {
  padding-top: 6.3rem;
}

@media only screen and (max-width: 767px) {
  .preview-section__error {
    padding-top: 0;
  }
}

.preview-section__error p {
  margin-bottom: 1.2rem;
}

.preview-section__icon {
  margin-bottom: 0.5rem;
}

.preview-section__btn {
  margin-top: 11.3rem;
}

@media only screen and (max-width: 767px) {
  .preview-section__btn {
    margin-top: 3rem;
  }
}

.title {
  font-weight: 300;
  font-size: 6rem;
  line-height: 7.3rem;
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 4.8rem;
    line-height: 5.5rem;
  }
}

.text_size-md {
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.form-group {
  margin-bottom: 6rem;
}

.form-control {
  font-family: inherit;
  display: block;
  border: none;
  border-bottom: 1px solid #DCDCDC;
  border-radius: 0;
  padding: 1.4rem 0 4rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.03rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-control.rf_error {
  border-color: #C62E5C;
}

.form-control.rf_error::-webkit-input-placeholder {
  color: #C62E5C !important;
}

.form-control.rf_error::-moz-placeholder {
  color: #C62E5C !important;
}

.form-control.rf_error:-moz-placeholder {
  color: #C62E5C !important;
}

.form-control.rf_error:-ms-input-placeholder {
  color: #C62E5C !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 2rem 3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #32BEF3;
  letter-spacing: 0.06rem;
}

.btn:hover {
  color: #fff;
  background: #14a0d5;
}

.after-title {
  margin-bottom: 4.6rem;
}

@media only screen and (max-width: 767px) {
  .after-title {
    margin-bottom: 2rem;
  }
}

.contacts-section {
  margin-bottom: 6.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contacts-section {
    display: block;
    margin-bottom: 0;
  }
}

.contacts-section__map {
  height: 68.2rem;
  width: 70.3%;
}

@media only screen and (max-width: 767px) {
  .contacts-section__map {
    width: auto;
    margin: 2rem -1.5rem;
  }
}

.contacts-section__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contacts-section__map iframe {
    display: block;
  }
}

.contacts-section__text {
  padding: 4.1rem 2rem 0.2rem 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts-item {
  margin-bottom: 3.2rem;
}

.title_size-md {
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 1.2rem;
}
