

/* Start:/local/templates/delement/components/bitrix/news.list/main_option/style.css?1754399241196*/
section.section--useful-links ul.useful-links {
    border-bottom: none;
}

@media (max-width: 767px) {
    section.section--useful-links ul.useful-links {
        padding: 30px 16px 30px;
    }
}
/* End */


/* Start:/local/templates/delement/components/delement/catalog.section/analyzes_popular_main/style.css?17543992414429*/
.popular {
	font-family: "Manrope", sans-serif;
	background-color: #f2f6fe;
}
.popular__container {
	max-width: 1232px;
	padding: 0 40px;
	margin: 0 auto;
}
.popular p {
	margin: 0;
}

.popular__body {
	padding: 49px 0 73px 0;
}

.popular__title {
	margin: 0 0 34px 0;
}

.popular__title h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.29;
	color: #000;
}

.popular__row {
	position: relative;
	margin: 0 0 0 0;
}

.popular__columns {
	display: flex;
	column-gap: 16px;
	max-width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.popular__columns::-webkit-scrollbar {
	display: none;
}

.popular__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14;
	color: #777;
}

.column-tests {
	flex: 0 0 280px;
	min-height: 248px;
	padding: 35px 32px;
	border-radius: 0 0 24px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.column-tests--showmore {
	background-color: #0080c9;
	padding: 38px 32px 32px;
}

.column-tests__body {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	height: 100%;
}

.column-tests__number {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14;
	color: #777;
}

.column-tests__title {
	flex: 1 1 auto;
}

.column-tests__title a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.50;
	color: #222;
	text-decoration: none;
	transition: color 0.25s ease;
}

.column-tests__buy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
}

.column-tests__price {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.column-tests__price span:not(.price) {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.33;
	color: #999;
}

.column-tests__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #00a9e0;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.column-tests__button img {
	width: 24px;
}

.column-tests__top {
	flex: 1 1 auto;
	max-width: 12ch;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.33;
	color: #fff;
}

.column-tests__showmore {
	border-radius: 24px;
	padding: 16px;
	width: 100%;
	height: 48px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #0080c9;
	border: none;
	background-color: #fff;
	cursor: pointer;
	transition: box-shadow 0.25s ease;
}

.price {
	display: block;
}


/*=====================================================================================*/
/* Arrows */
.popular__arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: calc(100% + 40px);
	height: 40px;
}

.popular__arrows button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #00a9e0;
	border-radius: 0 20px 20px 0;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.25s ease, opacity 0.25s ease;
}

.popular__arrows button.disabled {
	opacity: 0;
	pointer-events: none;
}

.popular__arrows [data-arrow-prev] {
	left: 0;
	transform: rotate(180deg);
}

.popular__arrows [data-arrow-next] {
	right: 0;
}

.popular__arrows svg {
	width: 12px;
}

.arrow-icon {
	fill: #00a9e0;
	transition: fill 0.25s ease;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) and (any-pointer: fine) {
	.column-tests__title a:hover {
		color: #00a9e0;
	}

	.column-tests__button:active,
	.column-tests__button:focus,
	.column-tests__button:hover {
		opacity: 0.7;
	}

	.column-tests__showmore:hover {
		box-shadow: 0 0 5px #fff;
	}

	.popular__arrows button:hover {
		background-color: #00a9e0;
	}

	.popular__arrows button:hover .arrow-icon {
		fill: #fff;
	}
}

@media (max-width: 1200px) {
	.popular__arrows {
		left: -8px;
		width: calc(100% + 16px);
	}
}

@media (max-width: 767.98px) {
	.popular__body {
		padding: 39px 0 40px 0;
	}

	.popular__title h2 {
		font-size: 24px;
		line-height: 1.33;
	}

	.popular__columns {
		margin: 0 -16px;
		padding: 0 16px;
		max-width: calc(100% + 32px);
	}

	.column-tests {
		padding: 27px 24px;
		min-height: 220px;
	}

	.column-tests--showmore {
		padding: 27px 24px 24px;
	}

	.column-tests__top {
		font-size: 22px;
	}

	.popular__arrows {
		display: none;
	}
}
/* End */


/* Start:/local/templates/delement/components/bitrix/news.list/main_special-offers/style.css?1754399241179*/
section.section--offers{
    padding-top: 39px;
}

@media (max-width: 767px) {
    section.section--offers div.container footer.section__footer {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/delement/components/bitrix/news.list/main_option/style.css?1754399241196 */
/* /local/templates/delement/components/delement/catalog.section/analyzes_popular_main/style.css?17543992414429 */
/* /local/templates/delement/components/bitrix/news.list/main_special-offers/style.css?1754399241179 */
