

/* Start:/local/templates/.default/components/bitrix/news/services/bitrix/news.detail/.default/style.css?176103096920643*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}

.news-date-time
{
	color:#486DAA;
}
.inner_title h1 {
	text-transform: unset;
}

.navigation_title .inner_title{
	  padding-bottom: 30px!important;
    padding-bottom: 16px;
		margin-bottom: 0;
}
content .navigation_title {
    border-radius: 0px 0px 0px 0px;
	}

.title_text_button{
	background: #EEECF4;
padding-bottom: 10px;
border-radius: 0px 0px 48px 48px;
}
.title_text{
	color: var(--White, #21145F);
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	max-width: 708px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
	.orange_form{
  display: flex;
  justify-content: center;
}
.orange_form .forma_style{
  background:#EA6952;
  border:none;
  
}
.orange_form .forma_style:hover{
  background:#CE5B47;
  transition: 0.4s;
}
.orange_form.forma:hover{
  color: var(--Red, #EA6952);
  text-decoration: none;
  transition: 0.4s;
}
.orange_form .forma:hover .forma_style{
  border: none;
  transition: 0.4s;
}
.orange_form .forma:hover path{
  stroke:#EA6952;
  transition: 0.4s;
}
.orange_form .forma:hover circle{
  fill:#FFF;
  transition: 0.4s;
}
.orange_form .forma:hover .name{
  color: #FFF;
}
.ditail_blocks_margin{
	margin-top:120px;
}
.ditail_text{
	max-width: 1351px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.number_title{
	color: var(--Black, #3F3C4C);
	font-family: Supermolot;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:64px;
	margin-bottom: 70px;
	position: relative;
}
.not_number_title{
	color: var(--Black, #3F3C4C);
	font-family: Supermolot;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}
.number_title::before {
    content: counters(counter, "", decimal-leading-zero) !important;
    color: var(--Red, #EA6952);
		text-align: center;
		font-family: "DIN Pro";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px; /* 144.444% */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
		border: solid 1px #EA6952;
		border-radius: 100px;
		padding: 7px 10px 7px 11px;
}
.advantages_item_cont_ditail {
    counter-increment: counter;
}

@media (max-width: 576px) {
    .title_text {
        margin-bottom: 50px;
    }
		.title_text_button {
			padding-bottom: 40px;
		}
}

/*block_one*/
.block_one_flex_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0;
}

.block_one_flex_cont ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: contents; /* чтобы grid применялся к li */
}

.block_one_flex_cont ol li {
    display: flex;
    align-items: center;    /* ключ: выравнивание по вертикальному центру */
    gap: 16px;              /* отступ между иконкой и текстом */
    background: #EEECF4;
    border-radius: 24px;
    padding: 24px 40px;
    min-height: 120px;      /* можно задать, если нужно */
    box-sizing: border-box;
}
/* Если 3 элемента — один столбец */
.block_one_flex_cont.one-column {
    grid-template-columns: 1fr; /* одна колонка */
}

/* Опционально: улучшаем внешний вид при 3 элементах */
.block_one_flex_cont.one-column li {
    min-height: 120px; /* сохраняем высоту */
}

/* Адаптив: на маленьких экранах и так один столбец, можно не дублировать */
@media (max-width: 992px) {
    .block_one_flex_cont {
        grid-template-columns: 1fr; /* уже один столбец */
    }
}

/* Иконка */
.block_one_flex_cont ol li img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    flex-shrink: 0; /* чтобы не сжималась */
}

