

/* Start:/local/templates/lka/css/style.css?175100076024243*/
@import "/local/templates/lka/css/output.css";

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url(/local/templates/lka/css/../fonts/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: 'Ubuntu-bold';
    src: url(/local/templates/lka/css/../fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url(/local/templates/lka/css/../fonts/Ubuntu-Medium.ttf);
}

input {
    outline-width: 0;
}

body {
    color: rgba(34, 36, 38, 1);
}

.accent {
    color: rgba(214, 62, 47, 1);
}

.secondary {
    color: rgba(68, 70, 78, 1);
}

.tetriyary {
    color: rgba(119, 123, 133, 1);
}

h1,
h2,
h3 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

/* --------------------------text */
h1 {
    font-family: 'Ubuntu-bold';
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
}

h2 {
    font-family: 'Ubuntu-bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
}

h3 {
    font-family: 'Ubuntu-bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
}

p,
.p-norm {
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
}

.p-small {
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
}

.color_red {
    color: rgba(214, 62, 47, 1);

}

/* ----------------btn */
.btn-white {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    /* width: 208px; */
    height: 40px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    cursor: pointer;
}

.btn-white:hover {
    color: rgba(191, 43, 34, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
}

.btn-red {
    background: rgba(191, 43, 34, 1);
    color: rgba(255, 255, 255, 1);
    /* width: 195px; */
    height: 42px;
    border-radius: 4px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    cursor: pointer;
}

.btn-red:hover {
    background: rgba(214, 62, 47, 1);
}

.btn-red:active {
    background: rgba(172, 33, 24, 1);
}

/* icon--------------------- */

.icon-block {
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    gap: 10px;
    width: 231px;
    height: 40px;
    align-items: center;


}

.icon-block.activ {
    background: rgba(246, 247, 248, 1);
}

.icon-block.disabled {
    pointer-events: none;
}

.icon-block.disabled svg path {
    fill: rgba(119, 123, 133, 1);

}

.icon-block.disabled p {
    color: rgba(119, 123, 133, 1);
}

.icon-block.activ svg path {
    fill: rgb(214, 62, 47);
}

.icon-block.activ p {
    color: rgba(214, 62, 47, 1);
}

.icon-block:hover {
    color: rgba(214, 62, 47, 1);
}

.icon-block:hover>svg path {
    fill: rgb(214, 62, 47);
}

header {
    background: linear-gradient(90deg, #D63E2F 0%, #BF2B22 100%);
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header_top {

    margin: 0 auto;
    height: 68px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.text-logo {
    color: rgba(255, 255, 255, 1);
    font-family: 'Ubuntu-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;

}

.block-logo-big {
    padding-top: 73px;
    padding-bottom: 73px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    align-content: center;
    text-align: center;


}

section {

    margin: 0 auto;
    min-height: 100vh; /* Минимальная высота */
    padding-top: 68px;
    box-sizing: border-box; /* Чтобы padding не увеличивал высоту */
}

.section {
    background: rgba(246, 247, 248, 1);
    flex: 4;
}

.wrapp-block-navbar {
    min-width: 300px;
    max-width: 300px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;

}

nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --------------------main */
.wrapp-main {
    padding: 60px;
 
}

.wrapp-main h1 {
    margin-bottom: 40px;
}

.section-item {
    border: 1px solid rgba(235, 235, 237, 1);
    border-radius: 8px;
    overflow: hidden;
    width: 100%; /* или фиксированная ширина */
    overflow-x: auto; /* горизонтальный скролл при переполнении */
}

.stroke2 {
    background: rgba(243, 244, 246, 1);
    width: 100%;
    height: 62px;
    padding-top: 21px;
    padding-right: 18px;
    padding-bottom: 21px;
    padding-left: 18px;
}

.stroke1 {
    border-bottom: 1px solid rgba(243, 244, 246, 1);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    min-height: 42px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-bottom-width: 1px;
    /* gap: 40px; */
}

.stroke1-th {
    width: 30%;
}

/* -----------------welcom */
.item-block {
    padding-top: 1rem;
}

.item-block button {
    margin-top: 1rem;
}

/* ---------popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.popup-content p {
    margin-bottom: 7px;
    text-align: left;
    color: rgba(34, 36, 38, 1);
}


#closePopup,
#closePopupPass {
    text-align: right;
    cursor: pointer;
}

.login-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 415px;
}

.login-form h2 {
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}

.login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid rgba(243, 244, 246, 1);
    height: 40px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;


}

.login-form button {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
}

#closePopup:before,
#closePopup:after,
#closePopupPass:before ,
#closePopupPass:after{
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background: rgba(119, 123, 133, 1);
    right: 11px;
    top: 19px;
}

#closePopup:before,
#closePopupPass:before
 {
    transform: rotate(45deg);
}

#closePopup:after,
#closePopupPass:after
 {
    transform: rotate(-45deg);
}

/* temtable================ */
/*.wrapper-tab {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(7, auto);*/
/*}*/

/*.wrapper-tab2 {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(8, auto);*/
/*}*/

/*.row {*/
/*    display: contents;*/
/*}*/

/*.stroke3 .box {*/
/*    background: rgba(246, 247, 248, 1);*/
/*}*/

/*.stroke3 .box {*/
/*    padding: 8px 20px;*/
/*}*/

/*.stroke2 .box {*/
/*    background: rgba(255, 255, 255, 1);*/
/*    border-bottom: 1px solid rgba(243, 244, 246, 1);*/
/*    padding: 12px 20px;*/
/*}*/
.stroke3 th {
    background: rgba(246, 247, 248, 1);
    padding: 8px 20px;
}

.stroke2 td {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(243, 244, 246, 1);
    padding: 12px 20px;
}

table {
    max-width: 100vw;
    border-collapse: collapse;
}

th, td {
    text-align: center;
    font-weight: 400;
}
/* =============== */

.stroke4 {
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(243, 244, 246, 1);
    background: rgba(255, 255, 255, 1);

}

/* ==============tab */
.tab-button {
    border: 1px solid rgba(235, 235, 237, 1);
    border-radius: 6px;
    cursor: pointer;
    padding: 12px 32px;
    background: rgba(243, 244, 246, 1);
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    cursor: pointer;
}

.tab-button-s {
    border: 1px solid rgba(235, 235, 237, 1);
    border-radius: 6px;
    cursor: pointer;
    padding: 12px 32px;
    background: rgba(243, 244, 246, 1);
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    cursor: pointer;
}

.tab-button-s.active {
    color: rgba(255, 255, 255, 1);
    background: rgba(172, 33, 24, 1);
}

.tab-button-s:hover {
    background: rgba(214, 62, 47, 1);
    color: rgba(255, 255, 255, 1);
}

.tab-button.active {
    color: rgba(255, 255, 255, 1);
    background: rgba(172, 33, 24, 1);
}

.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}

.tab-button:hover {
    background: rgba(214, 62, 47, 1);
    color: rgba(255, 255, 255, 1);
}

.tab-content {
    padding-top: 20px;
    width: 100%;
}

/* ===========accordion */
.accordion {
    width: 100%;
}

.accordion-item {
    border: 1px solid rgba(235, 235, 237, 1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.accordion-header {
    width: 100%;
    padding: 18px 21px;
    text-align: left;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Ubuntu-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    background: rgba(243, 244, 246, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item.active .accordion-header {
    background-color: #EEEFF1;
}

.accordion-item button svg {
    transform: rotate(180deg);
}

.accordion-item button svg path {
    stroke: rgba(119, 123, 133, 1)
}

.accordion-item.active button svg path {
    stroke: #BF2B22
}

.accordion-item.active button svg {
    transform: rotate(0deg);
}

.accordion-header:hover {
    background-color: #E7E8EB;
}

.accordion-content {
    background: rgba(255, 255, 255, 1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}



.accordion-item.active .accordion-content {
    max-height: 700px;

}

/* -------accpr_form */
.form-container,
.form-container-new
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-container {
    display: flex;
    align-items: center;
}

#inputField {

    width: 250px;
}

.edit-icon {
    cursor: pointer;
}

.submit-button {
    border: 1px solid rgba(235, 235, 237, 1);
    border-radius: 6px;
    cursor: pointer;
    padding: 4px 32px;
    background: rgba(243, 244, 246, 1);
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    cursor: pointer;

}

.submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* ======== */
.profely span {
    height: auto;
}

.reset-icon {
    cursor: pointer;
    position: relative;
}

.edit-icon:hover svg path {
    fill: #D63E2F
}

.reset-icon:hover svg {
    stroke: #D63E2F
}

.inputField {
    width: auto;
    /* Начальная ширина поля */
    min-width: 200px;
    /* Минимальная ширина поля */
    max-width: 500px;
    /* Максимальная ширина поля */
    transition: width 0.3s ease;
    /* Плавное изменение ширины */
}

/* =============contract */

.section-item-contract {}

/* --------select */
/* Скрываем стандартный select */
.custom-select,
.custom-select21
{
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

/* Стили для кастомного dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 327px;
    font-size: 14px;
    line-height: 125%;
}

.dropdown-toggle,
.dropdown-toggle2,
.dropdown-toggle21
{
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    padding: 8px 12px;
    border: 1px solid rgba(243, 244, 246, 1)
}
.form-container-new .custom-dropdown{
    width: auto;
}
.arrow {
    font-size: 12px;
}

.dropdown-menu,
.dropdown-menu2,
.dropdown-menu21
{
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu li,
.dropdown-menu2 li,
.dropdown-menu21 li
{
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dropdown-menu li:hover,
.dropdown-menu2 li:hover,
.dropdown-menu21 li:hover
{
    background-color: #f0f0f0;
}

.dropdown-menu.open,
.dropdown-menu2.open,
.dropdown-menu21.open
{
    display: block;
}
/* ==============21 */
.edit-icon, .reset-icon {
    cursor: pointer;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}

.submit-button {
    margin-left: 8px;
}
.dropdown-toggle21{
    gap: 20px;
}
.dropdown-menu21.open li{
opacity: 0.8;
}
/* Стили для неактивного состояния */
.dropdown-toggle21[disabled] {
    pointer-events: none;
  
}
.dropdown-toggle21[disabled] .arrow{
    display: none;
}

/* ==============21 */
/* input form============ */
.block_eight_inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Три колонки с равной шириной */
    gap: 16px;
    /* Отступ между элементами */
}

.block_five_inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Три колонки с равной шириной */
    grid-template-rows: auto auto;
    /* Две строки */
    gap: 16px;
    /* Отступ между элементами */
}

.block_five_inputs .input-group:nth-child(1) {
    grid-column: 1 / 2;
    /* Первый столбец */
}

.block_five_inputs .input-group:nth-child(2) {
    grid-column: 2 / 3;
    /* Второй столбец */
}

.block_five_inputs .input-group:nth-child(3) {
    grid-column: 3 / 4;
    /* Третий столбец */
}

.block_five_inputs .input-group:nth-child(4) {
    grid-column: 1 / 3;
    /* Занимает два столбца во второй строке */
    grid-row: 2 / 3;
    /* Вторая строка */
}

.block_five_inputs .input-group:nth-child(5) {
    grid-column: 3 / 4;
    /* Третий столбец во второй строке */
    grid-row: 2 / 3;
    /* Вторая строка */
}

.input-group {
    display: flex;
    flex-direction: column;
}

.input-label {
    padding-bottom: 8px;
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: rgba(34, 36, 38, 1);


}

.input-field {
    width: 100%;
    padding: 8px 12px;
    color: rgba(54, 54, 54, 1);
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
    background: rgba(255, 255, 255, 1);
    font-family: 'Ubuntu-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
}

.input-field:focus {
    border: 1px solid rgba(243, 244, 246, 1);
    color: rgba(68, 70, 78, 1);

}

.input-field::placeholder {
    color: rgba(119, 123, 133, 1);


}

/* ==========чекбокс */
.consent-checkbox {
    margin: 20px 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    top: 2px;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
}

.checkbox-label input:checked~.checkmark {
    background-color: rgba(191, 43, 34, 1);
    ;
    border-color: rgba(191, 43, 34, 1);
    ;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}
.consent-text{
    font-family: 'Ubuntu-Medium';
font-weight: 500;
font-size: 14px;
line-height: 135%;
letter-spacing: 0%;
vertical-align: middle;
}



.consent-text a {
    font-family: 'Ubuntu-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: rgba(214, 62, 47, 1);
    text-decoration: none;
}

.consent-text a:hover {
    text-decoration: underline;
}

.block_five_inputs_yrl{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Три столбца */
    gap: 16px; /* Расстояние между элементами */
}
.full-width {
    grid-column: span 3; /* Элемент занимает все три столбца */
}



/* Стили для неактивной кнопки */
#submitButton:disabled {
    background: rgba(191, 43, 34, 0.5);
    cursor: not-allowed;
}
.trainingContract{
    max-height: 100%
}
.block-back p{

    font-size: 14px;
    line-height: 16px; 
}
.block-back{
    align-items: center;
}
.wrapper-tab-status .a-tab{
    background: rgba(246, 247, 248, 1);

}

.wrapper-tab-status .b-tab{
    background: rgba(255, 255, 255, 1);
}
.b-tab p{

padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;

}

.a-tab p{

gap: 43px;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

}
.p-tab-block{
    width: 130px;
}
.p-tab-block2{
    width: 100px;
}
.wrapper-tab-status svg{
    margin: 0 auto;
    cursor: pointer;
}
.wrapper-tab-status svg:hover path{
    stroke: rgba(214, 62, 47, 1);
}
span.block-color{
    background: rgba(158, 245, 216, 1);
    border-radius: 8px;
padding-top: 6px;
padding-right: 16px;
padding-bottom: 6px;
padding-left: 16px;

}
/* ===== */
 .dropdown-toggle2 {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}
.abiur-ul li{
    margin-top: 10px; 
}
.abiur-h3{
    margin-top: 20px; 
}
.abiur-ul li a:hover{
    text-decoration:underline;
    transition: 0.3s;
}
.derection{
    width: 327px;
}
.wrapp-auto{
    overflow: auto;
    width: 75vw;
}

/* ======preloader */

.preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(246, 247, 248, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }
        
        .preloader-inner {
            width: 80px;
            height: 80px;
            position: relative;
        }
        
        .preloader-spinner {
            width: 100%;
            height: 100%;
            border: 5px solid rgba(246, 247, 248, 1);
            border-top-color: rgba(191, 43, 34, 1);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .preloader-fade-out {
            opacity: 0;
            pointer-events: none;
        }

/* восстановление пароля */
#popupOverlay.popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        #popupOverlay .popup-content {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            max-width: 90%;
        }
        
        #popupOverlay .form-group {
            margin-bottom: 15px;
        }
        
        #popupOverlay .form-group label {
            display: block;
            margin-bottom: 5px;
        }
        
        #popupOverlay .form-group input {
            width: 100%;
            padding: 8px;
            box-sizing: border-box;
        }
        
        /* #popupOverlay .btn-submit {
            background-color: #4CAF50;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        
        #popupOverlay .btn-submit:hover {
            background-color: #45a049;
        } */
        
        #popupOverlay .message {
            margin-top: 15px;
            padding: 10px;
            border-radius: 4px;
            display: none;
        }
        
        /* #popupOverlay .success {
            background-color: #dff0d8;
            color: #3c763d;
        }
         */
        #popupOverlay .error {
            background-color: #f2dede;
            color: #a94442;
        }
        
        /* #popupOverlay .btn-red {
            background-color: #f44336;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        } */
        .reference-button{
            padding: 4px 32px;
        }
/* ================ scroll-top*/
.wrapp-auto {
    overflow-x: auto; /* Только горизонтальный скролл */
    overflow-y: hidden; /* Скрываем вертикальный скролл */
    width: 75vw;
  
}

.scroll-header {
    width: 75vw;
    height: 14px; /* Высота скроллбара */
    overflow: hidden;
    position: relative;
    background: #f1f1f1; /* Цвет фона трека */
   
}

.scroll-thumb {
    position: absolute;
    height: 100%;
    background: #9999; /* Цвет ползунка */
    
    cursor: grab;
}

.scroll-thumb:active {
    cursor: grabbing;
}
/* ========попап справка */
/* CSS стили для попапа */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    text-align: center;
  }
  
  .custom-popup-close-btn {
    width: 80%;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    background: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
  }
  
  .custom-popup-close-btn:hover {
    background: #d32f2f;
  }

  .age-popup7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    
}

.popup-content7 {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    text-align: center;
    min-width: 300px;
}

.popup-close7 {
    margin-top: 15px;
    padding: 5px 15px;
    cursor: pointer;
    width: 195px;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

 .modal-content p
{
    padding: 20px 0 ;
} 
 .modal-content h2 {
    margin-bottom: 10px;
}
.text-inform p{
padding: 20px;
border: 1px solid rgba(243, 244, 246, 1);
height: 100%;
border-radius: 4px;
font-size: 14px;
    line-height: 125%;
    color: rgba(68, 70, 78, 1);
}


/* End */


/* Start:/local/templates/lka/components/bitrix/menu/main_menu/style.min.css?1742804025490*/
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(/local/templates/lka/components/bitrix/menu/main_menu/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 */
/* /local/templates/lka/css/style.css?175100076024243 */
/* /local/templates/lka/components/bitrix/menu/main_menu/style.min.css?1742804025490 */
