/* team removed, common parts removed*/

.abpage_about_header-title {
    margin-bottom: 20px
}

.abpage_about_info-fact_title {
    margin-bottom: 5px
}

.abpage_about_info-fact:first-of-type {
    margin-bottom: 15px
}

.abpage_about_media {
    margin: 60px 0 20px;
    max-height: 500px;
    overflow: hidden
}

.abpage_about_text-block:first-of-type {
    margin-bottom: 10px
}

@media screen and (min-width:575.98px) {
    .abpage_about_info-fact {
        max-width: calc(50% - 7.5px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .abpage_about_info-fact:first-of-type {
        margin-bottom: 0
    }

    .abpage_about_info-fact_description {
        max-width: 270px
    }
}

@media screen and (min-width:767.98px) {
    .abpage_about_header-title {
        margin-bottom: 20px
    }

    .abpage_about_header-subtitle {
        top: -52%;
        left: 14%
    }

    .abpage_about_info-fact {
        width: unset;
        max-width: 270px
    }

    .abpage_about_info-fact:first-of-type {
        margin-right: 30px
    }

    .abpage_about_info-fact_title {
        margin-bottom: 5px
    }

    .abpage_about_text-block {
        max-width: calc(50% - 7.5px)
    }

    .abpage_about_text-block:first-of-type {
        margin-right: 15px
    }
}

@media screen and (min-width:991.98px) {
    .abpage_about_header-title {
        margin-bottom: 40px
    }

    .abpage_about_header-subtitle {
        left: 11%
    }

    .abpage_about_media {
        margin: 90px 0 40px
    }

    .abpage_about_text-block {
        max-width: calc(50% - 15px)
    }

    .abpage_about_text-block:first-of-type {
        margin-right: 30px
    }
}

@media screen and (min-width:1199.98px) {
    .abpage_about_header-title {
        margin-bottom: 0
    }

    .abpage_about_header-subtitle {
        top: -45%;
        left: 18%
    }
}

@media screen and (min-width:1399.98px) {
    .abpage_about_header-subtitle {
        top: -54%;
        left: 15%
    }
}

.gallery_header {
    margin-bottom: 20px
}

.gallery_list {
    padding: 0 1.25rem
}

.gallery_list-item {
    overflow: hidden;
    margin-bottom: 20px
}

.gallery_list-item::before {
    float: left;
    padding-top: 89.58333333333334%;
    content: ''
}

.gallery_list-item::after {
    display: block;
    content: '';
    clear: both
}

.gallery_list-item:last-of-type {
    margin-bottom: 0
}

.gallery_list-item_img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.gallery_list-item_img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width:767.98px) {
    .gallery_header {
        text-align: center;
        margin-bottom: 30px
    }

    .gallery_header-subtitle {
        width: 100%;
        left: 0;
        right: 0;
        top: 76%
    }

    .gallery_list {
        padding: 0 1.875rem;
        margin: 0 -15px
    }

    .gallery_list-item {
        margin-bottom: 30px;
        padding: 0 15px
    }

    .gallery_list-item:nth-of-type(3) {
        margin-bottom: 0
    }
}

@media screen and (min-width:1199.98px) {
    .gallery_header {
        margin-bottom: 50px
    }

    .gallery_list,.gallery_list-item {
        margin: 0;
        padding: 0
    }

    .abpage_services_list-item[data-order="4"] {
        margin-bottom: 0
    }
}

.abpage_services_header {
    margin-bottom: 20px
}

.abpage_services_btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px
}

.abpage_services_list-item {
    text-align: center;
    margin-bottom: 20px
}

.abpage_services_list-item:last-of-type {
    margin-bottom: 0
}

.abpage_services_list-item_wrapper {
    height: 100%;
    background: #2c2c2c;
    padding: 30px 20px;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.abpage_services_list-item_wrapper:hover {
    border-color: #c11212
}

.abpage_services_list-item_wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.abpage_services_list-item_wrapper .main .title {
    margin: 10px 0 15px
}

.abpage_services_list-item_wrapper .main .description {
    margin-bottom: 10px
}

@media screen and (min-width:767.98px) {
    .abpage_services_list {
        margin: 0 -15px
    }

    .abpage_services_list-item {
        padding: 0 15px;
        margin-bottom: 30px
    }

    .abpage_services_list-item[data-order="5"] {
        margin-bottom: 0
    }
}

@media screen and (min-width:991.98px) {
    .abpage_services_header {
        margin-bottom: 0
    }

    .abpage_services_btn {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-top: 0;
        margin-bottom: 50px
    }

    .abpage_services_list-item {
        text-align: left
    }

    .abpage_services_list-item_wrapper {
        padding: 30px 30px 20px
    }

    .abpage_services_list-item_wrapper .icon {
        margin-right: 15px
    }

    .abpage_services_list-item_wrapper .main .title {
        margin: 0
    }

    .abpage_services_list-item_wrapper .main .description {
        margin: 10px 0
    }
}

@media screen and (min-width:1399.98px) {
    .abpage_services_list-item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .abpage_services_list-item_wrapper {
        height: auto
    }

    .abpage_services_list-item_wrapper .main .description {
        max-width: 255px
    }

    .abpage_services_list-item[data-order="1"],.abpage_services_list-item[data-order="3"] {
        margin-top: 50px
    }

    .abpage_services_list-item[data-order="2"],.abpage_services_list-item[data-order="4"] {
        margin-bottom: 0
    }

    .abpage_services_list-item[data-order="5"] {
        margin-top: -50px
    }
}

.reviews_header {
    margin-bottom: 20px
}

.reviews_slider {
    margin-bottom: 40px
}

.reviews_slider-slide_wrapper {
    height: 100%
}

.reviews_slider-slide_wrapper .icon {
    color: #fff
}

.reviews_slider-slide_wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.reviews_slider-slide_wrapper .main_review {
    margin: 20px 0
}

.reviews_slider-slide_wrapper .main_author {
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.7
}

.reviews_controls {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.reviews_controls-control {
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    font-size: 20px;
    cursor: pointer
}

.reviews_controls-control--prev {
    margin-right: 30px
}

.reviews_controls-control:focus,.reviews_controls-control:hover {
    color: #ff5757
}

@media screen and (min-width:767.98px) {
    .reviews_header {
        margin-bottom: 30px;
        max-width: 400px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .reviews_slider {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0
    }

    .reviews_slider-slide {
        height: auto
    }

    .reviews_slider-slide_wrapper .icon {
        margin-right: 30px
    }

    .reviews_slider-slide_wrapper .main_review {
        margin: 0 0 10px
    }

    .reviews_controls {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -25px
    }
}

.abpage_promo {
    background: url(../img/promo-bg.jpg) center/cover no-repeat;
    color: #fff;
    position: relative
}

.abpage_promo .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-radial-gradient(50% 50%,50% 571.32%,rgba(32,32,32,0) 0,#202020 100%);
    background: radial-gradient(50% 571.32% at 50% 50%,rgba(32,32,32,0) 0,#202020 100%)
}

.abpage_promo_content {
    position: relative;
    z-index: 2
}

.abpage_promo_content-header {
    margin-bottom: 20px
}

.abpage_promo_content-text {
    margin-bottom: 30px
}

@media screen and (min-width:767.98px) {
    .abpage_promo_content-text {
        max-width: 570px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:991.98px) {
    .abpage_promo_content {
        width: 50%;
        margin: 0 0 0 auto
    }
}

@media screen and (min-width:1199.98px) {
    .abpage_promo_content-text {
        margin-bottom: 50px
    }
}

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