

/* Start:/local/templates/.default/components/bitrix/news.list/main_slider2/style.css?17641474024673*/
#slider {
	position: relative;
	min-width: 320px;    
	right: 0;
	left: 0;
	width: 100%;	
	height: 600px;
	z-index: 1;
	overflow: hidden;
}

#slide-screen {
	position: relative;    
	width: auto;
	height: 100%;    
	overflow: hidden;
}

#slide-wrap {
	position: relative; 
	height: 100%;    
}

.slide-block {    
	position: absolute;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;	
	box-sizing: border-box;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 1.2s ease;
	cursor: pointer;
	z-index: 10;
}

.slide-txt {
	position: relative;
	top: -60px;
	flex: 70% 0 0;	
	height: auto;	
	text-shadow:
    -1px -1px 4px #455A64, /* Top-left shadow */
    1px -1px 4px #455A64, /* Top-right shadow */
    -1px 1px 4px #455A64, /* Bottom-left shadow */
    1px 1px 4px #455A64; /* Bottom-right shadow */
}
/*
.slide-hdr,
.slide-shdr { font-family: 'Roboto-Light', sans-serif; font-weight: 300; }
*/

.slide-hdr,
.slide-shdr { font-family: 'Roboto', sans-serif; font-weight: 300; }

.slide-hdr { font-size: 8rem; }
.slide-shdr { font-size: 4rem; margin-top: 12px;}

.slide-block:nth-child(1) { left: -100%; }
.slide-block:nth-child(2) { left: 0%; }
.slide-block:nth-child(3) { left: 100%; }
.slide-block:nth-child(4) { left: 200%; }
.slide-block:nth-child(5) { left: 300%; }

#slide-arrows {
	position: absolute;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide__arr {
	flex: 80px 0 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	z-index: 20;	
}

.slide__arr svg {
	width: 60px;
	flex: 60px 0 0;
	fill: rgba(63, 81, 181, .5);
	cursor: pointer;
	transition: .3s;
}

.slide__arr svg:hover { fill: rgba(63, 81, 181, .8); }

#slide-dots {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 100%;
	height: 30px;
	z-index: 30;		
}

