.contacts__title, .reviews__title, .video__title, .benefits__title {
  font-family: "Playfair", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #262a3f;
}

.promises__text, .video__text, .benefits__text, .info__text, .banner__text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #262a3f;
}

@font-face {
  font-family: "Lato";
  src: url(../assets/fonts/Lato/Lato-Light.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayFair";
  src: url(../assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
body {
  font-size: var(16px);
  background-color: var(#fff);
  font-family: var("Montserrat", sans-serif);
  color: var(#000);
  overflow-x: hidden;
}

.header {
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 50px;
}
.header__logo {
  width: 107px;
  height: 32px;
  margin-top: 50px;
  fill: #fff;
}
.header__nav {
  width: 490px;
  height: 24px;
  margin-top: 20px;
}
.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;
  width: 1170px;
  height: 32px;
  margin: auto;
}
.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
}
@media screen and (max-width: 992px) {
  .header__ul {
    position: absolute;
    right: 0;
    top: -100%;
    width: 340px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    background: #85b4c7;
    padding: 0 0;
    gap: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.header__list {
  list-style-type: none;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #262A3F;
}
@media screen and (max-width: 992px) {
  .header__list {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #e5d9d9;
  }
}
.header__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0.02))), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), color-stop(24.1%, rgba(255, 255, 255, 0.244636)), color-stop(47.19%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.244636) 24.1%, rgba(255, 255, 255, 0) 47.19%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
}

.nav__burger {
  display: none;
}
@media screen and (max-width: 992px) {
  .nav__burger:checked ~ .header__ul {
    visibility: visible;
    opacity: 1;
    top: 68px;
  }
  .nav__burger:checked ~ .burger__img {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    -webkit-transition: all 0.44s;
    transition: all 0.44s;
  }
  .nav__burger:checked ~ .burger__img::before {
    opacity: 0;
  }
  .nav__burger:checked ~ .burger__img::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
}

.burger__img {
  display: none;
}
@media screen and (max-width: 992px) {
  .burger__img {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 2px;
    background-color: #000;
    cursor: pointer;
  }
  .burger__img::after, .burger__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 10px;
  }
  .burger__img::after {
    top: -10px;
  }
}

.header__link {
  position: relative;
  text-decoration: none;
  color: #262A3F;
  font-size: 0.875rem;
  font-weight: 400;
}
.header__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -14px;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  width: 0;
  height: 1px;
  opacity: 0;
  background: #F1897B;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.header__link:hover::after {
  left: 0;
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
  width: 76%;
  opacity: 1;
}

