@import url('partials/reset.css');
@import url('partials/nav.css?v=0.0.4');
@import url('partials/select.css');
@import url('partials/books.css');
@import url('partials/footer.css');
@import url('partials/news.css');
@import url('partials/search.css');
@import url('partials/sidebar.css');

.full-news__content p,
.full-news__content span,
.full-news__content li,
.full-news__content a{
	font-weight: 400;
}


.menu-toggle {
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 999;
  display: none;
  position: fixed;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #eeeeee;
}

.menu-toggle span {
  width: 70%;
  height: 2px;
  background: #000;
}

.menu-toggle span:not(:first-child) {
  margin-top: 7px;
}

.golden-down {
  font-size: 30px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0 50px 0;
}

.golden-down:after {
  width: 75%;
  content: '';
  height: 1px;
  margin-top: 20px;
  background: #ff8a00;
  display: inline-block;
}

.close--orange {
  background-color: #ff8a00 !important;
  padding: 5px 10px !important;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
}

.close--orange:hover {
  opacity: 1 !important;
}

.close--orange span {
  color: white;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper__left > *:not(h1) {
  -ms-flex-item-align: auto;
  align-self: auto;
}


.poets__letter {
  width: 100%;
  margin-top: 35px;
}

.poets__letter:first-of-type {
  margin-top: 0 !important;
}


.list {
  font-size: 16px;
  list-style: none;
}

.list__item {
  border: 1px solid lightgray;
  line-height: 20px;
  font-size: 18px;
}

.list__item:hover {
  background: #eee;
}

.list__item a {
  display: inline-block;
  padding: 15px;
  color: black;
  width: 100%;
}

.ol-list {
  list-style: decimal;
  padding-left: 35px;
}

.ol-list__item {
  line-height: 20px;
  margin-top: 7px;
  font-size: 18px;
}

.ul-list {
  list-style: circle;
  padding-left: 35px;
}

.ul-list__item {
  line-height: 20px;
  margin-top: 7px;
  font-size: 18px;
}

.text-def {
  font-size: 17px;
  line-height: 19px;
}

.text-normal {
  font-size: 18px;
  margin-top: 20px;
  line-height: 22px;
}

.studia__gallery-img {
  -webkit-box-shadow: 0 0 8px lightgray;
  box-shadow: 0 0 8px lightgray;
  max-height: 200px;
  min-height: 200px;
}

.studia__gallery-img:not(:first-child) {
  margin-left: 15px;
}


.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 0 135px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.partners__item {
  margin: 0 25px 50px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  max-height: 160px;
  min-height: 160px;
  max-width: 455px;
  min-width: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  height: 100%;
  width: 100%;
}

.partners__item-title {
  font-size: 24px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 28px;
  text-align: center;
}

.partners__item-thumb {
  max-width: 150px;
}

.medal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medal-list__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px dashed lightgray;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 10px;
  background: #f3f3f3;
  min-height: 280px;
  max-width: 275px;
  min-width: 275px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medal-list__item-thumb {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  width: 100%;
}

.medal-list__item-year {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

.medal-list__item-title {
  font-size: 20px;
  padding: 0 15px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 22px;
  text-align: center;
}

.our-projects {
  width: 100%;
  /*display: flex;*/
  /*justify-content: space-around;*/
  /*flex-wrap: wrap;*/
}

.our-projects__item {
  height: calc(100% - 25px);
  background: #f3f3f3;
  padding: 15px;
  border: 2px dashed lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

.our-projects__more {
  color: #434343;
  font-size: 24px;
  margin: 30px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-projects__more:hover {
  color: #434343;
}

.our-projects__more:after {
  width: 75%;
  content: '';
  height: 1px;
  margin-top: 10px;
  background: #434343;
  display: inline-block;
}

.our-projects__item-title {
  margin-top: 15px;
  font-weight: 400;
}

.our-projects__item-desc {
  margin-top: 10px;
}

@media screen and (max-width: 1919px) {
  .wrapper,
  .partners {
    padding: 0 65px;
  }

  .wrapper__left {
    /*max-width: 900px;*/
  }

  .partners__item {
    margin: 0 10px 50px 10px;
  }
}

@media screen and (max-width: 1439px) {
  .wrapper,
  .partners {
    padding: 0 25px;
  }

  .wrapper__left {
    /*max-width: 768px;*/
  }

  .footer {
    padding: 75px 25px;
  }
}

@media screen and (max-width: 1279px) {
  .wrapper__left {
    /*max-width: 700px;*/
  }
}

@media screen and (min-width: 1201px) {
  .wrapper__left {
      margin-right: 65px;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper,
  .partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }

  .wrapper__left {
    max-width: 100%;
  }

  .golden-down {
    padding: 35px 0 25px 0;
  }
}

@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 2px #eee;
    box-shadow: 0 0 2px #eee;
  }

  .medal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medal > h2,
  .medal > p {
    margin-top: 15px !important;
    text-align: center;
  }

  .medal-list {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .medal-list__item {
    margin: 15px;
  }

  .wrapper__left > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-projects {
    align-items: normal;
  }
	.nav__dropdown-menu{
		text-align: left;
	}
	.nav__dropdown2-menu{
		display: block!important;
	}
}

@media screen and (max-width: 768px) {
  .studia__news-item__top,
  .studia__news-item__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .studia__news-item__date {
    margin-bottom: 5px;
  }

  .studia__news-item__text {
    margin-left: 0;
    margin-top: 15px;
  }

  .studia__news-item__more {
    float: left;
    margin-top: 15px !important;
  }

  .books__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .books__item-title {
    font-size: 115%;
  }

  .books__item-thumb {
    margin-top: 25px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .books__item-desc {
    font-size: 16px;
    padding-left: 0;
    margin-top: 25px;
  }

  .our-projects__item {
    max-width: 380px;
  }
}

@media screen and (max-width: 576px) {
  .medal-list__item {
    max-width: 100%;
    margin: 15px;
    width: 100%;
  }

  .table {
    overflow-x: auto;
    display: block;
  }

  .studia__news-item__text {
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (max-width: 480px) {
  .partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    max-height: none;
    padding: 10px;
    min-width: 0;
  }

  .partners__item-title {
    font-size: 18px;
    padding: 0;
  }

  .partners__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .without-slider {
    padding-top: 87px;
  }
}

.contact-area {
  background: #f3f3f3;
  border: 2px dashed lightgray;
}

.pagination {
  margin: 20px auto 0;
}

.content {
  width: 100%;
}

.content p {
  margin: 15px 0;
  line-height: 1.3em;
}

.content ul,
.content ol {
  margin: 15px 0 15px 15px;
}

.content ul li,
.content ol li {
  margin: 10px 0 10px 15px;
  list-style: disc;
}

.content ol li {
  list-style: decimal;
}

.full-news__content {
  margin-top: 15px;
}

.full-news__thumb {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 200px;
}

.full-news__subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.full-news__subheader .news__item-date {
  margin-top: 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.content {
  margin-right: 20px;
}

p.text-center {
  text-align: center;
  width: 100%;
}

hr {
  width: 100%;
}

#fullpage-slider {
  margin-top: 15px;
  width: 100% !important;
}

table td[valign=middle] {
  vertical-align: middle;
}

table td[valign=top] {
  vertical-align: top;
}

table td[valign=bottom] {
  vertical-align: bottom;
}

.gal-books {
  width: 100%;
}
