

/* Start:/local/templates/2025_pmplaneer/components/bitrix/news.list/faq/style.css?1763719705124*/
[aria-expanded="false"] .span {
  color: #000000!important;
}

[aria-expanded="true"] .span {
  color: #1570EF!important;
}

/* End */


/* Start:/local/templates/2025_pmplaneer/styles.css?177011355916150*/
@charset "utf-8";
/* CSS Document */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

:root {
  --bs-primary-white: #ffffff;
  --bs-primary: #1570EF;
--bs-primary-color: #1570EF;
--bs-primary-active-color: #181D27;
  --bs-primary-rgb: 21, 112, 239;
  --bs-primary-text-emphasis: #73a9f5;
  --bs-primary-bg-subtle: #F5FAFF;

  --bs-primary-border-subtle: #f0aba6;
  --bs-primary-text-emphasis: #73a9f5;
  --bs-primary-bg-subtle: #2b0906;
  --bs-primary-border:#FFFCF7;
  --bs-btn-color: #ffffff;
  --bs-primary-bg: #fffcfa;
/**/
  --bs-link-color: #1570EF;
  --bs-link-color-rgb: 21, 112, 239;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #125fcb;
  --bs-link-hover-color-rgb: 18, 95, 203;
/**/
--bs-form-check-bg:#1570EF;
/**/
--bs-shadow: 0 0 0 0.25rem rgba(251, 101, 20, 0.25);
}

/*Хлебные крошки*/
.breadcrumb-item a:nth-child(1) {
    color: var(--bs-primary-color);
    text-decoration: none;
}
.breadcrumb {
    --bs-breadcrumb-item-active-color: var(--bs-primary-active-color);
    text-decoration: none;
}


.link-primary {
color: var(--bs-primary-color)!important;
}
.link-primary:hover, .link-primary:focus {
color: RGBA(18, 95, 203, var(--bs-link-opacity, 1)) !important;
}


.btn-primary {
  --bs-btn-color: #fff!important;
  --bs-btn-bg: #1570EF!important;
  --bs-btn-border-color: #1570EF!important;
  --bs-btn-hover-color: #fff!important;
  --bs-btn-hover-bg: #125fcb!important;
  --bs-btn-hover-border-color: #115abf!important;
  --bs-btn-focus-shadow-rgb: 56, 133, 241!important;
  --bs-btn-active-color: #fff!important;
  --bs-btn-active-bg: #115abf!important;
  --bs-btn-active-border-color: #1054b3!important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)!important;
  --bs-btn-disabled-color: #fff!important;
  --bs-btn-disabled-bg: #1570EF!important;
  --bs-btn-disabled-border-color: #1570EF!important;
}

.btn-outline-primary {
  --bs-btn-color: #D92D20;
  --bs-btn-border-color: #D92D20;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #D92D20;
  --bs-btn-hover-border-color: #D92D20;
  --bs-btn-focus-shadow-rgb: 217, 45, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #D92D20;
  --bs-btn-active-border-color: #D92D20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D92D20;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D92D20;
  --bs-gradient: none;
}

/* Минимальный размер иконок */
[class^="ri-"], [class*=" ri-"] 
{
font-size:1.25rem;
margin-right:0.25rem;
}

/* Иконки для кнопок *
.btn [class^="ri-"], .btn [class*=" ri-"] 
{
margin-left:0.5rem;
margin-right:0.7rem;
color: #dcafab!important;
}
*/





.btn-icon {
    position: relative;
    /*padding: 1.5rem 1rem;*/
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.938rem;
    height: 0.938rem;
    flex-shrink: 0;
    font-weight: 500!important;
}

