

/* Start:/local/templates/o3-disar/components/bitrix/news.list/slideshow/style.css?175068864010118*/
.main_screen {
    position: relative;
    width: 100vw;
}

.main_screen_wrapper {
    position: relative;
    height: 566px;
    background-color: var(--primary-color);
}

.main_screen_item {
    position: absolute;
    width: 100%;
    height: 100%;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    display: none;
    opacity: 0;
}

.main_screen_item.active {
    display: block;
    opacity: 1;
}

.main_screen_right {
    float: right;
    width: 76%;
    height: 100%;
}

.main_screen_video {
    position: relative;
    float: right;
    margin-left: 48px;
    height: 100%;
    padding-bottom: 86px;
    border-left: 2px solid var(--sec-white-color);
    box-sizing: border-box;
    background-color: var(--primary-color);
    z-index: 4;
}

.main_screen_video img {
    position: relative;
    height: 480px;
    z-index: 3;
}

.main_screen_video .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: calc(100% - 86px);
}

.main_screen_video .video div {
    width: 100%;
    height: 100%;
}

.main_screen_video .play_video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: calc(100% - 86px);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: var(--ic-play-default);
}

.main_screen_video .play_video:hover {
    background-image: var(--ic-play-hover);
}

.main_screen_text {
    position: relative;
    width: calc(76vw - 858px);
    height: 480px;
    padding: 36px 0 0 48px;
    box-sizing: border-box;
    font-size: 32px; 
    color: var(--sec-white-color);
    z-index: 3;
}

.main_screen_text__bottom {
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 0;
    padding: 24px 20px 24px 48px;
    box-sizing: border-box;
}

.ic-record {
    background-size: 20px;
    background-position: top 26px left 40px;
    background-repeat: no-repeat;
    background-image: var(--ic-record);
    font-size: 24px;
}

.main_screen_control_panel {
    position: absolute;
    left: 24%;
    bottom: 0;
    width: calc(76vw - 856px);
    height: 86px;
    background-color: var(--sec-white-color);
}

.main_screen_control_panel ul {
    margin-left: 48px;
    height: 86px;
    line-height: 86px;
}

.main_screen_control_panel li {
    margin-right: 24px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--sec-grey-dark-color);
    vertical-align: middle;
    line-height: 0;
}

.main_screen_control_panel li:last-child {
    margin-right: 0;
}

.main_screen_control_panel li a {
    display: inline-block;
    width: 12px;
    height: 100%;
    border-radius: 6px;
}

.main_screen_control_panel li.active a {
    width: 12px;
    background-color: var(--primary-color);
}


.type_a .main_screen_control_panel li.active {
    width: 92px;
    text-align: left;
}

.main_screen .left {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: block;
    width: 60px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: var( --ic-left-arrow);
    z-index: 6;
}

.main_screen .left.disabled, .main_screen .left.disabled:hover {
    background-image: var( --ic-left-arrow-disabled);
    cursor: default;
}

.main_screen .left:hover {
    background-image: var( --ic-left-arrow-white);
    cursor: default;
}

.main_screen .right {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: block;
    width: 60px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: var( --ic-right-arrow);
    z-index: 6;
}

.main_screen .right.disabled, .main_screen .right.disabled:hover {
    background-image: var( --ic-right-arrow-disabled);
    cursor: default;
}

.main_screen .right:hover {
    background-image: var( --ic-right-arrow-white);
}

.main_screen_left {
    width: 24%;
    height: 100%;
    border-right: 2px solid var(--sec-white-color);
}

