.map-block{
    min-height: 513px;
    border: #eee 1px solid;
    display: flex;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 31px;
}
#contact-map{
    flex: none;
    width: 55.3%;
}
#contact-map iframe{
    height: 100%;
}
.map-block__info{
    flex: 1;
    padding: 45px 62px;
}
.contact-phone{
    font-weight: bold;
    font-size: 22px;
}
.map-block__info li:not(:last-child){
    margin: 0 0 24px;
}
.map-block__info span, .map-block__info a{
    font-weight: bold;
}
.props-block{
    display: flex;
    align-items: flex-start;
    padding: 48px 31px;
    border-radius: 4px;
    border: #eee 1px solid;
    margin: 0 0 31px;
}
.props-block__img{
    flex: none;
    width: 204px;
}
.props-block__img img{
    display: block;
    max-width: 100%;
}
.props-block__text{
    display: flex;
    align-items: stretch;
    flex: 1;
}
.props-block__text ul{
    flex: 1;
    padding: 0 48px;
    position: relative;
}
.props-block__text ul:first-child{
    border-right: #eee 1px solid;
}
.props-block__text li{
    max-width: 400px;
}
.props-block__text span, .props-block__text a{
    font-weight: bold;
}
.contact-messenger{
    display: flex;
    align-items: stretch;
    margin: 0 0 100px;
}
.contact-messenger a{
    background: #f8f9fd;
    border-radius: 4px;
    padding: 65px 30px 101px;
    text-align: center;
    color: #0208ff;
    font-weight: bold;
    font-size: 20px;
    width: 23.37%;
    margin: 0 2.2% 0 0;
}
.contact-messenger a:last-child{
    margin: 0;
}
.contact-messenger img{
    display: block;
    margin: 0 auto 52px;
}
.contact-messenger p{
    color: #000;
    margin: 0 0 15px;
}
.contact-messenger span{
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 14px;
}
.map-block a:hover, .props-block a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .map-block{
        min-height: 0;
    }
    .map-block__info {
        padding: 40px 40px;
    }
    #contact-map {
        width: 52%;
    }
    .contact-messenger a{
        padding: 45px 12px 60px;
    }
}
@media screen and (max-width: 1024px) {
    .props-block__text ul{
        padding: 0 30px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-messenger{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact-messenger a, .contact-messenger a:last-child{
        margin: 0 0 20px;
        width: 49%;
    }
    .map-block{
        display: block;
    }
    #contact-map{
        height: 500px;
        width: auto;
    }
    .props-block{
        display: block;
    }
    .props-block__text ul:last-child{
        padding-right: 0;
    }
    .props-block__text ul:first-child{
        padding-left: 0;
    }
    .props-block__img{
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 620px) {
    .props-block__text{
        display: block;
    }
    .props-block__text ul{
        padding: 0;
    }
    .props-block__text ul:first-child{
        padding: 0 0 30px;
        margin: 0 0 30px;
        border-right: none;
        border-bottom: #eee 1px solid;
    }
    #contact-map {
        height: 270px;
    }
    .map-block__info {
        padding: 30px 20px;
    }
    .props-block{
        padding: 30px 20px;
    }
    .contact-messenger a, .contact-messenger a:last-child{
        width: 100%;
        padding: 45px 12px 40px;
    }
}