

/* Start:/local/templates/main_new/components/bitrix/catalog.section.list/photo/style.css?16273910363466*/
/* fotoalbom */
.fotoalbom {
	margin-bottom: 44px;
}
@media (min-width:768px){
.fotoalbom {
	margin-bottom: 62px;
}
}
.fotoalbom__title {
	position: relative;
	color: #8a8a8e;
	margin-bottom: 51px;
}
@media (min-width:768px){
.fotoalbom__title {
	margin-bottom: 49px;
}
}
.fotoalbom__title-year {
	position: absolute;
	right: 0;
	top: 10px;	
}
.fotoalbom__title-year-ins {
	float: left;
	font-weight: normal;
	padding-right: 8px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	color: #fff;
	background: #4f525a;
}
@media (min-width:768px){
.fotoalbom__title-year {
	width: 33.33%;	
	top: 9px;
}
.fotoalbom__title-year-ins {
	height: 20px;
	line-height: 21px;
}
}
@media (min-width:1024px){
.fotoalbom__title-year {
	width: 20%;
	top: 18px;
}
}
.fotoalbom-list {
	position: relative;		
}
.fotoalbom-list__ins {
	margin-left: -100%;
	margin-right: -100%;
}
@media (min-width:768px){
.fotoalbom-list__ins {
	margin-left: -50%;
	margin-right: -50%;
}	
}
@media (min-width:1024px){
.fotoalbom-list__ins {
	margin-left: -10.07%;
	margin-right: -10.07%;
}	
}
.fotoalbom-list__ul {	
}
.fotoalbom-list__ul.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.fotoalbom-list__nav {
	margin-top: 32px;
	text-align: right;
}
.fotoalbom-list__nav-ins {
	display: inline-flex;
	width: 120px;
	align-items: flex-start;
	justify-content: space-between;
}
.fotoalbom-list__nav .fotoalbom-list__nav-prev {
	display: inline-block;	
	width: 49px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}
.fotoalbom-list__nav .fotoalbom-list__nav-prev:hover {
	text-decoration: none;
}
.fotoalbom-list__nav .fotoalbom-list__nav-next {
	display: inline-block;
	width: 49px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}
