

/* Start:/mba-v-londone/css/style.css?17477732988040*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.we-can {
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 39px;
}
.we-can__title {
  color: #0060a1;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 28px;
  padding-right: 168px;
  position: relative;
  width: 43%;
  margin-bottom: 46px;
}
.we-can__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2ad3fa;
  opacity: 0.5;
  left: 0;
  bottom: 0;
}
.we-can__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background-color: #2ad3fa;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .we-can__title {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .we-can__title {
    width: 90%;
  }
}
.we-can__text {
  padding-left: 80px;
  color: #000000;
  font-size: 19px;
  line-height: 25.97px;
  text-transform: uppercase;
}
.we-can__text--add {
  font-weight: 400;
  text-transform: unset;
}
@media (max-width: 767px) {
  .we-can__text {
    padding-left: 0;
  }
}
.add {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #005e9e;
  background-image: url(/mba-v-londone/css/../../upload/img/the-university-of-wales-trinity-saint-david.png);
  width: 100%;
  min-height: 320px;
}
.add__block {
  padding-top: 81px;
  padding-bottom: 81px;
}
.add__item {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 25px;
}
.add__list {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .add__list {
    padding-left: 0;
  }
}
.recommends {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 59px;
}
.recommends__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.recommends__title {
  width: 33%;
  padding-right: 40px;
  color: #0060a1;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 46px;
}
.recommends__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2ad3fa;
  opacity: 0.5;
  left: 0;
  bottom: 0;
}
.recommends__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background-color: #2ad3fa;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .recommends__title {
    width: 100%;
  }
}
.recommends__list {
  width: 60%;
}
@media (max-width: 1023px) {
  .recommends__list {
    width: 100%;
  }
}
.recommends__text {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.recommends__item {
  display: flex;
  margin-bottom: 15px;
}
.recommends__marker {
  display: inline-block;
  margin-right: 35px;
}
.recommends__marker svg {
  width: 37px;
  height: 37px;
}
.description {
  background-color: #f0f0f0;
  padding: 51px 0;
  color: #0060a1;
}
.description__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.description__item {
  position: relative;
  padding-left: 60px;
  font-size: 22px;
  font-weight: 400;
  width: 45%;
}
.description__item b {
  display: block;
  font-weight: 700;
}
.description__item b.description__price {
  font-size: 35px;
}
.description__item::before {
  content: '';
  width: 43px;
  height: 55px;
  display: block;
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.description__item:nth-child(1)::before {
  background-image: url(/upload/img/svg/calen2.svg);
}
@media (max-width: 767px) {
  .description__item {
    width: 100%;
    margin-bottom: 35px;
  }
}
.requirements__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.requirements__item {
  width: 49%;
  position: relative;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 70px;
  padding-bottom: 55px;
}
.requirements__item::before {
  content: '';
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.requirements__item:nth-child(1)::before {
  background-image: url(/upload/img/svg/bk-grade.svg);
}
.requirements__item:nth-child(2)::before {
  background-image: url(/upload/img/svg/rec-letter.svg);
}
.requirements__item:nth-child(3)::before {
  background-image: url(/upload/img/svg/resume.svg);
}
.requirements__item:nth-child(4)::before {
  background-image: url(/upload/img/svg/en-kn.svg);
}
@media (max-width: 767px) {
  .requirements__item {
    width: 100%;
  }
}
.prog-offer {
  background-color: #fff;
  padding-bottom: 30px;
}
.prog-offer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}
.prog-offer__title {
  color: #0060a1;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  width: 38%;
  position: relative;
}
.prog-offer__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 95%;
  height: 3px;
  background-color: #2ad3fa;
  opacity: 0.5;
  left: 0;
  bottom: 0;
}
.prog-offer__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 45%;
  height: 3px;
  background-color: #2ad3fa;
  left: 0;
  bottom: 0;
}
@media (max-width: 800px) {
  .prog-offer__title {
    width: 100%;
  }
}
.prog-offer__list {
  width: 60%;
}
@media (max-width: 800px) {
  .prog-offer__list {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.prog-offer__text {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.prog-offer__item {
  display: flex;
}
.mba-london .section_main {
  background-image: url(/upload/img/mba-london-back.jpg);
  background-position: center -54px;
  background-size: auto;
  min-height: 438px;
  background-color: #fff;
}
.mba-london__requirements {
  background-color: #0060a1 !important;
}
.mba-london__requirements .requirements__title {
  color: #ffffff;
}
.mba-london__requirements .requirements__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 45%;
  height: 3px;
  background-color: #2ad3fa;
  opacity: 0.5;
  left: 0;
  bottom: 0;
}
.mba-london__requirements .requirements__title::before {
  content: '';
  position: absolute;
  display: block;
  width: 22%;
  height: 3px;
  background-color: #2ad3fa;
  left: 0;
  bottom: 0;
}
.marker {
  margin-right: 35px;
}
.mba-london .register-block {
  background-image: url(/upload/img/form-back-gray.jpg);
}
.mba-london .register-block .title-sup {
  color: #0060a1;
}
.mba-london .register-block input:not(.register-btn),
.mba-london .register-block textarea {
  border: 1px solid #000000 !important;
  color: #000;
}
.mba-london .register-block input:not(.register-btn)::placeholder,
.mba-london .register-block textarea::placeholder {
  color: #000 !important;
}
.title-sup {
  position: relative;
  padding-bottom: 15px;
}
.title-sup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5%;
  left: 0;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  background-color: #2ad3fa;
  opacity: 0.3;
  display: block;
}
.title-sup:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: -5%;
  left: 0;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  background-color: #2ad3fa;
  display: block;
}
body main.mba-london .register-block .content_inner .register-form input {
  color: #000;
}
body main.mba-london textarea {
  color: #000 !important;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /mba-v-londone/css/style.css?17477732988040 */
