@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-Bold.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: 96px;
  line-height: 100px;
  color: white;
  margin: 16vh 0px 0vh 0;
}

.preview_content_text {
  width: 100%;
  font-family: Inter;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: white;
  margin: 0 0 10vh 0;
}

.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_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: 65px;
    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;
  }
}
@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: 150%;
  }
  .preview_content_button {
    font-family: Inter-Bold;
  }
  .preview {
    background: url(../img/backgrounds/preview_blockl_mobile.jpg) no-repeat;
    background-size: cover;
  }
}

.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-slide-content_img > img {
  /* width: 340px; */
  height: 431px;
  margin-bottom: 20px;
  object-fit: cover;
}

.swiper-slide-content_text {
  font-family: Inter;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #030303;
  text-align: left;
  width: 100%;
}

.ofer.wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ofer_content_one {
  width: 100%;
  height: 605px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 60px;
  background: url(../img/backgrounds/ofer_content_one.png) no-repeat center;
  background-size: cover;
  padding: 0 20px;
}

.ofer_content_one_zagolovok {
  font-family: Inter;
  font-weight: 600;
  font-size: 78px;
  line-height: 71px;
  text-align: center;
  color: white;
  margin: 0;
}

.ofer_content_one_sub_text {
  font-family: Inter;
  font-weight: 500;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: white;
  margin: 0;
}

.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: 1200px) {
  .ofer_content_one_zagolovok {
    font-size: 50px;
  }
  .ofer_content_one_sub_text {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .ofer_content_one_zagolovok {
    font-size: 28px;
    line-height: 40px;
  }
  .ofer_content_one_sub_text {
    font-size: 15px;
    line-height: 25px;
  }
  .ofer_content_one_buttons {
    flex-wrap: wrap;
  }
  .ofer_content_one_buttons_zvonok,
  .ofer_content_one_buttons_zayavka {
    font-size: 20px;
  }
  .ofer_content_one {
    width: 100%;
    height: 530px;
  }
  section.ofer {
    height: 70vh;
  }
}
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: 505px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 60px;
  background: url(../img/backgrounds/ofer_content_two.png) no-repeat center;
  background-size: cover;
}

.ofer_content_two_zagolovok {
  font-family: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 69px;
  text-align: center;
  color: white;
  margin: 0;
}

.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;
}

.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;
}

.our_works_content_items_item_info {
  font-family: Inter;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  color: #333333;
}

@media (max-width: 1400px) {
  .our_works_content_items_item_info {
    font-size: 30px;
  }
  .our_works_content_items_item_number {
    font-size: 450px;
  }
  .our_works_content_items {
    height: 650px;
  }
}
@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 {
    height: 500px;
  }
  .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: black;
  }
}
@media (max-width: 980px) {
  .our_works_content_items_item_number {
    font-size: 260px;
  }
  .our_works_content_items_item_info {
    font-size: 17px;
    line-height: 30px;
  }
  .our_works_content_items_item {
    height: 400px;
  }
}
.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_two_zagolovok,
  .ofer_content_three_zagolovok {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 880px) {
  .ofer_content_two_zagolovok,
  .ofer_content_three_zagolovok {
    font-size: 26px;
    line-height: 45px;
  }
  .ofer_content_two,
  .ofer_content_three {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .ofer_content_two_zagolovok,
  .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;
  }
}