.fotoalbom-list__nav .fotoalbom-list__nav-next:hover {
	text-decoration: none;
}
.fotoalbom-list__nav .fotoalbom-list__nav-prev svg,
.fotoalbom-list__nav .fotoalbom-list__nav-next svg {
	display: block;
	width: 49px;
	height: 15px;
	fill: #37393f;
	transition: fill 0.15s linear;
}
.fotoalbom-list__nav .fotoalbom-list__nav-prev:hover svg,
.fotoalbom-list__nav .fotoalbom-list__nav-next:hover svg {
	fill: #c6213c;
}
.fotoalbom-list__btn {
	text-align: center;
	margin-top: 54px;
}
.fotoalbom-list__btn .button {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.fotoalbom-list__li {
}
.fotoalbom-list-itm {
}
.fotoalbom-list-itm {
	display: block;
	color: #98999d;
	text-decoration: none;
	transition: color 0.3s ease;
}
.fotoalbom-list-itm:hover {
	color: #c6213c;
	text-decoration: none;
}
.fotoalbom-list-itm__photo {
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	transition: opacity 0.3s ease; 
}
.fotoalbom-list-itm:hover .fotoalbom-list-itm__photo {
	opacity: 0.7;
}
.fotoalbom-list-itm__photo {
	margin-bottom: 20px;
}
.fotoalbom-list-itm__photo-padd {
	padding-bottom: 67%;
}
.fotoalbom-list-itm__txt {
	box-sizing: border-box;
	text-align: center;
}
.fotoalbom-list-itm__txt-ins {
	margin: 0 auto;
	text-align: left;
}
@media (min-width:768px){
.fotoalbom-list-itm__txt-ins {
	width: 50%;
}
}
.fotoalbom-list-itm__date {
	font-size: 16px;
}
.fotoalbom-list-itm__descr {
	font-size: 16px;
	font-weight: bold;
	margin-top: 21px;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/articles/style.css?16273910363458*/
/* articles */
.articles {
	margin: 0 0 -15px;
}
@media (min-width:768px){
.articles {
	margin: 0 0 71px;
}	
}
@media (min-width:1024px){
.articles {
	margin: 0 0 7px;
}	
}
.articles__title {
	color: #c6213c;
	margin-top: 0;
	margin-bottom: 51px;
}
@media (min-width:768px){
.articles__title {
	margin-bottom: 49px;
}
}
.articles-list {
}
.articles-list__ul {
	display: block;
	margin: 0 auto;
}
@media (max-width:767px){
.articles-list__ul {
	max-width: 320px;
}	
}
@media (min-width: 1024px) {
.articles-list__ul {
	position: relative;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
.articles-list__li {
	width: 100%;
	margin-bottom: 60px;
}
@media (min-width:768px){
.articles-list__li {
	margin-bottom: 60px;
}
}
@media (min-width: 1024px) {	
.articles-list__li {
	position: relative;	
	width: 40%;
	vertical-align: top;
}
.articles-list__li:nth-child(2n) {	
}
}
.articles-list-itm {
	display: block;
	color: #98999d;
	text-decoration: none;
	transition: color 0.3s ease;
}
@media (max-width:767px){
.articles-list-itm_noimg {
	margin-top: -11px;
}
}
@media (min-width:768px){
.articles-list-itm {
	display: flex;
	align-items: flex-start;
}
}
.articles-list-itm:hover {
	color: #c6213c;
	text-decoration: none;
}
.articles-list-itm__photo {
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	transition: opacity 0.3s ease; 
}
.articles-list-itm:hover .articles-list-itm__photo {
	opacity: 0.7;
}
@media (max-width:767px){
.articles-list-itm__photo {
	margin-bottom: 25px;
}
}
@media (min-width:768px){
.articles-list-itm__photo {
	width: 33.33%;
}
}
@media (min-width:1024px){
.articles-list-itm__photo {
	width: 50%;
}
}
.articles-list-itm__photo-padd {
	padding-bottom: 75%;
}
.articles-list-itm__photo-number {
	position: absolute;
	left: -2px;
	bottom: -58px;
	line-height: 54px;
	font-size: 72px;
	font-weight: bold;
	color: #f5f5f5;
	transform: rotate(-90deg);
    transform-origin: 0 0 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */    
.articles-list-itm__photo-number {
	left: 2px;
	bottom: -58px;
}
}
.articles-list-itm__txt {
	box-sizing: border-box;
	margin-top: -5px;
	margin-bottom: -5px;
}
@media (min-width:768px){
.articles-list-itm__txt {
	width: 66.67%;	
	padding-left: 30px;
}
.articles-list-itm_noimg .articles-list-itm__txt {
	width: 100%;
	padding-left: 0;
}
}
@media (min-width:1024px){
.articles-list-itm__txt {
	width: 50%;
}
.articles-list-itm_noimg .articles-list-itm__txt {
	width: 100%;
	padding-left: 0;
}	
}
.articles-list-itm__date {
	font-size: 16px;
}
.articles-list-itm__descr {
	font-size: 16px;
	font-weight: bold;
	margin-top: 21px;
}
.articles-list-itm_noimg .articles-list-itm__descr {
	color: #37393f;
	transition: color 0.3s ease;
}
.articles-list-itm_noimg:hover .articles-list-itm__descr {
	color: #c6213c;
}
.articles .more-btn-box_1 .loading-btn,
.articles .more-btn-box_1 .loading-box {
	margin-bottom: 65px;
}
@media (min-width:768px){
.articles .more-btn-box_1 .loading-btn,
.articles .more-btn-box_1 .loading-box {
	margin-bottom: 71px;
}	
}
@media (min-width:1024px){
.articles .more-btn-box_1 .loading-btn,
.articles .more-btn-box_1 .loading-box {
	margin-bottom: 67px;
}	
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/steel-word/style.css?16273910361701*/
/* steel-word */
.steel-word {	
}
.steel-word .more-btn-box {	
}
.steel-word__title {
	margin-top: 0;
	color: #8a8a8e;
}
.steel-word__descr {
	margin: 43px auto 54px;
}
@media (min-width: 768px) {
.steel-word__descr {
	margin: 42px auto 54px;
}	
}
@media (min-width: 1024px) {
.steel-word__descr {
	width: 60%;
}
}
.steel-word-list {
	text-align: center;
}
.steel-word-list__ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media (max-width:767px){
.steel-word-list__ul {
	max-width: 320px;
}	
}
@media (min-width: 1024px) {
.steel-word-list__ul {
	width: 80%;
}
}
.steel-word-list__li {
	width: 100%;
	margin-bottom: 54px;
}
@media (min-width: 768px) {
.steel-word-list__li {
	width: 25%;
}
.steel-word-list__li:nth-child(3n+2) {
	margin-left: 10px;
	margin-right: 10px;
}
}
@media (min-width: 1024px) {
.steel-word-list__li {
	width: 25%;
}	
}
.steel-word-list__li_last {
	margin-bottom: 0;
}
.steel-word-list-itm {
	display: block;
	text-align: left;
	color: #37393f;
	text-decoration: none;
	transition: color 0.3s ease;
}
.steel-word-list-itm:hover {
	color: #c6213c;
	text-decoration: none;
}
.steel-word-list-itm__photo {
	margin-bottom: 13px;
	transition: opacity 0.3s ease;
	background: center center no-repeat;
	background-size: cover;
}
.steel-word-list-itm:hover .steel-word-list-itm__photo {
	opacity: 0.7;
}
.steel-word-list-itm__photo-padd {
	padding-bottom: 150%;
}
.steel-word-list-itm__descr {
	font-size: 14px;
}
.steel-word .more-btn-box_1 .loading-btn,
.steel-word .more-btn-box_1 .loading-box {
	margin-bottom: 60px;
}
/* End */
/* /local/templates/main_new/components/bitrix/catalog.section.list/photo/style.css?16273910363466 */
/* /local/templates/main_new/components/bitrix/news.list/articles/style.css?16273910363458 */
/* /local/templates/main_new/components/bitrix/news.list/steel-word/style.css?16273910361701 */
