* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: "Noto Sans", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
  font-synthesis: none;
}

a {
  text-decoration: none;
  font-synthesis: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

header {
  padding: 24px 0;
  background: rgba(236, 239, 245, 0.6392156863);
  backdrop-filter: blur(32px);
}
header .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .about_block .logo img {
  width: auto;
  height: auto;
}
header .about_block .click_with {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .about_block .click_with a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #F9FFFF;
  padding: 10px 20px;
  border-radius: 1000px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .about_block .click_with a.whatsapp {
  background-color: #22BC6C;
}
header .about_block .click_with a.telegram {
  background-color: #239AD6;
}

main .home_block {
  padding: 41px 0 32px 0;
}
main .home_block .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .home_block .about_block .text_block {
  width: 100%;
  max-width: 594px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .home_block .about_block .text_block h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #111940;
  margin-bottom: 16px;
}
main .home_block .about_block .text_block p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
  margin-bottom: 40px;
}
main .home_block .about_block .text_block p a {
  display: flex;
}
main .home_block .about_block .text_block .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #F9FFFF;
  padding: 10px 32px;
  background-color: #0F61FE;
  border-radius: 12px;
  cursor: pointer;
}
main .home_block .about_block .img_right_group {
  position: relative;
  width: 468px;
  height: 475px;
  margin-right: 44px;
}
main .home_block .about_block .img_right_group .builders {
  position: absolute;
  width: auto;
  height: auto;
}
main .home_block .about_block .img_right_group .builders:nth-child(1) {
  top: 0;
  left: 0;
}
main .home_block .about_block .img_right_group .builders:nth-child(2) {
  top: 45px;
  right: 0;
}
main .home_block .about_block .img_right_group .builders:nth-child(3) {
  bottom: 0;
  left: 46px;
}
main .home_block .about_block .img_right_group .loc_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .home_block .about_block .img_right_group .loc_bg .loc_icon {
  width: 116px;
  height: 116px;
  position: relative;
  z-index: 2;
}
main .home_block .about_block .img_right_group .loc_bg .bg_blur {
  width: 144px;
  height: 1179px;
  background-color: rgba(15, 97, 254, 0.1607843137);
  backdrop-filter: blur(16px);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg) translateY(-584px);
}
main .current_vacancies {
  padding: 32px 0;
}
main .current_vacancies .about_block .title_group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
main .current_vacancies .about_block .title_group h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #111940;
}
main .current_vacancies .about_block .title_group p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
}
main .current_vacancies .about_block .title_group p a {
  display: flex;
}
main .current_vacancies .about_block .cards_group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
main .current_vacancies .about_block .cards_group .card {
  width: 100%;
  height: 384px;
  grid-column: span 3;
  background-color: #ECEFF5;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main .current_vacancies .about_block .cards_group .card .img_wrapper {
  position: relative;
  width: 100%;
  height: 223px;
}
main .current_vacancies .about_block .cards_group .card .img_wrapper .img_card {
  width: 100%;
  height: 100%;
}
main .current_vacancies .about_block .cards_group .card .img_wrapper a {
  display: flex;
  padding: 6px 8px;
  background-color: rgba(249, 255, 255, 0.5607843137);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: 12px;
  left: 12px;
}
main .current_vacancies .about_block .cards_group .card .text_block {
  padding: 8px 12px 12px 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .current_vacancies .about_block .cards_group .card .text_block h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
  height: 48px;
}
main .current_vacancies .about_block .cards_group .card .text_block .texts_center {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
main .current_vacancies .about_block .cards_group .card .text_block .texts_center p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6);
}
main .current_vacancies .about_block .cards_group .card .text_block a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #F9FFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #0F61FE;
  border-radius: 100px;
  cursor: pointer;
}
main .about_company {
  padding: 32px 0;
}
main .about_company .about_block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #111940;
  margin-bottom: 24px;
}
main .about_company .about_block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
  max-width: 901px;
  margin-bottom: 24px;
}
main .about_company .about_block .descriptions_group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
main .about_company .about_block .descriptions_group .desc {
  width: 100%;
  height: 96px;
  background-color: #ECEFF5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  grid-column: span 3;
  padding-top: 20px;
}
main .about_company .about_block .descriptions_group .desc span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0F61FE;
}
main .about_company .about_block .descriptions_group .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
}
main .peoples_about_us_block {
  padding: 32px 0;
}
main .peoples_about_us_block .about_block .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
main .peoples_about_us_block .about_block .title_block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #111940;
}
main .peoples_about_us_block .about_block .title_block .navigations {
  display: flex;
  align-items: center;
  gap: 24px;
}
main .peoples_about_us_block .about_block .title_block .navigations .swiper-button-next,
main .peoples_about_us_block .about_block .title_block .navigations .swiper-button-prev {
  position: static;
  margin: 0;
}
main .peoples_about_us_block .about_block .title_block .navigations .swiper-button-next svg,
main .peoples_about_us_block .about_block .title_block .navigations .swiper-button-prev svg {
  width: 44px;
  height: 44px;
}
main .peoples_about_us_block .about_block .commends_group .swiper {
  overflow: visible;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend {
  width: 100%;
  background-color: #ECEFF5;
  border-radius: 24px;
  padding: 16px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .stars_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .stars_date .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .stars_date .stars span {
  display: flex;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .stars_date .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
  display: flex;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .text_commend {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111940;
  min-height: 60px;
  margin-bottom: 16px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor .img_profile {
  width: auto;
  height: auto;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor .name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor .name h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111940;
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor .name span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
}
main .peoples_about_us_block .about_block .commends_group .swiper .commend .profile_commendor .name span img {
  width: 12px;
  height: 14px;
}

footer {
  padding: 32px 0;
  background-color: #111940;
}
footer .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .about_block .left_logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .about_block .left_logo img {
  width: auto;
  height: auto;
}
footer .about_block .left_logo span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(249, 255, 255, 0.6392156863);
}
footer .about_block .privacy_policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(249, 255, 255, 0.6392156863);
}

.modals .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modals .modal.active {
  display: flex;
}
.modals .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6784313725);
}
.modals .modal .body_modal {
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  backdrop-filter: blur(80px);
  border-radius: 24px;
  padding: 16px;
  width: 100%;
  max-width: 643px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modals .modal .body_modal .modal__close {
  border: none;
  background-color: transparent;
  display: flex;
  position: absolute;
  top: 23px;
  right: 21px;
  cursor: pointer;
}
.modals .modal .body_modal .header_modal {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modals .modal .body_modal .header_modal .logo_modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #0F61FE;
  gap: 2px;
  padding-top: 5px;
}
.modals .modal .body_modal .header_modal .logo_modal p {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #F9FFFF;
}
.modals .modal .body_modal .header_modal .logo_modal .online {
  width: 10px;
  height: 10px;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  background-color: #4AEB42;
  position: absolute;
  right: 5px;
  bottom: 3px;
}
.modals .modal .body_modal .header_modal .text_header {
  display: flex;
  flex-direction: column;
}
.modals .modal .body_modal .header_modal .text_header h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
}
.modals .modal .body_modal .header_modal .text_header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
}
.modals .modal .body_modal .texts_modal_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modals .modal .body_modal .texts_modal_group .texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modals .modal .body_modal .texts_modal_group .texts h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
}
.modals .modal .body_modal .texts_modal_group .texts p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
}
.modals .modal .body_modal .click_with {
  display: flex;
  align-items: center;
  gap: 6px;
}
.modals .modal .body_modal .click_with a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #F9FFFF;
  padding: 10px 20px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modals .modal .body_modal .click_with a.whatsapp {
  background-color: #22BC6C;
}
.modals .modal .body_modal .click_with a.telegram {
  background-color: #239AD6;
}
.modals .modal .body_card_modal {
  width: 100%;
  max-width: 643px;
  height: 860px;
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  backdrop-filter: blur(80px);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modals .modal .body_card_modal .img_wrapper {
  position: relative;
}
.modals .modal .body_card_modal .img_wrapper .modal__close {
  border: none;
  background-color: transparent;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  cursor: pointer;
}
.modals .modal .body_card_modal .img_wrapper a {
  display: flex;
  padding: 6px 8px;
  background-color: rgba(249, 255, 255, 0.5607843137);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
}
.modals .modal .body_card_modal .img_wrapper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: 12px;
  margin: 0;
}
.modals .modal .body_card_modal .img_wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(15, 97, 254, 0.4);
  width: 9px;
  height: 9px;
  backdrop-filter: blur(4px);
  opacity: 1;
  margin: 0;
}
.modals .modal .body_card_modal .img_wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0F61FE;
}
.modals .modal .body_card_modal .img_wrapper .img_card {
  width: 100%;
  height: 415px;
}
.modals .modal .body_card_modal .img_wrapper .img_card img {
  width: 100%;
  height: 100%;
}
.modals .modal .body_card_modal .texts_card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modals .modal .body_card_modal .texts_card::-webkit-scrollbar {
  display: none;
}
.modals .modal .body_card_modal .texts_card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111940;
  margin-bottom: 4px;
}
.modals .modal .body_card_modal .texts_card h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(17, 25, 64, 0.6392156863);
  margin-bottom: 12px;
}
.modals .modal .body_card_modal .texts_card h4 img {
  width: 15px;
  height: 16px;
}
.modals .modal .body_card_modal .texts_card h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
  margin-bottom: 12px;
}
.modals .modal .body_card_modal .texts_card h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111940;
  margin-bottom: 4px;
}
.modals .modal .body_card_modal .texts_card ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 25px;
  margin-bottom: 12px;
}
.modals .modal .body_card_modal .texts_card ul:last-child {
  margin-bottom: 0;
}
.modals .modal .body_card_modal .texts_card ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #111940;
}
.modals .modal .body_card_modal .bottom_connecting {
  padding: 8px 16px 16px 16px;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.0784313725), 0px -6px 6px 0px rgba(0, 0, 0, 0.0705882353), 0px -14px 8px 0px rgba(0, 0, 0, 0.0392156863), 0px -24px 10px 0px rgba(0, 0, 0, 0.0117647059), 0px -38px 11px 0px rgba(0, 0, 0, 0);
}
.modals .modal .body_card_modal .bottom_connecting h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
}
.modals .modal .body_card_modal .bottom_connecting .tags_connect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.modals .modal .body_card_modal .bottom_connecting .tags_connect a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #F9FFFF;
  padding: 10px 20px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modals .modal .body_card_modal .bottom_connecting .tags_connect a.whatsapp {
  background-color: #22BC6C;
  grid-column: span 1;
}
.modals .modal .body_card_modal .bottom_connecting .tags_connect a.telegram {
  background-color: #239AD6;
  grid-column: span 1;
}
.modals .modal .body_card_modal .bottom_connecting .tags_connect a.copy {
  color: #0F61FE;
  border: 1.5px solid #0F61FE;
  grid-column: span 2;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 999px) {
  header {
    padding: 12px 0;
  }
  header .about_block .logo img {
    width: 113px;
    height: 26px;
  }
  header .about_block .click_with {
    gap: 12px;
  }
  header .about_block .click_with a {
    padding: 4px 16px;
  }
  header .about_block .click_with a span {
    display: none;
  }
  main .home_block {
    padding: 24px 0;
  }
  main .home_block .about_block {
    flex-direction: column;
    gap: 48px;
  }
  main .home_block .about_block .text_block p {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  main .home_block .about_block .img_right_group {
    margin-right: 0;
    width: 315px;
    height: 314px;
  }
  main .home_block .about_block .img_right_group .builders:nth-child(1) {
    width: 117px;
    height: 117px;
    top: 31px;
  }
  main .home_block .about_block .img_right_group .builders:nth-child(2) {
    width: 134px;
    height: 136px;
    top: 0;
  }
  main .home_block .about_block .img_right_group .builders:nth-child(3) {
    width: 139px;
    height: 139px;
    left: 117px;
  }
  main .home_block .about_block .img_right_group .loc_bg .loc_icon {
    width: 94px;
    height: 94px;
  }
  main .home_block .about_block .img_right_group .loc_bg .bg_blur {
    width: 113px;
    height: 430px;
    transform: translate(-50%, -50%) rotate(228deg) translateY(-208px);
  }
  main .current_vacancies {
    padding: 24px 0;
  }
  main .current_vacancies .about_block .title_group h2 {
    position: relative;
    z-index: 10;
  }
  main .current_vacancies .about_block .title_group p {
    position: relative;
    z-index: 10;
  }
  main .current_vacancies .about_block .cards_group {
    gap: 12px;
  }
  main .current_vacancies .about_block .cards_group .card {
    grid-column: span 6;
    height: 294px;
  }
  main .current_vacancies .about_block .cards_group .card .img_wrapper {
    height: 128px;
  }
  main .current_vacancies .about_block .cards_group .card .img_wrapper .img_card {
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .current_vacancies .about_block .cards_group .card .text_block h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    height: 40px;
    margin-bottom: 6px;
  }
  main .current_vacancies .about_block .cards_group .card .text_block .texts_center p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    gap: 4px;
  }
  main .current_vacancies .about_block .cards_group .card .text_block .texts_center p img {
    width: 12px;
  }
  main .about_company {
    padding: 24px 0;
  }
  main .about_company .about_block {
    display: flex;
    flex-direction: column;
  }
  main .about_company .about_block h2 {
    order: 1;
  }
  main .about_company .about_block .descriptions_group {
    order: 2;
    gap: 8px;
  }
  main .about_company .about_block p {
    order: 3;
    margin-bottom: 0;
    margin-top: 24px;
  }
  main .about_company .about_block .descriptions_group .desc {
    grid-column: span 6;
    padding: 0;
  }
  main .about_company .about_block .descriptions_group .desc p {
    margin: 0;
  }
  main .peoples_about_us_block {
    padding: 24px 0;
  }
  main .peoples_about_us_block .about_block .title_block .navigations {
    display: none;
  }
  main .peoples_about_us_block .about_block .commends_group .swiper-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: static;
    margin: 0;
    margin-top: 16px;
  }
  main .peoples_about_us_block .about_block .commends_group .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 9px;
    height: 9px;
    background-color: rgba(15, 97, 254, 0.4);
    backdrop-filter: blur(4px);
  }
  main .peoples_about_us_block .about_block .commends_group .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0F61FE;
  }
  footer {
    padding: 16px 0;
  }
  footer .about_block {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  footer .about_block .left_logo {
    align-items: center;
  }
  .modals .modal .body_modal .click_with {
    flex-direction: column;
    gap: 8px;
  }
  .modals .modal .body_card_modal {
    height: 640px;
  }
  .modals .modal .body_card_modal .img_wrapper .img_card {
    height: 267px;
  }
}