.container {
  max-width: 1400px !important;
}

@media (min-width: 1920px) {
  body .container {
    max-width: 1400px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1100px !important;
  }
}

.title_h2 {
  padding: 0;
  margin: 0 0 24px 0;
  font: normal normal bold 32px / 38px Acrom !important;
  color: #050505;
}

.main {
  background-color: #F5F7FC;
}

.main__text {
  display: none;
}

.main__body {
  padding-top: 120px;
  padding-bottom: 88px;
}

.main__block {
  padding: 28px 40px;
  margin-bottom: 12px;
  background-color: white;
  border-radius: 20px;
}

.main__title {
  margin-bottom: 12px;
}

.main__title p {
  padding: 0;
  margin: 0 0 2px 0;
  font: normal normal normal 16px / 19px Acrom !important;
  color: #A7A7A7;
}

.main__title h2 {
  padding: 0;
  margin: 0;
  font: normal normal normal 24px / 29px Acrom !important;
  color: #050505;
}

.main__ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main__ul li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 8px;
  font: normal normal normal 18px / 20px Acrom !important;
  color: #494949;
}

.main__ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #494949;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .title_h2 {
    margin: 0 0 16px 0;
    font: normal normal bold 24px / 29px Acrom !important;
  }

  .main__body {
    padding-bottom: 48px;
  }

  .main_block {
    padding: 24px;
    margin-bottom: 8px;
  }

  .main__title p {
    font: normal normal normal 14px / 17px Acrom !important;
  }

  .main__title h2 {
    font: normal normal normal 20px / 24px Acrom !important;
  }

  .main__ul li {
    font: normal normal normal 14px / 16px Acrom !important;
  }

  .main__ul li::before {
    width: 4px;
    height: 4px;
  }
}


#contact-footer {
  display: flex !important;
  flex-direction: column !important;
}

#contact-footer a {
  display: inline-block;
  margin-bottom: 5px;
  color: #6c6c6c !important;
  text-decoration: none;
  white-space: nowrap;
}

#social-footer a .fab {
  color: #6c6c6c !important;
}

@media (min-width: 1024px) {
  #contact-footer {
    color: #6c6c6c !important;
  }
}

#skolkovo-footer img {
  width: 80px;
}

.form__img {
  position: absolute;
  top: 50%;
  right: -25%;
  width: 220px;
  transform: translateY(-50%);
}

#header-phone a {
  color: white;
  transition: color 0.3s ease;
}

#header-phone a:hover {
  color: #005a6e;
  text-decoration: none;
}

.alert {
  max-width: 700px;
}

.form-control {
  padding: 19px 24px !important;
  background-color: #F8F8F8 !important;
  height: 60px !important;
}

@media (max-width: 1100px) {
  .form-control {
    background-color: white !important;
  }
}