.gm35_first_face {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.gm35_first_face_mb {
    margin-bottom: 45px;
}
.gm35_ff_img {
    font-size: 0;
}
.gm35_ff_img img {
    width: 100%;
    height: auto;
}
.gm35_ff_right {
    margin-top: 15px;
}
.gm35_ff_title {
    margin-top: 0 !important;
}
.gm35_ff_txt > *:last-child {
    margin-bottom: 0 !important;
}
@media (min-width: 560px) {
    .gm35_ff_img {
        width: 200px;
        height: 200px;
        margin-right: 30px;
    }
    .gm35_ff_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .gm35_ff_right {
        width: calc(100% - 230px);
        margin-top: 0;
    }
}
/**/
.gm35_gallery {
    padding: 48px 0 0;
}
.gm35_gallery_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1264px;
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto;
}
.gm35_gallery_item {
    width: 100%;
    margin-bottom: 30px;
}
.gm35_gallery_photo {
    height: 320px;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    transition: all .7s;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
}
.gm35_gallery_photo:hover {
    opacity: 0.75;
}
.gm35_gallery_text {
    text-align: center;
    /*font-weight: 600;*/
}
.gm35_gallery_text div {
    margin-top: 5px;
}
@media (min-width: 576px) {
    .gm35_gallery_photo {
        height: 400px;
    }
}
@media (min-width: 768px) {
    .gm35_gallery {
        padding: 64px 0 0;
    }
}
@media (min-width: 992px) {
    .gm35_gallery_item {
        max-width: calc(50% - 15px);
    }
    .gm35_gallery_photo {
        height: 360px;
        background-position: center !important;
    }
}

.colleague-history {
    padding: 36px;
    padding-top: 32px;
    background-color: #fff;
    margin-top: 32px;
}
.colleague-history__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.colleague-history__col {
    width: 25%;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px; 
}
.colleague-history__block {
    display: block;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.colleague-history__first {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5A2D83;
}
.colleague-history__first-icon {
    position: absolute;
    top: 24px;
    left: 24px;
}
.colleague-history__first-icon img {
    display: block;
}
.colleague-history__first-title {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}
.colleague-history__block-image {

}
.colleague-history__block-image img {
    display: block;
    width: 100%;
}
.colleague-history__block-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 28px;
    transition: all 0.3s;
    opacity: 0;
}
.colleague-history__block-title {
    position: relative;
    z-index: 10;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.colleague-history__block-text {
    position: relative;
    z-index: 10;
    margin-top: 5px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}
.colleague-history__block-content:before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='281' height='178' viewBox='0 0 281 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='281' height='178' fill='url(%23paint0_linear_2297_195)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2297_195' x1='140.5' y1='0' x2='140.5' y2='178' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235A2D83' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%235A2D83'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}
.colleague-history__block:hover .colleague-history__block-content {
    opacity: 1;
}

@media (max-width: 1200px) {
    .colleague-history {
        padding: 24px;
        padding-top: 20px;
    }
    .colleague-history__first-icon {
        top: 16px;
        left: 16px;
    }
    .colleague-history__first-title {
        left: 16px;
        bottom: 16px;
        font-size: 20px;
    }
    .colleague-history__block-content {
        padding: 16px;
    }
}
@media (max-width: 1024px) {
    .colleague-history__col {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .colleague-history__col {
        width: 50%;
    }
    .colleague-history__block-content {
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .colleague-history__col {
        width: 100%;
    }
    .colleague-history__first {
        position: relative;
        height: 230px;
    }
}

.colleague-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(17, 17, 17, 0.20);
    backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
}
.colleague-popup.show {
    display: flex;
}
.colleague-popup__body {
    padding: 56px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    position: relative;
}
/* хром, сафари */
.colleague-popup__body::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.colleague-popup__body { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.colleague-popup__body { overflow: -moz-scrollbars-none; }
.colleague-popup__close {
    position: absolute;
    top: 56px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #FFF;
    cursor: pointer;
}
.colleague-popup__close svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.colleague-popup__block {

}
.colleague-video {
    width: 896px;
    max-width: 100%;
}
.colleague-video__top {
    height: 448px;
    position: relative;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colleague-video__top:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -15.07%, #5A2D83 100%);
    transition: all 0.3s;
}
.colleague-video__top video {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 10;
}
.colleague-video__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #15B2C8;
    cursor: pointer;
    z-index: 50;
    transition: all 0.3s;
}
.colleague-video__play svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.colleague-video__content {
    background: #FFF;
    padding: 28px;
    padding-bottom: 38px;
}
.colleague-video__title {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.colleague-video__text {
    margin-top: 24px;
    color: #000;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;

}
.colleague-video__text p {
    margin-top: 6px;
}
.colleague-video.play .colleague-video__play {
    opacity: 0;
}
.colleague-video.play .colleague-video__top:after {
    opacity: 0;
}
.colleague-video.play.zindex .colleague-video__play {
    opacity: 0;
}
.colleague-video.play.zindex .colleague-video__top:after {
    z-index: -1000;
}
.colleague-history__block-info {
    display: none;
}
.colleague-slider {
    width: 555px;
    max-width: 100%;
}
.colleague-slider__slide {

}
.colleague-slider__slide img {
    display: block;
    width: 100%;
}
.colleague-slider .swiper-pagination {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    padding: 8px 6px;
    display: flex;
}
.colleague-slider .swiper-pagination-bullet {
    flex-grow: 1;
    margin-left: 2px !important;
    margin-right: 2px !important;
    height: 4px;
    border-radius: 100px;
    
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
}
.colleague-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {

}
.colleague-slider__progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 100px;
    background: #FFF;
    width: 0;

}
.colleague-slider .swiper-pagination-bullet.swiper-pagination-bullet-active .colleague-slider__progress {
    transition: width 0.1s linear;
}

.colleague-slider__arrow {
    position: absolute !important;
    margin: 0;
    width: 24px !important;
    height: 24px !important;
    background: #FFF;
    top: 50% !important;
    transform: translateY(-50%);           
}
.colleague-slider__arrow svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px !important;
    height: 9px !important;
}
.colleague-slider__arrow:after {
    content: none !important;
}
.colleague-slider__arrow_prev {
    left: 10px !important;
}
.colleague-slider__arrow_next {
    right: 10px !important;
}
@media (max-width: 1024px) {
    .colleague-popup__body {
        padding: 24px;
    }
    .colleague-popup__close {
        width: 24px;
        height: 24px;
        top: 24px;
    }
    .colleague-popup__close svg {
        width: 10px;
        height: 10px;
    }
    .colleague-video__content {
        padding: 14px;
    }
    .colleague-video__play {
        width: 32px;
        height: 32px;
    }
    .colleague-video__play svg {
        width: 10px;
        height: 10px;
    }
    .colleague-video__title {
        font-size: 16px;
    }
    .colleague-video__text {
        font-size: 14px;
    }
    .colleague-video__top {
        height: 350px;
    }
}
