h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-weight: 500;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
}

.fz32 {
  font-size: 32px;
  line-height: 140%;
  color: #5271ff;
}

.header_about {
  position: static;
  margin-bottom: 40px;
}

.dev {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.dev_bg {
  overflow: hidden;
  position: absolute;
}

.dev_bg::after {
  content: "";
  background-image: url(../images/development/dev_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.development {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 120px;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}

.development_title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: var(--viol);
}

.development_subtitle h4 {
  font-family: var(--font-family);
  font-weight: 550;
  font-size: 32px;
  line-height: 140%;
  color: var(--black);
}

.development_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 40px;
}

.dev_top {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--transp-grey);
}

.development_item {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
}

.dev_item_rev {
  flex-direction: row-reverse;
}

.development_item_img img {
  width: 480px;
  height: 212px;
}

.development_item_text {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

.bold_40 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: var(--viol);
}

.development_item_text_top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--viol);
}

.fw_400 {
  font-weight: 400;
  font-size: 12px;
  margin-left: 12px;
  color: black;
}

.development_item_text_bottom p {
  width: 78%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}

.w80 {
  width: 85% !important;
}

.w100 {
  width: 100%;
}

.development_item_img {
  position: relative;
}

.development_item_img img {
  width: 480px;
  height: 228px;
  border-radius: 16px;
  box-shadow: -6px 0px 17px 6px #242d5526;
  margin-right: 52px;
}

.dev_img_text {
  position: absolute;
}

.development_item_img::after {
  content: "";
  background-image: url("../images//development/Ellipse1.png");
  position: absolute;
  width: 199px;
  left: -3px;
  bottom: 0;
  height: 106px;
}

.dev_img_text p {
  font-weight: 700;
  font-size: 40px;
}

.dev_img_text span {
  display: block;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 2px;
}

.dev_pos1 {
  z-index: 1;
  bottom: 25px;
  left: 27px;
}

