﻿@media (max-width: 768px) {

	.page-header__logo-image-link-science {
display: none;
}

  /* Главная */

@keyframes buttonAnimation {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(5px, 10px);
  }
}

@keyframes buttonAnimationRed {
  0% {
    transform:  skew(-30deg) translate(0, 0);
  }

  33% {
    transform:  skew(-30deg) translate(5px, 10px);
  }

  66% {
    transform:  skew(-30deg) translate(-5px, -10px);
  }

  100% {
    transform:  skew(-30deg) translate(0, 0);
  }
}

@keyframes buttonAnimationBlue{
  0% {
    transform:  skew(-30deg) translate(0, 0);
  }

 33% {
    transform:  skew(-30deg) translate(5px, 10px);
  }

 66% {
    transform:  skew(-30deg) translate(-5px, -10px);
  }

  100% {
    transform:  skew(-30deg) translate(0, 0);
  }
}

  .index-main-page__link-list {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    min-height: 300px;
    z-index: 2;
  }

  .index-main-page {
    min-height: 100%;
  }

  .index-main-page__heading {
    font-size: 60px;
    text-align: center;
    line-height: 82px;
    white-space: normal;
  }

  .index-main-page__link-border-fact {
    min-width: 200px;
    min-height: 60px;
    transform: skew(-30deg);
    background-color: #015AB8;
    z-index: 3;
  }

  .index-main-page__link-border {
    width: 200px;
    min-height: 60px;
    border: 2px solid #C8D9ED;
    transform: skew(-30deg);
    z-index: 3;
  }

  .index-main-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .index-main-page__link-item-fact::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 97px;
    bottom: 5px;
    left: 35px;
    background-color: #DC3333;
    z-index: 1;
    transform: skew(-30deg);
  }

  .index-main-page__link-item-fact::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 103px;
    bottom: -20px;
    left: 50px;
    background-color: #C8D9ED;
    z-index: -3;
    transform: skew(-30deg);
  }

  .fact-span-all {
    display: none;
  }

  .person-span-all {
    display: none;
  }

  .fact-span-mobile {
    display: block;
  }

  .person-span-mobile {
    display: block;
  }

  /* --------------------------*/


  /* Факты */

  .page-footer__nav-wrapper {
    display: none;
  }

  .page-footer__top-box {
    display: none;
  }

  .page-footer__under-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px;
  }

  .page-footer__top-wrapper {
    height: 80px;
}

  .page-footer__under-box p , .page-footer__under-box a{ 
    text-align: center;
  }

  .hidden {
    display: none;
  }

  .facts__wrapper {
    margin: 0 auto;
    padding: 25px 35px 80px 35px;
  }

  .page-header__heading-fact {
    font-size: 45px;
    line-height: 61px;
    padding-top: 10px;
  }

  .facts__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .page-header--facts {
    min-height: 280px;
  }

  .facts__grid-wrapper {
    grid-template-rows: minmax(137.5px, max-content);
    grid-template-columns: repeat(auto-fit, minmax(137.5px, max-content));
    margin-top: 60px;
  }

  .facts__grid-element-min {
    min-width: 140px;
    min-height: 140px;
    padding: 10px;
  }

  .facts__grid-element-min .facts__grid-years {
    font-size: 16px;
    line-height: 21px;
  }

  .facts__grid-element-min .facts__grid-date {
    font-size: 8px;
    line-height: 10px;
    display: block;
  }

  .facts__grid-element-min .facts__grid-heading {
    font-size: 12px;
    line-height: 16px;
  }

  .facts__grid-element-medium {
    min-width: 300px;
    min-height: 140px;
    padding: 20px;
  }

  .facts__grid-element-medium .facts__grid-years {
    font-size: 16px;
    line-height: 21px;
  }

  .facts__grid-element-medium .facts__grid-date {
    font-size: 8px;
    line-height: 10px;
    display: block;
  }

  .facts__grid-element-medium .facts__grid-heading {
    font-size: 12px;
    line-height: 16px;
  }

  .facts__grid-element-large {
    min-width: 300px;
    min-height: 300px;
    padding: 40px;
  }

  .facts__grid-element-large .facts__grid-years {
    font-size: 20px;
    line-height: 25px;
  }

  .facts__grid-element-large .facts__grid-date {
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .facts__grid-element-large .facts__grid-heading {
    padding-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .facts__grid-element-large .facts__link-detail {
    width: 120px;
    height: 40px;
    margin-left: 10px;
  }

  .facts__grid-element-large .facts__link-detail .facts__link-detail-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .facts__link-detail {
    width: 80px;
    height: 20px;
    margin-left: 10px;
  }

  .facts__link-detail-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .facts__button-detail {
    width: 200px;
    height: 50px;
    margin-top: 50px;
  }

  .page-header__nav-wrapper {
    padding: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .page-header__burger-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: center center / 20px 20px no-repeat url("../image/icon-burger-open.svg");
    z-index: 6;
  }

  .page-header__burger-btn--close {
    background: center center / 30px 30px no-repeat url("../image/icon-burger-close.svg");
  }

  .page-header__logo-box {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }

  .page-header__logo-image-link {
    display: none;
  }

	.page-header__logo-image-link-mobile-science {
    width: 78px;
    height: 81px;;
    background: center center / contain no-repeat url(../image/logo-image-right.png);
    display: block;
	margin: 0 auto;
}

  .page-header__logo-mobile-image-link {
    width: 80px;
    height: 68px;
    z-index: 6;
    background: center center / contain no-repeat url("../image/logo-image.png");
    display: block;
  }


  .page-header__nav-list-item:first-child {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .page-header__nav-list-item {
    display: flex;
    border-bottom: 1px solid #fff;
    overflow: hidden;
  }



  .page-header__nav-list-item:last-child {
    margin-bottom: 0;
  }

  .page-header__nav-link {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }

  .page-header__nav-link:active {
    box-shadow: 2px 2px 2px #000;
  }

  .page-header__nav {
    display: none;
  }

  .page-header__nav--mobile-open {
    width: 100%;
    background-color: #015AB7;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 150px;
    display: block;
    animation: MobileDown 1s ease-in-out forwards;
  }

  .page-header__nav--mobile-close {
    width: 100%;
    background-color: #015AB7;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 120px;
    display: block;
    animation: MobileClose 1s ease-in-out forwards;
  }

  .page-header__nav-list {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    z-index: 3;
  }

  .page-header__social-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 25px;
  }

  .page-header__social-item {
    width: 45px;
    height: 45px;
  }

  .page-header__social-link {
    width: 45px;
    height: 45px;
    display: block;
  }

  .page-header__social-link--fb {
    background: center center no-repeat url("../image/icon-fb-white.png");
  }

  .page-header__social-link--vk {
    background: center center no-repeat url("../image/icon-vk-white.png");
  }

  .page-header__social-link--yt {
    background: center center no-repeat url("../image/icon-youtube-white.png");
  }

  .page-header__social-link--inst {
    background: center center no-repeat url("../image/icon-inst-white.png");
  }

  .callback--facts {
    display: none;
  }

  /* --------------------------*/


  /* Личности */

  .page-header--personality {
    width: 100%;
    min-height: 280px;
    background: linear-gradient(rgba(1, 90, 184, 0.4), rgba(1, 90, 184, 0.4)), center center / cover no-repeat url(../image/personality-mobile.png);
  }

  .facts__wrapper {
    padding: 30px 35px 30px 35px;
  }

  .person__wrapper {
    padding: 30px 35px 50px 35px;
  }

  .personality__areas {
    padding: 0 35px;
  }

  .personality__box {
    padding: 0 0 0 0;
  }

  .personaluty__areas-item {
    width: 130px;
    height: 35px;
    margin: 0 10px 20px 10px;
  }

  .personality__areas-list {
    justify-content: center;
  }

  .personality__areas-link {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    font-size: 10px;
    line-height: 14px;
  }

  .personality__desc-heading {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 70px;
  }

  .personality__desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 70px;
  }

  .personality__desc::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }

  .personality__desc-heading::before {
    width: 60px;
    height: 40px;
    top: calc(50% - 20px);
  }

  .personality-left-desc {
    width: 100%;
    margin-right: 0;
    padding-top: 80px;
    order: 2;
  }


  .callback__right-form-box {
    width: 100%;
  }

  .callback__wrapper {
    padding: 0 35px;
}

  .callback__btn-submit {
    width: 215px;
    height: 65px;
    margin-top: 30px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.callback__heading {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.callback__left-desc-box {
  margin-right: 0;
  margin-bottom: 30px;
}

.callback__desc {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.callback__mail-link {
  font-size: 18px;
  line-height: 20px;
}

.callback__box {
    min-height: 300px;
    padding: 50px 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.callback__field {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 13px;
  margin-bottom: 30px;
}

  .personality-right-photo-desc {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .personality__name-box {
    position: absolute;
    bottom: 0;
    left: calc(50% - (var(--widthMaxConent) / 2));
    width: var(--widthMaxConent);
    --widthMaxConent: max-content;
    min-height: 60px;
    padding: 3px 35px;
    z-index: 3;
  }

  .personality__name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .personality__date {
    font-size: 6px;
    line-height: 8px;
    padding-left: 15px;
  }

  .personality-right-photo-desc::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 132px;
    bottom: -32px;
    left: calc(50% + 15px);
  }

  .personality-right-photo-desc::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 140px;
    bottom: -14px;
    left: calc(50% + 55px);
  }

  .personality__img-box {
    width: 220px;
    height: 250px;
  }

  /* Факты детальная */

  .page-header--facts-detail {
    min-height: 450px;
  }

  .page-header__heading-fact-detail {
    width: 100%;
    font-size: 45px;
    line-height: 60px;
    padding: 50px 20px 0;
  }

  .fact-detail__wrapper {
    padding: 30px 35px 60px 35px;
  }

  .fact-detail__box {
    padding: 0 0;
  }

  .fact-detail__desc::before {
    width: 8px;
    height: 22px;
  }

  .fact-detail__desc::after {
    width: 8px;
    height: 22px;
  }

  .fact-detail__desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    padding-left: 40px;
  }

  .slider {
    width: 100%;
    margin: 0 auto;
  }

  .fact-detail__float-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .fact-detail__float-box {
    padding: 25px;
    height: 150px;
    width: 100%;
    float: none;
    border-left: none;
    border-bottom: 4px solid #B3C8DF;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .slider .prev,
  .slider .next {
    top: calc(50% - 30px);
    width: auto;
    padding: 10px;
    font-size: 30px;
  }

  .back-page-box__wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 10%;
  }
/* --------------------------*/
  /* Новости */

  .page-header--news {
    height: 280px;
    min-height: 280px;
  }

  .page-header__heading-news {
    font-size: 45px;
    line-height: 52px;
    padding-top: 20px;
}

.news__wrapper {
  padding: 40px 35px 40px 35px;
}

.news__block {
  min-height: 385px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.news__desc-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 2;
}

.news__img-right {
  order: 1;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}

.news__news-detail-box {
  width: 134px;
  height: 45px;
  align-self: center;
  margin-left: 0;
}

.news__news-detail-link {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  font-size: 12px;
  line-height: 16px;
}

.news__heading {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}

.news__desc {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 55px;
}

 /* -------------------------- */

/* Новости детальная */

.news-detail__wrapper {
  padding: 35px 35px 40px 35px;
}

.news-detail__block {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-detail__desc-left {
  width: 100%;
  order: 2;
}

.news-detail__img-right {
  width: 100%;
  order: 1;
  margin-bottom: 35px;
}

.news-detail__heading {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

.news-detail__desc {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}

 /* --------------------------*/

 /* Календарь */

 .page-header--calendar {
  height: 280px;
  min-height: 280px;
}

.not-events-desc {
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.page-header__heading-calendar {
  text-align: center;
  font-size: 45px;
  line-height: 52px;
  padding-top: 0;
  padding-left: 0;
}

.calendar__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 42.5px 40px 42.5px;
}

.calendar__box {
  grid-template-rows: minmax(130px, max-content);
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-row-gap: 15px;
  grid-column-gap: 30px;
}

.calendar__item {
  padding: 10px 10px;
  width: 130px;
  height: 130px;
}

.calendar__day-desc {
  font-size: 18px;
  line-height: 10px;
  margin-bottom: 5px;
}

.calendar__month-desc {
  font-size: 12px;
  line-height: 16px;
}

.calendar__heading {
  font-size: 10px;
  max-height: 65%;
  line-height: 13px;
  margin-bottom: 0;
}

.calendar__item::after {
  width: 12px;
  height: 70px;
  top: calc(50% - 35px);
  right: -6px;
}

/* .calendar__item::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  right: -10px;
  background: center center / 100px 100px no-repeat url(../image/calendar-back-item.png);
  z-index: 3;
} */

.calendar__item > img{
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  right: -10px;
  z-index: 3;
}

.calendar__item--velo::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-velo-blue.png);
  z-index: 3;
}

.calendar__item--radio::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-radio.png);
  z-index: 3;
}

