@font-face {
  font-family: "__Gilroy_5";
  src: url("../fonts/gilroy-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "__Gilroy_5";
  src: url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "__Gilroy_5";
  src: url("../fonts/gilroy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "__Gilroy_5";
  src: url("../fonts/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #121212;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "__Gilroy_5", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  min-width: 303px;
  font-size: 18px;
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

.container {
  max-width: 1150px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.button {
  color: #0b1f33;
  background: #ffdd2d;
  border-radius: 7px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  font-family: "Tilda Sans", sans-serif;
}
.button:hover {
  background: #1045ba;
  color: #ffdd2d;
}

.anchor {
  position: absolute;
  left: -1px;
  height: 65px;
  bottom: 100%;
}

@media (max-width: 960px) {
  .anchor {
    height: 95px;
  }
}
.header {
  padding: 10px 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.header__wrapper {
  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;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo-img {
  max-width: 49px;
  width: 100%;
}
.header__logo-text {
  letter-spacing: 1px;
  color: #4F5151;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  max-width: 475px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__list-link {
  color: #565653;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.header__phone {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__phone-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #F6BF00;
}
.header__phone-icon img {
  width: 19px;
  height: 19px;
}
.header__phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 31px;
  font-weight: 700;
  background-color: #262D32;
  padding-right: 15px;
  padding-left: 5px;
}
.header__phone-bottom {
  background-color: #F6BF00;
  height: 23px;
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px;
}

@media (max-width: 1022px) {
  .header__nav {
    display: none;
  }
  .header__phone-number {
    display: none;
  }
  .header__phone-bottom {
    display: none;
  }
  .header__phone-icon {
    width: 49px;
    height: 49px;
  }
  .header__phone-icon img {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 606px) {
  .header__logo-text {
    font-size: 18px;
    line-height: 23px;
  }
}
.hero {
  padding: 155px 0 110px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/hero-bg.jpeg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/hero-bg.jpeg) center/cover no-repeat;
  overflow: hidden;
}
.hero__wrapper {
  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;
}
.hero__title {
  font-size: 49px;
  line-height: 59px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}
.hero__subtitle {
  font-size: 40px;
  line-height: 48px;
  color: #F6BF00;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 45px;
}
.hero__message {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-align: center;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
}
.hero__message_bottom {
  color: #000;
}
.hero__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 595px;
  width: 100%;
  gap: 20px;
  margin: 0 auto 50px;
}
.hero__form-input {
  background: #F4F4F4;
  border: 1px solid #B5B5B5;
  padding: 0 6px 0 20px;
  border-radius: 30px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  width: 50%;
}
.hero__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: normal;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: #F6BF00;
  font-weight: 700;
  font-family: "__Gilroy_5", sans-serif;
  -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.32);
          box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.32);
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 50px;
}
.hero__form-button:hover {
  background: #A2D229;
}
.hero__form-button_center {
  margin: 0 auto 40px;
}
.hero__form_center {
  margin: 0 auto;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.hero__card-img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__card-title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.hero__card-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 1022px) {
  .hero__title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero__subtitle {
    font-size: 30px;
    line-height: 38px;
    color: #F6BF00;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 45px;
  }
  .hero__message {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .hero__message_bottom {
    color: #000;
  }
  .hero__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__card {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__card-img {
    width: 72px;
    height: 72px;
    margin-bottom: 15px;
  }
  .hero__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__card-title {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .hero__card-text {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 798px) {
  .hero {
    padding: 100px 0 60px 0;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero__form {
    -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;
    max-width: 300px;
    width: 100%;
  }
  .hero__form-input {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 606px) {
  .hero {
    padding: 60px 0;
  }
  .hero__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
  }
  .hero__subtitle {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .hero__message {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .hero__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .hero__form-input {
    width: 100%;
  }
  .hero__form-button {
    max-width: 100%;
    height: 50px;
  }
}
.team {
  padding: 60px 0;
  position: relative;
  background: url(../img/advantages-bg.png) 115% 100%/35% no-repeat;
}
.team__title {
  color: #000000;
  font-size: 47px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 45px;
}
.team__subtitle {
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  margin-bottom: 30px;
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.team__card {
  font-size: 25px;
  line-height: 29px;
  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;
  text-align: center;
  gap: 20px;
}
.team__card img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 68px;
  height: 68px;
}

@media (max-width: 1200px) {
  .team__title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 1022px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 798px) {
  .team__title {
    font-size: 30px;
    line-height: 27px;
  }
  .team__subtitle {
    font-size: 25px;
    color: #000000;
    line-height: 33px;
  }
  .team__card {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 606px) {
  .team {
    padding: 40px 0;
    background: none;
  }
  .team__title {
    text-align: center;
  }
  .team__subtitle {
    text-align: center;
  }
  .team__grid {
    grid-template-columns: 1fr;
  }
  .team__card {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.advantages {
  padding: 100px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/gallery-8.jpeg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/gallery-8.jpeg) center/cover no-repeat;
}
.advantages__title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 50px;
}
.advantages__grid-left, .advantages__grid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.advantages__card-number {
  color: #F6BF00;
  font-size: 52px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
  min-width: 55px;
}
.advantages__card-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1022px) {
  .advantages {
    padding: 60px 0;
  }
}
@media (max-width: 798px) {
  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 606px) {
  .advantages__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 60px;
  }
  .advantages__card-number {
    font-size: 52px;
    line-height: 40px;
  }
  .advantages__card-text {
    font-size: 17px;
    line-height: 20px;
  }
}
.stage {
  padding: 60px 0;
  position: relative;
}
.stage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 45px;
}
.stage__list-text {
  font-size: 25px;
  line-height: 36px;
}
.stage__list-text .link {
  color: rgb(61, 61, 252);
}
.stage__list-text .btn {
  background-color: #F6BF00;
  height: 23px;
  width: 175px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px;
}
.stage__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.stage__list-number {
  color: #F6BF00;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
  min-width: 35px;
}

.stock {
  padding: 60px 0;
  background: #525661;
  position: relative;
}
.stock__title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 50px;
}
.stock__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stock__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 440px;
  width: 100%;
}
.stock__column-title {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.stock__column-title span {
  color: #F6BF00;
}
.stock__column-title_margin {
  margin-bottom: 40px;
}
.stock__column-subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.stock__column-block {
  margin-bottom: 40px;
  margin-top: auto;
}
.stock__column-block div {
  font-size: 25px;
  line-height: 30px;
  color: #F6BF00;
  font-weight: 600;
}
.stock__column-block p {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.stock__column-images {
  max-width: 340px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.stock__column-images a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
.stock__column-images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stock__column-video {
  max-width: 340px;
  width: 100%;
  height: 220px;
}
.stock__column-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock__column-img {
  height: 370px;
  overflow: hidden;
  border-radius: 8px;
}
.stock__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.stock__column-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 798px) {
  .stock__wrapper {
    grid-template-columns: 1fr;
  }
  .stock__column {
    max-width: 100%;
  }
  .stock__column-images {
    max-width: 100%;
  }
  .stock__column-images a {
    max-height: 200px;
    height: 100%;
  }
  .stock__column-video {
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 606px) {
  .stock__title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  .stock__column-title {
    font-size: 24px;
    line-height: 30px;
  }
  .stock__column-images a {
    max-height: 150px;
  }
}
@media (max-width: 475px) {
  .stock__column-images a {
    max-height: 100px;
  }
}
.example {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  /* Main CSS */
}
.example .grid-wrapper > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.example .grid-wrapper > a {
  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;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.example .grid-wrapper > a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.example .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.example .grid-wrapper .wide {
  grid-column: span 2;
}
.example .grid-wrapper .tall {
  grid-row: span 2;
}
.example .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 606px) {
  .reviews .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .reviews .grid-wrapper .wide {
    grid-column: auto;
    grid-row: span 2;
  }
  .reviews .grid-wrapper .tall {
    grid-row: span 2;
  }
  .reviews .grid-wrapper .big {
    grid-column: auto;
    grid-row: span 2;
  }
  .reviews .grid-wrapper .simple {
    grid-column: auto;
    grid-row: span 2;
  }
}
.reviews {
  background: #F8F8F8;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.reviews__top {
  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;
  margin-bottom: 60px;
}
.reviews__top-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.reviews__top-images .first {
  width: 165px;
  height: 136px;
}
.reviews__top-images .second {
  width: 189px;
  height: 180px;
}
.reviews__title {
  font-size: 53px;
  line-height: 64px;
}
.reviews__people {
  width: 90%;
  margin: 0 auto 40px;
}
.reviews__people img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1022px) {
  .reviews__top {
    -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;
  }
  .reviews__title {
    text-align: center;
  }
}
@media (max-width: 606px) {
  .reviews__title {
    font-size: 32px;
    line-height: 38px;
  }
  .reviews__people {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .reviews__top-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.what {
  padding: 60px 0;
  background: #fff;
}
.what__title {
  margin-bottom: 40px;
}
.what__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.what__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 530px;
  width: 100%;
}
.what__text p {
  font-size: 20px;
  line-height: 24px;
}
.what__image {
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 500px;
  position: relative;
}
.what__image-first {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what__image-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 198px;
}
.what__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-left: 40px;
}
.what__fact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.what__fact-number {
  color: #535353;
  font-size: 65px;
  white-space: nowrap;
  line-height: 78px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
.what__fact-text {
  color: #000000;
  font-size: 21px;
  line-height: 25px;
}
.what__fact-vertical {
  color: #484846;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.what__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 760px) {
  .what__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .what__facts {
    padding-left: 0;
  }
  .what__fact-number {
    font-size: 35px;
    width: 60px;
  }
}
@media (max-width: 380px) {
  .what__fact-number {
    font-size: 28px;
    width: 50px;
  }
  .what__fact-text {
    font-size: 16px;
  }
}
.footer {
  background: #525661;
  padding: 30px 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

@media (max-width: 606px) {
  .footer__text {
    font-size: 15px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  z-index: 10;
}

.overlay.active {
  display: block;
}

.modal {
  position: relative;
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.modal__close {
  max-width: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  right: 15px;
  top: 15px;
  position: absolute;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  font-size: 1.125rem;
  line-height: 1.37;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}
.modal__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.modal__form {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.modal__form-label {
  font-size: 0.9375rem;
  padding-bottom: 10px;
  line-height: 1.375;
  font-weight: 500;
  text-align: left;
}
.modal__form-wrap input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  font-family: inherit;
  min-height: 2.875rem;
  font-size: inherit;
  line-height: 1.333;
  font-weight: 400;
  padding: 3px 15px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #060607;
  border: 1px solid rgba(6, 6, 7, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  margin-bottom: 5px;
}
.modal__form-wrap input:hover {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-wrap input:active {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-error {
  font-size: 0.625rem;
  line-height: 1.5;
  height: 0;
  font-weight: 500;
  color: #ff714d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.modal__form-error.active {
  height: 15px;
  padding-top: 3px;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modal__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: normal;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: #F6BF00;
  font-weight: 700;
  font-family: "__Gilroy_5", sans-serif;
  -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.32);
          box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.32);
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 50px;
  margin: 0 auto;
}
.modal__form-button:hover {
  background: #A2D229;
}
.modal__form-button_center {
  margin: 0 auto 40px;
}/*# sourceMappingURL=style.css.map */