.section-about .wrapper_box {
    margin-top: 25px;
}
.section-about .wrapper_box .items_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 25px;
    width: 85%;
}
.section-about .wrapper_box .items_box .item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    background: #E7EEF3;
    padding: 18px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section-about .wrapper_box .items_box .item .ico {
    border-radius: 20px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 25px;
}
.section-about .wrapper_box .items_box .item .ico:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
    background: #fff;
	box-sizing: border-box;
}
.section-about .wrapper_box .items_box .item .ico:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 13px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid #E00B0A;
	box-sizing: border-box;
}
.section-about .wrapper_box .items_box .item .ico img {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.section-about .wrapper_box .items_box .item p {
    color: #1C1D1E;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
}
.section-about .wrapper_box .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin: 0 auto;
    width: 85%;
}
.section-about .wrapper_box .btn_box .btn {
    width: calc(50% - 12px);
}
.section-about .wrapper_box .btn_box .btn.red .ico svg{
	transform:rotateZ(-45deg);
}
.section-certificates{
	overflow: hidden;
}
.section-certificates .slider_box {
    margin-top: 25px;
    width: calc(100% + 18px);
    margin-left: -9px;
}
.section-certificates .slider_box .slider .slick-list{
	overflow: visible;
}
.section-certificates .slider_box .slider .slide {
    margin: 0 9px;
}
.section-news{
	background: #E7EEF3;
}
.section-news .title-1.line p{
    background: #E7EEF3;
}
.section-news .slider_box {
    margin-top: 30px;
    width: calc(100% + 18px);
    margin-left: -9px;
}
.section-news .slider_box .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section-news .slider_box .slider .slide {
    height: auto;
    margin: 0 9px;
}
.section-news .slider_box .slider .slide .news-snippet {
    height: 100%}
.section-partners .title-container .arrows-container {
    display: none;
}
.section-partners .wrapper_box {
    margin-top: 30px;
    position: relative;
}
.section-partners .wrapper_box:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.section-partners .wrapper_box .slider .slide {
	width: 210px;
    height: 100px;
    box-sizing: border-box;
    padding: 0 10px;
}
.section-partners .wrapper_box .slider .slide div {
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-partners .wrapper_box .slider .slide div img {
    max-width: 80%;
    max-height: 70%;
    margin-bottom: -1px;
}
.section-alikeprojects .wrapper_box {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.section-alikeprojects .wrapper_box .slider .slick-track {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section-alikeprojects .wrapper_box .slider .slide {
    margin: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 185px;
    height: auto;
}
.section-alikeprojects .wrapper_box .slider .slide .alikeprojects-snippet {
	width: 100%;
    height: 100%;
}
.section-contacts{
	position: relative;
	margin-bottom: 50px;
}
.section-contacts .wrapper_box {
	display: block;
}
.section-contacts .wrapper_box .content_box {
	position: relative;
	z-index: 2;
    border-radius: 0 16px 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 30px;
    width: 320px;
}
.section-contacts .wrapper_box .content_box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	border-left: 2px solid #E00B0A;
	border-top: 2px solid #E00B0A;
	box-sizing: border-box;
}
.section-contacts .wrapper_box .content_box:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 100px;
	border-right: 2px solid #E00B0A;
	border-bottom: 2px solid #E00B0A;
	box-sizing: border-box;
}
.section-contacts .wrapper_box .content_box .location_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
.section-contacts .wrapper_box .content_box .location_box svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #E00B0A;
    margin-right: 14px;
}
.section-contacts .wrapper_box .content_box .location_box p {
    font-size: 16px;
    line-height: 1.4;
}
.section-contacts .wrapper_box .content_box .location_box p strong {
    font-weight: 700;
    display: block;
}
.section-contacts .wrapper_box .content_box .phone_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.section-contacts .wrapper_box .content_box .phone_box div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-contacts .wrapper_box .content_box .phone_box div a {
    font-size: 18px;
    color: #1C1D1E;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}
.section-contacts .wrapper_box .content_box .phone_box div a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #E00B0A;
    margin-right: 7px;
    transform: rotateY(180deg);
}
.section-contacts .wrapper_box .content_box .phone_box div a:last-child {
    margin-bottom: 0;
}
.section-contacts .wrapper_box .content_box .email_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.section-contacts .wrapper_box .content_box .email_box svg {
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: #E00B0A;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
}
.section-contacts .wrapper_box .content_box .email_box a {
    font-size: 16px;
    color: #1C1D1E;
    line-height: 1;
}
.section-contacts .wrapper_box .content_box .mssg_box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.section-contacts .wrapper_box .content_box .mssg_box .mssg-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 14px;
}
.section-contacts .map_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-contacts .map_box .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-contacts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block-contacts .content_container {
    background: #E7EEF3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 25px;
}
.block-contacts .content_container.no-contacts {
    padding: 0;
}
.block-contacts .content_container .title {
    font-size: 22px;
    font-weight: 700;
    color: #1C1D1E;
    line-height: 1.4;
    margin-bottom: 20px;
}
.block-contacts .content_container .title:last-child {
    margin-bottom: 0;
}
.block-contacts .content_container .contaiter_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 22px;
}
.block-contacts .content_container .contaiter_box:first-child {
    margin-top: 0;
}
.block-contacts .content_container .contaiter_box:last-child {
    margin-bottom: 0;
}
.block-contacts .content_container .contaiter_box .items_box {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block-contacts .content_container .contaiter_box .items_box .item {
    margin-bottom: 25px;
}
.block-contacts .content_container .contaiter_box .items_box .item:last-child {
    margin-bottom: 0;
}
.block-contacts .content_container .contaiter_box .items_box .item .name {
    color: #1C1D1E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.block-contacts .content_container .contaiter_box .items_box .item .name span {
    color: #E00B0A;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul {
    display: block;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    display: block;
    color: #1C1D1E;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li:last-child {
    margin-bottom: 0;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li svg.phone {
    transform: rotateY(-180deg);
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li svg.fill {
    fill: #E00B0A;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li svg.stroke {
    fill: transparent;
    stroke: #E00B0A;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li a {
    display: inline;
    color: #1C1D1E;
    border-bottom: 1px solid #1C1D1E;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.block-contacts .content_container .contaiter_box .items_box .item .list ul li a:hover {
    border-bottom: 1px solid transparent;
}
.block-contacts .map_container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.block-contacts .map_container div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 16px;
    background: #E00B0A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.table-requisites {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.table-requisites .title {
    padding: 10px 25px;
    min-height:70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #005D96;
}
.table-requisites .title p {
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
.table-requisites .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    width: 140px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.table-requisites .title a .ico{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.table-requisites .title a .ico svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #005D96;
}
.table-requisites .title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.table-requisites .table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 4px solid #fff;
}
.table-requisites .table .col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 4px solid #fff;
}
.table-requisites .table .col:nth-child(even) {
    border-right: none;
}
.table-requisites .table .col .item {
    width: 100%;
    min-height: 40px;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E7EEF3;
    line-height: 1.2;
    color: #1C1D1E;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 4px solid #fff;
}
.table-requisites .table .col .item:nth-child(1) {
    border-right: 4px solid #fff;
    padding-left: 25px;
    font-weight: 700;
}
.table-requisites .table .col .item:nth-child(2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc(100% - 115px);
    padding-left: 10px;
}
.table-requisites .table .col .item:last-child {
    border-right: none;
}