.event_info > div {
    margin-right: 3em;
}
.event_info > div:last-child {
    margin-right: 0;
    margin-top: 0 !important;
    height: 100%;
}

.btn-border {
    padding: 1.5em 5.9em 1.5em 1.5em;
    background: #D1D1D1;
    color: #000;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    margin-top: 4.5em;
    font-weight: 500;
    align-items: center;
    -webkit-align-items: center;
    text-decoration: none;
    margin-bottom: 0;
    width: fit-content;
    min-width: 12em;
    justify-content: center;
    text-align: center;
}
.no_points.btn-border:after {
    display: none;
}
.no_points.btn-border{
    padding-left: 3em;
}
.authors.items > div{
   border: 2px solid #D1D1D1;
   margin-right: -2px;
   padding: 17px 6px 22px 16px;
   box-sizing: border-box;
   flex: 1 1 50%;
   max-width: 350px;
   position: relative;
   height: auto;
}
.authors.items{
   margin-right: 2px;
}
.authors img{
   width: 6.5em;
   margin-bottom: 1.5em;
   height: 6.5em;
}
.authors h4{
   margin-bottom: 4px;
}
.authors .btn-link{
   width: 42px;
   height: 42px;
}
.authors .btn-link:after{
   background-size: 16px auto;
}
.authors.items > .link:hover{
   border-color: #000;
}
@media (max-width: 950px){
   .authors img{
      width: 80px;
      height: auto;
   }
}
@media (max-width: 600px){
   .authors.items{
      align-items: inherit;
      -webkit-align-items: inherit;
      flex-wrap: wrap;
   }
   .authors.items > div{
      margin-bottom: -2px;
   }
}

.green-tags{
   background: #CDFF3A;
   display: inline-block;
   padding: 0 5px;
   text-decoration: none;
   margin-bottom: 12px;
}

.no_margin_top {
   margin-top: 0 !important;
}

.main_banner.small_margin_top {
    margin-top: 4.4em;
}

.video_block {
    position: relative;
}
