

/* 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/news.list/doing_elements/style.css?17018857084229*/
.project_sect_list{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}
.project_sect_item{
	position: relative;
    height: 280px;
    -ms-flex-align: center;
    margin: 10px;
    width: calc(25% - 20px);
}


.projects-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.projects-list{
    display: flex;
    width: 1170px;
    overflow: hidden;
}

.portfolio-image {
    width: 100%;
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.42857143;
    display: inline-block;
    vertical-align: top;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail {
    background: transparent;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
}
.p-i-b {
    position: relative;
}
a.portfolio-image-link {
    width: 100%;
    overflow: hidden;
    display: block;
}
.s123-image-ratio-4-3 {
    padding-bottom: 75% !important;
}
.s123-image-ratio-4-3{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.5s;
}
.p-t-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0.1em 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.28);
    width: 100%;
}
.p-t-c .title {
    font-size: 1.45rem;
    margin-bottom: 16px;
    max-height: 11rem;
    padding: 0 0.5em;
    overflow: hidden;
    font-weight: 600;
}
.p-v-b {
    min-width: 60px;
    padding: 0.5rem 0.8rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    border: 1px solid;
    transition: background-color .2s ease-out, color 0.4s ease-out;
    border-radius: 4px;
}
.portfolio-image a:hover .p-i {
	transform: translate(0%,0%) scale(1.1);
}



.p-i{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
transition: transform 0.5s;
}
a.portfolio-image-link {
    height: 100%;
}
a.portfolio-image-link {

}
.portfolio-image-link:hover .p-i {
    transform: translate(0%,0%) scale(1.1);
}
.p-v-b:hover {
    background-color: #fff;
    color: black;
    border-color: transparent;
}


.main-projects .all-projects {

}
.main-projects .all-projects a{
    color: #05396b;
    border: 1px solid #05396b;
    border-radius: 5px;
}
.main-projects .all-projects a:hover{
    color:#fff;
    background: #05396b;
}

.projects-container .js_pagination {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.projects-container .btn-block {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}
.projects-container .btn-block .more-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    margin-top: 20px;
}
.projects-container .pagination .link.active {
    border-color: #305B70;
    color: #305B70;
}
.projects-container .pagination .link {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
}





@media (max-width: 1010px){
.project_sect_item {
    width: calc(33.3% - 20px);
}
}

@media (max-width: 767px){
.project_sect_item {
    width: calc(50% - 20px);
}
}


@media (max-width: 567px){
.project_sect_item {
    width: calc(100% - 20px);
}
}


















/* End */
/* /local/templates/new/components/bitrix/catalog/doing/style.css?17018857118705 */
/* /local/templates/new/components/bitrix/news.list/doing_elements/style.css?17018857084229 */
