.page-body {
	font-family: 'Montserrat', 'Arial' sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	min-width: 415px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
.page-body button {
	cursor: pointer;
}
.page-body picture {
	display: flex;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-align: center;
	margin: 0;
	position: relative;
}
.title::before {
	content: '';
	width: 211px;
	height: 4px;
	background-color: #ffb800;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 1200px) {
	.title {
		font-size: 30px;
		line-height: 37px;
	}
	.title--left {
		text-align: left;
	}
	.title--left::before {
		left: 0;
		transform: translateX(0);
	}
}
.feedback__input {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: rgba(35, 35, 35, 0.9);
    padding: 11px 20px;
    margin: 0 0 15px;
    border: 1px solid #5badc2!important;
    box-sizing: border-box;
    width: 80%!important;
}
.logo {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.05em;
	margin: 0;
}
.wrapper {
	width: 415px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.wrapper {
		width: 768px;
	}
}
@media (min-width: 1200px) {
	.wrapper {
		width: 1200px;
	}
}
.button {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	width: 280px;
	height: 50px;
	padding: 14px 96px;
	background-color: #ffb800;
	box-shadow: 0px 4px 12px 3px rgba(255, 184, 0, 0.3);
	border: none;
	box-sizing: border-box;
}
.slider {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slider .slider__list {
	transition: transform 0.3s;
}
.slider__nav {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1 0 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.slider__nav-item {
	height: min-content;
	display: flex;
	margin: 5px 20px 5px 0;
}
.slider__nav-item:last-child {
	margin-right: 0;
}
.slider__nav-item:nth-child(8n) {
	margin-right: 0;
}
@media (min-width: 768px) {
	.slider__nav-item:nth-child(8n) {
		margin-right: 20px;
	}
	.slider__nav-item:nth-child(19n) {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.slider__nav-item:nth-child(8n) {
		margin-right: 20px;
	}
	.slider__nav-item:nth-child(19n) {
		margin-right: 20px;
	}
	.slider__nav-item:nth-child(35n) {
		margin-right: 0;
	}
}
.slider__nav-btn {
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	box-sizing: border-box;
}
.swipe-slider .slider__list {
	transition: none;
}
.slider__item:last-child {
	margin-right: 0;
}
.social {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.social__item {
	width: 30px;
	height: 30px;
	margin-right: 40px;
}
.social__item:hover svg,
.social__item:focus svg {
	fill: #ffb800;
}
.page-header {
	width: 100%;
	position: relative;
	background-color: #c471f5;
	background-image: linear-gradient(91.2deg, #c471f5 0%, #fa71cd 100%);
}
.page-header__wrapper {
	padding: 15px 20px;
}
@media (min-width: 1200px) {
	.page-header__wrapper {
		padding: 21px 20px;
	}
}
.navigation {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.navigation__logo {
	order: 3;
}
@media (min-width: 1200px) {
	.navigation__logo {
		margin-right: auto;
		order: 0;
	}
}
.navigation__container {
	display: flex;
}
.navigation__container--open {
	width: 352px;
	height: 100vh;
	padding: 110px 0 0 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.navigation__contacts {
	display: none;
}
.navigation__contacts--open {
	margin-top: 15px;
	display: revert;
}
@media (min-width: 1200px) {
	.navigation__contacts {
		margin: 0 0 0 80px;
		display: flex;
		align-items: center;
	}
}
.navigation__phone {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.navigation__phone {
		color: #ffffff;
		padding-left: 25px;
		position: relative;
	}
	.navigation__phone::before {
		content: '';
		width: 18px;
		height: 18px;
		background-image: url('../img/phone.svg');
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}
.navigation__button {
	display: none;
}
@media (min-width: 1200px) {
	.navigation__button {
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
		width: 180px;
		height: 38px;
		padding: 11px 37px;
		margin: 0 0 0 85px;
		border-radius: 8px;
		display: revert;
	}
}
.navigation__social {
	margin-top: 35px;
}
@media (min-width: 1200px) {
	.navigation__social {
		display: none;
	}
}
.main-nav {
	display: flex;
}
.main-nav__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.main-nav__list--open {
	display: revert;
}
@media (min-width: 1200px) {
	.main-nav__list {
		display: flex;
		align-items: center;
	}
}
.main-nav__item {
	margin-bottom: 44px;
}
.main-nav__item:last-child {
	margin-right: 0;
}
@media (min-width: 1200px) {
	.main-nav__item {
		margin: 0 22px 0 0;
	}
}
.main-nav__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}
.main-nav__link:hover,
.main-nav__link:focus {
	color: #ffb800;
}
@media (min-width: 1200px) {
	.main-nav__link {
		color: #ffffff;
	}
}
.main-nav__button {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url('../img/gamburger.svg');
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 5px;
}
.main-nav__button--open {
	width: 20px;
	height: 20px;
	margin: 0 0 0 auto;
	position: absolute;
	background-image: none;
	top: 17px;
	left: 21px;
}
.main-nav__button--open::before,
.main-nav__button--open::after {
	content: '';
	width: 20px;
	height: 2px;
	margin: 0;
	background-color: #000000;
	border: none;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.main-nav__button--open::before {
	transform: rotate(-45deg);
}
.main-nav__button--open::after {
	transform: rotate(45deg);
}
@media (min-width: 1200px) {
	.main-nav__button {
		display: none;
	}
}
.page-main {
	position: relative;
	overflow: hidden;
}
.page-main__background-container {
	background-color: #c471f5;
	background-image: linear-gradient(159.07deg, #c471f5 17.3%, #fa71cd 79.42%);
}
.banner {
	color: #000000;
	width: 100%;
}
.banner__wrapper {
	padding: 0 20px;
}
@media (min-width: 768px) {
	.banner__wrapper {
		display: flex;
		flex-direction: column;
	}
	.banner__wrapper picture {
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.banner__wrapper {
		display: grid;
		grid-template-columns: min-content 1fr;
		grid-template-rows: repeat(5, min-content);
	}
	.banner__wrapper picture {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: -1;
	}
}
.banner__image {
	width: 415px;
	height: 407px;
	object-fit: cover;
	margin-left: -20px;
}
@media (min-width: 1200px) {
	.banner__image {
		width: 544px;
		height: 528px;
		margin: 0 30px 0 0;
	}
}
.banner__title {
	font-weight: 800;
	font-size: 34px;
	line-height: 41px;
	margin: 20px 0;
}
@media (min-width: 1200px) {
	.banner__title {
		font-size: 52px;
		line-height: 63px;
		margin: 137px 0 30px;
		position: relative;
	}
	.banner__title::before {
		content: '';
		width: 48px;
		height: 46px;
		background-image: url('../img/corner.svg');
		position: absolute;
		top: -14px;
		left: -27px;
	}
}
.banner__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
}
.banner__list {
	list-style: none;
	padding: 0 27px;
	margin: 0;
}
@media (min-width: 1200px) {
	.banner__list {
		padding: 0;
	}
}
.banner__item {
	padding: 0 0 0 30px;
	margin: 0 0 12px;
	position: relative;
}
.banner__item:last-child {
	margin: 0;
}
.banner__item::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #cf69ff;
	background-image: linear-gradient(180deg, #ff69de 0%, #cf69ff 100%);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
.banner__button {
	margin: 40px auto 0;
	display: block;
}
@media (min-width: 1200px) {
	.banner__button {
		margin: 40px auto 0 0;
	}
}
.videos {
	width: 100%;
	margin: 60px 0 0;
	overflow: hidden;
}
.videos__wrapper {
	padding: 0 20px;
}
.videos__slider {
	margin: 55px 0 50px;
}
.videos__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.videos__item {
	width: 280px;
	min-height: 280px;
	padding: 8px;
	margin: 0 20px 0 0;
	background-color: #ffffff;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	flex: 1 0;
	display: flex;
	flex-direction: column;
}
.videos__img-wrap {
	position: relative;
}
.videos__img-wrap::after {
	content: '';
	width: 80px;
	height: 80px;
	background-color: #ffffff;
	background-image: url('../img/play-button.svg');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.videos__image {
	width: 264px;
	height: 180px;
}
.videos__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin: auto 0;
}
.about {
	width: 100%;
	background-image: url('../img/about-bg.png');
	background-repeat: no-repeat;
	background-position: top 215px right -33px;
	background-size: 411px 469px;
}
@media (min-width: 768px) {
	.about {
		background-position: top 215px right 100px;
	}
}
@media (min-width: 1200px) {
	.about {
		background-image: none;
	}
}
.about__wrapper {
	padding: 28px 20px 0;
}
@media (min-width: 1200px) {
	.about__wrapper {
		padding: 20px 20px 93px;
		background-image: url('../img/about-bg.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		display: grid;
		grid-template-columns: 1fr min-content;
		grid-template-rows: repeat(4, min-content);
	}
}
.about__title {
	color: #ffffff;
}
@media (min-width: 1200px) {
	.about__title {
		flex-basis: 100%;
	}
}
.about__caption {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin: 46px 0 30px;
	width: 255px;
}
@media (min-width: 1200px) {
	.about__caption {
		width: max-content;
	}
}
.about__image {
	width: 375px;
	height: 372px;
	margin: 0 auto 140px;
	display: block;
}
@media (min-width: 1200px) {
	.about__image {
		width: 402px;
		height: 372px;
		margin: 62px 140px 0 45px;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: -1;
	}
}
.about__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 40px;
}
@media (min-width: 1200px) {
	.about__text {
		margin: 0 0 30px;
	}
}
.about__button {
	margin: 0 auto;
	display: block;
}
@media (min-width: 1200px) {
	.about__button {
		margin: 0 auto 0 0;
	}
}
.gallery {
	width: 100%;
	margin: 50px 0 0;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.gallery {
		margin: 30px 0 0;
	}
}
.gallery__wrapper {
	padding: 0 20px 50px;
}
@media (min-width: 1200px) {
	.gallery__wrapper {
		padding: 0 10px;
		position: relative;
	}
}
.gallery__title {
	color: #ffffff;
}
.gallery__slider {
	margin: 56px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery__list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
}
.gallery__item {
	width: min-content;
	height: min-content;
	margin-right: 20px;
	border-radius: 20px;
	flex: 1 0;
	position: relative;
	overflow: hidden;
	user-select: none;
}
.gallery__image {
	width: 280px;
	height: 340px;
	pointer-events: none;
}
.gallery__link {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 25px 0;
	background-color: rgba(35, 35, 35, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.gallery__button {
	width: 49px;
	height: 49px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	display: flex;
}
.gallery__button--next {
	transform: rotate(180deg);
}
.gallery__button:hover svg,
.gallery__button:focus svg {
	fill: #ffb800;
}
@media (min-width: 1200px) {
	.gallery__button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.gallery__button--prev {
		left: -94px;
	}
	.gallery__button--next {
		right: -94px;
		transform: rotate(180deg) translateY(50%);
		transform-origin: center;
	}
}
@media (min-width: 1200px) {
	.gallery__nav {
		margin: 0 auto 60px;
	}
}
.gallery__nav-item:hover .gallery__nav-btn,
.gallery__nav-item:focus .gallery__nav-btn {
	background-color: #ffb800;
}
.gallery__nav-btn {
	background-color: #ffffff;
}
.gallery__nav-btn.slider__nav-btn--current {
	background-color: #ffb800;
}
.procedure {
	color: #000000;
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.procedure__wrapper {
	padding: 0 20px;
}
.procedure__slider {
	padding: 90px 0 20px;
	margin: 16px 0 0;
}
.procedure__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.procedure__item {
	min-height: 340px;
	padding: 115px 19px 20px 25px;
	margin-right: 20px;
	background-color: #ffffff;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	box-sizing: border-box;
	flex: 1 0 280px;
	position: relative;
}
.procedure__image {
	width: 126px;
	height: 126px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50px);
}
.procedure__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 0 auto 15px;
}
.procedure__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.reviews {
	color: #000000;
	width: 100%;
	margin: 25px 0 40px;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.reviews {
		margin: 70px 0 0;
	}
}
.reviews__wrapper {
	padding: 0 20px;
}
@media (min-width: 1200px) {
	.reviews__wrapper {
		padding: 0 10px 45px;
		position: relative;
	}
}
.reviews__slider {
	margin: 56px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews__list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
}
@media (min-width: 1200px) {
	.reviews__list {
		margin: 0 0 45px;
	}
}
.reviews__item {
	min-height: 290px;
	padding: 30px;
	margin-right: 20px;
	background-color: #ffffff;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	box-sizing: border-box;
	flex: 1 0 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
@media (min-width: 768px) {
	.reviews__item {
		flex: 1 0 50%;
	}
}
@media (min-width: 1200px) {
	.reviews__item {
		flex: 1 0 580px;
	}
}
.reviews__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.reviews__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin: auto 0;
}
.reviews__date {
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}
.reviews__button {
	width: 49px;
	height: 49px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	display: flex;
}
.reviews__button--next {
	transform: rotate(180deg);
}
.reviews__button:hover svg,
.reviews__button:focus svg {
	fill: #c471f5;
}
@media (min-width: 1200px) {
	.reviews__button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.reviews__button--prev {
		left: -94px;
	}
	.reviews__button--next {
		right: -94px;
		transform: rotate(180deg) translateY(50%);
		transform-origin: center;
	}
}
.reviews__nav-item:hover .reviews__nav-btn,
.reviews__nav-item:focus .reviews__nav-btn {
	background-color: #c471f5;
}
.reviews__nav-btn {
	background-color: #c4c4c4;
}
.reviews__nav-btn.slider__nav-btn--current {
	background-color: #c471f5;
}
.page-footer {
	width: 100%;
	background-color: #c471f5;
	background: linear-gradient(159.07deg, #c471f5 17.3%, #fa71cd 79.42%);
}
.page-footer__wrapper {
	padding: 40px 20px 50px;
}
@media (min-width: 768px) {
	.page-footer__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.page-footer__wrapper {
		padding: 25px 20px 35px;
	}
}
.page-footer__title {
	color: #ffffff;
}
@media (min-width: 768px) {
	.page-footer__title {
		margin: 0 0 56px;
		flex-basis: 100%;
	}
}
.page-footer__contacts {
	margin: 56px 0 0;
}
@media (min-width: 768px) {
	.page-footer__contacts {
		width: fit-content;
		margin: 0;
	}
}
.page-footer__map {
	width: 374px;
	height: 350px;
}
@media (min-width: 1200px) {
	.page-footer__map {
		width: 803px;
		height: 350px;
	}
}
.page-footer__navigation {
	display: none;
}
@media (min-width: 1200px) {
	.page-footer__navigation {
		margin-top: 90px;
		flex-basis: 100%;
		display: flex;
	}
}
.page-footer__copyright {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	margin: 40px 0 0;
}
@media (min-width: 768px) {
	.page-footer__copyright {
		flex-basis: 100%;
	}
}
@media (min-width: 1200px) {
	.page-footer__copyright {
		margin: 90px 0 0;
	}
}
.contacts {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.contacts__item {
	margin-bottom: 40px;
}
.contacts__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.contacts__link {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
}
.contacts__social {
	margin: 16px 0 0;
}
.modal {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.modal--close {
	display: none;
}
.modal__overlay {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
}
.modal__img {
	width: 460px;
	height: 558px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
}
@media (min-width: 1200px) {
	.modal__img {
		width: 595px;
		height: 722px;
	}
}
.modal__container {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.13);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.modal__close {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal__close::before,
.modal__close::after {
	content: '';
	width: 30px;
	height: 2px;
	margin: 0;
	background-color: #000000;
	border: none;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.modal__close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1200px) {
	.modal__close {
		top: 40px;
		right: 40px;
	}
}
.feedback {
	width: 415px;
	padding: 60px 30px 45px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 1200px) {
	.feedback {
		width: 1000px;
		height: 376px;
		padding: 40px 333px 45px;
	}
}
.feedback__title {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
	margin: 0 0 9px;
}
.feedback__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0;
}
.feedback__form {
	width: 100%;
	padding: 0;
	margin: 29px 0 0;
	display: flex;
	flex-direction: column;
	align-content: center;
    align-items: center;
}
.feedback__input {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: rgba(35, 35, 35, 0.9);
	padding: 11px 20px;
	margin: 0 0 15px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.feedback__submit {
	color: #ffffff;
	width: 100%;
	margin-top: auto;
}
.success {
	width: 415px;
	padding: 60px 30px 45px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 1200px) {
	.success {
		width: 504px;
		height: 376px;
		padding: 60px 100px 45px;
	}
}
.success__image {
	width: 171px;
	height: 171px;
	margin: 0 0 30px;
}
.success__text {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin: 0;
}
.examples {
	list-style: none;
	padding: 0;
	margin: 0;
}
.example {
	color: #000000;
	width: 415px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.example .modal__close {
	top: 24px;
	right: 24px;
}
.example .modal__close::before,
.example .modal__close::after {
	box-shadow: 0 0 1px 1px #ffffff;
}
@media (min-width: 1200px) {
	.example {
		width: 1000px;
		min-height: 376px;
		flex-direction: row;
	}
	.example .modal__close {
		top: 15px;
		right: 15px;
	}
	.example .modal__close::before,
	.example .modal__close::after {
		box-shadow: none;
	}
}
.example__img-link {
	line-height: 0;
	height: min-content;
}
.example__image {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
@media (min-width: 1200px) {
	.example__image {
		width: 306px;
		height: 376px;
	}
}
.example__wrapper {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
}
.example__caption {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin: 0;
}
.example__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	margin: 30px 0;
}
.example__button {
	margin: 30px 0 0;
}
@media (min-width: 1200px) {
	.example__button {
		margin: auto 0 0;
	}
}

.new {
	margin-top: 45px;
}
.new__container {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
@media (max-width: 768px) {
	.new__container {
		gap: 40px;
	}
}
.new__link {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: Montserrat, Arial sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-decoration: none;
	color: #000;
	transition: all 0.2s ease;
}
.new__link:hover {
	color: #000 !important;
	justify-content: flex-start !important;
	font-size: 16px !important;
	opacity: 0.7;
}
@media (max-width: 768px) {
	.new__link {
		font-size: 14px;
	}
}
.new__link svg {
	fill: #000;
}
.new__content {
	display: grid;
	grid-template-columns: auto 1fr;
}
@media (max-width: 768px) {
	.new__content {
		grid-template-columns: 1fr;
	}
}
.new__image {
	max-width: 400px;
	max-height: 400px;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 768px) {
	.new__image {
		max-width: calc(300px + 100 * ((100vw - 360px) / 840));
		max-height: calc(300px + 100 * ((100vw - 360px) / 840));
	}
}
@media (max-width: 480px) {
	.new__image {
		justify-self: center;
	}
}
.new__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.new__text {
	padding-left: 20px;
	color: #000;
}
@media (max-width: 768px) {
	.new__text {
		padding-left: 0;
	}
}
.new__text h2 {
	font-family: Montserrat, Arial sans-serif;
	margin: 10px 0 20px;
	font-size: 24px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.new__text h2 h2 {
		font-size: 30px;
		line-height: 37px;
	}
}
.new__text ul {
	padding: 0 0 0 20px;
	font-family: Montserrat, Arial sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}
@media (max-width: 768px) {
	.new__text ul {
		font-size: 14px;
	}
}
.new__text p {
	font-family: Montserrat, Arial sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin: 15px 0;
}
@media (max-width: 768px) {
	.new__text p {
		font-size: 14px;
	}
}

.container {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.articles__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 45px;
}
.articles__slide {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 55% 45%;
	overflow: hidden;
}
@media (max-width: 600px) {
	.articles__slide {
		grid-template-rows: 50% 50%;
	}
}
.articles__slide-img {
	position: relative;
	transition: all 0.3s ease;
}
.articles__slide-img:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.articles__slide-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
.articles__slide-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	padding: 2rem 1.5rem 3rem;
}
.articles__slide-content h5,
.articles__slide-content p {
	margin: 0;
}
@media (max-width: 700px) {
	.articles__slide-content {
		padding: 1rem;
	}
}
.articles__slide-content h5 {
	font-family: Montserrat, Arial sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.articles__slide-content p {
	font-family: Montserrat, Arial sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.articles__slide-content a {
	font-family: Montserrat, Arial sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 20px;

	transition: all 0.2s ease;
}

.articles__slide-content a:hover {
	justify-content: flex-start !important;
	color: #000 !important;
	font-size: 14px !important;
	opacity: 0.7;
}
.articles__title {
	font-family: Montserrat, Arial sans-serif;
	color: #000;
	text-align: center;
	position: relative;
	font-size: 24px;
	line-height: 37px;
	margin: 0;
	margin-bottom: 56px;
}

@media (min-width: 1200px) {
	.articles__title {
		font-size: 30px;
	}
}
.articles__title::before {
	content: '';
	width: 211px;
	height: 4px;
	background-color: #ffb800;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}

._slider {
	width: 100%;
	height: 620px;
	padding: 15px;
	max-height: 700px;
	position: relative;
}
@media (max-width: 600px) {
	._slider {
		height: 520px;
		padding: 0;
	}
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
	fill: #c471f5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #000;
	font-weight: bold;
	display: none;
}

.swiper-slide {
	box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.swiper-button-prev {
	left: -94px;
	width: 49px;
	height: 49px;
}

.swiper-button-next {
	right: -94px;
	width: 49px;
	height: 49px;

	transform: rotate(180deg);
}

@media (max-width: 1200px) {
	.swiper-button-prev {
		display: none;
	}
	.swiper-button-next {
		display: none;
	}
}

.swiper-pagination {
    position: static !important;
    margin-top: 45px;
}
.swiper-pagination-bullet {
    
    width: 14px;
    height: 14px;
        background-color: #c4c4c4;
        opacity: 1;
    
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c471f5;
}

.slider__back:disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.slider__next:disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
