

/* Start:/local/templates/kanistra_template/components/bitrix/news.list/main-slider/style.css?17533566614607*/
/*==========MAIN SLIDER===========*/

section.main_slider {
    width: 100%;
    min-height: 100vh;
    background: #312812;
}

.main_slider_slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    z-index: 5;
}

.slider_fons {
    height: 100vh;
    min-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.slider_fons_640 {
    display: none;
}

.slider_fons_380 {
    display: none;
}

.main_slider_text {
    width: 49%;
    gap: 36px;
    flex-direction: column;
    text-align: left;
    justify-content: space-evenly;
    align-items: flex-start !important;
}

.main_slider_main_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 58px;
    line-height: 117%;
    color: #fff;
    width: 100%;
}

.main_slider_description {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #f8f8f8;
    width: 88%;
}

.main_slider_big_description {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #f8f8f8;
}

.slider_nav {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.slider_nav_buttons {
    width: 50%;
    justify-content: flex-start !important;
    color: var(--white);
}

.slider_nav_center {
    height: 128px;
    border-right: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
    font-size: 48px;
    padding: 0 32px;
    display: flex;
    align-items: center;
}

.slider_nav_right,
.slider_nav_left {
    padding: 0 32px;
    cursor: pointer;
}

.slider_nav_right img {
    transform: rotate(180deg);
    /* transition: 0.3s; */
}

.slider_nav_right img:hover,
.slider_nav_left img:hover {
    filter: brightness(0) saturate(100%) invert(83%) sepia(51%) saturate(2303%) hue-rotate(333deg) brightness(104%) contrast(100%);
}

.slider_nav_arrow {
    width: 40px;
    height: auto;
}

.main_slider {
    position: relative;
    overflow: hidden; /* Это предотвратит выход слайдов за пределы контейнера */
}

.main_slider_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateX(100%); /* Начальная позиция за пределами экрана */
    z-index: 1; /* Устанавливаем базовый уровень z-index */
}

.main_slider_slide.active {
    opacity: 1;
    transform: translateX(0); /* Отобразить активный слайд */
    z-index: 2; /* Активный слайд на переднем плане */
}

.main_slider_slide.prev {
    opacity: 1;
    transform: translateX(-100%); /* Показываем предыдущий слайд */
    z-index: 1; /* Предыдущий слайд ниже активного */
}

.main_slider_slide.next {
    opacity: 1;
    transform: translateX(100%); /* Показываем следующий слайд */
    z-index: 1; /* Следующий слайд ниже активного */
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .slider_nav_center {
        height: 72px;
    }
}

@media screen and (max-width: 1250px) {
    .main_slider_main_title {
        font-size: 50px;
    }

    .main_slider_text {
        width: 60%;
        gap: 40px;
    }

    .slider_nav_buttons {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 950px) {
    .main_slider_text {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .main_slider_main_title {
        font-size: 26px;
    }

    .main_slider_description {
        font-size: 14px;
        line-height: 130%;
    }

    .main_slider_text .button {
        width: 240px;
        height: 48px;
    }

    .slider_nav_right,
    .slider_nav_left {
        padding: 0 8px;
    }

    .slider_nav_arrow {
        width: 16px !important;
    }

    .slider_nav_center {
        font-size: 24px !important;
    }

    .slider_nav_center {
        padding: 0 8px;
    }

    .slider_nav_buttons {
        justify-content: flex-start;
    }

    .slider_fons_computer {
        display: none;
    }

    .slider_fons_640 {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .slider_fons_640 {
        display: none;
    }

    .slider_fons_380 {
        display: flex;
    }
}

/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/catalog/catalog-last/style.css?1753356661697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/catalog/catalog-last/bitrix/catalog.section.list/.default/style.css?17533566617305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/news.list/services-provided/style.css?17533566613478*/
.services_list {
    background: #333;
    padding: 102px 0 119px;
}

.services_title_and_text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.services_title_and_text .services_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #fff;
    width: 30%;
}

.service_cards_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* max-height: 550px; */
    /* height: 100%; */
    gap: 2px;
}

.service_card {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
}

.h2_yellow {
    color: #ffb630;
    width: 35%;
}

.service_card_img1 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/1.png);
}

