@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("fonts/Inter/Inter-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --wrapper: 1600px;
  --wrapper_two: 1800px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

body.locked {
  overflow: hidden;
  /* Блокировка прокрутки страницы */
}

div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

section {
  width: 100%;
  height: 90vh;
}

.wrapper {
  max-width: var(--wrapper);
  margin: 0 auto;
}

@media (max-width: 1600px) {
  :root {
    --wrapper: 1250px;
  }

  .wrapper {
    padding: 0 40px;
  }
}

.preview {
  background: url(../img/backgrounds/preview_background.jpg);
  background-size: cover;
  height: 100vh;
}

header {
  width: 100%;
  height: 65px;
  background: white;
  position: fixed;
  z-index: 9;
  top: 0;
}

.header_content {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_content_menu {
  width: auto;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.header_content_menu_link {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.header_content_contacts {
  width: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.header_content_contacts_phone {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  font-size: 16px;
  gap: 5px;
}

.header_content_contacts_phone > img {
  width: 30px;
  height: 30px;
}

.header_content_contacts_phone.phone,
.header_content_contacts_phone.burger,
.header_content_contacts_phone.close_burger_menu {
  display: none;
}

.header_content_contacts_phone.burger > img,
.header_content_contacts_phone.close_burger_menu > img {
  width: 25px;
}

.preview_content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* align-content: flex-end; */
}

.preview_content_title {
  font-family: Inter;
  font-weight: 700;
  font-size: 77px;
  line-height: 75px;
  color: white;
  margin: 16vh 0px 0vh 0;
}

.preview_content_text {
  width: 100%;
  font-family: Inter;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: white;
  margin: 0 0 0 0;
}
.preview_content_text > span {
  margin-bottom: 30px;
  display: block;
}
.preview_content_button {
  width: 420px;
  height: 58px;
  background: white;
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview_content_button_none_background {
  width: 210px;
  height: 52px;
  border: 3px solid white;
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.preview_content_title_br {
  display: none;
}

.mobile_header {
  width: 100%;
  top: 65px;
  height: calc(100vh - 65px);
  background: #000000b2;
  position: fixed;
  z-index: 9;
  backdrop-filter: blur(8px);
  display: none;
}

.mobile_header_wrapper.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 50px;
}

.mobile_header_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.mobile_header_menu_link,
.mobile_header_menu_phones {
  width: 100%;
  color: white;
  font-family: Inter;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}

@media (max-width: 1600px) {
  .preview_content_title {
    font-size: 85px;
  }
}

@media (max-width: 1200px) {
  .preview_content_title {
    font-size: 55px;
    line-height: 120%;
  }

  .header_content_contacts_phone {
    font-size: 14px;
  }

  .header_content_menu_link {
    font-size: 14px;
  }

  .header_content_logo {
    margin-bottom: -6px;
  }

  .header_content_menu {
    gap: 50px;
  }

  .header_content_logo > img {
    width: 150px;
  }
}

@media (max-width: 1000px) {
  .header_content_logo > img {
    width: auto;
  }

  .header_content_menu {
    display: none;
  }

  .header_content_contacts_phone.wa > span {
    display: none;
  }

  .header_content_contacts_phone.phone,
  .header_content_contacts_phone.burger {
    display: flex;
  }

  .wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .preview_content_title_br {
    display: block;
  }

  .preview_content_title,
  .preview_content_text {
    width: 100%;
    text-align: center;
  }

  .preview_content {
    justify-content: center;
  }

  .preview_content_text {
    font-size: 39px;
  }
  .preview_content_text > span {
    margin-bottom: 5px;
  }
}

@media (max-width: 700px) {
  .preview_content_title {
    font-size: 37px;
    line-height: 42px;
    font-family: "Inter-Bold";
  }

  .preview_content_text {
    font-size: 20px;
    line-height: 100%;
  }

  .preview_content_button {
    font-family: Inter-Bold;
  }

  .preview {
    background: url(../img/backgrounds/preview_blockl_mobile.jpg) no-repeat;
    background-size: cover;
  }
  .preview_content_button_none_background {
    width: 170px;
    height: 35px;
    border: 3px solid white;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .preview_content_button {
    width: 420px;
    height: 42px;
  }
}

.company_info_content_slider_item {
  width: 475px;
  height: 380px;
}

.company_info_content_text_title.wrapper {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #676767;
}

.swiper.swiper_company_info {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
}

.swiper-slide.swiper-slide_company_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 475px;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
}

.swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide-content_company_info_block {
  height: 100%;
  object-fit: revert;
}

.swiper-slide-content_company_info_block_img {
  object-fit: cover;
}

.lozyng_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.lozyng_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lozyng_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lozyng_content_left {
  width: 70%;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  color: #262626;
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-end; */
}

.lozyng_content_right {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lozyng_content_right_img > img {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  background: #d9d9d9;
}

.lozyng_content_right_text_name {
  font-family: Inter;
  font-weight: 500;
  font-size: 45px;
  line-height: 70px;
}

.lozyng_content_right_text_post {
  font-family: Inter;
  font-weight: 500;
  font-size: 33px;
  line-height: 70px;
  color: #717171;
  margin: -25px 0;
  padding: 0;
}

@media (max-width: 1600px) {
  .lozyng_content_left {
    font-size: 28px;
  }

  .lozyng_content_right_img > img {
    width: 230px;
    height: 230px;
  }

  .lozyng_content_right_text_name {
    font-size: 35px;
    text-align: center;
  }

  .lozyng_content_right_text_post {
    font-size: 25px;
  }
}

@media (max-width: 1000px) {
  .lozyng_content {
    flex-wrap: wrap;
  }

  .lozyng_content_left {
    width: 100%;
    text-align: center;
  }

  .lozyng_content_right {
    width: 100%;
    justify-content: center;
  }

  .lozyng_content_right {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .lozyng_content_right_text {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 650px) {
  section.lozyng {
    margin: 50px 0;
    height: auto;
  }

  .lozyng_content_left {
    font-size: 24px;
    line-height: 28px;
  }

  .lozyng_content_right_img > img {
    width: 188px;
    height: 188px;
  }

  .lozyng_content {
    gap: 10px;
  }
}

section.services {
  margin: 50px 0;
}

.services_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.services_content {
  width: 100%;
  padding: 0 20px;
}

.h2_title {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #676767;
  margin-bottom: 40px;
  margin-top: 0;
}

.swiper.swiper_services {
  max-width: var(--wrapper_two);
}
.swiper_services.scaled {
  overflow-x: visible;
  overflow-y: visible;
}
.swiper-slide-content_img > img {
  /* width: 340px; */
  height: 430px;
  object-fit: cover;
}
.swiper-slide-content_img {
  margin-bottom: 20px;
  position: relative;
  cursor: default;
  transition: transform 200ms ease;
  z-index: 1;
}
.swiper-slide-content_title {
  font-family: Inter;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #030303;
  text-align: left;
  width: 100%;
}
.swiper-slide-content_text {
  position: absolute;
  top: 0;
  height: 430px;
  background: #00000073;
  padding: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  -webkit-box-shadow: 0px 100px 5px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 100px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 100px 5px 10px rgba(255, 255, 255, 1);
}
.swiper-slide-content_text.scaled {
  padding: 30px;
  display: flex !important;
}
.swiper-slide_services.scaled {
  transform: scale(1.1);
  z-index: 2345623463420; /* чтобы поднять увеличенный блок выше соседних */
}
.swiper-slide-content_text_p {
  font-family: Inter;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  text-align: left;
}
.swiper-slide-content_text_btn {
  font-family: Inter-Bold;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  cursor: pointer;
  padding-top: 10px;
  border-top: 1px solid white;
  text-align: left;
}
.swiper-slide-content_services {
  transition: width 0.25s ease, height 0.25s ease;
}
.ofer.wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ofer_content_one {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 60px; */
  background-size: cover;
  box-shadow: 0px 0px 150px 0px #00000026;
  box-shadow: 0px 0px 150px 3px #00000073;
}
.ofer_content_one_left {
  width: 65%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 60px;
  background: white;
}
.ofer_content_one_right {
  width: 35%;
  height: 100%;
  background: linear-gradient(268.99deg, #ffffff 70.79%, #d6d6d6 99.2%);
  padding: 50px 80px;
}
.ofer_content_one_right_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.ofer_content_one_right_form_input {
  width: 100%;
  height: 58px;
  background: #eaeaea;
  border: none;
  font-family: "Inter";
  /* font-weight: 600; */
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}
.ofer_content_one_right_form_btn {
  width: 100%;
  height: 58px;
  border: 0;
  background: #3f3e3e;
  color: white;
  font-family: Inter;
  font-size: 24px;
  line-height: 100%;
}
.ofer_content_one_right_form_p {
  font-family: Inter;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  margin: 0;
}
.ofer_content_one_right_form_input::placeholder {
  color: rgb(179, 177, 177);
  font-size: 18px;
}
.ofer_content_one_zagolovok {
  font-family: Inter-Bold;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  text-align: left;
  color: #404040;
  margin: 0;
}

.ofer_content_one_sub_text {
  text-align: left;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #404040;
}

.ofer_content_one_buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ofer_content_one_buttons_zvonok,
.ofer_content_one_buttons_zayavka {
  width: 326px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  font-family: Inter;
  /* font-weight: 700; */
  font-size: 24px;
  line-height: 100%;
  cursor: pointer;
  /* font-family: Inter-Bold; */
}
@media (max-width: 1600px) {
  .ofer_content_one_zagolovok {
    font-size: 70px;
    line-height: 70px;
  }
  .ofer_content_one_sub_text {
    font-size: 34px;
    line-height: 34px;
  }
  .ofer_content_one_right {
    padding: 50px 50px;
  }
}
@media (max-width: 1200px) {
  .ofer_content_one_zagolovok {
    font-size: 50px;
    line-height: 50px;
  }

  .ofer_content_one_sub_text {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .ofer_content_one {
    flex-wrap: wrap;
    height: auto;
    box-shadow: 0px 0px 150px 3px #00000040;
  }
  .ofer_content_one_left,
  .ofer_content_one_right {
    width: 100%;
  }
  .ofer_content_one_left {
    padding: 50px;
  }
  .ofer_content_one_zagolovok > br {
    display: none;
  }
  .ofer_one {
    height: auto;
    margin: 100px 0;
  }
  .ofer_content_one_right_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
  }
  .ofer_content_one_right_form_input {
    width: 48%;
  }
  .ofer_content_one_sub_text {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ofer_content_one_right {
    background: linear-gradient(0deg, #ffffff 70.79%, #d6d6d6 99.2%);
  }
}
@media (max-width: 765px) {
  .ofer_content_one_zagolovok {
    font-size: 29px;
  }
  .ofer_content_one_sub_text {
    font-size: 18px;
    line-height: 20px;
  }
  .ofer_content_one_right_form_input {
    width: 100%;
    height: 40px;
  }
  .ofer_content_one_right_form_btn {
    height: 40px;
    font-size: 20px;
  }
  .ofer_content_one_left {
    padding: 30px;
  }
  .ofer_content_one_right {
    padding: 40px 30px;
  }
}
section#homes {
  height: auto;
}

.homes_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.homes_content {
  width: 100%;
}

.homes_content_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homes_content_info_navigate {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.homes_content_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 90px;
}

.homes_content_items_item {
  width: 30%;
}

.homes_content_info_navigate_arrow {
  width: 200px;
}

.homes_content_items_item_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.homes_content_items_item_info_left_name {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.homes_content_items_item_info_left_squre {
  font-family: Inter-Bold;
  /* font-weight: 600; */
  font-size: 24px;
  line-height: 100%;
  margin-top: 5px;
}

.homes_content_items_item_info_right {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #575757;
}

.homes_content_info_title.projects_page {
  font-family: Inter;
  font-weight: 400;
  font-size: 76.5px;
  line-height: 85px;
  text-align: right;
  margin: 0;
  margin-bottom: 50px;
  width: 100%;
}

.homes.projects_page {
  margin: 120px 0;
}

.homes_content_items_item.projects_page {
  width: 49%;
}

@media (max-width: 1600px) {
  section.homes {
    height: auto;
    margin: 50px 0;
  }

  .homes_content_items_item {
    width: 49%;
  }

  .homes_content_items {
    row-gap: 50px;
  }

  .homes_content_info_title.projects_page {
    font-size: 60px;
  }
}

@media (max-width: 850px) {
  .homes_content_items_item,
  .homes_content_items_item.projects_page {
    width: 100%;
  }

  .homes_content_info {
    flex-wrap: wrap;
  }

  .homes_content_info_title.h2_title {
    width: 100%;
    margin-bottom: 20px;
  }

  .homes_content_info_navigate.h2_title {
    width: 100%;
    justify-content: flex-end;
  }

  .homes_content_info_navigate.h2_title > img {
    width: 150px;
  }

  .homes_content_info_title.projects_page {
    font-size: 50px;
  }

  .homes.projects_page {
    margin: 75px 0;
  }

  .homes_content_info_title.projects_page {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .homes_content_items_item_info {
    flex-wrap: wrap;
    width: 100%;
  }

  .homes_content_items_item_info_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .homes_content_items_item_info_left_squre,
  .homes_content_items_item_info_left_name {
    margin-top: 0;
    font-size: 20px;
  }

  .homes_content_items_item_info_right {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }

  .homes_content_items_item_info_right_br {
    display: none;
  }
}

.ofer_content_two {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: left;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
  background: url(../img/backgrounds/ofer_content_two.jpg) no-repeat center;
  background-size: cover;
  padding-left: 100px;
}

.ofer_content_two_zagolovok {
  font-family: Inter;
  font-weight: 600;
  font-size: 90px;
  line-height: 88px;
  text-align: left;
  color: white;
  margin: 0;
}
.ofer_content_two_text {
  font-family: Inter;
  font-weight: 500;
  font-size: 38px;
  line-height: 44px;
  color: white;
  width: 100%;
}
.ofer_content_two_button {
  width: 500px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: Inter-Bold; */
  /* font-weight: 700; */
  font-size: 24px;
  line-height: 100%;
  background: white;
  cursor: pointer;
}

.our_works_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.our_works_content {
  width: 100%;
}

.our_works_content_items {
  display: flex;
  width: 100%;
  height: 800px;
}

.our_works_content_items_item {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 40px;
  flex-wrap: wrap;
  transition: background 2s ease;
  /* transition: background-size 0.5s ease, background-position 0.5s ease,
    background-color 0.3s ease, background 0.3s ease; */
}
.our_works_content_items_item.one.hovered {
  background: url(../img/backgrounds/step_1_background.jpg) center center /
    cover no-repeat;
}
.our_works_content_items_item.two.hovered {
  background: url(../img/backgrounds/step_2_background.jpg) center center /
    cover no-repeat;
}
.our_works_content_items_item.three.hovered {
  background: url(../img/backgrounds/step_3_background.jpg) center center /
    cover no-repeat;
}
.our_works_content_items_item.four.hovered {
  background: url(../img/backgrounds/step_4_background.jpg) center center /
    cover no-repeat;
}
.our_works_content_items_item:nth-child(2n) {
  background: #d9d9d9;
}

.our_works_content_items_item:nth-child(2n)
  > .our_works_content_items_item_number {
  color: white;
}

.our_works_content_items_item_number {
  font-family: Inter;
  font-weight: 400;
  font-size: 500px;
  line-height: 75%;
  width: 100%;
  text-align: center;
  color: #333333;
  transition: font-size 1s ease;
}
.our_works_content_items_item_number.hovered {
  font-size: 250px;
  color: #ffffff;
  text-align: left;
  margin-left: 30px;
}
.our_works_content_items_item:nth-child(2n)
  > .our_works_content_items_item_number.hovered {
  color: white;
  text-align: right;
  margin-right: 30px;
}
.our_works_content_items_item_info {
  font-family: Inter-Bold;
  font-weight: 400;
  font-size: 38px;
  line-height: 50px;
  color: #333333;
  transition: font-size 1s ease, font-color 1s ease, display 1s ease;
  width: 90%;
  text-align: center;
}
.our_works_content_items_item_info_two {
  display: none;
  font-size: 27px;
  line-height: 30px;
  font-family: Inter;
  transition: font-size 1s ease, font-color 1s ease, display 1s ease;
  text-align: left;
  width: 90%;
}
.our_works_content_items_item_info.hovered {
  color: #ffffff;
  text-align: left;
}
.our_works_content_items_item_info_two.hovered {
  color: #ffffff;
  display: block;
}

@media (max-width: 1400px) {
  .our_works_content_items {
    flex-wrap: wrap;
    height: auto;
  }
  .our_works_content_items_item {
    width: 50%;
    height: 650px;
  }
  section#our_works {
    height: auto;
  }
  .our_works_content_items_item:nth-child(3) {
    background: #d9d9d9;
  }
  .our_works_content_items_item:nth-child(4)
    > .our_works_content_items_item_number {
    color: #333333;
  }
  .our_works_content_items_item:nth-child(3)
    > .our_works_content_items_item_number {
    color: white;
  }
  .our_works_content_items_item:nth-child(4) {
    background: none;
  }
  .our_works_content_items_item_info {
    font-size: 30px;
  }

  .our_works_content_items_item_number {
    font-size: 450px;
  }
}

@media (max-width: 1160px) {
  .our_works_content_items_item_number {
    font-size: 380px;
  }

  .our_works_content_items_item_info {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 980px) {
  .our_works_content_items_item {
    width: 50%;
  }

  .our_works_content_items {
    flex-wrap: wrap;
  }

  section.our_works,
  .our_works_content_items {
    height: auto;
  }

  .our_works_content_items_item:nth-child(4) {
    background: none;
  }

  .our_works_content_items_item:nth-child(3) {
    background: #d9d9d9;
  }

  .our_works_content_items_item:nth-child(3)
    > .our_works_content_items_item_number {
    color: white;
  }

  .our_works_content_items_item:nth-child(4)
    > .our_works_content_items_item_number {
    color: #333333;
  }
  .our_works_content_items_item_number {
    font-size: 260px;
  }

  .our_works_content_items_item_info,
  .our_works_content_items_item_info_two {
    font-size: 17px;
    line-height: 30px;
  }

  .our_works_content_items_item {
    height: 500px;
  }
}

@media (max-width: 750px) {
  .our_works_content_items_item {
    width: 100%;
  }
  /* .our_works_content_items_item:nth-child(4) {
    background: #d9d9d9;
  }

  .our_works_content_items_item:nth-child(3) {
    background: none;
  }

  .our_works_content_items_item:nth-child(3)
    > .our_works_content_items_item_number {
    color: #333333;
  }

  .our_works_content_items_item:nth-child(4)
    > .our_works_content_items_item_number {
    color: white;
  } */
  .our_works_content_items_item.one {
    background: url(../img/backgrounds/step_1_background.jpg) center center /
      cover no-repeat;
  }
  .our_works_content_items_item.two {
    background: url(../img/backgrounds/step_2_background.jpg) center center /
      cover no-repeat;
  }
  .our_works_content_items_item.three {
    background: url(../img/backgrounds/step_3_background.jpg) center center /
      cover no-repeat;
  }
  .our_works_content_items_item.four {
    background: url(../img/backgrounds/step_4_background.jpg) center center /
      cover no-repeat;
  }
  .our_works_content_items_item:nth-child(2n)
    > .our_works_content_items_item_number {
    color: white;
    text-align: right;
    margin-right: 30px;
  }
  .our_works_content_items_item_number {
    color: white;
  }
  .our_works_content_items_item_info_two {
    color: #ffffff;
    display: block;
  }
  .our_works_content_items_item_info {
    color: #ffffff;
    text-align: left;
  }
  .our_works_content_items_item {
    gap: 20px;
  }
}

.ofer_content_three {
  width: 100%;
  height: 405px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 60px;
  background: url(../img/backgrounds/ofer_content_three.png) no-repeat center;
  background-size: cover;
}

.ofer_content_three_zagolovok {
  font-family: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 69px;
  text-align: center;
  color: white;
  margin: 0;
}

.ofer_content_three_button {
  width: 500px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter-Bold;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  background: white;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .ofer_content_three_zagolovok {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1150px) {
  .ofer_content_two_zagolovok {
    font-size: 70px;
    line-height: 70px;
  }
  .ofer_content_two {
    height: 500px;
  }
  .ofer_content_two_text {
    font-size: 30px;
  }
  .ofer_content_two {
    padding-left: 50px;
  }
}
@media (max-width: 880px) {
  .ofer_content_three_zagolovok {
    font-size: 26px;
    line-height: 45px;
  }

  .ofer_content_two,
  .ofer_content_three {
    padding: 0 20px;
  }
}
@media (max-width: 780px) {
  .ofer_content_two_zagolovok {
    font-size: 35px;
    line-height: 35px;
  }
  .ofer_content_two_text {
    font-size: 21px;
    line-height: 30px;
  }
  .ofer_content_two {
    height: 400px;
  }
  .ofer_content_two {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .ofer_content_three_zagolovok {
    font-size: 23px;
    line-height: 30px;
  }

  .ofer_content_two,
  .ofer_content_three {
    height: 360px;
  }

  .ofer_content_two_zagolovok_br {
    display: none;
  }

  .ofer_content_two_button,
  .ofer_content_three_button {
    font-size: 14px;
  }
}

.why_we_content {
  width: 100%;
}

.why_we_wrapper.wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.why_we_title.h2_title {
  margin-bottom: 10px;
}

.why_we_accordion {
  width: 100%;
  border-top: 1px solid #d9d9d9;
}

.why_we_accordion-title {
  cursor: pointer;
  font-family: Inter;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 60px;
  padding-bottom: 10px;
  color: #333333;
}

.why_we_accordion-content {
  display: none;
  padding: 15px;
}

@media (max-width: 1250px) {
  section.why_we {
    height: 70vh;
  }

  .why_we_accordion-title {
    padding-top: 35px;
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .why_we_accordion-title {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .why_we_accordion-title {
    font-size: 24px;
    padding-top: 25px;
    line-height: 30px;
  }

  section.why_we {
    height: auto;
  }
}

section.team {
  height: 55vh;
  margin: 50px 0;
}

.team_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.team_content {
  width: 100%;
}

.team_content_items {
  width: 100%;
  display: flex;
}

.team_content_items_left,
.team_content_items_right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.team_content_item_lefts_item_top,
.team_content_item_rights_item_top {
  font-family: Inter;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #333333;
}

.team_content_items_left {
  padding-top: 40px;
  padding-right: 20px;
  border-top: 2px solid #d9d9d9;
  justify-content: flex-start;
  gap: 20%;
}

.team_content_items_left_item_bottom,
.team_content_items_right_item_bottom {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #676767;
  margin-top: 10px;
}

.team_content_items_center_line {
  border-right: 2px solid #d9d9d9;
  margin: 15px 15px;
  height: 220px;
}

.team_content_items_right {
  justify-content: flex-end;
  padding-top: 40px;
  padding-left: 20px;
  border-top: 2px solid #d9d9d9;
  gap: 20%;
}

.team_content_title.h2_title.wrapper {
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .team_content_items_right,
  .team_content_items_left {
    gap: 6%;
  }

  .team_content_item_lefts_item_top,
  .team_content_item_rights_item_top {
    font-size: 46px;
  }
}

@media (max-width: 1300px) {
  .team_content_item_lefts_item_top,
  .team_content_item_rights_item_top {
    font-size: 35px;
  }

  .team_content_items_left_item_bottom,
  .team_content_items_right_item_bottom {
    font-size: 20px;
  }

  .team_content_items_right,
  .team_content_items_left {
    justify-content: space-between;
  }
}

@media (max-width: 1050px) {
  .team_content_item_lefts_item_top,
  .team_content_item_rights_item_top {
    font-size: 30px;
  }

  .team_content_items_left_item_bottom,
  .team_content_items_right_item_bottom {
    font-size: 17px;
  }
}

@media (max-width: 770px) {
  .team_content_items_left,
  .team_content_items_right {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  .team_content_items_left_item,
  .team_content_items_right_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .team_content_item_lefts_item_top,
  .team_content_item_rights_item_top {
    width: 100%;
    text-align: center;
  }

  .team_content_items_left_item_bottom,
  .team_content_items_right_item_bottom {
    text-align: center;
  }

  .team_content_items_right {
    padding-left: 0;
  }

  .team_content_items_left {
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .team_content_item_lefts_item_top,
  .team_content_item_rights_item_top {
    font-size: 24px;
  }

  .team_content_items_left_item_bottom,
  .team_content_items_right_item_bottom {
    font-size: 16px;
  }

  h2.team_content_title.h2_title {
    font-size: 21px;
  }
}

.footer_content_title.h2_title {
  margin-bottom: 20px;
}

.footer_content_items {
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.footer_content_items {
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_content_items_item {
  width: 11%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_content_items_item_title {
  width: 100%;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #828282;
  margin-bottom: 20px;
}

.footer_content_items_item_text {
  width: 100%;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #0c0c0c;
}

.footer_content_items_item_top {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.footer_content_items_item:first-child {
  width: 49%;
}

@media (max-width: 1600px) {
  .footer_content_items_item {
    width: 20%;
  }

  .footer_content_items_item:first-child {
    width: 40%;
  }

  .footer_content_items_item_text_br_one {
    display: none;
  }
}

@media (max-width: 1000px) {
  .footer_content_items_item {
    width: 30%;
  }

  .footer_content_items_item:first-child {
    width: 100%;
    order: 4;
    justify-content: center;
  }

  .footer_content_items {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer_content_items_item_top {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer_content_items_item_title {
    margin-bottom: 0px;
  }

  .footer_content_items_item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_content_items_item_text {
    font-size: 17px;
  }

  .footer_content_items_item_text.partners {
    text-align: end;
  }

  .footer_content_items {
    padding-bottom: 50px;
  }
}

@media (max-width: 650px) {
  .footer_content_items {
    padding-top: 25px;
  }

  .footer_content_items_item {
    width: 100%;
    justify-content: space-between;
  }

  .footer_content_items_item_text {
    width: auto;
  }

  .footer_content_items_item:first-child {
    order: 1;
  }

  .footer_content_items_item:nth-child(2) {
    order: 3;
  }

  .footer_content_items_item:nth-child(3) {
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer_content_items_item:nth-child(3) > .footer_content_items_item_title {
    width: auto;
  }

  .footer_content_items_item:nth-child(4) {
    order: 4;
  }
}

section.project_page {
  margin: 120px 0;
  height: auto;
}

.project_page_wrapper.wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.project_page_left {
  width: 65%;
  position: relative;
}

.project_page_right {
  width: 30%;
  position: sticky;
  top: 115px;
}

.project_page_right_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  width: 100%;
  margin-top: 0;
}

.project_page_right_harakteristiki {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  flex-wrap: wrap;
}

.project_page_right_harakteristiki_top,
.project_page_right_harakteristiki_bottom {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.project_page_right_harakteristiki_top_item_top,
.project_page_right_harakteristiki_bottom_item_top {
  font-family: Inter;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #8f918f;
}

.project_page_right_harakteristiki_top_item_bottom,
.project_page_right_harakteristiki_bottom_item_bottom {
  font-family: Inter;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  margin-top: 10px;
}

.project_page_right_description_title {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #8f918f;
  margin-top: 20px;
}

.project_page_right_description_text {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
  margin-top: 10px;
}

.project_page_right_btn {
  width: 100%;
  font-family: Inter;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  padding-top: 10px;
  border-top: 3px solid #d9d9d9;
  margin-top: 50px;
}

.project_page_left_swiper_block {
  position: relative;
}

.main-slider {
  width: 100%;
  height: 600px;
  position: relative;
  /* Для позиционирования стрелок */
}

.preview-slider {
  width: 470px;
  height: 90px;
  padding: 15px 15px 0px 0px;
  background: white;
  position: absolute;
  bottom: -40px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  transition: transform 200ms ease;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

.project_page_left_acordion {
  width: 100%;
  margin-top: 100px;
}

.project_page_left_acordion_item_title {
  font-family: Inter;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 10px;
  padding-top: 40px;
  border-bottom: 3px solid #bebebe;
  color: #333333;
  cursor: pointer;
}

.project_page_left_acordion_item_content {
  padding: 40px 0;
}

.project_page_left_acordion_item_content_vkladki {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}

.project_page_left_acordion_item_content_vkladki_item {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #9f9f9f;
  cursor: pointer;
}

.project_page_left_acordion_item_content_vkladki_item.active {
  color: #333333;
}

.tab {
  display: none;
  /* Скрываем содержимое всех вкладок */
}

.tab.active {
  display: block;
  /* Показываем активную вкладку */
}

.project_page_left_info_for_mobile {
  display: none;
}

@media (max-width: 1600px) {
  .main-slider {
    height: auto;
  }

  .project_page_right_title {
    font-size: 40px;
  }

  .project_page_right_harakteristiki_top_item_bottom,
  .project_page_right_harakteristiki_bottom_item_bottom {
    font-size: 25px;
  }

  .project_page_right_harakteristiki {
    width: 100%;
    height: 200px;
  }

  .project_page_right_description_text {
    font-size: 18px;
  }

  .project_page_right_btn {
    font-size: 30px;
  }
}

@media (max-width: 950px) {
  .project_page_right {
    display: none;
  }

  .project_page_left {
    width: 100%;
  }

  section.project_page {
    margin: 80px 0;
    height: auto;
  }

  .project_page_left_info_for_mobile {
    display: block;
    margin-top: 30px;
  }

  .preview-slider {
    display: none;
  }

  .project_page_right_title {
    text-align: center;
  }

  .project_page_right_title,
  .project_page_right_harakteristiki,
  .project_page_right_description,
  .project_page_right_btn,
  .project_page_left_acordion {
    width: calc(100% - 40px);
    margin: 20px auto;
  }

  .project_page_right_btn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    color: #eeeeee;
    border: none;
    font-size: 28px;
    padding: 0;
  }

  .project_page_right_harakteristiki_top_item_bottom,
  .project_page_right_harakteristiki_bottom_item_bottom {
    font-size: 19px;
  }
}

.popup_wrapper {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: #00000096;
  position: fixed;
  z-index: 101;
  top: 0;
}

.popup {
  width: 500px;
  height: 400px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_content {
  width: 95%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.popup_content_title {
  font-family: Inter;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #333333;
  width: 100%;
  text-align: center;
}

.popup_content_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.popup_content_form_input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

.popup_content_form_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Inter;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  background: none;
  border: 1px solid black;
}

.popup_content_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.open {
  display: flex;
}

.thanks_text_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  flex-wrap: wrap;
  gap: 30px;
}

.thanks_text_wrapper > h1 {
  width: 100%;
  font-size: 40px;
  text-align: center;
}

.thanks_text_wrapper > h2 {
  width: 100%;
  font-size: 30px;
  text-align: center;
}

.thanks_text_wrapper > a {
  font-size: 20px;
  width: 251px;
  height: 70px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