.dev_pos2 {
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.dev_pos2 span {
  width: 53%;
}

.dev_pos2 p,
.p_w {
  width: 60%;
}

.dev_i_2 {
  gap: 120px;
}

.w91 {
  width: 107% !important;
  margin-top: 12px;
}

.ml130 {
  margin-left: 88px;
  gap: 142px;
}

.ml130 p {
  width: 88%;
}

.w89 p {
  width: 78%;
}

/* jubilee */
.jubilee {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.jubilee_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jubilee-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.jubilee-title span {
  font-weight: 550;
  font-size: 32px;
  color: var(--viol);
  font-family: var(--font-family);
}

.jubilee_items {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.jubilee_item {
  max-width: 232px;
  max-height: 132px;
  padding: 16px;
}

.j2 {
  max-width: 240px;
}

.jubilee_item4 {
  max-width: 212px;
}

.jubilee_item2 {
  border: 1px solid #b6b6b6;
  border-radius: 16px;
}

.jubilee_item2 h3,
.jubilee_item2 span {
  color: black !important;
}

.jubilee_item2 span {
  font-weight: 400;
}

.jubilee_item h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  color: #5271ff;
}

.jubilee_item span {
  color: #5271ff;
  font-size: 14px;
}

.jubilee_item p {
  font-size: 16px;
}

.jubilee_bottom p {
  margin-left: 312px;
  font-size: 14px;
  font-weight: 400px;
}

.jubilee_bottom span {
  font-size: 20px;
  color: var(--viol);
  font-family: var(--font-family);
}

/* elite */
.elite {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.elite_title {
  font-size: 32px;
  text-align: center;
  font-weight: 550;
}

.elite_items {
  display: flex;
  gap: 20px;
}

.el_item_img {
  margin-bottom: 10px;
}

.el_item_info h4 {
  font-size: 16px;
  color: #5271ff;
  text-align: center;
  margin-bottom: 2px;
}

.el_item_info p {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}

.el_item_info span {
  display: block;
  font-size: 14px;
  text-align: center;
}

/* goals */
.goals {
  margin-top: 80px;
  margin-bottom: 2px;
  position: relative;
  height: 498px;
  max-width: 1600px;
  margin: 0 auto;
}

.goals_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.goals_bg img {
  width: 100%;
  height: 100%;
}

.goals_block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 26px;

  padding-top: 160px;
}

.goals_block_title h2 {
  color: #5271ff;
  font-size: 32px;
  font-weight: 550;
}

.gt_14 {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.gt-32 {
  color: black;
  font-size: 32px;
  font-weight: 500;
}

.gt_ml {
  margin-left: 45px;
}

.goals_block_text p {
  font-size: 16px;
  font-weight: 400;
}

.goals_block_text span {
  font-size: 20px;
  color: #5271ff;
}

/* principles */
.principles {
  display: flex;
  gap: 25px;
  padding-bottom: 40px;
}

.princip_items1 {
  display: flex;
  flex-direction: column;
  gap: 207px;
}

.princip_items2 {
  display: flex;
  flex-direction: column;
  margin-top: 47px;
  gap: 54px;
}

.princip_items3 {
  display: flex;
  margin-top: 150px;
}

.princip_item {
  width: 380px;
  height: 234px;
}

.princip_item h3 {
  margin-bottom: 12px;
  font-weight: bold;
  width: 104%;
}

.princip_item_text {
  width: 96%;
  font-size: 16px;
  color: #020202;
}

.w98 {
  width: 99%;
}

/* advantages */
.advantages {
  position: relative;
  padding-bottom: 80px;
  min-height: 861px;
  max-width: 1600px;
  margin: 0 auto;
}

.adv_bg {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
}

.adv_bg::after {
  content: "";
  background-image: url(../images/advantages/adv_bg2.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.adv_content {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding-top: 130px;
}

.adv_content_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.adv_content_right h4 {
  font-size: 16px;
  font-weight: 400;
}

.adv_content_right span,
.adv_items h3,
.adv_content_left_center h3 {
  font-size: 32px;
  font-weight: 500;
  color: #5271ff;
}

.adv_items h3 {
  margin-bottom: 12px;
}

.adv_content_left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.adv_content_left_center h3 {
  text-align: center;
}

.adv_content_left_center span {
  display: block;
  font-size: 20px;
  text-align: center;
}

.adv_left_img img {
  width: 580px;
  height: 229px;
}

/* reviews */
.reviews_ab {
  margin-bottom: 80px;
}

.reviews_ab h3 {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 550;
  font-size: 32px;
  line-height: 140%;
  color: #000;
}

.reviews_items {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 40px;
}

.rev_i {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rev_i_2 {
  justify-content: center;
}

.rev_btn {
  display: flex;
  justify-content: center;
}

/* cooperacion */
.cooperacion {
  position: relative;
  min-height: 91rem;
  max-width: 1600px;
  margin: 0 auto;
}

.cooperacion_bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.cooperacion_block {
  padding-top: 170px;
  position: relative;
  display: flex;
  gap: 120px;
  z-index: 3;
}

.cooperacion_block button:hover {
  opacity: 0.8;
}

.coop_right,
.coop_left {
  flex: 1;
}

.coop_right_top h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}

.coop_right_text {
  width: 98%;
  font-size: 14px;
  margin-bottom: 12px;
}

.coop_right_bot {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}

.coop_right_bot h3 {
  font-size: 20px;
}

.coop_right_items {
  display: flex;
  gap: 20px;
}

.coop_right_item {
  width: 280px;
  padding: 24px 12px 12px;
  background-color: #ffff;
  border: 1px solid #5271ff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.coop_right_item h4 {
  font-size: 16px;
  color: #020202;
  margin-bottom: 16px;
  text-align: center;
}

.coop_i_sub {
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}

.coop_right_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coop_right_list p {
  font-size: 12px;
  font-weight: 300;
}

.coop_right_btn button {
  background: linear-gradient(90deg, #4e68de, #3f54b6);
  color: #fff;
  width: 256px;
  height: 38px;
  padding: 8px 24px;
  border-radius: 8px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 15px;
}

.coop_right_btn button::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../images/about/ico_coop.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.coop_left {
  background: linear-gradient(90deg, #4e68de, #3f54b6);
  border-radius: 24px;
  width: 480px;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coop_left h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.coop_form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.coop_form label {
  color: #fbfffe;
  font-size: 14px;
}

.coop_form label .required {
  color: #ff6b6b;
}

.coop_form input,
.coop_form textarea {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #5271ff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.coop_form input:focus,
.coop_form textarea:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.coop_form input::placeholder,
.coop_form input::placeholder,
.coop_form textarea::placeholder {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.coop_form textarea {
  min-height: 80px;
  resize: vertical;
}

.coop_inp_h {
  height: 72px;
}

.place_blue::placeholder {
  color: #fff;
  opacity: 0.7;
}

.coop_left_bot {
  margin-top: 12px;
}

.coop_checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px !important;
  color: #b6b6b6 !important;
  line-height: 1.4;
}

.coop_checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.coop_checkbox_custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #5271ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  margin-top: 2px;
}

.coop_checkbox input:checked + .coop_checkbox_custom {
  background: #fff;
  border-color: #fff;
}

.coop_checkbox input:checked + .coop_checkbox_custom::after {
  content: "✓";
  color: #5271ff;
  font-size: 12px;
  font-weight: 700;
}

.coop_checkbox a {
  color: #fff;
  text-decoration: underline;
}

.coop_checkbox a:hover {
  text-decoration: none;
}

.coop_left_btn {
  margin-top: 16px;
}

.coop_btn {
  position: relative;
  width: 100%;
  padding: 12px 24px;
  color: #5271ff;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.coop_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.coop_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Form validation */
.coop_form input.error,
.coop_form textarea.error {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.coop_checkbox.error .coop_checkbox_custom {
  border-color: #ff6b6b;
}

/* Loading spinner */
.coop_spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(82, 113, 255, 0.3);
  border-radius: 50%;
  border-top-color: #5271ff;
  animation: coop-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes coop-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Success message */
.coop_success {
  text-align: center;
  padding: 30px 20px;
  color: #fff;
}

.coop_success_icon {
  width: 60px;
  height: 60px;
  background: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 16px;
}

.coop_success h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.coop_success p {
  font-size: 14px;
  color: #b6b6b6;
}

.cooperacion_bg::after {
  content: "";
  background-image: url(../images/cooperacion/cooperacionbg2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* partners */
.partners {
  padding-top: 80px;
  margin-bottom: 80px;
}

.partners h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 550;
  margin-bottom: 40px;
}

.partners_logos,
.partners_logo_left {
  display: flex;
  gap: 20px;
}

.p_logo_i {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  width: 330px;
  height: 203px;
  border-radius: 16px;
  border: 1px solid #5271ff;
  padding: 24px;
}

.p_logo_i p {
  font-size: 20px;
  font-weight: 400;
}

.p_logo_i span {
  font-size: 14px;
  font-weight: 400;
  color: #02020299;
}

.p_logo_i img {
  width: 60px;
  height: 60px;
}

.partners_logo_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.l_right_i {
  width: 150px;
  height: 61px;
  padding: 8px;
  border: 1px solid #5271ff;
  border-radius: 8px;
}

.part_logo_items {
  display: flex;
  gap: 15px;
}

.part_logo_items img {
  max-width: 134px;
  max-height: 45px;
}

.db780 {
  display: none;
}

.br780 {
  display: none;
}

.reviews380 {
  display: none;
}

.dn {
  display: none;
}

@media (max-width: 1180px) {
  .header-head {
    display: flex;
  }

  .menu-list {
    gap: 10px;
    justify-content: flex-start;
  }

  .menu-list li a {
    padding-right: 0;
    padding-left: 0;
  }

  .menu-list li:not(:first-child) {
    padding-left: 15px;
  }

  .container {
    max-width: 660px;
    padding-right: 0rem;
    padding-left: 0rem;
    margin: 0 auto;
  }

  .dev {
    padding-top: 70px;
  }

  .br780 {
    display: block;
  }

  .br_n_780 {
    display: none;
  }

  .principles {
    flex-direction: column;
  }

  .adv_content {
    flex-direction: column;
  }

  .partners_logos {
    flex-direction: column;
  }

  .cooperacion_block {
    flex-direction: column;
  }

  .development {
    margin-top: 160px;
  }

  .development_title h2 {
    font-size: 32px;
    font-weight: 550;
  }

  .development_subtitle h4 {
    font-weight: 400;
    font-size: 20px;
  }

  .ml130 {
    margin-left: 0;
    gap: 20px;
  }

  .development_item_img img {
    width: 317px;
    height: 268px;
    border-radius: 16px;
    margin-right: 0;
  }

  .dn780 {
    display: none;
  }

  .db780 {
    display: block;
  }

  .ml130 p {
    width: 98%;
  }

  .w91 {
    width: 99% !important;
  }

  .dev_pos1 {
    bottom: 6px;
    left: 18px;
  }

  .dev_img_text p {
    line-height: 100%;
  }

  .dev_i_2 {
    gap: 20px;
  }

  .dev_pos2 span {
    width: 56%;
  }

  .dev_i_2 img {
    width: 320px;
    height: 325px;
  }

  .dev780img {
    width: 320px !important;
    height: 254px !important;
  }

  .pw780 {
    width: 85% !important;
  }

  .jubilee_content {
    padding-bottom: 80px;
  }

  .jubilee_item {
    max-width: 148px;
    max-height: 132px;
    padding: 8px;
  }

  .jubilee_item h3 {
    font-size: 32px;
    font-weight: 500;
  }

  .jubilee_item p {
    font-size: 12px;
  }

  .jubilee_item span {
    font-size: 12px;
  }

  .jubilee_items {
    gap: 12px;
    justify-content: flex-start;
  }

  .j2 {
    min-width: 178px !important;
  }

  .jubilee_bottom p {
    width: 89%;
    margin-left: 0;
  }

  .jubilee_bottom {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .ml780 {
    padding-left: 342px !important;
  }

  .elite_items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gt-32 {
    font-size: 24px;
    font-weight: 700;
  }

  .goals_block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .goals {
    max-width: 100%;
  }

  .gt_ml {
    margin-left: 25px;
  }

  .goals_block_text p {
    font-size: 14px;
    width: 48%;
  }

  .goals_block_text span {
    font-size: 16px;
  }

  .principles {
    flex-direction: column;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    min-height: 1509px;
  }

  .princip_item_text {
    width: 85%;
    line-height: 24px;
  }

  .princip_item h3 {
    width: 100%;
  }

  .abs1 {
    position: absolute;
    top: 270px;
    right: -65px;
  }

  .abs2 {
    position: absolute;
    top: 540px;
    left: 0;
  }

  .abs5 {
    position: absolute;
    bottom: 79px;
    left: 0;
  }

  .abs3 {
    position: absolute;
    top: 915px;
    right: -65px;
  }

  .abs3 h3 {
    width: 94%;
  }

  .advantages {
    max-width: 1600px;
  }

  .adv_content {
    padding-top: 120px;
    gap: 40px;
  }

  .adv_content_right {
    gap: 24px;
  }

  .adv_items p {
    font-size: 14px;
  }

  .adv_left_img img {
    width: 660px;
  }

  .reviews_ab {
    padding-top: 80px;
  }

  .rev_i {
    gap: 12px;
  }

  .rev {
    max-width: 212px;
    max-height: 257px;
    position: relative;
  }

  .rev_center {
    position: static;
    min-width: 180px;
    min-height: 156px;
  }

  .rev_center p::after {
    bottom: 47px;
  }

  .rev_center p {
    font-size: 12px;
  }

  .rev_list li img {
    width: 12px;
    height: 12px;
  }

  .size-20 {
    font-size: 20px !important;
    min-width: 26px !important;
    right: 11px;
    bottom: 32px;
  }

  .cooperacion {
    padding-bottom: 80px;
    max-width: 100%;
  }

  .cooperacion_block {
    padding-top: 160px;
    gap: 40px;
  }

  .coop_right_item {
    width: 320px;
  }

  .coop_right_list li {
    line-height: 140%;
  }

  .coop_right_btn button {
    width: 100%;
    font-size: 16px;
  }

  .coop_right_btn {
    display: flex;
    justify-content: center;
  }

  .coop_right_btn button::before {
    left: 60px;
  }

  .coop_right_text,
  .coop_i_sub {
    line-height: 24px;
  }

  .coop_left h3 {
    text-align: center;
  }

  .coop_left {
    width: 660px;
  }

  .coop_left_btn button {
    width: 580px;
  }

  .coop_left_btn button::before {
    right: 215px;
  }

  .part_logo_items img {
    width: 193px;
    height: 45px;
  }

  .partners_logo_left {
    gap: 12px;
  }

  .l_right_i {
    width: 209px;
    height: 85px;
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
  }

  .partners {
    padding-bottom: 80px;
    padding-top: 0;
  }

  .advantages {
    background-image: url(../images/advantages/adv_bg780.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .advantages::after {
    content: "";
    background-image: url(../images/advantages/bg2_780.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .goals {
    background-image: url(../images/goals/bg_g_s.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 0;
    height: 100%;
  }

  .cooperacion {
    background-image: url(../images/cooperacion/c_bg780.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .cooperacion::after {
    content: "";
    background-image: url(../images/cooperacion/c_bg2_780.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}


.br380 {
  display: none;
}

@media (max-width: 780px) {
  .container {
    max-width: 348px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin: 0 auto;
  }

  .br380 {
    display: block;
  }

  .br_n_380 {
    display: none;
  }

  .rev_i {
    flex-wrap: wrap;
  }

  .coop_right_items {
    flex-wrap: wrap;
  }

  .coop_left {
    width: 100%;
  }

  .coop_left_btn button {
    width: 100%;
  }

  .part_logo_items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .adv_left_img img {
    width: 100%;
  }

  .ml780 {
    padding-left: 0 !important;
  }

  .dev {
    padding-top: 90px;
    max-width: 100%;
  }

  .dev_bg::after {
    content: "";
    background-image: url(../images/development/bg2_380.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .development {
    gap: 20px;
  }

  .development_title {
    width: 100%;
    margin-bottom: 20px;
  }

  .development_subtitle h4 {
    font-size: 16px;
  }

  .bold_40 {
    font-size: 32px;
  }

  .development_items {
    gap: 2rem;
  }

  .development_item {
    padding-bottom: 20px;
  }

  .development_item_text_top p {
    font-size: 12px;
  }

  .dev_item_rev {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .ml130 p {
    width: 100%;
  }

  .development_item_text {
    gap: 12px;
  }

  .development_item_img img {
    width: 348px !important;
    height: 268px !important;
  }

  .dev_img_text p {
    font-size: 32px;
    font-weight: 600;
  }

  .dev_i_2 {
    gap: 20px;
    flex-direction: column;
  }

  .dev_i_2 img {
    height: 332px !important;
  }

  .jubilee_items {
    flex-direction: column;
    align-items: flex-start;
  }

  .jubilee_content {
    gap: 40px;
    padding-bottom: 40px;
  }

  .jubilee_item {
    max-width: 100%;
    max-height: 132px;
    padding: 8px;
  }

  .jubilee_item4 {
    max-width: 178px;
  }

  .jubilee_item h3 {
    font-weight: bold;
  }

  .jubilee_item4 h3 {
    text-align: center;
  }

  .jubilee_bottom {
    text-align: center;
  }

  .jubilee_bottom p {
    width: 98%;
  }

  .jubilee_bottom span {
    font-size: 20px;
  }

  .elite {
    padding-top: 40px;
  }

  .elite_title {
    font-size: 20px;
    font-weight: 550;
  }

  .el_item_img img {
    width: 166px;
    height: 222px;
  }

  .elite_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    justify-content: center;
  }

  .el_item_info h4 {
    font-size: 14px;
  }

  .el_item_info span {
    line-height: 24px;
  }

  .elite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .goals {
    max-width: 100%;
  }

  .goals {
    background-image: url(../images/goals/goals_bg780.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    height: 100%;
  }

  .goals::after {
    content: "";
    background-image: url(../images/goals/g2_bg780.webp);
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .goals_block {
    padding-top: 40px;
    gap: 40px;
  }

  .gt-32 {
    font-size: 24px;
    font-weight: 700;
  }

  .gt_ml {
    font-size: 12px;
    position: absolute;
    margin-left: 45px;
    top: 77px;
    left: -17px;
  }

  .goals_block_text p {
    width: 71%;
  }

  .principles {
    padding-top: 40px;
    min-height: 1212px;
  }

  .princip_item h3 {
    font-size: 20px;
    font-weight: 400;
    width: 85%;
  }

  .princip_item_text {
    width: 92%;
    line-height: 24px;
  }

  .abs1 {
    top: 218px;
    left: 0;
  }

  .abs2 {
    top: 439px;
    left: 0;
  }

  .w98 {
    width: 93%;
  }

  .abs3 {
    top: 735px;
    left: 0;
  }

  .abs5 {
    top: 950px;
    left: 0;
  }

  .abs5 h3 {
    width: 90% !important;
  }

  .advantages {
    max-width: 100%;
    background-image: url(../images/advantages/adv_bg780.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
    height: 100%;
  }

  .advantages::after {
    content: "";
    background-image: url(../images/advantages/bg2_780.webp);
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .adv_content {
    padding-top: 40px;
    gap: 20px;
  }

  .adv_content_right span {
    font-size: 32px;
    font-weight: 500;
  }

  .adv_items h3,
  .adv_content_left_center h3 {
    font-size: 20px;
  }

  .adv_content_left {
    gap: 24px;
  }

  .adv_content_left_center span {
    font-size: 14px;
  }

  .reviews_ab h3 {
    font-size: 20px;
  }

  .reviews_ab {
    padding-top: 40px;
  }

  .reviews380 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-bottom: 40px;
  }

  .rev {
    max-width: 166px;
    max-height: 278px;
    padding: 8px;
    gap: 3px;
  }

  .rev_center {
    min-width: 150px;
    max-height: 146px;
  }

  .rev_top {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
  }

  .rev_bott {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rev_center {
    min-height: 146px;
  }

  .cooperacion {
    max-width: 100%;
    min-height: 100%;
    background-image: url(../images/cooperacion/c_bg780.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    height: 100%;
  }

  .cooperacion::after {
    content: "";
    background-image: url(../images/cooperacion/c_bg2_780.webp);
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .cooperacion_block {
    padding-top: 80px;
  }

  .coop_right_top h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .coop_right_bot {
    gap: 20px;
  }

  .coop_right_bot h3 {
    font-size: 16px;
  }

  .coop_right_item {
    width: 164px;
  }

  .coop_form label {
    line-height: 24px;
  }

  .coop_form input {
    max-height: 32px;
  }

  .coop_right_btn button {
    font-size: 14px;
    width: 144px !important;
    height: 36px !important;
    padding: 8px 15px;
    text-align: end;
  }

  .coop_right_btn button::before {
    left: 4px;
    width: 20px;
    height: 20px;
  }

  .coop_left {
    padding: 24px;
  }

  .coop_left_bot p {
    width: 98%;
  }

  .coop_left_btn button::before {
    right: 76px;
  }

  .coop_inp_h {
    height: 52px;
  }

  .partners {
    padding-top: 40px;
  }

  .p_logo_i {
    width: 100%;
    height: 100%;
    line-height: 24px;
  }

  .p_logo_i1 {
    padding: 10px 24px;
  }

  .l_right_i {
    width: 105px;
    height: 43px;
  }

  .p_logo_i span {
    line-height: 140%;
  }

  .part_logo_items img {
    width: 89px;
    height: 35px;
  }

  .partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}