

/* Start:/local/templates/webcom-academy/components/bitrix/news/speakers/bitrix/news.detail/new_design/style.css?175802370910378*/
.speaker-img__in {
    width: 432px;
    height: 465px;
}

.speaker-img__in img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 16px;
}

.speaker__info h1 {
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C3C3C;
    margin-bottom: 28px !important;
}

.speaker__info .speaker-position {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    padding-right: 129px;
    color: #3C3C3C;
    margin-bottom: 22px !important;
}

.speaker__description-wrapper {
    border-radius: 32px;
    width: auto;
    min-height: 396px;
    padding: 15px 16px 25px 25px;
    box-shadow: -3px 9px 32px 0 rgba(184, 189, 189, 0.25);
    background: linear-gradient(180deg, #ebfeff 0%, #f5ffff 100%);
}

.speaker__description {
    font-weight: 500;
    font-size: 18px;
    color: #3c3c3c;
}

.speaker__description p {
    margin-bottom: 0px !important;
}

.speaker-img {
    width: auto !important;
    min-width: auto !important;
    margin-right: 18px !important;
}

.spaekers__about .spaekers__about--title,
.spaekers__career .spaekers__career--title {
    font-weight: 300;
    font-size: 48px;
    color: #000;
    text-align: center;
    margin: 0 0 45px;
}

.speakers__about--info.speaker__description-wrapper {
    min-height: 311px;
    padding: 34px 16px 25px 25px;
}

.speakers__about--orange {
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    width: 100%;
    min-height: 249px;
    background: #ff941a;
}

.speakers__about--orange .speakers__about--orange-img {
    border-radius: 40px;
    width: 640px;
    min-height: 249px;
}

.speakers__about--orange-img img {
    height: 100%;
    width: inherit;
    object-fit: fill;
}

.speakers__about--orange .speakers__about--orange-desc {
    padding: 17px 31px 14px 14px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.speakers__about--info-img {
    display: inline-block;
}

.speakers__about--info-img {
    flex: 7;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #ff941a;
    border-radius: 40px;
    width: 669px;
    height: 263px;
    overflow: hidden; /* чтобы слайды не выходили за пределы */
    position: relative;
}

#speakers-slider {
    width: 100%;
    height: 100%;
}

#speakers-slider .swiper-wrapper {
    align-items: center;
}

#speakers-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speakers__about--info-img-1 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 40px;
}

.speakers__about--info {
    margin-top: 22px;
}

.speakers__about--info p, .speakers__simple-text {
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 1.2;
}

.speakers__about--info .speakers__about--info-desc-main {
    flex: 5.5;
    margin-top: 24px;
}

.speakers__about--info-desc-main {
    flex: 10;
}

.speakers__about--info-desc {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 28px;
    margin-bottom: 17px;
}

