

/* Start:/bitrix/templates/adelante/components/bitrix/menu/top-mylti/style.css?16855354502015*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/adelante/components/bitrix/menu/top-mylti/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.fix-menu__box-mod{
	position: relative;
}

.main-nav__submenu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9;
	justify-content: center;
	max-width: 1170px;
	margin: 0 auto;
}

.main-nav__submenu{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 1rem !important;
	min-width: 15rem;
	width: 100%;
}

.main-nav__submenu a {
	color: black;
	padding: 12px 16px;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.main-nav__item-parent.active .main-nav__submenu-wrapper {
	display: flex;
	transition: .3s;
}

.main-nav__item-parent .main-nav__link{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.main-nav__item-parent.active .main-nav__link img {
	transition: .3s;
	transform: unset;
}

.main-nav__item-parent.active .main-nav__link img{
	transform: rotate(180deg);
	transition: .3s;
}

.main-nav__item-parent.active .main-nav__link:hover {
	text-decoration: none!important;
}

@media (max-width: 820px) {
	.main-nav__item-parent .main-nav__link:hover {
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.main-nav__submenu-wrapper {
		position: static;
	}
	.main-nav__submenu {
		flex-direction: column;
		align-items: center;
	}

	.main-nav__submenu{
		text-align: center;
	}

}
/* End */


/* Start:/bitrix/templates/adelante/components/bitrix/breadcrumb/bread/style.min.css?1520067589467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/adelante/components/bitrix/menu/footer/style.min.css?1520067589490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/adelante/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/adelante/styles.css?17773954021234*/
body {
font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.submenu-additional > a:hover { 
    background: #e1050e;
    color: white;
font-weight: 600;
}
.submenu-additional > a{ 
font-weight: 600;
}

.w-underline {
text-decoration: underline !important;
    text-decoration-style: dashed !imporant;
}

.page-wrap {
background-color: #FFFFFF !important;
}

.open-popup__button2 {
position: relative;
  overflow: hidden;
  background: #3b82f6; /* Ваш основной цвет */
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
}
/* Создаем блик через псевдоэлемент */
.open-popup__button2::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
  /* Анимация запускается каждые 3 секунды */
  animation: shimmer 5s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  20% { left: 200%; } /* Быстрый пролет блика */
  100% { left: 200%; } /* Пауза до конца цикла */
}
/* End */


/* Start:/bitrix/templates/adelante/template_styles.css?177739540214190*/
.open-popup__button_footer{
    margin-bottom: 30px;
    margin-top: 30px;
}


.callback__desc a:link {
color: black;
text-decoration: none;
}
.callback__desc a:visited { 
text-decoration: none;
color: black;
}
.callback__desc a:hover {
  color: gray;
  text-decoration: none;
}
.callback__desc a:active {
color: red;
text-decoration: none;
}

.errortext {
color: wheat;
background: yellow;
}
/* картинки в блоге - раньше не уменьшались */
.detail-as {
display: block !important;
}
.detail-as > div img {
    max-width: 100%;
    height: auto;
}
.detail-as > img {
    max-width: 100%;
    height: auto;
}

/* плитки на главной*/
#bx_incl_area_4_3 > div.spacer.banners_mb-30 {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* обучение плитки на главной*/
#bx_incl_area_4_6 {
    display: flex;
    flex-wrap: wrap;
}

