@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  margin: 0px;
  padding: 0px;
}

/* ── Skeleton shimmer ─────────────────────────────────────── */
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}
.skeleton-shimmer {
  background: linear-gradient(90deg, #d0d0d0 25%, #e8e8e8 50%, #d0d0d0 75%) !important;
  background-size: 200% 100% !important;
  animation: shimmer 1.4s infinite linear;
}
/* ────────────────────────────────────────────────────────── */

ul {
  padding: 0px;
}

p {
  margin: 0;
}

.gradient-block {
  background: linear-gradient(180deg, #657DA9 0%, #273A5E 100%);
  min-height: 100vh;
  width: 100%;
  margin-top: -160px;
}

.gradient-block_ass {
  background: linear-gradient(180deg, #657DA9 0%, #273A5E 100%);
  min-height: 100vh;
  width: 100%;
  margin-top: -155px;
}

.gradient-block_team {
  background: linear-gradient(180deg, #657DA9 0%, #273A5E 100%);
  min-height: 100vh;
  width: 100%;
  overflow-x:hidden;
}

.image-header {
  width: 100%;
  height: 101vh;
}

.image-header-mini {
  display: none;
}

.logo {
  width: 90px;
  height: 90px;
}

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.navigation_block {
  width: 1275px;
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  gap: 44px;
}

.navigation_team {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 167px;
  padding-right: 167px;
  padding-top: 60px;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
}
.burger-menu {
  display: none;
}

.image-header-mini_as {
  display: none;
}

.nav-list {
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 50px;
}

.image_block {
  display: flex;
  gap: 31px;
}

.info_call {
  display: flex;
  gap: 51px;
}

.univ_white {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.up_header {
  width: 1275px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 23px;
}

.list {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  opacity: 40%;
  cursor: pointer;
}

.list:hover {
  opacity: 100%;
}

.slogan {
  font-family: 'Montserrat';
  font-weight: 600;
  color: #6EA6EA;
  font-size: 50px;
  width: 580px;
  margin: 0;
  line-height: 70px;
}

.mission {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans';
  margin: 0px;
  padding-top: 40px;
}

.mission_main {
	width: 800px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans';
  margin: 0px;
  padding-top: 40px;
}

.group {
  width: 287px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.group_svg {
  width: 287px;
  height: 100px;
}

.image-block {
  display: flex;
  gap: 10px;
}

.name-org {
  width: 200px;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.values {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}

.peop {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans';
  padding-top: 3px;
  margin: 0;
}

.name-org_block {
  display: flex;
  align-items: flex-end;
}

.text-block {
  padding-top: 160px;
  display: flex;
  justify-content: center;
  /* padding-left: 167px;
  padding-right: 167px; */
}

.wrapper-text-block {
  display: flex;
  flex-direction: column;
  width: 1275px;
}

.line_header {
  background: #fff;
  height: 1px;
  width: 1275px;
}

.text-info {
  margin: 0;
  color: #273A5E;
  font-size: 20px;
  font-family: 'Open Sans';
  padding-top: 17px;
}

.blur-eff {
  height: 50px;
   box-shadow: 
    inset 0 10px 40px -40px #273A5E;
    filter: blur(10px);
}

.text_values {
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 700;
}

.text-block_ass {
  display: flex;
  justify-content: center;
  padding-top: 172px;
}

.block-image_values {
  margin-top: 60px;
  display: grid;
  gap: 125px;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 80px;
  padding-right: 80px; 
  justify-items: center; 

}

.univ_block-values {
  text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.projects {
  margin-top: 70px;
} 

.projects .projects-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.projects-wrapper-team {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.wrap_block-team {
  display: flex;
}

.wrap-team {
  /* padding-bottom: 160px; */
}

.projects-container-team {
	width: 1275px;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-left: 0px;
  padding-right: 0;
}

.projects .projects-container {
  display: flex;
  gap: 20px;
	justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-left: 0;
  padding-right: 0;
}

.partners-container_part {
  display: flex;
	justify-content: center;
  gap: 20px;
  width: 1275px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-left: 0;
  padding-right: 0;
}

.projects .projects-container::-webkit-scrollbar {
  display: none;
}

.projects .left-icon {
  flex-shrink: 0;
  height: 24px;
}

.projects .right-icon {
  flex-shrink: 0;
  height: 24px;
}

.name_associat {
	text-align: center;
}

.blur {
  display: flex;
  justify-content: center;
}

.right-icon {
  width: 16px;
  height: 31px;
  padding-left: 55px;
}

.left-icon {
  width: 16px;
  height: 31px;
  padding-right: 55px;
}

.empty_data {
  width: 304px;
  height: 246px;
  background-color: #d9d9d9;
  border-radius: 10px;
  flex-shrink: 0;
  scroll-snap-align: start;
  overflow: hidden;
}

.phone_number-data {
  display: none;
}

.empty_data-team {
  width: 410px;
  height: 439px;
  background-color: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}

.partners {
  margin-top: 132px;
}

.partners .partners-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.partners .partners-container {
  display: flex;
  gap: 20px;
	justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* padding: 10px 0; */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.partners .partners-container::-webkit-scrollbar {
  display: none;
}

.partners .empty_data_min {
  min-width: 304px;
  height: 140px;
  background-color: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.partners .left-icon {
  flex-shrink: 0;
  height: 24px;
}

.partners .right-icon {
  flex-shrink: 0;
  height: 24px;
}

.news_block {
  margin-top: 130px;
  /* padding-left: 490px;
  padding-right: 490px; */
}

.news_block .news-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible;
  margin-top: 60px;
}

.news_block .news-scroll-container {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 20px; 
  scrollbar-width: none;
  width: 765px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.news_block .news-scroll-container::-webkit-scrollbar {
  display: none;
}

.news_block .news-card {
  width: 765px;
  height: 440px;
  flex-shrink: 0;
  scroll-snap-align: start;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

a.empty_data, a.empty_data_min {

}

.blur_slog {
	width: fit-content;
	height: fit-content;
	backdrop-filter: blur(15px);
}

.news_block .news-card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contact_block {
  width: 1275px;
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}

.text_call {
  font-family: 'Open Sans';
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}

.first_group {
  display: flex;
  align-items: center;
  gap: 220px;
}

.peop_con {
  width: 385px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  font-family: 'Open Sans';
  color: #6EA6EA;
}

.univ_image_val {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
  }

.adress_text {
  font-family: 'Open Sans';
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
}

.contact_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.road {
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 20px;
  opacity: 40%;
  cursor: pointer;
}

.road:hover {
  opacity: 100%;
  cursor: pointer;
}

.image_social {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.adress {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.social {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.second_group {
  display: flex;
  gap: 120px
}

.footer_block-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_block {
  width: 1275px;
  margin-top: 74px;
  padding-bottom: 100px;
}

.role_part {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.pers_data_part {
  margin-top: 10px;
}

.cont_photo {
  background: #d9d9d9;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

#form-fields {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.fio_comp, .grade_copm {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #6EA6EA;
  font-size: 18px;
  margin-top: 15px;
}

.textblock_dat {
  display: flex;
  gap: 80px;
  width: 1275px;
}

.textblock {
  display: flex;
  justify-content: center;
  margin-top: 110px;
  gap: 50px;
}

.footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.nav-list_footer {
  list-style: none;
  display: flex;
  margin: 0px;
  gap: 33px;
}

.phone-section {
  font-family: 'Open Sans';
  font-size: 21px;
  opacity: 40%;
  color: #fff;
}

.line {
  height: 1px;
  background: #ffffff;
}

.footer_info {
  width: 700px;
  /* display: flex;
  flex-direction: column; */
}

.name_comp {
  font-family: 'Open Sans';
  color: #6EA6EA;
  font-size: 15px;
}

.conf {
  font-family: 'Open Sans';
  color: #6EA6EA;
  font-size: 15px;
  margin-top: 15px;
}

.wrap_block {
  margin-top: 50px;
  width: 1275px;
  display: flex;
  justify-content: space-between;
}

.history_text {
  width: 1045px;
  text-align: center;
  margin-top: 30px;
  font-family: 'Open Sans';
  font-size: 18px;
  color: #fff;
} 

.text_block_as {
  display: flex;
  justify-content: center;
}

.history_block {
  padding-left: 164px;
  padding-right: 183px;
}

.image_modal-text {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

.univ_text-block {
  /* width: 300px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.image_block-house {
  display: flex;
  align-items: center;
}

.image_univ {
  cursor: pointer;
}

.notuniv_text-block {
  width: 550px;
  display: flex;
  align-items: center;
}

.down_text_not {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 30px;
  color: #6EA6EA;
}

.arrow_down {
  width: 20px;
  height: 30px;
}

.down_text {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 30px;
  color: #6EA6EA;
}

.image_and_view-text {
  display: flex;
  gap: 107px;
}

.wrapper-block-dat {
  width: 1275px;
  display: flex;
  flex-direction: column;
}

.native_text {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.social_links{
  margin-top: 185px;
}

.social-links {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 75px;
}

.social_net {
  display: flex;
}

.wrap_social {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.cont {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: pointer;
}

.univ_text_call {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}

.zayav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.univ_input-data {
  outline: none;
  width: 488px;
  height: 60px;
  padding-left: 37px;
  background: #d9d9d9;
  margin-top: 35px;
  border-radius: 10px;
  font-size: 18px;
  color: #273A5E;
  border: none;
}

.zayav_data {
  width: 345px;
  height: 60px;
  color: #273A5E;
  background: #6EA6EA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Open Sans';
  cursor: pointer;
}

.zayav_data:hover {
  color: #fff;
}

.zayav_data:active {
  background: #273A5E;
}

.form {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 600px;
  height: 555px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.success_from {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #fff;
  width: 325px;
  text-align: center;
}

.social_links_cont {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}

.image_block_call {
  display: flex;
  width: 789px;
  height: 456px;
  background: #d9d9d9;
  border-radius: 10px;
}

.zayav_text {
  margin-top: 354px;
}

.block_call_and-image {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}

.wrapper_contacts {
  width: 1275px;
  display: flex;
  justify-content: space-between;
}

.social_point {
  cursor: pointer;
}

.native_text_proj {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.partners-wrapper_part {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}

.proj_deal {
  display: flex;
  align-items: center;
}

.vid {
  width: 1273px;
  height: 628px;
  border-radius: 10px;
}

.image_block-footer {
  width: 1440px;
  text-align: center;
  margin-top: 60px;
}

.expanded-content {
  font-family: 'Open Sans';
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  width: 410px; 
  box-sizing: border-box;
  word-wrap: break-word; 
}

.information_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-left: 161px;
  padding-right: 161px;
}

.block-num_info {
  width: 1272px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.number_info {
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 700;
  color: #6EA6EA;
  text-align: center;
}

.text_number-info {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.block-num {
  width: 410px;
  height: 130px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wrapper_assos {
  display: flex;
  flex-direction: column;
  width: 1275px;
}

.big-image_block {
  display: flex;
  justify-content: center;
  margin-top: 130px;
}

.text_associat {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 700;
}

.image_block_associ {
  width: 1275px;
  margin-top: 40px;
  display: flex;
	flex-direction: column;
	align-items: center;
}

.text_block_data-as {
	margin-top: 30px;
  text-align: center;
}

.history_block-text {
  margin-top: 150px;
}

.image_associat {
  width: 500px;
  height: 500px;
  background: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.text_block_data {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 18px;
}

.view_soviet {
  width: calc(4 * 304px + 3 * 20px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.soviet {
	width: 303px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-left: 0;
  padding-right: 0;
}

.project_deal {
  width: 763px;
  height: 429px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.projects_block {
  display: flex;
  margin-top: 140px;
  justify-content: center;
}

.project_deal_text {
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.view_soviet {
  display: flex;
  padding-left: 160px;
  padding-right: 160px;
  padding-bottom: 160px;
  justify-content: space-between;
  margin-top: 40px;
  gap: 80px;
}

.pers_data {
  margin-top: 40px;
}

.fio, .grade {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #6EA6EA;
  font-size: 18px;
  margin-top: 15px;
  text-align: left;
}

.role {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
}

.soviet_photo {
  width: 464px;
  height: 488px;
  border-radius: 10px;
  background: #d9d9d9;
}

.wrap_zayav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 4px;
}

.wrapper_zayav {
  width: 1275px;
  display: flex;
  gap: 250px;
}

.image_mega-phone {
    width: 700px;
    height: 700px;
    position: relative;
    right: 150px;
  }

  .image_house {
    width: 372px;
    height: 372px;
  }

@media (max-width: 1500px) {
  .list {
    font-size: 15px;
  }

  .slogan {
    font-size: 60px;
    line-height: 110%;
    width: 600px;
  }

  .mission_main {
    font-size: 18px;
    width: 576px;
  }
	
	.mission {
	font-size: 18px;
	}

  .navigation {
    padding-top: 60px;
  }

  .image_house {
    width: 350px;
    height: 350px;
  }

  .history_text {
    width: 941px;
    margin-top: 30px;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #fff;
  }

  .news_block {
    padding: 0;
  }

  .history_block {
    padding-left: 70px;
    padding-right: 70px;
  }

  .line_header {
    width: 927px;
  }

  .up_header {
    width: 927px;
    margin-bottom: 15px;
  }

  .univ_white {
    font-size: 15px;
  }

  .info_call {
    display: flex;
    gap: 37px;
    margin-right: 30px;
  }

  .vid {
    width: 100%;
    height: 362px;
    border-radius: 10px;
  }

  .block-num {
    width: 297px;
    height: 131px;
  }

  .number_info {
    font-size: 40px;
  }

  .text_number-info {
    font-size: 18px;
  }

  .native_text {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    gap: 40px;
  }

  .univ_block-values {
    /* width: 237px; */
  }

  .projects {
    margin-top: 110px;
  }
  
  .partners {
    margin-top: 153px;
  }

  .news_block {
    margin-top: 110px;
  }

  .notuniv_text-block {
    width: 500px;
  }

  .arrow_down {
    margin-left: 20px;
  }

  .univ_text-block {
    /* width: 250px; */
    gap: 0px;
  }

  .image_associat {
    width: 411px;
    height: 411px;
  }

  .text_block_data {
    width: 100%;
    font-size: 18px;
  }

  .text_block_data-as {
    width: 400px;
  }

  .text_associat {
    font-size: 40px;
  }

  .success_from {
    font-size: 20px;
    width: 325px;
    height: 60px;
  }

  .navigation_block {
    width: 927px;
    gap: 44px;
  }

  .wrapper-text-block {
    width: 927px;
  }


  .big-image_block {
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 85px;
  }

  .view_soviet {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 100px;
    margin-top: 30px;
    gap: 20px;
  }

  .history_block-text {
    margin-top: 70px;
  }

  .soviet_photo {
    width: 290px;
    height: 305px;
  }

  .fio, .grade {
    font-size: 25px;
    margin-top: 5px;
  }

  .role {
    font-size: 18px;
    margin-top: 10px;
  }

  .pers_data {
    margin-top: 20px;
  }

  .image-header-mini {
    display: none;
  }

  .image-header {
    display: block;
  }

  .nav-list_footer {
    list-style: none;
    display: flex;
    margin: 0px;
    gap: 22px;
  }

  .textblock {
    display: flex;
    margin-top: 80px;
    gap: 50px;
  }

  .partners-container_part {
    gap: 40px;
    width: calc(4 * 210px + 4 * 20px);
  }

  .cont_photo {
    background: #d9d9d9;
    width: 200px;
    height: 160px;
    border-radius: 10px;
  }

  .fio_comp, .grade_copm {
    font-size: 20px;
  }

  .role_part {
    font-size: 18px;
    margin-top: 20px;
  }

  .partners-wrapper_part {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 60px;
  }

  .group_svg {
    width: 176px;
    height: 56px;
  }

  .group {
    width: 176px;
    height: 56px;
  }

  .project_deal_text {
    font-size: 35px;
  }

  .textblock_dat {
    display: flex;
    gap: 80px;
    justify-content: center;
    width: 927px;
}

  .project_deal {
    width: 537px;
    height: 302px;
  }

  .projects_block {
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .down_text {
    font-size: 30px;
  }

  .expanded-content {
    font-size: 18px;
    width: 275px;
    margin-top: 10px;
  }

  .wrapper-block-dat {
    width: 927px;
  }

  .wrapper_contacts {
    width: 927px;
  }

  .image_and_view-text {
    gap: 43px;
  }

  .native_text_proj {
    gap: 15px;
  }

  .gradient-block_team {
    overflow-x:hidden;
  }

  .social_links {
    margin-top: 125px;
    padding-bottom: 50px;
  }

  .wrap_social_image {
    width: 55px;
    height: 40px;
  }

  .block_call_and-image {
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .cont {
    font-size: 35px;
  }

  .wrapper_zayav {
    flex-direction: column;
    align-items: center;
    width: 927px;
    gap: 0px;
  }

  .univ_text_call {
    font-size: 20px;
    margin-top: 15px;
  }

  .image_block_call {
    width: 496px;
    height: 312px;
  }

  .zayav_text {
    margin-top: 100px;
  }

  .zayav {
    /* padding-bottom: 100px; */
  }

  .univ_input-data {
    width: 450px;
    height: 60px;
    padding-left: 26px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 15px;
  }

  .form {
    width: 500px;
    height: 603px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .zayav_data {
    width: 350px;
    height: 60px;
    margin-top: 40px;
    font-size: 15px;
  }

  .image-header-mini_as {
    display: none;
  }

  .image_mega-phone {
    width: 500px;
    height: 500px;
  }

  .empty_data-team {
    width: 290px;
    height: 305px;
    background-color: #d9d9d9;
    border-radius: 5px;
    border-radius: 10px;
  }

  .wrap_social {
    width: 70px;
    height: 70px;
  }

  .projects-container-team {
    gap: 20px;
    width: calc(3 * 275px + 3 * 30px);
    padding-left: 0px;
  }

  .image_block_associ {
  width: 927px;
}

  .text-block {
    padding-top: 90px;
  }

  .text-block_ass {
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 90px;
  }

  .nav-list {
    justify-content: flex-start;
    gap: 25px;
    margin: 0;
    padding: 0;
  }

  .name-org {
    width: 130px;
    font-size: 16px;
  }

  .logo {
    width: 55px;
    height: 55px;
  }

  .peop {
    font-size: 7.5px;
  }

  .group {
    width: 190px;
    /* height: 65px; */
  }

  .text_values {
    font-size: 35px;
  }

  .univ_image_val {
    width: 200px;
    height: 200px;
  }

  .text-info {
    font-size: 18px;
  }

  .block-image_values {
    gap: 107px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .projects .projects-container {
    width: calc(3 * 258px + 2 * 20px);
  }

  .partners .partners-container {
    width: calc(3 * 258px + 2 * 20px);
  }

  .empty_data {
    width: 258px;
    height: 209px;
  }

  .partners .empty_data_min {
    min-width: 258px;
    height: 119px;
  }

  

  .down_text_not {
    font-size: 30px;
    width: 418px;
  }

  .image_modal-text {
    gap: 100px;
  }

  .information_block {
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .news_block .news-card {
    width: 610px;
    height: 350px;
  }

  .peop_con {
    width: 289px;
    font-size: 15px;
    margin-top: 15px;
  }

  .road {
    font-size: 16px;
  }

  .text_call {
    font-size: 15px;
  }

  .contact_info {
    gap: 11px;
  }

  .image_univ {
    width: 25px;
    height: 25px;
  }

  .image_social {
    gap: 32px;
  }

  .adress {
    gap: 5px;
    margin-top: 10px;
}

  .adress_text {
    font-size: 15px;
  }

  .contact_block {
    width: 927px;
    margin-top: 70px;
  }

  .wrapper_assos {
    width: 927px;
  }

  .footer_block {
    padding-bottom: 60px;
  }

  .news_card {
    width: 611px;
    height: 351px;
  }

  .news_block .news-scroll-container {
    width: 611px;
    /* height: 351px; */
  }

  .wrap_block {
    width: 927px;
    flex-direction: column-reverse;
    margin-top: 0px;
  }

  .footer-nav {
    margin-top: 30px;
    justify-content: flex-end;
  }

  .name_comp {
    font-size: 12px;
  }

  .conf {
    font-size: 12px;
    margin-top: 0px;
  }

  .social_icon {
    width: 23px;
    height: 23px;
  }

  .footer_info {
    width: 100%;
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .phone-item {
    order: -1;
  }

  .phone-section {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    opacity: 100;
  }

  .wrap_zayav {
    padding-bottom: 120px;
  }

  .image_mega-phone {
    height: 100%;
    margin-top: 75px;
    left: 30px;
  }

  .image_block-footer {
    width: 922px;
    text-align: center;
    margin-top: 60px;
  }

  .block-num_info {
    width: 922px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer_block {
    width: 927px;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .line {
    width: 927px;
  }

  .gradient-block_ass {
    margin-top: -80px;
  }
}

@media (max-width: 1023px) {
  .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 100;
    flex-shrink: 0;
  }

  .group {
    flex-shrink: 1;
    min-width: 0;
  }

  .up_header {
    display: none;
  }

  .line_header {
    display: none;
  }

  .line_footer {
    position: relative;
    bottom: 50px;
    width: 280px;
    height: 1px;
    background: #6EA6EA;
  }

  .nav-list_footer {
    padding-left: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .nav-list_footer a {
    font-size: 16px;
    
  }

  .line {
    display: none;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .univ_text-block {
    width: 190px;
    display: flex;
    justify-content: space-between;
  }

  .navigation_block {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }

  .wrapper-text-block {
    justify-content: space-between;
    width: 100%;
    height: 95%;
  }

  .image_univ {
    width: 39px;
    height: 39px;
  }

  .road {
    display: none;
  }

   .textblock_dat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 280px;
  }

  .zayav_text {
    margin-top: 50px;
  }

  .footer_info {
    width: 280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 60px;
  }

  .arrow_down {
    margin-left: 60px;
  }

  .burger-line {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }

  .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  background: white;
  z-index: 2000;
  padding: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
  touch-action: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image_social {
    gap: 52px; 
    position: relative;
    top: 50px;
  }

  .adress_text {
    position: relative;
    bottom: 50px;
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .gradient-block_team {
    overflow-x:hidden;
  }

  .mobile-menu-logo {
    width: 150px;
    height: auto;
  }

  .contact_info {
    margin-top: 28px;
    gap: 12px;
  }

  .peop_con {
    width: 220px;
    font-size: 11px;
    margin-top: 10px;
  }

  .text_block_data {
    width: 280px;
    font-size: 18px;
  }

  .wrapper_zayav {
    width: 280px;
    flex-direction: column;
    gap: 0px;
  }

  .down_text {
    font-size: 20px;
  }

  .wrapper_contacts {
    width: 280px;
    flex-direction: column-reverse;
  }

  .close-btn {
    width: 24px;
    height: 24px;
    position: relative;
    bottom: 5px;
    right: 35px;
    cursor: pointer;
  }

  .close-btn span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #273A5E;
    border-radius: 1px;
  }

  .close-btn span:first-child {
    transform: rotate(45deg);
  }

  .close-btn span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-nav-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-nav-item {
    color: #273A5E;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
  }

  .mobile-nav-item:hover {
    opacity: 0.8;
  }

  .navigation {
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 15px;
    align-items: center;
  }

  .name-org {
    width: 100px;
    line-height: 13px;
    font-weight: 700;
    font-size: 13px;
  }

  .projects .projects-container {
    width: calc(1 * 200px + 2 * 20px);
  }

  .partners .partners-container {
    width: calc(1 * 200px + 2 * 20px);
  }

  .text-block {
    height: 90vh;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .text-block_ass {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan {
    width: 100%;
    font-size: 29px;
  }

  .phone_num {
    text-align: end;
    width: 105px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
  }

  .burger_phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  .phone_number-data {
    display: block;
  }

  .mission {
    font-size: 16px;
    padding-top: 10px;
  }
	
	.mission_main {
		font-size: 16px;
		padding-top: 10px;
		width: 280px;
	}
 
  .blur {
    width: 170px;
    height: 82px;
  }

  .blur_pt1 {
    display: flex;
    width: 170px;
    height: 82px;
    text-align: center;
  }

  .text_values {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
  }

  .block-image_values {
    margin-top: 30px;
    gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 55px;
    padding-right: 55px; 
  }

  .text-info {
    width: 205px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    padding-top: 10px;
  }

  .group_svg {
    width: 150px;
    height: 48px;
  }

  .group {
    width: 150px;
    height: 48px;
  }

  .empty_data {
    width: 240px;
    height: 190px;
    background-color: #d9d9d9;
    border-radius: 10px;
    flex-shrink: 0; 
    scroll-snap-align: start; 
  }
	
	.fio_comp, .grade_copm {
    font-size: 12px;
  }

  .left-icon {
    width: 8px;
    height: 15px;
    padding-right: 15px;
  }

  .footer_block-data {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

   .social_links {
    margin-top: 80px;
    padding-bottom: 0px;
  }

  .right-icon {
    width: 8px;
    height: 15px;
    padding-left: 15px;
  }

  .partners .empty_data_min {
    min-width: 240px;
    height: 120px;
  }

  .news_card {
    width: 235px;
    height: 135px;
  }

  .news-scroll-container {
    width: 235px;
    height: 135px;
  }

  .projects {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  } 

  .projects .projects-wrapper {
    margin-top: 20px;
  }

  .partners {
    margin-top: 50px;
  }

  .partners .partners-wrapper {
    margin-top: 20px;
  }

  .news_block {
    margin-top: 50px;
  }

  .news_block .news-wrapper {
    margin-top: 20px;
  }

  .news_block .news-card {
    width: 235px;
    height: 135px;
  }

  .news_block .news-scroll-container {
    gap: 5px; 
  }

  .news_block .news-scroll-container {
    width: 238px;
  }

  .contact_block {
    width: 280px;
    margin-top: 50px;
    flex-direction: column;
  }

  .footer-nav {
    margin-top: 0px;
    justify-content: flex-start;
  }

  .first_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .second_group {
    flex-direction: column;
    gap: 10px;
  }

  .social {
    gap: 15px;
  }

  .footer_block {
    margin-top: 20px;
    width: 280px;
    /* padding-bottom: 52px; */
  }

  .logo {
    width: 40px;
    height: 40px;
  }

  .image-block {
    gap: 5px;
  }

  .peop {
    font-size: 6.5px;
    width: 190px;
  }

  .gradient-block_ass {
    margin-top: -50px;
  }

   .history_text {
      font-size: 16px;
  }

  .history_block {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: -120px;
  }

  .image_modal-text {
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .image_house {
    width: 280px;
    height: 280px;
  }

  .native_text {
    width: 280px;
    margin-top: 20px;
    gap: 40px;
  }

  .down_text_not {
    font-size: 20px;
    width: 165px;
  }

  .expanded-content {
    font-size: 16px;
    margin-top: 10px;
  }

  .information_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vid {
    width: 280px;
    height: 177px;
  }

  .block-num_info {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
  }

  .block-num {
    width: 280px;
  }

  .number_info {
    font-size: 30px;
  }

  .text_number-info {
    font-size: 16px;
  }

  .notuniv_text-block {
    width: 280px;
  }

  .big-image_block {
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 45px;
  }

  .text_associat {
    text-align: center;
    font-size: 20px;
    width: 160px;
  }

  .name_associat {
    display: flex;
    justify-content: center;
  }

  .image_block_associ {
    width: 280px;
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .image_associat {
    width: 196px;
    height: 196px;
  }

  .text_block_data-as {
    width: 280px;
    padding-left: 0px;
  }

   .text_block_data {
      font-size: 12px;
      text-align: center;
  }

  .history_block-text {
    margin-top: 50px;
  }

  .projects-container-team {
    gap: 20px;
    width: calc(3 * 275px + 3 * 30px);
  }

  .empty_data-team {
    width: 196px;
    height: 196px;
  }

  .mr-call {
    margin-top: 40px;
  }

  .projects-container-team {
    gap: 20px;
    width: calc(1 * 191px + 1 * 5px);
  }

  .fio, .grade {
    font-size: 12px;
    margin-top: 10px;
  }

  .role {
    font-size: 12px;
    margin-top: 15px;
  }

  .textblock {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
  }

  .partners-container_part {
    width: calc(1 * 190px + 1 * 10px);
    padding-left: 20px;
    padding-right: 20px;
    padding: 0;
  }

  .role_part {
    font-size: 12px;
  }

  .project_deal_text {
    font-size: 30px;
    text-align: center;
  }

  .projects_block {
    margin-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_and_view-text {
    flex-direction: column;
    align-items: center;
  }

  .project_deal {
    width: 279px;
    height: 157px;
    margin-top: 60px;
  }

  .native_text_proj {
    width: 280px;
    margin-top: 10px;
  }

  .social-links {
    margin-top: 30px;
    gap: 25px;
  }

  .wrap_social {
    width: 50px;
    height: 50px;
  }

  .wrap_social_image {
    width: 45px;
    height: 35px;
  }

  .block_call_and-image {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .image_block_call {
    width: 280px;
    height: 175px;
  }

  .cont {
    margin-top: 55px;
    margin-bottom: 0px;
    width: 280px;
    font-size: 20px;
    text-align: center;
  }

  .univ_text_call {
    font-size: 16px;
    margin-top: 20px;
  }

  .social_links_cont {
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
  }

  .social_point {
    width: 39px;
    height: 39px;
  }

  .zayav {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    flex-direction: column;
  }

  .form {
    width: 280px;
    height: 420px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .success_from {
    font-size: 16px;
    width: 180px;
    height: 70px;
    text-align: center;
    margin-top: 25px;
  }

  .univ_input-data {
    width: 230px;
    height: 50px;
    margin-top: 25px;
    font-size: 16px;
    padding-left: 13px;
  }

  .zayav_data {
    width: 230px;
    height: 40px;
    margin-top: 30px;
    font-size: 16px;
  }

  .projects-wrapper-team {
    margin-top: 0px;
  }

  .image_mega-phone {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    object-fit: cover;
    left: 20px;
  }

  .image_success {
    height: 300px;
  }

  .wrap_zayav {
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
  }

  .image_block-footer {
    width: 280px;
    text-align: center;
    margin-top: 35px;
  }

  .line {
    width: 280px;
  }

  .image-header-mini {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .image-header-mini_as {
    display: block;
    width: 100%;
    height: 110vh;
  }

  .image-header {
    display: none;
  }

  .values {
    padding-top: 30px;
  }

  .wrap_block {
    width: 280px;
    margin-top: 35px;
  }

  .wrapper_assos {
    align-items: center;
  }
}