/* Common */
/* Media */
/* Blocks */
.article {
	padding: 4.6875vw 0 0 0;
}

.article__main {
	position: relative;
	border-radius: 3.125vw;
	margin-bottom: 5vw;
	background: #6e6e73;
}

.article__main_video {
	min-height: auto;
	padding: 0;
	background: #6e6e73;
	overflow: hidden;
}

.article__main-content {
	display: flex;
	flex-direction: column;
}

.article__main-photo {
	height: 103.125vw;
	border-radius: 3.125vw;
	overflow: hidden;
}

.article__main-photo IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article__block {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
}

.article__head {
	display: flex;
	flex-direction: column;
	gap: 4.6875vw;
	margin-bottom: 4.6875vw;
}

.article__head-title {
	font-style: normal;
	font-weight: 600;
	font-size: 6.25vw;
	line-height: 106%;
	text-transform: uppercase;
}

.article__head-date {
	font-size: 4.375vw;
	line-height: 157%;
	color: #6e6e73;
}

.article__paragraph-content {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
}

.article__paragraph-text {
	display: flex;
	flex-direction: column;
	gap: 6.875vw;
}

.article__paragraph-text P {
	font-size: 4.375vw;
	line-height: 157%;
	color: #6e6e73;
	margin: 0;
}

.article__paragraph-text UL {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	padding-left: 6.25vw;
}

.article__paragraph-text UL LI {
	position: relative;
	padding-left: 5vw;
	font-size: 4.375vw;
	line-height: 157%;
	color: #6e6e73;
}

.article__paragraph-text UL LI:before {
	position: absolute;
	top: 2.5vw;
	left: 0;
	content: '';
	width: 1.25vw;
	height: 1.25vw;
	border-radius: 50%;
	background: #6e6e73;
}

.article__paragraph-text OL {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	margin-bottom: 0;
}

.article__paragraph-text OL LI {
	font-size: 4.375vw;
	line-height: 157%;
	color: #6e6e73;
}

.article__paragraph-media {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
}

.article__paragraph-photo A {
	cursor: pointer;
}

.article__paragraph-photo IMG {
	width: 100%;
	border-radius: 3.125vw;
	box-shadow: 1px 1px 0.9375vw 0 rgba(0, 0, 0, 0.4);
}

.article__paragraph-slider .slick-navigation {
	margin-top: 1.5625vw;
}

.article__paragraph-slider .slick-navigation .slick-active button {
	background: #fff;
}

.article__paragraph-carousel {
	position: relative;
	margin-right: -1.25vw;
}

.popup-slider .article__paragraph-carousel {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin: 0;
}

.article__paragraph-carousel .slick-track {
	display: flex;
}

.article__paragraph-carousel .slick-slide {
	display: flex;
	height: auto;
}

.article__paragraph-carousel .slick-slide > DIV {
	display: flex;
	width: 100%;
	min-height: 100%;
}

.article__paragraph-carousel-item {
	padding: 0 1.25vw 1.25vw 0;
	overflow: hidden;
}

.popup-slider .article__paragraph-carousel-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.article__paragraph-carousel-item-inner {
	width: 100%;
}

.popup-slider .article__paragraph-carousel-item-inner {
	width: auto;
	max-width: 100%;
}

.article__paragraph-carousel-item-inner A {
	display: block;
	height: 52.5vw;
	border-radius: 3.125vw;
	box-shadow: 1px 1px 0.9375vw 0 rgba(0, 0, 0, 0.4);
	overflow: hidden;
	cursor: pointer;
}

.popup-slider .article__paragraph-carousel-item-inner A {
	height: auto;
	cursor: inherit;
}

.popup-slider .article__paragraph-carousel-item-inner A IMG {
	max-height: calc(100vh - 56.25vw);
}

.article__paragraph-carousel-item-inner IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.article__buttonbox {
	display: flex;
	flex-direction: column;
	gap: 4.6875vw;
	padding-top: 5vw;
	text-align: right;
}

.article .popup-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -100;
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	padding: 18.75vw 3.125vw 9.375vw 3.125vw;
}

.article .popup-slider_opened {
	opacity: 1;
	z-index: 100;
	background: rgba(26, 25, 33, 0.8);
}

.article .popup-slider__close {
	flex: 0 0 9.375vw;
}

.article .popup-slider__close I {
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	margin: 0 0 0 auto;
	background: url(../img/common/icon-accordion-close-gray.svg) no-repeat 50% 50%/100% 100%;
	cursor: pointer;
}

.article .popup-slider__close I:hover {
	background-image: url(../img/common/icon-accordion-close-orange.svg);
}

.article .popup-slider .slick-navigation {
	flex: 0 0 18.75vw;
	align-items: flex-end;
	margin: 0;
}

.article .popup-box {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -100;
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}

.article .popup-box_opened {
	opacity: 1;
	z-index: 100;
	padding: 18.75vw 3.125vw 9.375vw 3.125vw;
	background: rgba(26, 25, 33, 0.8);
	color: #fff;
}

.article .popup-box__close {
	flex: 0 0 18.75vw;
}

.article .popup-box__close I {
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	margin: 0 0 0 auto;
	background: url(../img/common/icon-accordion-close-gray.svg) no-repeat 50% 50%/100% 100%;
	cursor: pointer;
}

.article .popup-box__close I:hover {
	background-image: url(../img/common/icon-accordion-close-orange.svg);
}

.article .popup-box__content {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article .popup-box__content IMG {
	max-height: calc(100vh - 56.25vw);
	border-radius: 3.125vw;
	box-shadow: 1px 1px 0.9375vw 0 rgba(0, 0, 0, 0.4);
}
