/*WEB FONTS*/
@font-face {
  font-family: 'museo300';
  src: url("../fonts/museo300/museo300-regular-webfont.eot");
  src: url("../fonts/museo300/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo300/museo300-regular-webfont.woff2") format("woff2"), url("../fonts/museo300/museo300-regular-webfont.woff") format("woff"), url("../fonts/museo300/museo300-regular-webfont.ttf") format("truetype"), url("../fonts/museo300/museo300-regular-webfont.svg#museo300") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoCyrl-500';
  src: url("../fonts/museo500-cyrl/museocyrl-500.eot");
  src: url("../fonts/museo500-cyrl/museocyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo500-cyrl/museocyrl-500.woff2") format("woff2"), url("../fonts/museo500-cyrl/museocyrl-500.woff") format("woff"), url("../fonts/museo500-cyrl/museocyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/*Sass variables*/
.check {
  border: 1px solid red; }

/*Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  /*position:relative;
	overflow:scroll;*/ }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

a {
  text-decoration: none;
  color: #000; }

i {
  font-style: italic; }

sub,
sup {
  font-size: 60%;
  vertical-align: top; }

img {
  -ms-interpolation-mode: bicubic;
  background: rgba(255, 255, 255, 0.001);
  shape-rendering: crispEdges;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*Main*/
html,
body {
  width: 100%;
  height: 100%;
  background-color: #626262;
  color: #000;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  vertical-align: top;
  white-space: nowrap; }

.menu,
.content {
  position: relative;
  height: 100%;
  min-height: 600px;
  font-size: 0;
  border: 0;
  vertical-align: top; }

::selection {
  background: #b5038d;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #b5038d;
  /* Gecko Browsers */
  color: #fff; }

.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/ }

.bold {
  font-weight: bold; }

/*Loader*/
#preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff; }
  #preloader .animation {
    width: 100px;
    position: relative;
    top: 45%;
    margin: 0 auto;
    height: 300px; }
    #preloader .animation .progress {
      position: absolute;
      top: 110px;
      width: 100%;
      height: 50px;
      text-align: center; }
      #preloader .animation .progress .percentage {
        font-family: "museo300", sans-serif;
        color: #b5038d;
        font-size: 14px;
        font-weight: 300; }
    #preloader .animation #loader {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100px;
      z-index: 1002; }
    #preloader .animation #loader-back {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #b5038d;
      z-index: 1001; }

/*Menu*/
.menu {
  width: 10%;
  max-width: 192px;
  min-width: 155px;
  text-align: center;
  background: #fff;
  float: left; }

.content {
  text-align: left;
  overflow: hidden; }
  .content.white {
    background: #fff no-repeat 0 50%;
    background-size: cover; }

.lookese-logo {
  width: 110px;
  height: auto;
  padding: 25px 3px 0 3px; }
  @media screen and (max-height: 800px) {
    .lookese-logo {
      width: 82px; } }

.endover-logo {
  width: 176px;
  height: auto;
  padding-top: 30px; }
  @media screen and (max-height: 800px) {
    .endover-logo {
      padding-top: 23px;
      width: 88px;
      margin-left: 0; } }

.kampaania_bird {
  position: relative; }
  .kampaania_bird:after {
    content: "";
    background: url(../img/kampaania/bird_kampaania1.svg) no-repeat;
    position: absolute;
    display: block;
    height: 182%;
    width: 100%;
    top: 7%;
    left: 22%;
    animation: bird-kampaania 1.24s infinite step-end; }

@-moz-keyframes bird-kampaania {
  0% {
    background: url(../img/kampaania/bird_kampaania1.svg) no-repeat; }
  25% {
    background: url(../img/kampaania/bird_kampaania2.svg) no-repeat; }
  50% {
    background: url(../img/kampaania/bird_kampaania3.svg) no-repeat; }
  75% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; }
  100% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; } }

@-webkit-keyframes bird-kampaania {
  0% {
    background: url(../img/kampaania/bird_kampaania1.svg) no-repeat; }
  25% {
    background: url(../img/kampaania/bird_kampaania2.svg) no-repeat; }
  50% {
    background: url(../img/kampaania/bird_kampaania3.svg) no-repeat; }
  75% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; }
  100% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; } }

@keyframes bird-kampaania {
  0% {
    background: url(../img/kampaania/bird_kampaania1.svg) no-repeat; }
  25% {
    background: url(../img/kampaania/bird_kampaania2.svg) no-repeat; }
  50% {
    background: url(../img/kampaania/bird_kampaania3.svg) no-repeat; }
  75% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; }
  100% {
    background: url(../img/kampaania/bird_kampaania4.svg) no-repeat; } }

@media screen and (max-width: 1600px) and (max-height: 800px) {
  .kampaania_bird {
    position: relative; }
    .kampaania_bird:after {
      content: "";
      background: url(../img/kampaania/bird_kampaania1.svg) no-repeat;
      position: absolute;
      display: block;
      height: 182%;
      width: 100%;
      top: 15%;
      left: 22%;
      animation: bird-kampaania 1.24s infinite step-end; } }

nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -100px;
  top: 40%;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  height: 50%; }
  @media screen and (max-height: 800px) {
    nav {
      font-size: 12px !important; }
      nav a span:after {
        top: 15px; } }
  nav a {
    display: block;
    height: 10%;
    min-height: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 35px;
    vertical-align: middle;
    z-index: 1;
    position: relative; }
    nav a span {
      position: relative; }
    nav a span.long-name {
      display: block;
      min-height: 40px;
      line-height: 18px;
      white-space: normal;
      width: 90%;
      margin: 0 auto; }
    nav a span.long-name:after {
      top: 32px; }
    nav a span:after {
      content: "";
      left: -15%;
      visibility: hidden;
      z-index: 4;
      position: absolute;
      height: 6px;
      background: url("../img/menu-stroke.png") no-repeat top center;
      background-size: 198px 6px;
      top: 17px;
      width: 110%; }
    nav a span.stroke-to-left:after {
      left: -5%;
      visibility: visible;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    nav a span.stroke-to-right:after {
      left: 5%;
      visibility: hidden;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  nav a.active span:after {
    left: -5%;
    visibility: visible; }

@media \0screen\,screen\9 {
  nav a span:after {
    background: url("../img/menu-stroke.svg") no-repeat top center;
    width: 110%;
    height: 6px;
    background-size: 198px 6px; } }

@media screen\0 {
  nav a span:after {
    background: url("../img/menu-stroke.svg") no-repeat top center;
    width: 110%;
    height: 6px;
    background-size: 198px 6px; } }

_:-ms-fullscreen, :root nav a span:after {
  background: url("../img/menu-stroke.svg") no-repeat top center;
  width: 110%;
  height: 6px;
  background-size: 198px 6px; }

.languages {
  font-size: 11px;
  text-transform: uppercase; }
  .languages a {
    padding: 3px;
    color: #939598; }
    .languages a.active {
      color: #000; }
    .languages a:hover {
      color: #000; }

.contact {
  padding-top: 10px; }
  .contact a {
    color: #000;
    font-size: 11px;
    display: block; }

.bottom {
  position: absolute;
  left: 35%;
  margin-left: -60px;
  bottom: 0; }

.contact-projects {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 33%;
  text-align: right;
  background: #e21e27;
  padding: 16px;
  font-size: 17px;
  z-index: 999;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px; }
  @media screen and (max-height: 800px) {
    .contact-projects {
      bottom: 21%; } }

.contact-projects h1 {
  font-size: 16px;
  padding-bottom: 20px;
  color: #f3f0eb;
  line-height: 20px;
  font-family: "Open Sans", sans-serif; }

.contact-projects a {
  color: #f3f0eb;
  font-size: 13px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.contact-projects a:hover {
  color: #322c53;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.fb-icon {
  display: inline-block;
  padding: 23px 0 0;
  vertical-align: top; }
  .fb-icon iframe {
    vertical-align: top; }

/*News Letter*/
.news-letter-form {
  /*background: #fff;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  padding: 20px 25px 60px 20px;
  position: relative;
  max-width: 375px;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif; }
  .news-letter-form.sent {
    background: url(../img/bird_news_letter.png) no-repeat 50% 50%;
    background-size: 79%;
    position: relative;
    height: 212px;
    width: 178px;
    padding: 64px 44px 0 0;
    text-align: center;
    FONT-SIZE: 14PX;
    left: 13px; }
  .news-letter-form button {
    left: -137px;
    top: 56px;
    border-radius: 0%;
    width: 134px;
    height: 25px;
    position: relative;
    background-color: #fff;
    background: #fff;
    color: #b5038d;
    font-family: "museo300", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    outline: none; }
    .news-letter-form button:hover {
      background: #fff; }
  .news-letter-form input {
    color: #fff; }
  .news-letter-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff; }
  .news-letter-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .news-letter-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .news-letter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }

.premiumtext_ru {
  display: none;
  font-family: museo300-cyrl;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.premiumtext {
  display: none;
  font-family: museo300;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.button-news-letter {
  background: #b5038d url("../img/email-icon.png") no-repeat center;
  background-size: 18px 18px;
  display: none;
  margin: 20px 20px 20px 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative; }

.news-letter-subscribe {
  display: none;
  position: absolute;
  left: 0;
  bottom: 24px;
  text-align: center;
  background: #b5038d;
  padding: 16px;
  font-size: 17px;
  z-index: 999;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
  height: 238px; }

#close-button, .close-button {
  background: url("../img/close-icon.png") no-repeat center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  left: 88px;
  top: -7px;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #close-button:hover, .close-button:hover {
    background-color: none;
    outline: none;
    border: none;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.news-letter-subscribe h1 {
  font-size: 16px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 20px;
  font-family: "Open Sans", sans-serif; }

.news-letter-subscribe a {
  color: #fff;
  font-size: 13px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.news-letter-subscribe a:hover {
  color: #b5038d;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/*Main page content*/
/*Main page gallery*/
.image {
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 140; }
  .image video.paused {
    opacity: 0 !important; }

.effects-container {
  box-sizing: border-box;
  height: 1080px;
  width: 1920px;
  overflow: hidden;
  position: relative;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top; }
  .effects-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.slides {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slides li {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden; }
    .slides li:first-child {
      z-index: 1; }
      .slides li:first-child .image {
        background-image: url(../img/main/avaleht_light.jpg); }

#slideshow,
#gallery,
.flex-viewport,
.flex-viewport ul,
.flex-viewport li {
  position: relative;
  width: 100%;
  height: 100%; }

#gallery .slides li {
  background-color: #626262;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  #gallery .slides li:first-child .image {
    background-image: none; }

.flex-viewport {
  z-index: 91;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  .flex-viewport li {
    display: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.flexslider .slides img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flex-control-paging {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -32px;
  width: 15px;
  padding: 0;
  z-index: 202; }
  .flex-control-paging li,
  .flex-control-paging li a {
    width: 7px;
    height: 7px;
    display: block;
    text-indent: -9999px; }
  .flex-control-paging li {
    margin: 5px 0;
    padding: 0; }
    .flex-control-paging li a {
      cursor: pointer;
      display: block;
      width: 7px;
      height: 7px;
      text-indent: -10000px;
      background: #fff;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.29);
      -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.29);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .flex-control-paging li a.flex-active {
        background: #b5038d; }

.flex-direction-nav a {
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  width: 10%;
  max-width: 150px;
  text-indent: -9999px;
  top: 0;
  z-index: 201; }
  .flex-direction-nav a:after {
    background: url(../img/slideshow-navigation.png) no-repeat 0 0;
    cursor: pointer;
    content: "";
    display: block;
    height: 63px;
    margin: -32px 0 0;
    position: absolute;
    top: 50%;
    width: 39px; }
  .flex-direction-nav a.flex-prev {
    left: 15px; }
  .flex-direction-nav a.flex-next {
    right: 0; }
    .flex-direction-nav a.flex-next:after {
      background-position: 0 100%;
      right: 25px; }
  .flex-direction-nav a.flex-disabled {
    display: none; }

#gallery .flex-direction-nav {
  height: auto;
  left: auto;
  pointer-events: auto;
  position: static;
  top: auto;
  width: auto; }
  #gallery .flex-direction-nav li {
    height: auto;
    position: static;
    top: auto;
    width: auto; }
  #gallery .flex-direction-nav a {
    background: none;
    cursor: pointer;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 92; }
    #gallery .flex-direction-nav a:after {
      background: url("../img/slideshow-navigation.png") no-repeat 0 0;
      cursor: pointer;
      content: "";
      height: 63px;
      margin: -32px 0 0 0;
      position: absolute;
      top: 50%;
      width: 39px; }
    #gallery .flex-direction-nav a.flex-prev {
      left: 0; }
      #gallery .flex-direction-nav a.flex-prev:after {
        left: 15px; }
    #gallery .flex-direction-nav a.flex-next {
      right: 0; }
      #gallery .flex-direction-nav a.flex-next:after {
        background-position: 0 100%;
        right: 15px; }
    #gallery .flex-direction-nav a.flex-disabled {
      display: none; }

#gallery .flex-nav-next a {
  right: 15px; }

.flex-caption {
  bottom: 80px;
  color: #fff;
  display: block;
  font: 300 30px/35px "museo300", sans-serif;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.7);
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  width: 100%;
  z-index: 201;
  display: none; }

.carousel-expanded .flex-caption {
  bottom: 260px; }

/*Gallery with carousel*/
.gallery-iframe {
  border: 0;
  bottom: -105%;
  left: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  width: 100%;
  z-index: 99999; }
  .gallery-iframe.visible {
    bottom: 0;
    opacity: 1; }

.gallery-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 52px;
  background: url(../img/close-gallery.svg) no-repeat left top;
  background-size: 48px 52px;
  z-index: 201;
  cursor: pointer; }

