

/* Start:/local/templates/duma2024/css/appeals.css?17345390501985*/
.appeals__policy,
.appeals__main{
	display: none;
}
.appeals__policy.show,
.appeals__main.show{
	display: block;
}
.appeals__block{
	margin-top: 15px;
}
.appeals__agree{
	font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    position: relative;
}
.appeals__agree > input{
	position: absolute;
    z-index: -1;
    opacity: 0;
}
.appeals__agree > p{
	user-select: none;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 35px;
}
.appeals__agree > p::before{
	content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #1b5da7;
    border-radius: 6px;
    position: absolute;
    left: 0;
    transition: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.appeals__agree > input:checked + p::before{
	background-color: #1b5da7;
	background-image: url('/local/templates/duma2024/img/checkbox-checked-icon.svg');
}
.appeals__agree:hover{
	cursor: pointer;
}
.btn-appeals-page{
	margin-top: 15px;
    background-color: var(--color4);
    padding: 10px 20px;
    border-radius: 8px;
    color: var(--color5);
    border: none;
    cursor: pointer;
    width: fit-content;
}
.appeals__form{
    max-width: 780px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px 80px 50px 60px;
}
.appeals__form-tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.appeals__form-tab{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    padding-bottom: 5px;
}
.appeals__form-tab.active{
    color: var(--color4);
    border-bottom: 2px solid var(--color4);
}
.appeals__form-tab:hover{
    cursor: pointer;
}
.feedback__form{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.appeals__form-item{
    display: none;
}
.appeals__form-item.show{
    display: block;
}

/* End */


/* Start:/local/components/duma2024/feedback.form/style.css?17345390492139*/
.form__group{
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}
.form__group-label{
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #000;
}
.form__control{
	font-family: "Montserrat", sans-serif;
	margin-top: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 15px;
	color: #111;
	border: none;
	resize: none;
}
.form__control::placeholder{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #6e6e6e;
	transition: 0.3s;
}
.form__control:focus::placeholder{
	opacity: 0;
}
select.form__control{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background: url("/local/components/duma2024/feedback.form/images/icon-arrow.svg") no-repeat;
  	background-position: calc(100% - 35px) center;
  	padding-right: 50px;
}
select.form__control:hover{
	cursor: pointer;
}
.form__btn{
	border-radius: 8px;
	padding: 10px 20px;
	background: #1b5da7;
	padding: 10px 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #fff;
	margin: 20px 0 0 auto;
	border: none;
}
.form__btn:hover{
	cursor: pointer;
}
.form__group input[type="file"] {
    display: none;
}
.file-upload-btn {
    display: flex;
    align-items: center;
    padding: 15px 60px 15px 20px;
    background: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #111;
    margin-top: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}
.file-upload-btn::before{
	position: absolute;
	content: '';
	right: 35px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	background: url("/local/components/duma2024/feedback.form/images/icon-arrow.svg")no-repeat 50%;
	width: 11px;
	height: 6px;
}
.file-info {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
.form__group-error {
    margin-top: 15px;
    color: #ff0000;
    font-size: 16px;
}
.form__group-error .success-message {
    color: #008000;
}
.loading {
    opacity: 0.7;
    pointer-events: none;
}
/* End */
/* /local/templates/duma2024/css/appeals.css?17345390501985 */
/* /local/components/duma2024/feedback.form/style.css?17345390492139 */
