

/* Start:/bitrix/templates/yugu2021/components/bitrix/news.list/slider-banners/style.css?17537701679969*/


.slider-banners-list {
	position: relative;
	padding-bottom: 50px;
}

.slider-banners-list .slider-item {
	background-position: left !important;
	height: 420px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding-left: 110px;
	flex-direction: column;
	justify-content: center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}


.slider-banners-list .slider-item .banner-item-name {
	font-weight: 600;
	font-size: 39px;
	line-height: 130.5%;
}

.slider-banners-list .slider-item .banner-more-btn {
	background: #F34040;
	color: #fff;
	padding: 17px 37px;
	border-radius: 5px;
	display: table;
	margin-top: 50px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	transition: 0.3s ease;
}

.slider-banners-list .slider-item .banner-more-btn:hover {
	opacity: 0.7;
}

.slider-banners-list .slider-item .banner-more-btn.green {
	background: #339370;
}

.slider-banners-list .tns-item {
	height: initial !important;
}



.owl-nav {
	display: none;
}

.slider-banners-list .owl-dots {
	width: 100%;
	display: table;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.slider-banners-list .owl-dots .owl-dot {
	all: unset;
	display: inline-block;
	outline: none !important;
	margin-right: 5px;
	background: transparent;
	border: 0;
	width: 20px;
	height: 20px;
}

.slider-banners-list .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #ccc;
	display: inline-block;
	border-radius: 15px;
}


.slider-banners-list .owl-dots .owl-dot.active span {
	background: #48c78e !important
}


.services-nav {
	width: 100%;
	display: flex;
	margin-top: 30px;
	overflow-x: auto;
	padding-bottom: 15px;
	transition: 0.3s ease;
}


.services-nav::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	transition: 0.3s ease;
	width: 100%;
}

.services-nav::-webkit-scrollbar-track {
	background-color: #f3f5f6;
	border-radius: 10px;
	width: 10px;
}

.services-nav::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dbe0ec;
}

.services-nav::-webkit-resizer {
	width: 10px;
	height: 0;
}


.services-nav::-webkit-scrollbar {
	width: 10px;
	height: 0px;
	transition: 0.3s ease;
}

.services-nav:hover::-webkit-scrollbar {
	height: 6px;
}

.services-nav:hover::-webkit-scrollbar:hover {
	height: 20px;
	transition: 0.3s ease;
}




.serv-nav-item {
	vertical-align: middle;
	font-size: 20px;
	color: #8895b1;
	font-weight: 600;
	margin-right: 38px;
	transition: 0.2s ease;
	white-space: nowrap;
}

.serv-nav-item.active {
	color: #2946ab;
}

.serv-nav-item:hover {
	cursor: pointer;
	opacity: 0.7;
}



.slider-banners-list .owl-carousel .owl-stage-outer,
.slider-banners-carousel {
	position: initial !important;
}



.two-banners {
	justify-content: space-between !important;
	padding-left: 0 !important;
	width: 100%;
	padding: 0 !important;
	align-items: initial !important;
	flex-direction: initial !important;
}


.left-banner {
	width: calc(38% - 20px);
	height: 100%;
	border-radius: 20px;
	border: 1px solid #D6E8F2;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
	padding: 60px 40px 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.left-banner .banner-item-name {
	font-weight: 600 !important;
	font-size: 34px !important;
	line-height: 102% !important;
	color: #fff;
	font-family: 'Jost', sans-serif !important;
	width: 100%;
}

.left-banner .banner-item-name-section {
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: #fff;
	margin-top: 26px;
	font-family: 'Jost', sans-serif !important;
	letter-spacing: 0.2px;
}

.buttons-box {
	justify-content: space-between;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.yt-btn {
	background: url('/bitrix/templates/yugu2021/components/bitrix/news.list/slider-banners/slides/1/yt-ico.svg') no-repeat;
	width: 65px;
	height: 46px;
	display: table;
	background-size: cover !important;
}


.two-banners .banner-more-btn {
	margin-top: 0 !important;
}

.two-banners .left-banner .buttons-box {
	margin-top: auto;
	width: 100%;
}

.two-banners .right-banner .buttons-box {
	margin-top: auto;
}

.two-banner-text-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	font-family: 'Jost', sans-serif;
}

.right-banner {
	height: 100%;
	width: calc(62% - 20px);
	background-repeat: no-repeat !important;
	background-position: top left !important;
	border-radius: 20px;
	border: 1px solid #D6E8F2;
	align-items: center;
	display: flex;
	padding: 40px 60px 40px 40px;
	background-size: contain !important;
}

.right-banner-info-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.right-banner-info {
	display: flex;
	margin-left: auto;
	text-align: right;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - 90px);
}