.main_screen_left_img {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.main_screen_left img {
    height: 100%;
}

@media (max-width: 1760px) {
    .main_screen_right {
        width: 80%;
	width: calc(50vw + 648px);
    }
    .main_screen_left {
        display: none;
        width: 20%;
    }

    .main_screen_text {
        width: calc(50vw - 208px);
        padding-left: 0;
    }

    .main_screen_text__bottom {
        padding-left: 0;
    }

    .main_screen_control_panel {
        left: 0;
        width: calc(100vw - 856px);
    }
    .main_screen_control_panel ul {
        margin-left: calc(50vw - 648px);
    }
}

@media (max-width: 1660px) {
    /*.main_screen_right {
        width: 86%;
    }
    .main_screen_left {
        width: 14%;
    }
    .main_screen_text {
        width: calc(86vw - 856px);
    }
    .main_screen_control_panel {
        left: 14%;
        width: calc(86vw - 856px);
    }*/
}

@media (max-width: 1560px) {
    /*.main_screen_right {
        width: 90%;
    }
    .main_screen_left {
        width: 10%;
    }
    .main_screen_text {
        width: calc(90vw - 856px);
    }
    .main_screen_control_panel {
        left: 10%;
        width: calc(90vw - 856px);
    }*/
}

@media (max-width: 1460px) {
    /*.main_screen_right {
        width: 96%;
    }
    .main_screen_left {
        width: 4%;
    }
    .main_screen_text {
        width: calc(96vw - 856px);
    }
    .main_screen_control_panel {
        left: 4%;
        width: calc(50vw - 126px);
    }
    .main_screen .left {
        left: calc(100vw - 816px);
    }*/

    .main_screen .left {
        left: calc(100vw - 816px);
    }
}

@media (max-width: 1416px) {
    .main_screen_right {
        width: 100%;
    }

    .main_screen_text {
        width: calc(100vw - 856px);
        padding-left: 60px;
        font-size: 28px;
    }

    .main_screen_text__bottom {
        padding-left: 60px;
    }

    .main_screen_control_panel {
        left: 0;
        width: calc(100vw - 856px);
    }

    .main_screen_control_panel ul {
        margin-left: 60px;
    }

    .main_screen_left {
        display: none;
    }
}

@media (max-width: 1260px) {
    .main_screen_wrapper {
        height: 480px;
    }
    .main_screen_video img {
      height: 394px;
    }

    .main_screen_text {
        width: calc(100vw - 703px);
        height: 394px;
    }
    .main_screen_control_panel {
        width: calc(100vw - 703px);
    }
    .main_screen .left {
        left: calc(100vw - 663px);
    }
}

@media (max-width: 1160px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 270px);
        background-color: transparent;
    }
    .main_screen_control_panel {
        width: calc(100vw - 346px);
        position: static;
    }
    .main_screen_control_panel ul {
        margin-left: 60px;
    }
    .main_screen .left {
        right: 144px;
        bottom: 0;
        left: auto;
        width: 142px;
        height: 84px;
        background-size: 20px 40px;
        background-position: top 22px right 30px;
        background-color: var(--primary-color);
    }
    .main_screen .right {
        right: 0;
        bottom: 0;
        left: auto;
        width: 142px;
        height: 84px;
        background-size: 20px 40px;
        background-position: top 22px left 30px;
        background-color: var(--primary-color);
    }
  
    .main_screen_video {
        float: none;
        margin-left: 0;
        height: auto;
        padding: 0;
        border-left: none;
        background-color: transparent;
        font-size: 0;
    }
    .main_screen_video .video {
        height: 100%;
    }
    .main_screen_video img {
        position: static;
        width: 100%;
        height: auto;
    }
    .main_screen_text {
        margin-top: -22px;
        width: calc(100vw - 144px);
        height: 292px;
        padding: 36px 20px 0 60px;
        background-color: var(--primary-color);
        z-index: 4;
    }
    .main_screen_text__bottom {
        left: 60px;
        right: 20px;
        background-color: transparent;
        padding: 0 0 20px 0;
    }
    .ic-record {
        background-position: top 2px left 0;
    }
}

@media (max-width: 760px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 300px);
    }
    .main_screen_text {
        height: 322px;
    }
}

@media (max-width: 660px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 190px);
    }
    .main_screen_text {
        margin-top: -22px;
        width: calc(100vw - 52px);
        height: 212px;
        padding: 36px 20px;
        background-color: var(--primary-color);
        font-size: 22px;
    }
    .main_screen_text__bottom {
        left: 20px;
        padding-left: 0;
    }
    .ic-record {
        font-size: 17px;
        background-size: 14px;
        background-position: top 1px left 0;
    }
    .main_screen .left {
        right: 52px;
        width: 50px;
        height: 50px;
        background-size: 10px 20px;
        background-position: center;
    }
    .main_screen .right {
        width: 50px;
        height: 50px;
        background-size: 10px 20px;
        background-position: center;
    }
    .main_screen_control_panel {
        width: calc(100vw - 122px);
        height: 52px;
    }
    .main_screen_control_panel ul {
        margin-left: 20px;
        height: 52px;
        line-height: 52px;
    }
    .main_screen_control_panel ul li {
      margin-top: 4px;
    }
}

