.item-abs {
  position: absolute;
}

[data-switch-on] {
  opacity: 0;
  position: relative;
}

div.seealso {
  margin-left: -0.9em;
  margin-bottom: 1.3em;
}
.seealso span.active_menu {
  background-color: #eeead5;
}
.seealso span.menu {
  z-index: 1;
  font: normal 11px Verdana;
  line-height: 16px;
  color: #000000;
  padding: 3px 16px 3px 1.08em;
  position: relative;
}
.image-link {
  border: 0;
  text-decoration: none;
}

div.soviet {
  position: relative;
  margin: 0;
  padding: 0;
}
div.sovietcallout {
  position: absolute;
  text-align:left;
  font-size: 0.7em;
}

div.sovietcalloutline {
  position: absolute;
  background: url('../../../i/callout.png') no-repeat left top;
}

.switches {
  position: relative;
  margin: 0px 0 10px 21px;
  z-index: 10;
  *zoom: 1;
  font-size: 0.846em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.switches .b-switch {
  margin: 0 9px;
}
.switches .b-switch_selected {
  margin: 0;
  padding: 3px 9px 4px;
  background: #EEEAD5;

}
p.headinglabel {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.envy {
  position: relative;
  width: 78%;
}

.envy-site a {
  display: block;
  margin: -2% -2% 0;
}

.envy-site img {
  display: block;
  width: 100%;
  margin: 0;
}

.envy-middle {
  position: relative;
  padding-bottom: 186.21169916%;
  background-size: 100% 100%;
  height: 0;
}

.envy-middle-box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.envy-middle-side {
  flex: none;
  width: 27%;
  margin-top: -10%;
  margin-right: 2.5%;
}

.envy-middle-side-price {
  padding-bottom: 11%;
}

.envy-aside {
  position: absolute;
  top: 0px;
  bottom: 50px;
  left: 100%;
  width: 28%;
}

.envy-desc {
  padding-top: 20px;
}

.envy-desc-header {
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.envy-desc-scheme {
  position: absolute;
  width: 160px;
}

.envy-desc-scheme:last-child {
  position: static;
}

.envy-desc-header {
  font-size: 11px;
}

.final {
  overflow: hidden;
}

.final-stamp {
  transform: scale(4);
  opacity: 0;
}

.final.is__booked .final-stamp {
  opacity: 1;
  transform: scale(1);
  transition: .5s cubic-bezier(0.550, 0.055, 0.675, 0.190);
  transition-delay: 0s;
}

@keyframes shake {
  10%, 90% {
    transform: rotate(.2deg);
  }

  20%, 80% {
    transform: rotate(.4deg);
  }

  30%, 50%, 70% {
    transform: rotate(-.6deg);
  }

  40%, 60% {
    transform: rotate(.6deg);
  }
}

@keyframes press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.99);
  }
}

img {
  max-width: 100%;
  height: auto;
}

.image-link {
  display: block;
}

.image-holder {
  position: relative;
}

.image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