.right-banner-info .banner-item-name {
	font-weight: 600 !important;
	font-size: 58px !important;
	line-height: 111.5% !important;
	color: #04885B;
}

.right-banner-info .banner-item-name-section {
	font-weight: 500;
	font-size: 44.7721px;
	line-height: 114.4%;
	color: #00629B;
	margin-top: 40px;
}

.right-banner-partners {
	margin-bottom: 40px;
	display: flex;
	justify-content: end;
	margin-left: auto;
}

.right-banner-partners img {
	width: initial !important;
}


@media (max-width: 1300px) {
	.right-banner-info .banner-item-name {
		font-weight: 600 !important;
		font-size: 33px !important;
		line-height: 111.5% !important;
		color: #04885B;
	}

	.right-banner-info .banner-item-name-section {
		font-weight: 500;
		font-size: 33px;
		line-height: 114.4%;
		color: #00629B;
		margin-top: 30px;
	}
	
	.slider-banners-list .slider-item .banner-more-btn {
		padding: 11px 22px;
		font-size: 16px;
	}

	.right-banner {
		padding: 30px;
	}

	.right-banner-partners {
		margin-bottom: 20px;
	}

	.right-banner-info {
		height: initial;
	}

	.left-banner {
		padding: 30px;
	}

	.left-banner .banner-item-name {
		font-size: 27px !important;
	}

	.left-banner .banner-item-name-section {
		display: none;
	}

	.yt-btn {
		margin-bottom: 20px;
		width: 50px;
		height: 35px;
	}
}

