@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("/static/rsvo_app/fonts/proximanova_regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  box-sizing: border-box;
  color: #222222;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Proxima Nova";
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto; /* центрирование если нужно */
}
html, body {
  scroll-padding-top: 0;
}
.container {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.header {
  background-image: url("/static/rsvo_app/images/headnav.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; /* Ширина 100% для заполнения контейнера */
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрирование */
  position: sticky;
  top: 0; /* Положение вверху */
  left: 0; /* Положение слева */
  z-index: 1000; /* Убедитесь, что он выше других элементов */
  margin: 0;
  transition: width;
}
.header_scrolled {
  position: fixed;
  top: 0;
}

.main_content {
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.main_logo {
  width: 100%;
  position: relative; /* Для настройки абсолютного позиционирования элементов внутри */
  margin-top: 0;
}

.main_logo img {
  width: 100%;
  position: relative; /* Для настройки абсолютного позиционирования элементов внутри */
  margin-top: 0;
}

.main_title {
  color: #316094;
  font-size: 22px;
  text-align: left;
  margin-left: 4%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.header1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  margin-left: 1%;
}

.header_logo img {
  margin-left: 16%;
}

.header_nav {
  list-style: none;
  padding: 0;
  display: flex;
  width: 66%;
  justify-content: space-between;
  margin: 0;
  margin-left: 14%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 1%;
}

.nav_link {
  font-family: "Proxima Nova";
  font-size: 15px;
  text-decoration: none;
  color: white;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
}
.nav_link:hover{
  color: #12FFFF;
}
.nav_link_tel {
  border: 1px solid #12FFFF; /* Цвет бордера */
  padding: 4px;
  border-radius: 30px; /* Закругление углов */
  display: inline-block; /* Учитывать размер содержимого */
  font-size: 15px; /* Размер шрифта */
  color: #12FFFF; /* Цвет текста */
  text-decoration: none; /* Убираем подчеркивание для ссылок */
  margin-top: 20%;
  margin-bottom: -10%;
}

.info_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin-top: 4%;
}

.info_text {
  width: 100%; /* Устанавливаем одинаковую ширину для обоих блоков */
  text-align: center; /* Центрируем текст внутри блоков */
  margin-top: -10%;
  margin-left: 18%;
  line-height: 60%;
}
.info_text_black {
  font-size: 48px;
  font-weight: 600;
  text-align: left;
}
.info_text_blue {
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  color: #00abc5;
}

.info_text2 {
  width: 100%; /* Устанавливаем одинаковую ширину для обоих блоков */
  text-align: center; /* Центрируем текст внутри блоков */
  margin-bottom: 20px; /* Отступ между блоками */
}

.info_text2 img {
  width: 66%; /* Делаем изображение адаптивным */
  height: auto; /* Сохраняем пропорции изображения */
}

.info_text_lit {
  text-align: left;
  line-height: 140%;
  margin-left: 14%;
  font-size: 24px;
  font-weight: 500;
}

.broadcasting {
  width: 100%;
  display: flex;
  margin: auto;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}
.broadcasting_inner {
  width: 100%;
  margin: auto;
}
.broadcasting_link {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  max-width: 80%;
  margin: auto;
  padding: 2%;
}
.broadcasting_text {
  font-size: 24px;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 58%;
}

.broadcasting_text p {
  margin: 10px 0;
}

.broadcasting_link img {
  margin: 26px;
}

.broadcasting_link img:hover {
  transform: scale(1.1); /* Увеличиваем масштаб */
  transition: 1s;
}

.services {
  min-width: 100%;
  min-height: 105px;
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.services_ban {
  background-image: url("/static/rsvo_app/images/service_ban.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрирование */
  align-items: center; /* Центрирование по горизонтали */
  position: relative; /* Относительное позиционирование для вставки окна */
}
.services_info {
  width: 90%;
  margin: auto;
  margin-top: 4%;
}

.from_form {
  background-color: white;
  padding:3%;
  border-radius:18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 48%;
  width: 30%;
  margin-top: 7%;
}
.from_form_thank {
  background-color: white;
  padding: 3%;
  border-radius: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: auto;
  width: 30%;
  margin-top: 7%;
}
.form_number {
  font-size: 38px;
  font-weight: bold;
  margin: 2%;
}

.form_inner {
  margin: 6%;
}

.form_button {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% auto;
  height: 60px;
  border-radius: 28px;
  font-weight: 400;
  cursor: pointer;
  background-color: #00abc5;
  color: #F5FFFA;
  font-size: 16px;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
}

.form_text {
  text-align: left;
  font-size: 12px;
}

.form_text p {
  margin: 4px 0;
}

.modal {
  display: none; /* Скрыто по умолчанию */
  position: absolute; /* Окно фиксировано */
  z-index: 1; /* На переднем плане */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включить прокрутку, если необходимо */
  background-color: rgba(0, 0, 0, 0.4); /* Прозрачный черный фон */
  display: flex; /* Используем Flexbox */
  justify-content: center; /* Центрирование по горизонтали */
}

.modal-content {
  display: grid;
  background-color: white;
  position: fixed;
  top: 20%;
  padding: 20px;
  border-radius: 18px;
  width: 24%;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 2;
}

.form_head {
  display: flex;
}

.form_title {
  color: #316094;
  margin: auto;
}
.form_title_2 {
  color: black;
  margin: 3% auto;
  font-size: 14px;
  padding: 3%;
}
.form_field {
  margin-bottom: 20px; /* Отступ между полями */
  text-align: center; /* Выравнивание текста */
}

.form_input {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 90%;
}

.form_body {
  display: grid;
  align-items: center;
}

.captcha {
  margin-left: 10%;
}

.captcha_input {
  margin-left: 10%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.formname input[type=submit] {
  width: 80%;
  display: flex;
  margin: auto;
  height: 60px;
  border-radius: 28px;
  font-weight: 400;
  cursor: pointer;
  background-color: #00abc5;
  color: #F5FFFA;
  font-size: 16px;
  position: relative;
  margin-top: 30px;
  box-shadow: none;
  border: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.formname input[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.contact_form {
  background-color: rgba(255, 255, 255, 0.9); /* Полупрозрачный фон для формы */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px; /* Отступ сверху */
}

.popup_thank {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 6%;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease 0s;
}

.popup_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup_body {
  margin-top: 10%;
}

.thank_title {
  color: #316094;
  margin: 10% auto;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
}

.services_info img {
  width: 100%;
}

.tariffs {
  margin: auto;
  align-items: center;
  margin-top: 6%;
}

.price{
  display: grid;
  align-items: center;
}
.price img{
  margin: auto;
  max-width: 94%;
}

.our_advantages {
  width: 100%;
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.our_advantages_light {
  background-image: url("/static/rsvo_app/images/advantages_light.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 670px;
}
.our_advantages_dark {
  display: flex;
  justify-content: center; /* Центрирование по горизонтали */
  align-items: center; /* Центрирование по вертикали */
  text-align: center;
  background-image: url("/static/rsvo_app/images/advantages_dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 224px;
  text-align: center;
}
.our_advantages_ban {
  margin-top: 6%;
}
.our_advantages_text {
  font-size: 20px;
  color: white;
  margin: auto;
  text-align: left;
  line-height: 60%;
}

.our_advantages_dark_min {
  display: none;
}

h3 {
  font-size: 36px;
  line-height: 38px;
  text-align: left;
  margin-left: 4%;
  margin-top: 3%;
}

h2 {
  text-align: center;
  margin: 8px 0;
}

.thesis-block {
  width: 70%; /* Ширина блока */
  border-radius: 10px; /* Закругленные углы блока */
  padding: 20px; /* Внутренние отступы блока */
  margin: auto;
}

.thesis {
  display: flex; /* Для выравнивания элементов в строку */
  align-items: center; /* Центрирование вертикально */
  margin-bottom: 10px; /* Отступ между тезисами */
}

.checkmark {
  width: 20px !important; /* Ширина рамки с галочкой */
  height: 20px; /* Высота рамки с галочкой */
  border: 2px solid #000; /* Цвет рамки (черный) */
  border-radius: 4px; /* Закругление углов у рамки */
  display: flex; /* Для центрирования галочки */
  justify-content: center; /* Центрирование по горизонтали */
  align-items: center; /* Центрирование по вертикали */
  margin-right: 20px; /* Отступ справа от рамки */
}
.checkmark_text {
  font-size: 22px;
  margin-right: 4px;
}

.checkmark::after {
  content: "✓"; /* Символ галочки */
  font-size: 20px;
  font-weight: bold; /* Размер галочки */
  color: #000; /* Цвет галочки (черный) */
}

.footnote {
  margin-top: 4%;
}

.tariffs_text {
  font-size: 16px;
}

.catalog {
  background-image: url("/static/rsvo_app/images/Rectangle 133.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Центрирование */
  align-items: center; /* Центрирование по горизонтали */
}
.catalog_inner {
  display: flex; /* Используем flexbox для выравнивания элементов */
  justify-content: space-between; /* Размещаем элементы по краям */
  align-items: center; /* Выравниваем элементы по центру */
  width: 70%;
  padding: 20px;
}

.documents {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: 4%;
}
.documents_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 900px;
}

.toggle {
  cursor: pointer;
  border: none;
  background: transparent;
}

.content_doc {
  display: none;
  margin-top: 20px;
  padding: 6px;
  border-radius: 5px;
  width: 900px;
}

.content_doc ul {
  padding: 0;
}

.content_doc li {
  display: flex; /* Используем flexbox для выравнивания элементов */
  justify-content: space-between; /* Размещаем элементы по краям */
  align-items: center; /* Выравниваем элементы по центру */
  margin-bottom: 10px; /* Отступ между пунктами списка */
}

.docum_icons {
  display: flex; /* Используем flexbox для иконок */
  gap: 20px; /* Расстояние между иконками */
}

.docum_icons img {
  width: 32px;
  margin-left: 100%;
}
.docum_icons img:hover {
  transform: scale(1.1); /* Увеличиваем масштаб */
  transition: 0.5s;
}
.docum_icons_cat {
  display: flex; /* Используем flexbox для иконок */
  gap: 20px; /* Расстояние между иконками */
  margin-right: 30%;
}

.docum_icons_cat img {
  width: 32px;
}

.doc_link {
  font-size: 20px;
  color: #316094;
  text-align: left;
}
.doc_link:hover {
  color: #00abc5;
 }
.doc_text {
  font-size: 20px;
}

.announcement {
  width: 100%;
  margin: auto;
  align-items: center;
}

.tabs {
  margin-left: 10%;
  width: 80%;
  display: flex;
  justify-content: space-around;
  border-radius: 36px;
  background-color: #c3e6ff;
  position: relative;
}

.tab {
  cursor: pointer;
  padding: 28px;
  border: none;
  outline: none;
  background-color: #c3e6ff;
  border-radius: 36px;
  font-size: 20px;
  color: #316094;
}

.tab:hover {
  background: #00abc5; /* Цвет для активной вкладки */
  color: white;
}

.tab:focus {
  background: #00abc5; /* Цвет для активной вкладки */
  color: white; /* Цвет текста для активной вкладки */
}
.tab.active {
  background: #00abc5;
  color: white;
  outline: none; /* Убираем стандартный outline браузера */
}
.news-content {
  width: 100%;
  padding: 10px;
  display: none;
  background-color: #eaf6ff;
  margin-top: -2%;
  border-radius: 48px;
}
.news-content-text {
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 20px;
  line-height: 160%;
}

.news-content-text p {
  margin: 14px 0;
}

.scrollToTop {
  position: fixed;
  background-color: transparent;
  bottom: 150px;
  right: 50px;
  display: none; /* Скрываем кнопку изначально */
  border: none;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #316094;
  max-width: 100%;
  margin: auto;
  margin-top: 10%;
  padding: 3% 0;
  height: 311px;
  border-radius: 28px 28px 0 0;
  color: white;
  font-family: "Proxima Nova";
  font-size: 18px;
}
.footer-logo {
  display: flex; /* Используем flexbox */
  align-items: center;
  margin-right: 11%;
}
.footer-nav {
  margin-top: 0px;
}
.footer-info {
  margin-left: 6%;
}
.footer-link {
  text-decoration: none;
  color: white;
  padding: 1%;
}
.fl{
  display: flex;
  flex-direction: column;
}
.footer-item {
  list-style-type: none;
  padding: 2%;
  width: 140px;
}
.footer-icons {
  margin-top: 20%;
  display: flex;
  justify-content: space-between;
}
.footer-number {
  color: #12ffff;
  font-size: 22px;
}
.footer-info-text {
  text-align: center;
}
.foot_text {
  color: white;
  font-family: "Proxima Nova";
  font-size: 18px;
  margin-top: 6%;
}

.footer-logo img {
  display: block;
  margin-bottom: 13%;
}

.burger {
  display: none; /* Скрыто по умолчанию */
}

.custom-modal-content {
  display: none;
}

.custom-modal {
  display: none;
}

.our_advantages_ban_mob {
  display: none;
}

.services_info_mob {
  display: none;
}

.price_mob {
  display: none;
}

.mobile_header {
  display: none;
}

.our_advantages_ban_min {
  display: none;
}

.broadcasting_link_mob {
  display: none;
}

.thesis-block_mobile {
  display: none;
}
.thesis-block_tablet {
  display: none;
}
.footer_mobile {
  display: none;
}

.show-all-link {
  display: block;
  margin: 15px auto;
  width: 60%;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s;
}

.show-all-text {
  color: #316094;
  text-decoration: underline;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
}

.show-all-text:hover {
  color: #0056b3;
}

.announcement-item {
  margin-bottom: 20px;
  padding: 15px;
}
@media (max-width: 1440px) {
  .header {
    height: 78px;
  }
  .main_content {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .main_logo {
    width: 100%;
    position: relative; /* Для настройки абсолютного позиционирования элементов внутри */
    margin-top: 0;
  }
  .main_logo img {
    width: 100%;
    position: relative; /* Для настройки абсолютного позиционирования элементов внутри */
    margin-top: 0;
  }
  .header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  .header_logo {
    margin-left: 0;
    margin-right: 10%;
  }
  .header_logo img {
    width: 110%;
  }
  .header_nav {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .nav {
    width: 100%;
    margin-right: 4%;
  }
  .nav_link {
    font-size: 13px;
  }
  .nav_link_tel {
    font-size: 15px;
  }
  .info_text_black {
    font-size: 36px;
  }
  .info_text_blue {
    font-size: 36px;
  }
  .info_text_lit {
    line-height: 120%;
    font-size: 22px;
  }
  h3 {
    font-size: 30px;
  }
  .broadcasting_link img {
    width: 380px;
    margin: 30px;
  }
  .broadcasting_text {
    font-size: 22px;
  }
  .our_advantages_ban {
    margin-top: 2%;
  }
  .our_advantages_ban img {
    width: 96%;
  }
  .our_advantages_light {
    height: 502px;
    width: 100%;
  }
  .our_advantages_text {
    font-size: 16px;
    margin-bottom: 6%;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 16px;
  }
  .from_form {
    margin-bottom: 10%;
  }
  .from_form_thank {
    margin-bottom: 10%;
  }
  .form_number {
    font-size: 24px;
  }
  .form_text {
    font-size: 10px;
  }
  .main_title {
    font-size: 16px;
  }
  .doc_link {
    font-size: 16px;
  }
  .doc_text {
    font-size: 16px;
  }
  .toggle img {
    width: 24px;
  }
  .docum_icons img {
    width: 24px;
    margin: auto;
  }
  .catalog {
    height: 60px;
    background-size: cover;
  }
  .checkmark_text {
    font-size: 20px;
  }
  .services {
    min-width: 100%;
    min-height: 105px;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .services_info {
    width: 90%;
    margin: auto;
  }
  .services_info img {
    width: 100%;
  }
  .footer {
    font-size: 16px;
    /* height: 230px; */
  }
  .footer-number {
    font-size: 20px;
  }
  .footer-logo img {
    display: block;
    margin-bottom: 13%;
    width: 80%;
  }
  .footer_list_link img {
    width: 80%;
  }
  .foot_text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 78px;
  }
  .header_nav {
    display: none; /* По умолчанию скрываем навигацию */
    flex-direction: column;
    position: absolute;
    top: 60px; /* Положение меню (под логотипом) */
    right: 0;
    background-color: black; /* Фон меню */
    width: 250px; /* Ширина вертикального меню */
    padding: 10px;
    border: 1px solid #ddd; /* Граница меню */
    z-index: 1000;
  }
  .header_logo img {
    width: 90%;
  }
  .burger {
    display: flex; /* Показываем бургер-меню на маленьких экранах */
    flex-direction: column;
    cursor: pointer;
    margin-right: 6%;
  }
  .burger img {
    width: 25px;
  }
  .custom-modal {
    display: none; /* Скрыто по умолчанию */
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #316094; /* Фон полупрозрачный */
    z-index: 999; /* Над другими элементами */
    justify-content: flex-start; /* Выравнивание содержимого по верхнему краю */
    border-radius: 0 0 28px 28px;
  }
  .custom-modal.active {
    display: block;
  }
  .mob_nav {
    margin: auto;
  }
  .custom-modal-content {
    display: flex;
    background-color: #316094;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    height: 440px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0; /* Убираем отступы для верхней части */
    color: white;
    align-items: center;
    border-radius: 0 0 28px 28px;
  }
  .nav_link_tel {
    margin-top: 2%;
    font-size: 16px;
  }
  .close-btn {
    position: absolute;
    top: 10px; /* Отступ сверху */
    right: 10px; /* Отступ справа */
    background: transparent; /* Прозрачный фон */
    border: none; /* Без рамки */
    cursor: pointer; /* Курсор в руки */
    font-size: 20px; /* Размер шрифта для кнопки */
    color: white; /* Цвет текста кнопки */
  }
  .nav_link {
    display: block;
    margin: 20px 0; /* Отступы для элементов навигации */
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-align: center;
  }
  .info_block {
    flex-direction: column;
    margin: auto;
  }
  .info_text {
    width: 100%; /* Устанавливаем одинаковую ширину для обоих блоков */
    text-align: center; /* Центрируем текст внутри блоков */
    margin: auto;
    margin-left: 16%;
    margin-bottom: 4%;
    line-height: 40%;
  }
  .info_text_black {
    font-size: 38px;
    font-weight: 600;
    text-align: left;
  }
  .info_text_blue {
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    color: #00abc5;
  }
  .info_text2 {
    width: 100%; /* Устанавливаем одинаковую ширину для обоих блоков */
    text-align: center; /* Центрируем текст внутри блоков */
    margin-bottom: 20px; /* Отступ между блоками */
  }
  .info_text2 img {
    width: 68%; /* Делаем изображение адаптивным */
    height: auto; /* Сохраняем пропорции изображения */
    margin: auto;
  }
  .info_text_lit {
    text-align: left;
    line-height: 120%;
    font-size: 22px;
    font-weight: 500;
  }
  .broadcasting_link img {
    width: 270px;
    margin: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .broadcasting_text {
    font-size: 22px;
  }
  .our_advantages_light {
    background-image: url("/static/rsvo_app/images/advantages_light_mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 820px;
    width: 100%;
  }
  .our_advantages_dark {
    background-image: url("/static/rsvo_app/images/advantages_dark_mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 345px;
  }
  .our_advantages_ban {
    margin-top: 6%;
  }
  .our_advantages_text {
    font-size: 16px;
    line-height: 100%;
    margin-top: 1%;
    width: 80%;
  }
  .our_advantages_ban_mob {
    display: block;
    width: 90%;
  }
  .our_advantages_ban_mob img {
    width: 90%;
  }
  .our_advantages_ban {
    display: none;
  }
  .services_ban {
    height: 420px;
    margin-bottom: 4%;
  }
  .from_form {
    width: 40%;
    margin-left: 40%;
    margin-top: 10%;
  }
  .from_form_thank {
    width: 40%;
    margin-top: 10%;
  }
  h2 {
    font-size: 14px;
  }
  .form_number {
    font-size: 20px;
  }
  .form_button {
    width: 70%;
    height: 60px;
    border-radius: 28px;
    font-size: 16px;
  }
  .modal-content {
    width: 36%;
  }
  .services_info_mob {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10%;
  }
  .services_info_mob img {
    width: 60%;
  }
  .services_info {
    display: none;
  }
  .documents_inner {
    width: 700px;
    margin: auto;
  }
  .footer-info {
    margin-left: 4%;
    width: 30%;
  }
  .footer-nav {
    margin-left: -12%;
  }
  .footer-link {
    padding: 0;
  }
  .footer-logo {
    margin-right: 4%;
  }
  .footer-item {
    padding: 2%;
  }
  .content_doc li {
    flex-direction: column;
  }
  .doc_link {
    margin-bottom: 2%;
    text-align: center;
  }

  .thesis-block_tablet {
    display: block;
    align-items: center;
  }
  .thesis-block_tablet img {
    width: 94%;
    margin-left: 4%;
  }
  .thesis-block {
    display: none;
  }
  .footnote {
    width: 88%;
    margin: auto;
  }

}
@media (max-width: 900px) {
  .our_advantages_light {
    height: 700px;
  }
  .our_advantages_dark {
    height: 256px;
  }
  .broadcasting_link img {
    width: 210px;
    margin: 14px;
  }
  .footer {
    font-size: 12px;
  }
  .foot_text {
    font-size: 12px;
    margin-top: 16%;
  }
  .footer-logo img {
    display: block;
    margin-bottom: 13%;
    width: 60%;
  }
  .footer-number {
    font-size: 14px;
  }
  .services_ban {
    background-size: contain;
  }
}
@media (max-width: 540px) {
  .header {
    display: none;
  }
  .mobile_header {
    background-image: url("/static/rsvo_app/images/header_mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; /* Ширина 100% для заполнения контейнера */
    height: 60px;
    display: flex;
    justify-content: space-between; /* Центрирование */
    align-items: center;
    position: sticky;
    top: 0; /* Положение вверху */
    left: 0; /* Положение слева */
    z-index: 1000; /* Убедитесь, что он выше других элементов */
    margin: 0;
    transition: width;
  }
  .mobile_logo {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .mobile_logo img {
    margin-left: 8%;
    width: 80%;
    margin-top: 6%;
  }
  .burger {
    display: flex; /* Показываем бургер-меню на маленьких экранах */
    flex-direction: column;
    cursor: pointer;
    margin-right: 6%;
    align-items: center;
  }
  .burger img {
    width: 20px;
  }
  .custom-modal {
    top: 60px;
  }
  .nav_link {
    display: block;
    font-size: 14px;
  }
  .nav_link_tel {
    margin-top: 2%;
    font-size: 14px;
  }
  .info_text {
    margin: auto;
    line-height: 100%;
  }
  .info_text_black {
    font-size: 26px;
  }
  .info_text_blue {
    font-size: 26px;
  }
  .info_text_lit {
    text-align: left;
    line-height: 140%;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
  }
  .broadcasting_link_mob {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin: auto;
    padding: 2%;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    max-width: none;
  }
  .broadcasting_link_mob img {
    display: inline-block;
    width: 302px;
    max-width: none;
    margin: 10px;
  }
  .broadcasting_link {
    display: none;
  }
  .broadcasting_text {
    font-size: 18px;
    width: 90%;
    font-weight: 400;
    line-height: 140%;
  }
  .our_advantages_light {
    background-image: url("/static/rsvo_app/images/advantages_light_min.png");
    height: 652px;
  }
  .main_title {
    font-size: 12px;
    font-weight: 600;
    margin-top: 6%;
  }
  .our_advantages_ban_mob {
    display: none;
  }
  .our_advantages_ban_min {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin: auto;
    padding: 2%;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    max-width: none;
  }
  .our_advantages_ban_min img {
    display: inline-block;
    width: 1036px;
    max-width: none;
    margin: 10px;
  }
  h3 {
    font-size: 20px;
  }
  .our_advantages_dark_min {
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали */
    text-align: center;
    width: 100%;
    background-color: #316094;
    border-radius: 0 0 28px 28px;
  }
  .our_advantages_dark {
    display: none;
  }
  .our_advantages_text {
    margin-bottom: 12%;
    margin-top: 10%;
    line-height: 140%;
  }
  .from_form {
    width: 80%;
    margin: auto;
  }
  .from_form_thank {
    width: 80%;
    margin: auto;
    margin-top: 30%;
  }
 
  .form_number {
    font-size: 18pxw;
  }
  h2 {
    font-size: 12px;
  }
  
  .modal-content {
    top: 8%;
    width: 92%;
  }
  
  .catalog_inner {
    width: 90%;
  }
  .doc_link {
    font-size: 16px;
    margin-bottom: 4%;
    text-align: center;
  }
  .docum_icons_cat {
    margin: 0;
  }
  .docum_icons_cat img {
    width: 24px;
  }
  h1 {
    font-size: 18px;
  }
  .documents_inner {
    width: 90%;
  }
  .toggle img {
    width: 18px;
  }
  .content_doc {
    width: 100%;
  }
  .docum_icons img {
    width: 28px;
  }

  .thesis-block {
    display: none;
  }
  .thesis-block_mobile {
    display: block;
    align-items: center;
  }
  .thesis-block_mobile img {
    width: 88%;
    margin-left: 4%;
  }
  .thesis-block_tablet {
    display: none;
  }
  .content_doc li {
    flex-direction: column;
  }
  .thesis-block {
    display: none;
  }
  .thesis-block_mobile {
    display: block;
    align-items: center;
  }
  .thesis-block_mobile img {
    width: 88%;
    margin-left: 4%;
  }
  .footnote {
    width: 88%;
    margin: auto;
  }
  .tariffs_text {
    font-size: 12px;
  }
  .tabs {
    margin: auto;
    width: 94%;
  }
  .tab {
    padding: 12px;
    border-radius: 36px;
    font-size: 12px;
  }
  .news-content-text {
    width: 80%;
    font-size: 16px;
  }
  .footer {
    display: none;
  }
  .footer_mobile {
    display: grid;
    background-color: #316094;
    max-width: 100%;
    margin: auto;
    margin-top: 10%;
    padding: 3% 0;
    height: -moz-max-content;
    height: max-content;
    border-radius: 28px 28px 0 0;
    color: white;
    font-family: "Proxima Nova";
    font-size: 16px;
    align-items: center;
  }
  .footer_mobile-logo {
    display: flex; /* Используем flexbox */
    justify-content: space-evenly;
    margin-top: 10%;
  }
  .footer_mobile-nav {
    margin: auto;
    margin-top: 6%;
    padding: 0;
    line-height: 180%;
    text-align: center;
  }
  .footer_mobile-info-text {
    margin: auto;
  }
  .footer_mobile-info {
    margin: auto;
    margin-top: 6%;
  }
  .footer_mobile-link {
    text-decoration: none;
    color: white;
  }
  .footer_mobile-item {
    list-style-type: none;
    padding: 2%;
    width: 120px;
  }
  .footer_mobile-icons {
    margin-top: 10%;
    display: flex;
    justify-content: space-evenly;
  }
  .footer_mobile-number {
    color: #12ffff;
    font-size: 22px;
    margin: auto;
    margin-top: 6%;
    text-decoration: none;
  }
  .footer_mobile_block {
    display: grid;
    align-items: center;
  }
  .footer_mobile-logo img {
    width: 34%;
  }
  .price_mob {
    display: block;
    width: 94%; /* Задаем ширину блока */
    margin: auto;
  }
  .price_mob img {
    display: inline-block; /* Делаем изображение строчным элементом */
    max-width: none; /* Убираем ограничение по ширине изображения */
  }
  .price {
    display: none;
  }
  .scrollToTop {
    bottom: 50px;
    right: 20px;
  }
  .scrollToTop img {
    display: block; /* Убираем неловкие отступы */
    width: 40px; /* Установите нужный размер */
    height: auto; /* Автоматическое изменение высоты */
  }
  .documents {
    margin-top: 10%;
  }
  .announcement {
    margin-top: 10%;
  }
  .show-all-link {
    width: 80%;
    text-align: center;
  }
  
  .show-all-text {
    font-size: 10px;
  }
  .form_title_2 {
    font-size: 10px;
  }
  .form_input {
    padding: 2px;
  }
}/*# sourceMappingURL=styles.css.map */
