

/* Стили header */


/* Стили Menu */


/* Cтили секции 1 */

.about {
    margin-bottom: 134px;
}

.about_title {
    width: 100%;   
    display: flex;  
    justify-content: flex-end;   
    align-items: center;
    height: auto;
    margin-bottom: 89px;
}

.about_title_text {
    font-family: Code Pro;
    font-weight: 400;
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 30px;
    text-align: right;
}

.about_top_img {
    margin-top: 36px;
}

.about_top {   
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.about_top_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-transform: uppercase;
}

.about_bottom_img {
    margin-right: 150px;
    margin-top: 223px;
}

.about_bottom_text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
}

.about_bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 134px;
    margin-top: 0;
}


/* Cтили секции 2 */

.map {
    width: 100%;
    height: 50vh;
}

@media (max-width: 701px) {
    .about {
        margin-bottom: 113px;
    }
    .about_title_text {
        font-weight: 400;
        font-size: 22px;
        line-height: 155.5%;
        margin-bottom: 36px;
    }
    .about_top {
        flex-direction: column;
        height: auto;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
    }
    .about_top_text {
        margin-bottom: 50px;
    }
    .about_top_img {
        width: 100%;
        margin-bottom: 60px;
    }
    .about_title {
        margin-bottom: 0;
    }
    .about_top_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
    }
    .about_bottom {
        flex-direction: column;
        height: auto;
        position: relative;
        margin-bottom: 0;
    }
    .about_bottom_img {
        width: 100%;
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 53px;
        margin-top: 0;
    }
    .about_bottom_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        height: auto;
    }
}


/*# sourceMappingURL=about.css.map */