#carousel {
  background: #f6f5f7;
  bottom: -181px;
  height: 180px;
  position: absolute;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  z-index: 201;
  width: 100%; }
  #carousel.expanded {
    bottom: 0; }
  #carousel .flex-viewport {
    overflow: hidden; }
  #carousel .slides li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 165px;
    cursor: pointer;
    width: 194px;
    opacity: 0.5;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    #carousel .slides li:hover, #carousel .slides li.flex-active-slide {
      opacity: 1; }
    #carousel .slides li .image {
      border-radius: 50%;
      left: 15px;
      top: 15px;
      height: 150px;
      width: 150px; }
  #carousel .flex-direction-nav {
    pointer-events: auto;
    position: static;
    height: auto;
    width: auto;
    left: auto;
    top: auto; }
    #carousel .flex-direction-nav li {
      width: auto; }
    #carousel .flex-direction-nav a {
      background: #fff;
      height: 100%;
      left: auto;
      margin: 0;
      position: absolute;
      right: auto;
      -moz-transition-duration: .5s;
      -o-transition-duration: .5s;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      top: 0;
      width: 60px;
      z-index: 202; }
      #carousel .flex-direction-nav a:after {
        background: transparent url(../img/slideshow-navigation-black.png) no-repeat 0 0;
        content: "";
        display: block;
        height: 41px;
        position: absolute;
        left: 50%;
        margin: -20px 0 0 -16px;
        top: 50%;
        width: 33px; }
      #carousel .flex-direction-nav a.flex-prev {
        left: -61px; }
      #carousel .flex-direction-nav a.flex-next {
        right: -61px; }
        #carousel .flex-direction-nav a.flex-next:after {
          background-position: 0 100%; }
    #carousel .flex-direction-nav .flex-disabled {
      display: none; }
  #carousel:hover .flex-direction-nav .flex-prev {
    left: 0; }
  #carousel:hover .flex-direction-nav .flex-next {
    right: 0; }
  #carousel .carousel-button {
    position: absolute;
    width: 71px;
    height: 46px;
    margin: 0 auto;
    background: #fff;
    top: -46px;
    left: calc(50% - 35px);
    cursor: pointer;
    z-index: 11; }
    #carousel .carousel-button:after {
      content: "";
      position: absolute;
      display: block;
      top: 25px;
      left: 18px;
      background: url(../img/gallery-menu.png) no-repeat left top;
      background-size: 33px 12px;
      width: 33px;
      height: 12px; }

/*.gallery-container {
	position: absolute;
	width: 50%;
	height: 46px;
	display: none;
	background: white;
	top: -46px;
	text-align: center;
	padding: 10px 0 0;
}

	.gallery-wrapper {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		display: inline-block;
		cursor: pointer;
		margin: 0 25px 0 0;
		padding: 2px;
		background: none;
	}

	.gallery-wrapper.active {
		background: #f6f6f8;
		padding: 8px 18px;
		color: #000;
		font-size: 15px;
		background: #fff;
	}

	.gallery-section{
		padding: 8px 18px;
		color: #000;
		font-size: 15px;
		background: #fff;
	}*/
.gallery-section-btn-wrapper {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin: 0 25px 0 0;
  padding: 2px;
  background: none; }

.gallery-section-btn-wrapper.active {
  background: #f6f6f8; }

.gallery-section-btn {
  padding: 9px 18px;
  color: #000;
  font-size: 15px; }

.gallery-section-btn-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -46px;
  height: 46px;
  width: calc(100% - 2px);
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  padding: 10px 0 0 120px;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  left: 1px; }
  .gallery-section-btn-container.visible {
    opacity: 1; }

.invisible,
.visible {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.invisible {
  visibility: hidden;
  opacity: 0; }

.visible {
  visibility: visible;
  opacity: 1; }

.arrow-left,
.arrow-right {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 200;
  cursor: pointer; }

.arrow-left {
  left: 0; }

.arrow-right {
  right: 0; }

/*Circles*/
.circles {
  font-family: "museo300", sans-serif;
  color: #b5038d;
  margin: 0 auto;
  width: 1500px;
  z-index: 155;
  font-size: 29px;
  line-height: 39px;
  text-transform: uppercase; }
  .circles span.close {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    bottom: 20px;
    left: 160px; }
    .circles span.close:after {
      content: "";
      background: url("../img/close-purple.svg") no-repeat center;
      background-size: 9px 9px;
      width: 9px;
      height: 9px;
      padding-left: 10px;
      display: inline-block; }
  .circles > div {
    overflow: hidden;
    float: left;
    width: auto;
    height: auto;
    position: relative;
    padding: 12.5%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: 0.9; }
    .circles > div > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .circles > div > div > div {
        display: table;
        width: 100%;
        height: 100%; }
        .circles > div > div > div > div {
          display: table-cell;
          text-align: center;
          vertical-align: middle; }

.circle-wrap {
  overflow: visible;
  width: 375px;
  height: 375px;
  position: absolute;
  z-index: 154; }
  .circle-wrap.lefttop, .circle-wrap.righttop {
    margin-top: -450px;
    top: 35px; }
  .circle-wrap.lefttop {
    left: 35px; }
  .circle-wrap.righttop {
    right: 35px; }
  .circle-wrap.rightbottom, .circle-wrap.leftbottom {
    margin-bottom: -450px;
    bottom: 35px; }
  .circle-wrap.rightbottom {
    right: 35px; }
  .circle-wrap.leftbottom {
    left: 35px; }

.bank-photo-swedbank {
  background-image: url(../img/myygiinfo/swedbank-logo.png);
  width: 72px;
  height: 17px;
  top: 201px;
  position: absolute;
  left: 112px; }

.bank-photo-nordea {
  background-image: url(../img/myygiinfo/nordea.png);
  width: 72px;
  height: 18px;
  top: 198px;
  position: absolute;
  left: 116px; }

.bank-photo-seb {
  background-image: url(../img/myygiinfo/seb.png);
  width: 72px;
  height: 18px;
  top: 198px;
  position: absolute;
  left: 116px; }

.bank-photo-citadele {
  background-image: url(../img/myygiinfo/Banka_Citadele_logo.png);
  width: 72px;
  height: 18px;
  top: 198px;
  position: absolute;
  left: 116px; }

.circle-label {
  color: #fff;
  background: url("../img/circle-open.png") no-repeat center;
  background-size: 40px 31px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 31px;
  display: block;
  line-height: 24px;
  cursor: pointer;
  z-index: 155;
  top: -47px; }
  .circle-label:after {
    content: "";
    background: url("../img/arrow-open.png") no-repeat center;
    background-size: 8px 5px;
    display: block;
    width: 8px;
    height: 5px;
    text-align: center;
    margin: -4px auto; }

.lefttop + .circle-label,
.leftbottom + .circle-label {
  top: -47px;
  left: 198px; }

.righttop + .circle-label,
.rightbottom + .circle-label {
  top: -47px;
  right: 198px; }

.lefttop .circle-close,
.lefttop .circle-open {
  cursor: pointer;
  position: absolute; }

.lefttop .circle-close {
  top: 360px;
  left: 160px;
  width: 120px;
  height: 20px;
  z-index: 201; }

.lefttop .circle-open {
  top: 0;
  left: 200px;
  width: 35px;
  height: 30px;
  z-index: 200; }

.image-first .bird1 {
  background: url("../img/bird-mother.svg") no-repeat center;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  position: absolute;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.image-first .bird2 {
  background: url("../img/bird-father.svg") no-repeat center;
  background-size: 110px 106px;
  width: 110px;
  height: 106px;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -khtml-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }
  .image-first .bird2:after {
    content: "";
    background: url("../img/bird-child2.svg") no-repeat center;
    background-size: 50px 65px;
    width: 50px;
    height: 65px;
    margin-left: -50px;
    margin-top: 37px;
    display: inline-block; }

.image-first .bird3 {
  background: url("../img/bird-child1.svg") no-repeat center;
  background-size: 59px 68px;
  width: 59px;
  height: 68px;
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -khtml-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/*Articles in circles*/
article.circle {
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 33%;
  min-width: 450px;
  height: 100%;
  min-height: 680px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 210;
  -ms-word-break: break-word;
  word-break: break-word;
  text-align: left;
  display: table; }
  article.circle.large, article.circle.normal {
    height: 100%;
    min-height: 680px;
    min-width: 650px; }
    article.circle.large.normalcustom, article.circle.normal.normalcustom {
      min-width: 670px; }
    article.circle.large#myygiinfo, article.circle.normal#myygiinfo {
      min-width: 725px; }
  article.circle.normal#myygiinfo {
    min-width: 625px; }
  article.circle.large {
    width: 70%; }
    article.circle.large span.close-black {
      padding-right: 20px; }
  article.circle.normal {
    width: 45%; }
  article.circle span.back-black {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    left: 27px;
    z-index: 211; }
    article.circle span.back-black:before {
      content: "";
      background: url("../img/back-black.svg") no-repeat center;
      background-size: 8px 8px;
      width: 8px;
      height: 8px;
      padding-right: 10px;
      display: inline-block; }

.hide,
.article-text .price-table-container table tbody tr.hide {
  display: none; }

article .article-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  margin: 100px 70px 100px 90px;
  min-width: 250px;
  z-index: 208;
  height: 100%;
  opacity: 1;
  overflow: visible;
  text-align: left;
  display: table-cell;
  -ms-word-break: break-word;
  word-break: break-word; }

article .sisehoov {
  width: 100%;
  border-radius: 50%;
  margin-top: 40px; }

article .frame {
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -75px;
  border-radius: 50%;
  opacity: 0.85;
  background: #fff;
  z-index: 190; }

article footer {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 50px;
  height: 50%;
  width: 100%;
  z-index: 208;
  pointer-events: none; }
  article footer img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    article footer img.circle-illustration {
      width: 45%;
      height: auto;
      margin-bottom: 20px; }
    article footer img.birds-ehitus {
      width: 22%;
      height: auto; }
    @media screen and (max-height: 768px) {
      article footer img.circle-illustration {
        width: 58%;
        margin-bottom: 0; }
      article footer img.birds-ehitus {
        display: none; } }

.circle-table {
  max-height: 520px; }
  .circle-table .cols {
    margin-right: 20px; }
  .circle-table .col {
    vertical-align: top;
    display: inline-block;
    max-width: 45%;
    margin-right: 60px; }
  .circle-table h2 {
    font-size: 19px;
    padding-bottom: 2px;
    padding-top: 18px; }
  .circle-table > p {
    width: 100%;
    font-size: 13.5px;
    line-height: 24px;
    padding-top: 30px; }

h1,
h2,
h3 {
  text-transform: uppercase;
  white-space: normal; }

h2,
h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 25px;
  padding-bottom: 29px;
  padding-top: 20px; }

h1,
h3 {
  color: #b5038d;
  font-family: "museo300", sans-serif;
  font-weight: 300; }

h1 {
  font-size: 35px;
  line-height: 39px;
  padding-bottom: 45px; }

h2 {
  color: #000;
  font-family: "Open Sans", sans-serif; }

.article-text p,
#hinnad p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 23px;
  -ms-word-break: break-word;
  word-break: break-word;
  vertical-align: top;
  position: relative;
  white-space: normal; }

#hinnad {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0 35px;
  position: relative;
  width: 500px;
  z-index: 2; }

