header.partner {position: relative;}
header.partner .partner__top-img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33vw;
}

header.partner .partner__main-block,
main.post-single .container > * {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

header.partner .partner__main-block {
	margin-top: 200px;
}

header.partner .partner__title {
	text-align: center;
	margin-bottom: 65px;
}

header.partner .partner__content {
	display: grid;
	grid-template-columns: 1fr max-content;
	grid-gap: 0 45px;
	align-items: center;
}

header.partner .partner__left-colummn img {
	height: 200px;
	width: 100%;
	max-width: 400px;
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
}

header.partner .partner__tags-list {
	display: flex;
	flex-wrap: wrap;
}

header.partner .partner__tags-list li {
	margin-bottom: 10px;
	font-size: 12px;
	box-sizing: border-box;
	padding: 6px;
	display: block;
	text-align: center;
	color: #573CFF;

	border-radius: 10px;
	min-width: 60px;
	background-color: #F8FAFF;
}

header.partner .partner__tags-list li:not(:last-child) {
	margin-right: 10px;
}

header.partner .partner__link {
	grid-column: 1/3;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	display: grid;
	grid-template-columns: repeat(2,max-content);
	grid-gap: 0 7px;
	align-items: center;
	text-align: center;
	border: 1px solid #573CFF;
	color: #573CFF;
	font-size: inherit;
	padding: 13px 100px;
	box-sizing: border-box;
	border-radius: 30px;
	font-weight: 500;
}

header.partner .partner__link:hover {
	color:#FFFFFF;
	background-color: #573CFF;
}

header.partner .partner__link svg {
	width: 16px;
}

header.partner .partner__link:hover svg path {
	fill: #FFFFFF;
}

header.partner .partner__right-colummn {
	max-width: 310px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

header.partner .partner__right-colummn h2 {
	font-size: 28px;
	font-weight: 500;
	color: #02015A;
}

section.post .post__top-title-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

section.post .post__top-title-block span:not(:last-child) {
	margin-right: 12px;
}

section.post .post__title {
	text-align: center;
	margin-bottom: 12px;
	font-weight: 500;
}

section.post .post__date {
	font-weight: 500;
	display: block;
	text-align: center;
	color: #606884;
	line-height: 1;
}

section.post .post__thumb-img {
	width: 100%;
	max-height: 350px;
	margin-top: 70px;
	margin-bottom: 70px;
	object-position: center;
	object-fit: contain;
}

section.post .post__content h2,
section.post .post__content h3 {
	margin-bottom: 35px;
	margin-top: 20px;
}

section.post .post__content span,
section.post .post__content a:not([class]) {
	display: inline;
}

section.post .post__content a[class] {margin-top: 15px;}

section.post .post__content strong {
	font-size: inherit;
	font-weight: 700;
}

section.post .post__content h2:not([style]) {
	font-size: 36px;
}

section.post .post__content h3:not([style]) {
	font-size: 32px;
}

section.post .post__content h4:not([style]) {
	font-size: 26px;
}

section.post .post__content h5:not([style]) {
	font-size: 22px;
}

section.post .post__content ul,
section.post .post__content ol {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	box-sizing: border-box;
}

section.post .post__content img {
	max-width: 100%;
}

section.post .post__content li:not(:last-child) {
	padding-bottom: 10px;
}

section.post .post__content li {
	list-style-type: circle;
	display: list-item;
}

section.comments {padding-bottom: 0!important;}

section.comments .comments__list.owl-carousel .owl-item {
	padding: 7px;
}

section.comments .comments__item {
	border-radius: 15px;
	border: 1.5px solid #02015A;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

section.comments .comments__main-block h3 {
	margin-bottom: 35px;
}

section.comments .comments__top-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.comments .comments__date {
	font-weight: 400;
	color: #606884;
	font-size: 14px;
}

section.comments .comments__name {
	font-size: 22px;
	font-weight: 500;
	color: #02015A;
}

section.comments .comments__descr-item {
	margin-top: 25px;
	font-size: 16px;
}

section.review-form {padding-top: 0;}

section.review-form .review-form__main-block {
	padding: 0 80px;
	box-sizing: border-box;
}

section.review-form .review-form__main-block h3 {
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 35px;
}

section.review-form .review-form__form {
	width: 100%;
}

section.review-form .review-form__form label {
	display: block;
	margin-bottom: 35px;
}

section.review-form .review-form__form label textarea,
section.review-form .review-form__form label input {
	display: block;
	width: 100%;
	padding: 12px 24px;
	font-weight: 500;
	font-size: 18px;
	border-radius: 20px;
	border: 1px solid #D1D1D1;
	color: #858585;
	box-sizing: border-box;
}

section.review-form .review-form__form label textarea {
	height: 200px;
	resize: unset;
}

section.review-form .review-form__submit {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	border-radius: 30px;
	background: #02015A;
	padding: 12px;
	box-sizing: border-box;
}


@media only screen and (max-width: 1440.99px) {
	section.post .post__date {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1336.99px) {
	section.comments .comments__list {
		width: calc(100% + 120px);
		left: -60px;
	}
}

@media only screen and (max-width: 767.99px) {
	section.comments .comments__list {
		width: calc(100% + 60px);
		left: -30px;
	}

	section.review-form .review-form__main-block h3 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 620.99px) {
	section.review-form .review-form__main-block {
		padding: 0;
	}

	section.comments .comments__list {
		position: unset;
		width: 100%;
	}

	section.post .post__thumb-img {max-height: 250px;}

	header.partner .partner__left-colummn img {height: 160px;}

	header.partner .partner__content {
		grid-gap: 0 20px;
	}

	header.partner .partner__link {
		margin-top: 35px;
	}

	section.post .post__content h2, 
	section.post .post__content h3 {
		margin-top: 0;
	}

	header.partner .partner__link {
		padding: 8px 60px;
		font-size: 16px;
	}

	header.partner .partner__title {
		margin-bottom: 35px;
	}

	header.partner .partner__main-block {margin-top: 130px;}

	header.partner .partner__left-colummn img {
		width: 200px;
		height: auto;
	}

	header.partner .partner__right-colummn h2 {
		font-size: 24px;
	}

	section.review-form .review-form__main-block h3 {
		font-size: 34px;
	}
}

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

	header.partner .partner__content {
		grid-template-columns: 100%;
		grid-gap: 20px 0;
	}

	header.partner .partner__title {margin-bottom: 20px;}

	header.partner .partner__left-colummn img {
		width: 100%;
		height: 200px;
	}

	header.partner .partner__right-colummn {
		max-width: 100%;
		align-items: center;
	}

	header.partner .partner__link {
		margin-top: 20px;
	}

	section.post .post__content h2:not([style]), 
	section.post .post__content h3:not([style]) {
		font-size: 28px;
		margin-bottom: 15px;
	}

	section.comments .comments__main-block h3 {margin-bottom: 20px;}


	section.comments .comments__name {
		font-size: 18px;
	}

	section.comments .comments__date {
		font-size: 10px;
	}

	section.comments .comments__descr-item {
		margin-top: 15px;
		font-size: 12px;
	}

	section.review-form .review-form__main-block h3 {
		font-size: 28px;
	}

	section.review-form .review-form__main-block h3 {margin-bottom: 20px;}

}