#news{
  padding-bottom: 50px;
}
.news_header{
  height: 65vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/news_head.jpg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.news_head_content{
  padding-top: 90px;
  width: 850px;
  position: relative;z-index: 1;
}

.news_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.news_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.news_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.news_site_map{
  margin:0;
  padding:50px 0;
  text-align: center;
}
.news_site_map a{
  font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 2.3px;
text-align: center;
color: #f48120;
margin:0 5px;
}
.news_site_map a:first-child{
  letter-spacing: 2.2px;
   color: #2f3036;
}
.news_colums .col-md-6{
  padding-left:10px;
  padding-right: 10px;
}
.news_content_main .news_img{
  overflow: hidden;
  position: relative;
}
.news_content_main .news_img img{
  width: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.news_content_main.active .news_img::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.news_content_main.active .news_img img{
  transform: scale(1.1);
  transition: 0.2s;
}
.news_content_main .news_img a.tag{
background-color: #000000;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: Montserrat;
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 text-align: center;
 color: #fff;
 padding: 5px 20px
}
.news_content_main .news_content_text{
    background-color: #fff;
      text-align: center;
      padding: 11px 15px;
      position: relative;
      top: -30px;
      z-index: 2;
      width: 90%;
      margin: 0 auto;
}
.news_content_main  .news_content_text>span{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #686a75;
}
.news_content_main .news_content_text>h3{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #2f3036;
}
.news_content_main .news_content_text>a span{
  font-family: Montserrat;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   text-align: center;
   color: #f48120;
   margin-left: 10px;
   position: relative;
   margin-bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 5px;
   text-transform: uppercase;
}
.news_content_main .news_content_text>a span::before{
  content: '';
  width:40px;
  height: 1px;
  background-color: #f48120;
  margin-right: 8px;
  transition: 0.2s
}
.news_content_main.active .news_content_text>a span::before{
  content: '';
  width:90px;
  height: 1px;
  background-color: #f48120;
  margin-right: 8px;
  position: absolute;
  transition: 0.2s
}
.search_main{
  border:1px solid #2f3036;
  background-color: #fff;
  padding:10px 20px;
  display: flex;
  margin-bottom: 30px;
}
.search_main input{
  border:none;
  width: 100%;
}
.search_main button{
  border:none;
  background: #fff;
  cursor: pointer;
}
.categories_news{
   border: solid 10px #dadadd;
   padding:25px;
   margin-bottom: 20px;
}
.categories_news h3 span{

  font-family: Montserrat;
 font-size: 18px;
 font-weight: 600;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #2f3036;
 display: flex;
 align-items: center;
 margin-bottom: 25px;
}
.categories_news h3 span::after{
  content: '';
  width: 50px;
  height: 1px;
  background-color: #dadadd;
  margin-left: 15px
}
.categories_news p{
  margin-bottom: 15px;
}
.categories_news p a{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f3036;
  transition: 0.2s;
}
.categories_news p a span{
  color: #929292;
}
.categories_news p a:hover{
  color: #f48120;
  transition: 0.2s;
}
.categories_news p a:hover span{
  color: #929292;
}
.tags, .insta{
  display: flex;
  flex-wrap: wrap;
}
.tags a{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f3036;
  border:1px solid #2f3036;
  padding:6px;
  margin:0 10px 10px 0;
  width: 83px;
  height: 27px;
  text-align: center;
  transition: 0.2s;
}
.tags a:hover{
  color: #fff;
  border:1px solid #2f3036;
  background: #2f3036;
}
.insta a{
  margin:0 5px 5px 0;
  width: 74px;
  height: 74px;
  display: block;
}
.insta a img{
width: 100%;
height: 100%;
object-fit: cover;
}
.statistic p{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.77;
  letter-spacing: normal;
  color: #2f3036;
  margin-bottom: 5px;
}

.news_colums .search_bad{
  font-family: Montserrat;
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.71;
 letter-spacing: normal;
 color: #929292;
}

@media (max-width:568px) {
  .news_right{
    display: none;
  }
  .news_header{
    height: 50vh;
  }
  .news_head_content{
    width: 100%;
  }
  .news_head_content h3{
    font-size: 12px;
  }
  .news_head_content h1{
    font-size: 40px;
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
@media (min-width:568px) and (max-width:768px) {
  .news_right{
    display: none;
  }
  .news_header{
    height: 50vh;
  }
  .news_head_content{
    width: 100%;
  }
  .news_head_content h3{
    font-size: 12px;
  }
  .news_head_content h1{
    font-size: 50px;
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .insta a{
    width: 70px;
    height: 70px;
  }
}
