

/* Start:/o_fabrike/style.css?17760295611636*/
.h1_page{
	margin-top: 40px;
}
.about__blocks iframe{width: 580px}
.about__block__new {
	display: flex;
	margin-bottom: 40px;
	border-radius: 24px;
    background: var(--White, #FFF);
    padding: 16px;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}
.about__block__new > div { background-size: cover; }
.about__block__text {display: flex; align-items: center;}
.about__block__text__content { width: 100%;}
.about__block__image {min-width: 580px; height: 320px;}
.about__block__video {height: 315px;}
.about__block__new:nth-child(odd) .about__block__text__content {padding: 30px 50px 30px 30px; height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.about__block__new:nth-child(even) .about__block__text__content {padding: 30px 30px 30px 50px; height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.about__block__new:nth-child(even) > div:first-child {order: 2;}
.about__block__new:nth-child(even) > div:last-child {order: 1;}
.about__block__text__title {font-size: 20px; margin-bottom: 20px;}


@media screen and (max-width:560px) {
    .about__block__new{
        flex-wrap: wrap;
    }
    .about__block__image{
        width: 100%;
        min-width: 100%;
    }
    .about__blocks iframe{
        width: 100%;

    }
    .about__block__new:nth-child(even) > div:last-child{
        order: 2;
    }
    .about__block__video{
        width: 100%;
    }
    .about__block__new:nth-child(odd) .about__block__text__content,.about__block__new:nth-child(even) .about__block__text__content{
        padding: 25px;
    }
}
/* End */


/* Start:/local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436*/
.bx-breadcrumb{
	display: flex;
	gap: 5px;	
}

.bx-breadcrumb-item[id^="bx_breadcrumb"] a{
	color: var(--Gray-3, #828282);
	font-size: 13px;
	font-weight: 400;
}
.bx-breadcrumb-item.last-item span{
	color: var(--Blue, #009FE3);
	font-size: 13px;
	font-weight: 600;
}

@media screen  and (max-width: 560px){
	.bredcr_wrup{
		overflow: scroll;
		padding-bottom: 10px;
	}
	.bx-breadcrumb{
		width: max-content;
	}
}
/* End */
/* /o_fabrike/style.css?17760295611636 */
/* /local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436 */
