@font-face {
  font-family: "Montserrat.ttf";
  src: url("../assets/fonts/Montserrat/Montserrat-Regular.ee6539921d71.ttf")
}

@font-face {
  font-family: "Montserrat-SemiBold.ttf";
  src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.c641dbee1d75.ttf")
}

@font-face {
  font-family: "Comforta-Regular.ttf";
  src: url("../assets/fonts/Comfortaa/static/Comfortaa-Regular.c2488bfda16e.ttf");
}

@font-face {
  font-family: "Comforta-Variable.ttf";
  src: url("../assets/fonts/Comfortaa/Comfortaa-VariableFont_wght.f40889caa259.ttf");
}

@font-face {
  font-family: "Comforta-Bold.ttf";
  src: url("../assets/fonts/Comfortaa/static/Comfortaa-Bold.801965b04368.ttf");
}

@font-face {
  font-family: "Arial.ttf";
  src: url("../assets/fonts/Arial/Arial.2d1068a7f51e.ttf");
}

.n-bg{
  position:absolute;
  left:0px;
  top:500px;
}
.n-bg img{
  max-width: 245px;
  max-height: 250px;
  width: 245px;
  height: 250px;
}
.way {
  width:100%;
  margin: 0 auto;
  color: #303669;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 100px;
  text-align: left;
  margin-top: 1em;
}
.news-own{
  width:1200px;
  margin:0 auto;
  display:flex;
}
.own-image{
  width:45%;
}
.own-ntxt{
  width:55%;
  background-origin: content-box;
}
.own-them{
  width:100%;
  height:100%;
  background-origin: content-box;
  position:relative;
  -webkit-box-shadow: 0px 0px 100px 100px rgba(63, 95, 157, 0.64) inset;
-moz-box-shadow: 0px 0px 100px 100px rgba(63, 95, 157, 0.64) inset;
box-shadow: 0px 0px 100px 100px rgba(63, 95, 157, 0.64) inset;
border-top-right-radius:25px;
border-bottom-right-radius:25px;
overflow-y:hidden;
}
.own-them img{
  width:100%;
  height:332px;
  max-width:100%;
  max-height:332px;
  filter: blur(14px);
  position:absolute;
  z-index:-1;
}
.dogovir-them{
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  color: #ffffff;
font-family: Montserrat;
font-size: 25px;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
line-height: 40px;
text-align: left;
text-decoration: underline;
}
.dogovir-item{
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  color: #f6f6f6;
font-family: Montserrat;
font-size: 18px;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
text-align: left;
}
.n-button{
display:flex;
  align-items:center;
  justify-content:center;
width: 152px;
height: 30px;
border-radius: 13px;
border: 1px solid rgba(78, 182, 252, 0.95);
background:none;
margin-top:25px;
margin-left:20px;
color:white;
font-family: Montserrat;
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 20px;
}

.n-button{
  color:white !important;
}

.n-content-item{
    padding-right:20px;
    padding-left:20px;
  width:850px;
  display:flex;
  flex-direction: column;
  justify-content:space-around;
}
.news-page{
  width:1200px;
  display:flex;
  margin:0 auto;
  margin-top:40px;
  box-shadow: 0 0 10px rgba(99, 112, 140, 0.16);
  padding-top:10px;
  padding-bottom:10px;
  border-radius: 10px;
  background-color: #f6f6f6;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
}

.n-content-item h3{
  color: #000000;
font-family:Montserrat-SemiBold;
font-size: 18px;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
text-align: left;
}

.n-content-item p{
  color: #303669;
font-family: Montserrat;
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 20px;
text-align: left;
}
.market-gaz{
color:#2abbfe;
text-decoration:none;
font-family: Montserrat;
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 20px;
}
.n-content-img{
  border-top-right-radius:20px;
   border-bottom-right-radius:20px;
  overflow:hidden;
}
.n-content-img img{
  max-width:354px;
  max-height:227px;
  width:354px;
  height:227px;
}
.newstop{
  margin-top:60px;
  width:1200px;
  margin:0 auto;
  display:flex;
  justify-content: flex-end;
  margin-top:60px;
  margin-bottom:60px;
}

