.r20-jammed {
  overflow: hidden;
}

.r20 {
  width: 100%;
  height: 100%;
  background: url("../../assets/media/r20-pattern.png") repeat-y 50% 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  overflow-y: scroll;
  z-index: 8080;
  display: none;
}

.r20-section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.r20-section > div {
  padding: 0 1px 0 1px;
}


.r20-close {
  width: 11px;
  height: 0;
  padding-top: 11px;
  margin-right: -386px;
  background: url("../../assets/media/r20-close.png") no-repeat 50% 50%;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 50%;
}


.r20-print {
  width: 18px;
  height: 0;
  padding-top: 15px;
  margin-right: -390px;
  background: url("../../assets/media/r20-print.png") no-repeat 50% 50%;
  overflow: hidden;
  position: fixed;
  top: 40px;
  right: 50%;
  display: block;
}


.r20-intro {
  padding-top: 220px;
  background: url("../../assets/media/r20-ribbon.png") no-repeat 50% 0;
  line-height: 68px;
  font-size: 60px;
  font-family: "PT Serif", serif;
  text-align: center;
}


.r20-timeline {
  padding-bottom: 50px;
}


.r20-point {
  padding: 0px 0;
  margin: 20px 0 26px 0;

}

.r20-point > span {
  width: 100%;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #0099da;
  display: block;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}


.r20-toggle {
  text-align: left;
}

.r20-toggle > span {
  min-width: 71px;
  padding: 0 0 10px 10px;
  border-radius: 0px;
  /* border: 1px solid #ccc;*/ 
  background-color: #fff;
  line-height: 12px;
  font-size: 110%;
  font-weight: bold;
  color: #666;
}

.r20-toggle > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.r20-toggle em {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: white url("../../assets/media/r20-toggle.png") no-repeat;
  font-style: normal;
  vertical-align: middle;
}

.r20-toggle em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.r20-toggle > span:hover,
.r20-toggle.r20-active > span {
  color: #333;
  cursor: pointer;
}

.r20-toggle.r20-active em {
  width: 10px;
  height: 10px;
  background: white url("../../assets/media/r20-toggle-a.png") no-repeat;
}

.r20-group + .r20-group {
  padding-top: 8px;
}

.r20-group.active .r20-toggle span {
  color: #333;
}

.r20-events {
  width: 100%;
  padding-bottom: 10px;
}

.r20-events:before,
.r20-events:after {
  content: "";
  display: table;
  clear: both;
}

.r20-events:after {
  clear: both;
}

.r20-events {
  *zoom: 1;
}

.r20-latvia,
.r20-world {
  display: none;
}

.r20-node,
.r20-node-r {
  width: 100%;
  margin-top: 18px;
  float: left;
  clear: left;
}

.r20-node > div,
.r20-node-r > div {
  padding: 26px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  position: relative;
  /*box-shadow: 0px 1px 7px rgba(173, 173, 173, 0.5);*/
  font-size: 1.05rem;
  line-height: 1.4;
  color: #000;
  background-color:#fff;
}

.r20-node .r20-pin,
.r20-node-r .r20-pin {
  width: 22px;
  height: 15px;
  position: absolute;
  top: 30%;
  right: -23px;
}




.r20-image {
  width: 322px;
  height: 204px;
  /* margin-bottom: 5px; */
  margin: 0 auto 5px;
  background-color: #ebebeb;
}

.r20-image > div {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ccc;
  border: 1px solid #ffffff;
}

.r20-image.r20-visible > div {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-animation: opacity 0.2s linear;
  -ms-animation: opacity 0.2s linear;
  -o-animation: opacity 0.2s linear;
  animation: opacity 0.2s linear;
}


.r20-nav {
  margin-right: -486px;
  position: fixed;
  top: 60px; /*230px; */
  right: 50%;
  z-index: 10;
}

.r20-nav .r20-ln {
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.r20-nav .r20-ln:hover {
  text-decoration: none;
  color: #0099da;
}

.r20-nav .r20-item {
  padding-left: 21px;
  margin-bottom: 3px;
  width: 68px;
}


.r20-btn {
  z-index: 8079;
  width: 109px;
  height: 156px;
  margin-right: -440px;
  position: absolute;
  right: 50%;
  overflow: hidden;
  cursor: pointer;
}

.r20-btn > div {
  position: relative;
}

.r20-btn .r20-helper {
  height: 16px;
  background: url("../../assets/media/r20-btn-helper.png") no-repeat;
  position: relative;
  z-index: 8000;
}

.r20-btn .r20-btn-inner {
  width: 109px;
  height: 156px;
  background: url("../../assets/media/r20-btn.png") no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
  -webkit-transition: top 0.2s linear;
  -moz-animation: top 0.2s linear;
  -ms-animation: top 0.2s linear;
  -o-animation: top 0.2s linear;
  animation: top 0.2s linear;
}

.r20-btn:hover .r20-btn-inner {
  top: 0;
}

#index .r20-btn {
  top: -26px;
} /*-26px;*/


.collage {
  position: relative;
}

.collage .r20-btn {
  top: 0;
}


@media screen and (min-width: 1300px) {
/* for big screen */
  .r20-node-r {
    margin-left: 29px;
    float: right;
    clear: right;
  }

.r20-section {
  width: 824px;
  margin: 0 auto;
  position: relative;
}
  
  
.r20-point > span {
  width: 126px;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #0099da;
  display: block;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}

.r20-toggle {
    text-align: center;
}
 
.r20-toggle > span {
  min-width: 71px;
  padding: 4px 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 12px;
  font-size: 11px;
  font-weight: bold;
  color: #666;
} 

.r20-section > div {
  padding: 0 41px 0 42px;
}

.r20-node .r20-pin,
.r20-node-r .r20-pin {
  width: 22px;
  height: 15px;
  background: url("../../assets/media/r20-pin.png") no-repeat;
  position: absolute;
  top: 30%;
  right: -23px;
}

  .r20-node-r .r20-pin {
    background-image: url("../../assets/media/r20-pin-r.png");
    top: auto;
    left: -20px;
    bottom: 30%;
  }

.r20-timeline {
  padding-bottom: 50px;
  background: url("../../assets/media/r20-timeline.gif") repeat-y 50% 0;
}

.r20-events {
  width: 741px;
  padding-bottom: 10px;
}

.r20-node,
.r20-node-r {
  width: 356px;
  margin-top: 18px;
}

.r20-node > div,
.r20-node-r > div {
  padding: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  position: relative;
  box-shadow: 0px 1px 7px rgba(173, 173, 173, 0.5);
  line-height: 18px;
  font-size: 13px;
  color: #000;
  background-color:#fff;
}

.r20-image > div {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ccc;
  border: 1px solid #d9d9d9;
}

}



.block-link_box__list-item {
max-width: 17rem !Important;
}