

/* Start:/local/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?177857498010560*/
@font-face {
	font-family: BebasNeue;
	font-weight: 700;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/BebasNeueCyrillic.woff) format("woff")
}

@font-face {
	font-family: MontserratFont;
	font-weight: 200;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Montserrat-Thin.woff) format("woff")
}

@font-face {
	font-family: MontserratFont;
	font-weight: 300;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Montserrat-Light.woff) format("woff")
}

@font-face {
	font-family: MontserratFont;
	font-weight: 400;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
	font-family: MontserratFont;
	font-weight: 500;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
	font-family: MontserratFont;
	font-weight: 600;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Montserrat-Bold.woff) format("woff")
}

@font-face {
	font-family: FuturaFont;
	font-weight: 400;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Futura-Light.ttf)
}

@font-face {
	font-family: FuturaFont;
	font-weight: 600;
	src: url(/uslugi/vedenie-beremennosti/assets/fonts/Futura-Medium.ttf)
}

.vrt .container {
	padding-top: 0;
	padding-bottom: 0;
}

.vrt .title-block__nav {
	text-align: left;
}

.vrt__hero {
	min-width: 320px;
	margin-bottom: 30px;
	padding: 24px 10px 26px;
	background-color: #fff;
	border-radius: 20px;
}

.vrt__hero-wrapper {
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}

.vrt__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.vrt__point {
	margin: 0 10px;
	width: 3px;
	height: 3px;
	background-color: #6c6d76;
	border-radius: 50%;
}

.vrt__main-link {
	font-size: 14px;
	color: var(--secondary-accent-color);
}

.vrt__current-page {
	font-size: 14px;
}

.vrt__hero-title {
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 32px;
}

.vrt__hero-description {
	margin-bottom: 20px;
}

.vrt__hero-description.desktop {
	display: none;
}

.vrt__hero-button {
	margin: 0 auto 23px;
	width: 260px;
	height: 50px;
	font-size: 16px;
	line-height: 154.3%;
}

.vrt__hero-icon {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.vrt__tabs {
	margin-bottom: 45px;
}

.vrt__tabs-list {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
}

.vrt__tabs-item {
	position: relative;
	padding-bottom: 10px;
	margin-right: 20px;
}

.vrt__tabs-item.active .vrt__tabs-item-link {
	color: var(--secondary-accent-color);
}

.vrt__tabs-item.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--secondary-accent-color);
}

.vrt__tabs-item-link {
	font-size: 21px;
	line-height: 26px;
}

.vrt__advantages {
	margin-bottom: 45px;
}

.vrt__advantages-title {
	margin-bottom: 20px;
}

.vrt__advantages-description {
	margin-bottom: 20px;
}

.vrt__advantages-description-desktop {
	display: none;
}

.vrt__advantages-button {
	height: 44px;
}

.vrt__services {
	margin-bottom: 45px;
}

.vrt__services-title {
	margin-bottom: 24px;
}

.vrt__services-list {
	margin-bottom: 20px;
}

.vrt__services-item {
	background-color: #fff;
	border-radius: 8px;
}

/* .vrt__advantages-button {
	margin: 0 auto;
} */
.vrt__services-item:not(:last-child) {
	margin-bottom: 10px;
}

.vrt__services-item:last-child {
	display: flex;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	padding: 14px 0;
	height: 50px;
	background-color: var(--secondary-accent-color);
}

.vrt__services-button {
	--secondary-accent-color: white;
	height: auto;
	/* margin-top: 30px; */
}

.vrt__services-button:hover,
.vrt__services-button:focus {
	background-color: none;
}

.vrt__services-item-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 21px;
	padding: 26px 20px;
	height: 100%;
}

.vrt__services-item:last-child {
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	.vrt__hero-icon {
		max-width: 200px;
	}
}

@media screen and (min-width: 930px) {
	.vrt__hero {
		width: 930px;
		margin: 0 auto 60px;
	}
}

@media screen and (min-width: 1290px) {
	.vrt__hero {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto 60px;
		padding: 40px 0;
	}

	.vrt__hero-block {
		display: flex;
		gap: 45px;
		width: 1290px;
		margin: 0 auto;
	}

	.vrt__hero-wrapper {
		margin: 0;
		text-align: left;
	}

	.vrt__hero-title {
		font-size: 70px;
		line-height: 90px;
	}

	.vrt__hero-description {
		display: none;
	}

	.vrt__hero-description.desktop {
		display: block;
		margin-right: 45px;
		font-size: 16px;
	}

	.vrt .vrtLogo {
		width: 368.14px;
		height: 396px;
	}

	.vrt__hero-button {
		margin: 0;
		height: 60px;
		font-size: 18px;
		line-height: 154.3%;
	}

	.vrt__tabs {
		display: none;
	}

	.vrt .title {
		margin-bottom: 30px;
		font-size: 60px;
		line-height: 77px;
	}

	.vrt__advantages {
		margin-bottom: 70px;
	}

	.vrt__advantages-description {
		display: none;
	}

	.vrt__advantages-description-desktop {
		display: block;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.vrt__advantages-button {
		width: 220px;
		height: 60px;
	}

	.vrt__services {
		margin-bottom: 90px;
	}

	.vrt__services-list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 25px;
	}

	.vrt__services-item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 100px;
		border-radius: 20px;
	}

	.vrt__services-item:last-child {
		margin: 0;
		padding: 0;
		height: 100px;
	}

	.vrt__services-item:last-child:hover,
	.vrt__services-item:last-child:focus {
		background-color: #3b6c69;
	}

	.vrt__services-item:not(:last-child) {
		margin: 0;
	}

	.vrt__services-item-link {
		width: 100%;
		font-size: 21px;
		line-height: 19px;
	}

	.vrt__services-button {
		height: 100%;
		font-size: 21px;
		line-height: 19px;
	}

	.vrt .articles__gallery-button.mobile {
		display: none;
	}
}

