/* новая страница записи блога */

._new-post .newsitem__description {
	padding-top: 230px;
}

.calculator-post__radio--btn {
	cursor: pointer;
}

._new-post .arve {
	margin: 30px auto 0 auto;
}

._new-post video {
	border-radius: 32px;
}

._new-post .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}

._new-post .newsitem {
	background-color: #F1FFE4;
	margin-top: 50px;
}

._new-post .container {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

._new-post .newsitem__info {
	position: relative;
	z-index: 5;
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

._new-post .newsitem__item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;

	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

._new-post .content-post {
	padding-top: 100px;
}

._new-post .content-post__subtitle {
	color: #7BB745;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 66px;
	margin-bottom: 10px;
}

._new-post .content-post__wrapper {
	border-radius: 32px;
	background: #F5F6FA;
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;

	color: #3A3A3A;
	font-family: 'Montserrat';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

._new-post .newsitem__preview {
	margin-top: 100px;
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

._new-post .newsitem__preview .container {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.banner-post {
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0 15px;
}

.blog__next img, .blog__prev img {
    margin-top: 5px !important;
    height: 28px;
    object-fit: contain;
}

.banner-post__frame {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.banner-post .course-block {
	min-height: auto;
	width: auto;
}

.banner-post__title,
.banner-post__title p {
	color: #05203E;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 60px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 70px !important;
	margin-bottom: 30px !important;
}

.banner-post__title span {
	color: #FAC017;
}


.banner-post__frame {
	max-width: 1240px;
	margin: 0 auto;
}

.calculator-post__radio.calculator-post__radio--btn {
	border-radius: 25px;
	background: linear-gradient(91deg, #84C24C 3.64%, #6BAA32 94.78%);
}

.calculator-post__radio.calculator-post__radio--btn p {
	color: #FFF;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	background-color: transparent;
	padding: 25px 60px;
}

._new-post .course-block .calculator-post__radio input {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
}

._new-post .course-block .calculator-post__radio::before {
	display: none;
}

.calculator-post__radio.calculator-post__radio--circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	min-height: 43px;
	cursor: pointer;
}

.calculator-post__radio.calculator-post__radio--circle span {
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #D6DADE;
	border-radius: 50%;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.calculator-post__radio.calculator-post__radio--circle p {
	font-weight: 400;
	font-size: 20px;
	line-height: 134%;
	color: #05203E;
}

.calculator-post__radio.calculator-post__radio--circle input:checked~span {
	border-color: #7BB745;
}

.calculator-post__radio.calculator-post__radio--circle span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #7BB745;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.calculator-post__radio.calculator-post__radio--circle input:checked~span::before {
	opacity: 1;
}




.banner-post__content {
	flex: 0 0 65%;
}

.banner-post__img {
	flex: 0 0 30%;
}

.banner-post__img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.banner-post .course-block .calculator {
	width: auto;
}

.banner-post .calculator__question {
	color: #000;
	font-family: 'Montserrat';
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 27px !important;
	/* 135% */
}

.free-post {
	max-width: 1240px;
	margin: 70px auto;
	padding: 25px 40px 50px 40px;
	border-radius: 32px;
	border: 2px solid #FFD600;
}

.free-post__header {
	position: relative;
}

.free-post__title {
	color: #141414;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;

	margin-bottom: 20px;
}

.free-post__img {
	position: absolute;
	left: 50%;
	transform: translate(-92%, 82%) !important;
	bottom: 0;
	width: 128px;
	height: 141px;
}

.free-post__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.free-post__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.free-post__subtitle {
	max-width: 420px;
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 30px;
}

.free-post__wrapper {
	max-width: 445px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.free-post__item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.free-post__btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.free-post__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.free-post__btn span {
	color: #141414;

	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.free-post__btn a {
	border-radius: 25px;
	background: linear-gradient(91deg, #84C24C 3.64%, #6BAA32 94.78%);
	padding: 24px 10px;
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;

	color: #FFF;

	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.free-post__btn a span {
	color: #FFF;

	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.author-post {
	max-width: 1240px;
	margin: 50px auto 0 auto;
}

.author-post__flex {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.author-post__img {
	flex: 0 0 500px;
}

.author-post__img img {
	width: 100%;
	heigth: auto;
	object-fit: contain;
}

.author-post__caption {
	color: #000;
	font-family: 'Montserrat';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
}

.author-post__name {
	color: #FAC017;
	font-family: 'Montserrat';
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 20px;
}

.author-post__info {
	margin-bottom: 20px;
}

.author-post__info ._more {
	color: #58C7F8;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 21.6px;
	cursor: pointer;
}

.author-post__info ._visible,
.author-post__info ._hidden {
	color: #000;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 21.6px;
}

.author-post__info ._hidden {
	display: none;
}

.author-post__spec {
	color: #58C7F8;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px;

	margin-bottom: 20px;
}

.author-post__text {
	color: #000;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;

	margin-bottom: 30px;
}

.author-post__btn {
	color: #FFF;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.grade-post {
	padding-top: 100px;
	max-width: 1240px;
	margin: 75px auto 0 auto;
	border-top: #B8BEC3 dashed 2px;
}

.grade-post__frame {
	position: relative;
	border-radius: 32px;
	border: 2px solid #FFD600;
	padding: 60px 120px 60px 120px;
}

.grade-post__wrapper {
	display: flex;
	justify-content: space-between;
}

.grade-post__title {
	position: absolute;
	top: 0;
	left: 120px;
	transform: translateY(-50%) !important;
	color: #3A3A3A;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	background: #ffffff;
}

.grade-post__caption {
	color: #000;
	font-family: 'Montserrat';
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 20px;
}

.grade-post__socials {
	display: flex;
	gap: 30px;
}

.post-ratings {
	display: flex;
	gap: 20px;
}

.grade-post__item {
	width: 44px;
	height: 44px;
}

.grade-post__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.post-ratings img {
	width: 40px;
	height: 40px;

}

.rating-nums {
	display: flex;
	gap: 20px;
	align-self: center;
}

.rating-wrapper {
	border-left: 2px solid #B8BEC3;
	padding-left: 10px;
}

.rating-mid {
	position: relative;
	display: inline;
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.rating-mid:before {
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%) !important;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/icons/like.svg) 0 0 / contain no-repeat;
}

.rating-col {
	color: #B8BEC3;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.consult-post {
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 100px;
}

.consult-post__title {
	color: #000;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 20px;
}

.consult-post__title {
	color: #7BB745;
}

.consult-post__text {
	color: #000;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.consult-post__text a {
	color: #D58CF7;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

._new-post .blog__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

._new-post .blog__title {
	color: #3A3A3A;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

._new-post .blog__next,
._new-post .blog__prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #D6DADE;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}

._new-post .blog__prev img {
	transform: rotate(-90deg);
}

._new-post .blog__next img {
	transform: rotate(90deg);
}

._new-post .blog__next img,
._new-post .blog__prev img {
	width: 28px;
}

.blog__slider-nav {
	display: flex;
	gap: 20px;
}

.blog__next.slick-disabled,
.blog__prev.slick-disabled {
	opacity: 0.24;
	pointer-events: none;
}

._new-post .blog__image:after {
	display: none;
}

._new-post .blog__image {
	border-radius: 0;
	height: 180px;
}

._new-post .blog__item {
	border-radius: 25px;
	heigth: 100%;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

._new-post .slick-track {
	display: flex;
	height: 100%;
}

._new-post .slick-slide {
	height: 100%;
}


._new-post .blog__name {
	color: #000;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 0;
}

._new-post .news-list {
	padding-bottom: 20px;
	width: 100%;
}

._new-post .box {
	width: 100%;
}

.new-post .news-list__block {
	height: 100%;
}

._new-post .blog__content {
	background-color: #ffffff;
	padding: 20px;
}

._new-post .form-block {
	margin-bottom: 80px;
}

@media(max-width: 1260px) {
	.grade-post {
		padding: 80px 15px;
	}

	.free-post {
		margin: 40px 15px;
	}

	.free-post__img {
		display: none;
	}

	.free-post__item svg {
		flex-shrink: 0;
	}

	.author-post {
		margin: 40px 15px;
	}

	.post-ratings {
		gap: 20px;
		flex-direction: column;
	}

	.rating-wrapper {
		border-left: none;
		padding-left: 0;
	}

	.grade-post__frame {
		padding: 60px;
	}

	.grade-post__title {
		left: 60px;
	}

	.consult-post {
		margin: 0 15px;
	}
}

._new-post .related {
	margin-top: 80px;
}

@media(max-width: 850px) {
	._new-post .content-post__wrapper {
		font-size: 16px;
		padding: 20px;
		line-height: 21px;
		row-gap: 15px;
	}

	._new-post .related {
		margin-top: 40px;
	}

	._new-post .newsitem__description {
		padding-top: 90px;
		margin-bottom: 0;
	}

	._new-post .form-block {
		margin-bottom: 40px;
	}

	.newsitem__info {
		flex-direction: column;
	}

	._new-post .content-post {
		padding-top: 20px;
	}

	._new-post .newsitem__preview {
		margin-top: 40px;
	}

	.banner-post__img {
		display: none;
	}

	.banner-post__title,
	.banner-post__title p {
		font-size: 32px !important;
		line-height: 35px !important;
	}

	.banner-post .calculator__question {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.banner-post .calculator__answer {
		width: 100%;
	}

	.banner-post__content {
		flex: 0 0 100%;
	}

	.banner-post .calculator__answer .calculator__radio {
		width: 100%;
	}

	.banner-post {
		margin: 40px 0;
	}

	.free-post__title {
		font-size: 26px;
		line-height: 24px;
	}

	.author-post {
		padding: 0 15px;
	}

	.author-post__flex {
		flex-direction: column;

	}

	.author-post__img {
		flex: 250px;
	}

	.grade-post__wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.rating-nums {
		align-self: start;
	}

	.grade-post__frame {
		padding: 30px;
	}

	.grade-post__title {
		left: 30px;
		font-size: 24px;
	}

	.grade-post__caption {
		font-size: 22px;
		line-height: 22px;
	}

	.consult-post__title {
		font-size: 26px;
		line-height: 29px;
	}

	.consult-post__text a {
		font-size: 18px;
	}

	.consult-post {
		padding-top: 10px;
	}

	._new-post .blog__wrapper {
		flex-direction: column;
		align-items: start;
		gap: 10px;
		margin-bottom: 10px;
	}

	._new-post .news-list {
		width: auto;
	}

	.calculator-post__radio.calculator-post__radio--btn {
		padding: 11px 24px;
		height: 48px;
		border-radius: 12px;
		font-size: 16px !important;
	}

	.calculator-post__radio.calculator-post__radio--btn p {
		padding: 0;
	}

	.newsitem__article-new h2 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
}

@media(max-width: 670px) {

	.free-post {
		padding: 25px 15px 50px 15px
	}

	.free-post__flex {
		flex-direction: column;
	}

	.author-post__name {
		font-size: 28px;
		line-height: 30px;
	}

	.grade-post__socials {
		gap: 10px;
	}

	.free-post__btn a {
		padding: 14px 12px;
		border-radius: 12px;
	}

	.banner-post .calculator__answer .calculator__radio {
		height: 54px;
		border-radius: 12px;
	}

	.rating-nums {
		gap: 10px;
	}

	._new-post .blog__next,
	._new-post .blog__prev {
		width: 50px;
		height: 50px;
	}

	._new-post .blog__title {
		font-size: 32px;
	}
}

.newsitem__article-new h2 {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 40.5px;

	max-width: 920px;
	margin: 25px auto 10px auto;
}

.newsitem__article-new h3 {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 40.5px;

	max-width: 920px;
	margin: 25px auto 10px auto;
}


.newsitem__article-new p {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 10px;

	max-width: 920px;
	margin: 0 auto 10px auto;
}

.newsitem__article-new ol {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 10px;
	list-style-type: decimal;
	max-width: 920px;
	margin: 0 auto 10px auto;
	padding-left: 20px;
}

.newsitem__article-new ul {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 10px;
	list-style-type: disk;
	max-width: 920px;
	margin: 0 auto 10px auto;
	padding-left: 20px;
}

.newsitem__article-new table {
    color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 10px;
	max-width: 920px;
	margin: 0 auto 10px auto;
}

.newsitem__article-new td {
    border: 1px solid #000;
    padding: 5px;
    
}

.newsitem__article-new th {
    border: 1px solid #000;
    font-weight: 700;
    padding: 5px;
}


.modal#mod-connection {
	position: relative;
	border-radius: 32px;
	background: #F5F6FA;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	max-width: 612px;
	width: 100%;
	padding: 80px 90px;
}

.modal#mod-connection input,
.modal#mod-connection textarea {
	height: 58px;
	padding: 19px 51px 20px 17px;
	border-radius: 12px;
	background: #FFF;
	width: 100%;
	border: none;
	outline: none;
}

.modal#mod-connection textarea {
	height: 98px;
	resize: none;
}

.form-mod__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	margin-bottom: 15px;
}

.form-mod__submit button {
	width: 100%;
}

#mod-img-1 svg {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 32px 0 0 0;
}

#mod-img-2 svg {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 32px 0;
}

.modal#mod-success {
	position: relative;
	border-radius: 32px;
	background: #F5F6FA;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	max-width: 425px;
	width: 100%;
	padding: 80px 45px;
}

#mod-img-3 svg {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 32px 0 0 0;
}

#mod-img-4 svg {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 32px 0;
}

.mod__text {
	position: relative;
	z-index: 20;
	background: linear-gradient(91deg, #84C24C 3.64%, #6BAA32 94.78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 29.9px;
}

.modal a.close-modal {
	background-image: url('../img/icons/cross.svg') !important;
	top: 14.5px;
	right: 18.5px;
}

@media(max-width: 850px) {
	.modal#mod-connection {
		padding: 60px 20px 30px 20px;

	}

	.modal#mod-success {
		padding: 40px 20px;
	}

	#mod-img-1 svg {
		z-index: -1;
	}

	#mod-img-2 svg {
		z-index: -1;
	}
}

._new-post .form-block__response {
	margin-bottom: 20px !important;
	font-weight: 700 !important;
	font-size: 28px !important;
	line-height: 118% !important;
	color: #7BB745 !important;
}

._new-post iframe {
	height: 400px;
	margin-top: 15px;
	border-radius: 25px;
}

@media(max-width: 850px) {
	._new-post iframe {
		height: 300px;
	}
}

.mod__title {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 30.5px;
	margin: 0 auto 10px auto;
}

.mod__subtitle {
	color: #000;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}

.consult-post__btn {
	border-radius: 12px;
	background: linear-gradient(91deg, #84C24C 3.64%, #6BAA32 94.78%);
	padding: 12px 18px;
	margin: 0 5px;
	color: #FFF;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.consult-post__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.consult-post__btn span {
	color: #FFF;
	text-align: center;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.postid-1548 .intro .newsitem {
	max-width: 1240px;
}

.postid-1548 .course-block .calculator {
	max-width: 810px;
}

.postid-1458 .newsitem__banner, .postid-1445 .newsitem__banner, .postid-1421 .newsitem__banner {
	display: none;
}

.newsitem__banner#shortcode-banner {
	display: block;
}

#shortcode-banner p {
	margin: 0 !important;
}

.newsitem__article-new img {
    width: 100%;
    height: auto;
    max-width: 700px;
    object-fit: cover;
    border-radius: 25px;
    margin: 0 auto;
}

.content-post__wrapper {
    margin-bottom: 20px;
}

.postid-1445 .content-post__wrapper, .postid-1421 .content-post__wrapper {
    margin-bottom: 100px;
}

@media (max-width: 850px) {
    .postid-1445 .content-post__wrapper, .postid-1421 .content-post__wrapper {
        margin-bottom: 20px;
    }
}



