* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  line-height: 1.4;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: #292929;
}
.header__body {
  height: 80px;
  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;
}
.header__logo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo img {
  height: 100%;
}
.header__info p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__info span {
  color: #fff;
  display: block;
  margin-top: -2px;
  font-size: 11px;
}
.header__links {
  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;
  gap: 60px;
}
.header__right {
  width: 50px;
  height: 50px;
  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: 100px;
  cursor: pointer;
}
.header__right img {
  width: 60%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.promo {
  padding: 100px 0px;
}
.promo__title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.promo__body {
  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;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.promo__body::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 3px;
  background: #ff4646;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.promo__left {
  width: 50%;
}
.promo__left img {
  width: 100%;
}
.promo__right {
  width: 50%;
  padding-left: 40px;
}
.promo__subtitle {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.promo__descr {
  font-size: 24px;
  margin-bottom: 20px;
}
.promo__text {
  font-size: 18px;
}
.promo__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.promo__card {
  width: 30%;
}
.promo__card p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.promo__card span {
  font-size: 18px;
}
.promo__info {
  padding: 20px;
  border-radius: 10px;
  background: #f8f8f8;
  font-size: 20px;
  text-align: center;
}

.order {
  background: #f8f8f8;
  padding: 100px 0px;
}
.order__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff4646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order__card {
  width: 40%;
  padding-right: 20px;
}
.order__label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.order__input {
  height: 60px;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
  padding: 15px;
}
.order__button {
  width: 20%;
  background: #ff4646;
  height: 60px;
  border-radius: 4px;
  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;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: auto;
  cursor: pointer;
}
.order__button:hover {
  background: #b97373;
}

.why {
  padding: 60px 0px;
}
.why__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff4646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.why__subtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.why__name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.why__name-right {
  text-align: right;
}
.why__block {
  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;
  margin-bottom: 60px;
}
.why__card {
  width: 32%;
  padding: 40px;
  border-radius: 6px;
  background: #f8f8f8;
  margin-bottom: 10px;
}
.why__card p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why__card span {
  font-size: 18px;
}
.why__card-big {
  width: 49%;
}
.why__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.why__body p {
  padding: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  font-size: 18px;
}

.service {
  background: #f8f8f8;
  padding: 100px 0px;
}
.service__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff4646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service__subtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.service__table {
  overflow-x: auto;
}
.service__line, .service__top {
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service__card {
  padding: 20px 10px;
  font-size: 18px;
}
.service__card-first {
  width: 25%;
  font-weight: 600;
}
.service__card-second {
  width: 45%;
}
.service__card-third, .service__card-four {
  width: 15%;
}
.service__card-top {
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  padding-left: 10px;
}
.service__line {
  background: #fff;
  margin-top: 10px;
  border-radius: 4px;
}
.service__descr {
  padding-top: 40px;
  font-size: 20px;
  text-align: right;
  font-style: italic;
}

.work {
  padding: 60px 0px;
}
.work__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff4646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.work__card {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background: #f8f8f8;
}
.work__card p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.work__card span {
  font-size: 20px;
}
.work__icon {
  width: 100px;
  height: 100px;
  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;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
.work__icon img {
  width: 60%;
}
.work__descr {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.work__descr b {
  font-size: inherit;
}

.review__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff9090;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.faq {
  padding: 60px 0px;
}
.faq__title {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px solid #ff4646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.faq__card {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 20px;
}
.faq__card b {
  font-size: inherit;
}

.footer {
  height: 60px;
  background: #161616;
  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 p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.title {
  text-align: center;
}

@media (max-width: 1240px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 1000px) {
  .title {
    font-size: 24px;
  }
  .order__card, .order__button {
    width: 33%;
  }
  .order__label {
    font-size: 16px;
  }
  .order__button {
    font-size: 16px;
  }
  .why__card {
    padding: 20px;
  }
  .why__card p {
    font-size: 20px;
  }
  .why__card span {
    font-size: 16px;
  }
  .why__body p {
    font-size: 16px;
    padding: 14px;
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 20px;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .promo__right {
    width: 100%;
    padding-left: 0px;
  }
  .promo__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .promo__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .promo__card p {
    font-size: 18px;
  }
  .promo__card span {
    font-size: 16px;
  }
  .promo__info {
    font-size: 16px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__descr {
    font-size: 18px;
  }
  .promo__text {
    font-size: 16px;
  }
  .order__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .order__card, .order__button {
    width: 100%;
  }
  .why__subtitle {
    font-size: 16px;
  }
  .why__name {
    font-size: 18px;
    text-align: left;
  }
  .why__card {
    width: 100%;
  }
  .why__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service__subtitle {
    font-size: 18px;
  }
  .service__card {
    font-size: 16px;
  }
  .service__descr {
    font-size: 14px;
  }
  .work__icon {
    width: 60px;
    height: 60px;
  }
  .work__card p {
    font-size: 18px;
  }
  .work__card span {
    font-size: 16px;
  }
  .work__descr {
    font-size: 16px;
  }
  .faq__card {
    font-size: 16px;
  }
}