.prices-filter {
  font-family: "museo300", sans-serif;
  font-size: 16px;
  height: 60px;
  display: block; }
  .prices-filter li {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .prices-filter li a:before {
      content: "";
      left: -15%;
      z-index: 4;
      position: absolute;
      height: 6px;
      background: url("../img/menu-stroke.png") no-repeat top center;
      background-size: 198px 6px;
      top: 17px;
      width: 100%;
      -moz-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      visibility: hidden; }
    .prices-filter li a:hover:before,
    .prices-filter li a.active:before {
      visibility: visible;
      left: 0; }
  .prices-filter :last-of-type {
    margin-right: 0; }

.price-buttons {
  font-size: 14px;
  font-family: "museo300", sans-serif;
  text-align: center;
  display: block;
  padding-top: 60px; }
  @media screen and (min-height: 800px) {
    .price-buttons {
      margin-top: 60px; } }
  .price-buttons a:nth-of-type(2) {
    margin-left: 15px; }
  .price-buttons a:nth-of-type(3) {
    margin-left: 15px; }
  .price-buttons a img {
    vertical-align: text-bottom;
    margin-right: 7px;
    width: 22px;
    height: auto; }

.price-terms {
  text-align: center;
  margin-top: 30px; }

.price-table-container {
  font-size: 12px;
  font-family: "museo300", sans-serif; }
  @media screen and (min-height: 800px) {
    .price-table-container {
      height: 350px; } }
  @media screen and (min-height: 900px) {
    .price-table-container {
      height: 450px; } }
  @media screen and (min-height: 1000px) {
    .price-table-container {
      height: 550px; } }
  @media screen and (min-height: 1100px) {
    .price-table-container {
      height: 650px; } }
  @media screen and (min-height: 1200px) {
    .price-table-container {
      height: 750px; } }
  @media screen and (min-height: 1300px) {
    .price-table-container {
      height: 850px; } }
  .price-table-container table {
    width: 100%;
    text-align: center;
    border-collapse: collapse; }
  .price-table-container thead {
    display: table;
    width: 100%; }
  .price-table-container th,
  .price-table-container td {
    width: 13.33%;
    position: relative; }
    .price-table-container th:nth-of-type(7),
    .price-table-container td:nth-of-type(7) {
      width: 20%; }
  .price-table-container th {
    vertical-align: top; }
    .price-table-container th a {
      color: #000;
      cursor: pointer;
      display: block;
      font-weight: 600;
      min-height: 24px;
      padding: 0 0 20px;
      position: relative;
      text-align: center; }
      .price-table-container th a:after {
        content: "";
        background: url(../img/hinnad/orderby.png) no-repeat 50% 0;
        background-size: 400px 900px;
        display: block;
        height: 7px;
        position: absolute;
        bottom: 7px;
        width: 100%;
        left: 0; }
    .price-table-container th.headerSortUp a {
      color: #b5038d; }
      .price-table-container th.headerSortUp a:after {
        background-position: 50% -300px; }
    .price-table-container th.headerSortDown a {
      color: #b5038d; }
      .price-table-container th.headerSortDown a:after {
        background-position: 50% -600px; }
  .price-table-container tbody {
    width: calc(100% + 10px);
    max-height: 300px;
    overflow-x: hidden;
    display: block;
    -ms-scrollbar-face-color: #b5038d;
    scrollbar-face-color: #b5038d;
    -ms-scrollbar-track-color: #fff;
    scrollbar-track-color: #fff; }
    .price-table-container tbody.no-scrollbar {
      width: 100%; }
    @media screen and (min-height: 800px) {
      .price-table-container tbody {
        max-height: 363px; } }
    @media screen and (min-height: 900px) {
      .price-table-container tbody {
        max-height: 463px; } }
    @media screen and (min-height: 1000px) {
      .price-table-container tbody {
        max-height: 563px; } }
    @media screen and (min-height: 1100px) {
      .price-table-container tbody {
        max-height: 663px; } }
    @media screen and (min-height: 1200px) {
      .price-table-container tbody {
        max-height: 763px; } }
    @media screen and (min-height: 1300px) {
      .price-table-container tbody {
        max-height: 863px; } }
    @media screen and (min-height: 1400px) {
      .price-table-container tbody {
        max-height: 963px; } }
    .price-table-container tbody::-webkit-scrollbar {
      width: 10px;
      height: 100%; }
    .price-table-container tbody::-webkit-scrollbar-thumb {
      background: #b5038d; }
    .price-table-container tbody::-webkit-scrollbar-track {
      background: #fff; }
    .price-table-container tbody .hide {
      display: none; }
    .price-table-container tbody td {
      font-size: 14px;
      line-height: 33px; }
      .price-table-container tbody td.showcase:after {
        content: "**";
        display: inline-block; }
      .price-table-container tbody td.has-sauna:after {
        content: "*";
        display: inline-block; }
      .price-table-container tbody td.purple {
        color: #b5038d;
        font-weight: 500;
        font-family: "MuseoCyrl-500", sans-serif; }
    .price-table-container tbody tr {
      display: table;
      cursor: pointer;
      overflow: visible;
      width: 100%; }
      .price-table-container tbody tr.disabled {
        pointer-events: none; }
      .price-table-container tbody tr.even td {
        background-color: #fff; }
      .price-table-container tbody tr.odd td {
        background-color: #ededed; }
      .price-table-container tbody tr:hover td, .price-table-container tbody tr.selected td {
        background-color: #b5038d;
        color: #fff;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

.imagemap-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 500px);
  z-index: 1; }
  @media (min-width: 3000px) and (min-height: 1200px) {
    .imagemap-wrapper {
      right: 40%;
      width: calc(100% - 1600px);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%); } }
  .imagemap-wrapper .plancontainer {
    padding: 15% 0 0;
    position: relative; }
    .imagemap-wrapper .plancontainer img {
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      width: auto;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateX(-50%); }
  .imagemap-wrapper .imagemap-container {
    background: url(../img/loader_imagemap.svg) no-repeat 50% 50%;
    margin: -5% -10% 0;
    padding: 66.26% 0 0;
    position: relative; }
    .imagemap-wrapper .imagemap-container .text {
      font-size: 15px;
      position: absolute;
      bottom: calc(50% - 75px);
      left: 50%;
      width: 200px;
      text-align: center;
      margin-left: -100px;
      font-family: "museo300", sans-serif; }
    .imagemap-wrapper .imagemap-container img {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .imagemap-wrapper .imagemap-container .spritespin {
      height: 100% !important;
      left: 0 !important;
      position: absolute !important;
      top: 0 !important;
      width: 100% !important;
      z-index: 0; }
    .imagemap-wrapper .imagemap-container .nav a {
      cursor: pointer;
      color: #000;
      display: block;
      font-size: 40px;
      height: 38px;
      line-height: 28px;
      position: absolute;
      text-align: center;
      bottom: 10%;
      width: 38px;
      z-index: 2;
      background: #fff;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .imagemap-wrapper .imagemap-container .nav a:hover {
        background: #b5038d;
        color: #fff; }
    .imagemap-wrapper .imagemap-container .nav .prev {
      left: 25%; }
    .imagemap-wrapper .imagemap-container .nav .next {
      right: 25%; }

.circle-white {
  border-radius: 50%;
  background: #fff;
  width: 340px;
  display: block;
  height: 340px;
  position: absolute;
  z-index: 5;
  right: 90px;
  bottom: -400px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .circle-white input {
    height: 27px; }
  .circle-white.apartment-form {
    right: 560px; }
  .circle-white .close-black {
    top: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #b5038d; }
    .circle-white .close-black:after {
      background: url("../img/close-purple.svg") no-repeat center; }
  .circle-white.open {
    bottom: -110px; }
  .circle-white > div {
    width: 215px;
    margin: 50px auto; }
    .circle-white > div input, .circle-white > div textarea {
      color: #000;
      display: block;
      border: none;
      border-bottom: 1px solid #bcbdc0;
      background: #fff; }
    .circle-white > div ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #b5038d; }
    .circle-white > div :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #b5038d;
      opacity: 1; }
    .circle-white > div ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #b5038d;
      opacity: 1; }
    .circle-white > div :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #b5038d; }
  .circle-white .circle-button {
    width: 75px;
    height: 75px;
    opacity: 1;
    background-color: #333;
    right: -30px;
    position: absolute;
    top: 140px;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 75px; }

.apartment-info-wrapper {
  position: relative;
  z-index: 2;
  padding: 100px 60px 0 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "museo300", sans-serif; }
  .apartment-info-wrapper .apartment-illustration {
    position: absolute;
    right: 55px;
    width: 270px;
    bottom: 130px; }
    .apartment-info-wrapper .apartment-illustration img {
      width: 100%;
      height: auto; }
  .apartment-info-wrapper .zoombtns {
    position: absolute;
    width: 150px;
    right: 150px;
    height: 100px;
    z-index: 500; }
    .apartment-info-wrapper .zoombtns .zoom {
      border-radius: 50%;
      opacity: 0.85;
      text-align: center;
      display: table;
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer;
      background-color: #000;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin: 3px; }
      .apartment-info-wrapper .zoombtns .zoom span {
        font-size: 29px;
        color: #fff;
        vertical-align: middle;
        line-height: 40px; }
      .apartment-info-wrapper .zoombtns .zoom:hover {
        background: #b5038d; }
  @media screen and (max-width: 1600px) and (max-height: 800px) {
    .apartment-info-wrapper {
      padding: 60px 60px 0 60px; } }
  @media screen and (min-width: 1601px) {
    .apartment-info-wrapper {
      padding: 130px 100px 0 100px; } }
  .apartment-info-wrapper .backtoapartments {
    font-size: 13px;
    top: 130px;
    position: absolute; }
    .apartment-info-wrapper .backtoapartments .contact-form {
      height: 400px; }
    @media screen and (max-width: 1400px) {
      .apartment-info-wrapper .backtoapartments {
        top: 80px; } }
  .apartment-info-wrapper .compass {
    position: absolute;
    right: 70px;
    width: 60px;
    height: 60px; }
  .apartment-info-wrapper .circle-button.purple.en span, .apartment-info-wrapper .apartment-info-wrapper .circle-button.purple.padded.en span {
    font-size: 13px; }
  .apartment-info-wrapper .circle-button {
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 3; }
    .apartment-info-wrapper .circle-button.padded {
      right: 190px; }
    .apartment-info-wrapper .circle-button.extraPadded {
      right: 320px; }
    .apartment-info-wrapper .circle-button.purple span {
      font-size: 18px;
      width: 115px;
      height: 115px;
      line-height: 1.3; }
    .apartment-info-wrapper .circle-button.video {
      bottom: -25px;
      height: 80px;
      right: 320px;
      width: 80px; }
      .apartment-info-wrapper .circle-button.video span {
        font-size: 16px;
        height: 80px;
        width: 80px; }
      .apartment-info-wrapper .circle-button.video img {
        width: 42%; }
  .apartment-info-wrapper h1 {
    color: #b5038d;
    margin-bottom: 28px; }
  .apartment-info-wrapper .apartments-filter {
    width: 240px;
    height: 40px;
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    left: -140px; }
    .apartment-info-wrapper .apartments-filter span {
      margin-right: 20px; }
    .apartment-info-wrapper .apartments-filter a {
      font-weight: 300;
      display: inline-block;
      width: 36px;
      height: 36px;
      font-size: 20px;
      line-height: 36px;
      color: #b5038d;
      border: 1px solid #b5038d;
      border-radius: 50%;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-right: 10px;
      cursor: pointer; }
      .apartment-info-wrapper .apartments-filter a:hover, .apartment-info-wrapper .apartments-filter a.active {
        background: #b5038d;
        color: #fff; }
  .apartment-info-wrapper .apartment-info-left {
    width: 18%;
    display: inline-block; }
  .apartment-info-wrapper #minimap {
    height: 143px; }
    .apartment-info-wrapper #minimap img {
      width: 100%;
      height: auto; }
  .apartment-info-wrapper .infoblock {
    font-size: 13px;
    width: 200px;
    margin-bottom: 80px; }
    @media screen and (min-width: 1600px) {
      .apartment-info-wrapper .infoblock {
        font-size: 16px;
        width: 220px; } }
    .apartment-info-wrapper .infoblock .contact-form {
      height: 295px; }
    @media screen and (max-width: 1400px) {
      .apartment-info-wrapper .infoblock {
        margin-bottom: 40px; } }
    .apartment-info-wrapper .infoblock div {
      border-bottom: 1px solid #bcbdc0;
      text-align: left;
      padding: 10px 15px; }
      .apartment-info-wrapper .infoblock div.price-div {
        font-size: 18px;
        color: #b5038d; }
      .apartment-info-wrapper .infoblock div span {
        display: inline-block;
        width: 50%; }
  .apartment-info-wrapper .apartment-plan-container {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-left: 50px; }
    .apartment-info-wrapper .apartment-plan-container #apartment-plans {
      width: 815px;
      position: relative;
      cursor: move; }
      @media screen and (max-width: 1400px) {
        .apartment-info-wrapper .apartment-plan-container #apartment-plans {
          width: 635px; } }
      .apartment-info-wrapper .apartment-plan-container #apartment-plans span {
        position: absolute;
        left: 0;
        right: 0;
        top: -170px;
        opacity: 0;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
        .apartment-info-wrapper .apartment-plan-container #apartment-plans span.active {
          opacity: 1; }
      .apartment-info-wrapper .apartment-plan-container #apartment-plans img {
        height: auto;
        width: 100%; }

.birds-family {
  background-size: 260px 105px;
  width: 260px;
  height: 105px; }

.birds-elukeskkond {
  background-size: 360px 133px;
  width: 360px;
  height: 133px; }

span.close-black {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  top: 26%;
  right: 120px;
  z-index: 211; }
  span.close-black:after {
    content: "";
    background: url("../img/close-black.svg") no-repeat center;
    background-size: 9px 9px;
    width: 9px;
    height: 9px;
    padding-left: 10px;
    display: inline-block; }

.circle.large span.close-black {
  right: 160px; }

article.circle + .circle-label {
  top: -47px;
  left: 198px; }
  article.circle + .circle-label.read-more {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85) url(../img/read-more.png) no-repeat 50% 94px;
    box-sizing: border-box;
    color: #b5038d;
    font: 23px/23px museo300, "museo300-cyrl", sans-serif;
    height: 125px;
    left: 45px;
    padding: 38px 0 0;
    top: 55px;
    width: 125px; }
    @media (min-width: 1400px) {
      article.circle + .circle-label.read-more {
        background-position: 50% 104px;
        font-size: 25px;
        line-height: 25px;
        height: 145px;
        padding-top: 48px;
        width: 145px; } }
    @media (min-width: 1600px) {
      article.circle + .circle-label.read-more {
        background-position: 50% 124px;
        font-size: 28px;
        line-height: 28px;
        height: 165px;
        padding-top: 58px;
        width: 165px; } }

/*Asukoht*/
.content-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.asendiplaan {
  background-size: cover;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .asendiplaan #asendiplaan-labels {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101; }
  .asendiplaan .buttons-frame {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 190px;
    height: 280px; }
    .asendiplaan .buttons-frame .circle-button#kaart {
      width: 150px;
      height: 150px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 102;
      background: #b5038d; }
      .asendiplaan .buttons-frame .circle-button#kaart:hover {
        background: #000; }
    .asendiplaan .buttons-frame .label#compass {
      -ms-background-size: cover;
      background-size: cover;
      background-position: 100% 100%;
      position: absolute;
      width: 120px;
      height: 120px;
      bottom: 0;
      right: 0;
      z-index: 102; }

.slideUp,
.slideDown {
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.slideUp {
  top: -100%; }

.slideDown {
  top: 0; }

.birds-asukoht {
  width: 119px;
  height: 71px;
  float: right;
  margin-right: 120px;
  margin-bottom: -20px; }

#asukoht + .circle-label:after {
  display: none; }

@media (min-height: 1300px) {
  .picture-large-screen {
    background: url(../img/asukoht/text-picture-large-screen.jpg) no-repeat 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 65px;
    height: 300px;
    left: 50px;
    position: absolute;
    width: 300px; } }

.kaart {
  z-index: 97; }
  .kaart .kaart-content {
    background: rgba(243, 243, 243, 0.29);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: all;
    z-index: 96;
    border-left: 1px solid #eceded; }
  .kaart .add-district {
    position: absolute;
    z-index: 97; }
  .kaart .zoomout,
  .kaart .zoomin {
    background: #000;
    border-radius: 50%;
    -mox-box-shadow: 0 0 0.5px #000;
    -webkit-box-shadow: 0 0 0.5px #000;
    box-shadow: 0 0 0.5px #000;
    cursor: pointer;
    height: 45px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 45px;
    z-index: 97; }
    .kaart .zoomout:before,
    .kaart .zoomin:before {
      color: #fff;
      content: "+";
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 40px;
      font-weight: 500;
      padding-left: 11px;
      padding-top: 2px;
      text-align: center; }
    .kaart .zoomout:hover,
    .kaart .zoomin:hover {
      background: #b5038d;
      -mox-box-shadow: 0 0 0.5px #b5038d;
      -webkit-box-shadow: 0 0 0.5px #b5038d;
      box-shadow: 0 0 0.5px #b5038d;
      -moz-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease; }
  .kaart .zoomout {
    top: 81px; }
    .kaart .zoomout:before {
      content: "_";
      left: 13px;
      padding: 0;
      position: absolute;
      top: -18px; }
  .kaart .mapmarker-infobox {
    white-space: nowrap;
    position: relative;
    width: 100%;
    text-align: left; }
  .kaart .infobox div:first-child {
    display: none;
    border: 0; }
  .kaart .infobox div:nth-child(3) {
    display: none; }
  .kaart .infobox div:nth-child(2) {
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent !important; }
  .kaart .infobox div:nth-child(2),
  .kaart .infobox div:nth-child(4) {
    width: 309px !important;
    height: 243px !important; }
  .kaart .infobox div:nth-child(4) {
    top: 0 !important;
    left: 0 !important; }
  .kaart .gm-style-iw > div,
  .kaart .gm-style-iw > div > div {
    overflow: visible !important; }
  .kaart .gm-style-iw,
  .kaart .white-box {
    width: 309px !important;
    height: 243px !important; }
  .kaart .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    background: #b5038d; }
  .kaart .white-box {
    margin-left: 26px; }
    .kaart .white-box:after {
      content: "";
      background: url("../img/asukoht/kaart/tooltip/tooltip-arrow.png") no-repeat center;
      background-size: 15px 7px;
      width: 100%;
      height: 7px;
      bottom: -7px;
      left: 0;
      position: absolute;
      display: block; }
  .kaart .tooltip {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    position: relative; }
    .kaart .tooltip a,
    .kaart .tooltip .title {
      color: #fff;
      display: block;
      line-height: 30px;
      padding: 10px 15px;
      position: relative;
      white-space: nowrap;
      z-index: 1; }
    .kaart .tooltip a:hover {
      text-decoration: underline; }
    .kaart .tooltip span {
      border-left: 1px solid #fff;
      padding-left: 10px;
      position: absolute;
      right: 15px;
      top: 10px;
      white-space: nowrap;
      z-index: 0; }
  .kaart .circle-label {
    left: 90px;
    z-index: 97; }

.menu-black {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 390px;
  box-sizing: border-box;
  color: #fff;
  left: -450px;
  margin: -75px 0 0 -120px;
  min-height: 390px;
  padding: 130px 0 60px 145px;
  position: absolute;
  top: -450px;
  width: 390px;
  z-index: 100;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 2500px) {
    .menu-black {
      border-radius: 570px;
      left: -650px;
      margin: -175px 0 0 -220px;
      min-height: 570px;
      padding: 220px 0 70px 260px;
      top: -650px;
      width: 570px; } }
  .menu-black .close-white {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    position: absolute;
    right: 10%;
    text-transform: uppercase;
    top: 95px;
    z-index: 99; }
    @media screen and (min-width: 2500px) {
      .menu-black .close-white {
        top: 195px; } }
    .menu-black .close-white:after {
      content: "";
      background: url("../img/close-white.svg") no-repeat center;
      background-size: 7px 7px;
      width: 7px;
      height: 7px;
      padding-left: 10px;
      display: inline-block; }
  .menu-black .back-white {
    cursor: pointer;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    position: absolute;
    left: 36%;
    text-transform: uppercase;
    top: 95px;
    z-index: 99; }
    @media screen and (min-width: 2500px) {
      .menu-black .back-white {
        left: 43%;
        top: 195px; } }
    .menu-black .back-white:before {
      content: "";
      background: url("../img/back-white.svg") no-repeat center;
      background-size: 7px 7px;
      width: 7px;
      height: 7px;
      padding-right: 10px;
      display: inline-block; }
  .menu-black .kaardi-menu-list .map-category {
    background: no-repeat 0 50%;
    background-size: 25px 25px;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 35px; }
    @media screen and (min-width: 2500px) {
      .menu-black .kaardi-menu-list .map-category {
        font-size: 18px;
        line-height: 42px; } }
    .menu-black .kaardi-menu-list .map-category.icon-sport {
      background-image: url("../img/asukoht/google-icon-tervis-sport-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-sport:hover, .menu-black .kaardi-menu-list .map-category.icon-sport.active {
        background-image: url("../img/asukoht/google-icon-tervis-sport.svg"); }
    .menu-black .kaardi-menu-list .map-category.icon-education {
      background-image: url("../img/asukoht/google-icon-koolid-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-education:hover, .menu-black .kaardi-menu-list .map-category.icon-education.active {
        background-image: url("../img/asukoht/google-icon-koolid.svg"); }
    .menu-black .kaardi-menu-list .map-category.icon-child {
      background-image: url("../img/asukoht/google-icon-lasteaiad-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-child:hover, .menu-black .kaardi-menu-list .map-category.icon-child.active {
        background-image: url("../img/asukoht/google-icon-lasteaiad.svg"); }
    .menu-black .kaardi-menu-list .map-category.icon-food {
      background-image: url("../img/asukoht/google-icon-sook-jook-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-food:hover, .menu-black .kaardi-menu-list .map-category.icon-food.active {
        background-image: url("../img/asukoht/google-icon-sook-jook.svg"); }
    .menu-black .kaardi-menu-list .map-category.icon-retail {
      background-image: url("../img/asukoht/google-icon-kaubandus-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-retail:hover, .menu-black .kaardi-menu-list .map-category.icon-retail.active {
        background-image: url("../img/asukoht/google-icon-kaubandus.svg"); }
    .menu-black .kaardi-menu-list .map-category.icon-transport {
      background-image: url("../img/asukoht/google-icon-transport-black.svg"); }
      .menu-black .kaardi-menu-list .map-category.icon-transport:hover, .menu-black .kaardi-menu-list .map-category.icon-transport.active {
        background-image: url("../img/asukoht/google-icon-transport.svg"); }
  .menu-black .kaardi-menu-list ul {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    text-transform: none;
    transition-duration: 1s; }
    @media screen and (min-width: 2500px) {
      .menu-black .kaardi-menu-list ul {
        font-size: 15px;
        line-height: 20px; } }
    .menu-black .kaardi-menu-list ul li {
      cursor: pointer;
      padding: 3px 0 3px 40px;
      position: relative; }
      .menu-black .kaardi-menu-list ul li:hover {
        text-decoration: underline; }
        .menu-black .kaardi-menu-list ul li:hover .time {
          text-decoration: none; }
    .menu-black .kaardi-menu-list ul .time {
      color: #b4b4b4;
      font-size: 0.75em;
      left: 0;
      padding: 3px 0;
      position: absolute;
      top: 0; }
  .menu-black .kaardi-menu-list .expanded ul {
    max-height: 300px; }

/*Ehitus*/
.birds-ehitus {
  background-size: 200px 96px;
  width: 200px;
  height: 96px; }

article#ehitus .buttons-frame {
  position: absolute;
  width: 320px;
  height: 210px;
  bottom: 80px;
  right: -410px;
  z-index: 211; }
  article#ehitus .buttons-frame .circle-button {
    position: absolute;
    height: 150px;
    width: 150px; }
    article#ehitus .buttons-frame .circle-button#valitood {
      right: 0;
      top: 0; }
      article#ehitus .buttons-frame .circle-button#valitood span {
        font-size: 29px;
        line-height: 32px; }
    article#ehitus .buttons-frame .circle-button#ehitusinfo {
      left: 0;
      bottom: 0; }
      article#ehitus .buttons-frame .circle-button#ehitusinfo span {
        font-size: 26px;
        line-height: 29px; }
  article#ehitus .buttons-frame #video {
    bottom: 0;
    top: initial;
    width: 120px;
    height: 120px;
    right: -130px; }

#ehitusinfo-text,
#valitood-text {
  display: none; }

/*Myygiinfo*/
#myygiinfo .buttons-frame {
  bottom: 80px;
  height: 210px;
  position: absolute;
  right: -410px;
  width: 320px;
  z-index: 211; }
  @media (min-width: 2400px) {
    #myygiinfo .buttons-frame {
      transform: translate(100px, -50px) scale(1.5); } }

#myygiinfo .article-wrap {
  height: auto;
  position: relative;
  width: 120%; }

#myygiinfo.large #myygitingimused-text .col {
  float: left;
  margin: 0 0 0 4%;
  min-width: 50px;
  width: 38%; }
  #myygiinfo.large #myygitingimused-text .col:first-child {
    margin-left: 0; }
  #myygiinfo.large #myygitingimused-text .col.big {
    width: 58%; }

