

/* Start:/bitrix/templates/aspro-lite/css/pages/about.css?17636370424459*/
/* about */

.about {
    padding-top: 100px;
}

.about__title {
    margin: 0;
}

.about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__container--bottom {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__container--bottom {
    padding-top: 50px;
}

.about__top-img {
    width: 30%;
}

.about__top-img {
    position: relative;
    margin-top: 50px;
    width: calc(60% - 25px);
    min-height: 400px;
    background-image: url('/company/img/about-background-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about__top-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
}

.about__bottom-img {
    position: relative;
    width: calc(40% - 25px);
    min-height: 400px;
    background-image: url('/company/img/about-background-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about__bottom-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
}

.about__top-description {
    width: calc(40% - 25px);
}

.about__bottom-description {
    width: calc(60% - 25px);
}

.about__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}

.about__text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}

.about__link {
    margin-top: 25px;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    background: #c49571;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about__link:hover {
    background: #333;
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.about__item {
    max-width: 170px;
}

.about__item-title {
    font-weight: 400;
}

.about__item-text {
    color: #333;
    text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__top-img,
    .about__top-description,
    .about__bottom-img,
    .about__bottom-description {
        width: 100%;
    }

    .about__top-img {
        margin: 0;
        margin-bottom: 30px;
    }

    .about__bottom-img {
        margin-bottom: 30px;
    }

    .about__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .about__item {
        margin-bottom: 30px;
        width: 100%;
        max-width: unset;
    }

    .about__item-text {
        color: #333;
        text-align: center;
    }
}

@media screen and (min-width: 0px) and (max-width: 750px) {
    .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__item {
        margin-bottom: 30px;
        width: 100%;
        max-width: unset;
    }

    .about__item-text {
        color: #333;
        text-align: center;
    }
}

/* about */


/* End */
/* /bitrix/templates/aspro-lite/css/pages/about.css?17636370424459 */
