.section__files {
    margin:10px 0;
}

.section__download_files_item {
	margin: 15px 0px;
}

.section__download_files_item a{
	display:inline-block;
}

.section__download_files_item img{
	display: inline-block;
    vertical-align: middle;
	margin: 0 5px 0 0;
}

.section_children {
	text-align:center;
}


.section_children .item{

	margin:10px 0;

}


.section_children .item_link{
	margin:10px 0;
	min-height:45px;
}

.section_children .item_link a{
	text-decoration:underline;
}


.section_children .item_img {
	width:100%;
	text-align:center;
}

.section_children .item_img a{
}


.section_children .item_img img{
	border:1px solid #bebebe;
	border-radius:2px;
	margin:0 auto;
}

.text_top {
	margin-bottom:25px;
}

.mezhk_page__slider {
    margin-bottom:30px;
}



/* Кнопка Быстрый подбор дверей*/

@-webkit-keyframes flash {
	20% {	-webkit-transform: translateX(100%);	transform: translateX(100%); }
	100% {	-webkit-transform: translateX(100%);	transform: translateX(100%); }
}
@keyframes flash {
	20% {	-webkit-transform: translateX(100%);	transform: translateX(100%); }
	100% {	-webkit-transform: translateX(100%);	transform: translateX(100%); }
}

.t-btn_effects {
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    transform: skewX(-45deg);
}

.t-btn_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-85px);
    animation-name: flash;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.quiz-intereruyut-box {
	width:100%;
	height:50px;
	margin-top:-20px;
	display:flex;
	justify-content: right;
}
.quiz-intereruyut, .quiz-intereruyut:visited, .quiz-intereruyut:hover {
	position: relative;
    overflow: hidden;
	color:#fff;
	background-color:#5a9917;
	border-radius:3px;
	padding:15px 25px;
	text-decoration:none;
}

@media screen and (max-width:768px) {
	.quiz-intereruyut-box {
		margin-top:-10px;
		display:flex;
		justify-content: center;
	}
}

@media screen and (max-width:640px) {
	.mezhk_page__slider {
		margin-bottom:70px;
	}
}

@media screen and (max-width:420px) {
	.section_children .item_link{
		font-size: 13px;
		min-height: 55px;
	}
}
/* END: Кнопка Быстрый подбор дверей*/