.callback__desc {
font-size: 14px !important;
}
.banners_mb-30 {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.site-map-list {
width: 230px;
}

.nav.spacer.first-level-menu {
background: #fcb701 !important;
}

/* чтобы нормально отображались уровни*/

.col-6.education{
    margin-right: -1px !important;
}
/* доппункт после нажатия на записаться*/
.whatcourse {
    width: 100% !important;
    height: 45px  !important;
    margin-top: -20px  !important; 
border-color: #c3c3c3 !important; }


/* Set the background color of body to dele-form */
.dele-form {
display: block;
width: 600px !important;
margin: 0 auto;
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
  .dele-form {
display: block;
width: 80%;
margin: 0 auto;
}
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  .dele-form {
display: block;
width: 100%;
}
}


.payments__types {
    background: url(/bitrix/templates/adelante/../images/payments-mir-new.png) no-repeat;
    width: 248px !important
}

.callback__btn2 {
position: relative;
    top: -3px;
    margin-left: 12px;
width: 124px;
font-weight: 600;
    height: 42px;
    line-height: 38px;
    background: #ffffff;
    border: 2px solid #e30614;
    border-radius: 2px;
    font-size: 16px;
    color: #000000;
}

/* Default styles for PC and larger screens */
.open-popup__button2 {
    padding: 14px 25px;
    color: #fff;
    background-color: #FF0000;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    transition: background-color 200ms;
    position: fixed;
    z-index: 15;
    top: 50%; /* Default for PC */
    right: 0;
    width: 180px;
    transform: translateY(-50%);
    margin-bottom: 30px;
    margin-top: 30px;
}

/* This media query targets screens up to 768px wide (mobile devices) */
@media (max-width: 768px) {
    .open-popup__button2 {
        top: 78%; /* Applied only on mobile */
    }
}
/* Стили для баннера cookies */
    #cookie-notice {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f7f7f7;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
        z-index: 999999;
        padding: 20px;
        box-sizing: border-box;
        font-family: inherit; /* <<< ИЗМЕНЕНИЕ ЗДЕСЬ. Шрифт будет наследоваться от сайта */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cookie-notice-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px;
    }

    .cookie-notice-text {
        margin: 0;
        font-size: 13px;
        color: #333;
        line-height: 1.15;
    }

    .cookie-notice-link {
        color: #009246; /* Оставил зеленый цвет для контраста, как на флаге */
        text-decoration: underline;
        transition: color 0.2s ease;
    }

    .cookie-notice-link:hover {
        color: #CE2B37;
    }

    .cookie-notice-button {
        background-color: #e2040d; /* <<< ИЗМЕНЕНИЕ ЗДЕСЬ. Новый цвет кнопки */
        color: #ffffff;
        border: none;
        border-radius: 5px;
        padding: 12px 28px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        white-space: nowrap;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .cookie-notice-button:hover {
        background-color: #c0030b; /* <<< ИЗМЕНЕНИЕ ЗДЕСЬ. Более темный оттенок красного */
        transform: scale(1.05);
    }

    /* Адаптивность для мобильных устройств */
    @media (max-width: 768px) {
        .cookie-notice-container {
            flex-direction: column;
            text-align: center;
        }

        .cookie-notice-text {
            margin-bottom: 0px;
        }

        .cookie-notice-button {
            width: 100%;
            padding: 14px;
        }
    }


/* Стили для кнопок, открывающих окно whatsapp */
    .js-open-whatsapp-modal {
    }
    .js-open-whatsapp-modal:hover { cursor: pointer; }

    /* --- Стили модального окна (без изменений) --- */
    .modal-overlay {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex; justify-content: center; align-items: center;
        z-index: 1000; visibility: hidden; opacity: 0;
        transition: opacity 0.3s ease, visibility 0s 0.3s;
    }
    .modal-overlay.show {
        visibility: visible; opacity: 1; transition: opacity 0.3s ease;
    }
    .modal-content {
        background: white; padding: 30px; border-radius: 10px;
        max-width: 500px; width: 90%; position: relative;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transform: scale(0.9); transition: transform 0.3s ease;
    }
    .modal-overlay.show .modal-content { transform: scale(1); }
    .close-modal { position: absolute; top: 10px; right: 15px; font-size: 30px; font-weight: bold; color: #888; cursor: pointer; }
    .close-modal:hover { color: #333; }
    
    /* --- Стили содержимого окна (без изменений) --- */
    .whatsapp-container { font-family: sans-serif; text-align: left; }
    .privacy-consent { margin-bottom: 20px; display: flex; align-items: flex-start; font-size: 14px; line-height: 1.5; color: #333; }
    .privacy-consent input[type="checkbox"] { margin-right: 12px; margin-top: 4px; min-width: 16px; height: 16px; }
    .privacy-consent a { color: #007bff; text-decoration: none; }
    .privacy-consent a:hover { text-decoration: underline; }
    .whatsapp-btn { padding: 12px 25px; font-size: 16px; color: white; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease, opacity 0.3s ease; width: 100%; text-align: center; font-weight: bold; }
    .whatsapp-btn.inactive { background-color: #a0a0a0; cursor: not-allowed; opacity: 0.7; }
    .whatsapp-btn.active { background-color: #25D366; opacity: 1; }
    .whatsapp-btn.active:hover { background-color: #20c25a; }


    /* --- кастомная форма unisender --- */
/* Обёртка всплывающего блока */
.unisender-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
}

/* Подложка с мягким затемнением справа */
.unisender-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.25) 20%,
    rgba(0,0,0,0.05) 45%,
    rgba(0,0,0,0) 70%
  );
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: auto;
}

/* Карточка формы */
.unisender-card {
  max-width: 460px;
  width: 100%;
  margin: 40px 0;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  transform: translateX(100%);
  transition: transform .4s ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
}

.unisender-popup.visible .unisender-card {
  transform: translateX(0);
}

/* Внутреннее содержимое */
.unisender-inner {
  padding: 22px 24px 20px;
}

/* Кнопка закрытия */
.unisender-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

/* Заголовок и подзаголовок */
.unisender-header {
  margin-bottom: 16px;
}

.unisender-title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111827;
  line-height: 1.25;
}

.unisender-subtitle {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #6a737f;
}

/* Поле email */
.input-email-block {
  margin-top: 12px;
}

.input-email-block label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.input-email-block label b {
  color: #f44336;
}

.input-email-block .wrapper {
  display: block;
  width: 100%;
}

.input-email-block input[name="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #d5d7db;
  background-color: #f8fafb;
  font-size: 14px;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.input-email-block input[name="email"]:hover {
  background-color: #f1f4f6;
}

.input-email-block input[name="email"]:focus {
  outline: none;
  border-color: #f7931e;
  box-shadow: 0 0 0 1px rgba(247,147,30,0.22);
  background-color: #ffffff;
}

/* Ошибка валидации */
.input-email-block .error-block {
  margin-top: 4px;
  font-size: 12px;
  color: #f0371b;
}

/* Чекбокс согласия */
.unisender-consent-checkbox {
  margin-top: 10px;
  font-size: 13px;
  color: #4b5563;
}

.unisender-consent-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.unisender-consent-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* Блок кнопки */
.submit-button-block .button-wrapper {
  padding: 16px 0 0;
}

/* Кнопка: неактивное состояние по умолчанию */
.submit-button-block .mailbtn {
  width: 100%;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #fbbc7c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  cursor: default;
  opacity: 0.7;
  transition: background-color .15s ease, box-shadow .15s ease,
              transform .08s ease, opacity .15s ease;
}

/* Активная кнопка (чекбокс нажат) */
.submit-button-block .mailbtn.active {
  background-color: #f7931e;
  cursor: pointer;
  opacity: 1;
}

.submit-button-block .mailbtn.active:hover {
  background-color: #e57f0c;
  box-shadow: 0 8px 18px rgba(229,127,12,0.4);
  transform: translateY(-1px);
}

.submit-button-block .mailbtn.active:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(229,127,12,0.3);
}

/* Текст о персональных данных */
.unisender-consent {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #828b95;
}

.unisender-consent a.cookie-notice-link {
  color: #f7931e;
  text-decoration: underline;
}

/* Сообщение об успехе/ошибке */
.unisender-message {
  margin-top: 8px;
  font-size: 12px;
}

/* Мобильная адаптация */
@media (max-width: 480px) {
  .unisender-card {
    margin: 24px 12px;
  }

  .unisender-inner {
    padding: 18px 16px 16px;
  }

  .unisender-title {
    font-size: 18px;
  }

  .unisender-subtitle {
    font-size: 13px;
  }
}

/* red alert unisender*/

.red-alert {
display: block;
  background-color: #fff5f5;
  border-left: 4px solid #e53e3e;
  color: #c53030;
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem;
  line-height: 1.6;}

.red-alert2 {
display: block;
  color: #c53030;
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem;
  line-height: 1.6;}

.level_  { background: #ffde10;}


/* telegram buttons */

/* Стили для кнопок, открывающих окно telegram */
.js-open-tg-modal {
}
.js-open-tg-modal:hover { cursor: pointer; }

.tg-btn { padding: 12px 25px; font-size: 16px; color: white; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease, opacity 0.3s ease; width: 100%; text-align: center; font-weight: bold; }
.tg-btn.inactive { background-color: #a0a0a0; cursor: not-allowed; opacity: 0.7; }
.tg-btn.active { background-color: #2681cc; opacity: 1; }
.tg-btn.active:hover { background-color: #1e6bb3; }

/* Стили для кнопки и модала Max Мессенджер */
.js-open-max-modal:hover { cursor: pointer; }
.callback__desc--max { color: #6366f1; }
.callback__desc--max:hover { color: #4f46e5; }
.modal-content--max .max-btn { border-radius: 12px; font-size: 15px; padding: 14px 28px; letter-spacing: 0.02em; box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4); }
.max-btn { padding: 12px 25px; font-size: 16px; color: white; border: none; border-radius: 12px; cursor: pointer; transition: background 0.3s ease, opacity 0.3s ease, transform 0.2s ease; width: 100%; text-align: center; font-weight: bold; background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); }
.max-btn.inactive { background: #8b9a92; cursor: not-allowed; opacity: 0.7; box-shadow: none; }
.max-btn.active { background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); opacity: 1; box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4); }
.max-btn.active:hover { background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(99, 102, 241, 0.5); }
.max-btn.active:active { transform: translateY(0); }

/* End */
/* /bitrix/templates/adelante/components/bitrix/menu/top-mylti/style.css?16855354502015 */
/* /bitrix/templates/adelante/components/bitrix/breadcrumb/bread/style.min.css?1520067589467 */
/* /bitrix/templates/adelante/components/bitrix/menu/footer/style.min.css?1520067589490 */
/* /bitrix/templates/adelante/styles.css?17773954021234 */
/* /bitrix/templates/adelante/template_styles.css?177739540214190 */
