

/* Start:/local/templates/Med/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17800551292216*/
div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time {
	color:#486DAA;
}


.brandInfo {
	box-shadow: -2px 3px 7px #e5e5e5;
    margin-bottom: 60px;
    padding: 20px;
	border-radius: 20px;
}
.brandInfo__title {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.brandInfo__descr {
    color: #656565;
	font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
}
.brandInfo__descr dl,
.brandInfo__descr ol,
.brandInfo__descr p,
.brandInfo__descr ul {
	line-height: 1.3;
    font-size: 18px;
	margin-bottom: 10px;
}
.brandInfo__descr h2 {
	font-size: 18px;
	margin: 25px 0;
}
.brandInfo__pic {
    display: flex;
    justify-content: end;
    align-items: center;
}
.brandInfo__pic img {
    max-width: 250px;
}
.brandInfo__text-wrapper {
	position: relative;
	display: flex;
    gap: 20px;
}
.brandInfo__text-wrapper--collapsed .brandInfo__text {
	max-height: 250px;
	overflow: hidden;
}
.brandInfo__text-wrapper--collapsed::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(251,251,251,1));
	z-index: 1;
	pointer-events: none;
}
.brandInfo__toggle-btn {
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 15px;
	align-self: center;
	z-index: 2;
	transition: all 0.3s ease;
	min-width: 190px;
}
.brandInfo__toggle-btn:hover {
	background: #000;
	color: #fff;
}
.brandInfo__text-wrapper--collapsed .brandInfo__toggle-btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.brandInfo__toggle-btn.hidden {
  	display: none;
}
@media screen and (max-width: 767px) {
	.brandInfo__text-wrapper {
		flex-direction: column-reverse;
		align-items: center;
	}
	.brandInfo__title {
		font-size: 25px;
	}
	.brandInfo__descr {
		font-size: 16px;
	}
	.brandInfo__pic {
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.brandInfo__pic img {
		max-width: 50vw; 
	}
}
/* End */


/* Start:/local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399*/
.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.paginations-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    box-shadow: -2px 3px 7px #e5e5e5;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.2s ease;
    cursor: pointer;
}
.paginations-item:hover {
    border-color: #333;
    color: #000;
}
.paginations-item.active {
    background-color: #333;
    border-color: #333;
    color: #fff;
    cursor: default;
}
.paginations-item.prev, 
.paginations-item.next {
    font-weight: 500;
}
.paginations-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 40px;
    padding-bottom: 10px;
    color: #999;
    font-weight: bold;
    box-sizing: border-box;
}
@media screen and (max-width: 550px) {
    .paginations {
        gap: 3px;
    }
    .paginations a, 
    .paginations .bitrix-nav-current-page {
        padding: 5px !important;
    }
    .paginations-item {
        min-width: 35px;
        height: 35px;
    }
    .paginations-item.active {
        padding: 0 10px;
    }
    .paginations-dots {
        width: 20px;
        height: 40px;
    }
}
/* End */
/* /local/templates/Med/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17800551292216 */
/* /local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399 */
