html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  line-height: 1.2 !important; 
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.vsu-container {  /* Определим контейнер */
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.vsu-container::after {  /* Почистим контейнер */
  content: '';
  display: table;
  clear: both;
}

.vsu-timeline {
  position: relative;
}

.vsu-right-align {
  text-align: right;
}

.vsu-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}
.vsu-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.vsu-timeline-block:last-child::before{
  display: none;
}
.vsu-left-align .vsu-timeline-block::before {
}

.vsu-right-align .vsu-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}
.vsu-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.vsu-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}
.vsu-timeline-img i{
  display: block;
}

.vsu-right-align .vsu-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}
.vsu-last-empty-item .vsu-timeline-img span{
  vertical-align: top;
}

.vsu-timeline-content-inner {
  position: relative;
}

.vsu-date {
  display: block;
}

.cssanimations .vsu-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .vsu-timeline-content.animated {
  visibility: visible;
}

.vsu-labels span{
  display: inline-block;
}

.vsu-labels {
/*  padding: 20px 0;*/
}
.vsu-labels.vsu-start-label{
  padding-top: 0 !important;
}
.vsu-labels.vsu-end-label{
  margin-bottom: 0  !important;
}

.vsu-event {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 900px;
	padding: 0;
	margin: 0 auto;	
	
}

.event-bg {
  position: relative;
  background-position: center 75%;
  background-size: cover;
}

/* Начало стилей для панели навигации справа */
#page nav.nav-years {
  position: fixed;
  top: 50px;
  right: 10px;
  width: 46px;
  z-index: 999;
}

#page nav.nav-years .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.5em;
  color: #fff;
  border: 2px #fff solid;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-radius: 100%;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

#page nav.nav-years .item:focus, #page nav.nav-years .item:hover {
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration: none;
}

#page nav.nav-years .active, #page nav.nav-years .item:hover {
  background-color: #41459c;
  border-color: #41459c;
  color: #ffffff;
  text-decoration: none;
}

/* Конец стилей для панели навигации справа */

/*@media only screen and (min-width:679px) {*/
@media only screen and (min-width:801px) {
  .vsu-date-opposite {
    margin-left: 190px;
  }
  .vsu-left-align.vsu-date-opposite {
    margin-left: 190px;
  }

  .vsu-right-align.vsu-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }
  .vsu-date-opposite.vsu-alternate{
    margin: 0;
  }

  .vsu-timeline.vsu-alternate.vsu-left-align .vsu-timeline-content,
  .vsu-timeline.vsu-date-opposite.vsu-left-align .vsu-timeline-content,
  .vsu-timeline.vsu-alternate.vsu-right-align .vsu-timeline-content,
  .vsu-timeline.vsu-date-opposite.vsu-right-align .vsu-timeline-content {
    width: 100%;
  }

  .vsu-alternate .vsu-timeline-block::before {
    left: 50%;
  }

  .vsu-alternate .vsu-timeline-img {
    left: 50% !important;
  }

  .vsu-alternate .vsu-timeline-block.vsu-even-item .vsu-timeline-content {
    float: right;
  }
  .vsu-alternate .vsu-timeline-block.vsu-odd-item .vsu-timeline-content {
    float: left;
  }

  .vsu-date-opposite .vsu-date {
    position: absolute;
    top: 0;
    text-align: right;
  }

  .vsu-alternate .vsu-timeline-block.vsu-odd-item .vsu-timeline-content,
  .vsu-alternate.vsu-date-opposite .vsu-timeline-block.vsu-even-item .vsu-date,
  .vsu-date-opposite.vsu-left-align .vsu-date,
  .vsu-right-align {
    text-align: right;
  }

  .vsu-alternate.vsu-date-opposite .vsu-timeline-block.vsu-odd-item .vsu-timeline-content .vsu-date,
  .vsu-date-opposite.vsu-right-align .vsu-date {
    text-align: left;
  }
  .vsu-alternate .vsu-timeline-label-block{
    text-align: center;
  }
  .vsu-alternate .vsu-timeline-label-block .vsu-labels span{
    left: 0;
    right: 0;
  }

}

/*@media only screen and (max-width:678px) {*/
@media only screen and (max-height:800px) {

#page nav.nav-years .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0.3em;
  color: #fff;
  border: 2px #fff solid;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-radius: 100%;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}

}


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

#page nav.nav-years {
	visibility:hidden;
}

  .vsu-timeline{
    margin: 0;
    padding: 0;
  }
  .vsu-timeline.vsu-right-align, 
  .vsu-timeline.vsu-responsive-right {
    margin-right: 0px;
    margin-left: 0;
  }
  .vsu-responsive-right .vsu-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
  }
  .vsu-responsive-right {
    text-align: right;
  }
  .vsu-responsive-right .vsu-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  .vsu-date{
    margin-bottom: 10px;
  }
}