@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
}

.section {
  width: 100%;
}
.section__h2 {
  color: #313339;
  font-size: 39px;
  line-height: 48px;
  position: relative;
  padding: 56px 0 0 55px;
  text-transform: uppercase;
}
.section__h2::before {
  background: url(../img/h2_wood.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 95px;
}
.section__h2 span {
  color: #FFB71B;
}
.section__h2.white {
  color: #FFFFFF;
}
.section__h2.white span {
  color: #FFB71B;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.script-home {
  background: linear-gradient(59.35deg, #09070D -0.61%, #5F676D 114.19%);
}

.button {
  background: linear-gradient(90.45deg, #D78617 0.39%, #FFB71B 102.34%);
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 23px 26px;
  transition: 0.3s;
}
.button:hover {
  box-shadow: 2px 4px 30px rgba(253, 177, 73, 0.25);
}

.header {
  border-bottom: 0.3px solid #636363;
  padding: 24px 0 20px;
  position: relative;
  z-index: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  gap: 28px;
  align-items: center;
}
.header__right {
  display: flex;
  gap: 54px;
  align-items: center;
}
.header__logo {
  display: grid;
  gap: 1.28px;
  width: 140px;
}
.header__logo p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10.773px;
  line-height: 13px;
  text-align: right;
  width: 100%;
}
.header__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  width: 261px;
}
.header__location {
  display: flex;
  gap: 10px;
}
.header__location p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  max-width: 241px;
}
.header__location img {
  width: 15px;
  margin-top: -22px;
}
.header__messanger {
  display: flex;
  gap: 20px;
}
.header__messanger a {
  display: block;
  width: 19.19px;
}
.header__button {
  border: 1px solid #FFB71B;
  border-radius: 5px;
  padding: 13px 33px;
  text-align: center;
  font-weight: 700;
  font-size: 11.8364px;
  line-height: 14px;
  color: #FFB71B;
  transition: 0.3s;
}
.header__button:hover {
  background: #FFB71B;
  color: #FFFFFF;
}
.header__number {
  display: flex;
  gap: 10px;
}
.header__number span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FCB31B;
  white-space: nowrap;
}
.header__number img {
  width: 25px;
}

.nav {
  position: relative;
  z-index: 1;
}
.nav__container {
  display: flex;
  gap: 100px;
  margin-top: 20px;
  margin-bottom: 79px;
}
.nav__container a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.header-main__container {
  position: relative;
  padding-bottom: 64px;
}
.header-main__content {
  position: relative;
}
.header-main__text h1 {
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 650px;
  margin-bottom: 37px;
}
.header-main__text span {
  color: #EBA63B;
}
.header-main__text p {
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  color: #FFFFFF;
  text-transform: lowercase;
  margin-bottom: 37px;
}
.header-main__tel-button {
  display: flex;
  gap: 55px;
}
.header-main__tel {
  border-bottom: 0.5px solid #636363;
  padding-bottom: 10px;
  transition: 0.3s;
  max-width: 330px;
  width: 100%;
}
.header-main__tel:focus-within {
  border-bottom: 0.5px solid #FFFFFF;
}
.header-main__tel span {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgba(222, 222, 222, 0.47);
}
.header-main__tel input {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 10px;
  opacity: 0.2;
}
.header-main__tel input::-moz-placeholder {
  color: rgba(233, 233, 233, 0.6);
  opacity: 0.7;
}
.header-main__tel input:-ms-input-placeholder {
  color: rgba(233, 233, 233, 0.6);
  opacity: 0.7;
}
.header-main__tel input::placeholder {
  color: rgba(233, 233, 233, 0.6);
  opacity: 0.7;
}
.header-main__titles {
  display: flex;
  gap: 43px;
  margin-top: 103px;
}
.header-main__titles p {
  color: #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.header-main__titles p span {
  color: #FFB71B;
}
.header-main__money {
  align-items: flex-start;
  display: flex;
  gap: 13px;
}
.header-main__money img {
  width: 22px;
}
.header-main__money:nth-child(1) p {
  width: 155px;
}
.header-main__money:nth-child(2) p {
  width: 188px;
}
.header-main__money:nth-child(3) p {
  width: 161px;
}
.header-main__img {
  position: absolute;
  bottom: 0;
  right: -220px;
  width: 988px;
}

.sale {
  background: #F4F5F7 url(../img/icon.svg) no-repeat 65% 50%;
  padding: 20px 0 16px;
  content: "";
}
.sale__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sale__inf {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 13px;
}
.sale__inf span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3C3F46;
}
.sale__treaty p {
  font-weight: 400;
  font-size: 31px;
  line-height: 38px;
  text-transform: uppercase;
  color: #373A40;
}
.sale__treaty span {
  font-weight: 700;
}
.sale__inf-treaty {
  display: grid;
  grid-template-columns: 2fr;
}
.sale__button {
  background: linear-gradient(90.45deg, #D78617 0.39%, #FFB71B 102.34%);
  box-shadow: 2px 4px 30px rgba(253, 177, 73, 0.25);
  border-radius: 5px;
  padding: 23px 26px;
  width: 300px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.company__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 100px;
}
.company__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 80px;
}
.company__img img {
  max-width: 325px;
  width: 100%;
}
.company__img p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 61px;
  text-align: center;
}
.company__inf p {
  font-weight: 500;
  font-size: 31px;
  line-height: 38px;
  text-transform: uppercase;
  color: #484C53;
  max-width: 617px;
}
.company__inf p span {
  font-weight: 700;
}
.company__title {
  max-width: 550px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #484C53;
  margin-top: 32px;
}
.company__numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.company__number:nth-child(1) {
  max-width: 105px;
}
.company__number:nth-child(2) {
  max-width: 130px;
}
.company__number:nth-child(3) {
  max-width: 100px;
  margin-right: 60px;
}
.company__number p {
  color: #313339;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
.company__number img {
  align-items: center;
}
.company__number h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #313339;
}
.company__number h2 span:not(.company__plus) {
  font-weight: 800;
  font-size: 39px;
  line-height: 48px;
  color: #313339;
}
.company__plus {
  position: relative;
  top: -8px;
}
.company__text {
  display: flex;
  gap: 10px;
}