#myygiinfo .circle-button {
  position: absolute;
  height: 150px;
  width: 150px; }
  #myygiinfo .circle-button span {
    font-size: 22px;
    line-height: 27px; }
  #myygiinfo .circle-button#finantseerimine {
    left: 0;
    bottom: 0; }
  #myygiinfo .circle-button#myygitingimused {
    right: 0;
    top: 0; }

#myygiinfo #finantseerimine-text,
#myygiinfo #myygitingimused-text {
  display: none; }

#myygiinfo #finantseerimine-text, #myygiinfo #finantseerimine-text .circle-table {
  overflow: visible; }

#myygiinfo .contact-finance h3 {
  padding: 30px 0 20px; }

#myygiinfo .contact-finance .contact-info {
  margin: 0; }

.contact-finance {
  padding-top: 10px; }

.row {
  width: 100%;
  display: block;
  position: relative;
  height: 250px; }
  .row .contact-info.small {
    float: left;
    width: 50%;
    position: relative; }
    .row .contact-info.small .photo, .row .contact-info.small .photo-text {
      float: none; }
  .row .contact-info.extra-small {
    width: 33%; }
  .row .contact-info.medium {
    width: 40%; }

.circle-table .col {
  width: 100%; }

.contact-info {
  margin: 10px 0 20px;
  position: relative; }
  .contact-info .photo,
  .contact-info .photo-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .contact-info .photo {
    background-size: 100% 100%;
    border-radius: 50%;
    height: 140px;
    width: 140px; }
  .contact-info .photo-text {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 30px 0 0 30px;
    width: 200px; }
  .contact-info.small {
    float: left;
    padding: 3px 0 17px;
    width: 320px; }
    .contact-info.small:first-child {
      margin-left: 0; }
    .contact-info.small .photo {
      height: 100px;
      width: 100px;
      margin-bottom: 10px; }
    .contact-info.small .photo-text {
      font-size: 12px;
      line-height: 17px;
      margin: -3px 0 0;
      padding: 15px 0 0 15px;
      width: 160px; }

.contact-form {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 40px 0 0;
  padding: 20px 25px 60px 20px;
  position: relative;
  max-width: 375px;
  text-align: left;
  width: 330px;
  height: 315px; }
  .contact-form .fw {
    margin: -29px 0 0 0;
    position: absolute;
    right: -43px;
    top: 50%; }
  .contact-form .checkbox {
    display: none;
    width: 100%;
    margin: 15px auto;
    position: relative;
    float: left; }
    .contact-form .checkbox input[type=checkbox] {
      display: none; }
    .contact-form .checkbox span {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      display: inline-block;
      padding-left: 26px;
      white-space: pre-wrap; }
    .contact-form .checkbox label {
      cursor: pointer;
      position: absolute;
      width: 13px;
      height: 13px;
      top: 0;
      background: #404140;
      margin-left: 5px; }
    .contact-form .checkbox label:after {
      content: '';
      background: url(../img/tick-icon.svg) no-repeat 0 0;
      background-size: 7px 7px;
      width: 7px;
      height: 7px;
      opacity: 0;
      position: absolute;
      top: 3px;
      left: 3px;
      border-top: none;
      border-right: none; }
    .contact-form .checkbox label:hover::after {
      opacity: 0.3; }
    .contact-form .checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }

.nordea-cond-btn {
  color: #b5038d;
  display: block; }

