.djslider-loader.djslider-loader-default,
.t3-wrapper.corporate {
  margin-top: 46px;
}

@media screen and (max-width: 990px) {

  .djslider-loader.djslider-loader-default,
  .t3-wrapper.corporate {
    margin-top: 62px;
  }
}

@media screen and (max-width: 600px) {

  .djslider-loader.djslider-loader-default,
  .t3-wrapper.corporate {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .navbar-default .navbar-nav>li:first-child {
    margin-left: 0;
  }

  div.languageswitcherload {
    right: 10px;
  }

}

/* ========= main social link and contacts ======== */

.main-social-contacts {
  width: 100%;
  position: fixed;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 76px;
  height: fit-content;
  background-color: #07004c;
  background-image: linear-gradient(0deg, #2e2e2e, transparent 100%);
  z-index: 5;
  cursor: pointer;
  box-shadow: 2px 2px 6px;
}

.main-social-contacts>.container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-social-list,
.contacts-admission-board {
  width: 50%;
}

.main-social-list {
  position: relative;
  padding: 0;
  margin: 0;
  /* height: 42px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  order: 1;
}

.main-social-item {
  width: 32px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-social-icon {
  width: 100%;
}

.contacts-admission-board {
  position: relative;
  /* height: 42px; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  order: 0;
}

.contacts-admission-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.contacts-admission-link:hover {
  color: #a7a7a7;
}

.admission-link_email,
.admission-link_mob {
  margin-left: 30px;
}

.admission-link_tel {
  margin-left: auto;
}

/* .page-masthead {
  margin-top: 5px;
} */

@media screen and (max-width: 600px) {
  .main-social-contacts {
    bottom: 0;
    top: auto;
    box-shadow: -1px -1px 6px;
  }

  .main-social-contacts>.container {
    padding-top: 5px;
  }

  .main-social-list,
  .contacts-admission-board {
    width: 100%;
  }

  .main-social-list {
    justify-content: center;
  }

  .contacts-admission-board {
    height: auto;
  }

  .contacts-admission-link {
    margin-left: 10px;
    word-wrap: normal;
    word-break: keep-all;
  }
}

@media screen and (max-width: 455px) {
  .main-social-contacts>.container {
    flex-direction: column;
  }
}

/* ======== title for actually and news ============ */

.title-section-custom {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  font-family: tahoma, arial, helvetica, sans-serif;
  letter-spacing: 1.5px;
  color: #f9423a;
  text-shadow: 1px 1px 2px black;
}

.title-section-custom img {
  width: 40px;
}

.title-section-custom-link {
  color: #f9423a;
  text-decoration: none;
}

.title-section-custom-link:hover {
  color: #f9423a;
  text-decoration: underline;
}


/* ======= social links style ======= */
.social-links-section {
  position: relative;
}

.social-list {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social-item {
  margin-right: 10px;
}

.social-link {
  width: 100%;
  height: 100%;
  display: block;
}

/* ========= bot section styles ========= */
.bot-section {
  position: absolute;
  background: #ffffff;
  width: 320px;
  border-radius: 16px;
  font-family: 'Roboto', sans-serif;
  z-index: 10;
}

.bot-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #ffffff;
}

.bot-container {
  max-width: 90%;
  margin: 0 auto;
}

.bot-link_outer {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none; */
  position: absolute;
  height: 320px;
  width: 100%;
}

.copyright .bot-link_outer {
  color: inherit;
}

.bot-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #2481cc;
}

.bot-name {
  max-width: 80%;
  margin: 16px 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.bot-icon {
  border: none;
  background-color: transparent;
  width: 40px;
}

.bot-icon-img {
  width: 100%;
}

.bot-img-container {
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bot-message {
  margin-top: 8px;
  font-size: 15px;
  color: #323232;
  font-family: 'Roboto', sans-serif;
}

.bot-link_inner {
  color: blue;
}

@media screen and (max-width: 600px) {
  .bot-section {
    top: 51px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .bot-section::after {
    display: none;
  }

  .main-social-list {
    position: static;
  }

  .main-social-list>.bot-section {
    top: inherit !important;
    bottom: 86px;
  }
}

/* ===== footer contacts style ===== */

.footer-contact {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.footer-university-name {
  font-weight: bold
}