@charset "UTF-8";
@font-face {
    font-family: 'Code Pro';
    src: local("Code Pro Bold"), local("Code-Pro-Bold"), url("../../fonts/Code-Pro-Bold.woff2") format("woff2"), url("../../fonts/Code-Pro-Bold.woff") format("woff"), url("../../fonts/Code-Pro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Code Pro';
    src: local("Code Pro Regular"), local("Code-Pro-Regular"), url("../../fonts/Code-Pro.woff2") format("woff2"), url("../../fonts/Code-Pro.woff") format("woff"), url("../../fonts/Code-Pro.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    color: white;
    font-family: Open Sans;
}

html {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

html::-webkit-scrollbar-thumb {
    background-color: black;
}


/* Стили header */


/* Стили Menu */


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

.about {
    margin-bottom: 134px;
}

.about_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 */