/* === ВЫПАДАЮЩЕЕ МЕНЮ === */
/*.dropdown-nav {*/
/*  position: fixed !important;*/
/*  opacity: 0 !important;*/
/*  visibility: hidden !important;*/
/*  transition: opacity 0.3s ease, visibility 0.3s ease !important;*/
/*  pointer-events: none !important;*/
/*  z-index: 99999 !important;*/
/*}*/

/*.dropdown-nav.is-visible {*/
/*  opacity: 1 !important;*/
/*  visibility: visible !important;*/
/*  pointer-events: auto !important;*/
/*}*/

/*.dropdown-nav[data-elem-type="shape"]::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -20px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 20px;*/
/*  background: transparent;*/
/*}*/

/* === ФИКСИРОВАННОЕ МЕНЮ === */
/*#rec1932110671.r.t-rec {*/
/*  position: fixed !important;*/
/*  top: 0 !important;*/
/*  left: 0 !important;*/
/*  right: 0 !important;*/
/*  width: 100% !important;*/
/*  z-index: 9999 !important;*/
/*}*/

/* ФОНОВЫЙ СЛОЙ для основного меню */
/*#rec1932110671::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 66px;*/
  
  /* === НАСТРОЙКА ФОНА ПО УМОЛЧАНИЮ === */
  /* БЕЛЫЙ ФОН (текущая настройка): */
/*  background-color: #ffffff;*/
/*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
  
  /* ПРОЗРАЧНЫЙ ФОН (закомментировано): 
  background-color: transparent;
  box-shadow: none;
  */
  /* === КОНЕЦ НАСТРОЙКИ === */
  
/*  transition: background-color 0.3s ease, box-shadow 0.3s ease;*/
/*  z-index: -1;*/
/*}*/

/*#rec1932110671.scrolled::before {*/
/*  background-color: #ffffff;*/
/*  box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
/*}*/

/* Убираем фон с artboard */
/*#rec1932110671 .t396__artboard,*/
/*#rec1932110671 .t396__carrier,*/
/*#rec1932110671 .t396__filter {*/
/*  background-color: transparent !important;*/
/*}*/


/*CRM форма битрикс */
.b24-form-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #090050;
  padding: 60px 20px;
  box-sizing: border-box;
}

.b24-form-wrap .b24-form {
  max-width: 600px;
  margin: 0 auto;
}