.ask_a_question {
    border: 1px solid #f2f2f2;
    background: #fda74b;
}
/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
@media (min-width: 768px) {
.catalog.item-views.table.catalog_table_2.linked .flex-control-nav.flex-control-paging {bottom: 0px;}
}


/* Цвет ссылки на разработчика в футере */
.copy a[target='_blank'] {color: #b0b0b0;}
.copy a[target='_blank']:hover {color: #aa2b10;}

/* Скрытие блока нет элементов */
.alert.alert-warning {display:none;}

/* Расстояние между видео в теле статьи */
.container iframe, .container object, .container video {
    margin-bottom: 2.5rem;
    float: none;
    margin: 0 0 2.5rem;
}

/* Форма Задать вопрос */
.ask_a_question {
    border: 1px solid #f2f2f2;
    background: #fbf1d8;
}

.ask_a_question .inner {
    background: #fbf1d8;
}

.ask_a_question .outer {
    background: #fbf1d8;
}

/* Плавающие ярлыки обратной связи */
.fixed_wrapper .right_dok .link:hover {
    background-color: #ed461e;
}
.fixed_wrapper .right_dok .link {
    background-color: #ff793c;
}

.fixed_wrapper .right_dok .link:hover svg path {
    fill: #ffffff;
}

.fixed_wrapper .right_dok .link svg path {
    fill: #ffffff;
}

/* Большая кнопка Рассчитать стоимость в каталоге*/
.catalog.item-views .item .btn {
	margin: auto;
}

/* .item-views .item .btn {
	/* white-space: nowrap;
/* }
/* .btn {
	/* font-weight: 700;
	/* padding: 6px 21px 6px;
	/* padding-top: 4px;
/* }
 */
/*Сворачивание текста*/
.special-text {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 1s ease;
}
.special-text.-expanded {
    max-height: 10000px;
}
.special-text:not(.-expanded)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.flex-active-slide.current{
    height: 100%!important;
}