/* Иконка справа с отступом 8px от текста и 24px от края */
.btn-icon i:last-child {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* Иконка слева с отступом 8px от текста и 24px от края */
.btn-icon i:first-child {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* Увеличиваем padding когда есть иконки */
.btn-icon:has(i:first-child) {
    padding-left: 1.5rem;
}

.btn-icon:has(i:last-child) {
    padding-right: 1.5rem;
}

section {
    margin-top:var(--pm-m-36)!important;
    margin-bottom:var(--pm-m-36)!important;
}

.unit-block {
margin-top:var(--pm-m-36)!important;
margin-bottom:var(--pm-m-36)!important;
}


.section {
    margin-top: 6rem !important;
    margin-bottom: 3rem !important;
}

footer {
        margin-top: 6rem !important;
    padding-bottom: 3rem !important;
}
@media (max-width: 576px) { 
.section {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
}

footer a, .text-link-none {
    text-decoration: none!important;
}


/*Цвета*/
label {
  color: var(--bs-gray-dark)!important;
}
.bg-inf-grad {
    background: #ffffff;
background: linear-gradient(19deg,rgba(131, 156, 248, 0.3) 0%, rgba(255, 255, 255, 0.9) 50%);
}

.text-reset {
  color: rgba(0, 0, 0, 0.7) !important;
}
:root {
  --default-btn-bg: #ff0;
}
/*Кноки и теги*/
.tag {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    color: #252B37;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #A4A7AE;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
}

.btn-search {
  color: var(--colors-gray-gray-900)!important;
  background-color: var(--colors-gray-gray-100)!important;
  border-color: transparent; 
  border-radius: 0.5rem; 
    --bs-btn-padding-x: 0.6rem!important;
    --bs-btn-padding-y: 0.375rem!important;
}
.btn-search:focus, 
.btn-search.focus { 
  color: #000000; 
  background-color: #e2dfdf; 
  border-color: #e2dfdf; 
} 
.btn-search:hover { 
  color: #323e4b; 
  background-color: #e2dfdf; 
  border-color: #e2dfdf; 
} 

.btn-send { 
  color: #1570EF!important; 
  background-color: #f5faff!important; 
  border-color: #f5faff!important; 
  border-radius: 0.5rem!important; 
font-size: 1rem!important; 
font-weight:bold!important; 
} 

.btn-send:focus, 
.btn-send.focus { 
  color: #000000; 
  background-color: #e3eefa; 
  border-color: #d9e7f7; 
} 
.btn-send:hover { 
  color: #000000; 
  background-color: #e3eefa; 
  border-color: #e3eefa; 
} 
.btn-send:active, 
.btn-send.active, 
.open > .dropdown-toggle.btn-send { 
  color: #000000; 
  background-color: #e3eefa; 
  border-color: #e3eefa; 
} 
.btn-send:active:hover, 
.btn-send.active:hover, 
.open > .dropdown-toggle.btn-send:hover, 
.btn-send:active:focus, 
.btn-send.active:focus, 
.open > .dropdown-toggle.btn-send:focus, 
.btn-send:active.focus, 
.btn-send.active.focus, 
.open > .dropdown-toggle.btn-send.focus { 
  color: #000000; 
  background-color: #e3eefa; 
  border-color: #d9e7f7; 
} 
.btn-send:active, 
.btn-send.active, 
.open > .dropdown-toggle.btn-send { 
  background-image: none; 
} 
.btn-send.disabled:hover, 
.btn-send[disabled]:hover, 
fieldset[disabled] .btn-send:hover, 
.btn-send.disabled:focus, 
.btn-send[disabled]:focus, 
fieldset[disabled] .btn-send:focus, 
.btn-send.disabled.focus, 
.btn-send[disabled].focus, 
fieldset[disabled] .btn-send.focus { 
  background-color: #f5faff; 
  border-color: #f5faff; 
} 
.btn-send .badge { 
  color: #f5faff; 
  background-color: #000000; 
}


/*btn-group*/
.btn-group .btn-default {
  background-color: #F5F5F5!important;
  border-color: #F5F5F5!important;
}

.btn-group > .btn-default .active {
  background-color: #ffffff!important;
  border-color: #ffffff!important;
}

.btn-group .btn-default:active, .btn-group .btn-default:focus, .btn-group .btn-default:hover {
  background-color: #fff!important;
  border-color: #fff!important;
}


/*FAQ иконка*/
.chevron-arrow {
  transition: transform 0.3s ease;
  border-radius: 50rem;
  background: var(--bs-white);
  color: var(--bs-dark);
  transform-origin: center; 
margin:0px!important;
}

[aria-expanded="true"] .chevron-arrow {
  transform: rotate(45deg);
  background: var(--bs-white);
  color: var(--bs-info); 
  transform-origin: center;
margin:0px!important;
}

/*Отмена */
.card-header {
  border-bottom:none;
}
/*Замена*/
.card {
    --bs-card-spacer-y: .5rem;
    --bs-card-spacer-x: 1.5rem;
}
/*
.card-header {
    padding: 1.5rem 1.5rem .3rem;
}
*/

/*Отступы*/
.m-6 {
  margin: 2.5rem !important
}
.m-7 {
  margin: 3rem !important
}
.m-8 {
  margin: 4rem !important
}
.m-9 {
  margin: 5rem !important
}
.m-10 {
  margin: 6rem !important
}
.mx-6 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}
.mx-7 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}
.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}
.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}
.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.my-6 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important
}
.my-7 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}
.my-8 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important
}
.my-9 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important
}
.my-10 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important
}
.mt-6 {
  margin-top: 2.5rem !important
}
.mt-7 {
  margin-top: 3rem !important
}
.mt-8 {
  margin-top: 4rem !important
}
.mt-9 {
  margin-top: 5rem !important
}
.mt-10 {
  margin-top: 6rem !important
}
.me-0 {
  margin-right: 0 !important
}
.me-1 {
  margin-right: .25rem !important
}
.me-2 {
  margin-right: .5rem !important
}
.me-3 {
  margin-right: 1rem !important
}
.me-4 {
  margin-right: 1.5rem !important
}
.me-5 {
  margin-right: 2rem !important
}
.me-6 {
  margin-right: 2.5rem !important
}
.me-7 {
  margin-right: 3rem !important
}
.me-8 {
  margin-right: 4rem !important
}
.me-9 {
  margin-right: 5rem !important
}
.me-10 {
  margin-right: 6rem !important
}
.me-auto {
  margin-right: auto !important
}
.mb-6 {
  margin-bottom: 2.5rem !important
}
.mb-7 {
  margin-bottom: 3rem !important
}
.mb-8 {
  margin-bottom: 4rem !important
}
.mb-9 {
  margin-bottom: 5rem !important
}
.mb-10 {
  margin-bottom: 6rem !important
}
.ms-0 {
  margin-left: 0 !important
}
.ms-1 {
  margin-left: .25rem !important
}
.ms-2 {
  margin-left: .5rem !important
}
.ms-3 {
  margin-left: 1rem !important
}
.ms-4 {
  margin-left: 1.5rem !important
}
.ms-5 {
  margin-left: 2rem !important
}
.ms-6 {
  margin-left: 2.5rem !important
}
.ms-7 {
  margin-left: 3rem !important
}
.ms-8 {
  margin-left: 4rem !important
}
.ms-9 {
  margin-left: 5rem !important
}
.ms-10 {
  margin-left: 6rem !important
}
.ms-auto {
  margin-left: auto !important
}
.m-n6 {
  margin: -2.5rem !important
}
.m-n7 {
  margin: -3rem !important
}
.m-n8 {
  margin: -4rem !important
}
.m-n9 {
  margin: -5rem !important
}
.m-n10 {
  margin: -6rem !important
}
.mx-n6 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important
}
.mx-n7 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}
.mx-n8 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}
.mx-n9 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}
.mx-n10 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}
.my-n6 {
  margin-bottom: -2.5rem !important;
  margin-top: -2.5rem !important
}
.my-n7 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}
.my-n8 {
  margin-bottom: -4rem !important;
  margin-top: -4rem !important
}
.my-n9 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important
}
.my-n10 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important
}
.mt-n6 {
  margin-top: -2.5rem !important
}
.mt-n7 {
  margin-top: -3rem !important
}
.mt-n8 {
  margin-top: -4rem !important
}
.mt-n9 {
  margin-top: -5rem !important
}
.mt-n10 {
  margin-top: -6rem !important
}
.me-n1 {
  margin-right: -.25rem !important
}
.me-n2 {
  margin-right: -.5rem !important
}
.me-n3 {
  margin-right: -1rem !important
}
.me-n4 {
  margin-right: -1.5rem !important
}
.me-n5 {
  margin-right: -2rem !important
}
.me-n6 {
  margin-right: -2.5rem !important
}
.me-n7 {
  margin-right: -3rem !important
}
.me-n8 {
  margin-right: -4rem !important
}
.me-n9 {
  margin-right: -5rem !important
}
.me-n10 {
  margin-right: -6rem !important
}
.mb-n6 {
  margin-bottom: -2.5rem !important
}
.mb-n7 {
  margin-bottom: -3rem !important
}
.mb-n8 {
  margin-bottom: -4rem !important
}
.mb-n9 {
  margin-bottom: -5rem !important
}
.mb-n10 {
  margin-bottom: -6rem !important
}
.ms-n1 {
  margin-left: -.25rem !important
}
.ms-n2 {
  margin-left: -.5rem !important
}
.ms-n3 {
  margin-left: -1rem !important
}
.ms-n4 {
  margin-left: -1.5rem !important
}
.ms-n5 {
  margin-left: -2rem !important
}
.ms-n6 {
  margin-left: -2.5rem !important
}
.ms-n7 {
  margin-left: -3rem !important
}
.ms-n8 {
  margin-left: -4rem !important
}
.ms-n9 {
  margin-left: -5rem !important
}
.ms-n10 {
  margin-left: -6rem !important
}
/*Углы - ROUNDED*/
.rounded-1 {
  border-radius: 0.125rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.375rem !important;
}
.rounded-4 {
  border-radius: 0.5rem !important;
}
.rounded-5 {
  border-radius: 0.75rem !important;
}
.rounded-6 {
  border-radius: 1rem !important;
}
.rounded-7 {
  border-radius: 1.25rem !important;
}
.rounded-8 {
  border-radius: 1.5rem !important;
}
/*Кнопки*/
.btn-default {
  display: inline-block;
  font-weight: 400;
  color: #252B37;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #A4A7AE;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-default:hover, .btn-default:focus {
    color: #181D27;
    text-decoration: none;
    background-color: #E9EAEB;
}

