@charset "UTF-8";
@font-face {
  font-family: "Bebas";
  src: url("../fonts/bebasneuecyrillic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bebas", sans-serif;
  background-color: #FDFDFD;
}

.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  color: #fff;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("../images/pictures/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.58);
}
.hero__container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0 45px 79px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.hero__content {
  max-width: 653px;
}
.hero__title {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 84%;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.hero__title span {
  color: #D1974E;
}
.hero__text {
  margin: 0;
  font-family: "Inter";
  max-width: 653px;
  color: #DADADA;
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.hero__actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero__action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__button {
  width: 263px;
  height: 56px;
  padding: 20px 35px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.hero__button:hover {
  opacity: 0.85;
}
.hero__button--light {
  background: #fff;
  color: #111;
}
.hero__button--dark {
  background: #050505;
  color: #fff;
}
.hero__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #DADADA;
  font-family: "Inter";
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero__container {
    min-height: 720px;
    padding: 0 32px 60px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 34px;
  }
  .hero__actions {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 42px;
  }
  .hero__text {
    font-size: 16px;
  }
  .hero__text br {
    display: none;
  }
  .hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .hero__action {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .hero__button {
    width: 100%;
  }
  .hero__note {
    text-align: left;
    margin: 0 0 10px;
  }
}
@media (max-width: 390px) {
  .hero__container {
    min-height: 680px;
    padding: 0 13px 70px;
  }
}

.about {
  background: #FDFDFD;
  padding: 74px 0 78px;
}
.about__container {
  width: 100%;
  padding: 0 44px;
}
.about__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 151px;
}
.about__left {
  padding-top: 4px;
}
.about__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 92px;
}
.about__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.about__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.about__desc {
  margin: 0;
  max-width: 600px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.about__right {
  padding-top: 6px;
}
.about__title {
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 84%;
  letter-spacing: 0%;
}
.about__text {
  margin: 0;
  max-width: 584px;
  color: #090909;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d7d7d7;
}
.about__stat {
  text-align: center;
}
.about__stat h3 {
  text-transform: uppercase;
  color: #D1974E;
  font-weight: 400;
  font-size: 64px;
  line-height: 84%;
  letter-spacing: 0%;
}
.about__stat p {
  margin: 5px 0 0;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }
  .about__container {
    padding: 0 30px;
  }
  .about__top {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 100px;
  }
  .about__title {
    font-size: 48px;
  }
  .about__stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 38px;
  }
  .about__top {
    gap: 0;
  }
  .about__desc, .about__text {
    font-size: 18px;
  }
  .about__top {
    display: flex;
    flex-direction: column;
  }
  .about__left, .about__right {
    display: contents;
  }
  .about__label {
    order: 1;
  }
  .about__title {
    order: 2;
  }
  .about__text {
    order: 3;
  }
  .about__desc {
    order: 4;
  }
}
@media (max-width: 390px) {
  .about {
    padding: 44px 0;
  }
  .about__container {
    padding: 0 20px;
  }
  .about__label {
    margin-bottom: 40px;
  }
  .about__label p {
    font-size: 18px;
  }
  .about__label span {
    width: 10px;
    height: 10px;
  }
  .about__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .about__desc, .about__text {
    font-size: 16px;
  }
  .about__desc {
    font-size: 14px;
  }
  .about__text {
    margin-bottom: 50px;
  }
  .about__stats {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 34px;
    border: none;
  }
}

.docs {
  background: #050505;
  padding: 75px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.docs__container {
  width: 100%;
  padding: 0 44px;
}
.docs__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.docs__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.docs__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.docs::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 55%;
  transform: translateY(-50%);
  width: 700px;
  height: 700px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(212, 147, 63, 0.35) 0%, rgba(212, 147, 63, 0.15) 30%, rgba(212, 147, 63, 0.05) 50%, rgba(0, 0, 0, 0) 70%);
}
.docs__title {
  margin: 0 0 60px;
  max-width: 731px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.docs__grid {
  display: grid;
  grid-template-columns: 327px 308px 308px 308px;
  gap: 29px;
  align-items: center;
}
.docs__grid:hover .docs__item img {
  filter: brightness(0.4);
}
.docs__grid:hover .docs__item:hover img {
  filter: brightness(1);
}
.docs__item {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.docs__item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.4);
  transition: 0.3s ease;
}
.docs__item:first-child img {
  filter: brightness(1);
}
.docs__item:hover img {
  filter: brightness(1);
}

