* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

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

html, body {
  min-height: 100%;
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font: 20px "Formular", sans-serif;
  color: #0D2142;
}

input, textarea, select, option, button, label {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol, menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label, [type='submit'] {
  cursor: pointer;
}

fieldset, [type='submit'] {
  border: none;
}

[class^='icon-'] {
  display: inline-block;
  position: relative;
}

img {
  display: block;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Light.eot");
  src: url("../fonts/Formular-Light.eot"), url("../fonts/Formular-Light.otf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Regular.eot");
  src: url("../fonts/Formular-Regular.eot"), url("../fonts/Formular-Regular.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Medium.eot");
  src: url("../fonts/Formular-Medium.eot"), url("../fonts/Formular-Medium.otf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Bold.eot");
  src: url("../fonts/Formular-Bold.eot"), url("../fonts/Formular-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Black.eot");
  src: url("../fonts/Formular-Black.eot"), url("../fonts/Formular-Black.otf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

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

.menu__item:not(:last-child) {
  margin-right: 30px;
}

.menu__link {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu__link:hover {
  color: #ddd;
}

.menu-hamburger {
  display: none;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .menu-hamburger {
    display: block;
  }
}

.menu-hamburger__item {
  width: 20px;
  height: 2px;
  background-color: #ddd;
}

.menu-hamburger__item:not(:last-child) {
  margin-bottom: 5px;
}

.menu-hamburger_pos_left {
  margin-right: 15px;
}

.menu-hamburger_pos_right {
  margin-left: 15px;
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  .menu-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 42px;
}

@media (max-width: 767px) {
  .header__row {
    padding-top: 27px;
  }
}

.header__left, .header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.header__tel {
  display: table;
  text-align: right;
}

.header__tel-number {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .header__tel-number {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .header__tel-number {
    font-size: 17px;
  }
}

.header__tel-text {
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header__tel-text {
    font-size: 8px;
  }
}

.logo {
  display: table;
}

.logo__img {
  width: 120px;
  height: 43px;
}

@media (max-width: 767px) {
  .logo__img {
    width: 96px;
    height: 34px;
  }
}

.container {
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  display: table;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.btn_theme_blue {
  color: #fff;
  background-color: #3F86F9;
}

.btn_theme_blue:hover {
  background-color: #4e8ff9;
}

.btn_theme_blue:focus {
  background-color: #307df9;
}

.btn_size_s {
  min-width: 100px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.btn_size_m {
  min-width: 150px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}

.btn_size_l {
  min-width: 200px;
  padding: 0 45px;
  height: 73px;
  line-height: 73px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .btn_size_l {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .btn_size_l {
    padding: 0 10px;
  }
}

.btn_pos_center {
  margin-left: auto;
  margin-right: auto;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.title {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 40px;
  }
}

.subtitle {
  font-size: 50px;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.lead {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 1em;
}

.text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1em;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_upper {
  text-transform: uppercase;
}

.desc {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1em;
}

.intro-section {
  padding-bottom: 187px;
  color: #fff;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .intro-section {
    padding-bottom: 75px;
  }
}

.intro-section__row {
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1065px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .intro-section__row {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-section__row {
    padding-top: 27px;
  }
}

.intro-section__right {
  width: 100%;
  max-width: 592px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .intro-section__right {
    padding-top: 0;
  }
}

.intro-section__title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 48px;
  max-width: 450px;
}

@media (max-width: 767px) {
  .intro-section__title {
    font-size: 24px;
    line-height: 23px;
  }
}

.intro-section__title_big {
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .intro-section__title_big {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .intro-section__btn {
    width: 100%;
  }
}

.services-list {
  width: 100%;
  max-width: 477px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .services-list {
    margin-left: 0;
    margin-bottom: 60px;
  }
}

.services-list__item {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .services-list__item {
    font-size: 18px;
    line-height: 22px;
  }
}

.services-list__item:not(:last-child) {
  margin-bottom: 1em;
}

.services-list__item-price {
  font-weight: 900;
}

.lead-section {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .lead-section {
    padding-top: 50px;
  }
}

.lead-section__title {
  max-width: 800px;
  margin: 0 auto;
}

.lead-section__desc {
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .lead-section__desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 64px;
  }
}

.lead-section__form {
  width: 100%;
  max-width: 557px;
  margin: 0 auto 24px;
}

@media (max-width: 767px) {
  .lead-section__form {
    margin-bottom: 52px;
  }
}

.lead-section__form-group {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .lead-section__form-group {
    margin-bottom: 41px;
  }
}

@media (max-width: 480px) {
  .form-submit {
    width: 100%;
  }
}

.form-group .input:not(:last-child) {
  margin-bottom: 21px;
}

.input {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 35px;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-moz-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-moz-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .input {
    padding: 0 25px;
  }
}

.input:focus {
  -webkit-box-shadow: inset 4px 0 0 #3F86F9;
          box-shadow: inset 4px 0 0 #3F86F9;
}

.input:focus::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input:focus::-moz-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:focus:-moz-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:focus:-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.privacy {
  text-align: left;
  max-width: 343px;
  margin: 0 auto;
}

.privacy-text {
  font-size: 12px;
  color: #000;
}

.privacy-text:not(:last-child) {
  margin-bottom: 1em;
}

.privacy-text a {
  color: #4392EF;
  text-decoration: underline;
}

.privacy-text a:hover {
  text-decoration: none;
}

.modal-content__content {
  color: #000;
  font-size: 12px;
  position: relative;
  padding: 17px 20px 43px;
}

.modal-content__content p {
  margin-bottom: 1em;
}

.modal-content__content a {
  color: #4392EF;
  text-decoration: underline;
}

.modal-content__content a:hover {
  text-decoration: none;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 480px) {
  .body-fixed {
    position: fixed;
  }
}

@media (max-width: 480px) {
  html.remodal-is-locked {
    width: 100%;
    position: fixed;
  }
}

@media (max-width: 991px) {
  .tablet-hide {
    display: none;
  }
}

.tablet-show {
  display: none;
}

@media (max-width: 991px) {
  .tablet-show {
    display: table;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.remodal-close {
  z-index: 1;
  left: auto;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #fff url("../img/close.svg") no-repeat center;
  background-size: 14px;
}

.remodal-close::before {
  display: none;
}

.remodal-form-success {
  max-width: 490px;
  border: 2px solid #3F86F9;
  border-radius: 5px;
  padding: 27px 20px;
}

.remodal-privacy {
  text-align: left;
  padding: 0;
}

.remodal__text {
  font-size: 24px;
  color: #3F86F9;
}

.btn {
  display: table;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.btn_theme_blue {
  color: #fff;
  background-color: #3F86F9;
}

.btn_theme_blue:hover {
  background-color: #4e8ff9;
}

.btn_theme_blue:focus {
  background-color: #307df9;
}

.btn_size_s {
  min-width: 100px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.btn_size_m {
  min-width: 150px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}

.btn_size_l {
  min-width: 200px;
  padding: 0 45px;
  height: 73px;
  line-height: 73px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .btn_size_l {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .btn_size_l {
    padding: 0 10px;
  }
}

.btn_pos_center {
  margin-left: auto;
  margin-right: auto;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.title {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 40px;
  }
}

.subtitle {
  font-size: 50px;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.lead {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 1em;
}

.text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1em;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_upper {
  text-transform: uppercase;
}

.desc {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1em;
}

.intro-section {
  padding-bottom: 187px;
  color: #fff;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .intro-section {
    padding-bottom: 75px;
  }
}

.intro-section__row {
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1065px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .intro-section__row {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-section__row {
    padding-top: 27px;
  }
}

.intro-section__right {
  width: 100%;
  max-width: 592px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .intro-section__right {
    padding-top: 0;
  }
}

.intro-section__title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 48px;
  max-width: 450px;
}

@media (max-width: 767px) {
  .intro-section__title {
    font-size: 24px;
    line-height: 23px;
  }
}

.intro-section__title_big {
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .intro-section__title_big {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .intro-section__btn {
    width: 100%;
  }
}

.services-list {
  width: 100%;
  max-width: 477px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .services-list {
    margin-left: 0;
    margin-bottom: 60px;
  }
}

.services-list__item {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .services-list__item {
    font-size: 18px;
    line-height: 22px;
  }
}

.services-list__item:not(:last-child) {
  margin-bottom: 1em;
}

.services-list__item-price {
  font-weight: 900;
}

.lead-section {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .lead-section {
    padding-top: 50px;
  }
}

.lead-section__title {
  max-width: 800px;
  margin: 0 auto;
}

.lead-section__desc {
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .lead-section__desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 64px;
  }
}

.lead-section__form {
  width: 100%;
  max-width: 557px;
  margin: 0 auto 24px;
}

@media (max-width: 767px) {
  .lead-section__form {
    margin-bottom: 52px;
  }
}

.lead-section__form-group {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .lead-section__form-group {
    margin-bottom: 41px;
  }
}

@media (max-width: 480px) {
  .form-submit {
    width: 100%;
  }
}

.form-group .input:not(:last-child) {
  margin-bottom: 21px;
}

.input {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 35px;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-moz-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-moz-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .input {
    padding: 0 25px;
  }
}

.input:focus {
  -webkit-box-shadow: inset 4px 0 0 #3F86F9;
          box-shadow: inset 4px 0 0 #3F86F9;
}

.input:focus::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input:focus::-moz-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:focus:-moz-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.input:focus:-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}

.privacy {
  text-align: left;
  max-width: 343px;
  margin: 0 auto;
}

.privacy-text {
  font-size: 12px;
  color: #000;
}

.privacy-text:not(:last-child) {
  margin-bottom: 1em;
}

.privacy-text a {
  color: #4392EF;
  text-decoration: underline;
}

.privacy-text a:hover {
  text-decoration: none;
}

.modal-content__content {
  color: #000;
  font-size: 12px;
  position: relative;
  padding: 17px 20px 43px;
}

.modal-content__content p {
  margin-bottom: 1em;
}

.modal-content__content a {
  color: #4392EF;
  text-decoration: underline;
}

.modal-content__content a:hover {
  text-decoration: none;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 480px) {
  .body-fixed {
    position: fixed;
  }
}

@media (max-width: 480px) {
  html.remodal-is-locked {
    width: 100%;
    position: fixed;
  }
}

@media (max-width: 991px) {
  .tablet-hide {
    display: none;
  }
}

.tablet-show {
  display: none;
}

@media (max-width: 991px) {
  .tablet-show {
    display: table;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.remodal-close {
  z-index: 1;
  left: auto;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #fff url("../img/close.svg") no-repeat center;
  background-size: 14px;
}

.remodal-close::before {
  display: none;
}

.remodal-form-success {
  max-width: 490px;
  border: 2px solid #3F86F9;
  border-radius: 5px;
  padding: 27px 20px;
}

.remodal-privacy {
  text-align: left;
  padding: 0;
}

.remodal__text {
  font-size: 24px;
  color: #3F86F9;
}

[data-slide-in] {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}

[data-slide-down] {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

[data-detect-viewport].in-view [data-slide-in], [data-detect-viewport].in-view [data-slide-down] {
  -webkit-animation: slideUp 0.8s 0.6s ease forwards;
          animation: slideUp 0.8s 0.6s ease forwards;
}

[data-detect-viewport].in-view .header {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

[data-detect-viewport].in-view .intro-section__title {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-detect-viewport].in-view .intro-section__btn {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (max-width: 991px) {
  [data-detect-viewport].in-view .intro-section__btn {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}

[data-detect-viewport].in-view .services-list {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media (max-width: 991px) {
  [data-detect-viewport].in-view .services-list {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

[data-detect-viewport].in-view .lead-section__title {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-detect-viewport].in-view .lead-section__desc {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-detect-viewport].in-view .lead-section__form {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

[data-detect-viewport].in-view .privacy {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
