.news_header{
  height: 55vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/news_detalis.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: 700px;
  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: #2f3036;
margin:0 5px;
}
.news_site_map a:last-child{
  letter-spacing: 2.2px;
   color: #f48120;
}
.news_detalis{
  width: 996px;
  margin:0 auto;
}
.news_detalis .news_detali_img{
  transition: 0.2s;

}
.news_detalis .news_detali_img img{
  max-width: 100%;
  margin:0 auto;
}
.news_deal{
  padding:30px 0;
  font-family: Montserrat;
 font-size: 13px;
 font-weight: 500;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #f48120;
 border-bottom: 1px solid #e5e5e5;
}
.news_deal a{
  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;
background-color: #000;
padding:7px 25px;
text-transform: uppercase;
margin-right: 15px;
transition: 0.2s;
border:1px solid #000;
}
.news_deal a:hover{
color: #000;
background-color: #fff;
transition: 0.2s;

}
.news_deal span{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #686a75;
  margin:0 5px;
}
.news_detalis h2{
  font-family: KudryashevHeadline;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #000000;
  margin:20px 0 30px;
}
.news_detalis p{
  font-family: Montserrat;
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.5;
 letter-spacing: normal;
 color: #686a75;
}
.news_gallery{
  position: relative;
  padding-top: 72px;
  padding-bottom: 106px;
}
.news_gallery .item img{
  transition: 0.2s;
}
.news_gallery .item:hover img{
  transition: 0.2s;
  transform: scale(1.2);
}
.gallery_speen{
  position: absolute;
  font-size: 32px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gallery_speen.left{
left: -53px;
}
.gallery_speen.right{
right: -53px;
}
.gallery_speen span:before{
  color:#e7e7e7;
  transition: 0.2s;
}
.gallery_speen:hover span:before{
  color:#9b9b9b;
  transition: 0.2s;
}

.news_gallery .dots {
    position: absolute;
    border: 0;
    bottom: 50px;
    width: 100%;
    z-index: 1;
}
#carousel-custom-dots {
    display: flex;
    justify-content: center;
}
#carousel-custom-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 2px #929292;
    margin: 0 5px;
    border-radius: 100%;
}
#carousel-custom-dots .owl-dot.active, #carousel-custom-dots .owl-dot:hover {
    background-color: #929292;
}
.news_detlis_bottom{
  margin-top: 30px;
  padding:25px 0;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.tags_news, .news_share{
  display: flex;
  align-items: center;
}
.tags_news span, .news_share>span{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.tags_news a{
  font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color:#2f3036;
    padding:8px 20px;
    margin:0 10px;
    border:1px solid #2f3036;
    transition: 0.2s;
}
.tags_news a:hover{
    background: #2f3036;
    color:#fff;
    transition: 0.2s;
}
.news_share a{
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width:35px;
  background-color: #4E71A8;
}
.news_share a span:before{
  color:#fff;
  font-size: 12px;
}
.related_posts{
  padding:40px 0;
}
.related_posts h1{
  font-family: KudryashevHeadline;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.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;

}
.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
}

@media (max-width:568px) {
  .news_detalis{
    width: 100%;
    padding:0 10px;
  }
  .news_detlis_bottom, .tags_news, .news_share{
    flex-wrap: wrap;
  }
  .news_header{
    height: 50vh;
  }
  .news_head_content h1{
    font-size: 30px;
  }
  .news_site_map a{
    font-size: 12px;
  }
  .news_deal{
    text-align: center;
  }
  .news_deal a{
    font-size: 12px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news_detalis h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 20px 0;
  }
  .news_detalis p{
    font-size: 13px;
    text-align: justify;
  }
  .news_gallery {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .news_gallery .dots{
    bottom:25px;
  }
  #carousel-custom-dots .owl-dot{
    width: 8px;
    height: 8px;
  }
  .gallery_speen{
    display: none;
  }
  .tags_news span, .news_share>span{
    font-size: 12px;
  }
  .tags_news a {
    font-size: 12px;

    padding: 5px 15px;
    margin:0 5px 5px 5px;
    border: 1px solid #2f3036;
    transition: 0.2s;
  }
  .news_share{
    margin-top: 10px;
  }
  .related_posts{
    padding:0px 0 40px 0;
  }
  .related_posts h1{
    font-size: 25px;
    padding-bottom: 35px;
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
@media (min-width:568px) and (max-width:768px) {
  .news_detalis{
    width: 100%;
    padding:0 10px;
  }
  .news_detlis_bottom, .tags_news, .news_share{
    flex-wrap: wrap;
  }
  .news_header{
    height: 50vh;
  }
  .news_head_content h1{
    font-size: 30px;
  }
  .news_site_map a{
    font-size: 12px;
  }
  .news_deal a{
    font-size: 12px;

    margin-right: 10;
    margin-bottom: 10px;
  }
  .news_detalis h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 20px 0;
  }
  .news_detalis p{
    font-size: 13px;
    text-align: justify;
  }
  .news_gallery {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .news_gallery .dots{
    bottom:25px;
  }
  #carousel-custom-dots .owl-dot{
    width: 8px;
    height: 8px;
  }
  .gallery_speen{
    display: none;
  }
  .tags_news span, .news_share>span{
    font-size: 12px;
  }
  .tags_news a {
    font-size: 12px;

    padding: 5px 15px;
    margin:0 5px 5px 5px;
    border: 1px solid #2f3036;
    transition: 0.2s;
  }
  .news_share{
    margin-top: 10px;
  }
  .related_posts{
    padding:0px 0 40px 0;
  }
  .related_posts h1{
    font-size: 25px;
    padding-bottom: 35px;
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .news_detalis{
    width: 700px;
    padding:0 10px;
  }
  .news_head_content h1{
    font-size: 45px;
  }
  .gallery_speen.left{
    left: -35px;
  }
  .gallery_speen.right{
    right: -35px;
  }
  .gallery_speen {
    transform: translateY(-78%);
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .news_detalis{
    width: 900px;
    padding:0 10px;
  }
  .news_head_content h1{
    font-size: 45px;
  }
  .gallery_speen.left{
    left: -35px;
  }
  .gallery_speen.right{
    right: -35px;
  }
  .gallery_speen {
    transform: translateY(-78%);
  }
  .news_content_main .news_content_text>h3{
    font-size: 12px;
  }
}
