

/* Start:/local/templates/main/style2.css?17605388577898*/
.info-list {
	display: flex;
    flex-wrap: wrap;
    width: calc(100% + 52px);
    margin: 0 -26px;
}
.info-list .info-item {
	width: 50%;
	height: auto;
	padding: 0 26px;
	margin-bottom: 52px;
}
.info-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
}
.info-item__cont {
	margin-bottom: 25px;
}
.info-item__img {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.info-item__img:before {
	content: "";
	padding-top: 47%;
	display: block;
}


.info-item__img:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-image: url(/local/templates/main/images/gal-ico.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

.info-news .info-item__img:after  {
	display: none;
}

.info-item--no-img .info-item__img {
	background: #263049 url(/local/templates/main/images/logo.png) no-repeat center;
}
.info-item__img img {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.info-item__title {
	font-weight: 600;
	line-height: 140%;
	text-decoration: none !important;
	display: block;
	color: #ffffff;
}
.info-item__tag {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}
.info-item__tag-item {
	padding: 2px 6px 0;
	margin: 0 8px 4px 0;
	color: #CAA272;
	font-size: 12px;
	line-height: 150%;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #CAA272;
}
.info-item__tag-item:last-child {
	margin-right: 0;
}
.info-item__btm {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 100%;
}
.info-item__date {
	color: #ffffff;
}
.info-item__more {
	color: #D6AB75;
	padding-right: 24px;
	text-decoration: none !important;
	display: block;
	opacity: 1;
	position: relative;
}
.info-item__more:before {
	content: "";
	width: 16px; height: 16px;
	position: absolute;
	top: 0; bottom: 0; margin: auto;
	right: 4px;
	background: url(/local/templates/main/images/arr.svg) no-repeat center;
	background-size: contain;
}
.info-item:hover .info-item__title {
	color: var(--color-hover);
}
.info-item:hover .info-item__img img {
	transform: scale(1.1)
}
.info-detail-slider-outer {
	margin-top: 62px;
}
.info-detail-slider-outer .info-item {
	height: 100%;
}
.info-detail-slider {
	padding-bottom: 68px;
}
.info-detail-slider-outer .splide__arrow svg {
    display: none;
}
.info-detail-slider-outer .splide__arrow {
	width: 48px;
	height: 48px;
	top: auto;
	bottom: 0;
	transform: translateY(0);
	background: none;
	border-radius: 50%;
	border: 1px solid #CAA272;
}
.info-detail-slider-outer .splide__arrow:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translate(-50%, -50%);
	background: url(/local/templates/main/images/info-arr.svg) no-repeat center;
	background-size: contain;
}
.info-detail-slider-outer .splide__arrow--prev {
	left: auto;
	right: 68px;
	transform: translateY(0) scale(-1);
}
.info-detail-slider-outer .splide__arrow--next {
	right: 0;
}
.content .info-detail-slider-outer ul {
	margin: 0;
}
.content .info-detail-slider-outer ul>li:before {
	display: none;
}
.content .info-detail-slider-outer ul>li {
	padding-left: 0;
}
@media (max-width: 991px) {
	.info-list {
	    width: calc(100% + 30px);
	    margin: 0 -15px;
	}
	.info-list .info-item {
		padding: 0 15px;
		margin-bottom: 32px;
	}
	.info-item__img:after {
		width: 60px;
		height: 60px;
	}
}
@media(max-width: 600px) {
	.info-list {
	    width: 100%;
	    margin: 0;
	}
	.info-item {
		width: 100%;
		padding: 0;
	}
	
	.info-item__title {
		line-height: 1.2
	}

	.info-detail-slider-outer {
		margin-top: 40px;
	}

	.info-list .info-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.content-accent {
	margin: 60px 0;
	padding: 60px 0;
	position: relative;
	background: #fff;
}

.content-accent:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
}

.content-accent {
	color: #263049;
}

.content-accent * {
	position: relative;
	z-index: 2;
}

.content-dates__list {
	display: flex;
	justify-content: space-between;
    width: calc(100% + 20px);
    margin: 0 -10px;	
}
.content-dates__item {
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.content-dates__title {
	margin-bottom: 20px;
	font-weight: 600;
}
.content-dates__item-big {
	font-size: 40px;
	line-height: 100%;
}
.content-dates__item-small {
	
}
@media (max-width: 991px) {
	.content-accent {
		margin: 40px 0;
		padding: 40px 0;
	}
}
@media (max-width: 600px) {
	.content-dates__list {
		flex-wrap: wrap;
	}
	.content-dates__item {
		width: 50%;
		max-width: 50%;
	}
	.content-dates__item-big {
		font-size: 30px;
	}
}
@media (max-width: 600px) {
	.content-dates__item {
		width: 100%;
		max-width: 100%;
	}
}

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

.content__bottom-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content__bottom-share > span {
	margin-right: 20px;
	padding-right: 20px;
	color: #fff;
	border-right: 1px solid #fff;
	position: relative;
}

.ya-share2 ul {
	margin-bottom: 0;
}

.content__bottom-share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	width: 28px;
	height: 28px;
}

.content__bottom-share .ya-share2__container_shape_round .ya-share2__badge {
    border-radius: 5px;
}

.content__bottom-share .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
	background-size: 26px 26px;
}

.content__bottom-share .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
	background-color: #fff; 
}

.content__bottom-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-right: 10px;
}

@media (max-width: 991px) {
	.content__bottom {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.content__bottom-share > span {
		display: none;
	}
}



.cookie-panel {
	position: fixed;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 40px;
	color: silver;
	font-size: 13px;
	color: #121314;
	background: #CAA272;
	bottom: 0;
	z-index: 2147483647 !important;
	display: none;
}

.cookie-panel .container {
	display: flex;
	align-items: center;
}

.cookie-panel p {
	color: #263049;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 121%;
	padding-right: 15px;
	width: calc(100% - 190px);
}

.cookie-panel p a {
	color: #263049;
	text-decoration: underline;
}

.cookie-panel__btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	cursor: pointer;
	height: 50px;
	width: 186px;
	background-color: #CAA272;
	border: 1px solid #263049;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	color: #263049;
	line-height: 50px;
}

.cookie-panel__btn:hover {
	background-color: #263049;
	color: #fff;
}

.cookie-panel.cookie-panel--close {
	display: none;
}

@media (max-width: 1560px) {
	.cookie-panel {
		padding-top: 28px;
		padding-bottom: 32px;
	}
	
	.cookie-panel p {
		font-size: 16px;
	}
	
	.cookie-panel__btn {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	
	.cookie-panel p {
		width: calc(100% - 130px);
		font-size: 13px;
	}
	
	.cookie-panel__btn {
		width: 130px;
	}
}

@media (max-width: 767px) {
	.cookie-panel .container {
		flex-wrap: wrap;
	}
	
	.cookie-panel {
		padding-top: 15px;
		padding-bottom: 18px;
	}

	.cookie-panel p {
		width: 100%;
		margin-bottom: 8px;
		font-size: 11px;
	}
	
	.cookie-panel__btn {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

}

/* End */
/* /local/templates/main/style2.css?17605388577898 */
