/* Involve Regular */
@font-face {
  font-family: "Involve";
  src:
    url("/fonts/Involve-Regular.woff2") format("woff2"),
    url("/fonts/Involve-Regular.woff") format("woff"),
    url("/fonts/Involve-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Involve Medium */
@font-face {
  font-family: "Involve";
  src:
    url("/fonts/Involve-Medium.woff2") format("woff2"),
    url("/fonts/Involve-Medium.woff") format("woff"),
    url("/fonts/Involve-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Involve SemiBold */
@font-face {
  font-family: "Involve";
  src:
    url("/fonts/Involve-SemiBold.woff2") format("woff2"),
    url("/fonts/Involve-SemiBold.woff") format("woff"),
    url("/fonts/Involve-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Involve Bold */
@font-face {
  font-family: "Involve";
  src:
    url("/fonts/Involve-Bold.woff2") format("woff2"),
    url("/fonts/Involve-Bold.woff") format("woff"),
    url("/fonts/Involve-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Involve", sans-serif;
}

.header_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;

  background: #05050d;
  margin: 30px 30px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.header_inner .logo {
  margin-left: 20px;
}

.header_menu {
  padding: 20px;
}

.header_menu a {
  font-family: "Involve";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-transform: uppercase;

  text-decoration: none;
  color: #ffffff;
  margin-right: 20px;
}

.body_inner {
  padding: 50px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
/* Основные блоки */

.main_iner.main_bg {
  background: url(../images/main_bg.png) no-repeat;
  background-position: right; /* Прибивает к правому краю */
  /* или */
  background-position: 100% 50%; /* 100% по горизонтали = правый край */
}

.main_banner .main_title {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 85px;

  color: #000000;
  margin-bottom: 14px;
}

.main_banner .main_text_header {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;

  color: #000000;
  margin-bottom: 30px;
}

.main_banner .main_text_description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
}

.main_text_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
  margin-bottom: 14px;
}

.main_banner {
  padding: 50px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.main_banner .main_left_block {
  width: 45%;
}

/* Блок 2 */

.production_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.production_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки равной ширины */
  gap: 20px; /* Отступы между элементами */
  max-width: 800px;
  margin: 0 auto;
}

.product_item {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;

  color: #000000;
}

.production_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;

  color: #000000;
  padding-bottom: 80px;
}

.production_right .product_image_text {
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */

  color: #ffffff;
  margin-left: 35px;
  margin-top: 35px;
}

.production_right .product_image_text div {
  margin-bottom: 8px;
}

.production_left {
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
}

/* Блок 3 */

.partner_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  /* or 115% */

  color: #000000;
  margin-bottom: 24px;
}

.partner_text {
  margin-bottom: 78px;
}

.partner_text p {
  margin-bottom: 20px;
}

.partner_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
}

.partner_button {
  background: #083672;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  text-align: center;

  color: #ffffff;
  padding: 10px 93px;
  text-decoration: none;
}

.partner_left {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.partner_items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.partner_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin-top: 140px;
}

.partner_item .partner_item_text {
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;

  color: #000000;
  margin-left: 30px;
  margin-top: 32px;
}

.partner_item {
  margin-left: 20px;
}

/* Блоки с фото */

.gallery_inner {
  display: flex;
  position: relative;
  margin-top: 140px;
  overflow: hidden;
  margin-bottom: 140px;
}

.photo_info {
  position: absolute;
  /* top: 0; */
  width: 90%;
  color: #fff;
  bottom: 40px;
  left: 40px;
}

.photo_item1 {
  width: 680px;
  height: auto;
  margin-right: 20px;
  position: relative;
}

.parent_inner {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.photo_item2 {
  margin-bottom: 15px;
}

.photo_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #ffffff;
}

.photo_description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  width: 62%;
}

.photo_header_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

/* Миссия */
.mission_inner {
  text-align: center;
  padding-bottom: 140px;
  background: url(../images/mission_bg.png) no-repeat;
  background-size: cover;
  background-position: 50px -210px;
}

.mission_inner .mission_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  text-align: center;

  color: #000000;
  margin-bottom: 20px;
}

.mission_inner .mission_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;

  color: #000000;
  max-width: 23%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.mission_inner .mission_dop_text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.footer_inner {
  background: radial-gradient(
    63.52% 182.54% at 50% 0%,
    #2e4151 0%,
    #010007 100%
  );
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.footer_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.footer_logo {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 26px;
}

.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: rgba(255, 255, 255, 0.5);
}

.footer_company_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer_company_text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #ffffff;
}

.footer_info_phone a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;

  color: #ffffff;
  text-decoration: none;
}

.footer_address {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #ffffff;
  margin-top: 10px;
}

.footer_menu_block a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-bottom: 5px;
}

.footer_menu_block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  left: -11px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  /* border: 1px solid rgba(255, 255, 255, 0.15); */
}

.footer_menu {
  display: flex;
}

.footer_menu_block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-right: 50px;
  position: relative;
}

.garanty_text p {
  margin-bottom: 10px;
}

.address_detail_info_item.active {
  overflow: scroll;
  height: 100%;
  width: 100%;
}

.gallery_items .gallery_item img {
  max-width: 100%;
}

.mission_info_block {
  background:
    linear-gradient(0deg, rgba(8, 54, 114, 0.1), rgba(8, 54, 114, 0.1)), #ffffff;
}

.mission_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  color: #083672;
  padding-top: 26px;
  padding-bottom: 16px;
}

.mission_text {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-align: center;

  color: #083672;
  padding-bottom: 24px;
}

.mission_copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;

  text-align: center;

  color: #083672;
  padding-bottom: 40px;
}

.my_mantor_counts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.my_count_item .count_title {
  font-weight: 500;
  font-size: 96px;
  line-height: 128px;
  /* identical to box height */

  background: linear-gradient(180deg, #94c2fe 0%, #083672 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.my_count_item .count_item_title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height */

  color: #000000;
}

.my_count_item .count_item_description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
}

.why_mantor_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;

  color: #000000;
  margin-bottom: 60px;
}

.mentor_block_left {
  width: 70%;
}

.mentor_block_right {
  width: 50%;
  position: relative;
  margin-left: 48px;
}

.my_mantor_counts .my_count_item {
  width: 50%;
  margin-bottom: 80px;
}

.mentor_right_list_item {
  margin-bottom: 80px;
}

.mentor_right_list_item_title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;

  color: #000000;
}

.mentor_right_list_item_desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
}

.why_mantor_inner_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.mentor_right_list:before {
  content: "";
  position: absolute;
  transform: rotate(-180deg);
  background: linear-gradient(90deg, #94c2fe 0%, #083672 100%);
  left: -48px;
  width: 2px;
  height: 100%;
}

.mentor_right_list_item {
  position: relative;
}

.first_item:before {
  content: "";
  background: url(/company/images/mentor/check1.jpg);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  left: -75px;
  top: 25px;
  background-repeat: no-repeat;
}

.two_item:before {
  content: "";
  background: url(/company/images/mentor/check2.jpg);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  left: -75px;
  top: 25px;
  background-repeat: no-repeat;
}

.three_item:before {
  content: "";
  background: url(/company/images/mentor/check3.jpg);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  left: -75px;
  top: 25px;
  background-repeat: no-repeat;
}

.four_item:before {
  content: "";
  background: url(/company/images/mentor/check4.jpg);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  left: -75px;
  top: 25px;
  background-repeat: no-repeat;
}

.mission_footer_inner {
    background: #083672;
    margin-bottom: 180px;
}

.mission_footer_text {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 19px;
}
