/* ==========================================================================
   ОПТИМИЗИРОВАННЫЕ СТИЛИ AMR.RU
   ========================================================================== */

/* ШРИФТЫ */
@font-face {
  font-family: 'pf_din_text_cond_pro';
  src: url('https://amr.ru/fonts/PFDinTextCondPro-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_din_text_cond_pro';
  src: url('https://amr.ru/fonts/PFDinTextCondPro-Medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'pf_din_text_cond_pro';
  src: url('https://amr.ru/fonts/PFDinTextCondPro-Bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_pro';
  src: url("https://amr.ru/fonts/gothampro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_pro';
  src: url("https://amr.ru/fonts/gothampro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* БАЗОВЫЕ СТИЛИ */
* {
  box-sizing: border-box;
  outline: none;
}

html, body {
  font-family: 'pf_din_text_cond_pro', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}

a {
  color: #155596;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* КНОПКИ */
.button {
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  font-family: 'pf_din_text_cond_pro';
  position: relative;
}


.button-1, .button-20 {
    font-family: 'gotham_pro';
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .025em;
    background-image: linear-gradient(to right, #cb314c 0%, #3371c1 50%, #cb314c 100%);
    background-size: 200% 100% !important;
    background-position: 0 0 !important;
    transition: all .5s ease;
    height: auto;
    padding: 12px 24px 12px 24px;
    color: #fff !important;
}

.button-1:hover, .button-20:hover {
  background-position: -100% 0;
}

/* HEADER */
.top-wrap {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.center-wrapper {
  width: 988px;
  margin: 0 auto;
  max-width: 100%;
}

.header-logo {
  float: left;
  padding: 29px 40px 24px 0;
}

.header-logo img {
  display: block;
}

.header-contacts {
  float: right;
  padding: 41px 0 0 0;
}

.header-contacts .ttl {
  font-size: 11px;
  line-height: 18px;
  color: #6a6e71;
  letter-spacing: .54em;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.header-phone {
  font-size: 27px;
  line-height: 27px;
  color: #000;
  font-weight: 600;
  margin: 0 0 13px 0;
}

.header-enter {
  float: right;
  padding: 45px 0 30px 60px;
}

.header-email {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

/* МЕНЮ */
.main-menu-wrapper {
  border-top: 1px solid #e3d6c7;
  border-bottom: 1px solid #e3d6c7;
}

.header-home .main-menu-wrapper {
  max-width: 1360px;
  border-bottom: none;
  margin: 0 auto;
}

.main-menu {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  text-align: justify;
  margin: 0 -10px;
  padding: 17px 0 16px 0;
  letter-spacing: .025em;
  font-weight: 600;
  height: 54px;
}

.main-menu li {
  display: inline-block;
  margin: 0;
  padding: 1px 15px 0 33px;
  list-style: none;
  background: none;
  position: relative;
  border-left: 1px solid #e3d6c7;
}

.main-menu li:first-child {
  border: none;
  padding-left: 10px;
}

.main-menu li:last-child {
  padding-right: 10px;
}

.main-menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.main-menu a {
  color: #000;
  text-decoration: none;
  background: none;
}

.main-menu a:hover,
.main-menu a.active {
  color: #155596;
  background: url(https://amr.ru/images/link-ul.png) 0 18px repeat-x;
}

/* ФИКСИРОВАННОЕ МЕНЮ */
.header .header-logo-fixed {
  display: none;
}

.header-fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

.header-fixed .header-lang,
.header-fixed .header-contacts,
.header-fixed .header-enter,
.header-fixed .header-logo {
  display: none;
}

.header-fixed .header-logo-fixed {
  display: block;
  position: absolute;
  top: 9px;
}

.header-fixed .main-menu-wrapper {
  border: none;
}

.header-fixed .main-menu {
  font-size: 14px;
  line-height: 20px;
  margin: 0 -11px 0 184px;
  height: 78px;
}

.header-fixed .main-menu li {
  padding: 1px 15px 0 24px;
  margin: 14px 0;
}

/* FOOTER */
.footer {
  padding: 80px 0 80px 0;
  font-size: 12px;
  line-height: 20px;
  color: #6a6e71;
  text-transform: uppercase;
}

.footer-logo {
  float: left;
  padding: 0 40px 0 0;
}

.footer-logo img {
  display: block;
}

.footer-contacts {
  float: left;
  padding: 2px 0 0 65px;
  max-width: 45%;
}

.footer-phone {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  font-weight: 600;
  margin: 0 0 9px 0;
}

.footer-address {
  margin: 0 0 8px 0;
}

.footer-email {
  letter-spacing: .05em;
  margin: 0 0 26px 0;
}

.footer-r {
  float: right;
  width: 160px;
}

.footer-copy {
  margin: 0 0 9px 0;
}

.footer-sitemap-link {
  margin: 0 0 24px 0;
}

.footer-dev {
  margin: 0 0 24px 0;
}

/* СЛАЙДЕРЫ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

/* МЕДИАЗАПРОСЫ */
@media (max-width: 1023px) {
  .header-fixed .main-menu li {
    margin: 0 0 0px;
  }
  
  .main-slider .slide-bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 1s ease;
  }
  
  .main-slider .slide {
    height: auto;
  }
  
  html, body {
    min-width: 100%;
    width: 100%;
  }
  
  /* ИСПРАВЛЯЕМ ОТСТУП ДЛЯ МОБИЛЬНОГО МЕНЮ */
  .body {
    margin-top: 0px !important;
    padding-top: 0px; /* Добавляем отступ сверху */
  }
  
  /* ДЕЛАЕМ МЕНЮ НЕ ФИКСИРОВАННЫМ НА МОБИЛЬНЫХ */
  .header-fixed {
    position: relative !important; /* Убираем фиксированное позиционирование */
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    margin-bottom: 10px; /* Добавляем отступ снизу */
  }
  
  .header-fixed .header-lang,
  .header-fixed .header-contacts,
  .header-fixed .header-enter,
  .header-fixed .header-logo {
    display: block !important;
  }
  
  /* ГОРИЗОНТАЛЬНОЕ МЕНЮ НА МОБИЛЬНЫХ */
  .header-fixed .main-menu {
    font-size: 14px; /* Уменьшаем шрифт */
    line-height: 18px;
    margin: 0;
    height: auto;
    padding: 10px 0;
  }
  
  .header .header-logo-fixed {
    display: none !important;
  }
  
  /* ГОРИЗОНТАЛЬНОЕ РАСПОЛОЖЕНИЕ ПУНКТОВ МЕНЮ */
  .main-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 10px 0 !important;
  }
  
  .main-menu li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px 8px !important; /* Уменьшаем отступы */
    list-style: none;
    background: none;
    position: relative;
    border-left: 1px solid #e3d6c7;
    width: auto !important; /* Убираем фиксированную ширину */
    border-bottom: none !important; /* Убираем нижнюю границу */
    flex: 0 0 auto; /* Не растягиваем пункты */
    font-size: 12px; /* Уменьшаем шрифт пунктов */
  }
  
  .main-menu li:first-child {
    border: none;
    padding-left: 8px !important;
    border-bottom: none !important;
  }
  
  .center-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  .header-top-20 .header-logo {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  
  .header-top-20 .header-enter {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  
  .header-top-20 .header-contacts {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  
  .header-logo img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-logo {
    padding: 0 !important;
    margin: 0 0 20px;
  }
  
  .footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    max-width: unset;
  }
  
  .footer .footer-r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
    width: 300px;
  }
  
  .footer .footer-r div {
    width: calc(50% - 10px);
  }
  
  .footer-address {
    text-align: center;
  }
}

/* ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ */
@media (max-width: 480px) {
  .main-menu li {
    font-size: 10px !important;
    padding: 3px 5px !important;
  }
  
  .header-fixed .main-menu {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footer-contacts {
    max-width: unset;
  }
}

/* СПЕЦИАЛЬНЫЕ СТИЛИ ДЛЯ HEADER 20 */
.header-top-20 {
  font-family: 'gotham_pro';
  font-weight: bold;
}

.header-top-20 a {
  color: #0076b6;
}

.header-top-20 .header-contacts .ttl {
  font-size: 8px;
  line-height: 14px;
  letter-spacing: .075em;
  color: #5f5f5f;
  margin: 0 0 5px 0;
}

.header-top-20 .header-phone {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.header-top-20 .header-email {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .025em;
}

.header-top-20 .header-email a {
  border-bottom: 1px solid #d4e2ee;
  background: none !important;
}

.header-top-20 .header-email a:hover {
  border-bottom: none;
  color: #e01339;
}

/* ПРИНУДИТЕЛЬНАЯ УСТАНОВКА ПРАВИЛЬНОГО СОСТОЯНИЯ МЕНЮ */
.header-top {
  display: block !important;
}

.header-logo-fixed {
  display: none !important;
}

/* Добавляем в конец файла стилей */

/* СТИЛИ ДЛЯ IFRAME КОНТЕНТА */
.iframe-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.iframe-content iframe,
.iframe-content object {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    border: none !important;
}

/* Контейнер для iframe */
.iframe-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Медиазапросы для iframe */
@media (max-width: 1023px) {
    .iframe-content {
        width: 100%;
        padding: 0 0px;
        box-sizing: border-box;
    }
    
    .iframe-content iframe,
    .iframe-content object {
        width: 100% !important;
    }
}

/* Дополнительные стили для корректного отображения */
.iframe-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.iframe-container iframe,
.iframe-container object {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Дополнительные стили для iframe блоков главной страницы */
.iframe-content iframe {
    width: 100% !important;
    border: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Контейнеры для разных блоков */
#main-slider {
    margin-bottom: 0;
}

#achievments {
    margin: 0;
}

#comitee-digest {
    margin: 0;
}

#calendar-digest {
    margin: 0;
}

#news-digest {
    margin: 0;
}

#projects {
    margin: 0;
}

/* Убираем лишние отступы у iframe контейнеров */
.iframe-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Стили для загрузки */
.iframe-loading {
    text-align: center;
    padding: 0px;
    color: #666;
    font-style: italic;
}

.iframe-loading:before {
    content: "Загрузка...";
}

/* Медиазапросы для мобильных устройств */
@media (max-width: 1023px) {
    .iframe-content {
        padding: 0 !important;
    }
    
    .iframe-content iframe {
        width: 100% !important;
    }
}
/* ========================================
   МОБИЛЬНАЯ АДАПТАЦИЯ ДЛЯ IFRAME БЛОКОВ - ИСПРАВЛЕННАЯ ВЕРСИЯ
   ======================================== */

/* Базовые стили для iframe контейнеров */
.mini-block-container-slider,
.mini-block-container-achievements,
.mini-block-container-calendar,
.mini-block-container-projects,
.mini-block-container-committees,
.mini-block-container-news {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Стили для iframe с мобильной корректировкой */
iframe.mobile-adjusted {
    transition: height 0.3s ease;
}

iframe.mobile-device {
    border-radius: 0px;
}

/* Мобильные устройства - ТОЛЬКО убираем max-height, не трогаем height */
@media (max-width: 768px) {
    /* Контейнеры блоков */
    .mini-block-container-slider,
    .mini-block-container-achievements,
    .mini-block-container-calendar,
    .mini-block-container-projects,
    .mini-block-container-committees,
    .mini-block-container-news {
        margin: 0px 0;
    }
    
    /* Базовые настройки для всех iframe на мобильных */
    iframe[id*="mini-block"] {
        border-radius: 0px;
        min-height: 150px;
    }
    
    /* Отменяем ТОЛЬКО max-height ограничения для мобильных */
    iframe[data-block-type="slider"],
    iframe[id*="slider"],
    iframe[data-block-type="achievements"],
    iframe[id*="achievements"],
    iframe[data-block-type="calendar"],
    iframe[id*="calendar"],
    iframe[data-block-type="projects"],
    iframe[id*="projects"],
    iframe[data-block-type="committees"],
    iframe[id*="committees"],
    iframe[data-block-type="news"],
    iframe[id*="news"] {
        max-height: none !important;
    }
}

/* Очень маленькие экраны (до 480px) */
@media (max-width: 480px) {
    iframe[id*="mini-block"] {
        min-height: 120px;
    }
    
    .mini-block-container-slider,
    .mini-block-container-achievements,
    .mini-block-container-calendar,
    .mini-block-container-projects,
    .mini-block-container-committees,
    .mini-block-container-news {
        margin: 0px 0;
    }
}

/* Дополнительные стили для корректной работы в iframe-content */
.iframe-content iframe[id*="mini-block"] {
    width: 100%;
    display: block;
}

/* Анимация при изменении высоты */
@media (max-width: 768px) {
    iframe.mobile-adjusted {
        transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}