

/* Start:/local/components/dobrosite/history/templates/.default/style.css?17831139183207*/
.img-right, .img-left {
    line-height: 15px;
}

.img-right img, .img-left img {
    margin-bottom: 7px;
}

div.img-right{
	text-align:justify; 
	float: right; 
	margin: 0 0 20px 20px;
}

div.img-left{
	text-align:justify; 
	float: left; 
	margin: 20px 20px 0 0 ;
}

.year-nav {
  font-family: 'Helvetica';
  font-size: 14px;
}

.StepProgress {
  position: relative;
  padding-left: 31px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #999;/*#0076a4;*/
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -18px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -23px;
  width: 12px;
  height: 12px;
  border: 2px solid #999;/*#0076a4;*/
  border-radius: 50%;
  background-color: #FFF;
}
.StepProgress-item.is-done::before {
  border-left: 2px solid #0076a4;
}
.StepProgress-item.is-done::after {
  /*content: "✔";*/
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border: 2px solid #0076a4;
  background-color: #0076a4;
}
.StepProgress-item.current::before {
  border-left: 2px solid #0076a4;
}
.StepProgress-item.current::after {
  content: "";
  /*
  padding-top: 1px;
  width: 19px;
  height: 18px;
  top: -4px;
  left: -40px;
  font-size: 14px;
  text-align: center;
  */
  color: #0076a4;
  border: 2px solid #0076a4;
  background-color: white;
}
.StepProgress strong {
  display: block;
}
/*
.fancybox__content.with-nav {
    padding-right: 200px !important
}
*/
a.nav-item {
   color: #999;
}

.StepProgress-item.current a.nav-item, .StepProgress-item.is-done a.nav-item {
   color: #222;
}


a.nav-item:hover {
   text-decoration: none;
}

.year-nav {
/*    position: absolute;*/
    top: 60px;
    right: 40px;
}

.fancybox__content p{
	text-align: justify;
}

.js-slider {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.img-descr {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 5px;
    border: 1px solid #bdbdbd;
    background: #eee;
}

.fancybox__content img {
    max-width: 100%;
    height: auto;
}
/*************************/
.scroller {
    overflow-y: auto;
    height: calc(100vh - 100px);
    padding-right: 30px;
}


div.fancybox__content {
  display: flex !important;
  flex-direction: row !important;
}

.paper .img-descr {
    border: 1px solid #c1b77f;
    background: #e9e0b059;
}

a.goto-back{
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

a.goto-back:hover{
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);;
    font-weight: bold;
    color: #FFF;
}
/* End */
/* /local/components/dobrosite/history/templates/.default/style.css?17831139183207 */
