@charset "UTF-8";
#page > header .container-fluid,
#page > div .container-fluid,
#page > footer .container-fluid {
  max-width: 1400px !important;
}

#main-banner .carousel-item img {
  max-width: 1400px;
}

#advertising-blocks {
  margin-top: 65px;
}

#advertising-blocks .card {
  min-width: 25%;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  #advertising-blocks .card {
    min-width: 40%;
  }
}

@media (max-width: 575.98px) {
  #advertising-blocks .card {
    min-width: 80%;
  }
}

#advertising-blocks .card .card-body {
  padding: 40px 20px 0 60px;
}

#advertising-blocks .card .icon {
  position: absolute;
  display: block;
  top: -15px;
  left: -15px;
  width: 55px;
}

#advertising-blocks .card .card-title {
  font-size: 150%;
  font-weight: 600;
  color: #003675;
}

#advertising-blocks .card .card-title a {
  color: #003675;
}

#advertising-blocks .card .advantages {
  padding: 0;
}

#advertising-blocks .card .advantages li:last-child::after {
  content: none;
}

#advertising-blocks .card .advantages li {
  display: inline-flex;
  color: #277bc9;
  font-weight: 600;
}

#advertising-blocks .card .advantages li::after {
  content: "•";
  margin: 0 0.5rem;
}

#sign-up {
  margin: 3rem 0;
  background: #2565a6;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sign-up h2 {
  color: #fff;
  margin-right: 3rem;
  font-size: 1.8rem;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 80px;
  background: url(../images/icons/email-icon_x2.png) top left no-repeat;
}

#sign-up button {
  background: #fff;
  padding: 0.6rem 2rem;
  letter-spacing: 3px;
}

#sign-up button:hover {
  color: #003675;
}

#signUpModal .modal-header h5 {
  font-weight: 300;
}

#signUpModal .modal-body,
#signUpModal .modal-header {
  padding-left: 30px;
  padding-right: 30px;
}

#choose-us {
  margin-top: 3rem;
}

#choose-us h1 {
  color: #003675;
  text-align: center;
  font-weight: 300;
}

#choose-us .description {
  color: #277bc9;
  font-size: 1.1rem;
}

#choose-us .advantages {
  margin-top: 2rem;
}

#choose-us .advantages .advantage {
  display: flex;
  margin-bottom: 1rem;
}

#choose-us .advantages .advantage img {
  width: 55px;
}

#choose-us .advantages .advantage h4 {
  margin: .7rem 0;
  color: #003675;
}

#choose-us .advantages .advantage .content {
  margin-left: 1rem;
}

#additional-materials {
  margin-top: 3rem;
  padding: 30px 0;
  background: #f1f1f1;
}

#additional-materials .material {
  display: flex;
  align-items: center;
}

#additional-materials .material a img {
  width: 91px;
}

#additional-materials .material .content {
  margin-left: 1rem;
}

#additional-materials .material h5 {
  color: #003675;
  font-weight: 600;
}

#additional-materials .material .about {
  font-size: small;
}

#news {
  margin-top: 3rem;
}

#news h2 {
  font-size: 110%;
  font-weight: bold;
}

#news .news {
  background: #f1f1f1;
  margin-top: 1rem;
  padding: 30px;
}

#news .news-item {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

#news .news-item:first-child {
  margin-top: 0;
}

#news .news-item .date {
  text-align: center;
  text-transform: uppercase;
}

#news .news-item .date .day {
  background: #8ec1ed;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}

#news .news-item .content {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}

#news .news-item .content .title {
  font-size: 1.2rem;
  text-decoration: underline;
}

.site-footer .container-fluid::before {
  content: none !important;
}
