

/* Start:/local/templates/volnewmer/components/bitrix/news.detail/effect_and_result/style.css?1763001860909*/
/* EFFECT_RESULT STYLES */
 
.s_effectr_section {padding:70px 0;overflow-x:hidden;} 
.s_effectr {padding-top:20px;display:flex;justify-content: space-between;position: relative;z-index: 5;} 
.s_effectr_col:first-child {width:calc(100% - 500px);padding-right: 30px;}
.s_effectr_col:last-child {width: 430px;}
.s_effectr_pics {padding-top:20px;} 
.s_effectr_pic {margin-bottom: 38px;} 
.s_effectr_pic:last-child {margin-bottom:0;} 
.s_effectr_decor_romb.decor_romb_pink {top: 220px; right: -330px; width: 590px; border-width: 40px; opacity: 0.4;} 

@media (max-width: 991px) {  
  .s_effectr {display:flex;} 
  .s_effectr_col:first-child {width:60% ; padding-right: 0px;}
  .s_effectr_col:last-child {width: 40%;} 
}

@media (max-width: 767px) {  
  .s_effectr {display:flex;} 
  .s_effectr_col:first-child {width:100% ; padding-right: 0px;}
  .s_effectr_col:last-child {display:none;} 
}

/* End */


/* Start:/local/templates/volnewmer/components/bitrix/news.list/index_effect/style.css?17315768323274*/
/* EFFECT STYLES */ 

.s_effect_section { padding: 70px 0 90px 0; max-height: 900px; overflow: hidden; }

.s_effect_section .page_title_section { text-align: center; } 
.s_effect { padding-top: 50px; } 
.s_effect_slider_outer { max-width: 780px; margin: 0 auto; } 
.s_effect_slider { margin: 0; } 
.s_effect_slider_item { max-height: 500px; } 
.s_effect_slider_flex { display: flex; justify-content: space-between; }
.s_effect_slider_column { width: calc(50% - 20px); } 

.s_effect_slider_column_wrap { position: relative; border-radius: 20px; border: 2px solid var(--site-color-pink); overflow: hidden; }
.s_effect_slider_item_info { position: absolute; padding: 15px; background: #4b4b4b; width: 200px; text-align: center; border-radius: 12px; bottom: 25px; left: calc(50% - 101px); font-size: 16px; font-weight: 500; z-index: 5; } 
.s_effect_slider_column_wrap img { width: 100%; height: auto; max-width: 100%; transform: scale(105%); position: relative; z-index: 1; }  
.s_effect_slider_column:first-child .s_effect_slider_column_wrap { border-color: #fff; } 
.s_effect_slider_column:last-child .s_effect_slider_item_info { background: var(--site-color-pink); } 
.s_effect_slider .slick-prev, .s_effect_slider .slick-next { z-index: 5; width: 40px; height: 66px; cursor: pointer; } 
.s_effect_slider .slick-prev:before, .s_effect_slider .slick-next:before { content: ''; } 
.s_effect_slider .slick-prev { background: url('/local/templates/volnewmer/img/icons/sliders/effect/icon_slider_prev.svg') center center no-repeat transparent !important; background-size: contain; left: -80px; }
.s_effect_slider .slick-next { background: url('/local/templates/volnewmer/img/icons/sliders/effect/icon_slider_next.svg') center center no-repeat transparent !important; background-size: contain; right: -80px; }
.s_effect_slider .slick-dots { bottom: -67px; } 
.s_effect_slider .slick-dots li button:before { opacity: 1; transition: 0.3s; border: 1px solid #fff; border-radius: 17px; content: ''; background: #000000; } 
.s_effect_slider .slick-dots li.slick-active button:before { background: var(--site-color-pink); opacity: 1; } 

@media (max-width: 991px) { 
  .s_effect_slider_outer {padding: 0 15px;}  
  .s_effect_slider_column {width: calc(50% - 5px);}  
  .s_effect_slider .slick-prev {left:-60px;} 
  .s_effect_slider .slick-next {right:-60px;}
  .s_effect_slider .slick-prev, .s_effect_slider .slick-next { transform: scale(0.5); top: calc(50% - 23px); }
  .s_effect_slider_item_info { transform: scale(0.7); }  
}

@media (max-width: 680px) { 
  .s_effect {padding-top:15px;} 
  .s_effect_slider_outer {padding:0} 
  .s_effect_slider_item_info {transform: scale(0.6);bottom: 7px;}  
  .s_effect_slider .slick-prev {left: -5px;display:none !important;} 
  .s_effect_slider .slick-next {right: -5px;display:none !important;} 
  .s_effect_slider .slick-dots {bottom: -45px;}
  .s_effect_slider .slick-dots li button:before, .s_effect_slider .slick-dots li button:after {width:15px;height:15px;}  
  .s_effect_slider .slick-prev, .s_effect_slider .slick-next { transform: scale(0.4); top: calc(50% - 30px); } 
} 

@media (max-width: 350px) {
  .s_effect_slider_item_info {width: 130px;left: calc(50% - 60px);bottom: -5px;}  
}

/* End */


/* Start:/local/templates/volnewmer/components/bitrix/news.detail/effect_pros_and_cons/style.css?1763001944964*/
/* EFFECT_PROS_AND_CONS */
 
.s_effect_pc_section {padding:70px 0;overflow-x:hidden;} 
.s_effect_pc {padding-top:20px;display:flex;justify-content: space-between;position: relative;z-index: 5;flex-direction: row-reverse;} 
.s_effect_pc_col:first-child {width:calc(100% - 500px);padding-right: 30px;}
.s_effect_pc_col:last-child {width: 430px;}
.s_effect_pc_pics {padding-top:20px;} 
.s_effect_pc_pic {margin-bottom: 38px;} 
.s_effect_pc_pic:last-child {margin-bottom:0;} 
.s_effect_pc_decor_romb.decor_romb_pink {top: 220px; left: -330px; width: 590px; border-width: 40px; opacity: 0.4;} 

@media (max-width: 991px) {  
  .s_effect_pc {display:flex;} 
  .s_effect_pc_col:first-child {width:60% ; padding-right: 0px;}
  .s_effect_pc_col:last-child {width: 40%;} 
}

@media (max-width: 767px) {  
  .s_effect_pc {display:flex;} 
  .s_effect_pc_col:first-child {width:100% ; padding-right: 0px;}
  .s_effect_pc_col:last-child {display:none;} 
}

/* End */
/* /local/templates/volnewmer/components/bitrix/news.detail/effect_and_result/style.css?1763001860909 */
/* /local/templates/volnewmer/components/bitrix/news.list/index_effect/style.css?17315768323274 */
/* /local/templates/volnewmer/components/bitrix/news.detail/effect_pros_and_cons/style.css?1763001944964 */
