/*
Theme Name: Lenin
Version: 1.1
*/

.section__heading-span{
    text-transform: uppercase;
}
.video__item{
    cursor: pointer;
}
.docs__text a{
    border-bottom: 1px solid currentColor;
}
.docs__text a:hover{
    border-color: transparent;
}
.material__video{
    height: initial;
}
.collection-select__img{
    background: #bfbfbf;
}
.collection-select__img img{
    object-fit: contain;
}
.collection-select__p p,
.collection-info__p p{
    margin: 0 0 20px;
}
.collection-info__p p:last-of-type{
    margin: 0;
}
.collection-info__bottom{
    padding-top: 35px;
    padding-bottom: 35px;
}
.codeneric-img-public-container{
    margin-top: 40px;
}
.codeneric-img-public-container h2{
    display: none;
}
.footer {
    position: relative;
    z-index: 1;
}

.main__img{
	right: 147px;
	width: 385px;
	top: 73px;	
}




.header_logo_lang{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header__langs{
	margin-left: 10px;
	display: flex;
}
.header__langs-item {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	opacity: .3;
	color: #575757;
	margin: 0;
	padding: 0 5px;
	position: relative;
	text-transform: uppercase;
}
.header__langs-item.active,
.header__langs-item:hover {
	opacity: 1;
}

.pll_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.pll_list li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}


.video__img span{
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 60px;
	color: white;
	line-height: 1;
	text-shadow: 0px 0px 5px black;
}

.video__img .cc{
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-image: url("source/src/img/subtitles.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 23px;
}


.details_of_pic:first-of-type{
	margin-top: 20px;
}

.details_of_pic{
	padding: 20px;
	border-top: 1px solid #333333;
	clear: both;
}

.details_of_pic:after{
	content: "";
	display: block;
	clear: both;
}

.details_of_pic figure{
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #e8e8e8;
}
.details_of_pic figure img {
	width: 100%;
	height: 100%;
}

.details_of_pic figure figcaption{
	display: block;
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
	max-width: 150px;
	padding: 20px 0;
	text-align: center;
	color: #333333;
}

.details_of_pic{
	color: #636363;
	font-size: 13px;
	line-height: 1.3;
}

@media(max-width: 1440px){	
	.main__img{
		right: 237px;
		top: 80px;	
	}
}
@media(max-width: 1279px){	
	.main__img{
		right: 147px;
		width: 345px;
		top: 88px;	
	}
}
@media(max-width: 1023px){	
	.main__img{
		right: 110px;
		width: 245px;
		top: 68px;
	}
}
@media(max-width: 767px){	
	.main__img{
		right: 0px;
		width: 195px;
		top: -12px;
	}
	
	.details_of_pic figure{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.details_of_pic figure p img,
	.details_of_pic figure figcaption{
		margin: auto;
		max-width: none;
	}
}







.play svg {
	fill: #fff;
}
@media (max-width: 767px){
	.main__img{
		top: -33px;
	}
}