@media (max-width: 1100px) {
	.right-banner-partners {
		display: none;
	}

	.right-banner-info-box {
		height: initial;
	}

	.left-banner {
		width: calc(50% - 15px);
	}

	.right-banner {
		width: calc(50% - 15px);
		background: initial !important;
	}

	.two-banners .right-banner .buttons-box {
		order: 2;
		margin-top: 10px;
	}

	.right-banner-info .banner-item-name-section {
		margin-top: 10px;
		font-size: 26px;
	}

	.right-banner-info {
		text-align: left;
	}

	.right-banner-info .banner-item-name {
		font-size: 28px !important;
		line-height: 100% !important;
	}

	.yt-btn {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 5000px) {
	.desktop-item {
		display: initial;
	}

	.mobile-item {
		display: none !important;
	}
}


@media (min-width: 769px) and (max-width: 992px) {
	.slider-banners-list .slider-item {
		padding-left: 50px;
	}

	.slider-banners-list .slider-item .banner-more-btn {
		background: #F34040;
		color: #fff;
		padding: 10px 23px;
		border-radius: 5px;
		display: table;
		margin-top: 20px;
		font-weight: 600;
		font-size: 16px;
		text-decoration: none;
		transition: 0.3s ease;
	}

	.slider-banners-list .slider-item .banner-item-name {
		font-size: 30px;
	}
}


@media (max-width: 768px) {
	.desktop-item {
		display: none !important;
	}

	.mobile-item {
		display: initial;
	}

	.slider-banners-list .owl-carousel .owl-stage-outer {
		overflow: initial;
		height: initial !important;
	}


	.slider-banners-list .slider-item {
		padding: 40px;
		justify-content: flex-end;
	}

	.slider-banners-list .banner-more-btn {
		padding: 13px 37px;
		margin-top: 30px;
		font-size: 18px;
		text-align: center;
	}

	.slider-banners-list .slider-item .banner-more-btn {
		padding: 9px 19px;
		font-size: 15px;
	}

	.two-banners {
		flex-direction: column !important;
		justify-content: space-between !important;
		flex-wrap: wrap !important;
	}

	.left-banner {
		width: 100%;
		height: calc(50% - 10px);
		border-radius: 20px;
		border: 1px solid #D6E8F2;
		background-repeat: no-repeat !important;
		background-position: top left !important;
		background-size: cover !important;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.left-banner .banner-item-name {
		font-weight: 500 !important;
		font-size: 24px !important;
	}

	.left-banner .banner-item-name-section {
		display: none;
	}

	.yt-btn {
		margin-bottom: 15px;
		width: 49px;
		height: 34px;
	}



	.right-banner {
		width: 100%;
		height: calc(50% - 10px);
		background-repeat: no-repeat !important;
		background-position: top left !important;
		border-radius: 20px;
		border: 1px solid #D6E8F2;
		align-items: center;
		display: flex;
		padding: 20px;
		background-size: contain !important;
		background: initial !important;
	}

	.right-banner-info-box {
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.right-banner-partners {
		display: none;
	}

	.right-banner-info {
		display: flex;
		margin-left: auto;
		width: 100%;
		justify-content: space-between;
		flex-direction: column;
		text-align: left !important;
		flex-wrap: initial !important;
		height: 100% !important;
		align-items: initial !important;
	}

	.two-banners .right-banner .buttons-box {
		margin-top: auto;
		order: 2;
	}

	.two-banner-text-box {
		order: 1;
	}

	.right-banner-info .banner-item-name {
		font-size: 25px !important;
	}

	.right-banner-info .banner-item-name-section {
		font-weight: 500;
		font-size: 24px;
		line-height: 114.4%;
		color: #00629B;
		margin-top: 5px;
	}

	.two-banner-text-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: initial;
		font-family: 'Jost', sans-serif;
		order: 1;
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/yugu2021/components/bitrix/news.list/news-list/style.css?17537701674184*/
.news-list {
	margin-top: 48px;
}

.news-list .item-news {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
}


.news-desktop .item-news:hover {
	background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.news-list .item-news-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.news-list .item-news .item-news-name {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	color: #1b202d;
	
}


.news-list .item-news .item-news-name:hover {
	color: #1e51ba !important;
	text-decoration: none;
}


.news-list .mini-news .item-news-name {
	padding-bottom: 20px;
}



.news-list .item-news .item-news-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position-x: center !important;
    overflow: hidden;
}

.news-list .item-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.news-list .item-news.big-news {
	height: 336px;
}

.news-list .item-news.big-news .item-news-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.news-list .item-news.big-news .item-news-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.news-list .item-news.big-news .item-news-info .item-news-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.news-list .item-news.big-news .item-news-info .item-news-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.news-list .item-news.big-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.cat-news {
	padding: 3px 11px;
	font-size: 13px;
	font-weight: 500;
	background: #423ee0;
	border-radius: 5px;
	margin-top: 20px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
}

.cat-news:hover {
	opacity: 0.7;
}

.cat-list {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	width: 100%;
}

.cat-list::-webkit-scrollbar-track {
	background-color: #f3f5f6;
	border-radius: 10px;
	width: 10px;
}

.cat-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dbe0ec;
}

.cat-list::-webkit-resizer {
	width: 10px;
	height: 0;
}

.cat-list::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}


.cat-item {
	padding: 7px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	background: #4b74c8;
	border-radius: 5px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 6px;
}

.cat-item:nth-child(1n) {
	background: #43BBCD;
}

.cat-item:nth-child(2n) {
	background: #4B74C8;
}

.cat-item:nth-child(3n) {
	background: #3CB07C;
}

.cat-item:nth-child(4n) {
	background: #8bc34a;
}

.news-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.non-photo {
	background: #EEF2F6 !important;
}

.non-photo::after {
	content: '';
	display: table;
	background: #EEF2F6 url('/bitrix/templates/yugu2021/components/bitrix/news.list/news-list/img/non-img.svg') center no-repeat !important;
	background-size: 63px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}



@media (min-width: 769px) and (max-width: 5000px) {
	.news-desktop {
		display: initial;
	}

	.news-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.news-desktop {
		display: none !important;
	}

	.news-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
		overflow-x: auto;
		width: 120%;
		padding-right: 30px;
		padding-bottom: 0;
	}

	.news-list {
		margin-top: 20px;
	}

	.news-list .item-news .item-news-img {
		height: 350px;
		background-size: cover !important;
		background-position-y: initial !important;
	}

	.news-list .item-news .item-news-name {
		font-size: 19px;
	}
}
/* End */
/* /bitrix/templates/yugu2021/components/bitrix/news.list/slider-banners/style.css?17537701679969 */
/* /bitrix/templates/yugu2021/components/bitrix/news.list/news-list/style.css?17537701674184 */