/* custom services css  */

.article-content {}

.article-content-block {
	margin-bottom: 60px;
}

.article-content-block p {
	margin-bottom: 10px;
}

.article-content__column {
    display: grid;
    grid-gap: 30px 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    margin-block: 70px;
}

.article-content__column_image {
    overflow: hidden;
    border-radius: 10px;
}

.article-content__column_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 620/414;
    object-fit: cover;
}

.article-warnning {
    padding: 80px 60px;
    background: rgb(244 237 225 / .5);
    border-radius: 80px;
    display: flex;
    gap: 0 50px;
    flex-wrap: wrap;
}

.article-warnning__title {
    font-family: BebasNeue, sans-serif;
    font-weight: 900;
    line-height: 1;
    font-size: 35px !important;
    color: rgb(111 113 120) !important;
}

.article-warnning__content_text {
    color: var(--primary-title-color);
}

.h2-title,
.h3-title {
	font-weight: 450;
	margin-bottom: 24px;
}

.h2-title {
	font-size: 28px !important;
}

.h3-title {
	font-size: 24px !important;
}

.ul-list {
	margin: 20px 0;
	padding-inline-start: 40px;
	list-style: disc;
}

.ul-list li {
	font-size: 18px;
	font-family: Montserrat, Arial, sans-serif;
	color: rgb(108 109 118);
	font-weight: 400;
	margin-bottom: 10px;
}

.ul-list .name--list {
	font-family: 'BebasNeue', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(111 113 120);
    font-size: 24px;
	margin-bottom: 0;
}

.card-list-wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}

.item-card {
	padding: 70px 20px;
	background: rgb(244 237 225);
	border-radius: 30px;
}

img[src=""] {
	display: none;
}

.icon-card {
	aspect-ratio: 310/291;
	width: min(100%, 310px);
	display: block;
	margin: auto;
}

.name-card {
	color: rgb(111 113 120);
	text-transform: uppercase;
	font-family: BebasNeue, sans-serif;
	font-weight: 900;
	font-size: 36px !important;
	line-height: 1;
	margin-bottom: 10px;
}

.name-card > small {
	display: block;
}

.description-card,
.description-card * {
	color: rgb(111 113 120);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 1.25;
}

.faq__wrapper {
	padding: 80px 60px;
	background: rgb(244 237 225 / .5);
	border-radius: 80px;
	display: flex;
	gap: 0 50px;
	flex-wrap: wrap;
}

.faq__wrapper .faq__title-block {
	display: block !important;
}

.faq__wrapper .faq__title {
	font-family: BebasNeue, sans-serif;
	font-weight: 900;
	line-height: 1;
	font-size: 35px;
	color: rgb(111 113 120) !important;
}



.faq__wrapper .faq__list {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.faq__wrapper .faq__item {
	padding: 20px 30px;
	border: 2px solid !important;
	border-color: rgb(111 113 120) !important;
	border-radius: 30px;
	background: transparent;
}

.faq__wrapper .faq__question,
.faq__wrapper .faq__answer {
	display: block;
	color: rgb(111 113 120);
	font-family: MontserratFont, sans-serif;
	text-wrap: pretty;
}

.faq__wrapper .faq__question {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.faq__wrapper .faq__answer {
	font-size: 15px;
	font-weight: 400;
}

.card-list-wrap.column-1 {
	grid-template-columns: repeat(1, 1fr) !important;
}

.card-list-wrap.counter-list {
	counter-reset: card;
}

.card-list-wrap.counter-list .item-card {
	position: relative;
}

.card-list-wrap.counter-list .item-card::before {
    counter-increment: card;
    content: counter(card);
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 170px;
    font-weight: bolder;
    color: rgb(111 113 120 / .35);
    font-family: 'BebasNeue', sans-serif;
}

@media (width > 768px) {
	.h3-title,
	.h2-title {
		font-size: 36px !important;
	}

	.card-list-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.faq__wrapper .faq__title,
    .article-warnning__title {
		font-size: 50px !important;
	}
}

@media (width > 1024px) {
	.card-list-wrap {
		grid-template-columns: repeat(3, 1fr);
	}

	.faq__wrapper > .faq__title-block {
		flex-basis: 310px;
	}

	.faq__wrapper > .faq__list,
    .article-warnning__content_text {
		flex: 1;
	}
}

@media (width > 1290px) {
	.h2-title {
		font-size: 60px !important;
	}

	.faq__wrapper .faq__title,
    .article-warnning__title {
		font-size: 70px !important;
	}
}

@media (width < 600px) {
	.item-card {
		padding: 30px 20px;
	}
}

@media (hover: hover) {
	.faq__wrapper .faq__item {
		transition: background 150ms cubic-bezier(.4,0,.2,1);
	}

	.faq__wrapper .faq__item:hover {
		background: #ffffff;
	}
}

/* end custom services css  */
/* End */
/* /local/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?177857498010560 */