.banner {
  width: 100%;
  height: 1321px;
  background: url(../assets/img/bg.webp) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__article {
  margin-left: 150px;
  width: 523px;
  height: 302px;
  margin-bottom: 300px;
}
.banner__title {
  font-family: "Playfair", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  width: 523px;
}
.banner__text {
  width: 439px;
}

.span {
  font-family: "PlayFair", sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  color: #85BBB1;
}

.btn-container {
  position: relative;
  display: inline-block;
}
.btn-container .btn {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-top: 50px;
  background: none;
  border: none;
  color: #F1897B;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-container .btn:hover {
  color: #E54F3A;
  cursor: pointer;
}
.btn-container .btn__bg {
  position: absolute;
  width: 112px;
  height: 13px;
  background-color: #F1897B;
  opacity: 30%;
  top: 62px;
  left: 15px;
  z-index: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-container .btn:hover + .btn__bg {
  background-color: #E54F3A;
}

.info {
  width: 1170px;
  height: 670px;
  position: absolute;
  margin-left: 160px;
  top: 870px;
}
.info__img {
  width: 570px;
  height: 670px;
}
.info__block {
  width: 600px;
  height: 670px;
  margin-top: 30px;
}
.info__article {
  width: 770px;
  height: 580px;
  position: absolute;
  opacity: 0.9;
  background-color: #fff;
  top: 27px;
  margin-left: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.info__items {
  width: 370px;
  height: auto;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.info__item {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.info__title {
  font-family: "Playfair", sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 72px;
  color: #262A3F;
  margin: 0 10px 0 0;
}
.info__subtitle {
  font-family: "Playfair", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #E4E4E4;
  margin: 0;
  padding: 10px;
}
.info__text {
  margin: 10px 0 0 0;
}
.info__divider {
  border: 1px solid #85BBB1;
  width: 100px;
  margin: 0 auto;
}
.info .btn__bg {
  top: calc(100% - 10px);
  left: 20px;
  width: 182px;
}

.benefits {
  width: 1170px;
  height: 620px;
  margin: auto;
  margin-top: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.benefits__article {
  width: 570px;
  height: 250px;
  border-top: 1px solid #E4E4E4;
}
.benefits__title {
  width: 500px;
  margin-left: 30px;
}
.benefits__text {
  width: 500px;
  margin-left: 30px;
}
.benefits .span {
  font-size: 40px;
}

.quote {
  width: 1170px;
  height: 400px;
  margin: auto;
  margin-top: 100px;
  background: url(../assets/img/img-2.webp) no-repeat;
  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;
}
.quote__article {
  width: 770px;
  height: 230px;
  margin-right: 80px;
}
.quote__text {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.04em;
  color: #fff;
  width: 710px;
}
.quote__author {
  font-family: "Playfair", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
}
.quote__icon {
  position: absolute;
  right: 1140px;
}

.video {
  width: 970px;
  height: 777px;
  margin: auto;
  margin-top: 150px;
}
.video__tablet {
  border: 1px solid #E4E4E4;
  width: 970px;
  height: 601px;
  border-radius: 30px;
  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;
}
.video__tablet img {
  width: 870px;
  height: 539px;
  margin-right: 50px;
}
.video__play {
  width: 120px;
  height: 120px;
  position: absolute;
  fill: #262A3F;
}
.video__text {
  width: 897px;
}
.video .span {
  font-size: 40px;
}
.video .circle {
  width: 35px;
  height: 35px;
  border: 1px solid #E4E4E4;
  border-radius: 32px;
  position: absolute;
  margin-left: 900px;
}

.promises {
  width: 1170px;
  height: 540px;
  margin: auto;
  margin-top: 150px;
}
.promises__block {
  width: 570px;
  height: 540px;
}
.promises__block:nth-child(1) {
  width: 600px;
  background: url(../assets/img/img-4.webp);
}
.promises__article {
  width: 770px;
  height: 450px;
  background-color: #fff;
  opacity: 90%;
  position: absolute;
  margin-left: 400px;
  top: 3900px;
}
.promises__title {
  font-family: "Playfair", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  color: #262A3F;
}
.promises__items {
  width: 700px;
  height: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
  margin-top: 50px;
}
.promises__item {
  width: 300px;
}
.promises .btn {
  width: 300px;
  height: 90px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-top: 50px;
  border: 1px solid #E4E4E4;
  color: #F1897B;
}
.promises .btn__bg {
  position: absolute;
  width: 112px;
  height: 13px;
  background-color: #F1897B;
  opacity: 30%;
  top: 95px;
  left: 100px;
}
.promises .btn:hover, .promises .btn .btn__bg {
  color: #E54F3A;
  cursor: pointer;
  border: 1px solid #E54F3A;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.promises .btn:hover .btn__bg, .promises .btn .btn__bg .btn__bg {
  background-color: #E54F3A;
}

.reviews {
  width: 1170px;
  height: 510px;
  margin: auto;
  margin-top: 130px;
}
.reviews .span {
  font-size: 40px;
}
.reviews__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  width: 400px;
}
.reviews__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1170px;
  height: 340px;
  gap: 20px;
  margin-top: 50px;
}
.reviews__article {
  width: 370px;
  height: 340px;
  background: url(../assets/img/img-5.webp) no-repeat;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(25, 28, 41, 0.6);
}
.reviews__article:nth-child(2) {
  background: url(../assets/img/img-6.webp);
}
.reviews__article:nth-child(3) {
  background: url(../assets/img/img-7.webp);
}
.reviews__p {
  font-family: "Playfair", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: 110px;
}
.reviews__text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  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;
  width: 290px;
}

.contacts {
  width: 1170px;
  height: 300px;
  margin: auto;
  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;
  border-top: 1px solid #E4E4E4;
  margin-top: 120px;
}
.contacts .span {
  font-size: 40px;
}
.contacts__text {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #262A3F;
  width: 470px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 470px;
  height: 240px;
  gap: 50px;
  margin-top: 90px;
}
.form .btn {
  position: absolute;
  margin-right: 290px;
}
.form .btn__bg {
  position: absolute;
  width: 163px;
}
.form__divider {
  width: 470px;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: 5270px;
}
.form__divider:nth-child(2) {
  top: 5355px;
}
.form__divider:nth-child(4) {
  top: 5440px;
}

.input {
  width: 470px;
  height: 32px;
  border: none;
  font-family: "Playfair", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  outline: none;
  position: relative;
}

.footer {
  width: 1170px;
  height: 86px;
  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;
  border-top: 1px solid #E4E4E4;
  margin: auto;
  margin-top: 180px;
}
.footer__text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #262A3F;
}
.footer__p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: black;
}
.footer div {
  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;
}
.footer div:nth-child(2) {
  width: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer div:nth-child(3) {
  width: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .header {
    max-width: 768px;
  }
  .header__nav {
    width: 100px;
  }
  .header__container, .header__blur {
    width: 768px;
  }
  .banner {
    width: 768px;
    padding: 20px;
  }
  .banner__article {
    margin-left: 0;
    width: 100%;
    margin-bottom: 600px;
  }
  .banner__article .btn__bg {
    top: 598px;
  }
  .info {
    width: 768px;
    margin: 0;
    top: 700px;
  }
  .info__img {
    width: 570px;
    height: auto;
  }
  .info__block {
    width: 768px;
    height: auto;
    margin-top: 20px;
  }
  .info__article {
    width: 570px;
    position: relative;
    margin-left: 0;
    padding: 20px;
  }
  .info__items {
    width: 100%;
  }
  .info__item {
    width: 100%;
  }
  .info__title {
    font-size: 48px;
    line-height: 56px;
    margin: 10px 0;
  }
  .info__subtitle {
    font-size: 32px;
    line-height: 40px;
  }
  .info__text {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
  .info__divider {
    width: 50px;
  }
  .benefits {
    width: 768px;
    margin-top: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .quote {
    width: 768px;
    margin-top: 400px;
  }
  .quote__article {
    width: 668px;
    margin-left: 50px;
  }
  .video {
    width: 768px;
  }
  .video__tablet {
    width: 768px;
  }
  .video img {
    width: 678px;
  }
  .video__title, .video__text {
    width: 748px;
  }
  .video .circle {
    margin-right: 200px;
  }
  .promises {
    width: 768px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promises__article {
    margin-left: 170px;
    top: 4550px;
    width: 600px;
    height: 350px;
  }
  .promises__items {
    width: 600px;
    height: 350px;
    margin-top: 0;
    margin-left: 0;
  }
  .promises__block, .promises__block:nth-child(1) {
    width: 384px;
    height: 324px;
  }
  .promises .btn__bg {
    top: 288px;
    right: 80px;
  }
  .reviews {
    width: 768px;
    margin-top: 0;
  }
  .reviews__cards {
    width: 768px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts {
    width: 768px;
    margin-top: 450px;
  }
  .contacts__article, .contacts__title, .contacts__text, .contacts .form {
    width: 320px;
  }
  .form {
    width: 320px;
  }
  .form__divider {
    top: 6220px;
    width: 320px;
  }
  .form__divider:nth-child(2) {
    top: 6305px;
  }
  .form__divider:nth-child(4) {
    top: 6390px;
  }
  .form .btn {
    top: 6400px;
    width: 180px;
  }
  .form .btn__bg {
    top: 6464px;
  }
  .footer {
    width: 768px;
  }
  .input {
    width: 200px;
  }
}
@media screen and (max-width: 320px) {
  .header {
    top: 10px;
  }
  .header__logo {
    margin-top: 20px;
  }
  .header__container {
    width: 90%;
  }
  .header__nav {
    margin-top: 10px;
  }
  .header__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__list {
    padding: 5px 0;
  }
  .header__blur {
    width: 100%;
  }
  .banner {
    width: 320px;
    height: auto;
    padding: 20px;
  }
  .banner__article {
    margin-top: 50px;
    margin-left: 0;
    width: 320px;
  }
  .banner__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    width: 320px;
  }
  .banner__text {
    width: 100%;
    text-align: center;
  }
  .banner .span {
    font-size: 24px;
    line-height: 32px;
  }
  .banner .btn {
    font-size: 16px;
    margin-top: 20px;
  }
  .banner .btn__bg {
    width: 100px;
    height: 10px;
    top: 350px;
  }
  .info {
    width: 100%;
    height: auto;
    margin-left: 0;
    top: 350px;
    padding: 20px;
  }
  .info__img img {
    width: 320px;
  }
  .info__block {
    width: 100%;
    height: auto;
  }
  .info__article {
    width: 100%;
    height: auto;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__items {
    width: 100%;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__item {
    width: 100%;
  }
  .info__title {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .info__subtitle {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .info__text {
    text-align: center;
  }
  .info__divider {
    width: 100%;
  }
  .info .btn__bg {
    top: calc(100% - 30px);
    width: 190px;
  }
  .benefits {
    width: 100%;
    height: auto;
    margin-top: 640px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits__article {
    width: 90%;
    height: auto;
    border-top: 1px solid #E4E4E4;
    margin-top: 20px;
  }
  .benefits__title {
    font-size: 24px;
  }
  .benefits__title, .benefits__text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .benefits .span {
    font-size: 24px;
  }
  .quote {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background-size: cover;
    padding: 20px;
  }
  .quote__article {
    width: 100%;
    height: auto;
    margin-right: 0;
    text-align: center;
  }
  .quote__text {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .quote__author {
    font-size: 16px;
  }
  .quote__icon {
    left: 50px;
    top: 2850px;
  }
  .video {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .video__tablet {
    width: 320px;
    height: 180px;
    border-radius: 10px;
  }
  .video__tablet img {
    width: 250px;
    margin-left: 20px;
    height: auto;
  }
  .video__play {
    width: 40px;
  }
  .video__play svg {
    width: 50px;
  }
  .video__title {
    font-size: 24px;
  }
  .video__text {
    font-size: 16px;
  }
  .video__title, .video__text {
    width: 100%;
    text-align: center;
  }
  .video .span {
    font-size: 24px;
  }
  .video .circle {
    width: 20px;
    height: 20px;
    margin-left: 470px;
  }
  .promises {
    width: 100%;
    height: auto;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promises__block {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .promises__block:nth-child(1) {
    width: 100%;
  }
  .promises__title {
    font-size: 20px;
  }
  .promises__text {
    font-size: 16px;
  }
  .promises__article {
    width: 320px;
    margin-left: 0;
    text-align: center;
    top: 3700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .promises__items {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
  }
  .promises__item {
    width: 100%;
    margin-top: 20px;
  }
  .promises .btn {
    width: 200px;
    height: 100px;
    margin-top: 20px;
  }
  .promises .btn__bg {
    top: 425px;
  }
  .reviews {
    width: 100%;
    height: auto;
    margin-top: 400px;
  }
  .reviews__title {
    font-size: 24px;
    text-align: center;
  }
  .reviews .span {
    font-size: 24px;
  }
  .reviews__subtitle {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .reviews__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    gap: 10px;
  }
  .reviews__article {
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 20px;
    text-align: center;
  }
  .reviews__p {
    font-size: 16px;
    margin-right: 0;
  }
  .reviews__text {
    width: 100%;
  }
  .contacts {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .contacts__title, .contacts__text {
    width: 100%;
    text-align: center;
  }
  .form {
    width: 100%;
    height: auto;
    gap: 20px;
    margin-top: 20px;
  }
  .form .btn {
    position: relative;
    margin-right: 0;
    top: auto;
  }
  .form .btn__bg {
    position: relative;
    width: 200px;
    top: 1px;
  }
  .form__divider {
    width: 320px;
    height: 1px;
    position: absolute;
    top: 5740px;
  }
  .form__divider:nth-child(2) {
    top: 5840px;
    height: 1.5px;
  }
  .form__divider:nth-child(4) {
    top: 5790px;
  }
  .input {
    width: 320px;
  }
  .footer {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    padding: 20px;
  }
  .footer__text, .footer__p {
    text-align: center;
  }
  .footer div {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer div:nth-child(2), .footer div:nth-child(3) {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */