

/* Start:/local/templates/main/components/bitrix/news/collections/style.css?16926934516369*/
#collections {
	margin-top: 40px;
	width: 100%;
}

.mark_polit .sample-text.sample-text_polit {
	width: 100%;
}


#collections figure {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 2% 0;
	float: left;
	box-sizing: border-box;
	position: relative;
}

#collections figure > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
}

#collections figure:nth-child(3n) {
	margin-right: 0;
}

#collections figure .img {
	margin-left: auto;
  	margin-right: auto;
  	padding-top: 50%;
  	padding-bottom: 50%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#collections figure .img .overBlock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	opacity: 0;
	transition: 0.3s opacity;
	display: flex !important;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

#collections figure .img .overBlock .info img {
	height: 20px;
	margin-right: 5px;
}

#collections figure .img .overBlock .info > div {
	display: inline-block;
	padding: 15px;
}





.gallery-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.gallery-list > li {
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 30px;

}
.gallery-list > li:nth-child(2n) {
	margin-right: 0;
}

.gallery-list > li > img {
	width: 100%;
}



#collectionDetail .col1 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	float: left;
}

#collectionDetail .col2 {
	width: 60%;
	vertical-align: top;
	display: inline-block;
	float: right;
}


#collectionDetail .imgContainer {
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;

}

#collectionDetail .imgContainer img {
	width: 100%;
}

.imgContainer .label {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	border: 1px black solid;
	box-shadow: 1px 1px 1px 1px rgba(120, 120, 120, 0.1);
	background-color: white;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 12px;
	transition: 0.3s all;
	text-decoration: none;
}

.imgContainer .label.active {
	background-color: black;
	color: white;
/*	transform: scale(1.3);*/
}

#collectionDetail .items {
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: right;
	list-style-type: none;
	padding: 0;
}

#collectionDetail .items li {
	width: 33%;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.6em;
	padding-bottom: 40px;
	position: relative;
}

#collectionDetail .items li img {
	width: 100%;
}

#collections figure .img .label .point {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 20px;
    border: 1px white solid;
    box-shadow: 1px 1px 1px 1px rgba(120, 120, 120, 0.1);
    background-color: white;
    transition: 0.1s all;
	opacity: 0.9;
}

#collections figure .img .label {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-top: -7px;
    margin-left: -7px;
    transition: 0.3s all;
    text-decoration: none;
    z-index: 10;
    font-size: 11px;
    cursor: pointer;
}

#collections figure .img .label .pointOver {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	top: 16px;
	left: -50px;
	color: black;
	width: auto;
	display: none;
	white-space: nowrap;
	padding: 5px 10px;
	z-index: 11;
	border-radius: 3px;
}

#collections figure .img .label:hover {
	z-index: 20;
}


#collections figure .img .label:hover .point {
	z-index: 11;
	opacity: 0.5;
}

#collections figure .img .label:hover .pointOver {
	display: block;
}





@media screen and (max-width: 700px) {
	
	#gallery figure {
		width: calc(100% - 20px);
		margin-bottom: 40px;
		height: 120vw;
		box-sizing: border-box;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#gallery figure .img {
		height: 70vw;
	}
	#gallery figure figcaption {
		min-height: 50vw;
		display: inline-block;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#gallery figure:first-child {
		width: calc(100% - 20px);
		height: 120vw;
		margin-top: 20px;
	}
	
	#gallery figure:first-child .img {
		height: 70vw;
		width: 100%;
		margin-right: 0;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
	}
	
	#gallery figure:first-child figcaption {
		width: 100%;
		min-height: 50vw;
		margin-right: 0;
		top: auto;
		font-size: 12px;
	}
	#gallery figure:first-child figcaption .head { 
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	#gallery figure figcaption .head {
		margin-bottom: 10px;
		text-align: left;
	}
	
	#gallery figure:first-child::after {
		display: none;
	}
	
	#gallery figure:nth-child(3n) .img {
		top: 0;
		bottom: auto;
	}
	#gallery figure:nth-child(3n) figcaption {
		top: auto;
		bottom: 0;
	}
	
	.gallery-list > li {
		width: 100%;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

}

.btn-more {
	width: 100%;
	text-align: center;
	position: relative;
}
.btn-more button {
	width: 100%;
	padding: 8px 0;
	text-transform: uppercase;	
	font-size: 12px;
	outline: none;
	border: none;
	background-color: #f1f1f1;
}
.btn-more button:hover:not(:disabled){
	background-color: #e1e1e1;
}
.btn-more button:disabled {
	text-indent: -9999px;
}


@keyframes tagAnimation {
	from {
		transform: scale(1);
	  	animation-timing-function: ease-out;
	}
	50% {
		transform: scale(1.3);
	  	animation-timing-function: ease-out;
	}
	to {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
  }


@media screen and (min-width: 700px) {
	#collections figure:hover .img .overBlock {
		opacity: 1;
	}
	#collections figure:hover .img .label {
		animation: tagAnimation 0.25s;
	}

	 
}

@media screen and (max-width: 700px) {

	#collections figure.showed .img .label {
		animation: tagAnimation 0.3s;
	}

	.btn-more button {
		padding: 15px 0;
	}


	#collections figure {
		width: 100%;
	}

	#collectionDetail .col1 {
		width: 100%;
	}

	#collectionDetail .col2 {
		width: 100%;
		margin-top: 40px;
	}

	#collectionDetail .items {
		width: 100%
	}

	#collectionDetail .items li {
		width: 50%;
	}




}



/* End */
/* /local/templates/main/components/bitrix/news/collections/style.css?16926934516369 */
