/**/
.control-label{
    font-weight: bold;
    color: #4d3e33;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.64706;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #e5e4e4;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.form-control {

    height: 49px;
    padding: 10px !important;
    border-radius: 7px;
    transition: all 0.5s;
    background-color: #fff;
    border: 1px solid #aaa;
    font-size: 16px;
    color: #444;
    line-height: 28px;

}
.form-control-select{
    background-image: url("data:image/svg+xml,<svg height='11px' width='11px' viewBox='0 0 16 16' fill='%23888' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
    padding-top: 7px;
}
.input-file-btn {
    display: flex;
    align-items: center;
}
.input-file-btn img{
    width: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.input-file-text{
    width: 180px;
    height: 42px;
    top: 4px;
    position: relative;
    padding: 10px;
    border-radius: 7px;
    transition: all 0.5s;
    background-color: #fff;
    border: 1px solid #aaa;
}
textarea.form-control {
    height: auto;
}
.captchaForm__inputs{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.sub-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.pers_data input{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.pers_data-desc{
    color: #999;
    font-size: 1.5rem;
    line-height: 1.6rem;
}
.pers_data-checkbox{
    display: flex;
    align-items: center;
}
.btn-confirm{
    padding: 15px;
    border-radius: 7px;
    background: #E04E39;
    color: #FFF;
}
.btn-sub_disabled{
    background: #c1c1c1;
    cursor: default !important;
}



.info-message {
    display: flex;
    flex-direction: row;
    color: #FFF;
    border-radius: 7px;
}
.info-message div:first-child {
    align-items: center;
}
.info-message .icon {
    font-size: 3rem;
}
.info-message div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/**/

.form-control {

    height: 49px !important;
    padding: 10px !important;
    border-radius: 7px;
    transition: all 0.5s;
    background-color: #fff;
    border: 1px solid #aaa;
    font-size: 16px;
    color: #444;
    line-height: 28px;

}
.form-control-select{

    background-image: url("data:image/svg+xml,<svg height='11px' width='11px' viewBox='0 0 16 16' fill='%23888' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
}

.faqList-arrow {
    content: url("/bitrix/templates/mfc/site-images/chevron-down.svg");
    position: absolute;
    height: 20px;
    right: 20px;
    transition: 0.3s all;
}
.input-file-btn{
    display: flex;
    align-items: center;
}
.input-file-btn img{
    width: 30px;
    cursor: pointer;
    transition: all 0.3s;

}
textarea.form-control {
    height: auto !important;
}
/**/
.faqList__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px 0 #00000029;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 10px;
    border-radius: 7px;

    font-family: 'Circe';
    font-size: 16px;
}
.faqList__item:hover {
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 12px 0 #0000004f;
}
.slideActive .faqList-arrow{
    transform: rotate(180deg);
    transition: all 0.3s;
}

.slideActive {
    background: #f6f6f6;
    transition: all 0.3s;
}

.faqList__item .faqList__question {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    align-items: center;
    position: relative;
}

.faqList__item .faqList__question i{
    font-size: 30px;
    color: #C39367;
}

.faqList__item .faqList__question span{
    padding-left: 15px;
    color: #4d3e33;
    width: 80%;
}

.faqList__item .faqList__answer {
    padding: 15px 20px;
    display: none;
}