.doc-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.86);
}
.doc-modal.is-active {
  display: flex;
}
.doc-modal__image {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.doc-modal__close {
  position: absolute;
  top: 24px;
  right: 34px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .docs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .docs {
    padding: 50px 0;
  }
  .docs__container {
    padding: 0 20px;
  }
  .docs__title {
    font-size: 30px;
  }
  .docs__title br {
    display: none;
  }
  .docs__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services {
  position: relative;
  background: #050505;
  padding: 75px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 55%;
  width: 760px;
  height: 760px;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(209, 151, 78, 0.32) 0%, rgba(209, 151, 78, 0.18) 22%, rgba(209, 151, 78, 0.08) 42%, rgba(5, 5, 5, 0) 68%);
  filter: blur(70px);
}
.services::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 17%;
  width: 520px;
  height: 260px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(209, 151, 78, 0.28) 0%, rgba(209, 151, 78, 0.14) 34%, rgba(5, 5, 5, 0) 72%);
  filter: blur(45px);
}
.services__container {
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 69px;
  justify-content: space-between;
}
.services__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.services__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.services__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.services__title {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.services__text {
  margin: 0;
  max-width: 584px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.services__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* карточка */
.service-card {
  position: relative;
  min-height: 300px;
  padding: 20px;
  z-index: 2;
  background: rgba(5, 5, 5, 0.88);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  aspect-ratio: 679/300;
}
.service-card__desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #A9A9A9;
}
.service-card__num {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.service-card__title-wrap {
  display: flex;
  gap: 21px;
  align-items: center;
}
.service-card__title-wrap h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.service-card__btn {
  height: 49px;
  background-color: #FDFDFD;
  border: none;
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.service-card__btn:hover {
  background-color: #D1974E;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.service-card__top {
  display: flex;
  justify-content: space-between;
}
.service-card:last-child .service-card__desc {
  color: #FDFDFD;
}
.service-card:first-child {
  background: radial-gradient(circle at 85% 20%, rgba(209, 151, 78, 0.45) 0%, rgba(209, 151, 78, 0.25) 20%, rgba(209, 151, 78, 0.1) 35%, rgba(5, 5, 5, 0) 55%), linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgb(5, 5, 5) 100%), #050505;
}
.service-card--dark {
  background: #050505;
}
.service-card--dark::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -80px;
  width: 420px;
  height: 320px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(209, 151, 78, 0.25) 0%, rgba(209, 151, 78, 0.12) 30%, rgba(209, 151, 78, 0.05) 50%, rgba(0, 0, 0, 0) 70%);
  filter: blur(40px);
}
.service-card--gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d1974e 0%, #d99f50 50%, #edc17d 100%);
}
.service-card--gold::before, .service-card--gold::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}
.service-card--gold::before {
  left: -120px;
  top: 20px;
  width: 300px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 70%);
}
.service-card--gold::after {
  right: -120px;
  bottom: -40px;
  width: 320px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 70%);
}
.service-card--gold > * {
  position: relative;
  z-index: 1;
}

