.news {
	margin-top: 40px;
}
.news .left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 40px;
}
.news .left h5,
.news .left h3 {
	color: #1e2736;
	font-family: "Cambria", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px;
}

.news .left .news__text,
.news .news__text {
	color: #424447;
	line-height: 28px;
	padding: 30px 0 40px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.news .left .news__text.bt {
	border-top: none;
	padding-top: 10px;
}
.news .left .news__text a {
  display: inline;
  color: #3f89ea;
}
.news .left .news__text a:hover {
  text-decoration: underline;
}

.news .left .news__container img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	max-height: 590px;
}
.news .right button {
	width: 272px;
	height: 54px;
	-webkit-box-shadow: 5px 10px 25px rgba(10, 23, 58, 0.15);
	box-shadow: 5px 10px 25px rgba(10, 23, 58, 0.15);
	border-radius: 10px;
	background-color: #3834a5;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 46px;
}
.news .right button img {
	margin-right: 10px;
}
.news .right button:hover {
	background-color: #eb5757;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news .right button:active {
	background-color: #00ba95;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news .right .news__title {
	color: #1e2736;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 23px;
}

.left__button--mobile-show {
	display: none;
}

.left__button--mobile-show button {
	margin: 5px !important;
}

@media (max-width: 1240px) {
	.news2 .left__button button {
		font-size: 10px;
		padding: 4px 10px;
	}

	.left__button--mobile-show {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: calc(30px - 5px) !important;
		margin-left: 0;
	}

	.left__button--mobile-hidden {
		display: none !important;
	}

	.news .right.mob__right:not(.not-hidden-mobile-mob-right) {
		display: none;
	}

	.hidden-1240 {
		display: none;
	}

	.not-hidden-mobile-mob-right {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.mobile-hidden-calendar {
		display: none;
	}

	.to__share {
		/*-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		justify-content: center !important;
		max-width: 100% !important;
		width: 100%;
	}

	.news__date .news__social,
	.to__share .news__social {
		/*width: 110px;
		margin-top: 15px;*/
		margin-left: 16px;
	}

	.to__share .news__social span {
		display: none;
	}
}

.news .right .news__container {
	-webkit-box-shadow: 0 10px 30px rgba(4, 15, 48, 0.06);
	box-shadow: 0 10px 30px rgba(4, 15, 48, 0.06);
	border-radius: 6px;
	background-color: #ffffff;
	min-width: 272px;
	width: 272px;
}
.news .right .card__news {
	padding: 30px;
	border-bottom: 1px solid #edf1f7;
}
.news .right .card__news a:hover .text {
	color: #3834a5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news .right .card__news .detailed {
	text-align: center;
}
.news .right .card__news .detailed a:hover {
	color: #ff7052;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news .right .card__news .detailed a:hover svg {
	fill: #ff7052;
}
.news .right .date__news {
	color: #c8c8c8;
	font-size: 12px;
	margin-bottom: 7px;
}
.news .right .text {
	color: #000000;
	font-family: "Cambria", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
}

.news__date {
	margin-top: 40px;
	padding-bottom: 23px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news__date > div {
	font-size: 12px;
	color: #74787c;
    width: max-content;
	margin-bottom: 20px;
}
.news__date span {
	display: inline-block;
	color: #1c1d1e;
	font-size: 17px;
	font-weight: 700;
	margin-top: 5px;
}
.news__date img {
	margin-right: 20px;
}
.news__date a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.to__share {
    align-items: center;
    max-width: 560px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    clear: both;
}

.text {
	color: #93969a;
}

.news__social div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 28px;
	height: 29px;
	border-radius: 14px;
	background-color: #3834a5;
}
.news__social div svg {
	width: 13px;
	height: 11px;
}

.news__social a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}
.news__social a span {
	display: inline-block;
	margin-left: 10px;
	color: #383a3d;
}

.news__social a:hover div {
	background-color: #ff7052;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news__social a:hover span {
	color: #ff7052;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news__all .date__video {
	margin: 15px 0px 5px 0px;
}

.news__all .card__grid .text {
	margin-top: 7px;
}

.news__all .checkbox {
	margin-bottom: 20px;
}

.calendar .text {
	margin: 40px 0px 23px 0px;
	color: #1e2736;
	font-size: 18px;
	font-weight: 500;
}

.calendar .datepicker {
	max-width: 400px;
	width: unset !important;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border: none;
}

.-selected- .dp-note {
	bottom: 2px;
	background: #fff;
	opacity: 0.5;
}

.dp-note {
	background: #ccc;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 50%;
	bottom: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dp-note {
	position: absolute;
}

.news2 .views__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news2 .left__button button {
	border-radius: 6px;
	background-color: #3834a5;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 29.1px 9px;
	margin-left: 10px;
	margin-top: 10px;
}

@media (max-width: 767px) {
}

.news2 .left__button {
	margin-left: -10px;
	margin-top: -10px;
}

.news2 .left__button button.but2 {
	background-color: #eb5757;
}
.news2 .left__button button.but3 {
	background-color: #00ba95;
	margin-right: 0;
}
.news2 .left__button button:hover {
	background-color: #eb5757;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news2 .left__button button:active {
	background-color: #00ba95;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news2 .news__subtitle {
	color: #7e8389;
	font-size: 14px;
	margin-top: 10px;
}

.news2 .left .news__text {
	border: none;
}

.news2 .info__block,
.info__block {
	border-radius: 12px;
	background-color: #f0f3f9;
	padding: 40px 40px 50px;
	color: #616468;
	font-size: calc(14px + 2 * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.75em;
}
.news2 .info__block .right,
.info__block .right {
	text-align: left;
}

.info__block .left {
	margin-right: 30px;
}

.news2 .left {
	margin-right: 30px;
	width: 100%;
	min-width: 0;
}

.news2 .hr {
	margin-top: 40px;
	border: 1px solid #dcdcdc;
}

.news__all .grid__container {
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
}

@media (max-width: 1240px) {
	.news__title .sections__burger {
		top: 18px;
	}
	.news .left {
		margin-right: 0;
	}
	.news {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.news .right {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}
	.news__all .grid__container {
		justify-items: center;
		grid-gap: 20px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.news2 .left__button button {
		/*display: block;*/
		/*margin-bottom: 10px;*/
	}
	.news2 .views__container {
		/*flex-wrap: wrap;*/
	}

	.news__date {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.news__date .news__social,
	.to__share .news__social {
		/*width: 110px;
		margin-top: 15px;*/
		margin-left: 16px;
	}

	.to__share .news__social span {
		display: none;
	}

	.news2 .info__block,
	.info__block {
		padding: 20px;
	}
	.news2 .info__block svg,
	.info__block svg {
		width: 20px;
	}
}
@media (max-width: 450px) {
	.news__all .grid__container {
		grid-template-columns: 1fr;
	}
}