.calendar__item--atom::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-atom.png);
  z-index: 3;
}

.calendar__item--note::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-note.png);
  z-index: 3;
}

.calendar__item--young::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-yong.png);
  z-index: 3;
}

.calendar__item--velo-active::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-velo-red.png);
  z-index: 3;
}

.calendar__item--radio-active::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-radio-red.png);
  z-index: 3;
}

.calendar__item--atom-active::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-atom-red.png);
  z-index: 3;
}

.calendar__item--note-active::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-note-red.png);
  z-index: 3;
}

.calendar__item--young-active::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 50px);
  right: 0px;
  background: center center / cover no-repeat url(../image/calendar-young-red.png);
  z-index: 3;
}

.calendar__event-count {
  display: none;
}

.calendar__item-evenst {
  padding: 0 0;
	position: relative;
    top: -6px;
}

.event:last-child {
  margin-bottom: 0;
}

.calendar__item-evenst:last-child {
  margin-bottom: 0;
}

.event-heading {
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.event-date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
  margin-left: 10px;
  float: right;
  min-height: auto;
  display: block;
}

.event-desc {
  font-size: 8px;
  line-height: 10px;
  margin-bottom: 10px;
}

.event-link {
  font-size: 8px;
  line-height: 10px;
}

.event-science-desc {
  font-size: 12px;
  line-height: 16px;
}