.nordea-conditions {
  position: absolute;
  bottom: 0;
  background: #404140;
  color: #fff;
  width: 85%;
  padding: 40px;
  display: none; }
  .nordea-conditions .conditions-form h2, .nordea-conditions .conditions-form p {
    color: #fff; }
  .nordea-conditions .conditions-form h2 {
    font-family: "museo300", sans-serif;
    padding: 0 0 20px 0;
    font-size: 20px; }
  .nordea-conditions .close-button {
    right: 10px;
    top: 10px;
    left: auto;
    position: absolute; }

@media screen and (min-width: 2500px) {
  .nordea-conditions {
    padding: 60px; }
    .nordea-conditions .conditions-form h2 {
      font-size: 29px;
      padding: 0 0 40px 0; }
    .nordea-conditions .close-button {
      right: 20px;
      top: 20px; }
  .menu {
    max-width: 250px; }
  .lookese-logo {
    width: 140px;
    padding: 45px 3px 0 3px; }
  .kampaania_bird {
    position: relative; }
    .kampaania_bird:after {
      content: "";
      background: url(../img/kampaania/bird_kampaania1.svg) no-repeat;
      position: absolute;
      display: block;
      height: 215%;
      width: 100%;
      top: -5%;
      left: 20%;
      animation: bird-kampaania 1.24s infinite step-end; }
  nav {
    font-size: 20px; }
    nav a {
      height: 8%; }
      nav a span.long-name {
        line-height: 20px; }
      nav a span.long-name:after {
        top: 40px; }
      nav a span:after {
        top: 25px; }
  .bottom {
    margin-left: -89px;
    left: 44%; }
  .languages {
    font-size: 18px; }
  .fb-icon {
    padding-top: 45px; }
  .button-news-letter {
    background: #b5038d url("../img/email-icon.png") no-repeat center;
    background-size: 24px 24px;
    margin: 40px 20px 20px 5px;
    width: 34px;
    height: 34px; }
  .news-letter-subscribe {
    bottom: 34px;
    position: absolute;
    padding: 16px;
    font-size: 18px;
    height: 330px;
    padding-bottom: 20px; }
    .news-letter-subscribe #news-letter-subscribe {
      position: relative; }
  .premiumtext_ru {
    display: none;
    font-family: museo300-cyrl;
    color: #fff;
    font-size: 27px;
    text-align: center; }
  .premiumtext {
    display: none;
    font-family: museo300;
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin-top: 37px; }
  #close-button, .close-button {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    left: auto;
    position: absolute;
    z-index: 20; }
  .news-letter-form {
    height: auto;
    width: 300px;
    padding: 30px 25px 30px 20px;
    position: relative;
    font-size: 18px;
    line-height: 22px; }
    .news-letter-form.sent {
      background: url(../img/bird_news_letter.png) no-repeat 50% 50%;
      background-size: 79%;
      position: relative;
      height: 253px;
      width: 300px;
      padding: 54px 73px 0 0;
      text-align: center;
      FONT-SIZE: 23PX;
      left: 27px;
      bottom: 8px; }
    .news-letter-form input,
    .news-letter-form textarea {
      font-size: 18px;
      line-height: 20px;
      padding: 0 0 0 10px;
      width: 100%; }
    .news-letter-form button {
      height: 40px;
      position: relative;
      font-size: 20px;
      width: 100%;
      margin-top: 30px;
      top: auto;
      left: auto;
      display: block; }
  .contact {
    padding-top: 30px; }
    .contact a {
      font-size: 15px;
      line-height: 20px; }
  .endover-logo {
    width: 210px;
    height: auto;
    padding-top: 70px; }
  .contact-projects {
    bottom: 82px;
    height: 203px;
    padding: 28px;
    font-size: 20px;
    padding-bottom: 35px;
    left: 0px; }
    .contact-projects h1 {
      font-size: 20px;
      padding-bottom: 20px;
      line-height: 22px; }
    .contact-projects a {
      font-size: 18px;
      line-height: 24px; }
  #myygiinfo.large #myygitingimused-text .col {
    width: 32%; }
    #myygiinfo.large #myygitingimused-text .col.big {
      margin-top: -100px;
      margin-left: 230px;
      width: 50%; }
      #myygiinfo.large #myygitingimused-text .col.big .circle-table .col {
        width: 38%; }
        #myygiinfo.large #myygitingimused-text .col.big .circle-table .col h2 {
          font-size: 22px;
          padding-bottom: 12px; }
      #myygiinfo.large #myygitingimused-text .col.big .circle-table > p {
        width: 90%; }
  #myygitingimused-text.article-text p {
    font-size: 19px;
    line-height: 30px; }
  #myygiinfo.circle #myygitingimused-text .contact-info .photo-text {
    padding: 30px 0 40px 50px; }
  #myygiinfo.circle #myygitingimused-text #main-text .form-item label, #myygiinfo.circle #myygitingimused-text .form-item label {
    margin-top: 4px; }
  #myygiinfo.circle h3 {
    font-size: 28px; }
  #myygiinfo.circle .circle-table .col {
    max-width: none; }
  #myygiinfo.circle .contact-info .photo {
    height: 350px;
    width: 350px; }
  #myygiinfo.circle .contact-info .photo-text {
    font-size: 25px;
    padding: 110px 0 0 50px;
    line-height: 33px; }
  #myygiinfo.circle #main-text .circle-table .contact-form, #myygiinfo.circle .contact-form {
    height: 489px;
    width: 610px;
    max-width: 610px; }
  #myygiinfo.circle #main-text .form-item input, #myygiinfo.circle .form-item input {
    font-size: 23px;
    height: 47px; }
  #myygiinfo.circle #main-text .form-item #feed-message, #myygiinfo.circle .form-item #feed-message {
    padding-bottom: 190px;
    overflow-y: hidden; }
  #myygiinfo.circle #main-text .form-item.checkbox span, #myygiinfo.circle .form-item.checkbox span {
    font-size: 22px;
    padding-left: 46px; }
  #myygiinfo.circle #main-text .form-item label, #myygiinfo.circle .form-item label {
    width: 25px;
    height: 25px; }
    #myygiinfo.circle #main-text .form-item label:after, #myygiinfo.circle .form-item label:after {
      content: '';
      background: url(../img/tick-icon.svg) no-repeat 0 0;
      background-size: 13px 13px;
      width: 13px;
      height: 13px;
      top: 6px;
      left: 6px; }
  #myygiinfo.circle #main-text .contact-form .fw, #myygiinfo.circle .contact-form .fw {
    top: 43%; }
    #myygiinfo.circle #main-text .contact-form .fw #feed-submit, #myygiinfo.circle .contact-form .fw #feed-submit {
      height: 120px;
      width: 120px;
      font-size: 23px; }
  #myygiinfo.circle #main-text .form-item textarea, #myygiinfo.circle .form-item textarea {
    font-size: 23px;
    padding-top: 14px; }
  #myygiinfo.circle #finantseerimine-text .contact-finance .photo {
    height: 270px;
    width: 270px; }
  #myygiinfo.circle #finantseerimine-text .contact-finance .photo-text {
    font-size: 23px;
    line-height: 30px;
    padding: 30px 0 50px 50px; }
  .article-text p, .package-button .label {
    font-size: 20px;
    line-height: 33px; }
  .circle-table h2 {
    font-size: 25px;
    padding-bottom: 2px;
    padding-top: 18px; }
  .circle-wrap {
    width: 435px;
    height: 435px; }
  .circles > div {
    padding: 14.5%; }
  .circles {
    font-size: 32px;
    line-height: 42px; }
    .circles > div {
      padding: 14.5%; }
    .circles span.close {
      font-size: 14px;
      bottom: 40px;
      left: 186px; }
      .circles span.close:after {
        background-size: 11px 11px;
        width: 11px;
        height: 11px; }
  .circle-label {
    background-size: 50px 39px;
    font-size: 12px;
    width: 50px;
    height: 39px;
    line-height: 27px; }
    .circle-label:after {
      background-size: 12px 8px;
      width: 12px;
      height: 8px; }
  .righttop + .circle-label, .rightbottom + .circle-label {
    right: 228px; }
  .lefttop + .circle-label, .leftbottom + .circle-label {
    left: 228px; }
  .apartment-info-wrapper .zoombtns {
    right: 290px; }
  .apartment-info-wrapper .apartment-illustration {
    right: 90px;
    width: 370px;
    bottom: 175px; }
  .apartment-info-wrapper .circle-button.padded {
    right: 290px; }
  .apartment-info-wrapper .circle-button {
    right: 120px; }
  .apartment-info-wrapper .circle-button.purple span {
    font-size: 24px;
    width: 150px;
    height: 150px;
    font-size: 20px; }
  .apartment-info-wrapper .circle-button.video {
    height: 100px;
    right: 455px;
    width: 100px; }
    .apartment-info-wrapper .circle-button.video span {
      height: 100px;
      width: 100px; }
  .apartment-info-wrapper {
    height: 90%; }
    .apartment-info-wrapper .backtoapartments span.back-black:after {
      background: url("../img/back-black.svg") no-repeat center;
      background-size: 12px 12px;
      width: 12px;
      height: 12px;
      left: -14px; }
  .apartment-info-wrapper .backtoapartments {
    font-size: 18px; }
  .apartment-info-wrapper .apartment-plan-container #apartment-plans {
    width: 1100px; }
  .apartment-info-wrapper h1 {
    margin: 20px 0 48px; }
  .apartment-info-wrapper .apartment-info-left {
    width: 18%;
    display: inline-block; }
  .apartment-info-wrapper .zoombtns .zoom span {
    font-size: 35px;
    line-height: 55px; }
  .apartment-info-wrapper .zoombtns .zoom {
    width: 55px;
    height: 55px; }
  .circle-white {
    width: 505px;
    height: 505px;
    right: 90px;
    bottom: -550px; }
  .circle-white .close-black {
    top: 23px;
    left: 53%; }
  .circle-white > div {
    width: 315px;
    margin: 80px auto; }
  .circle-white .circle-button {
    width: 85px;
    height: 85px;
    top: 180px;
    font-size: 17px; }
  .circle-white input, .circle-white textarea {
    font-size: 18px;
    line-height: 37px; }
  .circle-white input {
    height: 37px; }
  .circle-white textarea {
    padding-top: 8px; }
  .apartment-info-wrapper #minimap {
    width: 90%;
    margin-top: 100px; }
  .apartment-info-wrapper .infoblock {
    font-size: 22px;
    width: 280px;
    line-height: 28px; }
  .apartment-info-wrapper .infoblock div.price-div {
    font-size: 27px;
    line-height: 29px; }
  .apartment-info-wrapper .circle-button.purple.en span, .apartment-info-wrapper .circle-button.purple.padded.en span {
    font-size: 19px; } }

@media screen and (max-width: 1920px) {
  .contact-info .photo {
    width: 250px;
    height: 250px; }
  .contact-info .photo-text {
    font-size: 17px;
    line-height: 24px;
    padding: 80px 0 0 40px; }
  .contact-form {
    margin-top: 30px; }
    .contact-form .fw {
      right: -28px; }
  #myygitingimused-text .contact-info .photo-text {
    padding: 20px 0 0 50px; }
  .contact-info.small .photo-text {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0 0 15px; }
  .contact-info.small .photo {
    height: 180px;
    width: 180px; }
  #myygiinfo .circle-table .col {
    max-width: none; }
  article.circle span.back-black {
    top: 20px; } }

@media screen and (max-width: 1600px) {
  .contact-info .photo {
    height: 160px;
    width: 160px; }
  .contact-info .photo-text {
    font-size: 16px;
    line-height: 23px;
    padding: 50px 0 0 40px; }
  .contact-info.small {
    padding: 3px 0 17px;
    width: 280px; }
    .contact-info.small .photo {
      height: 130px;
      width: 130px;
      margin-bottom: 10px; }
    .contact-info.small .photo-text {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0 0 15px;
      width: 160px; }
  #myygitingimused-text .contact-form {
    width: 320px; }
  #myygitingimused-text .contact-info .photo-text {
    padding: 20px 0 0 10px; } }

.apartment-info-wrapper .backtoapartments {
  top: 85px; }

.apartment-info-wrapper .apartment-plan-container {
  padding-left: 20px; }

@media screen and (max-width: 1366px) {
  #myygitingimused-text .contact-form {
    margin-top: 20px;
    width: 260px; }
  .contact-info .photo {
    height: 160px;
    width: 160px; }
  .contact-info .photo-text {
    padding-top: 60px;
    font-size: 15px;
    line-height: 22px; }
  #myygitingimused-text .contact-info .photo-text {
    padding: 15px 0 0 20px; }
  #finantseerimine-text .circle-table {
    max-height: none; }
  .contact-info.small .photo {
    height: 120px;
    width: 120px;
    margin-bottom: 0; }
  .contact-info.small .photo-text {
    font-size: 13px;
    line-height: 19px;
    padding: 25px 0 0 25px; }
  .apartment-info-wrapper .apartment-plan-container {
    padding-left: 50px; } }

@media screen and (max-width: 1280px) {
  .contact-info .photo {
    height: 170px;
    width: 170px;
    margin-bottom: 10px; }
  .contact-info .photo-text {
    padding-top: 50px;
    width: 100px;
    font-size: 15px;
    line-height: 23px; }
  .contact-projects {
    bottom: 22%; }
  article#myygiinfo.large #myygitingimused-text .contact-form {
    width: 240px; }
    article#myygiinfo.large #myygitingimused-text .contact-form.fw {
      right: -34px; }
  article#myygiinfo.large #myygitingimused-text .contact-info {
    width: 200px; }
    article#myygiinfo.large #myygitingimused-text .contact-info .photo-text {
      padding: 6px 0 0 30px; } }

@media screen and (max-height: 800px) {
  .contact-form {
    padding-top: 10px;
    padding-bottom: 60px;
    height: 224px; }
  #myygiinfo .contact-finance {
    bottom: auto;
    left: auto;
    position: static;
    width: auto; } }

