

/* Start:/local/templates/skinwell/components/bitrix/news.detail/blog_landing/style.css?17689474016657*/
/* BLOG LANDING STYLE */ 
.c_blog_section {margin:0;}     
.c_blog_banner {position: relative;height: 400px;display:flex;width:100%;background-size: cover;background-repeat: no-repeat;background-position: center center;text-align: center;vertical-align: middle;position: relative;justify-content: center;align-items: center;} 
.c_blog_banner_shadow { width: 100%; position: absolute; top: 0; left: 0;right:0; bottom:0; z-index:1; height: 100%;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', endColorstr='#cc222222');
}
.c_blog_banner_info {position:relative;z-index:5;}
.c_blog_title {font-family: 'Ubuntu', Arial, sans-serif;font-weight: 600;font-size: 72px;line-height: 1.17;color:#fff;margin-bottom: 26px;} 
.c_blog_subtitle {color: #fff;font-size: 24px;line-height: 1.5;font-family: 'Ubuntu', Arial, sans-serif;font-weight: 400;} 
.c_blog_main {padding:50px 0;background: #f6f4f1;padding-bottom: 90px;}  
.c_blog_intro_title {font-size: 36px; line-height: 1.23;font-family: 'Ubuntu';font-size: 38px;margin-bottom: 46px;text-align:center;} 
.c_blog_text, .c_blog_text p, .c_blog_text li {font-family: 'Manrope';font-size: 16px; line-height: 1.55; }  
.c_blog_text h3 {font-family: 'Manrope';font-size: 18px;line-height: 1.55;margin-bottom: 13px;padding-top: 14px;} 
.c_blog_text p {margin-bottom:  30px;}
.c_blog_text ul {padding:0;margin:0;padding-left: 19px;margin-bottom: 30px;}
.c_blog_text ul li {margin-bottom: 0px;} 
.t-container .c_blog_text ol {padding:0;padding-left: 15px;margin-bottom: 40px;} 
.t-container .c_blog_text ol li {margin-bottom: 5px;}  
.t-container .c_blog_text ol li a {text-decoration:underline;} 
.t-container .c_blog_text ol li a:hover {text-decoration:none;} 
.c_blog_grid {display:flex;height:500px;widtH: 100%;justify-content: space-between;align-items: stretch;flex-direction: row;margin-bottom: 60px;}
.c_blog_grid_col {width: calc(50% - 20px);display: flex;align-items: stretch;flex-direction: column;justify-content: space-between;}
.c_blog_intro_pic {display:block; background-size: cover;background-repeat: no-repeat;background-position: center center;} 
.c_blog_intro_pic.pic_left {height:100%;} 
.c_blog_intro_pic.pic_right {height: calc(50% - 10px);} 
.c_blog_cpec {display:flex;padding: 41px 0;padding-bottom: 60px;align-items: center;} 
.c_blog_cpec_left {width:calc(100% - 360px);padding-right:20px;}
.c_blog_cpec_right {width:360px;} 
.c_blog_cpec_text, .c_blog_cpec_text p {font-family: Georgia !important;color: rgb(57, 41, 230);font-size: 18px;font-style:italic;line-height: 1.5;} 
.c_blog_cpec_avatar {display:flex;margin:0 auto;flex-direction: column;align-items: center;}  
.c_blog_cpec_avatar_pic {width:80px;height:80px;display:block;background-size: cover;background-repeat: no-repeat;background-position: center center;border-radius: 40px;margin-bottom: 13px;} 
.c_blog_cpec_avatar_name {font-family: 'Ubuntu', Arial, sans-serif; font-weight: 400; padding-bottom: 5px; font-size: 15px; font-weight: 700; line-height: 20px; }
.c_blog_cpec_avatar_info { padding-bottom: 7px; font-size: 11px; line-height: 16px; font-family: 'Ubuntu', Arial, sans-serif; font-weight: 400; }
.c_blog_linked_title {font-family: 'Ubuntu';font-size: 37px;line-height: 1.23;margin-bottom: 40px;text-align:center;padding-top: 60px;} 
.c_blog_product { width: calc(33.333% - 40px); margin-left:20px;margin-right:20px; } 
.c_blog_product_pic_wrap {padding: 40px 20px;background: #fff;margin-bottom:30px;} 
.c_blog_product_pic {display:block;width:100%;aspect-ratio:1/1.4;background-repeat: no-repeat;background-position: center center;background-size: contain;}
.t-container a.c_blog_product_name {text-decoration:none;font-size: 18px; line-height: 1.3; font-family: 'Ubuntu', Arial, sans-serif; font-weight: 600; color: #000; }

@media (max-width: 1200px) { 
  .c_blog_title {font-size: 50px;margin-bottom: 26px;} 
  .c_blog_subtitle {font-size: 20px;} 
}

@media (max-width: 960px) {
  .c_blog_title {font-size: 40px;margin-bottom: 26px;} 
  .c_blog_subtitle {font-size: 18px;} 
  .c_blog_intro_title {font-size: 32px; } 
  .c_blog_grid {display:flex;height:auto;flex-direction: column;margin-bottom:30px;} 
  .c_blog_grid_col {width: 100%;display:flex;} 
  .c_blog_intro_pic.pic_left, .c_blog_intro_pic.pic_right {display:block;width:100%;margin-bottom: 20px;} 
  .c_blog_intro_pic.pic_left {height: 620px;}  
  .c_blog_intro_pic.pic_right {height: 310px;}    
  .c_blog_text h3 {padding-top:10px;margin-bottom:15px;}
  .c_blog_cpec {display:flex;flex-direction: column;}  
  .c_blog_cpec_left {width:100%;padding-right:0px;}
  .c_blog_cpec_right {width:100%;} 
  .c_blog_cpec_text {margin-bottom:30px;text-align:center;}
  .c_blog_linked_title {font-size: 30px;}
  .c_blog_product {width:100%;display:flex;margin:0;margin-bottom: 10px;justify-content: space-between;}  
  .c_blog_product_pic_wrap {width:calc(50% - 10px);} 
  .t-container a.c_blog_product_name {width:calc(50% - 10px);} 
  .c_blog_section .catalog_section_grid {margin-left:0;margin-right:0;}
}

@media (max-width: 750px) { 
  .c_blog_banner {height: 300px;}
  .c_blog_title {font-size: 30px;margin-bottom: 26px;margin-bottom: 15px;} 
  .c_blog_subtitle {font-size: 14px;} 
  .c_blog_intro_title {font-size: 28px; }  
}

@media (max-width: 650px) { 
  .c_blog_intro_title {font-size: 25px; } 
  .c_blog_intro_pic.pic_left {height:96vw;} 
  .c_blog_intro_pic.pic_right {height: 48vw;} 
  .c_blog_main { padding-bottom: 50px;}
  .c_blog_linked_title {font-size: 26px;padding-top:30px;} 
}

@media (max-width: 500px) {  
  .c_blog_product {display:flex;flex-direction: column;margin-bottom: 40px;}  
  .c_blog_product_pic_wrap {width:100%;margin-bottom: 10px;} 
  .t-container a.c_blog_product_name {width:100%;}  
}

@media (max-width: 450px) { 
  .c_blog_intro_title {font-size: 25px; } 
  .c_blog_linked_title {font-size: 22px;padding-top:10px;} 
}

@media (max-width: 400px) { 
  .c_blog_intro_title {font-size: 20px; } 
  .c_blog_text, .c_blog_text p, .c_blog_text li {font-size: 14px;} 
  .c_blog_cpec_text, .c_blog_cpec_text em {font-size: 16px;} 
}


/* End */
/* /local/templates/skinwell/components/bitrix/news.detail/blog_landing/style.css?17689474016657 */