@media (max-width: 560px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 230px);
    }
    .main_screen_text {
        height: 252px;
    }
}

@media (max-width: 500px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 260px);
    }
    .main_screen_text {
        height: 282px;
    }
}

@media (max-width: 400px) {
    .main_screen_wrapper {
        height: calc(100vw * 9 / 16 + 310px);
    }
    .main_screen_text {
        height: 332px;
    }
}
/* End */


/* Start:/local/templates/o3-disar/components/bitrix/news/materials/style.css?17331840003757*/
.products {
	padding: 80px 0;
}

.products_bg-decor {
	position: absolute;
	left: 100%;
	margin-left: 164px;
	bottom: 220px;
	z-index: 1;
}

.products_wrapper {
	margin-top: 32px;
}

.products_item {
	float: left;

	padding: 0 12px;
	box-sizing: border-box;
}

.products_wrapper.col3 .products_item {
	width: calc(100% / 3);
}

.products_wrapper.col3 .products_item:nth-child(1) {
	margin-top: 58px;
}

.products_wrapper.col3 .products_item:nth-child(2) {
	margin-top: -90px;
}

.products_wrapper.col3 .products_item:nth-child(3) {
	margin-top: 90px;
}

.products_wrapper.col4 .products_item {
	width: 25%;
}

.products_text {
	margin-top: -30px;
	padding-left: 20px;
}

.products_item img {
	width: 100%;
	max-width: 416px;
}

.products_item.vb .products_text {
	color: var(--text-color);
}

.products_item.vb a:hover {
    text-decoration: none;
}

.products_item.vb a:hover .products_text {
	color: var(--primary-color);
}

.products_name {
	max-width: 260px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
}

.products_link {
	margin-top: 12px;
	display: inline-block;
	padding-right: 80px;
	font-size: 17px; 
	font-weight: 700;
	color: var(--primary-color);
	background-size: 64px auto;
	background-position: center right 0;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCA2NCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ny4zNDMxIDAuMjk4MzA0TDYzLjcwNzEgNi43Nzk4M0M2NC4wOTc2IDcuMTc3NTcgNjQuMDk3NiA3LjgyMjQzIDYzLjcwNzEgOC4yMjAxN0w1Ny4zNDMxIDE0LjcwMTdDNTYuOTUyNiAxNS4wOTk0IDU2LjMxOTUgMTUuMDk5NCA1NS45Mjg5IDE0LjcwMTdDNTUuNTM4NCAxNC4zMDQgNTUuNTM4NCAxMy42NTkxIDU1LjkyODkgMTMuMjYxNEw2MC41ODU4IDguNTE4NDdIMUMwLjQ0NzcxNSA4LjUxODQ3IDAgOC4wNjI0OSAwIDcuNUMwIDYuOTM3NTEgMC40NDc3MTUgNi40ODE1MyAxIDYuNDgxNTNINjAuNTg1OEw1NS45Mjg5IDEuNzM4NjRDNTUuNTM4NCAxLjM0MDkgNTUuNTM4NCAwLjY5NjA0MyA1NS45Mjg5IDAuMjk4MzA0QzU2LjMxOTUgLTAuMDk5NDM0NyA1Ni45NTI2IC0wLjA5OTQzNDcgNTcuMzQzMSAwLjI5ODMwNFoiIGZpbGw9IiM3M0IxREYiLz4KPC9zdmc+Cg==');
}

@media (max-width: 1220px) {
	.products_wrapper.col4 .products_item {
		width: 50%;
	}

	.products_wrapper.col4 .products_item img {
		max-width: 360px;
	}

	.products_wrapper.col4 .products_item:nth-child(2n) {
		margin-bottom: 20px;
	}
	.products_wrapper.col4 .products_item:nth-last-child(1) {
		margin-bottom: 0;
	}
}

