@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.t-feed__post-popup,
.t-feed__post-popup *{
  font-family:'Montserrat',-apple-system,'Segoe UI',Arial,sans-serif !important;
}

.t-feed__post-popup__title{
  color:#0c3c8e !important;
  font-size:52px !important;
  line-height:54px !important;
  font-weight:500 !important;
  letter-spacing:-2px !important;
}

.t-feed__post-popup__date{
  color:#5a7184 !important;
  font-size:14px !important;
  line-height:20px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

.t-feed__post-popup__author-name{
  color:#5a7184 !important;
  font-size:14px !important;
  font-weight:500 !important;
}
.t-feed__post-popup__author-link{ text-decoration:none !important; }

.t-feed__post-popup__close-text{
  color:#0c3c8e !important;
  font-size:14px !important;
  font-weight:600 !important;
  letter-spacing:.5px !important;
}

.t-feed__post-popup__cover-wrapper{ border-radius:8px !important; overflow:hidden !important; }
.t-feed__post-popup__img{ border-radius:8px !important; }

.t-feed__post-popup__text-wrapper .t-text,
.t-feed__post-popup__text-wrapper .t-descr{
  color:#5a7184 !important;
  font-size:16px !important;
  line-height:26px !important;
  font-weight:400 !important;
}
.t-feed__post-popup__text-wrapper h2,
.t-feed__post-popup__text-wrapper h3,
.t-feed__post-popup__text-wrapper .t-title{
  color:#0c3c8e !important;
  font-weight:500 !important;
  letter-spacing:-.5px !important;
}
.t-feed__post-popup__text-wrapper a{
  color:#0c3c8e !important;
  text-decoration:underline !important;
}

@media(max-width:960px){
  .t-feed__post-popup__title{ font-size:36px !important; line-height:40px !important; letter-spacing:-1px !important; }
}
@media(max-width:600px){
  .t-feed__post-popup__title{ font-size:30px !important; line-height:34px !important; }
  .t-feed__post-popup__text-wrapper .t-text{ font-size:15px !important; line-height:24px !important; }
}