@media screen and (max-width: 1860px) and (max-height: 1000px) {
  .birds-asukoht {
    width: 110px;
    height: 66px;
    display: none; }
  .circle-table {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    -ms-scrollbar-face-color: #b5038d;
    scrollbar-face-color: #b5038d;
    -ms-scrollbar-track-color: #fff;
    scrollbar-track-color: #fff; }
    .circle-table::-webkit-scrollbar {
      width: 10px;
      height: 100%; }
    .circle-table::-webkit-scrollbar-thumb {
      background: #b5038d; }
    .circle-table::-webkit-scrollbar-track {
      background: #fff; }
  #valitood-text .circle-table {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 630px; } }

/*Arendaja*/
.arendaja-circle {
  overflow: visible; }

.arendaja {
  background: no-repeat 0 0;
  background-size: contain;
  margin: 65px 0 0 -3%;
  padding: 100% 0 0 0;
  position: relative;
  width: 113%; }
  @media screen and (max-height: 800px) {
    .arendaja {
      margin-top: 40px; } }
  @media screen and (min-height: 1400px) {
    .arendaja {
      margin-top: 80px; } }
  .arendaja a {
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transition-duration: .3s; }
    .arendaja a:hover {
      background: rgba(255, 255, 255, 0.3); }
  .arendaja .merearipinnad {
    right: 8.09%;
    top: 40.7%;
    padding-top: 30%;
    width: 30%; }
  .arendaja .aurora-park {
    left: 0;
    top: 16.09%;
    padding-top: 38%;
    width: 38%; }
  .arendaja .ambassador {
    left: 30.62%;
    top: 0.03%;
    padding-top: 51%;
    width: 51%; }
  .arendaja .b_loftid {
    left: 16%;
    top: 42.49%;
    padding-top: 39.57%;
    width: 38.57%; }
  .arendaja .raua_25 {
    left: 9%;
    top: 0;
    padding-top: 21.57%;
    width: 21.57%; }
  .arendaja .tehnika_27 {
    right: 0.1%;
    top: 7.89%;
    padding-top: 27.57%;
    width: 27.57%; }

/*Inputs*/
input,
textarea {
  white-space: pre-wrap;
  background: none;
  border: 0;
  border-bottom: 1px solid #bcbdc0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  padding: 0 0 0 10px;
  margin: 0;
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  min-height: 26px; }

textarea {
  line-height: 18px;
  padding-top: 4px;
  resize: none;
  height: 128px; }

@media screen and (max-height: 800px) {
  textarea {
    height: 78px; } }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b5038d; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b5038d;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b5038d;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5038d; }

button {
  position: relative;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #4a4a4b;
  -mox-box-shadow: 0 0 1px #4a4a4b;
  -webkit-box-shadow: 0 0 1px #4a4a4b;
  box-shadow: 0 0 1px #4a4a4b;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  button:hover {
    background: #b5038d;
    -mox-box-shadow: 0 0 1px #b5038d;
    -webkit-box-shadow: 0 0 1px #b5038d;
    box-shadow: 0 0 1px #b5038d; }

input.invalid,
textarea.invalid {
  color: #FF132D;
  border-bottom: 1px solid #FF132D !important; }

input.invalid::-webkit-input-placeholder,
textarea.invalid::-webkit-input-placeholder {
  opacity: 1;
  color: #FF132D; }

input.invalid:-moz-placeholder,
textarea.invalid:-moz-placeholder {
  opacity: 1;
  color: #FF132D; }

input.invalid::-moz-placeholder,
textarea.invalid::-moz-placeholder {
  opacity: 1;
  color: #FF132D; }

input.invalid:-ms-input-placeholder,
textarea.invalid:-ms-input-placeholder {
  opacity: 1;
  color: #FF132D; }

/*Viimistlus*/
#viimistlus {
  white-space: normal; }
  #viimistlus footer {
    bottom: 60px;
    display: block;
    height: auto;
    left: 88px;
    padding: 0;
    position: absolute;
    text-align: left;
    vertical-align: baseline;
    z-index: 209; }
    #viimistlus footer img {
      position: absolute; }
  #viimistlus .buttons-frame {
    bottom: 50px;
    position: absolute;
    right: -560px;
    width: 510px; }
    @media (min-width: 2400px) {
      #viimistlus .buttons-frame {
        transform: translate(150px, -50px) scale(1.5); } }

.package-button {
  background: rgba(255, 255, 255, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b5038d;
  border-radius: 50%;
  display: block;
  height: 150px;
  float: left;
  margin: 0 0 0 20px;
  padding: 33px 0 0;
  position: relative;
  text-align: center;
  -moz-transition: background ease-in-out .3s;
  -o-transition: background ease-in-out .3s;
  -webkit-transition: background ease-in-out .3s;
  transition: background ease-in-out .3s;
  width: 150px;
  white-space: normal; }
  .package-button:hover, .package-button.active {
    background: white; }
  .package-button.black {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin-top: -60px; }
    .package-button.black:hover, .package-button.black.active {
      background: black; }
  .package-button span {
    display: block; }
  .package-button .label {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase; }
  .package-button .name {
    font-family: "museo300", sans-serif;
    line-height: 24px;
    font-size: 21px;
    padding: 3px 0 0;
    text-transform: uppercase; }
  .package-button.purple {
    background: rgba(182, 0, 141, 0.7);
    color: #fff; }
    .package-button.purple:hover, .package-button.purple.active {
      background: #b6008d; }
    .package-button.purple .name {
      font-size: 21px;
      line-height: 24px; }
  .package-button .icon {
    margin: -20px 0 5px; }
    .package-button .icon img {
      vertical-align: top; }
  .package-button .pdf {
    background: #000;
    border-radius: 50%;
    bottom: 5px;
    color: #fff;
    font: 300 13px/34px "museo300", sans-serif;
    height: 34px;
    left: -5px;
    position: absolute;
    width: 34px; }

.sisearhitekt {
  bottom: 80px;
  height: 310px;
  left: 170px;
  width: 310px; }
  @media screen and (min-width: 2500px) {
    .sisearhitekt {
      bottom: 130px;
      height: 510px;
      width: 510px; } }

.sisearhitekt-text {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 25px !important;
  color: #000;
  padding-top: 40px; }
  .sisearhitekt-text span {
    font-size: 23px;
    color: #b5038d; }

.birds-viimistlus {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 165px;
  width: 270px; }
  @media screen and (min-width: 2500px) {
    .birds-viimistlus {
      height: auto;
      width: 300px; } }

.note-illustrative {
  bottom: 10px;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 15px;
  z-index: 0;
  white-space: nowrap; }
  .note-illustrative .sound {
    background: url(../img/sound-on-white.svg) no-repeat 50% 50%;
    background-size: 30px 30px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 0 0 10px;
    width: 30px;
    vertical-align: middle; }
    .note-illustrative .sound.off {
      background-image: url(../img/sound-off-white.svg); }

.package-gallery {
  background: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 101%;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  width: 100%;
  white-space: normal;
  z-index: 10000; }
  .package-gallery.open {
    top: 0; }
  .package-gallery .slider {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    /*visibility: hidden;*/
    top: 0;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    z-index: 0; }
    .package-gallery .slider.active {
      opacity: 1;
      z-index: 1; }
    .package-gallery .slider .image {
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .package-gallery .buttons {
    bottom: 30px;
    height: 130px;
    left: 0;
    line-height: 130px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1; }
    @media (min-width: 2400px) {
      .package-gallery .buttons {
        transform: translate(0, -50px) scale(1.5); } }
  .package-gallery .package-button {
    display: inline-block;
    float: none;
    margin: 0 20px;
    vertical-align: middle; }
    .package-gallery .package-button:after {
      background: url(../img/viimistlus/button-bird.svg) no-repeat 0 0;
      bottom: 15px;
      left: -15px;
      content: "";
      display: block;
      height: 35px;
      opacity: 0;
      position: absolute;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      width: 35px; }
    .package-gallery .package-button.black:after {
      left: auto;
      right: -15px; }
    .package-gallery .package-button.active:after {
      opacity: 1; }
  .package-gallery .button-small {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font: 300 13px/34px "museo300", sans-serif;
    height: 34px;
    margin: 0 10px;
    text-transform: uppercase;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    vertical-align: middle;
    width: 34px; }
    .package-gallery .button-small.info {
      font-size: 11px; }
    .package-gallery .button-small:hover, .package-gallery .button-small.active {
      background: #b5038d;
      -moz-transform: scale(1.17);
      -ms-transform: scale(1.17);
      -o-transform: scale(1.17);
      -webkit-transform: scale(1.17);
      transform: scale(1.17); }
  .package-gallery .info-box {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1134px;
    left: 50%;
    margin: 0 0 0 -567px;
    padding: 540px 0 0 0;
    position: absolute;
    -moz-transition: top ease-in-out .5s;
    -o-transition: top ease-in-out .5s;
    -webkit-transition: top ease-in-out .5s;
    transition: top ease-in-out .5s;
    top: -1135px;
    width: 1134px;
    z-index: 10; }
    .package-gallery .info-box.open {
      top: -540px; }
  .package-gallery .info-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 595px;
    padding: 70px 170px 0;
    position: relative; }
    .package-gallery .info-content h2 {
      color: #b5038d;
      font: 300 28px/32px "museo300", sans-serif;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    .package-gallery .info-content .desc {
      font-size: 13px;
      line-height: 22px;
      margin: 32px 0 0;
      width: 270px; }
    .package-gallery .info-content .included {
      position: absolute;
      right: 200px;
      top: 70px;
      width: 430px; }
      .package-gallery .info-content .included .picture {
        float: left;
        margin: 0 0 0 50px;
        position: relative; }
        .package-gallery .info-content .included .picture:first-child {
          margin-left: 0; }
    .package-gallery .info-content .caption {
      color: #000;
      font-size: 13px;
      left: 0;
      line-height: 18px;
      position: absolute;
      text-align: right;
      top: 0;
      -moz-transform: translate(-115px, 92px) rotate(-90deg);
      -ms-transform: translate(-115px, 92px) rotate(-90deg);
      -o-transform: translate(-115px, 92px) rotate(-90deg);
      -webkit-transform: translate(-115px, 92px) rotate(-90deg);
      transform: translate(-115px, 92px) rotate(-90deg);
      white-space: nowrap;
      width: 200px; }
    .package-gallery .info-content .suggestion {
      left: 0;
      bottom: 85px;
      position: absolute;
      text-align: center;
      width: 100%; }
      .package-gallery .info-content .suggestion .picture {
        display: inline-block;
        position: relative;
        vertical-align: middle; }
      .package-gallery .info-content .suggestion .more {
        background: #b5038d url(../img/viimistlus/arrow-down-more.svg) no-repeat 50% 47px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 63px;
        line-height: 12px;
        letter-spacing: -1px;
        margin: 0 0 0 10px;
        padding: 16px 10px 0;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        vertical-align: middle;
        width: 63px;
        white-space: normal; }
        .package-gallery .info-content .suggestion .more:hover {
          background-position: 50% 50px; }
  .package-gallery .close-info {
    bottom: 30px;
    color: #b5038d;
    cursor: pointer;
    font-size: 11px;
    line-height: 14px;
    left: 50%;
    margin: 0 0 0 -40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 80px; }
    .package-gallery .close-info:after {
      background: url(../img/close-purple.svg) no-repeat 50% 50%;
      background-size: 9px 9px;
      content: "";
      display: inline-block;
      height: 9px;
      padding-left: 10px;
      width: 9px; }
  .package-gallery .flex-caption {
    bottom: auto;
    top: 35px; }

.close-package-gallery {
  background: url(../img/close-gallery.svg) no-repeat 50% 50%;
  background-size: 48px 52px;
  cursor: pointer;
  height: 52px;
  right: 15px;
  position: absolute;
  top: 15px;
  width: 48px;
  z-index: 10; }

/*Circle buttons*/
.circle-button {
  border-radius: 50%;
  opacity: 0.85;
  text-align: center;
  display: table;
  cursor: pointer;
  background-color: #000;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*&.purple {
		background-color: $purple;
	}

	&.black {
		background-color: $black;
	}

	&.white {
		background-color: $white;
	}*/ }
  .circle-button:hover {
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #b5038d; }
  .circle-button span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "museo300", sans-serif;
    color: #fff;
    opacity: 1;
    margin: 0 auto; }
  .circle-button.active {
    opacity: 1;
    background-color: #b5038d; }

.backtoapartments span.back-black {
  position: relative; }
  .backtoapartments span.back-black:after {
    content: "";
    background: url("../img/back-black.svg") no-repeat center;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -10px;
    top: 3px; }

/*Media Queries*/
@media screen and (min-width: 2000px) and (min-height: 1200px) {
  article.circle.large span.close-black {
    padding-right: 140px; }
  article.circle span.back-black {
    padding-left: 50px;
    font-size: 16px;
    top: 31px; }
    article.circle span.back-black:before {
      background-size: 12px 12px;
      width: 12px;
      height: 12px; }
  span.close-black {
    padding-right: 100px;
    font-size: 16px; }
    span.close-black:after {
      background-size: 12px 12px;
      width: 12px;
      height: 12px; }
  h1 {
    font-size: 42px;
    line-height: 48px; }
  .article-text .prices-filter {
    font-size: 20px;
    line-height: 6px;
    padding-top: 60px;
    height: 80px; }
  .article-text .price-table-container {
    height: 560px;
    font-size: 18px; }
    .article-text .price-table-container table thead {
      height: 50px;
      width: 100%; }
    .article-text .price-table-container table tbody {
      height: 560px;
      width: 100%; }
      .article-text .price-table-container table tbody tr td {
        font-size: 18px;
        line-height: 45px; }
        .article-text .price-table-container table tbody tr td .pdficon, .article-text .price-table-container table tbody tr td .pdficon-disabled {
          width: 27px;
          height: 45px;
          line-height: 40px; }
  .article-text .price-table-container table td th a, .article-text .price-table-container table tr th a {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 8px;
    font-weight: 600;
    text-align: center;
    color: #000;
    overflow: visible;
    height: 50px;
    vertical-align: bottom; }
    .article-text .price-table-container table td th a:after, .article-text .price-table-container table tr th a:after {
      background-size: 12px 8px;
      height: 12px;
      font-size: 15px;
      bottom: 2px;
      width: 12px; }
  .article-text .price-buttons {
    padding-top: 50px;
    font-size: 20px; }
    .article-text .price-buttons a img {
      vertical-align: text-bottom;
      margin-right: 7px;
      width: 27px;
      height: auto; }
  .article-text .price-terms p {
    font-size: 18px; }
  .asendiplaan .buttons-frame {
    bottom: 50px;
    right: 50px;
    width: 280px;
    height: 410px; }
    .asendiplaan .buttons-frame .circle-button#kaart {
      width: 220px;
      height: 220px; }
      .asendiplaan .buttons-frame .circle-button#kaart span {
        font-size: 38px; }
    .asendiplaan .buttons-frame .label#compass {
      width: 165px;
      height: 165px; } }

@media screen and (min-width: 1600px) and (min-height: 1050px) {
  #myygiinfo #main-text h1 {
    font-size: 41px;
    padding-top: 45px;
    padding-bottom: 45px; }
  #myygiinfo #main-text .circle-table .contact-info {
    margin: 10px 0 45px; }
  #myygiinfo #main-text .circle-table .contact-form {
    height: 395px;
    width: 470px;
    max-width: 470px; }
  #myygiinfo #main-text .circle-table .contact-info .fw {
    top: 46%; }
  #myygiinfo #main-text .contact-form .fw #feed-submit {
    height: 90px;
    width: 90px;
    font-size: 17px; }
  #myygiinfo #main-text .form-item.checkbox {
    margin: -50px auto; }
  #myygiinfo #main-text .form-item #feed-message {
    padding-bottom: 190px;
    overflow-y: hidden; }
  #myygiinfo #main-text .form-item.checkbox span {
    margin-top: 71px;
    font-size: 17px; }
  #myygiinfo #main-text .feed-back .f1 {
    height: 200px; }
  #myygiinfo #main-text .feed-back .form-item {
    height: 50px; }
  #myygiinfo #main-text .form-item input {
    font-size: 17px;
    height: 32px; }
  #myygiinfo #main-text .form-item textarea {
    font-size: 17px;
    padding-top: 8px; }
  #myygiinfo #main-text .form-item checkbox {
    height: 10px;
    width: 10px;
    margin-top: 18px; }
  #myygiinfo #main-text .form-item label {
    width: 15px;
    height: 15px;
    margin-top: 74px; }
  #myygiinfo #main-text .form-item span {
    font-size: 16px; }
  #myygiinfo #main-text .feedback-from {
    height: 80px;
    width: 81px;
    font-size: 16px; }
  #myygiinfo #main-text .contact-form .fw {
    top: 47%; }
  #myygiinfo #finantseerimine-text h1 {
    font-size: 41px; }
  #myygiinfo #finantseerimine-text .contact-finance .photo {
    height: 200px;
    width: 200px; }
  #myygiinfo #finantseerimine-text .contact-finance .photo-text {
    font-size: 17px;
    line-height: 23px; } }

