

/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news/podcast/bitrix/news.detail/podcast-detail/style.css?17138749912078*/
.cowl {
	display: none;
}

/*Блок подкаста*/
.podcast-detail__wrapper {
	display: flex;
	justify-content: center;

}
div.podcast-detail
{
	word-wrap: break-word;
}
.podcast-detail {
	display: inline-flex;
	max-width: 1164px;
	padding: 0 0 72px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
	font-family: "Open Sans";
}
.header-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.header-block .issue_number {
	color: #6C757D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.title_h1 {
	color: #495057;
	font-family: "Roboto";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	margin: 0;
}
.detail-picture, .detail-picture iframe{
	width: 100%;
	min-height: 500px;
	border-radius: 24px;
}
.popular-platforms {
	display: flex;
	width: 100%;
	padding: 24px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 24px;
	background: #E9ECEF;
}
.popular-platforms .title {
	color: #495057;
	font-family: "Roboto";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
.list-popular-platforms {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.detail-text {
	color: #6C757D;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}
@media screen and (max-width: 1024px) {
	.list-popular-platforms {
		flex-direction: column;
	}
	.header-block .issue_number {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}

	.title_h1 {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.popular-platforms .title {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	.detail-text {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.detail-picture, .detail-picture iframe {
		max-height: 210px;
		width: 100%;
		min-height: 250px;
		border-radius: 24px;
	}
	.podcast-detail {
		padding: 0 0 40px 0;
		gap: 24px;
	}
}

/* End */


/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/podcast-list/style.css?17138749906133*/
.podcast-section {
    padding: 52px 62px 72px 32px;
    background: #EEF4F2;
    border-radius: 32px;
}
.podcast-section .title {
    color: #495057;
    font-family: "Roboto";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 90px 32px 0;
}
.podcast-wrapper {
    display: flex;
    gap: 30px;
}
.podcast-wrapper .banner {
    display: flex;
    width: 100%;
    border-radius: 24px;
}
.podcast-wrapper .banner img {
    width: 100%;
    border-radius: 24px;
}
.preview-image {
    height: 192px;
    background: #FFF;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.preview-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
    transition: .5s;
}
.podcast-item {
    position: relative;
    display: flex;
    height: 100%;
    padding-bottom: 94px;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    background: #D4E6E4;
    transition: .5s;
}
.podcast-item:hover {
    background: #FFF;
}
.podcast-item:hover .preview-image img {
    transform: scale(1.2);
}
.podcast-item .title {
    color: #3B6070;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.podcast-item .info-data,
.podcast-item .descrition,
.podcast-item .link-container{
    padding: 0 24px;
}
.owl-carousel.podcast-list .owl-stage-outer,
.owl-carousel.podcast-list .owl-stage-outer .owl-stage,
.owl-carousel.podcast-list .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}
.podcast-item .info-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    font-family: "Open Sans";
}
.podcast-item .info-data .info-data-title {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #01D8AE;

    color: #0D3751;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.podcast-item .info-data .icon {
    width: 20px;
    height: 20px;
}
.podcast-item .info-data .time {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #FFF;color: #22596D;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}
.podcast-item .descrition {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    font-family: "Open Sans";
}
.podcast-item .descrition .title {
    color: #3B6070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.podcast-item .descrition .preview-text {
    color: #102934;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.podcast-item .link-container {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.podcast-item .link-container a {
    border-radius: 64px;
    border: 1px solid #017E7E;
    display: flex;
    padding: 12px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    transition: .5s;
}
.podcast-item .link-container a span{
    width: 24px;
    height: 24px;
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-podcast-list/image/link.svg") no-repeat;
}
.podcast-item .link-container a:hover{
    border: 1px solid #017E7E;
    background: #017E7E;
}
.podcast-item .link-container a:hover span{
    width: 24px;
    height: 24px;
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-podcast-list/image/link-hover.svg") no-repeat;
}
.owl-carousel.podcast-list {
    position:relative;
}

.podcast-list.owl-carousel .owl-nav {
    top: -92px;
    right: 0;
}
.podcast-list.owl-carousel .owl-nav button.owl-next,
.podcast-list.owl-carousel .owl-nav button.owl-prev{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #E6E7EA;
    position: relative;
    background:  #FFF;
}
.podcast-list.owl-carousel .owl-nav button.owl-next:hover,
.podcast-list.owl-carousel .owl-nav button.owl-prev:hover{
    border-radius: 12px;
    background: linear-gradient(19deg, #007D7D -24.65%, #00FFC2 146.66%);
}
.podcast-list.owl-carousel .owl-nav button.owl-prev::after{
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/prev.svg");
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
}
.podcast-list.owl-carousel .owl-nav button.owl-next::after{
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/next.svg");
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
}
.podcast-list.owl-carousel .owl-nav button.owl-prev:hover::after {
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/prev-white.svg");

}
.podcast-list.owl-carousel .owl-nav button.owl-next:hover::after {
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/next-white.svg");

}

@media screen and (max-width: 1024px) {
    .podcast-wrapper {
        display: grid;
        grid-template-columns: 100%;
        gap: 86px;
    }
    .podcast-list.owl-carousel .owl-nav
    {
        display: flex;
        top: -95px;
        right: 0;
    }
    .podcast-list.owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .podcast-section {
        padding: 40px 0;
        background: #fff;
    }
    .podcast-section .title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin-right: 110px;
    }
    .podcast-item:hover {
        background: #D4E6E4;
        box-shadow: none;
    }
}

/* End */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news/podcast/bitrix/news.detail/podcast-detail/style.css?17138749912078 */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/podcast-list/style.css?17138749906133 */
