* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 30px;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

.dropdown-item .active.focus,
.dropdown-item.active:focus,
.dropdown-item.focus,
.dropdown-item:active.focus,
.dropdown-item:active:focus,
.dropdown-item:focus {
  background-color: #c6eae900 !important;
}

html, body {
  font-family: Lato, sans-serif;
  color: #000000;
  background: #e1f9ff;
  scroll-behavior: smooth;
}

.block {
  /* background-color: #ddd;
  border: solid 1px #aaa; */
  padding: 20px;
  text-align: center;
  height: 100%;
}

.header {
  min-height: 60px;
  margin-bottom: 30px;
}

.navbar-brand {
  margin-left: 20px;
}

.nav-link {
  font-weight: 700;
  font-size: 1rem;
}

.header .navbar {
  background-color: #c6eae9 !important;
}

.dropdown-menu {
  background-color: #c6eae9;
  padding: 0rem;
}

.dropdown-toggle {
  padding-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .dropdown {
    padding-bottom: 10px;
  }

  .dropdown-menu {
    border:2px solid #525252;
  }
}

.dropdown-item {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: #525252;
}

.dropdown-item:hover {
  background-color: #c6eae900;
}

.dropdown-item:active {
  color: #000000;
}

@media only screen and (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin-top: 10px;
  }

  .nav-link {
    margin-right: 5px;
    margin-left: 5px;
  }

  .dropdown-item {
    text-align: left;
  }
}

.promo {
  min-height: 300px;
  margin-bottom: 10px;
}

.promo img {
  width: 87%;
  height: auto;
}

.promo-text {
  font-weight: 700;
  font-size: calc(1.4rem + 1.23vw);
  text-align: left;
  display: flex;
  align-items: center;
}

.contacts {
  min-height: 350px;
  margin-bottom: 50px;
}

.contacts .fa-vk {
  margin-left: 2px;
}

.contacts-main-title {
  font-weight: 700;
  font-size: calc(1rem + 0.8vw);
  text-align: left;
  text-decoration: underline;
}

.contacts-main-content {
  font-weight: 300;
  font-size: calc(1rem + 0.5vw);
  text-align: left;
  line-height: 2;
}

.contacts-main-content-list {
  list-style-type: none;
  padding-left: 0rem;
}

.contacts-manager-img {
  display: flex;
  justify-content: center;
}

.contacts-manager-desc {
  font-weight: 300;
  font-size: calc(1rem + 0.5vw);
  text-align: center;
}

.contacts-manager-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  border:2px solid rgb(0, 0, 0);
}

.footer {
  background-color: #b2d2d1;
  color: #525252;
}

.footer .block {
  text-align: left;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-description {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-nav-heading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.footer-contacts-heading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.footer-nav, .footer-contacts {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
}

.footer-contacts .fa-vk {
  margin-left: 1px;
  padding-right: 1px;
}

.footer-nav li, .footer-contacts li {
  margin-bottom: 2px;
}

.footer-nav a, .footer-contacts a {
  color: #333;
  text-decoration: none;
}

.footer-nav a:hover, .footer-contacts a:hover {
  text-decoration: underline;
}

.footer .fa-heart {
  color: red;
}

.footer .fa-phone, .footer .fa-envelope, .footer .fa-vk {
  margin-right: 10px;
}

.footer-rights {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: left;
  margin-left: 20px;
}

.back-to-top {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: right;
  margin-right: 20px;
}

.back-to-top a:hover {
  text-decoration: underline;
}

.footer .text-center p {
  margin-bottom: 0;
}

.back-to-top a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .back-to-top {
    margin-top: 12px;
    justify-content: left;
    margin-left: 20px;
    margin-right: 0px;
  }
}

.footer-line {
  background-color: #9db9b8;
}

.schedule-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.schedule-gallery{
	padding: 30px 0;
}

.schedule-gallery img{
	background-color: #eaf9fc;
	padding: 0px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
  max-width: 100%;
  border-radius: 15px;
}

#schedule-gallery-modal .modal-img{
	/* width: 100%; */
  max-width: 100%;
  max-height: 90vh;
  border-radius: 15px;
}

.gallery-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.gallery{
	padding: 30px 0;
}

.gallery img{
	background-color: #eaf9fc;
	padding: 0px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
  /* max-width: 100%; */
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

#gallery-modal .modal-img{
  /* width: 100%; */
  max-width: 100%;
  max-height: 90vh;
  border-radius: 15px;
}

.modal-content {
  border-radius: 15px;
  background-color: #00000000;
  border: #00000000;
}

.modal-body {
  padding: 0px;
  display: flex;
  justify-content: center;
}

.applicant {
  padding: 30px 0;
}

.applicant-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.bachelor-list, .master-list {
  list-style-type: none;
  text-align: left;
}

.bachelor-items, .master-items {
  font-weight: 500;
  font-size: calc(1rem + 0.2vw);
}

.bachelor-items-title, .master-items-title {
  font-weight: 700;
  font-size: calc(1rem + 0.3vw);
}

.bachelor-title, .master-title {
  font-weight: 500;
  font-size: calc(1rem + 0.6vw);
  text-align: left;
}

.staff {
  padding: 30px 0;
}

.staff-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.staff-content-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  border:2px solid rgb(0, 0, 0);
}

.staff-content-name {
  font-weight: 700;
  font-size: calc(1rem + 0.2vw);
  text-align: center;
}

.staff-content-desc {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: center;
}

.vip-staff {
  padding: 30px 0;
}

.vip-staff-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.vip-staff-content-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  border:2px solid rgb(0, 0, 0);
}

.vip-staff-content-name {
  font-weight: 700;
  font-size: calc(1rem + 0.2vw);
  text-align: center;
}

.vip-staff-content-desc {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: center;
}

.vip-students {
  padding: 30px 0;
}

.vip-students-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.vip-students-content-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  border:2px solid rgb(0, 0, 0);
}

.vip-students-content-name {
  font-weight: 700;
  font-size: calc(1rem + 0.2vw);
  text-align: center;
}

.vip-students-content-desc {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: center;
}

.history {
  padding: 30px 0;
}

.history-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.history-text-content {
  text-align: left;
  font-weight: 500;
  font-size: calc(1rem + 0.2vw);
}

.partners {
  padding: 30px 0;
}

.partners-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.partners-content-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  border:2px solid rgb(0, 0, 0);
}

.partners-content-name {
  font-weight: 700;
  font-size: calc(1rem + 0.2vw);
  text-align: center;
}

.partners-content-desc {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: center;
}

.news {
  padding: 30px 0;
}

.news-title {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
}

.news-post {
  border-radius: 15px;
  border:2px solid rgb(0, 0, 0);
  background-color: #e7fffb;
}

.news-content-date {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: left;
}

.news-content-name {
  font-weight: 700;
  font-size: calc(1rem + 0.2vw);
  text-align: left;
}

.news-content-text {
  font-weight: 300;
  font-size: calc(1rem + 0.1vw);
  text-align: left;
}