:root {
	--white: #FFFFFF;
	--main: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
	--liner-bg: linear-gradient(157.73deg, #FFFBFB 0%, #F9CAB8 100%);
	--liner-elements: linear-gradient(157.73deg, #F9CAB8 0%, #FFFBFB 100%);
	--black: #2F2F2F;
	--bg-elements: #FFD1C0;
	--font-main: 'Comfortaa', sans-serif;
	--font-secondary: 'Comfortaa Bold', sans-serif;
	--nav-w: 365px;
	--subnav-w: 300px;
	--bg: #111;
	--bg-2: #181818;
	--txt: rgba(47, 47, 47, 1);
	--muted: #9aa0a6;
	--accent: #FFD56F;
	--overlay: rgba(47, 47, 47, 84%);
	--tr: .25s ease;
	--bg-elements-white: rgba(255, 255, 255, 0.34);
}

/*Services list*/
.services-container {
	margin: 70px auto 70px auto;
	max-width: 1290px;
	padding: 0;
	background: var(--bg-elements-white);
	border-radius: 30px;
	padding: 50px;
}

.services-list {
	padding: 20px;
	flex-flow: column;
	margin: 0 auto;
	column-count: 2;
	column-gap: 20px;
	background: var(--bg-elements);
	border-radius: 30px;
}

.services-list__item {
	display: flex;
	flex-flow: column;
	/* gap: 30px; */
	background: var(--bg-elements);
}

.services-list__item-title {
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	color: var(--black);
	margin: 0;
}

.services-list__item-description {
	background: var(--bg-elements);
	border-radius: 30px;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding: 20px 50px 0 50px;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.services-list__item-description ul,
.services-list__item-description ol {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 20px;
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.services-list__item-description ul>li,
.services-list__item-description ol>li {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: var(--black);
	margin: 0;
}

.services-list__item-description p {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: var(--black);
	margin: 0;
}

.services-list__item-description p a {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: var(--black);
	text-decoration: none;
}
.flat-category-list{
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px 10px;
}
.flat-category-item{
	flex: 0 0 auto;
	width: auto;
	max-width: max-content;
}
.flat-category-item a{
	height: 45px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 12px;
		font-family: var(--font-main);
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	background: linear-gradient(111.26deg, #F4551E -0.11%, #DE2947 100.11%);
}
.flat-category-item a:hover{
	background: linear-gradient(157.73deg, #fff1f1 0%, #ddbaac 100%);
	color: #2F2F2F;
}
/*Meeting grid*/
.meetings-section {
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	justify-content: space-between;
	margin-top: 70px;
}

.meeting-title {
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 70px;
	text-align: center;
	color: var(--black);
	margin: 0 auto;
}

.meetings-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
}

.meetings-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 30px;
	gap: 10px;
	background: rgba(255, 255, 255, 0.34);
	border-radius: 30px;
}

.meeting-list-decor {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 13px;
	gap: 10px;
	width: 80px;
	height: 80px;
	background: linear-gradient(157.73deg, #FFFBFB 0%, rgba(255, 209, 192, 1) 100%);
	border-radius: 50px;
}

.meetings-list__item-title {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #2F2F2F;
	margin-bottom: 0;
	margin-top: 0;
}

.meetings-list__item-description {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.meetings-list__item-description p {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #2F2F2F;
	margin: 0;
}

/*Help section*/
.help-section {
	background: linear-gradient(157.73deg, #F9CAB8 0%, #FFFBFB 100%);
	padding: 40px 50px;
	border-radius: 30px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin-top: 70px;
	width: 100%;
	max-width: 100%;
}

.help-section-text {
	flex: 1;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.help-section__title {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 72px;
	color: #2F2F2F;
	margin: 0;
	max-width: 555px;
}

.help-section__description {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.contact-us-link {
	height: 60px;
	width: max-content;
	background: var(--main);
	border-radius: 20px;
	padding: 0 20px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
}

.contact-us-link:hover,.contact-us-link:focus,
.contact-us-link:visited {
	color: #FFFFFF;
}

.help-section__description p {
	margin: 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #2F2F2F;
}

.help-contacts {
	flex: 0 0 166px;
	width: 100%;
	max-width: 166px;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.msg-link {
	flex: 0 0 calc(50% - 10px);
	height: 60px;
	width: 100%;
	background: var(--main);
	border-radius: 20px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}
.msg-link:hover,.contact-us-link:hover{
	background: linear-gradient(111.26deg, #DE2947 -0.11%, #F4551E 100.11%);
}
.help-contacts-logo {
	width: 130px;
	height: 44px;
}

.messanger-links {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: auto;
}
.messanger-links .contacts-list__item-icon{
	height: 30px;
}
/*Banners list*/
.banners-list {
	flex: 0 0 100%;
	width: 100%;
	gap: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 70px;
}

.banners-list a {
	flex: 0 0 calc(33% - 20px);
	border-radius: 30px;
	background: var(--bg-elements-white);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banners-list img {
	width: auto;
	height: auto;
}

@media screen and (max-width: 1290px) {
	.services-container {
		max-width: calc(100% - 40px);
	}
}

@media (max-width: 990px) {
	.meetings-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 900px) {
	.services-container {
		margin: 50px auto 50px auto;
		padding: 30px 20px;
	}


}

@media screen and (max-width: 768px) {

	h2.services-list__item-title,
	h2.meeting-title,
	h2.help-section__title {
		font-size: 52px;
		line-height: 72px;
	}

	.meetings-section {
		gap: 30px;
		margin-top: 50px;
	}

	.help-section{
		flex-flow: column;
		align-items: center;
		text-align: center;
		gap: 20px;
		padding: 20px 30px;
		margin-top: 50px;
	}
	.help-contacts-logo{
		display: none;
	}
	.help-contacts{
		flex-flow: row;
		gap: 20px;
		justify-content: center;
		flex: 1;
		width: 100%;
		max-width: 100%;
	}
	.messanger-links{
		margin: 0;
		flex: 0 0 166px;
	}
	.help-contacts{
		width: max-content;
	}
	.contact-us-link{
		flex: 0 0 166px;
		width: 166px;
	}
	.msg-link{
		width: 100%;
		max-width: 73px;
	}
	section.services-list {
		column-count: 1;
		gap: 40px;
		display: flex;
	}

	section.services-list .services-list__item {
		gap: 0;
		flex: 1 1 100%;
	}
}

@media screen and (max-width: 650px) {
	.meetings-list {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 560px) {
	.seo-content-container {
		margin: 40px auto 40px auto;
	}

	h2.services-list__item-title,
	h2.meeting-title {
		font-size: 36px;
		line-height: 42px;
	}

	.meetings-list__item-title,h2.help-section__title {
		font-size: 20px;
		line-height: 28px;
	}

	.meetings-list {
		gap: 10px;
	}

	.meetings-list__item {
		gap: 5px;
		padding: 15px;
	}

	.meetings-section {
		margin-top: 40px;
		gap: 20px;
	}

	.meeting-list-decor {
		width: 50px;
		height: 50px;
	}
	.help-section{
		margin-top: 40px;
		padding: 20px 15px;
		gap: 15px;
	}
	.meeting-list-decor-img {
		width: 24px;
		height: auto;
	}

	.services-container {
		padding: 30px 20px;
	}
	.help-section__description{
		gap: 10px;
	}
	.services-list__item-description p,.help-section__description p {
		font-size: 15px;
		line-height: 26px;
	}

	section.services-list {
		padding: 20px 15px;
	}

	section.services-list {
		gap: 20px;
	}

	section.services-list .services-list__item {
		gap: 0;
	}

	.services-list__item-description {
		padding: 10px 0 15px 0;
	}
}
@media screen and (max-width: 475px) {
h2.services-list__item-title, h2.meeting-title{
	font-size: 24px;
	line-height: 32px;
}
.services-list__item-description ul, .services-list__item-description ol{
	gap: 10px;
}
.services-list__item-description ul>li, .services-list__item-description ol>li{
	font-size: 16px;
	line-height: 24px;
}
.services-container{
	padding: 15px;
}
}
@media screen and (max-width: 435px) {
	.contact-us-link{
		display: none;
	}
	.help-contacts,.messanger-links{
		flex: 1;
		width: 100%;
	}
	.msg-link{
		width: 100%;
		max-width: 100%;
	}
}