.sa_dot {
	flex: 30px 0 0;
	height: 30px;
	margin-right: 30px;
	background-color: #fafafa;
	cursor: pointer;
	border: 1px solid rgb(63, 81, 181);
	transition: .3s;
}
.sa_dot.active { background-color: #3f51b5; }
.sa_dot:hover { background-color: #3f51b5; }

.slider-btn {
	position: absolute;	
	bottom: 84px;
	width: 100%;
	height: 70px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(63, 81, 181, .6);
	cursor: grab;	
	transition: .2s;
}
.slider-btn:hover { background-color: rgba(63, 81, 181, .8); }

.slider-btn__txt {
	flex: auto 0 0; 
	font-family: 'Roboto-Light', sans-serif; 
	font-size: 2rem;
	text-transform: uppercase;
	color: #fafafa;
}

/* ---------- ---------- ---------- ---------- MEDIA ---------- ---------- ---------- ---------- */

/* ---------- ---------- ---------- ---------- 1600 ---------- ---------- ---------- ---------- */
@media screen and (width < 1601px) {
    /*.content-blk { max-width: 1052px; }*/
  }
  /* ---------- ---------- ---------- ---------- 1240 ---------- ---------- ---------- ---------- */
  @media screen and (width < 1241px) {
      /*.content-blk { max-width: 997px; }*/
			.slide-txt { flex: 80% 0 0; }
  }
  /* ---------- ---------- ---------- ---------- 1024 ---------- ---------- ---------- ---------- */
  @media screen and (width < 1025px) {
      /*.content-blk { max-width: 658px; }*/
      /*#slider { height: 0px; width: 0; overflow: hidden; }*/
			#slider {height: 400px; }
			.slide-hdr { font-size: 6rem; }
			.slide-shdr { font-size: 3rem; }			
  }
  /* ---------- ---------- ---------- ----------  768 ---------- ---------- ---------- ---------- */
  @media screen and (width < 769px) {
      /*.content-blk { max-width: 400px; }*/
			#slider {height: 320px; }
			.slide-hdr { margin-top: 26px; font-size: 4.5rem; }
			.slide-shdr { font-size: 2.5rem; }
			.slide-txt { flex: 90% 0 0; }
  }
  /* ---------- ---------- ---------- ----------  640 ---------- ---------- ---------- ---------- */
  @media screen and (width < 641px) {
      /*.content-blk { max-width: 292px; }*/
      /*#actions__content { justify-content: center; }*/
			.slide-hdr { margin-top: 26px; font-size: 4rem; }
			.slide-shdr { font-size: 2rem; }
			.slider-btn { height: 50px; bottom: 78px; }
  }
  /* ---------- ---------- ---------- ----------  480 ---------- ---------- ---------- ---------- */
  @media screen and (width < 481px) {    
    /*.actions__blk { flex: 300px 0 0; }*/
		.slide-hdr { margin-top: 22px; font-size: 3rem; }
			.slide-shdr { font-size: 1.6rem; }
			#slide-dots { left: 16px; }
			.sa_dot { margin-right: 14px; border-radius: 4px; }
  }
  /* ---------- ---------- ---------- ----------  320 ---------- ---------- ---------- ---------- */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news_list_m/style.css?17482510564776*/
#news__content { width: 100%; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }

.m-news__blk {
  position: relative;
  flex: 24% 0 0;
  min-height: 400px;
  margin-bottom: 20px;  
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: .3s;
  cursor: pointer;
  overflow: hidden;
}
.m-news__blk:hover { border-color: transparent; box-shadow: 0px 6px 6px 6px #e5e5e5; }
.m-news__blk:hover .m-new__hdr { color: #981d97;}

.m-new__overcast { display: none; }

.m-new__img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  transition: .3s;
}

.m-news__blk:hover .m-new__img { background-size: 130%; }

.m-new__text { position: relative; padding: 0 34px 34px 34px; box-sizing: border-box; }

.m-new__sticker {
  position: absolute;
  top: -46px;
  width: 90px;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Roboto-Condensed', sans-serif;
  font-size: 1rem;
  z-index: 5;
  background-color: #981d97;
  color: #fafafa;
}

.m-new__hdr {
  height: 48px;
  margin-top: 34px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.m-new__shdr { font-family: 'Roboto', sans-serif; font-size: 1.6rem; margin-top: 22px; }

.m-new__date {
  position: absolute;
  bottom: 22px;
  right: 34px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 6px;
  border-radius: 4px;
}

.m-news__blk:first-of-type { flex: 49.2% 0 0; }
.m-news__blk:last-of-type { margin-right: 0; }
.m-news__blk:first-of-type .m-new__img { height: 400px; }
.m-news__blk:first-of-type .m-new__text {
  position: absolute;
  top: 10px;
  left: 0;
  width: 694px;
  height: 400px; 
}
.m-news__blk:first-of-type .m-new__img { border-radius: 4px; }
.m-news__blk:first-of-type .m-new__hdr {
  position: absolute;
  bottom: 160px;  
  color: #fafafa;
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 600;
  z-index: 5;
}
.m-news__blk:first-of-type:hover .m-new__hdr { color: #fff; }

.m-news__blk:first-of-type .m-new__shdr {
  font-family: 'Roboto-Condensed';
  position: absolute;
  bottom: 36px;  
  color: #fafafa;
  font-size: 3.6rem;
  line-height: 3.6rem;
  z-index: 5;  
}

.m-news__blk:first-of-type .m-new__overcast {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;  
  background-color: rgba(0, 0, 0, .2);
  z-index: 3;
  transition: .3s;
}
.m-news__blk:first-of-type:hover .m-new__overcast { background-color: rgba(0, 0, 0, .6); }
.m-news__blk:first-of-type .m-new__sticker {
  top: 0;
  left: -8px;
  padding: 16px;
  font-size: 14px;
}

/* ---------- ---------- ---------- ---------- MEDIA ---------- ---------- ---------- ---------- */

/* ---------- ---------- ---------- ---------- 1600 ---------- ---------- ---------- ---------- */
@media screen and (width < 1601px) {  
  .m-news__blk:first-of-type { flex: 65.8% 0 0; }
  .m-news__blk { flex: 32% 0 0; }
  .m-news__blk:nth-of-type(6),
  .m-news__blk:nth-of-type(7) { display: none;}
  
}
/* ---------- ---------- ---------- ---------- 1280 ---------- ---------- ---------- ---------- */
@media screen and (width < 1281px) {  
  .m-new__hdr { font-size: 2rem; }
}
/* ---------- ---------- ---------- ---------- 1024 ---------- ---------- ---------- ---------- */
@media screen and (width < 1025px) {
  .m-news__blk,
  .m-news__blk:first-of-type {
    flex: 100% 0 0;
    height: 180px;
    min-height: unset;
  }
  .m-news__blk:first-of-type .m-new__hdr {
    width: 320px;
    top: 20px;
    font-size: 3.2rem;
  }  
  .m-new__shdr { display: none; }
  .m-news__blk:not(:first-of-type) { display: none; }
  .m-news__blk:first-of-type .m-new__img { height: 180px; }
}
/* ---------- ---------- ---------- ----------  768 ---------- ---------- ---------- ---------- */
@media screen and (width < 769px) {  
  
  
}
/* ---------- ---------- ---------- ----------  640 ---------- ---------- ---------- ---------- */
@media screen and (width < 641px) {  
  
  .m-news__blk:first-of-type .m-new__hdr {
    width: 70%;
    font-size: 2.8rem;
    line-height: 3rem;
    left: 20px;
  }
  .m-new__date {display: none; }
}
/* ---------- ---------- ---------- ----------  480 ---------- ---------- ---------- ---------- */
@media screen and (width < 421px) {
  .m-news__blk:first-of-type .m-new__hdr {
    width: 60%;
    font-size: 2.6rem;    
  }
    
}
/* ---------- ---------- ---------- ----------  320 ---------- ---------- ---------- ---------- */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/actions_list_m/style.css?17441955002947*/
#actions__content {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px; 
}

.actions__blk {
  flex: 335px 0 0;
  min-height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: .3s;  
  cursor: pointer; 
}
.actions__blk:hover {
  border-color: transparent;
  box-shadow: 0px 6px 6px 6px #e5e5e5;
}

.actions-content__img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  transition: .3s;
}

.actions-content__text {
  position: relative;
  padding: 0 34px 34px 34px;
  box-sizing: border-box;
}

.actions__subhdr {
  position: unset;
  font-family: 'Roboto', sans-serif;
  margin: 12px 0;
  font-size: 1.6rem;
}

.actions__txt {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 400;
}

.act-mhdr { display: none; }

/* ---------- ---------- ---------- ---------- MEDIA ---------- ---------- ---------- ---------- */

/* ---------- ---------- ---------- ---------- 1600 ---------- ---------- ---------- ---------- */
@media screen and (width < 1601px) {

  }
  /* ---------- ---------- ---------- ---------- 1280 ---------- ---------- ---------- ---------- */
@media screen and (width < 1281px) {

  }
  /* ---------- ---------- ---------- ---------- 1024 ---------- ---------- ---------- ---------- */
@media screen and (width < 1025px) {
      #actions__content { justify-content: center; }
  }
  /* ---------- ---------- ---------- ----------  768 ---------- ---------- ---------- ---------- */
@media screen and (width < 769px) {
  .actions__blk { 
    flex: 100% 0 0;
    height: 180px;
    min-height: unset;
    margin-bottom: 16px;
    margin-right: 0;
    border-radius: 8px;
  }
  .actions-content__text {display: none; }
  .actions-content__img { height: 100%; }
  .act-mhdr { 
    display: block; 
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 180px;
    font-family: 'Roboto', sans-serif;    
    font-size: 3.8rem;
    text-transform: uppercase;
    background-color: rgba(245, 245, 245, .5);
  }
  .actions__blk:hover .actions-content__img { background-size: 130%; }
  .actions__blk:hover .act-mhdr { background-color: rgba(245, 245, 245, .3); }
}
  /* ---------- ---------- ---------- ----------  640 ---------- ---------- ---------- ---------- */
@media screen and (width < 641px) {
      
}
  /* ---------- ---------- ---------- ----------  480 ---------- ---------- ---------- ---------- */
@media screen and (width < 481px) {    
  .actions__blk { height: 160px; }
  .act-mhdr { line-height: 160px; font-size: 3rem; }
}
  /* ---------- ---------- ---------- ----------  320 ---------- ---------- ---------- ---------- */
/* End */
/* /local/templates/.default/components/bitrix/news.list/main_slider2/style.css?17641474024673 */
/* /local/templates/.default/components/bitrix/news.list/news_list_m/style.css?17482510564776 */
/* /local/templates/.default/components/bitrix/news.list/actions_list_m/style.css?17441955002947 */
