@charset "UTF-8";
@font-face {
  font-family: 'Stem';
  src: url("./fonts/Stem-Bold.woff2") format("woff2"), url("./fonts/Stem-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stem';
  src: url("./fonts/Stem-Regular.woff2") format("woff2"), url("./fonts/Stem-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stem';
  src: url("./fonts/Stem-Light.woff2") format("woff2"), url("./fonts/Stem-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stem';
  src: url("./fonts/Stem-Medium.woff2") format("woff2"), url("./fonts/Stem-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

body * {
  font-family: "Stem", Arial !important; }

h2 {
  font-size: 4rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2.7rem; } }

h3 {
  font-size: 2.7rem; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 2.1rem; } }

a {
  text-decoration: none; }

.footer,
.contacts-page {
  margin: 40px auto 0;
  padding: 5px 20px 10px; }

.popupbanner_c {
  display: none; }

.column,
.columns,
.columns {
  padding: 0 1rem; }

.row,
.columns {
  padding: 0; }

.row {
  width: 1200px; }
  @media screen and (max-width: 1240px) {
    .row {
      padding: 0 20px; } }

/*

Tutvumis päevad 

*/
.filter-bar {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-bar h3 {
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .filter-bar h3 {
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .filter-bar {
      display: flex;
      margin-bottom: 30px;
      flex-direction: column-reverse; } }

.top-margin dd {
  padding: 0; }

.tabs {
  height: auto;
  display: flex;
  justify-content: flex-end; }
  .tabs.small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0; }
    @media screen and (max-width: 768px) {
      .tabs.small {
        flex-direction: column; } }
    .tabs.small .filter-item {
      margin: 0;
      margin-left: 10px;
      user-select: none;
      border-radius: 99px;
      border: 1px solid #fe5000;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .tabs.small .filter-item {
          margin-left: 0;
          margin-bottom: 10px; } }
      .tabs.small .filter-item a {
        background: none;
        color: #000;
        height: auto;
        text-transform: uppercase;
        font-weight: 500;
        line-height: initial;
        font-size: 1.2rem;
        padding: 14px 22px; }
        @media screen and (max-width: 768px) {
          .tabs.small .filter-item a {
            width: 100%;
            text-align: center; } }
      .tabs.small .filter-item:hover {
        background-color: #fe5000; }
        .tabs.small .filter-item:hover a {
          background: none;
          color: white; }
      .tabs.small .filter-item.active {
        margin: 0;
        margin-left: 10px;
        background-color: #fe5000; }
        @media screen and (max-width: 768px) {
          .tabs.small .filter-item.active {
            margin-left: 0;
            margin-bottom: 10px; } }
        .tabs.small .filter-item.active a {
          color: white;
          background: none;
          border: none; }

.gray-links {
  transition: height 0.5s ease-in-out; }
  .gray-links a:hover {
    color: black; }

.mainpage-special {
  display: flex;
  flex: 1 0;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 -10px; }

.last-objects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 768px) {
    .last-objects {
      margin: 0; } }

.last-seen h2 {
  font-size: 4rem;
  margin: 10rem auto 5rem;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .last-seen h2 {
    font-size: 2.7rem; } }

.offer {
  height: auto;
  margin-bottom: 50px;
  padding: 10px; }
  @media screen and (max-width: 1024px) {
    .offer {
      margin-bottom: 20px;
      display: flex;
      flex: 0 1 50%; } }
  @media screen and (max-width: 480px) {
    .offer {
      flex: 1 1 100%; } }
  .offer a {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .offer a {
        width: 100%; } }
    .offer a p {
      display: flex;
      flex-direction: column; }
  .offer-image {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover; }
  .offer .appear {
    height: auto; }
  .offer img {
    object-fit: cover;
    min-height: 200px;
    height: 16vw;
    max-height: 260px;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .offer img {
        height: 33vw;
        max-height: 1000px; } }
    @media screen and (max-width: 768px) {
      .offer img {
        height: auto;
        max-height: 1000px; } }
  .offer h3 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .offer h3 {
        font-size: 2.1rem; } }
  .offer-price {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2; }
  .offer-time {
    font-size: 14px;
    color: #fe5000; }
  .offer:hover .offer-image img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out; }

/*

NAV MENU
 
*/
.navmenu-wrapper {
  position: absolute;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  left: 0;
  width: 100%; }

.navmenu {
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .navmenu > a {
    flex: 1 1 15%; }
  @media screen and (min-width: 1240px) {
    .navmenu {
      padding: 25px 0; } }
  @media screen and (max-width: 768px) {
    .navmenu {
      padding: 5px; } }
  .navmenu .nav-bar {
    margin: 0; }
    .navmenu .nav-bar.right li:not(.language-bar) a {
      line-height: 1.4;
      padding: 10px 10px;
      color: black;
      position: relative; }
      .navmenu .nav-bar.right li:not(.language-bar) a:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background-color: #fe5000;
        width: 0%;
        bottom: 0;
        transition: width 0.3s ease-in-out; }
      .navmenu .nav-bar.right li:not(.language-bar) a.flyout-toggle {
        padding: 0; }
    .navmenu .nav-bar.right li:not(.language-bar):hover a:after {
      width: calc(100% - 10px); }
    .navmenu .nav-bar.right li:not(.language-bar).active a {
      color: #fe5000; }
      .navmenu .nav-bar.right li:not(.language-bar).active a:after {
        width: calc(100% - 10px); }
    .navmenu .nav-bar.right li.language-bar {
      padding-right: 0; }
      @media screen and (max-width: 1240px) {
        .navmenu .nav-bar.right li.language-bar {
          margin-right: -10px; } }
      .navmenu .nav-bar.right li.language-bar a {
        line-height: 1; }
        .navmenu .nav-bar.right li.language-bar a.current:after {
          width: 60%;
          bottom: 10px; }
    .navmenu .nav-bar.right li .flyout li a:after {
      content: none; }
  .navmenu .logo {
    margin: 0; }
    .navmenu .logo img {
      height: auto;
      width: 200px; }
      @media screen and (max-width: 768px) {
        .navmenu .logo img {
          width: 120px; } }
  .navmenu.mobileActive {
    display: flex;
    flex-wrap: wrap; }
    .navmenu.mobileActive a {
      flex: 1 1 50%; }
    .navmenu.mobileActive .menuButtons {
      flex: 1 1 100%;
      margin: 0 auto; }
      .navmenu.mobileActive .menuButtons .nav-bar {
        padding: 0;
        margin: 0 auto; }
        .navmenu.mobileActive .menuButtons .nav-bar li.has-flyout {
          /* .flyout{
              display:block!important;
            }*/ }
          .navmenu.mobileActive .menuButtons .nav-bar li.has-flyout .flyout-toggle {
            padding: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
        .navmenu.mobileActive .menuButtons .nav-bar li.language-bar {
          display: flex !important;
          justify-content: center; }
          .navmenu.mobileActive .menuButtons .nav-bar li.language-bar > ul {
            margin: 0 0 0 -10px; }
  .navmenu .hamburger {
    position: relative;
    margin: 0 0 0 auto; }

.offer-button-bar {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 1rem; }
  @media screen and (max-width: 768px) {
    .offer-button-bar {
      text-align: center;
      margin-top: 10px; } }

/*

BUTTONS

*/
.button {
  display: inline-block;
  padding: 20px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 1.2rem;
  min-width: 200px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase !important;
  transition: background-color 0.2 ease-in-out, border-color 0.2 ease-in-out, padding-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media screen and (max-width: 1024px) {
    .button {
      margin-left: 1rem;
      margin-right: 1rem; } }
  .button:hover {
    border-radius: 99px;
    transition: background-color 0.2 ease-in-out, border-color 0.2 ease-in-out; }
    .button:hover .icon {
      transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      margin-right: 20px;
      margin-left: 0; }
  .button-black, .button-black:focus {
    background-color: black;
    color: white;
    border-color: black; }
  .button-black:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a; }
  .button-black__hollow, .button-black__hollow:focus {
    background-color: transparent;
    color: black;
    border-color: black; }
    .button-black__hollow .icon-primary svg *, .button-black__hollow:focus .icon-primary svg * {
      fill: black !important; }
    .button-black__hollow .icon-white svg *, .button-black__hollow:focus .icon-white svg * {
      fill: black !important; }
  .button-black__hollow:hover {
    background-color: black;
    border-color: black;
    color: white; }
    .button-black__hollow:hover .icon-primary svg * {
      fill: white !important; }
    .button-black__hollow:hover .icon-white svg * {
      fill: white !important; }
  .button-white, .button-white:focus {
    background-color: white;
    color: #fe5000;
    border-color: white; }
  .button-white:hover {
    background-color: #fe5000;
    border-color: #fe5000; }
    .button-white:hover .icon-primary svg * {
      fill: white !important; }
  .button-primary, .button-primary:focus {
    background-color: #fe5000;
    color: white;
    border-color: #fe5000; }
  .button-primary:hover {
    background-color: #cb4000;
    border-color: #cb4000; }
  .button-primary__hollow, .button-primary__hollow:focus {
    background-color: transparent;
    color: #fe5000;
    border-color: #fe5000; }
    .button-primary__hollow .icon-primary svg *, .button-primary__hollow:focus .icon-primary svg * {
      fill: #fe5000 !important; }
  .button-primary__hollow:hover {
    background-color: #fe5000;
    border-color: #fe5000;
    color: white; }
    .button-primary__hollow:hover .icon-primary svg * {
      fill: white !important; }
    .button-primary__hollow:hover .icon-white svg * {
      fill: white !important; }
  .button-wide {
    min-width: 260px; }
  .button-uppercase {
    text-transform: uppercase; }
  .button-icon {
    padding-left: 35px;
    transition: padding-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .button-icon:hover {
      padding-left: 45px;
      transition: padding-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .button-icon span {
      position: relative; }
      .button-icon span .icon {
        width: 15px;
        position: absolute;
        top: 50%;
        left: -5px;
        transform: translate(-100%, -50%); }
  .button .icon {
    position: absolute;
    left: 15px;
    transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .button-for-small {
    display: none; }
    @media screen and (max-width: 1240px) {
      .button-for-small {
        display: flex; } }

.row-footer {
  margin-top: 10rem;
  width: 100%;
  background-color: #eaeaea; }

.row-contacts-page {
  margin-top: 0;
  width: 100%;
  background-color: #eaeaea;
  background-size: cover;
  background-repeat: no-repeat; }

.footer,
.contacts-page {
  max-width: 1200px;
  margin: 0 auto; }
  .footer a,
  .contacts-page a {
    font-size: 1.4rem;
    line-height: 18px; }
  .footer-slogan,
  .contacts-page-slogan {
    font-size: 7rem;
    font-weight: bold;
    line-height: 8.5rem;
    margin: 80px 0; }
    @media screen and (max-width: 1024px) {
      .footer-slogan,
      .contacts-page-slogan {
        font-size: 4rem;
        line-height: 4.4rem; } }
    @media screen and (max-width: 768px) {
      .footer-slogan,
      .contacts-page-slogan {
        font-size: 2.7rem;
        line-height: 32px;
        margin: 20px 0; } }
  .footer-offices,
  .contacts-page-offices {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .footer-offices,
      .contacts-page-offices {
        flex-wrap: wrap; } }
    .footer-offices .office,
    .contacts-page-offices .office {
      display: flex;
      flex: 1 1 50%;
      flex-direction: column; }
      .footer-offices .office .city,
      .contacts-page-offices .office .city {
        margin: 20px 0;
        font-weight: bold;
        font-size: 3.5rem; }
        @media screen and (max-width: 1024px) {
          .footer-offices .office .city,
          .contacts-page-offices .office .city {
            font-size: 2.7rem;
            line-height: 1.4rem; } }
        @media screen and (max-width: 768px) {
          .footer-offices .office .city,
          .contacts-page-offices .office .city {
            font-size: 18px; } }
      .footer-offices .office .stats,
      .contacts-page-offices .office .stats {
        list-style: none; }
        .footer-offices .office .stats .icon,
        .contacts-page-offices .office .stats .icon {
          width: 11px;
          height: 11px; }
        .footer-offices .office .stats *,
        .contacts-page-offices .office .stats * {
          align-items: center;
          display: flex; }
        .footer-offices .office .stats .time,
        .contacts-page-offices .office .stats .time {
          font-size: 1.4rem;
          line-height: 18px; }
        .footer-offices .office .stats .adress,
        .contacts-page-offices .office .stats .adress {
          font-size: 1.4rem;
          line-height: 18px; }
        .footer-offices .office .stats .phone,
        .contacts-page-offices .office .stats .phone {
          font-size: 1.4rem;
          line-height: 18px; }
        .footer-offices .office .stats .email,
        .contacts-page-offices .office .stats .email {
          font-size: 1.4rem;
          line-height: 18px;
          text-decoration: underline; }
        .footer-offices .office .stats .map,
        .contacts-page-offices .office .stats .map {
          margin-top: 20px; }
          .footer-offices .office .stats .map a,
          .contacts-page-offices .office .stats .map a {
            color: #fe5000;
            font-weight: 500; }
  .footer-copyright,
  .contacts-page-copyright {
    text-align: center;
    margin: 100px auto 60px auto;
    font-size: 1.4rem;
    color: #d1d1d1; }
    @media screen and (max-width: 768px) {
      .footer-copyright,
      .contacts-page-copyright {
        margin: 20px auto 20px auto; } }

.contacts-page {
  padding: 100px 0; }
  @media screen and (max-width: 1240px) {
    .contacts-page {
      padding: 100px 20px; } }
  @media screen and (max-width: 1024px) {
    .contacts-page {
      padding: 7rem 20px 4rem; } }
  @media screen and (max-width: 768px) {
    .contacts-page {
      padding: 7rem 20px 2.7rem; } }
  @media screen and (max-width: 480px) {
    .contacts-page {
      padding: 7rem 20px 2.1rem; } }

/*

SLAIDER

*/
.n2-ss-section-main-content {
  padding-top: 4em !important; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0; }
  .wrapper .slider-underline > div {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 5px solid #fe5000; }

.page-template-blog h1,
.page-template-blog h2,
.page-template-blog h3,
.page-template-blog h4,
.page-template-blog h1 a,
.page-template-blog h2 a,
.page-template-blog h3 a,
.page-template-blog h4 a .single-post h1,
.single-post h2,
.single-post h3,
.single-post h4 .single-post h1 a,
.single-post h2 a,
.single-post h3 a,
.single-post h4 a,
.archive h1,
.archive h2,
.archive h1 a,
.archive h2 a,
.page-template-tutvumisnadal-2017 h1,
.page-template-picture-top h1,
.page-template-content-text h1,
.page-template-kinnisvara-arendus h1,
.page-template-kinnisvara-arendus h2,
.page-template-why_lvm h1,
.page-template-lvm_sales h1,
.page-template-contacts h1,
.page-template-objects h1,
.page-template-myyk h1,
.page-template-showobjects-template h1,
.page-template-showobjects-template h2,
.footer h2 {
  font-family: "Stem", Arial !important; }

/*

OBJECT

*/
.page-template-objects .navmenu-wrapper {
  position: relative; }

@media screen and (max-width: 768px) {
  .foto-wrapper {
    background: transparent; } }

.object-header-cropped img {
  object-fit: cover;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .object-header-cropped img {
      height: 100%; } }

@media screen and (max-width: 1240px) {
  .object-header-cropped {
    margin: 0 -20px; } }

@media screen and (max-width: 768px) {
  .object-header-cropped {
    height: 50vh; } }

.object-header-uncropped {
  object-fit: cover;
  display: none; }

.object-header.buttons {
  position: absolute;
  bottom: 25px;
  right: 30px;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .object-header.buttons {
      width: 100%;
      display: flex;
      /* right: 30px; */
      bottom: 0;
      right: -15px;
      justify-content: flex-end; } }
  .object-header.buttons .button {
    flex: 0 1;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .object-header.buttons .button {
        min-width: 150px; }
        .object-header.buttons .button:not(#objGallery) {
          min-width: 56px !important;
          justify-content: center !important;
          display: flex !important;
          justify-content: center !important;
          padding: 0 !important;
          /* margin: 0; */ }
          .object-header.buttons .button:not(#objGallery) span {
            display: none !important; }
          .object-header.buttons .button:not(#objGallery) .icon {
            left: 50% !important;
            transform: translateX(-50%) !important; } }

.object-headline {
  display: flex;
  flex-direction: row;
  margin: 4rem auto 5rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .object-headline {
      flex-direction: column;
      margin: 3rem auto 0; } }
  .object-headline-container {
    flex: 0 1 40%;
    padding-right: 20px; }
  .object-headline h1 {
    flex: 0 1 40%;
    padding-right: 20px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .object-headline h1 {
        font-size: 2.7rem;
        margin: 0; } }
  .object-headline h2 {
    width: calc(100% - 40px);
    flex: 0 1 60%;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .object-headline h2 {
        margin: 5px 0 30px;
        font-size: 2.7rem; } }
  .object-headline p {
    width: 100%;
    padding: 0 0 20px;
    font-size: 1.6rem; }

.object-stats {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .object-stats {
      flex-direction: column; } }

.object-info {
  flex: 0 1 40%; }
  @media screen and (max-width: 768px) {
    .object-info {
      margin-bottom: 30px; } }
  .object-info table {
    margin: 0;
    border: 0; }
    .object-info table * {
      font-size: 1.6rem; }
    .object-info table tr:first-child td {
      padding-top: 0; }
    .object-info table tr > td {
      padding: 11px 30px 11px 0; }
    .object-info table tr,
    .object-info table td {
      border: 0;
      background-color: white; }
    .object-info table td {
      padding: 11px 8px; }
      @media screen and (max-width: 768px) {
        .object-info table td {
          padding-bottom: 2px; } }

.object-content {
  flex: 0 1 60%; }
  .object-content .more-info {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase; }

.object-addons {
  width: 100%;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .object-addons {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .object-addons {
      flex-direction: column;
      overflow: hidden; }
      .object-addons .broker {
        margin: 0 0 20px; } }

.object-tutvumisform {
  flex: 0 1 60%;
  border-radius: 8px;
  border: 2px solid #fe5000;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 32px 20px 32px 40px; }
  @media screen and (max-width: 1024px) {
    .object-tutvumisform {
      flex: 1 1 50%;
      max-width: 600px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .object-tutvumisform {
      padding: 32px;
      max-width: 100%; } }
  .object-tutvumisform h2 {
    margin: 0 0 20px;
    color: black;
    width: 100%;
    font-weight: bold;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .object-tutvumisform h2 {
        width: auto;
        margin: 0 auto 20px;
        text-align: center;
        width: auto; } }
    @media screen and (max-width: 768px) {
      .object-tutvumisform h2 {
        font-size: 2.7rem; } }
    @media screen and (max-width: 480px) {
      .object-tutvumisform h2 {
        font-size: 2.1rem; } }
  .object-tutvumisform-content {
    width: 100%;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1024px) {
      .object-tutvumisform-content {
        flex-direction: column-reverse; } }
    .object-tutvumisform-content form {
      justify-content: space-between;
      display: flex;
      flex-direction: column;
      flex: 0 1 40%;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .object-tutvumisform-content form {
          margin-top: 20px; } }
      .object-tutvumisform-content form a {
        margin: 10px auto 10px 0; }
  .object-tutvumisform-column {
    display: flex;
    flex-direction: column;
    flex: 0 1 60%;
    padding: 0 20px;
    text-align: left;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .object-tutvumisform-column {
        padding: 0;
        flex: 1 1 100%;
        align-items: flex-start; } }
    .object-tutvumisform-column p {
      width: 80%;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 1.8rem; }
      @media screen and (max-width: 1024px) {
        .object-tutvumisform-column p {
          width: auto;
          min-width: auto;
          margin: 10px auto; } }
      .object-tutvumisform-column p.dates {
        font-weight: 500;
        font-size: 2.1rem;
        line-height: 1;
        margin-bottom: 20px;
        display: inline-block; }
        @media screen and (max-width: 1024px) {
          .object-tutvumisform-column p.dates {
            text-align: left;
            margin: 0 0 20px; } }
        @media screen and (max-width: 768px) {
          .object-tutvumisform-column p.dates {
            margin: 0 auto; } }
    .object-tutvumisform-column a {
      word-break: break-word;
      width: 80%;
      margin: 0 auto;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .object-tutvumisform-column a {
          text-align: left;
          width: auto;
          margin: 0;
          padding: 0; } }
      @media screen and (max-width: 768px) {
        .object-tutvumisform-column a {
          margin: 0 auto;
          text-align: center; } }

.object-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px -10px 60px; }
  @media print {
    .object-features {
      display: none; } }
  @media screen and (max-width: 768px) {
    .object-features {
      flex-direction: column;
      margin: 0 0 30px; } }
  .object-features .accordion-item {
    padding-right: 20px;
    transition: padding-right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    flex: 1 0 calc(50% - 20px);
    display: flex;
    font-weight: 500;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    padding: 25px 20px; }
    .object-features .accordion-item .icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      transition: margin-right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .object-features .accordion-item:hover {
      padding-right: 10px; }
      .object-features .accordion-item:hover > .icon,
      .object-features .accordion-item:hover > a > .icon {
        margin-right: 20px; }
    .object-features .accordion-item .text {
      font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .object-features .accordion-item {
        margin: 0; } }
    .object-features .accordion-item:after {
      content: "+";
      font-weight: 100;
      font-size: 4rem;
      line-height: 40px;
      position: absolute;
      color: black;
      right: 20px;
      transition: transform 0.25s ease-in-out;
      transform: rotate(0deg); }
    .object-features .accordion-item:first-child, .object-features .accordion-item:nth-child(2) {
      border-top: 2px solid #eaeaea; }
    @media screen and (max-width: 768px) {
      .object-features .accordion-item:nth-child(2) {
        border-top: 0; } }
    @media screen and (max-width: 768px) {
      .object-features .accordion-item.is-active {
        flex: 1 1 100%; }
        .object-features .accordion-item.is-active:not(.loan-info) > .icon {
          display: none; }
        .object-features .accordion-item.is-active:not(.loan-info) .text {
          display: none; } }
    .object-features .accordion-item.is-active:after {
      transition: transform 0.25s ease-in-out;
      content: "+";
      transform: rotate(-225deg); }
    .object-features .accordion-item.is-active .accordion-open {
      flex-wrap: wrap;
      opacity: 1;
      left: 0;
      transition: opacity 0.4s ease-in-out; }
      @media screen and (max-width: 768px) {
        .object-features .accordion-item.is-active .accordion-open {
          display: flex;
          flex-direction: column;
          position: relative; }
          .object-features .accordion-item.is-active .accordion-open a {
            padding: 0; } }
  .object-features .accordion-open {
    opacity: 0;
    background-color: white;
    left: -100%;
    position: absolute;
    transition: opacity 0.4s ease-in-out, left 0s 0.4s linear;
    display: flex;
    flex-direction: row;
    padding-right: 40px; }
    .object-features .accordion-open a {
      font-size: 1.2rem;
      padding-left: 20px;
      margin: 5px 0;
      color: #fe5000;
      display: flex;
      align-items: center;
      padding-right: 20px;
      transition: padding-right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .object-features .accordion-open a .icon {
        margin-right: 10px;
        transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin-right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .object-features .accordion-open a:hover {
        padding-right: 10px; }
        .object-features .accordion-open a:hover .icon {
          transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin-right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transform: scale(1.5);
          margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .object-features .accordion-open {
        flex-direction: column; }
        .object-features .accordion-open a {
          margin: 10px 0;
          padding: 0 0 0 20px; } }
  .object-features .accordion-button {
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-direction: row;
    color: #fe5000; }
    .object-features .accordion-button:after {
      content: ""; }
    .object-features .accordion-button a {
      display: flex;
      align-items: center;
      width: 100%; }
  .object-features a {
    text-decoration: none; }

.page-template-developments .nav-bar.sub-menu,
.single-aripinnad .nav-bar.sub-menu {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap; }

.page-template-developments .object-features,
.single-aripinnad .object-features {
  flex-direction: column;
  margin: 0;
  margin-top: 30px;
  padding-right: 30px; }
  .page-template-developments .object-features .accordion-item,
  .single-aripinnad .object-features .accordion-item {
    margin: 0; }
    .page-template-developments .object-features .accordion-item:first-child,
    .single-aripinnad .object-features .accordion-item:first-child {
      border-bottom: 0; }

.brokers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .brokers {
      justify-content: center; } }
  .brokers .broker {
    min-height: 320px;
    margin: 10px 0;
    flex: 0 1 calc(50% - 10px);
    position: relative; }
    @media screen and (max-width: 1024px) {
      .brokers .broker {
        flex: 1 1 100%; } }
    @media screen and (max-width: 480px) {
      .brokers .broker {
        min-height: 120px; } }
    @media screen and (max-width: 768px) {
      .brokers .broker-img-right {
        position: relative; } }
    .brokers .broker-img-left {
      flex-direction: row-reverse; }
      .brokers .broker-img-left .broker-stats {
        padding: 42px 30px 32px; }
        @media screen and (max-width: 480px) {
          .brokers .broker-img-left .broker-stats {
            padding: 15px 10px 15px 15px; } }
      @media screen and (max-width: 768px) {
        .brokers .broker-img-left {
          flex-direction: row;
          min-height: 40vw; } }
      @media screen and (max-width: 480px) {
        .brokers .broker-img-left {
          min-height: 60vw; } }
    .brokers .broker-email {
      margin-bottom: 10px;
      word-break: break-word; }
      .brokers .broker-email a {
        color: #fe5000;
        margin-bottom: 10px; }
    .brokers .broker-profile {
      margin-top: 20px;
      padding-bottom: 0;
      font-size: 1.2rem; }
    .brokers .broker-job-title {
      font-size: 1.2rem; }
      @media screen and (max-width: 480px) {
        .brokers .broker-job-title {
          max-width: 65%; } }
      @media screen and (max-width: 355px) {
        .brokers .broker-job-title {
          max-width: 100%; } }
    .brokers .broker-stats {
      padding: 42px 0 32px 10px; }

.broker {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex: 0 1 490px;
  max-width: 1000px;
  margin: 0 20px 0 0;
  background-color: #eaeaea;
  transition: flex 0.4s ease-in-out; }
  @media screen and (max-width: 1240px) {
    .broker {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .broker-img-right {
      position: relative; } }
  .broker.is-active {
    position: relative;
    flex: 1 1 60%;
    transition: flex 0.4s ease-in-out;
    min-height: 350px; }
    @media screen and (max-width: 1240px) {
      .broker.is-active {
        min-width: 500px;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .broker.is-active {
        min-width: 200px;
        width: 100%;
        min-height: 400px; } }
  @media screen and (max-width: 1024px) {
    .broker {
      flex: 1 0 50%;
      max-width: 600px;
      margin: 0 auto 5rem; } }
  @media screen and (max-width: 768px) {
    .broker {
      max-width: 100%;
      flex-direction: row; } }
  .broker-image {
    flex: 0 1 50%;
    height: 95%;
    min-width: 240px;
    align-items: flex-end;
    margin: auto auto 0;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .broker-image {
        /*   flex: 0 1 65%;
     min-width: 218px;
      position: absolute;
      right:auto;
      left: 50%;
      transform: translateX(0%);
  */
        flex: 0 1 54%;
        min-width: 320px;
        position: absolute;
        right: auto;
        left: 50%;
        transform: translateX(-5%);
        height: 100%; } }
    @media screen and (max-width: 480px) {
      .broker-image {
        position: absolute;
        left: auto;
        right: 0px;
        transform: translateX(20%); } }
    @media screen and (max-width: 415px) {
      .broker-image:before {
        content: "";
        background: linear-gradient(90deg, #eaeaea 30%, rgba(234, 234, 234, 0) 100%);
        position: absolute;
        left: 0;
        height: 100%;
        width: 40%; } }
    @media screen and (max-width: 355px) {
      .broker-image {
        display: none; } }
    .broker-image img {
      height: 100%;
      width: 100%;
      object-position: left;
      height: 120%;
      width: 120%;
      object-position: 30px 100%;
      max-width: 120%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      /* height: 120%; */
      /* width: 120%; */
      /* object-fit: contain; */
      object-position: bottom center;
      max-width: 100%;
      /* min-height: 150%; */ }
      @media screen and (max-width: 768px) {
        .broker-image img {
          object-fit: contain; } }
  .broker-stats {
    padding: 42px 0 32px 40px;
    flex: 0 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .broker-stats {
        justify-content: space-evenly; } }
    @media screen and (max-width: 480px) {
      .broker-stats {
        justify-content: space-between;
        flex: 1 0 50%;
        padding: 15px 10px 15px 15px;
        z-index: 2; }
        .broker-stats .broker-text {
          display: none; } }
  .broker-name {
    font-size: 2.7rem;
    margin: 0;
    font-weight: bold;
    line-height: 3rem; }
  .broker-job-title {
    line-height: 1.4rem;
    margin: 0 0 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }
  .broker-telefon, .broker-email, .broker-text {
    margin: 0;
    line-height: 2.2rem; }
    .broker-telefon a, .broker-email a, .broker-text a {
      line-height: 2.2rem;
      text-decoration: none;
      color: black;
      margin: 0;
      font-size: 1.6rem;
      font-weight: 500; }
      .broker-telefon a:hover, .broker-email a:hover, .broker-text a:hover {
        color: #fe5000; }
  .broker-text {
    margin: 0 0 2px;
    line-height: 1.8rem;
    font-size: 1.4rem !important; }
  .broker-profile {
    margin-top: 5px;
    padding-bottom: 20px;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fe5000; }
    .broker-profile:hover {
      color: #fe5000; }
  .broker-button-text {
    font-size: 1.4rem;
    line-height: 1; }
  .broker-button {
    text-transform: uppercase;
    margin-right: auto;
    width: auto;
    font-size: 1.2rem !important; }
    @media screen and (max-width: 1024px) {
      .broker-button {
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .broker-button {
        min-width: 100px; } }
  .broker-row {
    flex-direction: column;
    display: flex; }
    .broker-row span {
      font-size: 1rem;
      margin-bottom: 10px; }
  .broker-reveal-form {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #eaeaea;
    height: 100%;
    flex-direction: row;
    padding: 20px 40px; }
    .broker-reveal-form.is-active {
      display: flex;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .broker-reveal-form.is-active {
          padding: 32px;
          width: 100%; } }
    .broker-reveal-form label {
      flex: 0 1 calc(100% / 2 - 3px); }
    @media screen and (max-width: 768px) {
      .broker-reveal-form .form-block-inside h2 {
        font-size: 2.7rem; } }
    @media screen and (max-width: 480px) {
      .broker-reveal-form .form-block-inside h2 {
        font-size: 2.1rem; } }
    .broker-reveal-form .form-block-inside .form-inputs {
      margin-top: 2rem; }
      @media screen and (max-width: 768px) {
        .broker-reveal-form .form-block-inside .form-inputs {
          align-items: flex-start;
          flex-direction: column; }
          .broker-reveal-form .form-block-inside .form-inputs label {
            width: 100%; } }
    .broker-reveal-form .form-block-inside .alert-box.error {
      width: 100%; }

.page-template-kinnisvara-arendus .broker {
  flex: 0 1 550px;
  margin: 0; }
  @media screen and (max-width: 480px) {
    .page-template-kinnisvara-arendus .broker-image {
      display: none; } }

.page-template-kinnisvara-arendus .seven p {
  width: 90%; }

input {
  margin-top: 5px !important;
  width: 100%;
  text-align: left !important;
  padding: 22px 15px !important;
  border-radius: 6px !important;
  border: 2px solid #eaeaea !important;
  max-width: 400px; }
  @media screen and (max-width: 768px) {
    input {
      max-width: 100%; } }
  input::placeholder {
    color: #d1d1d1 !important;
    text-transform: capitalize; }

.icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .icon-round {
    border-radius: 99px; }
    .icon-round svg {
      padding: 4px; }
  .icon-background-primary {
    background-color: #fe5000; }
  .icon svg {
    position: absolute;
    height: 100%;
    width: 100%; }
    .icon svg * {
      fill: black; }
  .icon-black svg * {
    fill: black !important; }
  .icon-white svg * {
    fill: white !important; }
  .icon-primary svg * {
    fill: #fe5000 !important; }

.map-block {
  padding: 0;
  background-size: contain; }
  .map-block h3 {
    position: relative; }

.banks {
  position: relative;
  width: 100%;
  padding: 10px;
  height: 0px;
  transition: height 0.5s ease-in-out;
  overflow: hidden; }
  .banks-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center; }
  .banks.is-active {
    height: 300px;
    height: var(--bwrapper-height);
    transition: height 0.6s ease-in-out;
    display: flex; }
  .banks .bank {
    flex: 1 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-width: 200px; }
    @media screen and (max-width: 1240px) {
      .banks .bank {
        flex: 0 1 50%; } }
    @media screen and (max-width: 480px) {
      .banks .bank {
        flex: 1 1 100%; } }
    .banks .bank-inside {
      width: 100%; }
      .banks .bank-inside p {
        font-size: 1.4rem; }
    .banks .bank-image {
      display: flex;
      justify-content: center;
      height: 30px;
      margin: 20px 0;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat; }

.language-bar {
  border: none !important; }
  .language-bar * {
    background: none !important;
    border: none !important; }
  .language-bar ul {
    display: flex;
    flex-direction: row; }
    .language-bar ul li a {
      font-weight: bold;
      padding: 15px 5px !important;
      position: relative; }
      .language-bar ul li a.current {
        color: #fe5000 !important; }
        .language-bar ul li a.current:after {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #fe5000;
          left: 50%;
          transform: translateX(-50%);
          position: absolute;
          bottom: 8px; }
      .language-bar ul li a:after {
        content: "";
        width: 0%;
        height: 2px;
        background-color: #fe5000;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 8px !important; }
    .language-bar ul li:hover a:after {
      width: 100%; }

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

form.custom {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1240px) {
    form.custom {
      padding: 0;
      flex-direction: column; } }
  form.custom h3 {
    font-weight: bold;
    margin-bottom: 50px; }

form .label-select {
  position: relative; }
  form .label-select::after {
    content: "";
    z-index: 1;
    pointer-events: none;
    background-image: url("https://testsite.lvm.ee/wp-content/themes/lvm/assets/icons/arrow_down.svg");
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    border: none;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    background-color: #d1d1d1; }
  form .label-select:focus::after {
    background-image: url("https://testsite.lvm.ee/wp-content/themes/lvm/assets/icons/arrow_up.svg"); }

form ::-webkit-input-placeholder {
  color: #d1d1d1; }

form ::-moz-placeholder {
  color: #d1d1d1; }

form ::-ms-placeholder {
  color: #d1d1d1; }

form ::placeholder {
  color: #d1d1d1; }

form select {
  font-weight: 400;
  color: #d1d1d1;
  appearance: none;
  width: 100% !important;
  position: relative;
  margin: 10px 0 0 !important;
  height: 45px !important;
  font-family: inherit;
  font-size: 1.4rem;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  text-align: left !important;
  padding: 0 15px !important;
  border-radius: 6px !important;
  border: 2px solid #eaeaea !important;
  outline: none; }
  form select.selected {
    color: black; }
  form select option {
    color: black; }
  form select::-ms-expand {
    display: none; }

form .select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  cursor: pointer;
  line-height: 1.1; }
  form .select select, form .select::after {
    grid-area: select; }
  form .select:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 45px;
    height: 100%;
    border: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #fe5000; }

form select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit; }

.form-block-inside-2,
.map-block {
  flex: 1 1 55%; }

.map-block-frontpage {
  background: none;
  background-size: 80% auto;
  background-position: right;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1240px) {
    .map-block-frontpage {
      background-size: 70% 70%;
      background-position: center; } }
  .map-block-frontpage h3 {
    margin-left: 20%; }
    @media screen and (max-width: 1024px) {
      .map-block-frontpage h3 {
        margin-left: 0; } }

.form-block {
  background: none; }

.form-block-inside {
  background: none; }
  .form-block-inside-1 {
    padding: 0;
    background: none;
    min-height: auto;
    flex: 0 0 620px; }
    @media screen and (max-width: 1240px) {
      .form-block-inside-1 {
        flex: 1 1; } }
  .form-block-inside-2 {
    background: none;
    min-height: auto;
    padding: 0 100px 0 90px !important; }
    @media screen and (max-width: 1240px) {
      .form-block-inside-2 {
        padding: 0 !important; }
        .form-block-inside-2 h3 {
          display: none; } }
  .form-block-inside .search-row {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    margin: 0 auto 20px auto !important;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .form-block-inside .search-row {
        flex-direction: column; } }
    .form-block-inside .search-row .button {
      min-width: 100px;
      text-transform: uppercase;
      flex: 0 1 calc(100% / 3 - 10px); }
      .form-block-inside .search-row .button:last-child {
        margin-right: 0; }
  .form-block-inside .form-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form-block-inside .form-inputs label {
      font-size: 1.2rem;
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      line-height: 1;
      justify-content: flex-end; }
      .form-block-inside .form-inputs label span {
        width: 100%; }
      .form-block-inside .form-inputs label.label-three {
        flex: 0 1 calc(100% / 3 - 10px); }
        @media screen and (max-width: 768px) {
          .form-block-inside .form-inputs label.label-three {
            flex: 0 1 100%; } }
      .form-block-inside .form-inputs label.label-two {
        flex: 0 1 calc(50% - 15px); }
        @media screen and (max-width: 768px) {
          .form-block-inside .form-inputs label.label-two {
            flex: 0 1 100%; } }
      .form-block-inside .form-inputs label.label-multible {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: end; }
        .form-block-inside .form-inputs label.label-multible input {
          flex: 0 1 calc(50% - 8px); }
      .form-block-inside .form-inputs label input {
        font-size: 1.4rem;
        font-weight: 400;
        margin: 10px 0 0 !important;
        height: 45px;
        padding: 0 15px !important; }
      .form-block-inside .form-inputs label .custom.dropdown {
        height: 100%;
        width: 100% !important;
        position: relative;
        margin: 10px 0 0;
        height: 45px; }
        .form-block-inside .form-inputs label .custom.dropdown a {
          height: 100%;
          align-items: center;
          font-weight: 400;
          font-size: 1.2rem;
          border: none;
          border-radius: 0;
          -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
          display: flex !important;
          margin: 0 !important;
          padding: 6px;
          height: 100%;
          width: 100%;
          -webkit-transition: all 0.15s linear;
          transition: all 0.15s linear;
          width: 100%;
          text-align: left !important;
          padding: 0 15px !important;
          border-radius: 6px !important;
          border: 2px solid #eaeaea !important; }
          .form-block-inside .form-inputs label .custom.dropdown a.selector {
            width: 45px;
            height: 100%;
            border: none;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            background-color: #fe5000; }
        .form-block-inside .form-inputs label .custom.dropdown ul {
          width: 100% !important; }
          .form-block-inside .form-inputs label .custom.dropdown ul * {
            font-weight: 400; }

.simpleSlider {
  margin-bottom: 8rem; }
  @media screen and (max-width: 1240px) {
    .simpleSlider {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 480px) {
    .simpleSlider {
      margin-bottom: 2rem; } }

.realestate-objects {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between; }
  .realestate-objects.aripinnadBlock .realestate-object {
    flex: 0 1 calc(100% / 3 - 18px); }
    @media screen and (max-width: 1024px) {
      .realestate-objects.aripinnadBlock .realestate-object {
        flex: 0 1 calc(100% / 2 - 18px); } }
    @media screen and (max-width: 768px) {
      .realestate-objects.aripinnadBlock .realestate-object {
        flex: 0 1 100%; } }
    .realestate-objects.aripinnadBlock .realestate-object > a {
      height: 240px; }
      @media screen and (max-width: 768px) {
        .realestate-objects.aripinnadBlock .realestate-object > a {
          height: 50vh; } }
    .realestate-objects.aripinnadBlock .realestate-object h3 {
      font-size: 2.1rem;
      font-weight: bold;
      margin-top: 15px;
      margin-bottom: 0; }
    .realestate-objects.aripinnadBlock .realestate-object-slogan {
      width: 80%;
      padding: 0;
      margin-top: 5px !important;
      margin: 0 0 10px;
      font-size: 1.4rem !important;
      line-height: 2.2rem; }
  .realestate-objects .realestate-object {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 0 1 calc(50% - 20px);
    margin: 10px 0 40px; }
    @media screen and (max-width: 768px) {
      .realestate-objects .realestate-object {
        flex: 0 1 100%; } }
    .realestate-objects .realestate-object > a {
      background: #fcfcfc;
      width: 100%;
      height: 370px;
      position: relative;
      display: flex;
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 1024px) {
        .realestate-objects .realestate-object > a {
          height: 270px; } }
      @media screen and (max-width: 768px) {
        .realestate-objects .realestate-object > a {
          height: 50vh; } }
      .realestate-objects .realestate-object > a img {
        display: flex !important;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.3s ease-in-out; }
    .realestate-objects .realestate-object-info {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      flex: 1 0;
      flex-direction: column;
      justify-content: space-between; }
    .realestate-objects .realestate-object h3 {
      font-size: 2.1rem;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 2px; }
    .realestate-objects .realestate-object-description {
      width: 100%;
      cursor: pointer; }
      .realestate-objects .realestate-object-description > * {
        width: 100%; }
    .realestate-objects .realestate-object-price {
      font-size: 2.1rem;
      font-weight: bold; }
    .realestate-objects .realestate-object-slogan {
      width: 100%;
      padding: 0;
      margin: 0 0 10px;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .realestate-objects .realestate-object-stats {
      display: flex;
      flex-direction: row;
      font-size: 1.6rem;
      justify-content: space-between; }
    .realestate-objects .realestate-object-details {
      width: 100%;
      font-size: 1.6rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .realestate-objects .realestate-object-details a {
        color: #fe5000; }
        .realestate-objects .realestate-object-details a:hover {
          text-decoration: underline; }
    .realestate-objects .realestate-object hr {
      width: 100%;
      margin: 9px 0 9px;
      border-top: 1px solid #848484;
      border-bottom: none; }
    .realestate-objects .realestate-object:hover {
      opacity: 1; }
      .realestate-objects .realestate-object:hover > a img {
        transform: scale(1.1);
        transition: transform 0.3s ease-in-out; }

h3.has-hover {
  cursor: pointer; }
  h3.has-hover:hover {
    color: #fe5000; }

section {
  display: flex !important; }
  section > .section-content {
    max-width: 1200px;
    margin: 4rem auto 5rem;
    display: flex;
    flex-direction: row;
    display: flex !important;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between; }
  section h2 {
    margin-bottom: 4rem;
    font-size: 7rem;
    width: 100%;
    flex: 1 0 100%; }
    @media screen and (max-width: 1024px) {
      section h2 {
        font-size: 2.7rem; } }
    @media screen and (max-width: 1240px) {
      section h2 {
        font-size: 4rem; } }
  section.firstpage-info {
    background-color: #eaeaea;
    width: 100%;
    margin-top: 15rem;
    padding: 0 20px; }
    @media screen and (max-width: 1240px) {
      section.firstpage-info {
        margin-top: 2rem; } }
    section.firstpage-info h3 {
      font-weight: bold;
      margin-bottom: 3rem; }
  section .column {
    padding: 0;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(100% / 3 - 30px);
    justify-content: space-between;
    align-items: start; }
    section .column .button {
      margin-top: 2rem; }
    section .column-content {
      line-height: 1.4; }

.otherprojects {
  margin-top: 7rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media screen and (max-width: 1240px) {
    .otherprojects {
      margin-top: 5rem;
      margin-bottom: 4rem; } }
  @media screen and (max-width: 480px) {
    .otherprojects {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .otherprojects h2 {
    font-size: 7rem;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .otherprojects h2 {
        font-size: 4rem; } }
  .otherprojects h3 {
    font-size: 4rem;
    font-weight: bold; }

ul.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto; }
  ul.pagination li {
    height: auto;
    display: flex; }
    ul.pagination li a {
      color: #d1d1d1;
      line-height: 1px;
      padding: 15px;
      height: 25px;
      border-radius: 99px;
      display: flex;
      width: 25px;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      transition: all 0.1s ease-in-out; }
      ul.pagination li a.arrow {
        padding: 0;
        height: 35px;
        width: 35px; }
        ul.pagination li a.arrow svg {
          height: 15px;
          width: 15px; }
          ul.pagination li a.arrow svg * {
            fill: #d1d1d1; }
        ul.pagination li a.arrow-left svg {
          transform: rotate(180deg); }
    ul.pagination li.current a {
      background-color: #fe5000;
      pointer-events: none;
      background-color: #fe5000;
      padding: 30px;
      font-weight: 500;
      font-size: 2.1rem; }
    ul.pagination li:not(.current):hover a {
      background-color: #fe5000;
      color: white;
      transform: scale(1.2); }
      ul.pagination li:not(.current):hover a.arrow {
        background-color: transparent; }
        ul.pagination li:not(.current):hover a.arrow svg * {
          fill: #fe5000; }

.blogpage {
  padding-top: 15rem;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1024px) {
    .blogpage {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .blogpage {
      padding-top: 7rem; } }
  .blogpage-right {
    display: flex;
    flex-direction: column;
    flex: 1 0 25%;
    padding: 0; }
    .blogpage-right h3 {
      font-weight: bold;
      font-size: 3.2rem;
      margin-bottom: 3rem; }
    .blogpage-right li.current-cat a {
      color: #fe5000; }
    .blogpage-right > ul > li {
      border-top: 2px solid #eaeaea; }
      .blogpage-right > ul > li a {
        display: flex;
        padding-top: 1rem;
        padding-bottom: 0.4rem;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.2rem; }
      .blogpage-right > ul > li > ul {
        padding-left: 0; }
        .blogpage-right > ul > li > ul li {
          padding-left: 1rem; }
          .blogpage-right > ul > li > ul li a {
            display: flex;
            padding-top: 0.2rem;
            padding-bottom: 0.2rem;
            font-weight: 400; }
          .blogpage-right > ul > li > ul li:last-child a {
            padding-bottom: 1rem; }
  .blogpage-left {
    flex: 1 1 75%;
    max-width: 970px;
    display: flex;
    flex-direction: column;
    padding-right: 13rem; }
    @media screen and (max-width: 1024px) {
      .blogpage-left {
        padding-right: 0; } }

.blogpost {
  max-width: 100%;
  padding-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .blogpost img {
      width: 100%; } }
  .blogpost h2 {
    font-size: 3.2rem; }
    @media screen and (max-width: 480px) {
      .blogpost h2 {
        font-size: 2.7rem; } }
    .blogpost h2 a {
      color: black; }
    .blogpost h2:hover a {
      color: #fe5000; }
  .blogpost-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding-bottom: 65%; }
    .blogpost-image img {
      height: 100%;
      position: absolute;
      left: 50%;
      width: 100%;
      object-fit: cover;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
  .blogpost:hover .blogpost-image img {
    height: 110%;
    width: 110%;
    max-width: 110%; }
  .blogpost-meta {
    margin: 1rem 0 3rem 0;
    font-weight: bold;
    color: black;
    font-size: 1.2rem; }
  .blogpost-author {
    margin-right: 1rem;
    text-transform: uppercase; }
    .blogpost-author span {
      color: black; }
    .blogpost-author:hover span {
      color: #fe5000; }

@media screen and (max-width: 768px) {
  .blog-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .blog-list li {
      border: none !important; }
      .blog-list li a {
        padding: 20px !important; } }

.section-content {
  position: relative; }
  .section-content .side-image {
    position: absolute;
    width: 335px;
    height: 100%;
    overflow: visible;
    bottom: -5rem;
    left: -25px;
    display: flex;
    transform: translateX(-100%); }
    @media screen and (max-width: 1240px) {
      .section-content .side-image {
        display: none; } }
    .section-content .side-image img {
      height: auto;
      width: auto;
      bottom: 0;
      right: 0;
      position: absolute; }

.author .navmenu-wrapper {
  position: relative; }

.author .extraInfo {
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .author .extraInfo {
      flex-direction: column; } }

.brokerStats {
  width: 100%;
  max-width: 100%;
  background-color: #eaeaea; }
  .brokerStats .author {
    max-width: 1200px;
    margin: 0 auto; }

.author {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .author h3 {
    font-weight: 600; }
  .author-title {
    flex: 1 0 100%;
    margin: 40px 0 0; }
    @media screen and (max-width: 480px) {
      .author-title {
        margin: 10px 0 0; } }
    .author-title h1 {
      font-size: 7rem;
      font-weight: 900;
      line-height: 7.7rem;
      margin-bottom: 0; }
    .author-title h2 {
      margin-top: 0;
      font-size: 2.7rem; }
    @media screen and (max-width: 768px) {
      .author-title h1 {
        font-size: 4rem;
        line-height: 4.4rem; }
      .author-title h2 {
        font-size: 2.52rem; } }
    @media screen and (max-width: 480px) {
      .author-title h1 {
        font-size: 2.7rem;
        line-height: 2.97rem; }
      .author-title h2 {
        font-size: 1.8rem; } }
  .author-image {
    flex: 1 0 35%; }
    .author-image img {
      max-width: 100%;
      object-fit: contain;
      height: 100%;
      object-position: bottom; }
    @media screen and (max-width: 1240px) {
      .author-image {
        flex: 1 0 25%;
        position: relative; }
        .author-image img {
          height: 100%;
          left: -50%;
          position: relative;
          left: -30%;
          max-width: 160%; } }
    @media screen and (max-width: 1024px) {
      .author-image {
        flex: 1 0 25%;
        position: relative; }
        .author-image img {
          max-width: 200%;
          width: 200%;
          height: 100%;
          left: -50%;
          position: relative; } }
    @media screen and (max-width: 768px) {
      .author-image {
        flex: 1 0 100%; }
        .author-image img {
          position: relative;
          width: 100%;
          max-width: 100%;
          object-fit: contain;
          height: 100%;
          left: 0;
          object-position: bottom; } }
  .author-stats {
    flex: 1 1 65%;
    margin-top: 20px; }
    @media screen and (max-width: 1240px) {
      .author-stats {
        padding-left: 40px;
        flex: 1 1 75%;
        position: relative;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #eaeaea 15%); } }
    @media screen and (max-width: 768px) {
      .author-stats {
        padding-left: 0;
        flex: 1 0 100%;
        flex-direction: column; } }
    .author-stats .button-container {
      margin: 40px 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .author-stats .button-container {
          flex-direction: column; } }
      .author-stats .button-container .button {
        margin-bottom: 0;
        min-width: 250px; }
        @media screen and (max-width: 480px) {
          .author-stats .button-container .button {
            min-width: 100px; } }
      .author-stats .button-container span {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-style: italic;
        margin-left: 10px; }
        @media screen and (max-width: 480px) {
          .author-stats .button-container span {
            display: none; } }
  .author-list {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .author-list > div {
      flex: 0 1 50%;
      padding-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .author-list > div {
          flex: 0 1 50%; } }
      @media screen and (max-width: 480px) {
        .author-list > div {
          flex: 0 1 100%; } }
      .author-list > div p {
        margin: 0; }
      .author-list > div p:first-child {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 500; }
      .author-list > div p:last-child {
        font-size: 2.1rem;
        line-height: 2.1rem;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .author-list > div p:last-child {
            font-size: 1.8rem;
            line-height: 1.8rem; } }
  .author-description {
    flex: 0 1 35%;
    padding-right: 100px; }
    @media screen and (max-width: 1024px) {
      .author-description {
        padding-right: 20px; } }
    .author-description h3 {
      font-size: 2.7rem;
      font-weight: bold; }
  .author-client-responses {
    flex: 0 1 65%;
    padding-right: 100px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1024px) {
      .author-client-responses {
        padding-right: 0; } }
    .author-client-responses-field {
      height: auto;
      flex: 1 1;
      padding-right: 100px;
      justify-content: stretch;
      align-items: stretch; }
      @media screen and (max-width: 1024px) {
        .author-client-responses-field {
          padding-right: 0; } }
    .author-client-responses h3 {
      font-size: 2.7rem;
      font-weight: bold; }
    .author-client-responses .client-responses {
      overflow: auto;
      align-items: stretch;
      max-height: 50vh;
      height: 100%;
      justify-content: stretch;
      display: flex;
      flex-direction: column; }
      .author-client-responses .client-responses p {
        position: relative;
        padding-left: 50px; }
        .author-client-responses .client-responses p:before {
          content: "”";
          font-size: 7rem;
          line-height: 1;
          font-weight: bold;
          position: absolute;
          left: 0;
          color: #fe5000; }

.team-navigation {
  margin: 7rem auto 7rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .team-navigation {
      margin: 4rem auto 4rem !important; } }
  @media screen and (max-width: 480px) {
    .team-navigation {
      margin: 2.7rem auto 2.7rem !important; } }
  .team-navigation .nine,
  .team-navigation .tabs {
    margin: 0; }
  .team-navigation h2 {
    font-size: 7rem; }
    @media screen and (max-width: 1024px) {
      .team-navigation h2 {
        font-size: 4rem; } }
    @media screen and (max-width: 768px) {
      .team-navigation h2 {
        font-size: 2.7rem; } }

#socialmedia-buttons .icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  #socialmedia-buttons .icons a div {
    height: 42px;
    width: 42px; }
    #socialmedia-buttons .icons a div svg {
      padding: 10px; }

.otherprojects,
.tabs-dropdown,
.team-navigation {
  position: relative;
  justify-content: space-between; }
  .otherprojects:after, .otherprojects:before,
  .tabs-dropdown:after,
  .tabs-dropdown:before,
  .team-navigation:after,
  .team-navigation:before {
    content: none; }

@media screen and (max-width: 1240px) {
  .otherprojects button,
  .tabs-dropdown button,
  .team-navigation button {
    margin: 0; }
    .otherprojects button.is-active,
    .tabs-dropdown button.is-active,
    .team-navigation button.is-active {
      border-radius: 20px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; } }

@media screen and (max-width: 1240px) and (max-width: 480px) {
  .otherprojects,
  .tabs-dropdown,
  .team-navigation {
    flex-direction: column; } }

@media screen and (max-width: 1240px) {
  .tabs.pill.small {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 200px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    border: 2px solid #fe5000;
    border-top: none;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .tabs.pill.small .filter-item {
      border-radius: 0;
      border: none;
      width: 100;
      margin: 0; }
  .tabs-dropdown > button {
    border: none !important; }
    .tabs-dropdown > button:hover, .tabs-dropdown > button:focus, .tabs-dropdown > button:active {
      background-color: #fe5000 !important;
      border: none !important; }
  .tabs-dropdown .tabs.pill.small {
    display: none; }
  .tabs-dropdown.menu-open .tabs.pill.small {
    border: none;
    display: flex;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); } }

.top-margin dl {
  padding: 0; }

.single-post iframe {
  max-width: 90%; }

.single-post h2 {
  margin-top: 0; }

.myykpage-wrapper {
  background-image: url("http://testsite.lvm.ee/wp-content/uploads/2022/02/contacts.jpg");
  background-size: cover;
  background-position: left;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding: 15rem 20px 0; }
  @media screen and (max-width: 1024px) {
    .myykpage-wrapper {
      padding: 10rem 20px 0; } }
  @media screen and (max-width: 480px) {
    .myykpage-wrapper {
      padding: 6rem 20px 0; } }

.myykpage-container {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 50vh;
  margin: 0 auto;
  padding-bottom: 5rem; }
  .myykpage-container h1 {
    font-size: 7rem;
    font-weight: bold; }

.myykpage-left {
  flex: 0 1 50%; }
  .myykpage-left > p {
    margin: 30px 0;
    width: 90%; }
  @media screen and (max-width: 1240px) {
    .myykpage-left {
      flex: 1 1 100%; }
      .myykpage-left h1,
      .myykpage-left p {
        text-align: center;
        margin: 20px auto; }
      .myykpage-left p {
        max-width: 550px; } }
  @media screen and (max-width: 1024px) {
    .myykpage-left h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 480px) {
    .myykpage-left h1 {
      font-size: 2.7rem; } }

.myykpage-right {
  flex: 0 1 50%;
  display: flex;
  align-items: flex-end;
  position: relative; }
  .myykpage-right img {
    position: relative;
    width: 150%;
    max-width: 150%;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5rem; }
  @media screen and (max-width: 1240px) {
    .myykpage-right {
      display: none; } }

.gridSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5rem auto;
  justify-content: space-between; }
  .gridSection .element {
    flex: 0 1 calc(100% / 4 - 20px);
    display: flex;
    margin: 0 10px;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (max-width: 1024px) {
      .gridSection .element {
        flex: 0 1 calc(100% / 2 - 20px); } }
    @media screen and (max-width: 480px) {
      .gridSection .element {
        flex: 1 1 calc(100% / 1 - 20px); } }
    .gridSection .element h3 {
      font-size: 2.1rem;
      font-weight: bold; }
    .gridSection .element-header {
      width: 100%;
      display: flex;
      align-items: baseline; }
      .gridSection .element-header .svgIco {
        display: flex;
        flex: 0 1 25%;
        width: 60px;
        height: 60px;
        margin: 0px 10px 0 0;
        float: none; }
    .gridSection .element-line {
      flex: 0 1 75%;
      width: 100%;
      background: #fe5000;
      height: 2px; }

.myyk_form_container {
  border: 2px solid #fe5000;
  background: transparent;
  border-radius: 10px;
  width: 80%; }
  @media screen and (max-width: 1240px) {
    .myyk_form_container {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; } }
  .myyk_form_container .form-block-inside {
    padding: 20px 30px 0; }
    .myyk_form_container .form-block-inside .button {
      margin-right: 0;
      margin-left: auto; }
    .myyk_form_container .form-block-inside .form-inputs input {
      max-width: 100%; }
    .myyk_form_container .form-block-inside .form-inputs textarea {
      max-width: 100%;
      margin-top: 10px;
      min-height: 100px; }
  .myyk_form_container label {
    text-align: left;
    width: 100%; }

.whyLVM,
.kinnisvaraarendusPage {
  padding-top: 15rem; }

.popupbanner_c {
  display: none !important; }

/* IMAGE VIEWER CHANGES*/
.lcl_prev,
.lcl_next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 0.5 !important;
  padding: 50px 30px !important;
  position: fixed !important;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .lcl_prev:hover,
  .lcl_next:hover {
    background: none;
    transform: translateY(-50%) scale(1.3) !important;
    opacity: 1 !important; }
    .lcl_prev:hover:after,
    .lcl_next:hover:after {
      content: none;
      box-shadow: none !important;
      opacity: 0 !important; }
  .lcl_prev:after,
  .lcl_next:after {
    opacity: 0 !important;
    content: none;
    box-shadow: none !important; }

.lcl_prev {
  left: 0 !important; }
  .lcl_prev::before {
    font-size: 40px !important; }

.lcl_next {
  right: 0 !important; }
  .lcl_next::before {
    font-size: 40px !important; }

.lcl_loader {
  background: none !important; }
  .lcl_loader .lcll_2 {
    display: none !important; }

.lcl_thumbs_toggle,
.lcl_txt_toggle {
  display: none !important; }

.lcl_tn_prev::before {
  content: "\f053" !important; }

.lcl_tn_next::before {
  content: "\f054" !important; }

#lcl_window {
  width: 100% !important;
  height: 100% !important;
  max-height: calc(90vh - 100px) !important;
  box-shadow: none !important; }

#lcl_elem_wrap {
  background-size: contain !important; }

#lcl_wrap {
  background-color: rgba(0, 0, 0, 0.9); }
  #lcl_wrap * {
    background-color: transparent !important; }

#lcl_thumbs_nav {
  background-color: #3d3d3d; }

#lcl_nav_cmd:before {
  content: "";
  background: rgba(0, 0, 0, 0) !important; }

/*
.lcl_switching_elem {
  opacity: 1 !important;
  #lcl_contents_wrap {
    opacity: 1 !important;
  }
  #lcl_nav_cmd {
    opacity: 1 !important;
  }
  #lcl_corner_close {
    opacity: 1 !important;
  }
}
*/
.hindamine--wrapper {
  margin-top: 150px;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1240px) {
    .hindamine--wrapper {
      flex-direction: column; } }
  .hindamine--wrapper h1 {
    font-weight: bold;
    font-size: 7rem; }
    @media screen and (max-width: 1024px) {
      .hindamine--wrapper h1 {
        font-size: 4rem; } }
    @media screen and (max-width: 480px) {
      .hindamine--wrapper h1 {
        font-size: 2.7rem; } }

.hindamine--content {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 100px;
  width: 100%;
  max-width: 610px; }

.hindamine--side {
  display: flex;
  flex-direction: column; }
  .hindamine--side__left {
    flex: 1 0 70%; }
  .hindamine--side__right {
    flex: 1 1 30%;
    justify-content: flex-end;
    margin-bottom: 20px; }
    @media screen and (max-width: 1240px) {
      .hindamine--side__right {
        width: 100%;
        max-width: 470px;
        margin: 0 auto; } }
    .hindamine--side__right > div {
      border: 2px solid #fe5000;
      border-radius: 10px;
      padding: 10px 30px 30px; }

.soovidHinnata h3 {
  font-weight: 600; }

.soovidHinnata .half {
  width: 100% !important;
  display: flex !important;
  float: none !important;
  flex-direction: column; }
  .soovidHinnata .half.first {
    padding-right: 0 !important; }
  .soovidHinnata .half.second {
    padding-left: 0 !important; }

#hindamineform {
  float: none !important; }

.tables--inside {
  overflow: auto;
  margin-top: -2px;
  border: 2px solid #d1d1d1;
  border-radius: 10px;
  border-top-left-radius: 0;
  margin-right: 100px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1240px) {
    .tables--inside {
      width: 100%; } }
  .tables--inside .tab {
    min-width: 600px; }
    .tables--inside .tab > table {
      width: calc(100% - 60px);
      margin: 30px; }
    .tables--inside .tab * {
      background: none !important; }
    .tables--inside .tab td {
      padding: 15px !important; }
    .tables--inside .tab:not(:first-child) > table {
      display: none; }

.tables--buttons {
  display: flex;
  flex-direction: row; }
  .tables--buttons__round {
    display: flex;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .tables--buttons .button--tabs {
    border-radius: 0;
    background-color: #d1d1d1;
    color: white;
    border: none;
    transition: background-color 0.3s ease-in-out, 0.3s ease-in-out, border-top-right-radius 0.3s ease-in-out;
    margin: 0;
    margin-left: -30px;
    min-width: 120px;
    z-index: 90; }
    .tables--buttons .button--tabs.is-active {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: #fe5000;
      color: white;
      z-index: 95; }
    .tables--buttons .button--tabs:first-child {
      margin-left: 0; }
    .tables--buttons .button--tabs:not(:first-child) {
      padding-left: 30px;
      margin-left: -10px;
      padding-right: 30px; }
    .tables--buttons .button--tabs:hover {
      z-index: 99;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: #fe5000;
      color: white; }

.page-template-content-hindamine h4 {
  margin-top: 100px; }

.page-template-content-hindamine .row > p {
  width: 100%;
  max-width: 800px; }

.broker_form_container {
  position: relative; }

.button--close {
  position: absolute;
  right: 0;
  transform: translateX(100%); }

.myyk_form_container .alert-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }

@media screen and (min-width: 900px) {
  .page-template-page-aripinnad .simpleSlider,
  .page-template-developments .simpleSlider {
    padding-top: 110px; } }

.page-template-developments .slick-container,
.single-aripinnad .slick-container {
  max-width: 1200px; }
  @media screen and (min-width: 900px) {
    .page-template-developments .slick-container,
    .single-aripinnad .slick-container {
      padding-top: 110px;
      margin: 0 auto; } }

.cookie-notice-visible {
  border: none !important;
  background-color: transparent !important; }

#cookie-notice {
  background: transparent !important;
  max-width: 1200px;
  margin: 0 auto 20px;
  min-width: 200px;
  padding: 0 20px; }
  #cookie-notice .cn-button {
    padding: 10px 15px;
    border-radius: 99px;
    min-width: 120px; }

.cookie-notice-container {
  max-width: 1000px;
  margin: 0 auto;
  min-width: 200px;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #fe5000;
  background-color: white;
  padding: 20px !important;
  display: flex !important;
  padding: 1.5rem 7px; }
  @media screen and (max-width: 768px) {
    .cookie-notice-container {
      flex-direction: column; } }
  .cookie-notice-container .cn-text-container {
    text-align: left;
    color: #fe5000 !important;
    flex: 1 1 100% !important; }
    @media screen and (max-width: 768px) {
      .cookie-notice-container .cn-text-container {
        font-size: 12px !important;
        line-height: 1.4;
        margin-bottom: 20px; } }
    .cookie-notice-container .cn-text-container a {
      color: #fe5000 !important;
      font-weight: bold;
      text-decoration: underline; }
  .cookie-notice-container .cn-buttons-container {
    flex: 0 1 !important; }

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important; }

#cookie-notice .cookie-notice-container .cn-buttons-container .button {
  display: inline-block;
  padding: 20px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 1.2rem;
  min-width: 200px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase !important;
  transition: background-color 0.2 ease-in-out, border-color 0.2 ease-in-out, padding-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media screen and (max-width: 1024px) {
    #cookie-notice .cookie-notice-container .cn-buttons-container .button {
      margin-left: 1rem;
      margin-right: 1rem; } }
  #cookie-notice .cookie-notice-container .cn-buttons-container .button:hover {
    border-radius: 99px;
    transition: background-color 0.2 ease-in-out, border-color 0.2 ease-in-out; }
    #cookie-notice .cookie-notice-container .cn-buttons-container .button:hover .icon {
      transition: margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      margin-right: 20px;
      margin-left: 0; }
  #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary, #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary:focus {
    background-color: #fe5000;
    color: white;
    border-color: #fe5000; }
  #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary:hover {
    background-color: #cb4000;
    border-color: #cb4000; }
  #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow, #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow:focus {
    background-color: transparent;
    color: #fe5000;
    border-color: #fe5000; }
    #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow .icon-primary svg *, #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow:focus .icon-primary svg * {
      fill: #fe5000 !important; }
  #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow:hover {
    background-color: #fe5000;
    border-color: #fe5000;
    color: white; }
    #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow:hover .icon-primary svg * {
      fill: white !important; }
    #cookie-notice .cookie-notice-container .cn-buttons-container .button-primary__hollow:hover .icon-white svg * {
      fill: white !important; }

#cookie-notice {
  border-top: none !important; }

/*#cookie-notice {
  border-top: 1px solid #b3b3b3; }
  #cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none !important; }
  #cookie-notice .cookie-notice-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 1.5rem 7px;
    max-width: calc(980px + 1rem); }
    @media (max-width: 860px) {
      #cookie-notice .cookie-notice-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.5rem 1rem;
        max-width: calc(980px + 1rem); } }
    #cookie-notice .cookie-notice-container .cn-text-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      text-align: left; }
    #cookie-notice .cookie-notice-container .cn-buttons-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
              flex: 1 0 20%;
      text-align: right; }
      #cookie-notice .cookie-notice-container .cn-buttons-container .button {
        background-color: white;
        color: #222222;
        -webkit-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out;
        padding: 7px 20px;
        border: 1px solid #b3b3b3;
        border-radius: 0; }
        #cookie-notice .cookie-notice-container .cn-buttons-container .button:hover {
          background-color: #b3b3b3; }
    #cookie-notice .cookie-notice-container .cn-close-icon {
      display: none; }

#laenuinfo {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  #laenuinfo .laenuinfo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 56.25em) {
      #laenuinfo .laenuinfo-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    #laenuinfo .laenuinfo-content a {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: center;
      padding: 10px;
      opacity: 1;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      @media screen and (min-width: 56.25em) {
        #laenuinfo .laenuinfo-content a {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      #laenuinfo .laenuinfo-content a img {
        max-height: 30vh; }
      #laenuinfo .laenuinfo-content a:hover {
        opacity: 0.8;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }

.objmap {
  left: 0; }

  */
.cn-close-icon {
  display: none; }

.popupbanner_c {
  display: flex !important;
  flex-direction: column; }
  .popupbanner_c form.custom {
    display: flex;
    flex-direction: column; }
  .popupbanner_c button.send.button {
    padding: 10px;
    min-width: 10px; }
  .popupbanner_c .sidebox {
    width: 350px;
    background: black !important;
    color: white; }
    @media screen and (max-width: 480px) {
      .popupbanner_c .sidebox {
        width: 251px; } }
  .popupbanner_c .boxtop {
    background: black !important; }
  .popupbanner_c .boxmiddle {
    display: flex;
    flex-direction: row;
    width: auto !important;
    float: auto !important;
    background: black !important;
    padding: 0 10px 0 20px !important; }
    .popupbanner_c .boxmiddle h2,
    .popupbanner_c .boxmiddle p {
      color: white !important; }
    .popupbanner_c .boxmiddle input,
    .popupbanner_c .boxmiddle select {
      border-radius: 10px !important;
      height: 30px; }
    .popupbanner_c .boxmiddle.thankyou {
      flex-direction: column;
      align-items: flex-start; }
  .popupbanner_c .sidebox--side__left {
    flex: 1; }
  .popupbanner_c .sidebox--side__right {
    flex: 1; }
  .popupbanner_c .contact_img {
    display: flex !important;
    height: 100% !important; }
    .popupbanner_c .contact_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .popupbanner_c .sidebox .closebox {
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 25px;
    position: absolute;
    left: 0;
    transform: translate(-100%, -100%);
    right: auto;
    top: 100%;
    background: none !important;
    cursor: pointer; }
    .popupbanner_c .sidebox .closebox img {
      color: white; }
    .popupbanner_c .sidebox .closebox span.closeX {
      transform: rotate(-45deg);
      color: white;
      z-index: 55;
      font-size: 3.4rem; }
    .popupbanner_c .sidebox .closebox span.closeText {
      left: 50%;
      padding: 10px 50px;
      top: 50%;
      position: absolute;
      /* border-top-right-radius: 20px; */
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      margin-top: 39px;
      background: black;
      transform: translate(-50%, 0%) rotate(-90deg); }
  .popupbanner_c .send.button {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100% !important;
    padding-top: 30px !important; }
    .popupbanner_c .send.button * {
      color: white !important; }
    .popupbanner_c .send.button:visited, .popupbanner_c .send.button:focus {
      color: white !important; }
    .popupbanner_c .send.button svg * {
      fill: white !important; }