.service_card_img2 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/2.png);
}

.service_card_img3 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/3.png);
}

.service_card_img4 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/4.png);
}

.service_card:hover .service_card_img1 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/1_2.png);
}

.service_card:hover .service_card_img2 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/2_2.png);
}

.service_card:hover .service_card_img3 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/3_2.png);
}

.service_card:hover .service_card_img4 {
    background: url(/local/templates/kanistra_template/components/bitrix/news.list/services-provided/../services-provided/img/serviceslist/4_2.png);
}

.service_card_img {
    width: 100%;
    height: 11vw;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    transition: 0.3s;
}

.service_card_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    transition: 0.3s;
}

.service_card:hover .service_card_title {
    color: #ffb630;
}

.service_card_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #f8f8f8;
}

.service_button {
    width: 100%;
    margin-top: auto;
}

.service_button:hover {
    background: #ffb630;
    color: #333;
}

.service_card_content {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .services_title_and_text .services_text {
        width: 30%;
    }

    .service_card {
        gap: 28px;
    }

    .service_card_content {
        gap: 24px;
    }

    .service_card_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {
    .services_title_and_text .services_text {
        width: 40%;
    }

    .service_cards_all {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 950px) {
    .services_title_and_text .services_text {
        width: 50%;
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .services_title_and_text {
        flex-direction: column;
    }

    .h2_yellow {
        width: 100%;
    }

    .services_title_and_text .services_text {
        width: 100%;
        margin-top: 32px;
    }

    .service_cards_all {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service_card_img {
        height: 160px;
    }
}

/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/news.list/partners-list/style.css?17533566612980*/
.partners_list {
    background: #f8f8f8;
    padding: 119px 0 129px;
}

.partners_list .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.partners_list_right {
    display: flex;
    align-items: flex-end;
}

.partners_list_left {
    border-right: 1px solid #cacaca;
}

.partners_list_left .h2 {
    width: 80%;
    margin-bottom: 66px;
}

.partners_list_left_filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 97%;
    cursor: pointer;
}

.partners_list_left_filter_item {
    padding: 10px 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    transition: 0.3s;
}
.partners_list_left_filter_item:hover {
    background: #ffb63029;
    border-radius: 4px;
}
.partners_list_left_filter_item.active {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333;
    background: var(--light-orange);
    border-radius: 4px;
    padding: 10px 16px;
}

.partners_list_partners_pictures {
    display: flex;
    flex-wrap: wrap;
    padding-left: 26px;
}

.partners_list_partners_pictures_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* border: 0.93px solid #cacaca;
    width: 232px;
    height: 200px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s; */
}

.partners_list_images:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .partners_list_images {
        width: 190px;
        height: 180px;
    }

    .partners_list_images img {
        width: 70%;
    }
}

@media screen and (max-width: 1250px) {
    .partners_list_images {
        width: 140px;
        height: 146px;
    }

    .partners_list_images img {
        width: 60%;
    }

    .partners_list_left_filter {
        width: 95%;
    }
}

@media screen and (max-width: 950px) {
    .partners_list .container {
        grid-template-columns: 1fr;
    }

    .partners_list_left {
        border-right: none;
    }

    .partners_list_left .h2 {
        width: 100%;
        margin-bottom: 36px;
    }

    .partners_list_left_filter {
        width: 100%;
    }

    .partners_list_partners_pictures {
        padding-left: 0;
        margin-top: 30px;
    }

    .partners_list_images {
        width: 150px;
        height: 140px;
    }

    .partners_list_images img {
        width: 75%;
    }
}

@media screen and (max-width: 650px) {
    .partners_list_images {
        width: 185px;
        height: 160px;
    }

    .partners_list_images img {
        width: 70%;
    }
}
.partners_list_images {
    display: flex;
    border: 0.93px solid #cacaca;
    width: 232px;
    height: 200px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
}

/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/news.list/news-slider/style.css?17533566612183*/
.news_slider {
    padding: 118px 0 156px;
}

.news_slider .h2 {
    margin-bottom: 48px;
}

.news_slider_title_arrow {
    display: flex;
    justify-content: space-between;
}

.news_slider_arrow {
    display: flex;
    align-items: flex-start;
}

.news_all_slides {
    display: flex;
    justify-content: space-between;
}

.news_slide {
    width: min-content;
    min-height: 464px;
    position: relative;
}

.news_slide_data {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    margin: 24px 0 8px;
}

.news_slide_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 130%;
}