.event-wrapper {
  padding: 20px;
}

.page-header__month-box {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 20px;
  align-self: center;
  margin-top: 0;
}

.page-header__month-margin {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.page-header__month {
  min-width: 80px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-header__month--active {
  color: tomato;
  /*
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  */
}

.personality-right-photo-desc {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Брендбук*/

.page-header--brandbook {
  min-height: 450px;
  background: linear-gradient(rgba(1, 90, 184, 0.4), rgba(1, 90, 184, 0.4)), center center / cover no-repeat url(../image/brandbook-mobile.png);
}

.brandbook-desc__wrapper {
  padding: 50px 10% 70px;
}

.brandbook-desc__heading {
  font-size: 30px;
  line-height: 34px;
}

.brandbook-desc__under-heading-desc {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 15px;
}

.brandbook-desc__desc {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 15px;
}

.obnins-logo-box__wrapper {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 10%;
}

.obnins-logo-box__logo-vert {
  width: 115px;
  height: 150px;
  margin-bottom: 50px;
}

.obnins-logo-box__logo-gorizontal {
  width: 260px;
  height: 74px;
}

.obnins-black-white__wrapper {
  flex-direction: column;
}

.obnins-black-white {
    background: linear-gradient(to bottom, #EBEBEB 50%, #424242 50% 100%);
}

.obnins-black-white__white {
  width: 100%;
  padding: 20px;
}

.obnins-black-white__black {
  width: 100%;
  padding: 20px;
}

.obnins-black-white__white-box {
  width: 117px;
  height: 156px;
}

.obnins-black-white__black-box {
  width: 117px;
  height: 156px;
}

.obnins-event__wrapper {
  padding: 70px 10%;
}

.obnins-event__desc {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 15px;
}

.obnins-badge__image-box {
  height: 200px;
}

.obnins-package__image-box {
  height: 300px;
}

.obnins-halt__image-box {
  height: 300px;
}

.obnins-leadership__wrapper {
  padding: 50px 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.obnins-leadership__desc {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 40px;
}

.obnins-leadership__desc-pdf-link {
  padding-left: 70px;
  font-size: 12px;
  line-height: 13px;
}

.obnins-leadership__desc-pdf-link::before {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: center center / 50px 50px no-repeat url("../image/icon-leadership.svg");
}

/* --------------------------*/


 /* --------------------------*/
}

@media (min-width: 769px) and (max-width: 1600px){
  .obnins-logo-box__logo-vert {
    width: 28vw;
    height: 26vw;
  }

  .obnins-logo-box__logo-gorizontal {
    width: 57vw;
    height: 11vw;
}


.brandbook-desc__heading {
  font-size: 3vw;
  line-height: 3.2vw;
}

.brandbook-desc__under-heading-desc {
  font-size: 1vw;
  line-height: 1.2vw;
}

.brandbook-desc__desc {
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.obnins-black-white__white-box {
  width: 15.5vw;
  height: 20.8vw;
}

.obnins-black-white__black-box {
  width: 15.5vw;
  height: 20.8vw;
}

.obnins-event__desc {
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.obnins-leadership__desc {
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.obnins-leadership__desc-pdf-link {
  font-size: 1.8vw;
  line-height: 1.8vw;
}

}


@media (max-width: 520px){

  .page-header__heading-fact-detail-medicine {
    font-size: 30px;
    line-height: 40px;
    padding: 30px 5% 30px;
    width: 100%;
}

.calendar__item-evenst {
  padding: 0 0;
  grid-row: span 1;
  grid-column: 1 / 3;
}

.event-wrapper {
  flex-direction: column;
}

.event-wrapper .event:nth-child(2n) {
  margin-left: 0;
}

.event {
  width: 100%;
  min-height: 313px;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 20px;
  flex-basis: auto;
}
}

@media (min-width: 535px) and (max-width: 694px){
  .calendar__item-evenst {
    padding: 0 0;
    grid-row: span 1;
    grid-column: 1 / 4;
  }
  }

  @media (min-width: 695px) and (max-width: 768px){
    .calendar__item-evenst {
      padding: 0 0;
      grid-row: span 1;
      grid-column: 1 / 5;
    }
    }

    @media (min-width: 768px) and (max-width: 1060px){
      .calendar__item-evenst {
        padding: 0 0;
        grid-row: span 1;
        grid-column: 1 / 3;
      }
      }

    @media (min-width: 1060px) and (max-width: 1549px){
      .calendar__item-evenst {
        padding: 0 0;
        grid-row: span 1;
        grid-column: 1 / 3;
      }
      }

      @media (min-width: 1550px) and (max-width: 1920px){
        .event {
          min-height: 500px;
        }

        .calendar__item-evenst {
          padding: 0 0;
          grid-row: span 1;
          grid-column: 1 / 4;
        }
        }

@media (max-width: 1440px) {

  .person:nth-child(2n) .person__wrapper .personality-right-photo-desc {
    order: 1;
    margin-right: 0;
  }

  .person:nth-child(2n) .person__wrapper .personality-left-desc {
    order: 2;
  }

  .personality-left-desc {
    width: 100%;
    margin-right: 0;
    padding-top: 80px;
    order: 2;
  }
}

/* --------------------------*/


@media (min-width: 768px) {
  .index-main-page {
    min-height: 100%;
  }

  .page-header__burger-btn {
    display: none;
  }

  .page-header__logo-mobile-image-link {
    display: none;
  }

  .fact-span-all {
    display: block;
  }

  .person-span-all {
    display: block;
  }

  .fact-span-mobile {
    display: none;
  }

  .person-span-mobile {
    display: none;
  }

  .page-header__nav-link::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 50px;
    top: calc(50% - 25px);
    left: -33px;
    background: linear-gradient(120deg, #015AB8 70%, transparent 60% 100%), linear-gradient(to right, #015AB8 60%, transparent 60% 100%);
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
  }

  .page-header__nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@media (min-width: 769px) and (max-width: 1440px) {

  .personality-right-photo-desc {
    width: auto;
    position: relative;
    height: 500px;
}

.page-header__heading-fact-detail {
  width: 100%;
  font-size: 80px;
  line-height: 85px;
  padding: 70px 20px 0;
}

.personality-left-desc {
  width: 80%;
  margin-right: 0;
  padding-top: 120px;
  order: 2;
}

.personality__desc {
  margin-bottom: 30px;
}

.personality__desc-heading {
  margin-bottom: 50px;
}

.news__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 185px 90px 125px 90px;
}

.news__desc {
  font-size: 16px;
  line-height: 22px;
}

.news__heading {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

.news__img-right img{
  height: auto;
  object-fit: cover;
}

.news-detail__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 90px 0 90px;
}

.page-header__heading-calendar {
  text-transform: uppercase;
  text-align: center;
  font-size: 110px;
  line-height: 120px;
  color: #fff;
  font-weight: 400;
  padding-top: 80px;
  padding-left: 0;
}
}

@media (min-width: 500px) and (max-width: 768px) {

  .news__img-right {
    order: 1;
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
}
 }

@media (min-width: 769px) and (max-width: 1200px) {

  .fact-detail__float-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .page-header__heading-fact-detail-medicine {
    font-size: 60px;
    line-height: 70px;
    padding: 0 100px 0;
}

  .callback__heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}

.callback__desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.callback__mail-link {
  font-size: 24px;
  line-height: 30px;
}

.callback__field {
  font-size: 18px;
  line-height: 24px;
}

  .news__img-right {
    width: 320px;
    height: max-content;
}

.calendar__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 120px 80px 80px;
}

.news__img-right::before {
  width: 60px;
  height: 220px;
  bottom: -60px;
  right: 0;
}

.news__img-right::after {
  width: 20px;
  height: 220px;
  bottom: 20px;
  right: 25px;
}

}

@media (min-width: 769px) and (max-width: 1000px) {

.callback__btn-submit {
  width: 200px;
  height: 70px;
  background-color: #3697ED;
  margin-left: auto;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  right: 30px;
}

.calendar__heading {
  max-height: 50%;
}

  .news__wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 185px 80px 125px 80px;
  }

  .calendar__box {
    display: grid;
    grid-auto-flow: dense;
    grid-template-rows: minmax(240px, max-content);
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

  .calendar__item {
    padding: 20px 25px;
    width: 240px;
    height: 240px;

}

  .page-header__month-box {
    padding-right: 0;
    padding-bottom: 60px;
    align-self: center;
    margin-top: auto;
}

.page-header__month-arrow-prev {
  cursor: pointer;
  width: auto;
  padding: 8px;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 49px);
  left: -30px;
}

.page-header__month-arrow-next {
  cursor: pointer;
  width: auto;
  padding: 8px;
  font-size: 30px;
  position: absolute;
  top: calc(50% - 49px);
  right: -30px;
}

  .news__desc-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

  .news__news-detail-box {
    width: 220px;
    height: 60px;
    background-color: #015AB8;
    transform: skew(-30deg);
    margin-left: 25px;
}

.news__news-detail-link {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 22px;
}

}
@media (min-width: 1000px) {
  .page-header__month-arrow-prev {
    cursor: pointer;
    width: auto;
    padding: 8px;
    font-size: 30px;
    position: absolute;
    top: calc(50% - 49px);
    left: -40px;
  }
  
  .page-header__month-arrow-next {
    cursor: pointer;
    width: auto;
    padding: 8px;
    font-size: 30px;
    position: absolute;
    top: calc(50% - 49px);
    right: 180px;
  }
}


@media (max-width: 1200px) {
  .fact-detail__wrapper {
    max-width: 1920px;
    padding: 40px 40px 30px 40px;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .page-header__nav-list-item .page-header__nav-link {
    font-size: 18px;
  }

  .page-header__logo-image-link {
    width: 388px;
    height: 120px;
}

	.page-header__year-scince {
	 width: 174px;
    height: 126px;
}

}

@media (min-width: 768px) and (max-width: 1920px) {
  .page-header__nav-list-item .page-header__nav-link {
    font-size: 1vw;
  }
}

@media (max-width: 768px) {
  .person__wrapper {
    padding: 30px 35px 80px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) and  (max-width: 1440px){

  .person__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 90px 120px 90px;
  }
}