.speakers__about--info-img .speakers__about--info-img-1 {
    border-radius: 40px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.speakers__about--info-img .speakers__about--info-img-2 {
    border-radius: 40px;
    width: 372px;
    height: 100%;
    object-fit: cover;
}

.speakers__about--info-desc-main {
    margin-right: 47px;
}

.speaker__info .link-question {
    float: right;
    margin-top: 47px;
}

.speakers__certificates--title {
    margin: 62px 0 35px 0 !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    color: #3c3c3c !important;
    text-align: center;
}

.speakers__certificates .speakers__certificates--swiper {
    width: 100%;
    padding: 20px 0;
}

.speakers__certificates .swiper-slide {
    height: 318px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speakers__certificates .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speakers__certificates {
    position: relative;
    padding: 0 30px;
}

.speakers__certificates--navigation {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 102%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.speakers__certificates--navigation .swiper-btn-prev,
.speakers__certificates--navigation .swiper-btn-next {
    pointer-events: all;
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.speakers__certificates--navigation img {
    max-width: 100%;
    height: auto;
}

.speakers__courses {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    justify-content: start;
    max-width: 100%;
}

.speakers__course {
    position: relative;
    cursor: pointer;
}

.speakers__about--orange-mobile {
    display: none;
}

.speakers__about--orange-mobile .speakers__about--orange-desc {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 40px;
    width: 100%;
    background: #ff941a;
}

.speakers__about--info.speaker__description-wrapper.speakers__career--info {
    min-height: auto;
}

.speakers__about--orange-mobile .speakers__about--orange-desc {
    padding: 17px 31px 14px 14px;
    color: #fff;
    line-height: 1.2;
}

.speaker-img__in.video-placeholder {
    position: relative !important;
    width: none;
}

.play-icon {
    position: absolute;
    bottom: -5%;
    right: -10%;
    width: 25%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: opacity 0.3s;
}

.speaker-img__in iframe,
.speaker-img__in video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.speakers__course--img {
    width: 100%;
    height: 100%;
}

.speakers__courses {
    grid-template-columns: repeat(3, 1fr);
}

.speakers__course {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1025px) {
    .speakers__about--info-desc {
        flex-direction: column-reverse;
        align-items: center;
    }

    .speakers__about--info-desc .speakers__about--info-desc-main {
        margin-top: 20px;
    }

    .speakers__certificates--navigation {
        display: none;
    }

    .speakers__about--orange-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .speakers__about--orange {
        display: none;
    }

    .speaker-img {
        flex: 10;
    }

    .speaker__info {
        flex: 14;
    }

    #speakers-slider .swiper-slide {
        height: 224px;
    }

    .speakers__about--orange-img img {
        object-fit: none;
    }
}

@media (max-width: 768px) {
    .speaker-wrap {
        flex-direction: column !important;
    }

    .speaker-wrap {
        justify-content: center !important;
    }

    .speaker-img {
        flex: auto;
    }

    .speaker-img {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .speakers__about--info-img {
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .speaker-position {
        font-size: 16px !important;
    }

    .speaker__description {
        font-size: 14px !important;
    }

    .spaekers__about--title, .speakers__certificates--title {
        font-size: 28px !important;
    }

    .speakers__about--orange-desc, .speakers__about--info-desc-main {
        font-size: 14px !important;
    }

    .speakers__about--orange-desc {
        flex-direction: column;
    }

    .speakers__simple-text {
        font-size: 14px !important;
    }

    .speaker__description-wrapper {
        min-height: 300px;
    }

    .speaker__description-wrapper p {
        font-size: 14px;
    }

    .speakers__about--info p, .speakers__simple-text {
        font-size: 14px;
    }

    .speaker-img__in {
        height: 396px;
    }

    .speaker-wrap {
        align-items: center;
        justify-content: center;
    }

    .spaekers__about .spaekers__about--title {
        margin: 0;
    }

    .speakers__about--orange-img {
        width: 100% !important;
        height: 175px !important;
        margin: 20px 0;
    }

    .speakers__about--orange-mobile .speakers__about--orange-desc {
        border-radius: 28px;
        width: 100%;
    }

    .speakers__about--info-img-1 {
        border-radius: 28px !important;
        height: 132px !important;
        width: 100%;
    }

    .speakers__about--info-img {
        width: 100% !important;
        height: auto !important;
    }

    .speakers__about--info-img {
        width: 100%;
        height: auto !important;
    }

    .speakers__certificates .swiper-slide img {
        object-fit: contain;
    }

    .speakers__certificates--title {
        margin: 10px !important;
    }


    #speakers-slider .swiper-slide {
        height: auto;
    }

    .speakers__certificates {
        padding: 0;
    }

    .speakers__certificates .speakers__certificates--swiper {
        padding: 0;
        height: 290px;
    }

    .play-icon {
        bottom: -3%;
        right: -9%;
    }

    .speaker__info .speaker-position {
        padding-right: 0;
    }

    .speakers__courses {
        grid-template-columns: 1fr;
    }

    .speakers__course {
        width: 100%;
        border-radius: 20px;
        height: auto;
    }

    .speaker-img {
        margin-right: 0px !important;
    }
}


/* End */
/* /local/templates/webcom-academy/components/bitrix/news/speakers/bitrix/news.detail/new_design/style.css?175802370910378 */
