

/* Start:/local/templates/gidrobox/css/main_news.css?17331699171986*/
.main_news{display: flex;flex-direction: column;margin-top: 80px;width: 100%;}
.main_news_slider{width: 100%;margin-top: 38px;}
.main_news_item{width: 100%;background: #F5F5F5;border-radius: 30px;display: flex;flex-direction: column;padding: 31px 30px 29px 30px;max-width: 330px;}
.main_news_it_nadp_gift{position: absolute;z-index: 100;width: 105px;height: 30px;top: 22px;left: 20px;background: #209BC6;border-radius: 20px;font-weight: 600;font-size: 12px;text-transform: uppercase;color: #fff;display: flex;align-items: center;padding-left: 11px;}
.main_news_it_nadp_gift:after{content: '';position: absolute;right: 11px;top: 7px;width: 14px;height: 14px;background: url(/local/templates/gidrobox/images/gift.svg) no-repeat 50% 50%;}
.main_news_it_nadp_disc{position: absolute;z-index: 100;width: 77px;height: 30px;top: 22px;left: 20px;background: #C62052;border-radius: 20px;font-weight: 600;font-size: 12px;color: #fff;display: flex;align-items: center;padding-left: 11px;}
.main_news_it_nadp_disc:after{content: '';position: absolute;right: 11px;top: 8px;width: 14px;height: 14px;background: url(/local/templates/gidrobox/images/salewhite.svg) no-repeat 50% 50%;}


.main_news_it_img{width: 270px;height: 270px;background: #fff;border-radius: 30px;display: flex;align-items: center;justify-content: center;}
.main_news_it_name{margin-top: 20px;height: 60px;width: 100%;font-size: 16px;font-weight: 600;line-height: 1.25;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.main_news_it_btn{width: 154px;height: 36px;margin-top: 20px;display: flex;align-items: center;padding-left: 20px;border-radius: 30px;border: 1px solid #000;font-size: 16px;font-weight: 300;position: relative;}
.main_news_it_btn:after{content: '';position: absolute;right: 20px;top: 12px;width: 14px;height: 14px;background: url(/local/templates/gidrobox/images/arrow_left.svg) no-repeat 50% 50%;}
.main_news_it_btn:hover{background: #DFEEF3;border: 1px solid #209BC6;}

/* End */


/* Start:/local/templates/gidrobox/css/news.css?17424986042914*/
.block_news{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;column-gap: 15px;row-gap: 20px;margin-top: 30px;}
.block_news .main_news_item{width: calc((100% - 30px)/3);max-width: none;}
.article_block{display: flex;width: 100%;flex-direction: column;margin-top: 30px;}
.article_bk_contents{display: flex;flex-direction: row;margin-top: 30px;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.art_bk_contents{max-width: 450px;width: 100%;padding: 33px 80px 33px 50px;background-color: #DFEEF3;border-radius: 30px;display: flex;flex-direction: column;}
.art_bk_cont_name{font-size: 30px;font-weight: 600;color: #209BC6;}
.art_bk_cont_subsect{margin-top: 25px;display: flex;flex-direction: column;row-gap: 15px;width: 100%;}
.art_bk_cont_subs{font-size: 16px;font-weight: 600;line-height: 1.25;text-decoration: underline;color: #209BC6;text-decoration-color:rgba(32, 155, 198, 0.3)}
.art_bk_cont_img{max-width: 570px;width: 100%;/*min-height: 271px;*/border-radius: 30px;background-size: cover;}
.art_bk_cont_text h2{font-size: 20px;font-weight: 600;color: #209BC6;line-height: 1.2;margin-bottom: 20px;}
.art_bk_cont_text{width: 100%;}
.art_bk_cont_text p{margin-bottom: 20px;font-size: 14px;font-weight: 300;line-height: 1.6;text-align: justify;}
.art_bk_cont_text ul{margin-left: 30px;}
.art_bk_cont_text li{font-size: 14px;font-weight: 300;line-height: 1.6;text-align: justify;margin-bottom: 20px;}
.article_bk_cont_img{width: 100%;margin-bottom: 20px;background-size: cover;}
.art_bk_cont_text ol{margin-left: 30px;}
.art_bk_cont_text img{max-width: 100%;margin-bottom: 20px;}
.art_bk_cont_text table{width: 100%;margin-bottom: 20px;}
.block_for_news .art_bk_cont_img{max-width: 100%;max-height: 400px;width: auto;}
.article_bk_contents.block_for_news{justify-content: center;}
.main_news_it_btn.btn_for_m_art{ width: 175px;    margin-top: 10px;}
.catalogue-pagination{margin-top: 30px;}


@media(max-width:1400px){
.art_bk_contents{width: calc(100% - 580px);}
}


@media(max-width:1100px){




}


@media(max-width:850px){
.block_news .main_news_item{width: calc((100% - 10px) / 2);}
.block_news{ row-gap:10px;column-gap:10px;}
.article_bk_contents{flex-direction: column;row-gap: 30px;margin-bottom: 30px;}
.art_bk_contents{padding: 38px 30px;}
.art_bk_cont_name{font-size: 20px;}
.art_bk_cont_subs{font-size: 14px;}
.art_bk_cont_text ul{margin-left: 0;}
.art_bk_cont_text ol{margin-left: 0;}
.art_bk_contents{max-width: 100%;}
.art_bk_cont_img{max-width: 100%;}


}


@media(max-width:600px){
.block_news .main_news_item{width: calc((100% - 10px) / 2);}
.block_news{ row-gap:10px;column-gap:10px;}
.article_bk_contents{flex-direction: column;row-gap: 30px;margin-bottom: 30px;}
.art_bk_contents{padding: 38px 30px;}
.art_bk_cont_name{font-size: 20px;}
.art_bk_cont_subs{font-size: 14px;}
.art_bk_cont_text ul{margin-left: 0;}
.art_bk_cont_text ol{margin-left: 0;}

}








/* End */
/* /local/templates/gidrobox/css/main_news.css?17331699171986 */
/* /local/templates/gidrobox/css/news.css?17424986042914 */
