@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -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: 16px;
  font-family: "Inter", serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
sub br {
  display: none;
}
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;
}
/*--------------------*/
[class*="container"] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}
h2 {
  color: #1c1c1c;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 62.4px */
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 0px;
  width: 100%;
  background: transparent;
}
.header__logo {
  max-width: 298px;
  width: 100%;
}
.header__logo img {
  width: 100%;
}

.none {
  display: none;
}

.preview {
  padding: 157px 0px 105px;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 40%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(/img/bg.webp);
  background-size: cover;
}

.preview__title {
  color: #fff;
  font-size: 82px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
.preview__title span {
  color: #3548fe;
}

.preview__title .country {
  color: #fff;
}
.preview__subtitle {
  max-width: 821px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  margin-bottom: 32px;
}
.preview__btn {
  max-width: 403px;
  width: 100%;

  display: block;
  padding: 20px 0px;
  border-radius: 2000px;
  background: #3548fe;

  color: #fff;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}

.director {
  padding: 60px 0px;
  background: #3548fe;
}
.director__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.director__innher {
  max-width: 507px;
  width: 100%;
}
.director__video {
  max-width: 507px;
  width: 100%;
  margin-bottom: 16px;
}
.director__video video {
  width: 100%;
}
.director__name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.director__name p:last-of-type {
  color: #d4d5db;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.director__text {
  max-width: 689px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.client {
  padding: 112px 0px;
  background: transparent;
}

.client__title {
  margin-bottom: 40px;
}
.client__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.client__info {
  max-width: 507px;
  width: 100%;
}
.client__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.client__icon {
  max-width: 142px;
  width: 100%;
}
.client__icon img,
.client__icon svg {
  width: 100%;
}
.client__text {
  max-width: 349px;
  width: 100%;
  color: #1c1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.client__btn {
  width: 100%;
  display: block;
  padding: 20px 0px;
  border-radius: 2000px;
  background: #1c1c1c;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.client__images {
  position: relative;
  max-width: 781px;
  width: calc(100% + 20px);
  margin-right: -20px;
}

.work {
  padding: 124px 0px;
}
.work__title-mob {
  display: none;
}
.work__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.work__image {
  position: relative;
  width: 338px;
  height: 418px;
}
.work__image img {
  position: relative;
  width: 338px;
  height: 457px;
  z-index: 1;
}
.work__image .phone {
  width: auto;
  display: block;
  justify-self: center;
}
.work__image video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 229px;
  width: 100%;
  border-radius: 18px;
}
.work__info {
  max-width: 559px;
  width: 100%;
}
.work__title {
  margin-bottom: 24px;
}
.work__block {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 24px;
}
.work__block:last-of-type {
  margin-bottom: 0px;
}
.work__icon {
  max-width: 40px;
  width: 100%;
}
.work__icon svg {
  width: 100%;
}
.work__text {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.forms {
  padding: 82px 0px;
  background: #3548fe;
}
.forms__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.forms__item {
  max-width: 628px;
  width: 100%;
}
.form__text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 24px;
}
.form__timer {
  max-width: 232px;
  width: 100%;
  margin-left: auto;
}
.forms__innher {
  max-width: 524px;
  width: 100%;
}

#counter-container {
  display: flex;
  gap: 5px;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
}

.digit {
  max-width: 40px;
  width: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: black;
  background: white;
  padding: 10px 10px;
  border-radius: 8px;
  display: inline-block;
}

.feedback {
  padding: 124px 0px 21px;
}

.feedback__title {
  text-align: center;
  margin-bottom: 16px;
}
.feedback__video {
  max-width: 555px;
  width: 100%;
  margin: 0 auto 16px;
}
.feedback__video video {
  width: 100%;
}
.feedback__subtitle {
  color: #1c1c1c;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin-bottom: 8px;
}
.feedback__text {
  color: #1c1c1c;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.feedback__btn {
  max-width: 408px;
  width: 100%;
  margin: 0 auto;

  display: block;
  padding: 16px 0px;
  border-radius: 2000px;
  background: #1c1c1c;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.modal {
  position: fixed;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in;
}
.modal.show {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.modal__wrapper {
  max-width: 612px;
  width: 100%;
  padding: 24px 48px;
  border-radius: 24px;
  background: #3548fe;
  margin: 0 auto;
}
.modal__close {
  color: #fff;
  font-size: 20px;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
}
.timer-2 {
  margin: 0 auto 24px;
}

.form__text-2 {
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  [class*="container"] {
    max-width: none;
  }
  .client__images img {
    width: 100%;
  }
  .preview__title {
    font-size: 70px;
  }
  .preview {
    background-position: center;
  }
}
@media (max-width: 992px) {
  .preview__title {
    font-size: 64px;
  }
  [class*="container"] {
    max-width: none;
  }
  .project__wrapper {
    flex-direction: column-reverse;
  }
  .director {
    padding-bottom: 20px;
    position: relative;
  }
  .director__wrapper {
    flex-direction: column;
  }
  .director__text {
    max-height: 356px;
    overflow-y: scroll;
  }
  .director__text::-webkit-scrollbar {
    width: 0;
  }
  .director::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
      180deg,
      rgba(53, 72, 254, 0) -32.87%,
      #3548fe 92.44%
    );
    opacity: var(--before-opacity, 1);
    transition: opacity 0.3s ease;
  }
  .client__wrapper {
    flex-direction: column-reverse;
  }
  .work {
    padding-bottom: 80px;
  }
  .work__wrapper {
    flex-direction: column-reverse;
  }
  .work__title {
    display: none;
  }
  .work__title-mob {
    display: block;
    margin-bottom: 32px;
  }
  .forms__wrapper {
    flex-direction: column;
  }
  .form__timer {
    margin-left: 0;
    margin: auto;
  }
}

@media (max-width: 768px) {
  [class*="container"] {
    max-width: none;
  }
  .preview {
    padding: 157px 0px 105px;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 100%,
        rgba(0, 0, 0, 0) 100%
      ),
      url(/img/bg.webp);
    background-size: cover;
  }
  .header {
    padding: 18px 0px;
  }
  .header__logo {
    max-width: 156px;
    width: 100%;
    margin: 0 auto;
  }

  .client__images {
    width: 100%;
    margin-right: 0px;
  }
  .preview {
    padding: 312px 0px 66px;
    background-position-x: 80%;
    background-position-y: bottom;
    background-size: cover;
    background-position: center;
  }

  .forms__innher {
    width: 100%;
    max-width: none;
  }
  .preview__title {
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .preview__subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .project {
    padding: 80px 0px;
  }
  .project__wrapper {
    gap: 28px;
  }
  .project__title {
    margin-bottom: 16px;
  }
  .director {
    padding: 40px 0px 10px;
  }
  .director__wrapper {
    gap: 32px;
  }
  .client {
    padding: 90px 0px 40px;
  }
  .client__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
  }
  .client__wrapper {
    gap: 32px;
  }
  .client__icon {
    max-width: 74px;
  }
  .client__block {
    margin-bottom: 20px;
  }
  .work__title-mob {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .work__wrapper {
    gap: 32px;
  }
  .forms {
    padding: 40px 0px;
  }
  .feedback {
    padding: 80px 0px 46px;
  }
  .feedback__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .fag {
    padding: 40px 0px;
  }
  .modal__wrapper {
    padding: 24px 16px;
  }
}

@media (max-width: 450px) {
  .preview__title {
    font-size: 38px;
  }

  .work__image {
    width: 100%;
  }
}