@media (max-width: 960px) {
	.products_wrapper.col3 .products_item, .products_wrapper.col4 .products_item {
		float: none;
		clear: both;
		width: 100%;
	}
	.products_wrapper.col3 .products_item1, .products_wrapper.col3 .products_item2, .products_wrapper.col3 .products_item3,
	.products_wrapper.col4 .products_item1, .products_wrapper.col4 .products_item2, .products_wrapper.col4 .products_item3,
	{
		margin-top: 0;
	}
	.products_wrapper.col3 .products_item img, .products_wrapper.col4 .products_item img {
		float: left;
		width: 40%;
		max-width: 316px;
	}
	.products_text {
		float: left;
		margin-top: 0;
		padding-top: 60px;
		width: 60%;
		max-width: 316px;
		box-sizing: border-box;
	}
}

@media (max-width: 660px) {
	.products_text {
		padding-top: 30px;
	}
}

@media (max-width: 560px) {
	.products_wrapper.col3 .products_item, .products_wrapper.col3 .products_item {
		margin-bottom: 0;
		padding: 0;
	}
	.products_wrapper.col3 .products_item:nth-child(2), .products_wrapper.col4 .products_item:nth-child(2) {
		margin-top: 0;
	}
	.products_wrapper.col3 .products_item, .products_wrapper.col4 .products_item {
		padding-top: 0;
	}
	.products_wrapper.col3 .products_item img, .products_wrapper.col4 .products_item img {
		float: none;
		width: 100%;
	}
	.products_text {
		float: none;
		padding: 0;
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/o3-disar/components/bitrix/news.list/projects/style.css?16970688005479*/
.projects {
    padding: 80px 0;
    background-color: var(--sec-grey-color);
}

.projects_bg-decor {
    position: absolute;
    right: 100%;
    margin-right: 130px;
    top: -320px;
}

.projects_wrapper {
    position: relative;
    margin-top: 32px;
    margin-left: -12px;
    width: 100%;
    width: calc(100% + 24px);
    z-index: 2;
}

.projects-slider_wrapper {
    position: relative;
    width: 100%;
    height: 366px;
    padding-bottom: 52px;
    overflow: hidden;
}

.projects-slider {
    position: relative;
    height: 100%;
}

.projects-slider a {
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}

.projects_item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 406px;
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}

.projects_item_img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.projects_item.type2 .projects_item_img {
    padding-bottom: 30%;
    box-sizing: border-box;
}

.projects_item_img img {
    height: 100%;
}

.projects_item_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    transition: all 0.1s ease;
}

.projects_item_bg p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--sec-white-color);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 28.13%, rgba(0, 0, 0, 0.80) 100%);
    transition: all 0.1s ease;
}

.projects_item_bg:hover {
    background-position: top 24px left 20px;
    background-repeat: no-repeat;
    background-size: 64px 15px;
    background-image: var(--ic-right-arrow-more-white);
    background-color: var(--primary-color);
}

.projects_item_bg:hover p {
    background: transparent;
}

.projects_item.type2 .projects_item_bg {
    top: auto;
    background-color: var(--sec-white-color);
}

.projects_item.type2 .projects_item_bg:hover {
    background-image: none;
}

.projects_item.type2:hover .projects_item_bg {
    background-color: var(--primary-color);
}

.projects_item.type2 .projects_item_bg p {
    position: static;
    background: transparent;
    color: var(--text-color);
}

.projects_item.type2:hover .projects_item_bg p {
    color: var(--sec-white-color);
}

.projects_item_about {
    display: flex;
}

.projects_item.type2 .projects_item_bg .projects_date {
    max-width: 100px;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

.projects_item.type2 .projects_item_bg .projects_section {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 14px;
    color: var(--primary-color);
    text-align: right;
}

.projects_item.type2 .projects_item_bg .projects_section:hover {
    text-decoration: underline;
}

.projects_control_panel {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 52px;
    bottom: 0;
    font-size: 0;
    line-height: 52px;
    text-align: center;
    box-sizing: border-box;
}

.projects_control_panel li {
    margin-right: 24px;
    display: inline-block;
}

.projects_control_panel li:nth-last-child(1) {
    margin-right: 0;
}

.projects_control_panel li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: var(--sec-grey-dark-color);
    vertical-align: middle;
}

.projects_control_panel li.active a {
    background-color: var(--primary-color);
}