.build {
  margin-top: 100px;
}
.build__list {
  margin-top: 53px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.build__card {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.build__overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 30px;
  align-items: flex-end;
}
.build__overflow:hover .build__hover {
  opacity: 1;
}
.build__hover {
  background: linear-gradient(0deg, rgba(19, 13, 0, 0.5), rgba(19, 13, 0, 0.5));
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.build__text, .build__button {
  position: relative;
}
.build__name {
  font-weight: 900;
  font-size: 39px;
  line-height: 48px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15);
}
.build__lines {
  display: flex;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  width: 139px;
  margin-top: 1px;
}
.build__lines div {
  height: 1px;
  background: #EEAC1C;
}
.build__lines div:nth-child(even) {
  width: 100%;
}
.build__lines div:nth-child(odd) {
  width: 50%;
}
.build__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 4px;
}
.build__button {
  font-size: 12px;
  line-height: 15px;
  padding: 12.5px 10px;
  width: 180px;
}

.frame {
  background: #35393F;
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
}
.frame::before {
  background: url(../img/frame_1.png) no-repeat;
  content: "";
  width: 504.6px;
  height: 504.6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background-size: contain;
}
.frame__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.frame__text {
  width: 558px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  align-items: center;
}
.frame__img {
  position: relative;
  margin-right: 80px;
}
.frame__img:hover .frame__zoom {
  transform: translate(-50%, -50%) scale(1.1);
}
.frame__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.benefits {
  margin-top: 100px;
  position: relative;
}
.benefits::before {
  background: url(../img/benefits-bg_1.jpg) no-repeat;
  content: "";
  position: absolute;
  width: 138.69px;
  height: 100px;
  left: 1.15px;
  top: 79.26px;
  z-index: -1;
}
.benefits::after {
  background: url(../img/benefits-bg_2.jpg) no-repeat;
  content: "";
  position: absolute;
  width: 415px;
  height: 334px;
  right: 0;
  top: 371px;
  z-index: -1;
}
.benefits__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 54px;
}
.benefits__card {
  display: flex;
  gap: 30px;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #61605F;
}
.benefits__text {
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  color: #D78617;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: flex-end;
}

.advantage {
  background: linear-gradient(111.78deg, #2C2E34 5.38%, #363A40 84.84%);
  margin-top: 127px;
  padding: 58px 0;
}
.advantage__h2 {
  max-width: 963px;
}
.advantage__list {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
}
.advantage__card {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.advantage__card span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFB71B;
  height: 48px;
  width: 100%;
}
.advantage__card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 30px;
  height: 80px;
}
.advantage__card img {
  height: 110px;
  width: auto;
  margin-top: 7px;
}

.foundation {
  margin-top: 107px;
  position: relative;
}
.foundation::after {
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 51%;
  top: 118%;
  width: 184px;
  height: 60px;
  transform: rotate(47.6deg);
}
.foundation__list {
  margin-top: 83px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
.foundation__card p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  height: 58px;
  text-align: center;
}
.foundation__card img {
  margin-top: 22px;
}