@media screen and (max-width: 1600px) and (max-height: 1200px) {
  .lefttop + .circle-label,
  .leftbottom + .circle-label {
    top: -47px;
    left: 198px; }
  .righttop + .circle-label,
  .rightbottom + .circle-label {
    top: -47px;
    right: 198px; }
  h1 {
    font-size: 29px;
    padding-bottom: 25px; }
  h2 {
    font-size: 19px;
    padding-bottom: 19px;
    padding-top: 17px; }
  article.circle .article-text {
    margin-top: 80px;
    margin-left: 75px; }
  .article-text p {
    font-size: 13px;
    line-height: 20px; }
  article footer {
    padding-bottom: 40px; }
  .birds-family {
    background-size: 217px 88px;
    width: 217px;
    height: 88px; }
  .birds-elukeskkond {
    background-size: 319px 118px;
    width: 319px;
    height: 118px; }
  .birds-asukoht {
    width: 110px;
    height: 66px;
    display: none; }
  span.back-black, span.close-black {
    font-size: 11px; }
  span.back-black:before {
    content: "";
    background: url("../img/back-black.svg") no-repeat center;
    background-size: 8px 8px;
    width: 8px;
    height: 8px; }
  span.close-black {
    right: 100px;
    top: 26%; }
    span.close-black:after {
      content: "";
      background: url("../img/close-black.svg") no-repeat center;
      background-size: 8px 8px;
      width: 8px;
      height: 8px; }
  article.circle span.back-black {
    font-size: 11px;
    top: 15px; }
    article.circle span.back-black:after {
      content: "";
      background: url("../img/back-black.svg") no-repeat center;
      background-size: 8px 8px;
      width: 8px;
      height: 8px; }
  article#ehitus .contact-finance h3,
  article#myygiinfo .contact-finance h3 {
    padding: 30px 0 20px; }
  article#ehitus .buttons-frame,
  article#myygiinfo .buttons-frame {
    width: 250px;
    height: 210px;
    bottom: 60px;
    right: -320px; }
    article#ehitus .buttons-frame .circle-button,
    article#myygiinfo .buttons-frame .circle-button {
      height: 130px;
      width: 130px; }
      article#ehitus .buttons-frame .circle-button#valitood span,
      article#myygiinfo .buttons-frame .circle-button#valitood span {
        font-size: 25px;
        line-height: 29px; }
      article#ehitus .buttons-frame .circle-button#ehitusinfo span,
      article#myygiinfo .buttons-frame .circle-button#ehitusinfo span {
        font-size: 22px;
        line-height: 26px; }
      article#ehitus .buttons-frame .circle-button#finantseerimine span, article#ehitus .buttons-frame .circle-button#myygitingimused span,
      article#myygiinfo .buttons-frame .circle-button#finantseerimine span,
      article#myygiinfo .buttons-frame .circle-button#myygitingimused span {
        font-size: 19px;
        line-height: 25px; }
    article#ehitus .buttons-frame #video,
    article#myygiinfo .buttons-frame #video {
      right: -110px; }
  .circle-table > p {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding-top: 20px; }
  .circle-table {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    -ms-scrollbar-face-color: #b5038d;
    scrollbar-face-color: #b5038d;
    -ms-scrollbar-track-color: #fff;
    scrollbar-track-color: #fff; }
    .circle-table::-webkit-scrollbar {
      width: 10px;
      height: 100%; }
    .circle-table::-webkit-scrollbar-thumb {
      background: #b5038d; }
    .circle-table::-webkit-scrollbar-track {
      background: #fff; }
    .circle-table h2 {
      font-size: 17px;
      line-height: 19px;
      padding-bottom: 2px;
      padding-top: 12px; }
  #valitood-text .circle-table {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 630px;
    display: block; }
  #myygitingimused-text .article-wrap .circle-table {
    overflow-y: auto; }
  #viimistlus .buttons-frame {
    right: -500px;
    width: 450px; }
  .package-button {
    font-size: 23px;
    line-height: 27px;
    height: 130px;
    padding-top: 23px;
    width: 130px; }
    .package-button.purple .name {
      font-size: 18px;
      line-height: 21px; }
    .package-button .icon {
      margin-top: -10px; }
    .package-button .pdf {
      left: -10px;
      bottom: 5px; }
  .sisearhitekt {
    bottom: 90px;
    height: 250px;
    left: 130px;
    width: 250px; }
  .endover-logo {
    width: 150px;
    height: auto; }
  .bottom {
    left: 34%; }
  .contact-projects {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: right;
    background: #e21e27;
    padding: 16px;
    font-size: 17px;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px; } }

@media screen and (max-width: 1600px) and (max-height: 900px) {
  /*.imagemap-wrapper .imagemap-container .text {
		position: absolute;
		bottom: 178px;
		left: 526px;
	}*/
  .endover-logo {
    width: 150px;
    height: auto; }
  .bottom {
    left: 40%; }
  .contact-projects {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: right;
    background: #e21e27;
    padding: 16px;
    font-size: 17px;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px; }
  article footer {
    padding-bottom: 30px; }
    article footer img.circle-illustration {
      width: 46%; } }

@media screen and (max-width: 1440px) and (max-height: 900px) {
  .endover-logo {
    padding-top: 23px;
    width: 138px; }
  .lookese-logo {
    width: 82px; }
  nav {
    font-size: 13px !important; }
  nav a span:after {
    top: 15px; }
  .circles {
    width: 1300px;
    z-index: 155;
    font-size: 25px;
    line-height: 31px; }
    .circles span.close {
      font-size: 11px;
      bottom: 20px;
      left: 138px; }
    .circles span.close:after {
      content: "";
      background: url("../img/close-purple.svg") no-repeat center;
      background-size: 8px 8px;
      width: 8px;
      height: 8px;
      padding-left: 10px;
      display: inline-block; }
  .circle-wrap {
    width: 325px;
    height: 325px; }
  .lefttop + .circle-label, .leftbottom + .circle-label {
    top: -47px;
    left: 175px; }
  .righttop + .circle-label, .rightbottom + .circle-label {
    top: -47px;
    right: 175px; }
  .image-first .bird1 {
    background: url("../img/bird-mother.svg") no-repeat center;
    background-size: 105px 105px;
    width: 105px;
    height: 105px;
    position: relative;
    z-index: 99; }
  .image-first .bird2 {
    background: url("../img/bird-father.svg") no-repeat center;
    background-size: 96px 93px;
    width: 96px;
    height: 93px; }
  .image-first .bird2:after {
    background: url("../img/bird-child2.svg") no-repeat center;
    background-size: 44px 57px;
    width: 44px;
    height: 57px; }
  .image-first .bird3 {
    background: url("../img/bird-child1.svg") no-repeat center;
    background-size: 52px 59px;
    width: 52px;
    height: 59px; }
  .birds-ehitus {
    background-size: 180px 86px;
    width: 180px;
    height: 86px; }
  article.circle .article-text h1 {
    padding-bottom: 20px; }
  article.circle .article-text p {
    font-size: 12px; }
  article.circle#myygiinfo.large .col.big {
    margin-top: -60px; }
    article.circle#myygiinfo.large .col.big h3 {
      padding-bottom: 10px; }
  article.circle .article-text {
    margin-left: 65px; }
  .circle-table > p {
    width: 100%;
    font-size: 12px;
    padding-top: 20px; }
  .sisearhitekt {
    bottom: 90px;
    height: 250px;
    left: 130px;
    width: 250px; }
  .package-button .name {
    line-height: 22px;
    font-size: 19px; }
  .package-button.purple .name {
    line-height: 22px;
    font-size: 19px; }
  .endover-logo {
    width: 150px;
    height: auto; }
  .bottom {
    left: 40%; }
  .contact-projects {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: right;
    background: #e21e27;
    padding: 16px;
    font-size: 17px;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px; } }

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  .endover-logo {
    width: 150px;
    height: auto; }
  .bottom {
    left: 40%; }
  .contact-projects {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 30%;
    text-align: right;
    background: #e21e27;
    padding: 16px;
    font-size: 17px;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px; } }

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .circle.normal span.close-black {
    right: 100px; }
  .endover-logo {
    width: 140px;
    height: auto; }
  .bottom {
    margin-left: -44px;
    left: 33%; }
  .button-news-letter {
    width: 24px;
    margin: 20px 10px 20px 5px; }
  .languages {
    font-size: 10px; }
  .contact a {
    font-size: 9px; }
  .contact-form {
    height: 237px; }
  .image-vide .bird1,
  .image-first .bird1 {
    background: url("../img/bird-mother.svg") no-repeat center;
    background-size: 90px 90px;
    width: 90px;
    height: 90px; }
  .image-vide .bird2,
  .image-first .bird2 {
    background: url("../img/bird-father.svg") no-repeat center;
    background-size: 82px 80px;
    width: 82px;
    height: 80px; }
  .image-vide .bird2:after,
  .image-first .bird2:after {
    background: url("../img/bird-child2.svg") no-repeat center;
    background-size: 38px 49px;
    width: 38px;
    height: 49px; }
  .image-vide .bird3,
  .image-first .bird3 {
    background: url("../img/bird-child1.svg") no-repeat center;
    background-size: 45px 51px;
    width: 45px;
    height: 51px; }
  .sisearhitekt {
    height: 200px;
    width: 200px;
    left: 180px;
    bottom: 80px; }
  .asendiplaan .buttons-frame {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 170px;
    height: 240px; }
    .asendiplaan .buttons-frame .circle-button#kaart {
      width: 130px;
      height: 130px; }
      .asendiplaan .buttons-frame .circle-button#kaart span {
        font-size: 25px; }
    .asendiplaan .buttons-frame .label#compass {
      width: 100px;
      height: 100px; }
  article.circle .article-text {
    margin-top: 70px;
    margin-left: 55px; }
    article.circle .article-text h1 {
      padding-bottom: 14px; }
    article.circle .article-text p {
      font-size: 12px;
      line-height: 20px; }
  .circle-table h2 {
    font-size: 15px;
    padding-bottom: 2px;
    padding-top: 6px; }
  .circle-table > p {
    font-size: 15px;
    padding-top: 20px; }
  .circle-table {
    overflow-x: hidden;
    overflow-y: auto; }
  /*#myygitingimused-text .circle-table {
		overflow-y: auto !important;
	}*/
  #asukoht .circle-table {
    overflow-y: auto !important; }
  article.circle .article-text.large, article.circle .article-text.normal {
    margin-top: 50px; }
  article#ehitus .buttons-frame,
  article#myygiinfo .buttons-frame {
    width: 150px;
    height: 270px;
    right: -220px; }
  article#ehitus.large #myygitingimused-text .contact-form,
  article#myygiinfo.large #myygitingimused-text .contact-form {
    padding-bottom: 70px; }
  .package-gallery .info-box {
    height: 1034px;
    margin-left: -517px;
    width: 1034px; }
  .package-gallery .info-content {
    padding: 30px 170px 0;
    height: 495px; }
    .package-gallery .info-content .desc {
      font-size: 12px;
      line-height: 18px;
      margin-top: 15px; }
    .package-gallery .info-content .included {
      right: 100px;
      top: 30px;
      width: 360px; }
      .package-gallery .info-content .included img {
        max-width: 150px; }
  #hinnad .prices-filter {
    font-size: 15px;
    height: 50px; }
  #hinnad h1 {
    padding-bottom: 19px; }
  #hinnad .price-buttons {
    padding-top: 40px; }
  #hinnad .price-terms {
    margin-top: 15px; }
  .apartment-info-wrapper .zoombtns {
    right: 8px; }
  .apartment-info-wrapper .apartment-illustration {
    right: 68px;
    width: 220px;
    bottom: 130px; } }

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  article footer {
    padding-bottom: 30px; }
    article footer img.circle-illustration {
      width: 57%; }
    article footer img.birds-ehitus {
      width: 19%; }
  .article-text .price-buttons {
    padding-top: 36px; }
  .apartment-info-wrapper .apartment-plan-container span.active {
    width: 550px; } }

.gm-style img {
  vertical-align: top; }

.vimeo-video-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }
  .vimeo-video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

img[src='/ringmaja/img/asukoht/radius.png'].hidden {
  opacity: 0;
  transform: scale(0); }

.mapTransition {
  transition: all 2s ease-in-out; }

img[src='/ringmaja/img/asukoht/radius.png'] {
  opacity: 1;
  transform: scale(1); }

#gallery .slide li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fake-imagemap {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .fake-imagemap.selected {
    opacity: 1;
    pointer-events: auto; }
  .fake-imagemap div {
    background: none !important; }
  .fake-imagemap img {
    height: 100%;
    max-height: none;
    max-width: none;
    width: 100%; }

.discount-popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in; }
  .discount-popUp.display {
    opacity: 1; }

.discount-popUp-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #394146;
  padding: 67px 54px 57px 77px;
  text-transform: uppercase;
  color: white;
  width: 392px;
  text-align: left;
  font-size: 88px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .discount-popUp-info div {
    height: 100%;
    background: none; }
  .discount-popUp-info a {
    display: block;
    color: white;
    margin-left: -27px;
    padding-left: 27px;
    font-weight: bold;
    font-size: 29px;
    line-height: 80px;
    margin-top: 21px; }

.info-image {
  background: url(../img/popup.png?2) no-repeat;
  height: 243px; }
  .info-image a {
    height: 100%;
    background: none; }

.info-image-en {
  background: url(../img/popup-en.png?2) no-repeat;
  height: 243px; }
  .info-image-en a {
    height: 100%;
    background: none; }

.info-image-ru {
  background: url(../img/popup_ru.png?2) no-repeat;
  height: 243px; }
  .info-image-ru a {
    height: 100%;
    background: none; }

.discount-popUp-close {
  position: absolute;
  right: -53px;
  top: -5px;
  background: url(../img/discount-close.png) no-repeat center;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none !important;
  transition: none; }
  .discount-popUp-close:hover {
    background: url(../img/discount-close.png) no-repeat center; }

.content-campaign {
  background: #fff; }

.donation {
  font-size: 18px;
  line-height: 1.3;
  padding: 0 30px 0 0;
  white-space: normal; }
  .donation .sum {
    display: inline-block;
    white-space: nowrap; }

.embed {
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: 1s left;
  width: 100%; }
  .embed .video-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 52px;
    background: url(../img/close-gallery.svg) no-repeat left top;
    background-size: 48px 52px;
    z-index: 1113;
    cursor: pointer; }
  .embed .video-cover {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1112; }
  .embed iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1111; }

.v-open {
  left: 0; }