.projects_wrapper .left {
    position: absolute;
    top: 0;
    left: -76px;
    bottom: 52px;
    width: 60px;
    background-size: 60px 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--ic-left-arrow-white);
    z-index: 2;
}

.projects_wrapper .right {
    position: absolute;
    top: 0;
    right: -76px;
    bottom: 52px;
    width: 60px;
    background-size: 60px 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--ic-right-arrow-white);
    z-index: 2;
}

.projects_wrapper .left:hover {
    background-image: var(--ic-left-arrow-blue);
}

.projects_wrapper .right:hover {
    background-image: var(--ic-right-arrow-blue);
}

@media (max-width: 1416px) {
    .projects_wrapper .left {
        left: -38px;
    }

    .projects_wrapper .right {
        right: -38px;
    }

    .projects-slider_wrapper a {
        width: 25%;
    }
}

@media (max-width: 1300px) {
    .projects-slider_wrapper a {
        width: 33.33%;
    }
}

@media (max-width: 1000px) {
    .projects-slider_wrapper a {
        width: 50%;
    }

    .projects_control_panel {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 620px) {
    .projects-slider_wrapper a {
        width: 100%;
    }

    .projects_control_panel {
        padding: 0 50px;
    }

    .projects_control_panel li {
        margin-right: 12px;
    }

    .projects_control_panel li a {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 660px) {
    .projects_wrapper .left {
        top: auto;
        bottom: 0;
        left: 0;
        width: 50px;
        height:52px;
        background-size: 10px 20px;
    }

    .projects_wrapper .right {
        top: auto;
        bottom: 0;
        right: 0;
        width: 50px;
        height:52px;
        background-size: 10px 20px;
    }
}
/* End */


/* Start:/local/templates/o3-disar/components/bitrix/news.list/news_preview/style.css?17113248003165*/
.information {
	padding: 80px 0;
}

.information .information_bg-decor {
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 1;
}

.information_wrapper {
	position: relative;
	margin-top: 8px;
	z-index: 2;
}

.information_item {
	margin-top: 24px;
	height: 318px;
	background-color: var(--sec-grey-color);
	overflow: hidden;
}

.information_text-block {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 40px 12px 40px 70px;
	box-sizing: border-box;
}

.information_date {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.15;
    color: var(--text-color);
}

.information_header {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700; 
    color: var(--text-color);
}

.information_header a {
	color: inherit;
}

.information_header a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.information_text, .information_page-item .information_text-block p {
    font-size: 20px;
    line-height: 1.2;
    color: var(--text-color);
}

.information_button_wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px 0 32px 70px;
	background-color: var(--sec-grey-color);
}

.information_button {
	display: inline-block;
	padding: 10px 16px 8px;
	border: 1px solid var(--primary-color);
	border-radius: 300px; 
	font-size: 14px;
	line-height: 1;
    font-weight: 700;
    color: var(--primary-color);
}

.information_button.active {
    background-color: var(--primary-color);
    color: var(--sec-white-color);
}

.information_tags {
	margin-top: 20px;
}

.information_tags .information_button {
    margin: 12px 12px 0 0;
}


.information_img {
	float: right;
	display: flex;
	width: 50%;
	padding-left: 12px;
	box-sizing: border-box;
	justify-content: center;
	overflow: hidden;
}

.information_img img {
	height: 100%;
}

.information_btn {
	margin: 32px 0 0 70px;
    display: inline-block;
	padding: 14px 24px 10px 24px;
	border-radius: 30px;
	border: 2px solid var(--primary-color);
	background: var(--primary-color);
	font-size: 20px; 
	line-height: 1.2;
	font-weight: 700;
    color: var(--sec-white-color);
}

.information_btn:hover {
	text-decoration: none;
	background: var(--sec-white-color);
    color: var(--primary-color);
}

@media (max-width: 1060px) {
	.information_text-block {
		padding-left: 32px;
	}

	.information_button_wrapper {
		padding-left: 32px;
	}

	.information_btn {
		margin-left: 32px;
	}
}

@media (max-width: 960px) {
	.information_header {
	    font-size: 22px;
	}

	.information_text {
	    font-size: 16px;
	    line-height: 1.2;
	    color: var(--text-color);
	}
}

@media (max-width: 760px) {
	.information_text-block {
		padding-top: 32px;
	}
}

@media (max-width: 660px) {
	.information_item {
		margin-bottom: 24px;
		height: auto;
	}
	.information_img {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.information_img img {
		width: 100%;
		height: auto;
	}
	.information_text-block {
		float: none;
		width: 100%;
		height: auto;
        padding: 24px 20px 30px;
	}

	.information_button_wrapper {
		position: static;
		margin-top: 24px;
		padding: 0;
	}

	.information_btn {
		margin-left: 20px;
	}
}
/* End */


/* Start:/local/templates/o3-disar/components/bitrix/news.list/advantages/style.css?17044992002920*/
.advantages {
	padding: 80px 0 160px;
}

.advantages_bg-decor {
	position: absolute;
	right: 82%;
	bottom: 200px;
	z-index: 0;
}

.advantages_wrapper {
	position: relative;
	margin-top: 32px;
	width: 100%;
	height: 654px;
}

.advantages_wrapper .di-slider li {
	display: flex;
    width: 30%;
    height: 654px;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center;
}

.advantages_wrapper .di-slider li.active {
	width: 40%;
	border-right: 3px solid var(--sec-white-color);
    border-left: 3px solid var(--sec-white-color);
}

.advantages_wrapper .di-slider li img {
	height: 100%;
	transition: all 0.25s ease;
}

.advantages_wrapper .di-slider li.active img {
	height: 120%;
}

.advantage_text {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 60px 30px;
    background: var(--sec-grey-color); 
    font-size: 28px; 
    line-height: 1.15;
    color: var(--text-color);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.advantages_wrapper .di-slider li.active .advantage_text {
    padding: 60px 40px 60px 60px;
    background: var(--primary-color);
    color: var(--sec-white-color); 
    font-size: 30px; 
    line-height: 1.15;
    font-weight: 700;
}

p.advantage_header {
	margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
}

.advantages_wrapper li.active p.advantage_header {
    font-size: 46px; 
}

@media (max-width: 1010px) {
	.advantages_wrapper .di-slider li, .advantages_wrapper li:nth-child(2)*/  {
		width: 40%;
		border-right: none;
	    border-left: none;
	}

	.advantages_wrapper .di-slider li .advantage_text {
	    padding: 40px 40px 60px 30px;
	    background: var(--sec-grey-color); 
	    color: var(--text-color);  
	    font-weight: 400;
	}

	.advantages_wrapper .di-slider li.active p.advantage_header {
	    font-size: 32px; 
	}

	.advantages_wrapper .di-slider li.active {
		width: 60%;
		border-right: 3px solid var(--sec-white-color);
	    border-left: 3px solid var(--sec-white-color);
	}
	.advantages_wrapper .di-slider li.active .advantage_text {
	    padding: 60px 40px 60px 60px;
	    background: var(--primary-color);
	    color: var(--sec-white-color);   
	    line-height: 1.15;
	    font-weight: 700;
	}
	.advantages_wrapper .di-slider li.active p.advantage_header {
	    font-size: 46px; 
	}
}

@media (max-width: 860px) {
	.advantages_wrapper .di-slider li .advantage_text {
	    font-size: 20px;
	}
    .advantages_wrapper .di-slider li.active .advantage_text {
	    padding-right: 50px;
	    font-size: 22px;
	}

	.advantages_wrapper .di-slider li p.advantage_header {
        font-size: 32px;
    }

	.advantages_wrapper .di-slider li.active p.advantage_header {
        font-size: 36px;
    }
}

@media (max-width: 660px) {
    .advantages_wrapper .di-slider li.active .advantage_text {
	    padding: 30px 20px;
	}
}
/* End */
/* /local/templates/o3-disar/components/bitrix/news.list/slideshow/style.css?175068864010118 */
/* /local/templates/o3-disar/components/bitrix/news/materials/style.css?17331840003757 */
/* /local/templates/o3-disar/components/bitrix/news.list/projects/style.css?16970688005479 */
/* /local/templates/o3-disar/components/bitrix/news.list/news_preview/style.css?17113248003165 */
/* /local/templates/o3-disar/components/bitrix/news.list/advantages/style.css?17044992002920 */