.piles {
  background: #F5F5F5;
  margin-top: 88px;
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
.piles::before {
  background: url(../img/pails_bg.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 476px;
  height: 476px;
  left: 47%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.piles__container {
  position: relative;
}
.piles__list {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 138px;
}
.piles__left img {
  margin-left: 95px;
}
.piles__right span {
  font-weight: 500;
  font-size: 31px;
  line-height: 38px;
  text-transform: uppercase;
  color: #333333;
}
.piles__group {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 31px;
}
.piles__card {
  display: flex;
  gap: 35px;
}
.piles__card p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.mistake {
  margin-top: 100px;
  position: relative;
  padding-bottom: 60px;
}
.mistake::before {
  background: url(../img/mistake-photo.png) no-repeat;
  content: "";
  z-index: -1;
  width: 775px;
  height: 546px;
  position: absolute;
  right: calc(50vw - 990px);
  bottom: 0;
}
.mistake__text {
  display: grid;
  gap: 15px;
  max-width: 868px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 54px;
}

.stages {
  margin-top: 100px;
}
.stages__wrapper {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stages__card {
  position: relative;
}
.stages__card:nth-child(1) {
  background: #757575;
}
.stages__card:nth-child(3) {
  background: #646464;
}
.stages__card:nth-child(5) {
  background: #4F4F4F;
}
.stages__card:nth-child(7) {
  background: #FFB71B;
}
.stages__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stages__text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 50px 27px;
}
.stages__text P {
  font-weight: 900;
  font-size: 39px;
  line-height: 48px;
  color: #FFB71B;
}
.stages__text P.stages__white {
  color: #FFFFFF;
}
.stages__text span {
  display: block;
  margin-top: 37px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  color: #FFFFFF;
}
.stages__text span.stages__black {
  color: #4F4F4F;
}

.estimate {
  background: linear-gradient(111.78deg, #2C2E34 5.38%, #363A40 84.84%);
  padding: 58px 0 76px;
  margin-top: 100px;
}
.estimate__container {
  position: relative;
}
.estimate__container::before {
  background: url(../img/estimate_bg.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 212px;
  left: 10.71%;
  height: 302px;
  width: 21.57%;
}
.estimate__wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.estimate__column {
  display: flex;
  flex-direction: column;
  gap: 150px;
  width: 370px;
}
.estimate__column:nth-child(1) {
  padding-top: 420px;
}
.estimate__column:nth-child(2) {
  padding-top: 220px;
}
.estimate__column:nth-child(3) {
  padding-top: 60px;
}
.estimate__card {
  background: #FFE7B4;
  border-radius: 0 0 5px 5px;
  padding: 5px 40px 30px;
  position: relative;
}
.estimate__card::before {
  content: "";
  background: url(../img/estimate_substract.svg) no-repeat bottom;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 40px;
  width: 100%;
}
.estimate__card img {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
.estimate__h3 {
  color: #444444;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.estimate__text {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.project {
  margin-top: 100px;
}
.project form {
  position: relative;
}
.project__wrapper {
  position: relative;
  border: 1px solid #EADBB9;
  padding: 32px 37px;
  border-radius: 5px;
  overflow: hidden;
}
.project__wrapper::before {
  background: url(../img/project_bg.png) no-repeat;
  content: "";
  width: 775px;
  height: 546px;
  position: absolute;
  right: -100px;
  bottom: -200px;
  transform: rotate(-19deg);
}
.project__inf {
  display: flex;
  justify-content: space-between;
}
.project__inf h3 {
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  color: #333333;
}
.project__inf h3 span {
  color: #FFB71C;
}
.project__inf p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  width: 548px;
}
.project__inf p span {
  color: #FFB71C;
}
.project__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 9px;
}
.project__card {
  border-bottom: 0.5px solid #686868;
  padding-bottom: 10px;
  transition: 0.3s;
  max-width: 330px;
  width: 100%;
}
.project__card span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #A4A4A4;
}
.project__card input {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #686868;
  width: 100%;
  opacity: 0.7;
}
.project__button-file {
  margin-top: 37px;
  display: flex;
  gap: 27px;
  align-items: center;
}
.project__button-file button {
  background: linear-gradient(90.45deg, #D78617 0.39%, #FFB71B 102.34%);
  box-shadow: 2px 4px 30px rgba(253, 177, 73, 0.25);
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 23px 50.5px;
}
.project__file {
  display: flex;
  gap: 14px;
  align-items: center;
}
.project__file span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #A4A4A4;
}
.project__privacy {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #A4A4A4;
  margin-top: 13px;
}
.project__privacy a {
  font-weight: 700;
  text-decoration: underline;
  color: #A4A4A4;
}

.payment {
  margin-top: 100px;
  position: relative;
}
.payment::before, .payment::after {
  content: "";
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.payment::before {
  background: url(../img/payment_bg_1.jpg) no-repeat center;
  bottom: -200px;
  left: 0;
  height: 207px;
  width: 238px;
}
.payment::after {
  background: url(../img/payment_bg_2.jpg) no-repeat center;
  right: 0;
  bottom: -150px;
  height: 200px;
  width: 200px;
}
.payment__strip {
  margin-top: 130px;
  display: flex;
  max-width: 1443px;
  justify-content: space-between;
  background: linear-gradient(90.01deg, rgba(80, 80, 80, 0) 0.71%, #505050 50.07%, rgba(60, 59, 58, 0) 101.52%);
  height: 10px;
}
.payment__circle {
  border-radius: 50%;
  background: #FFB71B;
  width: 43px;
  height: 43px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-35%);
}
.payment__circle span {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.payment__circle p {
  position: absolute;
  left: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  max-width: 276px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.payment__circle:nth-child(even) p {
  top: calc(100% + 9px);
}
.payment__circle:nth-child(odd) p {
  bottom: calc(100% + 9px);
}
.payment__circle:last-child p {
  left: unset;
  right: 0;
  text-align: right;
}

.questions {
  margin-top: 299px;
}
.questions__container {
  position: relative;
}
.questions__h2 {
  padding: 0;
}
.questions__h2::before {
  content: none;
}
.questions__h2 span {
  color: #D78617;
}
.questions__content {
  max-width: 900px;
  margin-top: 54px;
}
.questions__subtitle {
  color: #444444;
  font-size: 20px;
  line-height: 24px;
  max-width: 610px;
}
.questions__text {
  color: #444444;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 50px;
}
.questions__btns {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(4, 120px);
  margin-top: 34px;
}
.questions__messanger {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 16px;
  transition: 0.3s;
}
.questions__messanger p {
  transition: 0.3s;
}
.questions__messanger.active:nth-child(1) {
  background: #02A3F4;
}
.questions__messanger.active:nth-child(2) {
  background: #1FD365;
}
.questions__messanger.active:nth-child(3) {
  background: #7561F4;
}
.questions__messanger.active:nth-child(4) {
  background: #139710;
}
.questions__messanger.active img {
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(3%) hue-rotate(194deg) brightness(111%) contrast(97%);
}
.questions__messanger.active p {
  color: #FFFFFF;
  font-weight: 500;
}
.questions__img {
  height: 59.21px;
  width: 52.81px;
}
.questions__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.questions__form {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 34px;
  max-width: 685px;
  width: 100%;
}
.questions__label {
  background: #FFFFFF;
  box-shadow: -1px 4px 15px -6px rgba(0, 0, 0, 0.25);
  border-radius: 18px 0px 0px 18px;
  cursor: text;
  padding: 5px 25px;
}
.questions__label p {
  color: #696969;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.questions__label input {
  color: #444444;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  opacity: 0.7;
}
.questions__btn {
  border-radius: 0px 18px 18px 0px;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 27.5px;
}
.questions__ps {
  color: #444444;
  font-size: 12px;
  line-height: 15px;
  max-width: 384px;
  margin-top: 10px;
}
.questions__ps a {
  color: inherit;
  text-decoration: underline;
}
.questions__ps a:hover {
  text-decoration: none;
}
.questions__bg {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 420px;
  z-index: -1;
}

.subscribe {
  background: #333333;
  margin-top: 100px;
  padding: 67px 0;
}
.subscribe__container {
  gap: 40px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
}
.subscribe__h4 {
  font-weight: 400;
  font-size: 31px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFB71B;
}
.subscribe__button {
  display: flex;
  gap: 19px;
}
.subscribe__card {
  align-items: center;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  gap: 23px;
  padding: 33px 10px;
}
.subscribe__card:nth-child(1) {
  width: 308px;
}
.subscribe__card:nth-child(2) {
  width: 327px;
}
.subscribe__card span {
  font-size: 16px;
  line-height: 20px;
}

.reviews {
  margin-top: 100px;
}
.reviews__header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.reviews__btns {
  display: flex;
  gap: 62.5px;
}
.reviews__slide-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
  margin-top: 0;
  height: 40px;
  width: 40px;
}
.reviews__slide-btn::after {
  content: none;
}
.reviews__slide-btn.swiper-button-disabled {
  opacity: 1;
}
.reviews__slide-btn.swiper-button-prev {
  background-image: url(../img/reviews_next_active.svg);
  transform: rotate(180deg);
}
.reviews__slide-btn.swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/reviews_prev.svg);
  transform: none;
}
.reviews__slide-btn.swiper-button-next {
  background-image: url(../img/reviews_next_active.svg);
}
.reviews__slide-btn.swiper-button-next.swiper-button-disabled {
  background-image: url(../img/reviews_prev.svg);
  transform: rotate(180deg);
}
.reviews__wrapper {
  margin-top: 54px;
}
.reviews__slide {
  background: #F5F6FA url(../img/reviews_bg.svg) no-repeat right bottom;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 29px 32px 42px;
  position: relative;
  width: 641px;
}
.reviews__slide.invisible::after {
  background: rgba(255, 255, 255, 0.49);
  content: "";
  filter: blur(13.5px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.reviews__blank {
  width: 105px;
}
.reviews__content {
  margin: 0 7px 0 16px;
}
.reviews__content-header {
  align-items: center;
  display: flex;
  gap: 15px;
}
.reviews__name {
  color: #444444;
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
}
.reviews__stars {
  display: flex;
  gap: 12px;
  width: 13px;
}
.reviews__project {
  color: #D98818;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.reviews__text {
  color: #444444;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__date {
  color: #7A787B;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
}
.reviews__button {
  margin-top: 16px;
}
.reviews__photo {
  position: relative;
  margin: 32px 28px 0 0;
  height: 89px;
  width: 99px;
}
.reviews__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.reviews__time {
  align-items: center;
  background: rgba(255, 183, 27, 0.86);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  height: 66px;
  width: 66px;
}
.reviews__time span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.reviews__time.outline {
  background: rgba(255, 255, 255, 0.86);
  border: 4.1252px solid #FFB71B;
  color: #FFB71B;
}
.reviews__time.outline span {
  color: #FFB71B;
}
.reviews__button {
  font-size: 11px;
  line-height: 13px;
  padding: 13.5px;
  max-width: 180px;
  width: 100%;
}

.gallery {
  margin-top: 100px;
}
.gallery__wrapper {
  margin: 42px auto 0;
  height: 588px;
}
.gallery__slide {
  height: 294px;
  width: 294px;
  position: relative;
}
.gallery__slide:focus {
  outline: none;
}
.gallery__slide--video::after {
  background: url(../img/gallery_play.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  height: 59px;
  width: 59px;
}
.gallery__slide--video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery__slide--video img, .gallery__slide--image img, .gallery__slide--project img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery__slide--social {
  align-items: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
  padding: 10px;
}
.gallery__slide--social p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.gallery__slide--social img {
  width: 133px;
}
.gallery__project-overlay {
  background: linear-gradient(134.51deg, rgba(54, 56, 63, 0.91) 1.54%, rgba(76, 81, 88, 0.91) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery__project-top {
  color: #FFFFFF;
  text-transform: uppercase;
}
.gallery__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.gallery__name {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin-top: 4px;
}
.gallery__description {
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
}
.gallery__btn {
  font-size: 11px;
  line-height: 13px;
  padding: 13.5px;
  max-width: 180px;
  width: 100%;
}

.map {
  display: flex;
  position: relative;
}
.map__iframe {
  height: 714px;
}
.map__container {
  padding: 0;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: calc((100% - 1440px) / 2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.map__wrapper {
  align-items: center;
  background: #F5F6FA;
  display: flex;
  flex-direction: column;
  padding: 41px 75px 51px;
  max-width: 486px;
  width: 100%;
}
.map__h2 {
  color: #313339;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.map__item {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 23px;
  width: 100%;
}
.map__item:nth-child(2) .map__icon img {
  width: 31px;
}
.map__item:nth-child(3) .map__icon img {
  width: 35px;
}
.map__item:nth-child(4) .map__icon img {
  width: 32px;
}
.map__item + .map__item {
  margin-top: 46px;
}
.map__icon {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.map__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map__info p,
.map__info a {
  color: #494D54;
  font-size: 20px;
  line-height: 24px;
}
.map__info a {
  transition: 0.3s;
}
.map__info a:hover {
  color: #FFB71B;
}
.map__info a.underline {
  text-decoration: underline;
}
.map__info a.underline:hover {
  text-decoration: none;
}
.map__btn {
  margin-top: 47px;
  max-width: 300px;
  width: 100%;
}
.map__socials {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  width: 100%;
}
.map__socials img {
  width: 26px;
}

.footer {
  background: linear-gradient(59.35deg, #09070D -0.61%, #5F676D 114.19%);
  padding: 50px 0 57px;
}
.footer__container {
  align-items: flex-start;
  display: grid;
  grid-template: repeat(2, auto)/auto 1fr auto auto;
  gap: 4px 120px;
}
.footer__left {
  display: flex;
  gap: 28px;
}
.footer__logo {
  display: grid;
  gap: 1.28px;
  width: 140px;
}
.footer__logo p {
  font-weight: 400;
  font-size: 10.773px;
  line-height: 13px;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
}
.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  width: 261px;
}
.footer__nav {
  grid-column: 2/4;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.footer__nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer__contacts a:first-child {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FCB31B;
}
.footer__contacts a:last-child {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FCB31B;
}
.footer__privacy {
  align-self: flex-end;
  font-weight: 700;
  font-size: 12px;
  justify-self: flex-start;
  line-height: 15px;
  text-decoration: underline !important;
  color: #B6B6B6;
}
.footer__location {
  display: flex;
  gap: 10px;
}
.footer__location p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  max-width: 241px;
}
.footer__location img {
  width: 15px;
  margin-top: -22px;
}
.footer__messanger {
  display: flex;
  gap: 41px;
  align-self: center;
}
.footer__messanger a {
  display: block;
  width: 19.19px;
}
.footer__button {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 13.5px 37px;
  border-radius: 7px;
}
.footer__number {
  display: flex;
  gap: 10px;
}
.footer__number p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FCB31B;
}
.footer__number img {
  width: 25px;
}

.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.59);
  display: none;
  justify-content: center;
  padding: 0 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.modal.active {
  display: flex;
}
.modal__overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__body {
  background: #FFFFFF;
  padding: 100px 30px;
  position: relative;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  max-width: 483px;
  width: 100%;
}
.modal__close {
  background: url("../img/modal_close.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 47px;
  width: 47px;
}
.modal__title {
  font-size: 39px;
  line-height: 114.4%;
  text-align: center;
  text-transform: uppercase;
}
.modal__description {
  font-size: 20px;
  line-height: 114.4%;
  margin-top: 25px;
  text-align: center;
}

.promotion .modal__body {
  padding: 0;
  max-width: 559px;
}
.promotion .modal__description {
  margin-bottom: 35px;
}
.promotion .modal__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.promotion .modal__input {
  border: 1px solid #585858;
  cursor: text;
  display: block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.07));
  border-radius: 18px;
  margin-bottom: 27px;
  padding: 13px 21px;
  width: 100%;
}
.promotion .modal__input p {
  color: #666666;
  font-weight: 300;
}
.promotion .modal__input input {
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
  width: 100%;
}
.promotion .modal__btn {
  margin-top: 10px;
  max-width: 300px;
  width: 100%;
}
.promotion .modal__policy {
  color: #585858;
  text-align: center;
  margin-top: 10px;
}
.promotion__wrapper {
  background: #ebeef1;
  padding: 41px 88px 81px;
}

.thanks-modal .modal__body {
  background: url(../img/thanks_modal_bg.jpg) no-repeat center;
  background-size: cover;
  max-width: 714px;
  padding: 164px 33px;
}
.thanks-modal__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  margin-top: 70px;
}
.thanks-modal__btn {
  align-items: center;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  gap: 23px;
  padding: 33px 10px;
}
.thanks-modal__btn span {
  font-size: 16px;
  line-height: 20px;
}

.callback .modal__body,
.meeting .modal__body {
  background: url(../img/callback_modal_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 50px;
}
.callback .modal__form,
.meeting .modal__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.callback .modal__input,
.meeting .modal__input {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  cursor: text;
  margin-top: 30px;
  padding: 13px 21px;
  width: 100%;
}
.callback .modal__input p,
.meeting .modal__input p {
  color: #696969;
  font-weight: 300;
  line-height: 20px;
}
.callback .modal__input input,
.meeting .modal__input input {
  margin-top: 6px;
  opacity: 0.2;
}
.callback .modal__input input:focus,
.meeting .modal__input input:focus {
  outline: none;
}
.callback .modal__btn,
.meeting .modal__btn {
  margin-top: 50px;
  max-width: 300px;
  width: 100%;
}
.callback .modal__policy,
.meeting .modal__policy {
  color: #444444;
  font-size: 10px;
  line-height: 12px;
  margin-top: 11px;
  text-align: center;
  max-width: 307px;
}
.callback .modal__policy a,
.meeting .modal__policy a {
  color: inherit;
  text-decoration: underline;
}
.callback .modal__policy a:hover,
.meeting .modal__policy a:hover {
  text-decoration: none;
}

:is(.schema, .project-modal) .modal__body {
  height: 100%;
  max-width: 1920px;
  width: 100%;
  overflow-y: auto;
}
:is(.schema, .project-modal) .modal__title {
  text-align: left;
}

.schema__window {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.schema__wrapper {
  display: flex;
  gap: 40px;
  margin-top: 69px;
  justify-content: space-between;
}
.schema__item {
  display: grid;
  gap: 13px;
}
.schema__item:first-child {
  grid-template-columns: 18px 1fr;
}
.schema__item:first-child p {
  width: 460px;
}
.schema__item:last-child {
  grid-template-columns: 30px 1fr;
}
.schema__item:last-child img {
  margin-top: -5px;
}
.schema__img {
  margin: 96px auto 0;
  max-width: 1099px;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .mistake::before {
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .header__logo {
    margin-right: 60px;
  }
  .header__text {
    display: none;
  }
  .header__right {
    width: 100%;
  }
  .header__location {
    flex-grow: 1;
  }
  .header-main__img {
    width: 65%;
  }
  .benefits::before, .benefits::after {
    content: none;
  }
  .build__list {
    gap: 20px;
  }
  .stages__text {
    padding: 20px;
  }
  .stages__text p {
    line-height: 1.1;
  }
  .stages__text span {
    line-height: 1.1;
    margin-top: 10px;
  }
  .estimate__container::before {
    height: 21.57vw;
  }
  .project__inf {
    flex-direction: column;
  }
  .project__inf p {
    margin-top: 10px;
    width: 100%;
  }
  .payment::after {
    content: none;
  }
  .questions__bg {
    width: 30%;
  }
  .gallery__wrapper {
    height: 882px;
  }
  .gallery__slide--social {
    order: -1;
  }
  .gallery__slide--project {
    order: -2;
  }
  .gallery__slide:nth-child(-n+4) {
    order: -3;
  }
  .map__container {
    left: 15px;
  }
  .footer__text {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .mistake::before {
    display: none;
  }
  .mistake__text {
    max-width: unset;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 20px;
    width: 120px;
  }
  .header__right {
    gap: 15px;
  }
  .header-main__text h1 {
    width: 80%;
  }
  .header-main__titles {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px 43px;
  }
  .company__img {
    padding-right: 0;
  }
  .benefits__card img {
    width: 120px;
  }
  .build__name {
    font-size: 35px;
  }
  .build__text p {
    font-size: 16px;
  }
  .frame .section__h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .advantage__h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .advantage__card span {
    font-size: 18px;
    line-height: 1.2;
    max-width: 220px;
    width: 100%;
  }
  .advantage__card p {
    font-size: 14px;
    margin-top: 20px;
  }
  .advantage__card img {
    margin-top: 20px;
  }
  .advantage__list {
    margin-top: 30px;
  }
  .foundation::after {
    width: 110px;
    height: 60px;
    top: 100%;
    right: 80%;
    transform: rotate(60deg);
  }
  .foundation__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
  .foundation__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .foundation__card:nth-child(2) {
    order: 1;
  }
  .foundation__card:nth-child(4) {
    order: 2;
  }
  .foundation__card img {
    margin-top: 50px;
  }
  .piles__list {
    grid-template-columns: 1fr;
    gap: 50px;
    justify-content: center;
  }
  .piles__left {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .piles__left img {
    margin-left: unset;
    width: 80%;
  }
  .piles__right span {
    font-size: 28px;
  }
  .piles__card p {
    font-size: 22px;
  }
  .stages__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .estimate__card {
    padding: 5px 25px 25px;
  }
  .project__form {
    gap: 10px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .project__card {
    max-width: 100%;
  }
  .project__card:last-child {
    grid-column: 1/-1;
  }
  .payment::before {
    content: none;
  }
  .payment__circle p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 190px;
  }
  .questions {
    margin-top: 150px;
  }
  .questions__bg {
    bottom: 50px;
  }
  .subscribe__container {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .subscribe__h4 {
    max-width: 100%;
  }
  .subscribe__h4 br {
    display: none;
  }
  .footer__container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    margin-bottom: 0;
  }
  .header__button {
    display: none;
  }
  .header__number img {
    width: 20px;
  }
  .nav__container {
    margin-bottom: 30px;
  }
  .header-main__titles {
    margin-top: 40px;
  }
  .sale__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .company__container {
    grid-template-columns: 220px 1fr;
  }
  .company__img p {
    margin-top: 20px;
  }
  .benefits__list {
    grid-template-columns: 1fr;
  }
  .benefits__text {
    margin-top: 20px;
  }
  .build__list {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .build__card img {
    width: 100%;
  }
  .build__text p {
    font-size: 20px;
  }
  .build__name {
    font-size: 39px;
  }
  .frame__text {
    width: 100%;
    max-width: 558px;
  }
  .frame__img {
    margin-right: 0;
  }
  .advantage__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  .advantage__card span {
    max-width: unset;
    height: unset;
    text-align: center;
  }
  .advantage__card p {
    margin-top: 10px;
    text-align: center;
    height: unset;
  }
  .advantage__card img {
    margin-top: 20px;
  }
  .foundation .section__h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .foundation__list {
    margin-top: 40px;
  }
  .piles__right span {
    font-size: 25px;
    line-height: 1.2;
  }
  .piles__card p {
    font-size: 20px;
    line-height: 1.2;
  }
  .stages__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .mistake .section__h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .estimate__container::before {
    content: none;
  }
  .estimate__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .estimate__column {
    width: 100%;
  }
  .estimate__column:nth-child(1), .estimate__column:nth-child(2), .estimate__column:nth-child(3) {
    padding-top: 100px;
  }
  .estimate__column:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    grid-column: 1/-1;
  }
  .payment__strip {
    background: none;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    height: auto;
  }
  .payment__circle p {
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    max-width: calc(50vw - 80px);
  }
  .payment__circle:nth-child(odd) p, .payment__circle:nth-child(even) p {
    top: 50%;
    bottom: unset;
  }
  .payment__circle:last-child p {
    text-align: left;
    left: 50px;
  }
  .questions {
    margin-top: 80px;
  }
  .questions__content {
    margin-top: 40px;
  }
  .questions__text {
    margin-top: 20px;
  }
  .questions__form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .questions__bg {
    top: 220px;
  }
  .subscribe__h4 {
    font-size: 25px;
  }
  .map {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .map__container {
    padding: 0;
    position: static;
    order: -1;
    transform: none;
  }
  .map__iframe {
    height: 630.59px;
  }
  .map__wrapper {
    padding: 30px;
  }
  .footer__container {
    grid-template-columns: auto auto 1fr;
    row-gap: 10px;
  }
  .footer__logo {
    width: 120px;
  }
  .footer__messanger {
    order: 1;
  }
  .footer__contacts {
    order: 2;
  }
  .footer__location {
    order: 3;
  }
  .footer__privacy {
    order: 4;
  }
  .footer__button {
    order: 5;
  }
  .schema__wrapper {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
  .schema__item:first-child p {
    width: unset;
  }
  .schema__img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__number span {
    display: none;
  }
  .nav__container {
    gap: 20px;
    justify-content: space-between;
  }
  .header-main__text h1 {
    width: 100%;
  }
  .header-main__img {
    right: -100px;
  }
  .header-main__tel-button {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr auto;
  }
  .company__container {
    grid-template-columns: 1fr;
  }
  .company__img {
    order: 1;
  }
  .company__inf {
    max-width: 100%;
  }
  .company__inf br {
    display: none;
  }
  .company__title {
    max-width: 100%;
  }
  .company__number:nth-child(3) {
    margin-right: 0;
  }
  .frame__wrapper {
    margin-top: 20px;
  }
  .frame__text p {
    font-size: 18px;
  }
  .foundation__card p {
    font-size: 20px;
    line-height: 1.2;
    height: 48px;
  }
  .foundation__card img {
    margin-top: 30px;
  }
  .piles__right span {
    font-size: 22px;
    line-height: 1.2;
  }
  .piles__left img {
    width: 90%;
  }
  .piles__card p {
    font-size: 18px;
    line-height: 1.2;
  }
  .stages__text p {
    font-size: 22px;
  }
  .stages__text span {
    font-size: 16px;
  }
  .mistake .section__h2 {
    font-size: 29px;
    line-height: 1.2;
  }
  .mistake__text {
    margin-top: 30px;
  }
  .mistake__text p {
    line-height: 1.2;
  }
  .project__button-file {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .subscribe__button {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .subscribe__card {
    max-width: 357px;
    width: 100%;
  }
  .subscribe__card:is(:nth-child(1), :nth-child(2)) {
    width: 100%;
  }
  .reviews__slide {
    width: 100%;
  }
  .reviews__blank {
    display: none;
  }
  .reviews__content {
    margin-left: 0;
  }
  .gallery__wrapper {
    height: 600px;
    margin-top: 20px;
  }
  .gallery__slide {
    height: 200px;
    width: 200px;
  }
  .gallery__slide:nth-child(-n+3) {
    order: 0;
  }
  .gallery__slide--social {
    gap: 20px;
  }
  .gallery__slide--social p {
    font-size: 16px;
    line-height: 1.2;
  }
  .gallery__slide--social img {
    width: 100px;
  }
  .gallery__project-overlay {
    padding: 10px;
  }
  .gallery__price {
    font-size: 14px;
    line-height: 1.2;
  }
  .gallery__name {
    font-size: 20px;
    line-height: 1.2;
  }
  .gallery__description {
    font-size: 20px;
    line-height: 1.2;
  }
  .map {
    grid-template-columns: 1fr;
  }
  .map__container {
    width: 100%;
  }
  .map__wrapper {
    max-width: unset;
  }
  .map__iframe {
    height: 300px;
  }
  .map__h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .map__item + .map__item {
    margin-top: 20px;
  }
  .map__btn {
    margin-top: 20px;
  }
  .map__socials {
    margin-top: 20px;
  }
  .footer__container {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .footer__nav {
    grid-column: 1/-1;
    order: 1;
  }
  .footer__left {
    order: 2;
  }
  .footer__messanger {
    order: 3;
    justify-content: flex-end;
  }
  .footer__location {
    order: 4;
  }
  .footer__contacts {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    order: 5;
  }
  .footer__privacy {
    order: 6;
  }
  .footer__button {
    order: 7;
  }
  .thanks-modal .modal__body {
    padding: 60px 15px;
  }
  .thanks-modal__btns {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 30px;
  }
  .thanks-modal__btn {
    max-width: 300px;
    width: 100%;
  }
  .questions__bg {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .section__h2 {
    font-size: 28px;
    line-height: 1.2;
    padding: 25px 0 0 31px;
  }
  .section__h2::before {
    height: 47.5px;
    width: 68px;
  }
  .header {
    padding: 10px 0;
  }
  .header__location {
    display: none;
  }
  .header__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-main__tel-button {
    grid-template-columns: 1fr;
  }
  .header-main__tel {
    max-width: 100%;
  }
  .header-main__titles {
    grid-template-columns: 1fr;
  }
  .header-main__img {
    width: 80%;
  }
  .sale__treaty p {
    font-size: 24px;
    line-height: 1.2;
  }
  .company__inf br {
    display: inline;
  }
  .benefits {
    margin-top: 40px;
  }
  .benefits__text {
    font-size: 24px;
    line-height: 1.2;
  }
  .benefits__text img {
    width: 60px;
  }
  .advantage {
    margin-top: 40px;
  }
  .frame .section__h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .frame__wrapper {
    flex-direction: column;
  }
  .frame__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
    margin-top: 25px;
  }
  .foundation {
    margin-top: 40px;
  }
  .foundation::after {
    right: 70%;
    transform: rotate(80deg);
    top: 98%;
    height: 70px;
  }
  .foundation .section__h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .foundation__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .foundation__card img {
    margin-top: 20px;
  }
  .foundation__card:nth-child(2) {
    order: 3;
  }
  .foundation__card p {
    height: unset;
  }
  .piles__right span {
    font-size: 20px;
    line-height: 1.2;
  }
  .piles__card p {
    font-size: 16px;
    line-height: 1.2;
  }
  .mistake {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .mistake .section__h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .mistake__text p {
    font-size: 18px;
    line-height: 1.2;
  }
  .stages {
    margin-top: 40px;
  }
  .stages__wrapper {
    margin-top: 30px;
  }
  .estimate__wrapper {
    grid-template-columns: 1fr;
    gap: 100px;
    margin-top: 100px;
  }
  .estimate__column:nth-child(1), .estimate__column:nth-child(2), .estimate__column:nth-child(3) {
    gap: 100px;
    padding-top: 0;
  }
  .estimate__column:nth-child(3) {
    grid-template-columns: 1fr;
  }
  .estimate__card img {
    top: -60px;
    width: 30px;
  }
  .project {
    margin-top: 40px;
  }
  .project__form {
    grid-template-columns: 1fr;
  }
  .payment {
    margin-top: 40px;
  }
  .questions {
    margin-top: 31px;
  }
  .questions__h2 {
    padding: 0;
  }
  .questions__content {
    margin-top: 20px;
  }
  .questions__subtitle {
    font-size: 16px;
  }
  .questions__text {
    margin-top: 12px;
  }
  .questions__btns {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
    width: 100%;
  }
  .questions__form {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .questions__label {
    border-radius: 10px;
  }
  .questions__label input {
    margin-bottom: 3px;
  }
  .questions__btn {
    border-radius: 10px;
    padding: 17px;
  }
  .questions__ps {
    max-width: 100%;
  }
  .subscribe {
    margin-top: 40px;
  }
  .subscribe__h4 {
    text-align: center;
  }
  .subscribe__card {
    padding: 20px 5px;
  }
  .reviews {
    margin-top: 40px;
  }
  .gallery {
    margin-top: 40px;
  }
  .promotion .modal__title {
    font-size: 24px;
  }
  .promotion .modal__description {
    margin: 20px 0;
  }
  .promotion .modal__input {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .promotion .modal__input p {
    font-size: 14px;
  }
  .promotion .modal__input input {
    font-size: 16px;
  }
  .promotion .modal__btn {
    font-size: 16px;
    padding: 13.5px;
  }
  .promotion .modal__policy {
    font-size: 14px;
  }
  .promotion__wrapper {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .section__h2 {
    font-size: 18px;
    padding: 10px 0 0 14px;
  }
  .section__h2::before {
    height: 20.4px;
    width: 40.8px;
  }
  .header__logo {
    width: 100px;
  }
  .nav__container {
    gap: 5px 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .nav__container a {
    font-size: 14px;
  }
  .header-main__container {
    padding-bottom: 30px;
  }
  .header-main__text h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .header-main__text p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .header-main__tel {
    padding-bottom: 5px;
  }
  .header-main__tel span {
    font-size: 14px;
  }
  .header-main__tel input {
    font-size: 16px;
    margin-top: 5px;
  }
  .header-main__button {
    font-size: 16px;
    padding: 13.5px;
  }
  .header-main__titles {
    margin-top: 20px;
  }
  .header-main__money p {
    font-size: 14px;
    line-height: 1.2;
  }
  .sale__treaty p {
    font-size: 20px;
  }
  .sale__inf span {
    font-size: 13px;
    line-height: 1.2;
  }
  .sale__button {
    font-size: 18px;
    align-self: center;
    width: 100%;
    padding: 20px 23px;
  }
  .company__container {
    margin-top: 40px;
  }
  .company__plus {
    top: -5px;
  }
  .company__inf p {
    font-size: 18px;
    line-height: 1.2;
  }
  .company__title {
    margin-top: 20px;
  }
  .company__title p {
    font-size: 14px;
    line-height: 1.2;
  }
  .company__img p {
    font-size: 12px;
    margin-top: 5px;
  }
  .company__numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 20px;
  }
  .company__numbers:nth-child(3) {
    justify-content: center;
  }
  .company__number img {
    width: 14px;
  }
  .company__number h2 span:not(.company__plus) {
    font-size: 28px;
  }
  .company__number p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.2;
  }
  .benefits__list {
    margin-top: 20px;
  }
  .benefits__card {
    flex-direction: column;
    gap: 10px;
  }
  .benefits__card img {
    width: 50%;
  }
  .benefits__card p {
    font-size: 14px;
    line-height: 1.2;
  }
  .benefits__text {
    align-items: center;
    font-size: 16px;
  }
  .benefits__text img {
    width: 50px;
  }
  .build {
    margin-top: 50px;
  }
  .build__card {
    height: 200px;
  }
  .build__card img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .build__text p {
    font-size: 15px;
    line-height: 1.2;
  }
  .build__list {
    margin-top: 20px;
  }
  .build__overflow {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 10px;
    padding: 15px;
  }
  .build__name {
    font-size: 25px;
    line-height: 1.2;
  }
  .build__lines {
    width: 90px;
  }
  .frame {
    margin-top: 50px;
  }
  .frame .section__h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .frame__text p {
    font-size: 14px;
    line-height: 1.2;
  }
  .advantage__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .foundation .section__h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .foundation__card p {
    font-size: 19px;
  }
  .piles__left img {
    width: 100%;
  }
  .piles__right span {
    font-size: 18px;
    line-height: 1.2;
  }
  .piles__card p {
    font-size: 14px;
    line-height: 1.2;
  }
  .mistake {
    padding-bottom: unset;
  }
  .mistake .section__h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .mistake__text p {
    font-size: 14px;
    line-height: 1.2;
  }
  .stages {
    margin-top: 50px;
  }
  .stages__wrapper {
    grid-template-columns: 1fr;
  }
  .estimate {
    padding: 30px 0;
  }
  .estimate__wrapper {
    gap: 80px;
    margin-top: 70px;
  }
  .estimate__column:nth-child(1), .estimate__column:nth-child(2), .estimate__column:nth-child(3) {
    gap: 80px;
  }
  .estimate__card img {
    top: -50px;
    width: 25px;
  }
  .estimate__h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .estimate__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .project__wrapper {
    padding: 20px;
  }
  .project__inf h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .project__inf p {
    font-size: 14px;
    line-height: 1.2;
  }
  .project__card input {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .project__button-file {
    margin-top: 20px;
  }
  .project__button-file button {
    font-size: 16px;
    padding: 13.5px;
    width: 100%;
  }
  .project__file img {
    width: 20px;
  }
  .project__file span {
    font-size: 16px;
  }
  .project__privacy {
    font-size: 14px;
    line-height: 1.2;
  }
  .payment__strip {
    grid-template-columns: 1fr;
  }
  .payment__circle {
    height: 35px;
    width: 35px;
  }
  .payment__circle span {
    font-size: 18px;
    line-height: 1;
  }
  .payment__circle p {
    font-size: 14px;
  }
  .payment__circle:is(:nth-child(odd), :nth-child(even)) p {
    max-width: calc(100vw - 80px);
  }
  .questions__h2 {
    padding: 0;
  }
  .questions__messanger {
    padding: 10px;
  }
  .subscribe {
    padding: 40px 0;
  }
  .subscribe__container {
    gap: 20px;
  }
  .subscribe__h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .subscribe__card {
    border-radius: 8px;
    padding: 13.5px 5px;
    max-width: 270px;
  }
  .subscribe__card span {
    font-size: 14px;
    line-height: 1.2;
  }
  .reviews__btns {
    gap: 30px;
  }
  .reviews__slide-btn {
    height: 30px;
    width: 30px;
  }
  .reviews__wrapper {
    margin-top: 30px;
  }
  .reviews__slide {
    padding: 20px;
  }
  .reviews__content-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .reviews__name {
    font-size: 18px;
    line-height: 1.2;
  }
  .reviews__project {
    font-size: 12px;
    margin-top: 10px;
  }
  .reviews__text {
    font-size: 12px;
    line-height: 1.2;
  }
  .reviews__date {
    font-size: 12px;
  }
  .reviews__photo {
    margin: 15px 15px 0 0;
    height: 60px;
    width: 60px;
  }
  .reviews__time {
    height: 50px;
    width: 50px;
  }
  .reviews__time span {
    font-size: 12px;
    line-height: 1.2;
  }
  .reviews__time.outline {
    border-width: 3px;
  }
  .map__wrapper {
    padding: 30px 15px;
  }
  .map__h2 {
    font-size: 24px;
  }
  .map__item {
    gap: 15px;
  }
  .map__item:nth-child(2) .map__icon img {
    width: 20px;
  }
  .map__item:nth-child(3) .map__icon img {
    width: 20px;
  }
  .map__item:nth-child(4) .map__icon img {
    width: 20px;
  }
  .map__icon {
    grid-template-columns: 20px 1fr;
  }
  .map__info {
    gap: 5px;
  }
  .map__info a,
.map__info p {
    font-size: 14px;
    line-height: 1.2;
  }
  .map__btn {
    font-size: 14px;
    padding: 13.5px;
    max-width: 250px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .footer__nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .footer__left {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
  }
  .footer__logo {
    width: 100px;
  }
  .footer__text {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
  }
  .footer__contacts {
    align-items: flex-start;
  }
  .footer__contacts a:first-child img {
    width: 15px;
  }
  .footer__contacts a:last-child {
    margin-left: 25px;
  }
  .footer__messanger {
    justify-content: center;
    order: 5;
  }
  .footer__button {
    order: 6;
  }
  .footer__privacy {
    justify-self: center;
    order: 7;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal__description {
    font-size: 14px;
  }
  .callback .modal__body,
.meeting .modal__body {
    padding: 60px 20px;
  }
  .callback .modal__input,
.meeting .modal__input {
    margin-top: 20px;
  }
  .callback .modal__input p,
.meeting .modal__input p {
    font-size: 14px;
    line-height: 1.2;
  }
  .callback .modal__btn,
.meeting .modal__btn {
    font-size: 14px;
    padding: 13.5px 15px;
    margin-top: 20px;
  }
  .thanks-modal .modal__description br {
    display: none;
  }
  .thanks-modal__btn {
    gap: 15px;
    padding: 13.5px 10px;
    max-width: 250px;
  }
  .thanks-modal__btn img {
    height: 20px;
    width: auto;
  }
  .thanks-modal__btn span {
    font-size: 14px;
  }
  .schema__item p {
    font-size: 14px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=main.css.map */