.contacts_about{
    margin-top: 44px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; 
    margin-bottom: 65px;
}
.contacts_about_text{
    padding-top: 76px;
    width: 50%;   
    padding-right: 110px;
}
.contacts_about_images{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    width: 50%;   
    align-items: stretch;
}
.contact_img{
    margin-bottom: 15px;
    width: calc( (100% - 15px) / 2 );
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.contact_img:nth-child(2n){
    margin-left: 15px;
}
.contacts_about_text_item{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
}
.contacts_about_text_title{
    font-weight: 400;
    font-size: 16px;
    color: #276652; 
    width: 45%;  
}
.btn_director{
    border-radius: 50px;
    width: calc(100% - 190px);
    max-width: 293px;
    height: 46px;
	background: linear-gradient(140deg, #358a70 0%, #102821 100%);
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    position: relative;	
}
.btn_director::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    right: 5px;
    background-image: url(../images/sourse/arrow_circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
}
.btn_director:hover:before {
    opacity: 1;
}
.btn_director:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(189deg, #358a70 0%, #102821 100%);
    opacity: 0;
    transition: opacity 1s;
    border-radius: 50px;
}
.btn_director span {
    position: relative;
    z-index: 1;
}
.contacts_about_text_description{
    font-weight: 600;
    font-size: 16px;
    color: #000;    
    width: 40%;
}
.contacts_about_phone_block{
    width: 40%;
}
.contacts_about_phone_block .contacts_about_text_description{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.contacts_about_phone_block .contacts_about_text_description:last-child{
    margin-bottom: 0;
}
.contacts #map {
    width: 100%;
    height: 530px;
    border-radius: 25px;
    overflow: hidden;
}
.roads {
    margin-top: 44px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 65px;
}
.road{
    width: 50%;
    text-align: center;
}
.roads_header{
    font-weight: 600;
    font-size: 36px;
    color: #151515;    
}