.stomat_home {
    width: 92%;
}

.bg-stomat-white {
    background: #fff;
    padding: 100px 0;
}

.stomat_platform_banner_first {
}

.stomat_platform_banner_first img {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}

.stomat_platform_banner_first:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 100;
}

.stomat_platform_banner_first .title {
    padding: 56px 60px 25px 25px;
    border-bottom: 27px solid #737373;
    background: #EE0000;
}

.stomat_platform_banner_first .title h1 span {
    color: #fff;
    font-size: 166.79px;
    font-weight: 700;
    line-height: 166.79px;
    text-align: left;

    font-family: Geometria;
}

.stomat_platform_banner_first .title span {
    display: block;

}

.stomat_platform_banner_first .title hr {
    max-width: 192px;
    background: #000000;
    height: 24px;
    margin: 60px 0;
    border: 1px solid #000000;
}

.stomat_platform_banner_first .title p {
    text-align: right;
    font-size: 44px;
    letter-spacing: 0.01em;
    font-family: Geometria, Sans-serif;
    margin-top: 50px;
    font-weight: 400;
}

.stomatplatform_rottation {
    background: #fff;
    width: 8%;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.flex_content_home {
    display: flex;
}

.stomatplatform_rottation span {
    position: sticky;
    font-size: 62px;
    font-weight: 700;
    font-family: Geometria;
    line-height: 60.44px;
    text-transform: uppercase;
    display: block;
    max-width: 100%;
    padding-top: 20px;
    text-align: center;
    top: 0;
}

/*.stomat_home .top-block__bg, .stomat_home .top-block_pink {*/
/*    background: transparent;*/
/*}*/

.stomat_home {
    position: relative;
    background: #EFEFEF;
    z-index: 2;
}


.events_home {
    padding-top: 67px;
    /*padding-bottom: 100px;*/
}
.stomat_home .mt-110{
    margin-bottom: 97px;
}
.events_home .slider_home .slick-list ,.events_home .slider_home2 .slick-list {
    overflow: hidden;
}

.events_home .slider_home .info-item, .slider_home2 .info-item {
    padding: 14px;
}

.events_home .slider_home .info-item__img ,.slider_home2 .info-item__img {
}

.events_home .slider_home .info-item__content, .slider_home2 .info-item__content {
    border-radius: 0px 0 20px 20px;

}

.events_home .slider_home .info-item__content .btn-block .btn ,.slider_home2 .info-item__content .btn-block .btn  {
    display: block;
    width: 100%;
    border: #EE0000 1px solid;
    background: #fff;
    color: #EE0000;
    text-transform: none;
    font-size: 14px;
    padding: 15px;
}
.events_home .slider_home .slick-slide > div {
    display: flex;
    align-items: stretch;
}
.events_home .slider-navigation {
    text-align: right;
    cursor: pointer;
}

.events_home .slick-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url('../../img/left-arrow.svg');
    mask-image: url('../../img/left-arrow.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    background: #333;
    margin-right: 20px;
    cursor: pointer;
}

.events_home button.slick-next.slick-arrow {
    transform: rotate(180deg);
}

.stomat_home .container {
}

.stomat_home .student-feedback {
    margin-top: 0;
}

.stomat_home .student-feedback:before {
    background: #545454;
}

.stomat_home .partners {
    background: #545454;
}

.stomat_home .partners:before {
    display: none;
}

.footer {
    background: #000000;
    color: #FFFFFF;
}

@media (max-width: 1250px) {
    .stomat_home {
        width: 100%;
    }

    .events_home .slider_home .slick-arrow {
        right: 0;
        left: initial;
        top: initial;
        bottom: 0;
    }

    .stomat_platform_banner_first {
        padding: 0;
    }

    .stomatplatform_rottation {
        display: none;
    }

    .events_home .slider_home button.slick-next.slick-arrow {
        bottom: 0;
    }

    .events_home .slider_home .slick-arrow.slick-prev {
        right: 57px;
    }
}


.joint-development_stomat .joint-development_items {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    background: #EE0000;
    text-align: center;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    flex-direction: column;
}

.joint-development_stomat .col_6:first-child .joint-development_items {
    background: #545454;
}

.joint-development_stomat .col_6:last-child .joint-development_items {
    background: #fff;
}

.joint-development_stomat .col_6:last-child .joint-development_items p {
    color: #333;
}

.joint-development_stomat .joint-development_items p {
    color: #fff;
    display: block;
}

.joint-development_stomat .row {
    margin: 0;
}

.joint-development_stomat .joint-development__stomat_text {
    background: red;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 60px;
    color: #fff;
}


.development__content_img__full img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 600px;
}

@media (max-width: 990px) {
    .joint-development_stomat .col_6 {
        width: 50%;
    }

    .joint-development_stomat > .row {
        flex-direction: column-reverse;
    }

    .bg-stomat-white {
        padding: 70px 0;
    }

    #joint-development {
        margin: 0;
    }

    .joint-development__stomat_text .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .joint-development_stomat .joint-development__stomat_text {
        padding: 20px;
    }

    .joint-development_stomat .joint-development_items p {
        color: #fff;
        display: block;
        font-size: 25px;
        margin-bottom: 10px;
        padding: 0 20px;
    }

}