/* Текст */
.block_one_flex_cont ol li p {
    margin: 0;
    color: #3F3C4C;
    font-family: "DIN Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.block_one_flex_cont ol li {
    text-align: left !important;
}
.block_one_flex_cont ol li  b{
    text-align: left !important;
    font-weight: 600;

}
/* Адаптив */
@media (max-width: 992px) {
    .block_one_flex_cont {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .block_one_flex_cont ol li {
        font-size: 20px;
        line-height: 26px;
        padding: 24px 30px;
        gap: 12px;
    }
    .block_one_flex_cont ol li img {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 576px) {
    .block_one_flex_cont ol li {
        font-size: 18px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .block_one_flex_cont ol li img {
        margin: 0 auto;
    }
}
/*block_one end*/

/*block_two*/
.item_block_two{
	border-radius: 24px;
	border: 1px solid var(--Grey, #C0BCD2);
	padding: 40px;
	min-height: 320px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.img_name_block_two{
	display: flex;
	align-items: center;
	gap:30px;
}
.name_block_two{
	color: var(--Black, #3F3C4C);
	font-family: "DIN Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.text_block_two{
	color: var(--Black, #3F3C4C);
	/* Regular_18 */
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}

	@media (max-width: 1200px) {
    .row_gap {
        gap: 30px;
    }
}

/*block_two end*/

/*block_three*/
.block_three{
	padding: 100px 0;
position:relative;
background: #EEECF4;
}

.block_three img{
	border-radius: 24px;
}
.block_three ol{
	padding: 0;
	margin: 0;
	  list-style: none;
}
.block_three ol li{
	position:relative;
	counter-increment: counters;
	color: var(--Black, #3F3C4C);
	font-family: "DIN Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
	margin-bottom:32px;
	padding-left:59px;
}
.block_three .marker ol li::before{
	display: none;
}
/* .block_three ol li::before{
	content: counters(counters, "", decimal-leading-zero) !important;
	color: var(--Blue_Dark, #21145F);
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	
} */
.block_three ul{
	margin-top:19px;
	padding-left: 77px;
	/*list-style: none;*/
	
}
.block_three .marker ul{
	margin-left: 59px!important;
}
.block_three::before{
    content: '';
    width: 136px;
    position: absolute;
    top: 0;
    bottom: 0;
		left: -86px;
    background: #EEECF4;
		border-radius: 48px 0px 0px 48px;
	overflow: clip;
}
 .block_three::after {
    content: '';
    width: 86px;
    position: absolute;
    top: 0;
    bottom: 0;
		right: -86px;
    background: #EEECF4;
		border-radius: 0px 48px 48px 0px;
		overflow: clip;
}
@media (max-width: 1560px) {
	.block_three::after {
    width: 27px;
    right: -27px;
	}
	.block_three::before {
    width: 50px;
    left: -43px;
	}
}
@media (max-width:1200px) {
  .block_three img {
		max-width: 500px;
	}
	.block_three_img{
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
	.block_three {
    padding: 70px 0;
	}
		.block_three::after {
			display: none;
	}
	.block_three::before {
display: none;
	}
	.block_three{
border-radius: 48px;
padding-left:30px;
padding-right:30px;
	}
}
@media (max-width: 992px) {
	.block_three ol li {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.block_three ol li {
    margin-bottom: 18px;
	}
	.container .marker ul {
    gap: 18px!important;
	}
	.block_three img {
        max-width: 301px;
    }
}
@media (max-width: 587px) {
	.number_title {
			margin-bottom: 50px;
	}
	.block_three img {
        max-width: 257px;
    }
	.block_three ol li {
        font-size: 18px;
    }
}
/*block_three end*/

/*block_four*/
.block_four  ol{
	padding: 0;
	margin: 0;
	  list-style: none;
		display: flex;
		/* flex-wrap: wrap; */
		gap:96px;
}
.block_four  ol li{
	position:relative;
	counter-increment: counters;
	color: var(--Black, #3F3C4C);
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	padding-left:59px;
	max-width: 45%;
}
/*.block_four  ol li::before{
	content: counters(counters, "", decimal-leading-zero) !important;
	color: var(--Blue_Dark, #21145F);
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}*/
@media (max-width: 992px) {
	.block_four  ol{
		flex-direction: column;
		gap: 30px;
	}
	.block_four ol li {
		max-width:100%;
	}
}
/*block_four end*/

/*block_quote*/
.block_quote{
	background: url("/local/templates/.default/components/bitrix/news/services/bitrix/news.detail/image/fon_block_five.png");
	border-radius: 24px;
padding: 170px 0;
}
.quote_text{
	color: var(--White, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 100% */
	max-width: 605px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	border-left: solid 2px #EA6952;
}
@media (max-width: 768px) {
	.block_quote {
    padding: 90px 30px;
	}
	.quote_text{
    color: var(--White, #FFF);
    font-size: 24px;
	}
}
@media (max-width: 576px) {
	.block_quote {
        padding: 74px 30px;
    }
}
/*block_quote end*/

/*block_five*/
.block_five ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
.block_five ol li{
	position:relative;
	counter-increment: counters;
	color: var(--Black, #3F3C4C);
	color: #3F3C4C;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
	padding:32px 40px 32px 99px;
	border-radius: 24px;
	background: #EEECF4;
	
}
.block_five ol li:not(:last-child) {
	margin-bottom: 16px;
}
/*.block_five ol li::before{
	content: counters(counters, "", decimal-leading-zero) !important;
	color: var(--Blue_Dark, #21145F);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding:32px 40px 32px 40px;
}*/
@media (max-width: 768px) {
	.block_five ol li {
		font-size: 20px;
		padding: 32px 40px 32px 78px
	}
}
@media (max-width: 576px) {
	.block_five ol li::before {
		padding: 32px 26px;
	}
	.block_five ol li {
		padding: 32px 22px 32px 62px;
		font-size: 18px;
	}
}
/*block_five end*/


/*block_six*/
.block_five ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
.block_six_item{
	position:relative;
	counter-increment: counters;
	color: #3F3C4C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	padding:32px 40px 32px 99px;
	border-radius: 24px;
	border: 1px solid var(--Grey, #C0BCD2);
	
}
.block_six_item:not(:last-child) {
	margin-bottom: 20px;
}
/*.block_six_item::before{
	content: counters(counters, "", decimal-leading-zero) !important;
	color: var(--Blue_Dark, #21145F);
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding:32px 40px 32px 40px;
}*/
.block_six_item{
	display: flex;
	justify-content: space-between;
	gap:30px;
	align-items: center;
}
.item_text{
	max-width: 1086px;
	width:100%;
}
@media (max-width: 992px) {
	.block_six_item{
		flex-direction:column;
	}
	
}
@media (max-width: 768px) {
	.block_seven_item {
    min-height: 270px!important;
    padding: 40px 40px 40px 40px!important;
	}
	.block_seven_number {
    font-size: 58px!important;
	}
}
@media (max-width: 576px) {
	.block_six_item::before{
		padding: 32px 26px;
	}
	.block_six_item {
		padding: 32px 22px 32px 62px;
	}
}
/*block_six end*/

/*block_seven*/
.block_seven{
	margin-bottom: 100px;
}
.block_seven_item{
	border-radius: 24px;
	border-right: 1px solid var(--Grey, #C0BCD2);
	border-left: 1px solid var(--Grey, #C0BCD2);
	min-height: 320px;
	height:100%;
	padding:40px 52px 39px 81px;
	display: flex;

	justify-content: center;
	
}
.block_seven_content{
	max-width: 420px;
	width: 100%;
	text-align: center;
}
.block_seven_number{
	margin-bottom:0px;
	color: var(--Blue_Dark, #21145F);
	font-family: Supermolot;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px;
	text-transform: uppercase;
}
.block_seven_text{
	margin-bottom:0px;
	color: #3F3C4C;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	max-width: 420px;
	width: 100%;
}

.numb_arrow{
	display: flex;
	gap:32px;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}



@media(max-width: 992px){
.block_seven_item:not(:last-child) {
	margin-bottom: 20px;
}
.block_eight_quote {
	margin-top:30px;
    font-size: 20px!important;
    margin-bottom: 30px!important;
}
.text_two_item {
font-size: 20px!important;
}
}
/*block_seven end*/

/* === FON BLOCKS EIGHT NINE === */
.fon_blocks_eight_nine {
    border-radius: 48px 48px 0 0;
    background: #EEECF4;
    padding-top: 120px;
    margin-top: 40px;
    padding-bottom: 120px;
    position: relative;
}

/* Заголовок */
.block_eight .not_number_title {
    margin-bottom: 80px;
    text-align: unset;
    color: var(--Black, #3F3C4C);
    font-family: Supermolot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Цитата с линией слева */
.block_eight_quote {
    color: var(--Black, #3F3C4C);
    font-family: "DIN Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 24px;
    border-left: solid 2px #EA6952;
    margin-bottom: 51px;
}

/* Текстовый блок */
.block_eight_text {
    color: var(--Black, #3F3C4C);
    font-family: "DIN Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

/* Контейнер с изображением — центрирование */
.block_eight_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* отступ между изображением и текстом, если нужно */
}

/* Изображение — фиксированная высота, сохранение пропорций */
.block_eight_img img {
    height: 300px;
    width: auto;
    max-width: 100%;
    object-fit: contain; /* не обрезает, не искажает — идеально для разных картинок */
    border-radius: 24px; /* соответствует стилю проекта */
}

/* === Адаптив: мобильные === */
@media (max-width: 587px) {
    .block_eight .not_number_title {
        margin-bottom: 50px;
        text-align: center;
    }

    .block_eight_quote {
        font-size: 24px;
        line-height: 1.5;
        padding-left: 0;
        border-left: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .block_eight_text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    /* Уменьшаем высоту изображения на мобильных */
    .block_eight_img img {
        height: 200px;
    }

    .fon_blocks_eight_nine {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

/* Дополнительно: планшеты (опционально) */
@media (max-width: 768px) and (min-width: 588px) {
    .block_eight_img img {
        height: 250px;
    }
}

/*fon_blocks_nine*/
.block_nine .not_number_title{
    margin-bottom: 40px;
	}
.block_nine_text{
	color: var(--Black, #3F3C4C);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
line-height: 26px; /* 144.444% */
}
.button_projects{
	max-width: 165px;
	width: 100%;
	margin-top:40px;
}
.button_projects a:hover{
	text-decoration: none;
}
.button_projects_border{
	border-radius: 48px;
border: 1px solid var(--Red, #EA6952);
padding: 12px 24px;
	color: #EA6952;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.text_two_item{
	padding: 24px 0;
border-bottom: 1px solid var(--Grey, #C0BCD2);
		color: var(--Black, #3F3C4C);
font-family: "DIN Pro";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.conent_block_nine{
	max-width: 635px;
	width:100%;
}
@media(max-width: 768px){
	.button_projects{
		margin-bottom:30px!important;
		
	}}
/*fon_blocks_nine end*/

.fon_blocks_eight_nine::after {
    content: '';
    width: 100%;
    background: #EEECF4;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    height: 150px;
}
.callback{
	  border-radius: 48px 48px 0px 0px;
    z-index: 3;
    position: relative;
		margin-top: 0!important;
}
.footer_top{
	border-radius: 0px!important;
    margin-top: 0px!important;
}
@media (max-width: 768px) {
    .section_main {
        margin-bottom: 0px!important;
    }
}

.img_name_block_two img{
	max-width: 60px;
}

.block_three_img{
    justify-content: center;
    display: flex
;
}
/* === BLOCK FOUR: Улучшенный вид с иконкой и текстом === */

.block_four ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.block_four ol li {
    flex: 1;
    min-width: 300px;
    max-width: 45%;
    display: flex;
    align-items: flex-start;
    gap: 16px; /* отступ между иконкой и текстом */
    color: var(--Black, #3F3C4C);
    font-family: "DIN Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left; /* убираем justify! */
    overflow-wrap: break-word;
}

/* Иконка */
.block_four ol li img,
.block_four_icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0; /* чтобы не сжималась */
    object-fit: contain;
}

/* Убиваем старые стили из админки */
.block_four ol li {
    text-align: left !important;
}

.block_four ol li img {
    float: none !important;
    margin: 0 !important;
    align: none !important;
}

@media (max-width: 992px) {
    .block_four ol {
        flex-direction: column;
    }
    .block_four ol li {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .block_four ol li {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .block_four_icon {
        margin: 0 auto; /* центрируем иконку */
    }
}
.block_five ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    /* Важно: */
    align-items: stretch; /* по умолчанию, но лучше явно указать */
}

.block_five ol li {
    /* Фон и оформление */
    background: #EEECF4;
    border-radius: 24px;
    padding: 32px 20px 24px;
    margin: 0;

    /* Центрирование */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;

    /* КЛЮЧ: растягиваем на всю высоту ячейки */
    height: 100%;

    /* Чтобы не было сюрпризов */
    box-sizing: border-box;
}

/* Скрываем маркеры */
.block_five ol li::before {
    display: none !important;
    content: none !important;
}

/* Иконка */
.block_five ol li img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Текст */
.block_five ol li p {
    margin: 0;
    color: #3F3C4C;
    font-family: "DIN Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

/* Адаптив */
@media (max-width: 992px) {
    .block_five ol {
        grid-template-columns: repeat(2, 1fr);
    }
    .block_five ol li {
        min-height: 300px;
        padding: 24px 16px;
        gap: 12px;
    }
    .block_five ol li img {
        width: 65px;
        height: 65px;
    }
    .block_five ol li p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .block_five ol {
        grid-template-columns: 1fr;
    }
    .block_five ol li {
        min-height: 280px;
        padding: 20px;
    }
    .block_five ol li p {
        font-size: 18px;
        line-height: 1.4;
    }
}
/* End */


/* Start:/local/templates/.default/components/altasib/feedback.form/form_header/form_style.css?176555002268871*/
.modal_form {
        border-radius: 48px;
        background: #2C2067;
        /*position:fixed;*/
        position: absolute;
        top: 50%!important;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 2001;
        transition: all 0.3s ease 0s;
        box-shadow: 0 0 33px rgba(0, 0, 0, 0.36);
        min-height: 200px;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 60px;
        max-width: 1422px;
        width: 100%;
        margin-left: 0!important;
}

.text_title_form_header h2{
color: var(--White, #FFF);
text-align: center!important;
/* H2 */
font-family: Supermolot;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 24px;
}
.text_form_header{
        color: var(--White, #FFF);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
        max-width: 533px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;

}
/* .alx-popup-show-anime0{
        margin-left: -28%;
    width: 57%;
} */
 .poles-box input[type="text"]{
        border-radius: 48px;
        border: 1px solid #443393;
        background: #2C2067;
        color: var(--White, #FFF);
        /* Regular_16 */
        font-family: "DIN Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        padding: 12px 24px;
        max-width: 520px;
        width: 100%;
        height: 48px;
 }
.callback .text_title_form_header{
        display: none;
}
.poles-box input[type="text"]:-webkit-autofill{
    -webkit-text-fill-color: #2C2067 !important;
}

  .afbf_inputtext_bg .input-text{
         border-radius: 24px;
        border: 1px solid #443393;
        background: #2C2067;
        max-width: 100%;
        width: 100%;
        height: 143px;
        padding: 14px 24px;
        color: var(--White, #FFF);
        /* Regular_16 */
        font-family: "DIN Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
  }
.afbf_item_pole{
margin: 0px 0px 0px!important;
}
.modal_form .afbf_inputtext_bg, .callback_form .afbf_inputtext_bg
{
        margin-top:0!important;
}
.afbf_item_pole__quastion{
        margin-top: 20px!important;
}
.main-user-consent-request_cont{
        /* margin-top: 16px; */
        gap:8px;
        align-items: center;
}
.main-user-consent-request_cont p{
        max-width: 400px;
        width: 100%;
        color: var(--White, #FFF);
        font-family: "DIN Pro";
        font-size: 14px!important;
        font-style: normal;
        font-weight: 400!important;
        line-height: 22px!important;
}
.main-user-consent-request_cont a {
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: var(--Red, #EA6952)!important;
        font-family: "DIN Pro";
        font-size: 14px!important;
        font-style: normal;
        font-weight: 400!important;
        line-height: 22px!important;
}
.main-user-consent-request{
        /* margin-top: 16px; */
}
.flex_button{
        display: flex;
        justify-content: space-between;
}
.modal_form .button--form, .callback_form .button--form{
        height: 48px;
    max-width: 168px;
    width: 100%;
    margin: 20px auto 0;
}
.modal_form .button--form, .callback_form .button--form{
        height: 48px;
    display: inline-block;
    outline: 0;
    border: 0;
    border-radius: 48px;
    background: var(--Red, #EA6952);
    color: var(--color-white);
    line-height: 26px;
    padding: 8px 20px;
    text-decoration: none;
    transition: all .3s linear;
    line-height: 26px !important;
    transition: all .3s linear;
    display: flex;
    gap:15px;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.modal_close {
        display: none!important;
        width: 26px;
        height: 26px;
        position: absolute;
     
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: block;
        overflow: hidden;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        z-index: 2;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
}

.modal_close_ok {
        width: 115px;
        height: 36px;
        line-height: 36px;
        background: var(--color-1);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 4px 2px #e6e6e6;
        -moz-box-shadow: 0 2px 4px 2px #e6e6e6;
        box-shadow: 0 2px 4px 2px #e6e6e6;
        border: none;
        outline: none;
        color: #fff;
        text-align: center;
        margin: 0 auto 10px;
        display: block;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
}

.modal_close_ok:hover {
        -webkit-box-shadow: 0 2px 5px 3px #ccc;
        -moz-box-shadow: 0 2px 5px 3px #ccc;
        box-shadow: 0 2px 5px 3px #ccc;
}

.modal_close:hover {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.modal_close__left:before {
        position: absolute;
        content: '';
        left: -3px;
        top: -5px;
        border: 12px solid transparent;
        border-left-color: #767676;
}

.modal_close__left:after {
        position: absolute;
        content: '';
        left: -7px;
        top: -5px;
        border: 12px solid transparent;
        border-left-color: #fff;
}

.modal_close__right:before {
        position: absolute;
        content: '';
        right: -3px;
        top: -5px;
        border: 12px solid transparent;
        border-right-color: #767676;
}

.modal_close__right:after {
        /* position: absolute;
        content: '';
        right: -7px;
        top: -5px;
        border: 12px solid transparent;
        border-right-color: #fff; */
}

.alx_fb_overlay {
        z-index: 2000;
        position: fixed;
        background-color: #000;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
}

.alx_feedback_popup {
        cursor: pointer;
}

.alx-feedb-data-errorLoading {
        text-align: center;
        padding-top: 50px;
}

.alx_fedb_wait {
        height: 140px;
        left: 45%;
        position: fixed;
        top: 45%;
        width: 140px;
        z-index: 2001;
        text-align: center;
}

.alx-feedb-data {
        position: absolute;
        opacity: 0;
}

.alx-feedb-data-view {
        position: relative;
        opacity: 1;
        width: 100%;
        transition: all 0.3s ease 0s;
}

.afbf_success_block {
        height: 140px;
        display: table;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 20px;
}

.afbf_success_block._without-popup {
        height: 100px;
}

.afbf_success_block._without-popup .afbf_mess_ok {
        text-align: left;
        line-height: 50px;
        justify-content: center;
        display: flex;
        color:#FFF;
}

.afbf_success_block._without-popup .afbf_mess_ok .mess {
        margin-left: 60px;
        color:#FFF;
        }

.afbf_success_block._without-popup .afbf_ok_icon {
        display: inline-block;
        width: auto;
        min-width: 50px;
        float: left;
        margin-bottom: 0;
}
.afbf_success_block .afbf_mess_ok .mess {
        color:#FFF;
        }
.afbf_mess_ok {
        display: table-cell;
        vertical-align: middle;
        text-align: center;

}

/* animation loading */

@keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-moz-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-webkit-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-o-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-moz-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-webkit-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@-o-keyframes alx-rotate-loading {
        0% {
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
        }

        100% {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
        }
}

@keyframes loading-text-opacity {
        0% {
                opacity: 0
        }

        20% {
                opacity: 0
        }

        50% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@-moz-keyframes loading-text-opacity {
        0% {
                opacity: 0
        }

        20% {
                opacity: 0
        }

        50% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@-webkit-keyframes loading-text-opacity {
        0% {
                opacity: 0
        }

        20% {
                opacity: 0
        }

        50% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@-o-keyframes loading-text-opacity {
        0% {
                opacity: 0
        }

        20% {
                opacity: 0
        }

        50% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

.alx-rotate-loading,
.alx-feedb-loading {
        height: 120px;
        position: relative;
        width: 120px;
        border-radius: 100%;
}

.alx-rotate-loading {
        margin: 40px auto;
}

.alx-feedb-loading {
        border: 13px solid transparent;
        border-color: transparent #fff transparent #FFF;
        -moz-animation: alx-rotate-loading 2s linear 0s infinite normal;
        -moz-transform-origin: 50% 50%;
        -o-animation: alx-rotate-loading 2s linear 0s infinite normal;
        -o-transform-origin: 50% 50%;
        -webkit-animation: alx-rotate-loading 2s linear 0s infinite normal;
        -webkit-transform-origin: 50% 50%;
        animation: alx-rotate-loading 2s linear 0s infinite normal;
        transform-origin: 50% 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.alx-rotate-loading:hover .alx-feedb-loading {
        border-color: transparent #E45635 transparent #E45635;
}

.alx-rotate-loading:hover .alx-feedb-loading,
.alx-rotate-loading .alx-feedb-loading {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

.alx-feedb-loading-text {
        animation: 2s linear 0s normal none infinite running loading-text-opacity;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        margin-top: 52.5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0px;
        width: 120px;
}

/* animation popup */

@-webkit-keyframes bounceInDown {

        from,
        60%,
        75%,
        90%,
        to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        }

        60% {
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@keyframes bounceInDown {

        from,
        60%,
        75%,
        90%,
        to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        }

        60% {
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-webkit-keyframes bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        }
}

@keyframes bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        }
}

@-moz-keyframes bounceInDown {

        from,
        60%,
        75%,
        90%,
        to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        }

        60% {
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-o-keyframes bounceInDown {

        from,
        60%,
        75%,
        90%,
        to {
                -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
        }

        60% {
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-moz-keyframes bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        }
}

@-o-keyframes bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 2000px, 0);
                transform: translate3d(0, 2000px, 0);
        }
}

@-webkit-keyframes rotateIn {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
                opacity: 0;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
        }
}

@keyframes rotateIn {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
                opacity: 0;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
        }
}

@-webkit-keyframes rotateOut {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                opacity: 1;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
                opacity: 0;
        }
}

@keyframes rotateOut {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                opacity: 1;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
                opacity: 0;
        }
}

@-moz-keyframes rotateIn {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
                opacity: 0;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
        }
}

@-o-keyframes rotateIn {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, -200deg);
                transform: rotate3d(0, 0, 1, -200deg);
                opacity: 0;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: none;
                transform: none;
                opacity: 1;
        }
}

@-moz-keyframes rotateOut {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                opacity: 1;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
                opacity: 0;
        }
}

@-o-keyframes rotateOut {
        from {
                -webkit-transform-origin: center;
                transform-origin: center;
                opacity: 1;
        }

        to {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
                opacity: 0;
        }
}

@-webkit-keyframes slideInLeft {
        from {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
}

@keyframes slideInLeft {
        from {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
}

@-webkit-keyframes slideoutright {
        from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                opacity: 1;
        }

        to {
                visibility: hidden;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                opacity: 0;
        }
}

@keyframes slideOutRight {
        from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }

        to {
                visibility: hidden;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@-moz-keyframes slideInLeft {
        from {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
}

@-o-keyframes slideInLeft {
        from {
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
}

@-moz-keyframes slideoutright {
        from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                opacity: 1;
        }

        to {
                visibility: hidden;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                opacity: 0;
        }
}

@-o-keyframes slideOutRight {
        from {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }

        to {
                visibility: hidden;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@-webkit-keyframes fadeOutRight {
        from {
                opacity: 1;
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@keyframes fadeOutRight {
        from {
                opacity: 1;
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@-webkit-keyframes fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@keyframes fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-moz-keyframes fadeOutRight {
        from {
                opacity: 1;
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@-o-keyframes fadeOutRight {
        from {
                opacity: 1;
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }
}

@-moz-keyframes fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-o-keyframes fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@keyframes bounceIn {
        0% {
                transform: scale(1);
                opacity: 1
        }

        60% {
                transform: scale(1.2);
                opacity: 1;
        }

        100% {
                transform: scale(0);
                opacity: 0;
                display: none;
        }
}

@keyframes pulse {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(1.5, 1.5, 1.5);
                transform: scale3d(1.5, 1.5, 1.5);
        }

        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@keyframes pulseMess {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.7, 0.7, 0.7);
                transform: scale3d(0.7, 0.7, 0.7);
        }

        20% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.01, 1.01, 1.01);
                transform: scale3d(1.01, 1.01, 1.01);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-moz-keyframes bounceIn {
        0% {
                transform: scale(1);
                opacity: 1
        }

        60% {
                transform: scale(1.2);
                opacity: 1;
        }

        100% {
                transform: scale(0);
                opacity: 0;
                display: none;
        }
}

@-moz-keyframes pulse {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(1.5, 1.5, 1.5);
                transform: scale3d(1.5, 1.5, 1.5);
        }

        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-moz-keyframes pulseMess {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.7, 0.7, 0.7);
                transform: scale3d(0.7, 0.7, 0.7);
        }

        20% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.01, 1.01, 1.01);
                transform: scale3d(1.01, 1.01, 1.01);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-o-keyframes bounceIn {
        0% {
                transform: scale(1);
                opacity: 1
        }

        60% {
                transform: scale(1.2);
                opacity: 1;
        }

        100% {
                transform: scale(0);
                opacity: 0;
                display: none;
        }
}

@-o-keyframes pulse {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(1.5, 1.5, 1.5);
                transform: scale3d(1.5, 1.5, 1.5);
        }

        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-o-keyframes pulseMess {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.7, 0.7, 0.7);
                transform: scale3d(0.7, 0.7, 0.7);
        }

        20% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.01, 1.01, 1.01);
                transform: scale3d(1.01, 1.01, 1.01);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-webkit-keyframes bounceIn {
        0% {
                transform: scale(1);
                opacity: 1
        }

        60% {
                transform: scale(1.2);
                opacity: 1;
        }

        100% {
                transform: scale(0);
                opacity: 0;
                display: none;
        }
}

@-webkit-keyframes pulse {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(1.5, 1.5, 1.5);
                transform: scale3d(1.5, 1.5, 1.5);
        }

        20% {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

@-webkit-keyframes pulseMess {

        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
                -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        0% {
                opacity: 0;
                -webkit-transform: scale3d(0.7, 0.7, 0.7);
                transform: scale3d(0.7, 0.7, 0.7);
        }

        20% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }

        40% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
        }

        60% {
                opacity: 1;
                -webkit-transform: scale3d(1.01, 1.01, 1.01);
                transform: scale3d(1.01, 1.01, 1.01);
        }

        100% {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        }
}

.alx-popup-show-anime1 {
        animation: pulse .75s ease-in-out 0s both;
        display: block;
}

.alx-popup-hide-anime1 {
        animation: bounceIn 0.5s;
}

.alx-popup-mess-show-anime1 {
        animation: pulseMess .75s ease-in-out 0s both;
        max-height: 100%;
        opacity: 1;
        transition: all 0.8s ease 0s;
}

.alx-popup-show-anime2 {
        animation: rotateIn .75s ease-in-out 0s both;
        display: block;
}

.alx-popup-hide-anime2 {
        animation: rotateOut 0.5s both;
}

.alx-popup-mess-show-anime2 {
        animation: rotateIn .75s ease-in-out 0s both;
        max-height: 100%;
        opacity: 1;
        transition: all 0.8s ease 0s;
}

.alx-popup-show-anime3 {
        animation: fadeInRight .75s ease-in-out 0s both;
        display: block;
}

.alx-popup-hide-anime3 {
        animation: fadeOutRight 0.5s both;
}

.alx-popup-mess-show-anime3 {
        animation: fadeInRight .75s ease-in-out 0s both;
        max-height: 100%;
        opacity: 1;
        transition: all 0.8s ease 0s;
}

.alx-popup-show-anime4 {
        animation: bounceInDown .75s ease-in-out 0s;
        display: block;
}

.alx-popup-hide-anime4 {
        animation: bounceOutDown 0.5s;
}

.alx-popup-mess-show-anime4 {
        animation: bounceInDown .75s ease-in-out 0s both;
        max-height: 100%;
        opacity: 1;
        transition: all 0.8s ease 0s;
}

/* feedb_styles */

.alx_feed_back {
        padding: 0px;
        margin: 0px;
        text-transform: none !important;
        text-align: left !important;
        line-height: normal !important;
        text-decoration: none !important;
}

.alx_feed_back form {
        padding: 0px;
        margin: 0px;
}
.modal_form .img_form{
        max-width: 526px;
        width: 100%;
}

.modal_form .afbf_error_block {
        position: relative;
        margin-bottom: 20px;
        display: none;
}


.modal_form .alx_feed_back{
        /* display: flex;
        gap: 44px; */
}

.modal_form .afbf_error_block:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: -20px;
        right: -20px;
        height: 1px;
        background: #ccc;
}

.afbf_error_icon {
      display: flex;
}

.afbf_error_block .afbf_error_text,
.afbf_error_block .afbf_error_ftext {
        font-size: 16px;
        min-height: 40px;
        /*line-height:40px;*/
        padding-bottom: 30px;
        color: #f80000;
        display: block;
}

.afbf_ok_icon {
        margin: 0 0 20px 0;
        width: 100%;
        height: 50px;
        background: url(/local/templates/.default/components/altasib/feedback.form/form_header/images/afbf_check-box.png) no-repeat 50% 50%;
}

.modal_form .afbf_error_block td {
        vertical-align: top;
        text-align: left;
}

.alx-feedb-error {
        margin-top: 20px;
}

.modal_form .alx-feedb-error {
        margin-top: 0px;
}

.alx-feedb-error .afbf_error_block ul {
        list-style: none;
        padding-left: 55px;
        font-size: 14px;
        color: #f80101;
        margin: 0;
}

.alx-feedb-error .afbf_error_block ul li {
        padding: 0px 0px 4px 8px;
        margin: 0px;
        display: block;
        list-style: none !important;
        background: transparent !important;
}

.alx-feedb-error .afbf_error_block ul li:before {
        content: '' !important;
}

.alx-feedb-error .afbf_error_block ul li span {
        position: relative;
        z-index: 1;
        margin-left: -8px;
}

.modal_form .afbf_feedback_poles {
        padding: 0px;
        margin: 11px 0px 0px 0px;
}

.afbf_item_pole {}

*html .afbf_item_pole {
        position: relative;
        z-index: 1;
        zoom: 1;
}

.afbf_item_pole .afbf_name {
        padding: 0px;
        margin: 0px 0px 6px 0px;
		color: #e76852;
}


/* .afbf_item_pole .afbf_select,
.afbf_item_pole .afbf_textarea,
.afbf_item_pole .afbf_inputtext {
        height: 34px;
        width: 100%;
        padding: 7px 5px !important;
        font-size: 14px;
        outline: none;
        border: 1px solid #e0e0e0;
} */

/* .afbf_item_pole.item_pole__captcha .afbf_inputtext {
        box-sizing: content-box;
        padding: 7px 0px !important;
} */

.afbf_item_pole select.afbf_inputtext.afbf_select_sect {
        height: auto;
}



/* -------- */
.afbf_item_pole .dropdownjs.feedback_dropdown>ul {
        right: 0;
        left: auto;
        top: 35px;
        bottom: auto;
        height: 120px;
        padding: 0;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-box-shadow: 0px 11px 22px 2px rgba(204, 204, 204, 0.75);
        -moz-box-shadow: 0px 11px 22px 2px rgba(204, 204, 204, 0.75);
        box-shadow: 0px 11px 22px 2px rgba(204, 204, 204, 0.75);
}

.afbf_item_pole .dropdownjs.feedback_dropdown:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        display: inline-block;
        border: 5px solid transparent;
        border-top: 5px solid #767676;
}

.afbf_item_pole .afbf_checkbox label {
        margin-left: 20px;
        margin-bottom: 5px;
        font-weight: normal;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        top: auto;
        left: auto;
        pointer-events: inherit;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
}

.afbf_checkbox {
        margin: 10px 0 20px;
}

.afbf_checkbox input[type=checkbox] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
        pointer-events: none;
}

.afbf_checkbox .afbf_checkbox_box {
        vertical-align: middle;
        position: relative;
        top: 2px;
        margin-right: 12px;
}

.afbf_checkbox_box .afbf_checkbox_check {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 2px solid rgba(0, 0, 0, .54);
        border-radius: 2px;
        overflow: hidden;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        z-index: 1;
}

.afbf_checkbox input[type=checkbox]+.afbf_checkbox_box .afbf_checkbox_check:before {
        content: '';
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        margin-top: -4px;
        margin-left: 5px;
        width: 0;
        height: 0;
        -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
}

.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before {
        content: '';
        position: absolute;
        color: #7b7f7f;
        -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}

.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before {
        -webkit-animation: checkbox-on 0.3s forwards;
        -o-animation: checkbox-on 0.3s forwards;
        animation: checkbox-on 0.3s forwards;
}

.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before {
        -webkit-animation: checkbox-off 0.3s forwards;
        -o-animation: checkbox-off 0.3s forwards;
        animation: checkbox-off 0.3s forwards;
}

.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check {
        border: none;
}

.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before {
        margin-top: -3px;
        margin-left: 7px;
}

.afbf_item_pole.is_filled .afbf_name.static_name,
.afbf_item_pole.is_focused .afbf_name.static_name,
.afbf_name.static_name {
        position: static;
        color: inherit;
        font-size: inherit;
        margin-bottom: 20px
}

.afbf_item_pole.item_pole__captcha .afbf_name {
        top: 67px;
}

.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,
.afbf_item_pole.item_pole__captcha.is_focused .afbf_name {
        top: 55px;
}

.afbf_pole_captcha {
        margin-bottom: 30px;
		padding: 25px 0px 0px 0px
}

.afbf_pole_captcha .image {
        vertical-align: middle;
}

.afbf_pole_captcha .g-recaptcha {
        display: inline-block;
        vertical-align: middle;
}

.afbf_pole_captcha .afbf_captcha_reload {
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 16px;
        background: url(/local/templates/.default/components/altasib/feedback.form/form_header/images/icon_reload.png) no-repeat 0 0;
        cursor: pointer;
        margin-left: 20px;
}

.afbf_inputtext_bg .afbf_textarea {
        width: 100%;
        z-index: 100;
        height: 48px;
        overflow: auto;
        resize: vertical;
        max-height: 450px;
        max-width: 100%;
        min-height: 48px;
        min-width: 100%;
}

.afbf_submit_block {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        display: block;
        text-align: right !important;
}

/* .afbf_btn {
        display: inline-block;
        padding: 15px 25px !important;
        border: none !important;
        text-transform: uppercase !important;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px !important;
        -webkit-box-shadow: 0px 3px 4px 1px rgba(204, 204, 204, 0.75);
        -moz-box-shadow: 0px 3px 4px 1px rgba(204, 204, 204, 0.75);
        box-shadow: 0px 3px 4px 1px rgba(204, 204, 204, 0.75);
        cursor: pointer;
        font-size: 16px !important;
        outline: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
} */

/* .alx_feed_back .afbf_feedback_poles .afbf_btn:hover {
        -webkit-box-shadow: 0px 6px 6px 1px rgba(204, 204, 204, 0.75);
        -moz-box-shadow: 0px 6px 6px 1px rgba(204, 204, 204, 0.75);
        box-shadow: 0px 6px 6px 1px rgba(204, 204, 204, 0.75);
} */

.afbf_inputtext_bg select {
        width: 100%;
        padding: 0px;
        margin: 0px;
        border: 0px;
}

.afbf_file_button {
        position: absolute;
        right: -1px;
        height: 100%;
        top: -1px;
        z-index: 1;
}

*html .alx_feed_back .afbf_feedback_poles div {
        zoom: 1;
}

.afbf_inputtext_bg_calendar {
        position: relative;
        z-index: 2;
        zoom: 1;
}

.afbf_inputtext_bg_calendar .afbf_calendar_icon {
        position: absolute;
        top: 3px;
        right: 5px;
}

.afbf_error_text,
.afbf_error_ftext {
        display: none;
}

.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext {
        position: relative;
        display: block;
        margin: 5px 0 0;
        padding-right: 20px;
        color: #f80000;
        font-size: 12px;
}



/* dropdown styles */

.dropdownjs {
        position: relative;
}

.dropdownjs * {
        box-sizing: border-box;
}

.dropdownjs>input {
        width: 100%;
        padding-right: 30px;
        text-overflow: ellipsis;
}

.dropdownjs>input.focus~ul {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
}

.dropdownjs>ul {
        position: absolute;
        padding: 0;
        margin: 0;
        min-width: 200px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 10000;
}

.dropdownjs>ul[placement=top-left] {
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 0;
        left: 0;
}

.dropdownjs>ul[placement=bottom-left] {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        top: 0;
        left: 0;
}

.dropdownjs>ul>li {
        list-style: none;
        padding: 10px 20px;
}

.dropdownjs>ul>li.dropdownjs-add {
        padding: 0;
}

.dropdownjs>ul>li.dropdownjs-add>input {
        border: 0;
        padding: 10px 20px;
        width: 100%;
}

/* Theme */

.dropdownjs>input[readonly] {
        cursor: pointer;
}

select[data-dropdownjs][disabled]+.dropdownjs>input[readonly] {
        cursor: default;
}

.dropdownjs>ul {
        background: #FFF;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        padding: 10px;
        overflow: auto;
        max-width: 500px;
}

.dropdownjs>ul>li {
        cursor: pointer;
        word-wrap: break-word;
        -webkit-transition: background-color .15s ease 0s;
        -moz-transition: background-color .15s ease 0s;
        -ms-transition: background-color .15s ease 0s;
        -o-transition: background-color .15s ease 0s;
        transition: background-color .15s ease 0s;
}

.dropdownjs>ul>li:hover,
.dropdownjs>ul>li.selected,
.dropdownjs>ul>li:active {
        background-color: #eaeaea;
        outline: 0;
}

.dropdownjs>ul>li:focus {
        outline: 0;
        outline: 1px solid #d4d4d4;
}

.dropdownjs>ul>li>.close:before {
        content: "\00d7";
        display: block;
        position: absolute;
        right: 15px;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .6;
}

.dropdownjs>ul>li:h>.close:hover:before {
        opacity: .9;
}

/* end dropdown styles */

/* Radio buttons */
.afbf_radio {
        margin: 0 0 20px;
}

.afbf_radio label {
        padding-bottom: 10px;
        padding-left: 34px;
        position: relative;
        top: auto;
        left: auto;
        pointer-events: inherit;
        cursor: pointer;
        font-size: 14px;
        color: #1b1b1b;
        line-height: 20px !important;
        display: inline-block;
}

.afbf_radio input[type=radio] {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
        overflow: hidden;
}

.afbf_radio span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
}

.afbf_radio .afbf_radio_circle {
        border: 2px solid rgba(0, 0, 0, .54);
        height: 20px;
        width: 20px;
        border-radius: 50%;
}

.afbf_radio .afbf_radio_check {
        left: 5px;
        top: 5px;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, .54);
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
}

.afbf_radio input[type=radio]:checked~.afbf_radio_check {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
}

/* Togglebuttons */
.afbf_checkbox.toggle {
        margin: 0 0 40px;
}

.afbf_checkbox.toggle label {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        color: #1b1b1b;
        top: auto;
        left: auto;
        pointer-events: inherit;
}

.afbf_checkbox.toggle input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
        margin: 0;
        position: absolute;
}

.afbf_checkbox.toggle label .afbf_checkbox_check {
        display: none;
}

.afbf_checkbox.toggle,
.afbf_checkbox.toggle label,
.afbf_checkbox.toggle input,
.afbf_checkbox.toggle .afbf_checkbox_box {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.afbf_checkbox.toggle label .afbf_checkbox_box {
        display: inline-block;
        width: 36px;
        height: 15px;
        background-color: #bbb9b9;
        border-radius: 15px;
        margin-right: 15px;
        -webkit-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        vertical-align: middle;
        top: -2px;
}

.afbf_checkbox.toggle label .afbf_checkbox_box:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #f1f1f1;
        border-radius: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        left: 0;
        top: -3px;
        -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease;
        -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
        transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}


/* Fileinput */
.afbf_inputtext_bg.file input[type=file] {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        cursor: pointer
}

.afbf_inputtext_bg.file .afbf_input_group {
        position: relative;
        display: table;
        width: 100%;
        border-collapse: separate;
}
/* 
.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext {
        display: table-cell;
        width: 100%;
        height: 34px;
} */

.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn {
        position: relative;
        display: table-cell;
        padding-left: 5px;
        font-size: 0;
        white-space: nowrap;
        width: 1%;
        vertical-align: middle;
}

.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button {
        border-radius: 50%;
        height: 34px;
        margin: auto;
        width: 34px;
        overflow: hidden;
        border: none;
        position: relative;
        line-height: normal;
        background: #fff url(/local/templates/.default/components/altasib/feedback.form/form_header/images/icon_file.png) center no-repeat;
        cursor: pointer;
        -webkit-box-shadow: 0px 1px 2px 1px rgba(231, 231, 231, 1);
        -moz-box-shadow: 0px 1px 2px 1px rgba(231, 231, 231, 1);
        box-shadow: 0px 1px 2px 1px rgba(231, 231, 231, 1);
}

.afbf_inputtext_bg.file.load_file label {
        font-size: 12px;
}

.afbf_radio .afbf_radio_circle {
        border: 2px solid;
}

.afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box:after {
        left: 15px;
}

/* -------- */
.afbf_send_another_message {
        text-align: center;
        margin-top: 20px;
}

@media screen and (max-width:768px) {
        .alx_feed_back {
                width: 99% !important;
        }

        .modal_form {
                width: 100% !important;
                margin-left: 0 !important;
                left: 0;
        }
}

/* Animation */
@-webkit-keyframes checkbox-on {
        0% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
        }

        50% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
        }

        to {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
        }
}

@-o-keyframes checkbox-on {
        0% {
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
        }

        50% {
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
        }

        to {
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
        }
}

@keyframes checkbox-on {
        0% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
        }

        50% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
        }

        to {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
        }
}

@-webkit-keyframes checkbox-off {
        0% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        25% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        50% {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-top: -4px;
                margin-left: 6px;
                width: 0;
                height: 0;
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset
        }

        51% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset
        }

        to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
        }
}

@-o-keyframes checkbox-off {
        0% {
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        25% {
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        50% {
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-top: -4px;
                margin-left: 6px;
                width: 0;
                height: 0;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset
        }

        51% {
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset
        }

        to {
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
        }
}

@keyframes checkbox-off {
        0% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        25% {
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
        }

        50% {
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-top: -4px;
                margin-left: 6px;
                width: 0;
                height: 0;
                -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
                box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset
        }

        51% {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset
        }

        to {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                margin-top: -2px;
                margin-left: -2px;
                width: 20px;
                height: 20px;
                -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
                box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
        }
}



.afbf_item_pole {
        position: relative;
        padding: 0;
}

.poles-box {
        display: flex;
        gap: 20px;
}

.afbf_item_pole__input {
        flex-grow: 1;
}

.afbf_item_pole__quastion {
        margin-top: 14px;
}






.main-user-consent-request input[type="checkbox"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        flex-shrink: 0;
        /* width: 100%; */
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: 1.25px solid var(--White, #FFF);
        background: transparent;
        position: relative;
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
        /* margin-right: 20px; */
        position: relative;
        top: 0px;
        outline: none;
        padding: 6px 4px ;
        display: inline-flex;
        justify-content: center;
        align-items: center;

}

.main-user-consent-request input[type="checkbox"]:before {
        content: '';
        display: block;
        width: 18.5px;
        height: 15px;
        background: url(/local/templates/.default/images/check_agreement.svg) no-repeat center;
        opacity: 0;
}

.main-user-consent-request input[type="checkbox"]:checked {
        background: transparent;
}

.main-user-consent-request input[type="checkbox"]:checked:before {
        opacity: 1;
}
.modal_form .afbf_inputtext_bg{
        margin-top: 14px;
}
.modal_form .subtitle-page--form{
        max-width: 480px;
        width: 100%;
        margin-bottom: 40px;
}
.modal_form.alx-popup-show-anime0{
        /* padding-right:50px ; */
}
@media(max-width: 1200px) {
        
        .modal_form{
                padding: 50px 15px;  
        }
        .img_form{
                display: none;
        }
        .modal_form{
                padding: 50px;
        }
}
@media(max-width: 992px) {
        .poles-box {
                flex-direction: column;
        }
        .poles-box input[type="text"] {
                max-width: none;
        }
        
}
@media screen and (max-width: 768px) {
    .modal_form {
        left: 50%;
        max-width: 700px;
        padding: 30px;
    }
}
@media screen and (max-width: 578px) {
.flex_button{
        flex-direction: column;
}
}
input::placeholder{
        color: #FFF;
}
textarea::placeholder{
        color: #FFF;
}
/* End */
/* /local/templates/.default/components/bitrix/news/services/bitrix/news.detail/.default/style.css?176103096920643 */
/* /local/templates/.default/components/altasib/feedback.form/form_header/form_style.css?176555002268871 */
