

/* Start:/local/templates/new/components/bitrix/catalog/doing/style.css?17018857118705*/
body .main-how {
    padding: 0;
}
body .news-list-how {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.doing-section img.doing-section-img{
	width: 100%;
    height: auto;
    object-fit: cover;
}
.doing-section .doing-section-text{
	line-height: 1.5;
    font-size: 18px;
    padding: 10px 0;
}
.block-callback{
    display: flex;
    width: calc(100% - 20px);
    background: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 10px;
}
.block-callback .block-callback-left{
    background: #fff;
    color: #fff;
    display: flex;
    width: 60%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}
.block-callback .block-callback-left p{
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
	text-align: center;
}
.block-callback .block-callback-left p span {
    font-size: 60px;
}
.block-callback .block-callback-right{
    display: flex;
    align-items: center;
    margin-left: 20px;
    width: calc(40% - 20px);
}
.block-callback .block-callback-right form{
    width: 100%;
}
.block-callback .block-callback-right .callback_div{
    margin-bottom: 15px;
    margin-top: 15px;
	width: calc(100% - 2px);
}
.block-callback .block-callback-right .callback_div input{
  color: #767676;
    width: 100%;
    padding: 15px 10px;
    border: unset;
    font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
    border: 2px solid #cdc9c9;
}
.block-callback .block-callback-right .callback_div input::placeholder, .block-callback .block-callback-right .callback_div textarea::placeholder {
  color: #767676;
opacity:0.8;
}
.block-callback .block-callback-right .callback_div textarea{
  color: #767676;
    width: 100%;
    padding: 15px 10px;
    border: unset;
	height: 150px;
    font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
    border: 2px solid #cdc9c9;
}
.block-callback .block-callback-right .callback_div button{
    width: 100%;
    padding: 18px 10px;
    color: #305B70;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border: 2px solid #305B70;
    background: #fff;
}
.block-callback .block-callback-right .callback_div button:hover{
    cursor: pointer;
    background: #305B70;
    color: #fff;
    border: 2px solid #305B70;
}
.block-callback .result_msg{
    font-size: 15px;
    color: #34bf1b;
    font-weight: 600;
    text-align: center;
}



@media screen and (max-width: 1010px) {
	.block-callback .block-callback-left p {
		font-size: 24px;
		line-height: 26px;
	}
	.block-callback .block-callback-left p span {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.block-callback {
		flex-direction: column;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.block-callback .block-callback-left {
		width: 100%;
    	padding: 0;
	}
	.block-callback .block-callback-right {
		width: 100%;
		margin-left: unset;
	}
	.block-callback .block-callback-right .callback_div {
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-width: 567px) {
	.block-callback .block-callback-left p {
		font-size: 20px;
		line-height: 24px;
	}
	.block-callback .block-callback-left p span {
		font-size: 30px;
	}
}






























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


/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section.list/doing_main_sections/style.css?17018857092632*/
.main-how{
    background: #F1f1f1;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.news-list-how {
width:90%;
padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
.news-list-how .news-item-how{

    background: #fff;
    padding: 51px 20px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 0.3rem;
    border-bottom: 3px solid #05396b;
    text-align: center;
    transition: transform .6s ease-out;
    transform: translateY(0);
    width: calc(25% - 20px);

}
h3.news-list-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;
}
h3.news-list-h3 a{
    color: #112546;
    display: block;
    width: 100%;
    height: 100%;
}
.main-how hr.thinLineSeparator {
    width: 4%;
    margin-bottom: 25px;
    height: 1px;
    border: unset;
    background: #000;
}
.main-how .preview_picture{
	margin: 0 auto;
    width: 100%;
    height: 150px;
    object-fit: contain;
transition: transform .6s ease-out;
    transform: translateY(0);
}
.how_name{
    font-size: 1.25em;
	margin: 32px 0 16px 0;
}
.prev_text{
	height: 170px;
    overflow: hidden;
    margin: 0 0 10px;
    line-height: 1.5;
}
.news-list-how .news-item-how:hover {
    transition: transform .6s ease-out;
    transform: translateY(-4px);
}

.news-list-how .news-item-how:hover .preview_picture {
    transition: transform .6s ease-out;
 transform: scale(1.1);
}
.news-list-how .news-item-how a{
    color: #000;
    display: block;
}
@media (max-width: 1250px){
	.news-list-how {
		width: 100%;
	}
	.news-list-how .news-item-how{
		width: calc(33.3% - 30px);
	}
}
@media (max-width: 920px){
	.news-list-how {
		width: 100%;
	}
	.news-list-how .news-item-how{
		width: calc(50% - 30px);
	}
}
@media (max-width: 767px){
	.main-how {
		padding: 50px 0;
	}
	.news-list-how {
		width: 100%;
	}
.news-list-how .news-item-how {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
	h3.news-list-h3{
		font-size: 24px;
	}
}

/* End */
/* /local/templates/new/components/bitrix/catalog/doing/style.css?17018857118705 */
/* /local/templates/new/components/bitrix/catalog.section.list/doing_main_sections/style.css?17018857092632 */