/* адаптив */
@media (max-width: 1024px) {
  .services__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 60px 0;
  }
  .services__container {
    padding: 0 20px;
  }
  .services__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .service-card {
    min-height: unset;
    aspect-ratio: unset;
  }
}
@media (max-width: 390px) {
  .service-card {
    aspect-ratio: unset;
  }
  .service-card__num {
    display: none;
  }
  .services {
    padding: 60px 0;
  }
  .services__container {
    gap: 50px;
  }
  .services__text {
    font-size: 16px;
  }
  .services__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.projects {
  background: #FDFDFD;
  padding: 75px 0;
  color: #050505;
}
.projects__container {
  padding: 0 44px;
}
.projects__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.projects__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.projects__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.projects__title {
  margin: 0 0 25px;
  max-width: 528px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.projects__subtitle {
  margin: 0 0 50px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  gap: 10px;
}

.project-card__image {
  position: relative;
  width: 100%;
  height: 406px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #111;
}
.project-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 2;
  pointer-events: none;
}
.project-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.project-card:hover .project-card__image img {
  transform: scale(1.04);
}
.project-card__tag {
  position: absolute;
  left: 18px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-card__tag span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4933f;
  font-size: 22px;
  line-height: 1;
}
.project-card__tag p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.project-card__title {
  margin: 0 0 16px;
  text-transform: uppercase;
  color: #050505;
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.project-card__button {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4933f;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.project-card__button:hover {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .project-card .projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .projects {
    padding: 55px 0;
  }
  .projects__container {
    padding: 0 20px;
  }
  .projects__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .projects__title br {
    display: none;
  }
  .projects__subtitle {
    font-size: 16px;
  }
  .projects__label {
    margin-bottom: 40px;
  }
  .projects__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .project-card__image {
    height: 360px;
  }
}
.brief {
  background: #FDFDFD;
  padding: 75px 0;
  color: #050505;
}
.brief__container {
  padding: 0 44px;
  display: grid;
  grid-template-columns: 805px 1fr;
  gap: 80px;
  align-items: start;
}
.brief__form {
  min-height: 430px;
  padding: 50px 30px;
  border: 1px solid #d2d2d2;
  background: #f3f3f3;
  border-top: 10px solid #DADADA;
}
.brief__question {
  margin: 0 0 28px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.brief__options {
  display: grid;
  grid-template-columns: repeat(3, 191px);
  gap: 10px;
  margin-bottom: 72px;
}
.brief__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brief__step {
  margin: 0;
  color: #111;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.brief__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brief__prev {
  width: 56px;
  height: 56px;
  border: 1px solid #bfbfbf;
  background: transparent;
  color: #bfbfbf;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.brief__prev:hover {
  border-color: #d4933f;
  color: #d4933f;
  transform: translateY(-2px);
}
.brief__next {
  width: 237px;
  height: 56px;
  border: none;
  background: #d4933f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.brief__next:hover {
  background: #c38330;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.brief__next span {
  margin-left: 7px;
  vertical-align: -1px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.brief__title {
  margin: -4px 0 0;
  max-width: 466px;
  text-transform: uppercase;
  color: #050505;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}

.brief-card {
  display: block;
  cursor: pointer;
}
.brief-card input {
  display: none;
}
.brief-card__image {
  display: block;
  width: 191px;
  height: 191px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid transparent;
}
.brief-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.brief-card__title {
  display: block;
  color: #050505;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.brief-card:hover .brief-card__image img {
  transform: scale(1.04);
}
.brief-card input:checked + .brief-card__image {
  border-color: #d4933f;
}

@media (max-width: 1024px) {
  .brief__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .brief__form {
    max-width: 805px;
  }
}
@media (max-width: 768px) {
  .brief {
    padding: 50px 0;
  }
  .brief__container {
    padding: 0 20px;
  }
  .brief__form {
    padding: 28px 20px;
  }
  .brief__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
    margin-bottom: 76px;
  }
  .brief__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .brief__buttons {
    width: 100%;
  }
  .brief__next {
    flex: 1;
  }
  .brief__title {
    font-size: 28px;
  }
  .brief__title br {
    display: none;
  }
  .brief-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .brief-card__title {
    font-size: 14px;
  }
  .brief-card:nth-child(3) {
    grid-column: 1/2;
  }
}
.team {
  background: #FDFDFD;
  padding: 64px 0 86px;
  color: #050505;
}
.team__container {
  padding: 0 44px;
}
.team__title {
  margin: 0 0 58px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
}
.team__rows {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.team__row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.team-card {
  width: 276px;
  flex: 0 0 276px;
}
.team-card img {
  display: block;
  width: 276px;
  height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  margin-bottom: 25px;
  filter: grayscale(1);
}
.team-card h3 {
  margin: 0 0 10px;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
}
.team-card p {
  margin: 0;
  font-family: "OpenSans";
  font-weight: 300;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: 1%;
  color: #b6b6b6;
}

@media (max-width: 1024px) {
  .team__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 50px 0;
  }
  .team__container {
    padding: 0 20px;
  }
  .team__rows {
    gap: 40px;
  }
  .team__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .team-card {
    width: 100%;
    flex: initial;
  }
  .team-card img {
    width: 100%;
  }
  .team-card h3 {
    font-size: 22px;
  }
  .team-card p {
    font-size: 17px;
  }
}
@media (max-width: 390px) {
  .team {
    padding: 25px 0 72px;
    overflow: hidden;
  }
  .team__container {
    padding: 0;
  }
  .team__title {
    padding-left: 22px;
    margin-bottom: 58px;
    font-size: 28px;
  }
  .team__rows {
    display: flex;
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .team__rows::-webkit-scrollbar {
    display: none;
  }
  .team__row {
    display: contents;
  }
  .team-card {
    width: 90%;
    flex: 0 0 90%;
    scroll-snap-align: start;
    padding-left: 20px;
  }
  .team-card img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    margin-bottom: 38px;
  }
  .team-card h3 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 14px;
  }
  .team-card p {
    font-size: 20px;
    line-height: 105%;
  }
  .team__container {
    padding: 0;
  }
}
.steps {
  background: #050505;
  padding: 75px 0 48px;
  color: #fff;
}
.steps__container {
  padding: 0 44px;
}
.steps__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.steps__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.steps__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.steps__title {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.steps__subtitle {
  margin: 0 0 60px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.steps__list {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.step-card {
  display: grid;
  grid-template-columns: 120px 400px 520px;
  justify-content: space-between;
  padding: 50px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.step-card:last-child {
  border: none;
}
.step-card__num {
  color: #fff;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.step-card__content h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.step-card__content p {
  margin: 0;
  max-width: 400px;
  color: #9f9f9f;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.step-card__image {
  width: 520px;
  height: 190px;
  background: #a6a6a6;
  overflow: hidden;
}
.step-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step-card__image img[src=""] {
  display: none;
}

@media (max-width: 1024px) {
  .steps__container {
    max-width: 100%;
  }
  .step-card {
    grid-template-columns: 80px 1fr 45%;
    gap: 28px;
  }
  .step-card__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .steps {
    padding: 50px 0;
  }
  .steps__container {
    padding: 0 20px;
  }
  .step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 0;
  }
  .step-card__image {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 390px) {
  .steps__title {
    font-size: 28px;
  }
}
.contact {
  background: #050505;
  padding: 83px 0;
  color: #fff;
}
.contact__container {
  padding: 0 44px;
}
.contact__title {
  margin: 0 0 50px;
  text-transform: uppercase;
  max-width: 573px;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.contact__content {
  display: grid;
  grid-template-columns: 650px 1fr;
  gap: 15px;
  align-items: stretch;
}
.contact__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.contact__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* форма */
.contact-form {
  background: #f3f3f3;
  padding: 40px 40px 63px;
  color: #050505;
}
.contact-form__title {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.contact-form__subtitle {
  margin: 0 0 55px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contact-form__field {
  margin-bottom: 26px;
}
.contact-form__field label {
  display: block;
  margin-bottom: 10px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contact-form__field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(218, 218, 218, 0.24);
  background: transparent;
  font-size: 16px;
  outline: none;
  font-family: "Inter";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.contact-form__field input::-moz-placeholder {
  color: #090909;
}
.contact-form__field input::placeholder {
  color: #090909;
}
.contact-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 25px 0;
  cursor: pointer;
}
.contact-form__checkbox input {
  display: none;
}
.contact-form__checkbox span {
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.contact-form__checkbox input:checked + span::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #d4933f;
}
.contact-form__checkbox p {
  margin: 0;
  font-size: 12px;
  color: #8C8C8C;
  font-family: "Inter";
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contact-form__btn {
  width: 240px;
  height: 56px;
  border: none;
  background: #d4933f;
  color: #fff;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.3s ease;
}
.contact-form__btn:hover {
  background: #c38330;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.contact-form__btn span {
  margin-left: 6px;
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: transform 0.3s ease;
}
.contact-form__btn:hover span {
  transform: translateX(4px);
}

/* адаптив */
@media (max-width: 1024px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
  .contact__container {
    padding: 0 20px;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact__title br {
    display: none;
  }
  .contact__image {
    display: none;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .contact-form__btn {
    width: 100%;
  }
}
.faq {
  background: #FDFDFD;
  padding: 75px 0;
  color: #050505;
}
.faq__container {
  padding: 0 44px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 134px;
}
.faq__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.faq__label span {
  width: 13px;
  height: 13px;
  background: #D1974E;
  display: block;
}
.faq__label p {
  margin: 0;
  font-family: "Inter";
  color: #A9A9A9;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.faq__title {
  margin: 0 0 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.faq__manager {
  margin-bottom: 50px;
}
.faq__manager h3 {
  margin: 20px 0 5px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.faq__manager p {
  margin: 0;
  color: #b4b4b4;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0%;
}
.faq__avatar {
  position: relative;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: url("../images/pictures/avatar.avif") center/cover no-repeat;
}
.faq__avatar span {
  position: absolute;
  right: 13px;
  bottom: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #54d235;
}
.faq__text {
  margin: 0 0 20px;
  color: #050505;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
}
.faq__button {
  width: 330px;
  height: 55px;
  border: none;
  background: #D1974E;
  color: #fff;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.3s ease;
}
.faq__button:hover {
  background: #bd8440;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.faq__button span {
  margin-left: 6px;
  font-size: 22px;
  vertical-align: -1px;
  transition: transform 0.3s ease;
}
.faq__button:hover span {
  transform: translateX(4px);
}
.faq__right {
  padding-top: 45px;
}

.faq-item {
  border-top: 1px solid #bdbdbd;
}
.faq-item:last-child {
  border-bottom: 1px solid #bdbdbd;
}
.faq-item__head {
  width: 100%;
  min-height: 80px;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  text-align: left;
}
.faq-item__head span {
  font-family: "Bebas";
  text-transform: uppercase;
  color: #050505;
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
}
.faq-item__head b {
  position: relative;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}
.faq-item__head b::before, .faq-item__head b::after {
  content: "";
  position: absolute;
  background: #8e8e8e;
}
.faq-item__head b::before {
  width: 19px;
  height: 1px;
  left: 0;
  top: 9px;
}
.faq-item__head b::after {
  width: 1px;
  height: 19px;
  left: 9px;
  top: 0;
}
.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item__body p {
  margin: 0;
  padding: 0 60px 24px 0;
  max-width: 650px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0%;
}
.faq-item.is-active .faq-item__head b::after {
  display: none;
}
.faq-item.is-active .faq-item__body {
  max-height: 160px;
}

@media (max-width: 1024px) {
  .faq__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .faq__right {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 75px 0;
  }
  .faq__container {
    padding: 0 20px;
    gap: 0;
  }
  .faq__title {
    font-size: 32px;
  }
  .faq__button {
    width: 100%;
  }
  .faq-item__head {
    min-height: 72px;
  }
  .faq-item__head span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .faq__container {
    display: flex;
    flex-direction: column;
  }
  .faq__left {
    display: contents;
  }
  .faq__label {
    order: 1;
    margin-bottom: 40px;
  }
  .faq__title {
    order: 2;
    margin-bottom: 50px;
    font-size: 28px;
  }
  .faq__right {
    order: 3;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .faq__manager {
    order: 4;
    margin-bottom: 42px;
  }
  .faq__text {
    order: 5;
    margin-bottom: 20px;
  }
  .faq__button {
    order: 6;
    width: 100%;
  }
}
.promo {
  background: #FDFDFD;
  padding: 65px 0;
}
.promo__container {
  padding: 0 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.promo-card {
  position: relative;
  min-height: 393px;
  overflow: hidden;
  color: #fff;
  background: #050505;
}
.promo-card--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
}
.promo-card--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
}
.promo-card--gradient {
  background: radial-gradient(circle at 95% 30%, rgba(212, 147, 63, 0.9) 0%, rgba(212, 147, 63, 0.55) 20%, rgba(5, 5, 5, 0) 48%), #0B0B0B;
}
.promo-card__content {
  position: relative;
  z-index: 3;
  min-height: 393px;
  padding: 40px 30px 49px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promo-card__content h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
}
.promo-card__content p {
  margin: auto 0 30px;
  max-width: 414px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.promo-card__button {
  width: 237px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1974E;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.promo-card__button span {
  margin-left: 8px;
  font-size: 24px;
  line-height: 0;
  transform: translateY(-1px);
  position: relative;
  top: 1px;
}
.promo-card__button:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .promo {
    padding: 50px 0;
  }
  .promo__container {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
  .promo-card {
    min-height: 360px;
  }
  .promo-card__content {
    min-height: 360px;
    padding: 28px 24px 34px;
  }
  .promo-card__content h2 {
    font-size: 28px;
  }
  .promo-card__content p br {
    display: none;
  }
  .promo-card__button {
    width: 100%;
  }
}
.footer {
  background: #FDFDFD;
  padding: 87px 0 0;
  color: #050505;
}
.footer__container {
  padding: 0 44px;
  display: flex;
  gap: 120px;
}
.footer__left {
  max-width: 320px;
}
.footer__logo {
  margin: 0 0 41px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.footer__contact {
  display: block;
  margin-bottom: 25px;
  color: #d4933f;
  text-decoration: none;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__contact:hover {
  color: #bd8440;
  transform: translateX(3px);
}
.footer__socials {
  margin-top: 35px;
  display: flex;
  gap: 12px;
}
.footer__social {
  display: inline-flex;
  width: 47px;
  height: 47px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__social svg {
  width: 47px;
  height: 47px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.footer__social:hover {
  transform: translateY(-3px) scale(1.05);
}
.footer__social:hover svg path:first-child {
  fill: #bd8440;
}
.footer__social:active {
  transform: translateY(-1px) scale(1.02);
}
.footer__cols {
  display: flex;
  gap: 100px;
  flex: 1;
}
.footer__col h3 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0%;
}
.footer__col ul {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.footer__col ul li {
  margin-bottom: 8px;
}
.footer__col ul a {
  color: #A9A9A9;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: 1%;
}
.footer__col ul a:hover {
  color: #050505;
}
.footer__address {
  margin: 0;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 1%;
}
.footer__address a {
  text-decoration: none;
  color: #A9A9A9;
}
.footer__bottom {
  margin-top: 131px;
  margin-bottom: 86px;
}
.footer__bottom .footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__bottom p {
  margin: 0;
  font-size: 14px;
  color: #A9A9A9;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: 1%;
}
.footer__bottom a {
  font-size: 14px;
  color: #A9A9A9;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: 1%;
}
.footer__bottom a:hover {
  color: #050505;
}

@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    gap: 40px;
  }
  .footer__cols {
    flex-direction: column;
    gap: 40px;
  }
  .footer__bottom .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__container {
    padding: 0 20px;
  }
}
.contact-form__field--phone .iti {
  width: 100%;
}
.contact-form__field--phone .iti__selected-country {
  padding-left: 0;
}
.contact-form__field--phone .iti__tel-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  background: transparent;
  padding: 11px 0 10px;
  font-size: 16px;
  outline: none;
}
.contact-form__field--phone .is-error {
  border-bottom-color: #c0392b;
}

.phone-error {
  display: none;
  margin: 6px 0 0;
  font-size: 12px;
  color: #c0392b;
}
.phone-error p {
  display: none;
}

.contact-form__field.is-error .phone-error {
  display: block;
}
.contact-form__field.is-error .phone-error p {
  display: block;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(5, 5, 5, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 3;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.modal__content {
  position: relative;
  max-width: 760px;
  width: 100%;
  background: #050505;
  padding: 70px 60px;
  color: #fdfdfd;
}
.modal__title {
  margin: 0 0 16px;
  color: #F8F8F8;
  font-family: "Bebas";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  line-height: 84%;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__text {
  color: #F8F8F8;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 455px;
  text-align: center;
  margin: 0 auto 40px;
}
.modal__form {
  width: 100%;
  display: grid;
  grid-template-columns: 206px 1fr;
  row-gap: 20px;
  -moz-column-gap: 41px;
       column-gap: 41px;
}
@media (max-width: 1023px) {
  .modal {
    padding: 20px;
  }
  .modal__content {
    padding: 48px 32px;
  }
  .modal__close {
    top: 30px;
    right: 30px;
  }
  .modal__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .modal__content {
    padding: 42px 20px 32px;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal__text {
    margin-bottom: 28px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .modal__form {
    display: flex;
    flex-direction: column;
  }
}
.callback-form__form {
  width: 100%;
}
.callback-form__input-wrapper {
  display: contents;
}
.callback-form__input-wrapper + .callback-form__input-wrapper {
  margin-top: 20px;
}
.callback-form__label {
  flex: 0 0 206px;
  color: #F8F8F8;
  font-family: "Bebas";
  font-weight: 400;
  font-size: 28px;
  line-height: 84%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  justify-content: center;
}
.callback-form__label span {
  color: #BABDC3;
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}
.callback-form .iti {
  max-width: 451px;
  width: 100%;
  grid-column: 2;
}
.callback-form__input {
  max-width: 451px;
  width: 100%;
  min-height: 70px;
  padding: 25px 35px;
  border: none;
  border-radius: 10px;
  background: #111111;
  color: #BABDC3;
  outline: none;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
  grid-column: 2;
}
.callback-form .iti__tel-input {
  width: 100%;
}
.callback-form__input::-moz-placeholder {
  color: var(--line-2);
}
.callback-form__input::placeholder {
  color: var(--line-2);
}
.callback-form__lower {
  max-width: 451px;
  margin-top: 30px;
  grid-column: 2;
  margin-left: 0;
}
.callback-form__policy {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #BABDC3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter";
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.callback-form__policy span {
  text-decoration: underline;
}
.callback-form__policy a {
  color: inherit;
  text-decoration: underline;
}
.callback-form__policy input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.callback-form__policy::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d1974e;
  border-radius: 2px;
  transition: var(--transition);
}
.callback-form__policy:has(input:checked)::after {
  background-color: #d1974e;
  background-image: url("../images/svg/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.callback-form__button {
  max-width: 197px;
  width: 100%;
  height: 47px;
  margin-top: 30px;
  border: none;
  background: #F4F4F4;
  color: #1A1A1A;
  cursor: pointer;
  transition: var(--transition);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1023px) {
  .callback-form__input-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .callback-form__label {
    flex: 1 1 auto;
  }
  .callback-form__lower {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .callback-form .iti, .callback-form__input {
    max-width: 100%;
  }
  .callback-form__input {
    min-height: 60px;
    padding: 20px 25px;
    font-size: 16px;
  }
  .callback-form__label {
    font-size: 16px;
  }
}
@media (max-width: 424px) {
  .callback-form__button {
    max-width: 100%;
  }
}

.modal .iti__selected-country-primary {
  padding: 0 0 0 35px;
}

.callback-form__input {
  color: #fdfdfd;
}
.callback-form__input::-moz-placeholder {
  color: #fdfdfd;
  opacity: 1;
}
.callback-form__input::placeholder {
  color: #fdfdfd;
  opacity: 1;
}
.callback-form .phone-input {
  color: #fdfdfd;
}
.callback-form .phone-input::-moz-placeholder {
  color: #fdfdfd;
  opacity: 1;
}
.callback-form .phone-input::placeholder {
  color: #fdfdfd;
  opacity: 1;
}

.phone-error,
.email-error {
  display: none;
  margin: 6px 0 0;
  font-size: 12px;
  color: #c0392b;
}

.phone-error:not(:empty),
.email-error:not(:empty) {
  display: block;
}

.is-error {
  border-color: #c0392b !important;
}