.LHV_sales {
  font-size: 14px;
  margin-top: 40px;
  line-height: 21px; }
  .LHV_sales__logo {
    width: 35%;
    margin-bottom: 20px; }
  .LHV_sales__apply_for_loan {
    color: inherit;
    cursor: pointer;
    padding: 3px 5px;
    line-height: 13px;
    border: solid 1px #000; }
    .LHV_sales__apply_for_loan--rus {
      font-size: 12px; }
  .LHV_sales p {
    font-size: inherit;
    margin-bottom: 20px; }

.SWED_sales {
  font-size: 14px;
  margin-top: 36px;
  line-height: 21px; }
  .SWED_sales__logo {
    width: 50%; }
  .SWED_sales p {
    font-size: inherit;
    margin-bottom: 20px; }

.space-between {
  width: 10% !important; }

.showcase-ready {
  align-items: center;
  background: url(../img/showcase/bg.png) no-repeat 50% 50%;
  color: #b6008d;
  display: flex;
  height: 429px;
  font-size: 38px;
  font-family: 'museo300', 'MuseoCyrl-500', sans-serif;
  justify-content: center;
  left: 50%;
  line-height: 1.286;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.7s;
  width: 547px;
  z-index: 11; }
  .showcase-ready.closed {
    top: -150%; }
  .showcase-ready__close {
    background: url(../img/showcase/close.png) no-repeat 100% 50%;
    color: #b5038d;
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    left: 50%;
    line-height: 1.2;
    padding: 0 20px 0 0;
    transform: translateX(-50%); }
  .showcase-ready .contact-us {
    align-items: center;
    background: #b5038d;
    border-radius: 50%;
    box-shadow: 0px 7px 9.36px 3.64px rgba(0, 0, 0, 0.36);
    bottom: -10px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 146px;
    justify-content: center;
    left: 33px;
    line-height: 1.25;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 146px; }
    .showcase-ready .contact-us:before {
      background: url(../img/showcase/bird-left.png) no-repeat 0 0;
      content: "";
      height: 45px;
      left: 7px;
      position: absolute;
      top: -22px;
      width: 38px; }
    .showcase-ready .contact-us__content:after {
      background: url(../img/showcase/arrow-down.png) no-repeat 0 0;
      content: "";
      display: block;
      height: 17px;
      margin: 15px auto 0;
      transition: transform 0.3s;
      width: 31px; }
    .showcase-ready .contact-us:hover .contact-us__content:after {
      transform: translateY(10px); }
  .showcase-ready .link-to-promo {
    border-radius: 50%;
    height: 390px;
    position: absolute;
    top: 0;
    width: 390px; }

.showcase-ready-overlay {
  background: url(../img/showcase/overlay.png) repeat 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 10; }
  .showcase-ready-overlay.closed {
    opacity: 0; }

html[lang="ru"] .showcase-ready {
  font-family: 'museo300-cyrl', 'sans-serif';
  font-size: 30px; }
  html[lang="ru"] .showcase-ready .contact-us {
    font-size: 17px; }

.kliendipaev-container {
  background: white;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  min-width: 1000px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 203; }
  .kliendipaev-container .circle {
    position: relative; }
    .kliendipaev-container .circle__bg {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      padding: 100% 0 0;
      z-index: 0; }
  .kliendipaev-container .circle1-big {
    top: -55px;
    width: 45%; }
    .kliendipaev-container .circle1-big .circle__bg {
      background-image: url(../img/kliendipaev/1.jpg); }
  .kliendipaev-container .circle2-small {
    position: absolute;
    right: 3%;
    top: -50px;
    width: 15%; }
    .kliendipaev-container .circle2-small .circle__bg {
      background-image: url(../img/kliendipaev/2.jpg); }
  .kliendipaev-container .introduction {
    box-sizing: border-box;
    min-width: 460px;
    max-width: 700px;
    padding-right: 12%;
    position: absolute;
    right: 10%;
    top: 15%;
    width: 36%;
    z-index: 1; }
    @media screen and (min-width: 1400px) {
      .kliendipaev-container .introduction {
        padding-right: 12%;
        right: 10%;
        top: 15%; } }
    @media screen and (min-width: 2000px) {
      .kliendipaev-container .introduction {
        padding-right: 12%;
        right: 15%;
        top: 20%; } }
    .kliendipaev-container .introduction p {
      font-size: 21px;
      font-weight: 300;
      line-height: 1.375;
      margin: 20px 0 0;
      white-space: normal; }
      @media screen and (min-width: 1400px) {
        .kliendipaev-container .introduction p {
          font-size: 21px; } }
      @media screen and (min-width: 1600px) {
        .kliendipaev-container .introduction p {
          font-size: 24px !important; } }
      @media screen and (min-width: 1800px) {
        .kliendipaev-container .introduction p {
          font-size: 30px !important; } }
  .kliendipaev-container .circle3-medium {
    bottom: 5%;
    position: absolute;
    right: -1.5%;
    width: 27%; }
    @media screen and (min-width: 1400px) {
      .kliendipaev-container .circle3-medium {
        width: 25%; } }
    @media screen and (min-width: 2300px) {
      .kliendipaev-container .circle3-medium {
        width: 20%; } }
    @media screen and (min-height: 1000px) {
      .kliendipaev-container .circle3-medium {
        bottom: 20%; } }
    .kliendipaev-container .circle3-medium .circle__bg {
      background-image: url(../img/kliendipaev/3.jpg); }
  .kliendipaev-container .see-more {
    background-color: #b5038d;
    background-image: url(../img/arrow-open.png);
    background-repeat: no-repeat;
    background-position: 29px 54px;
    border-radius: 50%;
    bottom: -40px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    height: 80px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    transition: .3s opacity;
    width: 80px;
    z-index: 1; }
    .kliendipaev-container .see-more p {
      margin-top: 15px; }
  .kliendipaev-container .hide-scroller {
    opacity: 0; }
  .kliendipaev-container .circle-register-container {
    height: 95%;
    overflow-y: hidden;
    padding-bottom: 5%; }
  .kliendipaev-container .circle-register {
    bottom: -55px;
    left: -200px;
    width: 80%; }
    .kliendipaev-container .circle-register__bg {
      background-color: #fbf2f9;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .kliendipaev-container .register-content {
    left: 30%;
    max-width: 40%;
    position: relative;
    top: 120px;
    z-index: 1; }
    .kliendipaev-container .register-content h2 {
      padding-bottom: 40px; }
  .kliendipaev-container .hidden {
    display: none; }
  .kliendipaev-container .circle4-big {
    position: absolute;
    right: -21%;
    top: 0%;
    width: 45%; }
    .kliendipaev-container .circle4-big .circle__bg {
      background-image: url(../img/galerii/showcase/1.jpg); }
  .kliendipaev-container input {
    border-bottom: 2px solid #bcbdc0 !important;
    color: #3f403f;
    margin-bottom: 20px !important; }
  .kliendipaev-container textarea {
    border-bottom: 2px solid #bcbdc0 !important;
    color: #3f403f;
    margin-bottom: 20px !important; }
  .kliendipaev-container h1 {
    font-size: 65px;
    line-height: 74px;
    padding: 0 0 50px;
    text-transform: none; }
    @media screen and (min-width: 1600px) {
      .kliendipaev-container h1 {
        font-size: 71px; } }
  .kliendipaev-container h2 {
    font-family: 'museo300', 'museo300-cyrl', sans-serif;
    font-size: 32px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 1600px) {
      .kliendipaev-container h2 {
        font-size: 38px; } }
  .kliendipaev-container button {
    background-color: #b5038d;
    border-radius: 4px;
    color: white;
    font-size: 22px;
    font-weight: 300;
    padding: 17px 35px;
    position: relative;
    text-transform: none;
    width: auto; }
  .kliendipaev-container .form-item.checkbox span {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 1px; }
  .kliendipaev-container .form-item.checkbox label {
    padding: 3px; }
  .kliendipaev-container .form-item.checkbox label:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px; }
  @media screen and (min-width: 1600px) {
    .kliendipaev-container input {
      font-size: 18px;
      padding: 10px 0 10px 15px; }
    .kliendipaev-container textarea {
      font-size: 18px;
      padding: 10px 0 10px 15px; }
    .kliendipaev-container .form-item.checkbox span {
      font-size: 18px;
      padding-left: 33px;
      padding-top: 1px; }
    .kliendipaev-container .form-item.checkbox label {
      padding: 4px; }
    .kliendipaev-container .form-item.checkbox label:after {
      background-size: 14px 14px;
      height: 14px;
      width: 14px; } }
  .kliendipaev-container .contact-form {
    background-color: transparent !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 0 !important;
    width: 100% !important; }
    .kliendipaev-container .contact-form .fw {
      margin: 0;
      position: relative;
      right: auto;
      top: auto; }
  .kliendipaev-container .form-item.checkbox {
    float: none;
    margin: 0 0 50px; }
    .kliendipaev-container .form-item.checkbox span {
      white-space: normal; }
  .kliendipaev-container .register-content-wrapper-after h2 {
    color: #b5038d; }
  .kliendipaev-container .register-content-wrapper-after p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 20px 0; }
  .kliendipaev-container .register-content-wrapper-after .register-map {
    background-image: url(../img/kliendipaev/kaart.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #b5038d;
    font-size: 16px;
    font-weight: 300;
    height: 300px;
    margin: 50px 0 0;
    width: 410px; }
    .kliendipaev-container .register-content-wrapper-after .register-map-button {
      background: white;
      bottom: 0;
      color: #b5038d;
      left: 0;
      margin: 20px;
      padding: 11px 25px;
      position: absolute; }

html[lang="ru"] .kliendipaev-container h1 {
  font-size: 50px; }

.hidden {
  display: none; }

@media screen and (min-width: 1600px) {
  .kampaania-container h2 {
    font-size: 36px; } }

.kampaania-container .circle1-big {
  top: -55px;
  width: 45%; }
  .kampaania-container .circle1-big .circle__bg {
    background-image: url(../img/sooduskampaania/1.jpg?5); }

.kampaania-container .circle2-small {
  position: absolute;
  right: 3%;
  top: -50px;
  width: 15%; }
  .kampaania-container .circle2-small .circle__bg {
    background-image: url(../img/sooduskampaania/2.jpg); }

.kampaania-container .introduction {
  right: 10%;
  width: 40%;
  padding-right: 12%; }
  .kampaania-container .introduction p {
    font-size: 14px; }
  @media screen and (min-width: 1600px) {
    .kampaania-container .introduction {
      right: 13%; }
      .kampaania-container .introduction p {
        font-size: 19px !important; } }
  @media screen and (min-width: 1800px) {
    .kampaania-container .introduction p {
      font-size: 22px !important; } }

.kampaania-container .get-contact {
  left: 0;
  right: 0%;
  bottom: 2%;
  width: 190px;
  height: 190px;
  z-index: 1;
  opacity: 1;
  display: flex;
  color: white;
  margin: 0 auto;
  font-size: 22px;
  cursor: pointer;
  font-weight: 300;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #b5038d; }
  .kampaania-container .get-contact a {
    color: white; }
  .kampaania-container .get-contact--eng {
    right: 2%;
    bottom: 17%; }
  .kampaania-container .get-contact--rus {
    right: 1%;
    bottom: 9%; }
  @media screen and (min-width: 1800px) {
    .kampaania-container .get-contact {
      right: 9%;
      bottom: 11%; }
      .kampaania-container .get-contact--eng {
        right: -3%;
        bottom: 10%; }
      .kampaania-container .get-contact--rus {
        right: -3%;
        bottom: 3%; } }
  @media screen and (min-width: 2000px) {
    .kampaania-container .get-contact {
      right: 7%;
      bottom: 16%; }
      .kampaania-container .get-contact--eng {
        right: 2%;
        bottom: 17%; }
      .kampaania-container .get-contact--rus {
        right: 1%;
        bottom: 9%; } }

.kampaania-container .circle3-medium .circle__bg {
  background-image: url(../img/sooduskampaania/3.jpg); }

.kampaania-container .circle-register-container {
  position: relative; }

.kampaania-container .register-content {
  font-size: 19px; }
  .kampaania-container .register-content h2 {
    font-size: 24px;
    line-height: 24px; }
  @media screen and (min-width: 1400px) {
    .kampaania-container .register-content h2 {
      font-size: 32px;
      line-height: 35px; } }
  .kampaania-container .register-content li,
  .kampaania-container .register-content p {
    font-weight: 300;
    line-height: 1.375; }
  .kampaania-container .register-content li {
    margin-top: 20px;
    list-style-type: circle; }
  .kampaania-container .register-content ul {
    padding-left: 65px;
    white-space: normal;
    font-size: 16px; }
    @media screen and (min-width: 1400px) {
      .kampaania-container .register-content ul {
        font-size: 22px; } }
  .kampaania-container .register-content .contact {
    margin-top: 30px; }
    @media screen and (min-width: 1400px) {
      .kampaania-container .register-content .contact {
        margin-top: 70px; } }

.kampaania-container .circle4-big {
  top: 38%; }
  @media screen and (min-width: 1400px) {
    .kampaania-container .circle4-big {
      top: 16%; } }
  .kampaania-container .circle4-big .circle__bg {
    background-image: url(../img/sooduskampaania/4.jpg); }

.kampaania-container--rus .introduction {
  right: 14%; }
  .kampaania-container--rus .introduction p {
    font-size: 14px; }
  @media screen and (min-width: 1600px) {
    .kampaania-container--rus .introduction {
      right: 13%; }
      .kampaania-container--rus .introduction p {
        font-size: 18px !important; } }
  @media screen and (min-width: 1800px) {
    .kampaania-container--rus .introduction p {
      font-size: 21px !important; } }

@media screen and (min-width: 1400px) {
  .kampaania-container--rus .register-content {
    font-size: 24px; } }

@media screen and (min-width: 1750px) {
  .kampaania-container--rus .register-content {
    font-size: 30px; } }

.kampaania-container--rus .register-content ul {
  padding-left: 65px;
  white-space: normal;
  font-size: 16px; }
  @media screen and (min-width: 1400px) {
    .kampaania-container--rus .register-content ul {
      font-size: 22px; } }
  @media screen and (min-width: 1800px) {
    .kampaania-container--rus .register-content ul {
      font-size: 75%; } }
  @media screen and (min-width: 2000px) {
    .kampaania-container--rus .register-content ul {
      font-size: 100%; } }

.kampaania-purple span {
  color: #b5038d; }

/*# sourceMappingURL=site.css.map */