

/* Start:/local/templates/new/components/bitrix/catalog/news/style.css?1701885710266*/
.load_more .btn-black {
    background: #112546;
}
.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.page-news-list{
display: flex;
    width: 100%;
}

/* End */


/* Start:/local/templates/new/components/bitrix/catalog.element/news/style.css?17065516115642*/
.bg-page {
    padding-bottom: 20px;
}
.n-date{
color: #05396b;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
}
body .title-page {
    display: none;
}
.new-page-detail .new-banner{
    margin-bottom: 30px;
}
.new-page-detail .new-banner img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.new-page-detail .title-new{
    font-size: 32px;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.full_color {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}
.full_color .title {
    font-size: 24px;
    line-height: 38px;
    color: #074e7d;
    background: url(/bitrix/templates/new/img/Full-img_20.png) no-repeat;
    padding-left: 70px;
    font-weight: bold;
}
.full_color .overview_box {
    padding: 15px 68px;
}
.full_color .overview_box .overview_desc {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.full_color .overview_box .video {
    margin: 34px auto;
    width: 80%;
}
.full_color .overview_box .video img{
	width: 100%;
    height: auto;
}
.full_color .Technologies_box, .full_color .Performance_box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 70px;
}
.full_color .Technologies_box .technologies_item, .full_color .Performance_box .Performance_item {
    width: calc(50% - 17px);
    margin-right: 34px;
}
.full_color .Technologies_box .technologies_item:nth-child(2n), .full_color .Performance_box .Performance_item:nth-child(2n) {
    margin-right: 0;
}
.full_color .Technologies_box .technologies_item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #0e5fac;
    margin-bottom: 6px;
    height: 30px;
    overflow: hidden;
}
.full_color .Technologies_box .technologies_item ul, .full_color .Performance_box .Performance_item ul {
    padding-left: 20px;
    margin-top: 6px;
}
.full_color .Technologies_box .technologies_item li, .full_color .Performance_box .Performance_item li {
    font-size: 15px;
    line-height: 20px;
    color: #3e3a39;
    list-style: disc;
}
.full_color .Technologies_box .technologies_item .technologies_image {
    width: 90%;
    border-radius: 12px;
    border: 1px dashed #dadada;
    margin: 23px 0 35px;
    height: 279px;
}
.full_color img {
    width: 100%;
    height: 277px;
    object-fit: cover;
    border-radius: 12px;
}
.full_color .Performance_box .Performance_item p {
    width: fit-content;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    border-radius: 4px;
    padding-left: 16px;
    margin-top: 14px;
    padding-right: 16px;
}
.full_color .Performance_box .Performance_item .Performance_desc {
    font-size: 14px;
    line-height: 20px;
    color: #3e3a39;
    margin-top: 14px;
    min-height: 64px;
}
.full_color .Performance_box .Performance_item .Performance_image {
    width: 90%;
    margin: 23px 0 35px;
}
.full_color .Scenario_box {
    padding: 6px 70px 44px;
}
.full_color .Scenario_box .Scenario_item {
    margin-top: 18px;
    display: flex;
}
.full_color .Scenario_box .Scenario_item .Scenario_image {
    width: 40%;
}
.full_color img {
    width: 100%;
}
.full_color .Scenario_box .Scenario_item .Scenario_text {
    padding-left: 60px;
    padding-top: 0;
    max-width: 60%;
}
.full_color .Scenario_box .Scenario_item.Scenario_item_full .Scenario_text{
    max-width: 100%;
}
.full_color .Scenario_box .Scenario_item .Scenario_text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #0e5fac;
    padding-left: 8px;
    border-left: 4px solid #0e5fac;
margin-top: 2px;
}
.full_color .Scenario_box .Scenario_item .Scenario_text ul{
	padding-left: 20px;
    margin-top: 16px;
}
.full_color .Scenario_box .Scenario_item .Scenario_text li {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    list-style: disc;
}







@media screen and (max-width: 1010px) {
.full_color .Technologies_box .technologies_item .technologies_image, .full_color .Performance_box .Performance_item .Performance_image {
    height: 170px;
}
.full_color img {
    height: 168px;
}
.full_color .Scenario_box .Scenario_item {
    flex-direction: column;
}
.full_color .Scenario_box .Scenario_item .Scenario_image {
    width: 50%;
}
.full_color .Scenario_box .Scenario_item .Scenario_text {
    padding-top: 26px;
    padding-left: 0;
    max-width: 100%;
}






}/*media 1010px*/


@media screen and (max-width: 767px) {
.full_color .Scenario_box .Scenario_item .Scenario_image {
    width: 100%;
}
	.full_color .overview_box .video {
		width: 100%;
	}
	.full_color .title {
		padding-left: 20px;
		font-size: 20px;
	}
	.full_color .overview_box {
		padding: 15px 20px;
	}
	.full_color .Technologies_box, .full_color .Performance_box {
		padding: 10px 20px;
	}
	.full_color .Technologies_box .technologies_item, .full_color .Performance_box .Performance_item {
		width: 100%;
		margin-right: 0;
	}
	.full_color .Technologies_box .technologies_item ul, .full_color .Performance_box .Performance_item ul {
		min-height: auto !important;
	}
	.full_color .Technologies_box .technologies_item .technologies_image, .full_color .Performance_box .Performance_item .Performance_image  {
		height: 279px;
	}
	.full_color img {
		height: 277px;
	}
	.full_color .Scenario_box {
		padding: 15px 20px;
	}






}/*media 767px*/

@media screen and (max-width: 650px) {
.full_color .Technologies_box .technologies_item .technologies_image, .full_color .Performance_box .Performance_item .Performance_image  {
    height: 170px;
}
.full_color img {
    height: 168px;
}





}/*media 650px*/
































/* End */
/* /local/templates/new/components/bitrix/catalog/news/style.css?1701885710266 */
/* /local/templates/new/components/bitrix/catalog.element/news/style.css?17065516115642 */
