

/* Start:/local/templates/new/components/bitrix/news/solutions/bitrix/news.detail/.default/style.css?17065515387862*/
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 {
    padding: 0;
}
.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;
	}







}/*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*/

















/*SLIDER_START*/
.projects_detail_text{
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 24px;
}
.projects_detail_text img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.main-our-partners {
    background: #f5f5f5;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



.main-our-partners .swiper-wrapper .swiper-slide img.our_p_slide{
    height: 300px;
    width: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
}
.main-our-partners .swiper-wrapper .swiper-slide a{
	display:block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-our-partners .swiper-wrapper .swiper-slide a span.p-v-b{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}
.msliderkey{
	position: relative;
    width: calc(100% - 120px);
    overflow: hidden;    margin: 0 auto;
}
.FMS{
position: relative;width: 100%;
}

.top-slider .FMS .slider-arrow {
    left: 0;
}
.top-slider .FMS .slider-arrow.next {
    right: 0;
}
.top-slider .FMS .swiper-slide {
    position: relative;
    height: 300px;
}

.news-detail img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 0;
}
h3.projects-h3{
    font-family: 'Open Sans',Arial,sans-serif;
    margin-top: 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    color: #112546;
    border-bottom: 2px solid #112546;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


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


@media screen and (max-width: 767px) {
h3.projects-h3 {
    font-size: 24px;
}
}
/*SLIDER_END*/






/* End */
/* /local/templates/new/components/bitrix/news/solutions/bitrix/news.detail/.default/style.css?17065515387862 */
