/*.definition {
    &-wrapper {
        width: 100% !important;
    }
    &__title {
        text-align: center;
        color: #fff !important;
        margin-bottom: 50px !important;
    }
    &-item {
        width: 46%;
        &:not(:nth-child(-n + 2)) {
            margin-top: 50px;
        }
        &__title {
            color: #fff !important; 
            font-size: 24px !important;
            text-align: center;
            margin-bottom: 20px;
        }
        &__bottom {
            font-size: 12px;
            text-align: right;
            color: #fff;
            margin-top: 10px;
        }
    }
}

@media screen and (max-width: 992px) {
    .definition-item {
        &__title {
            font-size: 18px !important;
            text-align: center;
        }
        &__descr {
            font-size: 14px;
        }
        &__bottom {
            font-size: 10px;
        }
    }
}

@media screen and (max-width: 576px) {
    .definition {
        &-list {
            flex-direction: column;
        }
        &-item {
            width: 100%;
            &__title {
                margin-bottom: 20px;
            }
            &:not(:nth-child(-n + 2)) {
                margin-top: unset;
            }
            &:not(:last-child) {
                margin-bottom: 30px;
            }
        }
    }
}*/
.department {
  position: relative;
}

.department::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 560px;
  width: 100%;
  background: #fff;
}

.department-inner {
  background: #202020;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 30px;
}

.department-inner:not(:last-child) {
  margin-bottom: 30px;
}

.department-inner.columns {
  padding-bottom: 80px;
}

.department-inner.columns .department-block {
  width: 1080px;
}

.department-inner.columns .department-block__date {
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}

.department-inner.columns .department-column {
  width: 460px;
}

.department-inner.columns .department-body {
  margin-top: 30px;
}

.department-inner.columns .department-main {
  margin-top: 0;
}

.department-inner.columns .department-main:not(:last-child) {
  margin-bottom: 100px;
}

.department-head-logo {
  width: 128px;
  height: 80px;
  margin: 0 auto;
}

.department-head__text {
  margin-top: 5px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'Roboto Bold';
}

.department-main {
  margin-top: 30px;
}

.department-block {
  width: 860px;
  margin: 0 auto;
}

.department-block__title {
  font-size: 36px;
  font-family: 'Roboto Bold';
  color: #FFFFFF;
  margin-bottom: 20px;
}

.department-block__descr {
  color: #FFFFFF;
  line-height: 25px;
}

.department-block__descr sup {
  font-size: 7px;
}

.department-block__descr .blue {
  color: #27AAE1;
  font-family: 'Roboto Bold';
}

.department-block__descr .red {
  color: #ED1C24;
}

.department-block__date {
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  .department-inner.columns {
    padding-bottom: 50px;
  }
  .department-inner.columns .department-body {
    margin-top: 50px;
  }
  .department-inner.columns .department-main {
    width: 100%;
  }
  .department-inner.columns .department-main:not(:last-child) {
    margin-bottom: 50px;
  }
  .department-inner.columns .department-block {
    width: 100%;
  }
  .department-inner.columns .department-block__date {
    margin-top: 15px;
  }
  .department-inner.columns .department-column {
    width: 100%;
  }
  .department-inner.columns .department-column:not(:last-child) {
    margin-bottom: 50px;
  }
  .department-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .department-main {
    margin-top: 50px;
  }
  .department-block {
    width: 100%;
  }
  .department-block__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .department-block__title br {
    display: none;
  }
  .department-block__descr {
    line-height: 21px;
  }
  .department-head {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 992px) {
  .department {
    padding-bottom: 0;
  }
  .department-inner {
    padding: 30px;
  }
  .department-inner.columns .department-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .department::before {
    height: 200px;
  }
  .department-block__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .department-inner {
    padding: 20px;
  }
  .department-block__title {
    font-size: 26px;
  }
}
/*# sourceMappingURL=science.css.map */