

/* Start:/local/templates/konfiskat/assets/styles/corruption.css?17089545315745*/
@import url(/local/templates/konfiskat/assets/styles/./style.css);
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);


.head-row {
    padding: 25px 0;
}

.corruption-body .content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.corruption-body h1 {
    color: #555E90;
    font-size: var(--block-heading-font-size);
    font-style: normal;
    font-weight: 250;
    line-height: 100%; /* 70px */
}
.corruption-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.text  .subtitle {
    color: #484848;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 25px;
}
.corruption-form {
    margin-top: 25px;
    padding: 50px 0 100px;
    background: #F8F9FF;
}
.corruption-form h2 {
    color: #484848;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 75px */
}
.corruption-form form {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 50px;
}
.form-row {
    display: flex;
    gap: 50px;
}

.form-col {
    width: calc((100% - 50px)/2);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-col label p {
    color: #484848;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.form-col label p span {
    color: #E23C2B;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.form-col label input {
    width: 100%;
    display: flex;
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    padding: 15px 20px;
    align-items: center;
    gap: 624px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    height: 73px;
    outline: none;
}
.form-col label input::placeholder , .textarea-label textarea::placeholder{
    color: #C6CAE2;
    font-size: var(--preset--font-size--medium);
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 42.5px */
}
.inputselect {
    display: flex;
    width: 100%;
    padding: 25.4px 20px;
    flex-direction: column;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
}
.inputselect option {
    /*color: #FFF;*/
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 42.5px */
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.inputselect {
    display: block;
}
.textarea-label {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.textarea-label textarea {
    font-size: 17px;
    font-style: normal;
    resize: none;
    width: 100%;
    display: flex;
    padding: 15px 20px;
    align-items: flex-start;
    gap: 624px;
    height: 424px;
    /*flex: 1 0 0;*/
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #C6CAE2;
    background: #FFF;
    outline: none;
}
.form-row:last-child {
    display: flex;
    gap: 100px;
    align-items: center;
}
.check{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.check .custom-checkbox label{
    color: #484848;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.check .custom-checkbox {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px; /* Отступ слева для создания места под чекбокс */
    position: relative; /* Позиционируем контейнер как относительный */
}

.custom-checkbox label {
    padding-left: 40px; /* Отступ слева для текста, чтобы не перекрывать чекбокс */
}

.form-btn {
    display: flex;
    padding: 15px 40px;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #555E90;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 42.5px */
    border: none;
    cursor: pointer;
}
.form-btn:hover{
    background: #7581b9;
}

.documents-wrapper {
    display: flex;
    gap: 50px;
}
.documents-inner {
    width: calc((100% - 50px)/2);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.links-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.link-card {
    display: flex;
    max-width: 500px;
    padding: 20px;
    align-items: center;
    gap: 50px;
    border-radius: 10px;
    border: 1px solid #DEE2F6;
}
.link-card p {
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}
.link-card p span {
    color: #484848;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width:1024px) {
    .corruption-form h2 {
        font-size: 30px;
    }
    .form-col label p , .form-col label p span ,
    .form-col label input::placeholder , .textarea-label textarea::placeholder ,
    form label .auction p , 
    .auction-list li ,.text p{
        font-size: 14px;
    }
    .textarea-label {
        height: 200px;
    }
    .form-row {
        flex-direction: column;
        gap: 30px;
    }
    .form-col {
        width: 100%;
        gap: 30px;
    }

    .auction {
        height: auto;
    }
    .corruption-body img {
        height: 150px ;
    }
    .corruption-body {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/konfiskat/assets/styles/modal.css?1708954531800*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 50% auto;
    padding: 20px;
    width: 30%;
    height: 40%;
    font-size: 25px;
    position: relative;
    color: #8AB73A;
    border-radius: 30px;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.modal-text {
    text-align: center;
    margin: 0;
}

div[id^="wait_comp_"]{ display: none;}

.bx-filter-container-modef{
    display: none;
}
/* End */


/* Start:/local/templates/konfiskat/components/bitrix/form.result.new/feedback/style.css?17089545312195*/
.error-msg{
    display: flex;
    color: var(--red);
    padding: 10px 0 10px 0;
}

#checkbox {
    display: block;
    margin-bottom: 15px; /* Добавляем немного отступа снизу */
}

/* Стилизация скрытых чекбоксов */
#checkbox input[type="checkbox"] {
    display: none; /* Скрываем обычные чекбоксы */
}

/* Стилизация пользовательских чекбоксов */
#checkbox label {
    position: relative; /* Устанавливаем позицию для лейблов */
    padding-left: 25px; /* Добавляем отступ слева для псевдоэлемента */
    cursor: pointer; /* Делаем курсор указателем */
}

/* Оформление галочки */
#checkbox label:before {
    content: ""; /* Добавляем пустой контент */
    position: absolute; /* Устанавливаем абсолютную позицию */
    left: 0; /* Располагаем слева */
    top: 2px; /* Выравниваем по верху */
    width: 16px; /* Задаем ширину */
    height: 15px; /* Задаем высоту */
    border: 1px solid #C6CAE2;
    border-radius: 2px;
    background-color: #fff; /* Заливаем фон */
}

/* При наведении на лейбл */
#checkbox label:hover:before {
    border-color: #666; /* Изменяем цвет границы */
}

/* При нажатии на лейбл */
#checkbox input[type="checkbox"]:checked + label:before {
    content: "\2714"; /* Добавляем символ галочки */
    text-align: center; /* Выравниваем текст по центру */
    line-height: 15px; /* Устанавливаем высоту строки равной высоте галочки */
    color: #fff; /* Задаем цвет текста */
    background-color: #8AB73A; /* Заливаем фон активного чекбокса */
    border-color: #8AB73A; /* Изменяем цвет границы активного чекбокса */
    border-radius: 2px;
}

/* End */
/* /local/templates/konfiskat/assets/styles/corruption.css?17089545315745 */
/* /local/templates/konfiskat/assets/styles/modal.css?1708954531800 */
/* /local/templates/konfiskat/components/bitrix/form.result.new/feedback/style.css?17089545312195 */
