.science-competitions-list .item-competitions-box {
    margin-bottom: 40px;
}

.science-competitions-list .item-competitions {
    background: #F9FAFD;
    border-radius: 20px;
    padding: 26px 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.science-competitions-list .item-competitions .competitions-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 170.9%;
    border-bottom: 1px solid #DEE4F1;
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%;
    display: table;
}

.science-competitions-list .item-competitions .competitions-name a {
    color: #003CB0;
    text-decoration: none;
}

.science-competitions-list .item-competitions .competitions-name a:hover {
    text-decoration: underline;
}

.science-competitions-list .comp-name-tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 170.9%;
    color: #67768C;
    margin-bottom: 6px;
}



.comp-section-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
    width: 100%;
}

.comp-sect-item {
    display: inline-block;
}

.comp-sect-tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 170.9%;
    color: #67768C;
    margin-bottom: 6px;
}

.comp-sect-date {
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

.sect-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.sect-icon.finish-date {
    background: url(img/finish-date.svg) no-repeat;
    background-size: cover !important;
}

.sect-icon.result-date {
    background: url(img/result-date.svg) no-repeat;
    background-size: cover !important;
}

.comp-sect-separator {
    width: 14px;
    height: 1px;
    display: inline-block;
    background: #A8B8CF;
    margin: 0 25px;
    margin-top: auto;
    margin-bottom: 13px;
}

.comp-add-calendar {
    padding: 14px 16px;
    border-radius: 10px;
    background: #E3EAEF;
    margin-left: auto;
    transition: 0.3s ease;
}

.comp-add-calendar:hover {
    cursor: pointer;
    background: #c9d4dc;
}

.comp-add-calendar .comp-add-calendar-ico {
    background: url(img/calendar.svg) no-repeat;
    background-size: cover !important;
    width: 28px;
    height: 32px;
}