.newstop img{
  max-width: 64px;
  max-height: 64px;
  width: 64px;
  height: 64px;
}

.newstop:hover{
  cursor:pointer;
}


/* Адаптация */

@media(max-width:1650px){
  .news-own{
    width:1202px;
  }
  .own-image{
    width:543px;
  }
  .own-ntxt{
    width:659px;
  }
  .n-bg img{
    width:180px;
    height:185px;
  }
}

@media(max-width:1350px){
  .news-own{
    width:95%;
  }
  .own-image{
    width:45%;
  }
  .own-image img{
    width:100%;
    height:100%;
  }
  .own-ntxt{
    width:55%;
    background-repeat: no-repeat;
  }
  .own-them{
    width:100%;
    margin:0 auto;
    height:100%;
    padding-bottom:0px;
    background-repeat: no-repeat;
  }

  .newstop img{
    width:45px;
    height:45px;
  }

  .news-page{
    width:95%;
  }
  .n-content-item{
    width:70%;
  }
  .n-content-img{
    width:30%;
  }
  .n-content-img{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    overflow:hidden;
  }
  .n-content-img img{
    width:100%;
    height:auto;
  }
  .n-bg{
    display:none;
  }
  .n-button{
    margin-top:15px;
  }
}

@media(max-width:1300px){


}
@media(max-width:1200px){
.news-own{
  flex-direction:column;
  width:100%;
}
.own-image{
  display:none;
}
.own-ntxt{
  width:80%;
  margin:0 auto;
  background-size:cover;
  border-left:25%;
}
.own-them{
  border-radius:20px;
  padding-bottom:2em;
}
.n-button{
  margin-top:30px;
}
.dogovir-them{
  font-size:22px;
}
.dogovir-item{
  font-size:16px;
}
.news-page{
  width:80%;
  height:250px;
}
.n-content-img{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.newstop img{
  width:40px;
  height:40px;
}

}

@media(max-width:991px){
  .n-button{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    margin-top:2em;
  }
  .dogovir-them{
    font-size:20px;
  }
  .dogovir-item{
    font-size:14px;
  }
  .news-page{
    padding-bottom:2em;
    height:auto;
    flex-direction:column-reverse;
    justify-content: center;
    align-items:center;
  }
  .n-content-item{
    width:90%;
    margin-top:50px;
  }
  .news-article{
    margin-top:20px;
  }
  .news-date{
    text-align:center !important;
  }
  .n-content-item h3{
    text-align:center;
  }
  .n-content-img{
    margin-top:25px;
    width:354px;
  }
}
@media(max-width:923px){
  .own-them{
    padding-bottom:2em;
    height:auto;
    background-origin:padding-box;
  }
  .n-content-img{
    margin-top:25px;
    width:324px;
  }
}

@media(max-width:890px){

  .market-gaz{
    text-align:center;
    margin-top:10px;
  }
  .news-date{
    padding-bottom:1em;
  }

  .n-content-img{
    width:324px;
  }

}

@media(max-width:690px){
  .news-date{
    font-size:11px !important;
    text-align:center !important;
  }
  .news-article{
    text-align:center !important;
    font-size:12px !important;
  }
  .market-gaz{
    font-size:12px;
  }
  .way{
    font-size:10px;
  }
  .own-ntxt{
    width:90%;
  }
  .news-page{
    width:90%;
  }
  .n-content-img{
    width:300px;
  }
}

@media(max-width:550px){
  .own-ntxt{
    width:100%;
  }
  .news-page{
    width:100%;
  }
  .n-content-img{
    width:280px;
  }
}
@media(max-width:490px){

  .dogovir-them{
    font-size:18px;
    text-align:center;
  }
  .dogovir-item{
    text-align:center;
  }
  .n-content-item{
    margin-top:30px;
  }
  .n-content-img{
    width:80%;
    margin:0 auto;
    margin-top:20px;
  }
  .way{
    line-height:50px;
  }
  .news-own{
    margin-top:1em;
  }
}