.btn-lg {
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem; /* 16px сверху/снизу, 24px слева/справа */
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

/* Белые квадратики 8x8 px */
.btn-lg::before, .btn-lg::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}
/* Левый квадратик: 24px от края кнопки, 8px от текста */
.btn-lg::before {
  left: 1.5rem;
  margin-left: -0.5rem; /* Смещаем на половину ширины квадрата */
}
/* Правый квадратик: 24px от края кнопки, 8px от текста */
.btn-lg::after {
  right: 1.5rem;
  margin-right: -0.5rem; /* Смещаем на половину ширины квадрата */
}

.btn-link {
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem; /* 16px сверху/снизу, 24px слева/справа */
  background-color: transparent;
  color: var(--bs-info)!important;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

/************************************************************custom-switch*/
.base-switch {
  --color: #F04438;
  padding-left: 0;
}

.base-switch .control-input {
  display: none;
}

.base-switch .control-input:checked~.control-indicator::after {
  background-color: var(--color);
  left: 20px;
}

.base-switch .control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  top: 4px;
  width: 42px;
  height: 24px;
  background: #E9EAEB;
  border-radius: 17px;
  transition: 0.3s;
}

.base-switch .control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s;
  top: 1px;
  left: 1px;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-danger {
   background: #FECDCA!important;
    color:#ff0!important;
}
/*base-switch*/

.gap-6 {
  gap: 4.5rem !important;
}
.gap-7 {
  gap: 6rem !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
/* End */
/* /local/templates/2025_pmplaneer/components/bitrix/news.list/faq/style.css?1763719705124 */
/* /local/templates/2025_pmplaneer/styles.css?177011355916150 */
