.slide {
    position: relative;
    overflow: hidden;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 13px;
    color: #000;
}

.slider__wrappe {
    display: flex;
    transition: transform 0.6s ease;
}

.slider__ite {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.slider__conten{
    border-radius: 30px;
}

.slider__content_foote {
    min-height: 150px;
}

.slide .slider__contro {
    width: 35%;
}

/* @media (min-width: 392px) {
    .slider__ite {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
} */


@media (min-width: 992px) {
    .slider__ite {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.slider__contro {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: transparent;
}

.slider__contro:hover, .slider__contro:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.slider__control_lef {
    left: 0;
}

.slider__control_righ {
    right: 0;
}

.slider__contro::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_lef::before {
    background-color: transparent;
}

.slider__control_righ::before {
    background-color: transparent;
}

.slider__content_heade {
    position: relative;
}

.slider__content_im {
    display: block;
    height: auto;
    max-width: 100%;
}

.slider__content_sectio {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009688;
    color: #fff;
    padding: 4px 8px;
}

.slider__content_titl {
    background: transparent;
    color: #424242;
    white-space: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 30px;
}

.slider__content_foote {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
    color: #616161;
    /* box-shadow: 0 44px 38px rgba(0,0,0,0.10), 0 20px 20px rgba(0,0,0,0.15); */
    border-radius: 10px;
    margin-top: 20px;
    padding: 40px;
}

.slider__content_phot {
    display: block;
    height: auto;
    max-width: 100%;
}

.slider__content_autho {
    margin-left: 8px;
    margin-right: 8px;
}

.slider__content_ico {
    height: 18px;
    margin-top: 12px;
    margin-left: auto;
}

.slider__content_view {
    margin-left: 8px;
}

.slide .slider__wrappe .slider__ite .slider__conten {
    transition: .2s;
}
.img__prof__slider{
    margin-right: 20px;
}
.slider__box-img{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.prof__item{
    font-weight: 300;
}
.slider__text-box{
    font-weight: 300;
    font-size: 18px;
}

.slider__text-std{
    font-size: 14px;
    font-weight: 300;
}




/*============================================================*/




*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.slider h2 {
    font-size: 14px;
    margin-top: 0;
    text-align-last: left;
}
.slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
}
.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 768px) {
    .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
   }
}
@media (min-width: 769px) {
    .slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
   }
}
@media (max-width: 992px) {
    #sec-3 .slide a.slider__contro {
        display: none;
   }
}
.slider__control {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: #F3F6FE;
}
.slider__control:hover, .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.slider__control_left {
    left: 0px;
}
.slider__control_right {
    right: 0px;
}
.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.slider__control_left::before {
    background-image: url(../img/angle-right.png);
}
.slider__control_right::before {
    background-image: url(../img/angle.png);
}
.slider__content_header {
    position: relative;
}
.slider__content_img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.slider__content_section {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009688;
    color: #fff;
    padding: 4px 8px;
}
.slider__content_title {
    background: transparent;
    color: #424242;
    white-space: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}
.slider__content_footer {
    background: transparent;
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #616161;
    align-items: center;
}
.slider__content_photo {
    display: block;
    height: auto;
    margin: 0 2px;
}
.slider__content_author {
    margin-left: 2px;
    margin-right: 14px;
}
.slider__content_icon {
    height: 18px;
    margin-top: 12px;
    margin-left: auto;
}
.slider__content_views {
    margin-left: 2px;
    margin-right: 14px;
}
.slider__content_link {
    margin-top: 10px;
}
.slider__content_link a {
    color: red;
    font-weight: 500;
    text-decoration: none;
}
.slider__content_link a:hover {
    text-decoration: underline;
}


.slider__content_img-1{
    background: url(img/events/slider_1.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-2{
    background: url(img/events/slider_2.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-3{
    background: url(img/events/slider_3.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-4{
    background: url(img/events/slider_4.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-5{
    background: url(img/events/slider_5.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-6{
    background: url(img/events/slider_6.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}

.slider__content_img-7{
    background: url(img/events/slider_7.jpg) center center/cover no-repeat;
    height: 300px;
    width: 100%;
}