.news_slide_picture {
    border-radius: 4px;
}

.news_link {
    opacity: 0;
    transition: 0.3s;
}

.news_slide:hover .news_link {
    opacity: 1;
}

.news_link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    position: absolute;
    bottom: 0;
}

.news_link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #ffb630;
    transition: width 0.3s ease-out;
}

.news_link:hover:before {
    width: 100%;
}

/*для скролла*/

.news_all_slides {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
}

.news_all_slides::-webkit-scrollbar {
    display: none;
}

.news_slide {
    flex: 0 0 auto;
}
.news_slide--size {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 330px;
    height: 330px;
}
.news-text {
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .news_all_slides {
        justify-content: normal;
        gap: 20px;
    }
}

@media screen and (max-width: 1250px) {
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 650px) {
}

/* End */


/* Start:/local/templates/kanistra_template/components/bitrix/news.list/social-network/style.css?17533566611943*/
.social_networks {
    background: #ffb630;
}

.social_networks .container {
    border-radius: 30px;
    background: #fff;
    padding: 36px 0 36px 29px;
}

.social_networks_content {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

.social_networks_inform {
    display: flex;
    gap: 43px;
}

.social_networks_picture {
    width: 72px;
    height: 100%;
}

.social_networks_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333;
    margin-bottom: 12px;
}

.social_networks_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #767676;
}

.social_networks_icon {
    display: flex;
    gap: 24px;
}

.social_networks_icon a {
    padding: 15px;
    background: #ffb630;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: 0.3s;
}

.social_networks_icon_tg {
    padding: 15px 17px 15px 13px !important;
}

.social_networks_icon a:hover {
    background: none;
    border: 2px solid #ffb630;
}

.social_networks_icon a:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(46%) saturate(1404%) hue-rotate(330deg) brightness(100%) contrast(103%);
}

/*АДАПТИВ*/

@media screen and (max-width: 1500px) {
    .social_networks .container {
        padding: 36px;
    }

    .social_networks_content {
        width: 100%;
        justify-content: space-around;
    }
}

@media screen and (max-width: 950px) {
    .social_networks_content {
        flex-direction: column;
    }

    .social_networks_icon {
        justify-content: center;
        margin-top: 24px;
    }
}

@media screen and (max-width: 650px) {
    .social_networks_inform {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
}

/* End */
/* /local/templates/kanistra_template/components/bitrix/news.list/main-slider/style.css?17533566614607 */
/* /local/templates/kanistra_template/components/bitrix/catalog/catalog-last/style.css?1753356661697 */
/* /local/templates/kanistra_template/components/bitrix/catalog/catalog-last/bitrix/catalog.section.list/.default/style.css?17533566617305 */
/* /local/templates/kanistra_template/components/bitrix/news.list/services-provided/style.css?17533566613478 */
/* /local/templates/kanistra_template/components/bitrix/news.list/partners-list/style.css?17533566612980 */
/* /local/templates/kanistra_template/components/bitrix/news.list/news-slider/style.css?17533566612183 */
/* /local/templates/kanistra_template/components/bitrix/news.list/social-network/style.css?17533566611943 */
