.hs-arrow {
  display: none;
}

.squares-element:hover {
  display: none;
}

.squares-container:hover {
  display: none;
}

.site_main .container {
  width: 80vw !important;
  max-width: 1208px;
}
.site_main .building-map {
  min-height: 826px;
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 100px;
  margin: 0;
}
.site_main .building-map .building-map-container {
  height: inherit;
}
.site_main .building-map .building-map-row {
  position: relative;
  z-index: 2;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: inherit;
}
.site_main .building-map .building-map-column-one {
  position: relative;
  z-index: 1;
}
.site_main .building-map .building-map-column-two {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.site_main .building-map .floors-buttons {
  display: flex;
  width: 80%;
  justify-content: space-around;
  align-items: center;
}
.site_main .building-map .floors-buttons .button-floor-up,
.site_main .building-map .floors-buttons .button-floor-down {
  width: 72px;
  height: 72px;
  border: 1px solid #4C9EAA;
  background: none;
  color: #4C9EAA;
  cursor: pointer;
}
.site_main .building-map .floors-buttons .button-floor-up svg > path,
.site_main .building-map .floors-buttons .button-floor-down svg > path {
  fill: #4C9EAA;
}
.site_main .building-map .floors-buttons .button-floor-up svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.site_main .building-map .floors-buttons .button-floor-down {
  margin-left: 16px;
}
.site_main .building-map .floors-buttons .button-floor-down svg {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.site_main .building-map .floors-buttons .markers-floor {
  width: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site_main .building-map .floors-buttons .markers-floor .marker {
  width: 50px;
  height: 4px;
  background: #4C9EAA;
  opacity: 0.2;
  margin: 4px;
}
.site_main .building-map .floors-buttons .markers-floor .marker:first-child {
  margin-top: 0;
}
.site_main .building-map .floors-buttons .markers-floor .marker:last-child {
  margin-bottom: 0;
}
.site_main .building-map .floors-buttons .markers-floor .active {
  opacity: 1;
}
.site_main .building-map .floors-buttons .count-floor-containe {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #4C9EAA;
}
.site_main .building-map .floors-buttons[hidden] {
  display: none;
}
.site_main .building-map .building-map-text .first-text {
  font-size: 24px;
  line-height: 160%;
  color: #4C9EAA;
  margin-top: 0;
  font-weight: normal;
  width: 50%;
}
.site_main .building-map .building-map-text .second-text {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
}

/**
* Office Retail Redesign
*/
.page-template-template-office .main-header-row .main-text-block, 
.page-template-template-retail .main-header-row .main-text-block {
  margin-top: 35px;
}
.page-template-template-office .primyte-info, 
.page-template-template-retail .primyte-info {
  margin-block: 168px;
}
.page-template-template-office .primyte-info img, 
.page-template-template-retail .primyte-info img {
  width: 100%;
}
.page-template-template-office .primyte-info h2, 
.page-template-template-retail .primyte-info h2 {
  font-family: Axis Extra, sans-serif;;
  font-size: 2.5rem;
  font-weight: 800;
  color: #231F20;
}
.page-template-template-office .primyte-info p, 
.page-template-template-retail .primyte-info p {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #5C6668;
  width: 80%;
}
.page-template-template-retail .primyte-info p {
  width: 82%;
}
.page-template-template-office .primyte-info p:last-child {
  width: 81.2%;
}
.page-template-template-office .primyte-info p a, 
.page-template-template-retail .primyte-info p a {
    color: #5C6668;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    text-decoration-thickness: 0.8px;
}
.page-template-template-office .primyte-info p:first-child, 
.page-template-template-retail .primyte-info p:first-child {
  margin-bottom: 24px;
}
.page-template-template-office .office-img-bg, 
.page-template-template-retail .office-img-bg {
  background: #F7F5F2;
  width: 100%;
  height: 690px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -70%;
  z-index: -1;
}
/**
 * Building Map
 */
 .page-template-template-office .squares-container, 
 .page-template-template-retail .squares-container {
    max-width: 330px;
  }
  .page-template-template-office .imp-tooltip.imp-tooltip-visible ,
  .page-template-template-office .imp-tooltip.imp-tooltip-visible .squares-element:first-child {
    padding-inline: 0!important;
  }
  .page-template-template-office .imp-tooltip.imp-tooltip-visible .squares-element img {
    width: 100%;
  }
  /* .page-template-template-office .squares-element 
  .page-template-template-retail .squares-element {
     padding: 0 !important;
   } */
/**
 * Benefits Section
 */

 .benefits {
  background: #F7F5F2;
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0 5rem;
}
.benefits .benefits-title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 90px;
}
/* .page-template-template-retail .benefits-container  div {
  padding-inline: 0;
} */
.benefits .benefits-card {
  /* width: 376px; */
  width: 380px;
  /* min-height: 383px; */
  max-height: 380px;
  border-right: 1px solid #dfcdb7;
  padding-inline: 40px;
}
.benefits .benefits-card:first-child {
  padding-inline-start: 0;
}
.page-template-template-office .about-map-container .section-text-main {
  margin-bottom:0;
}
.page-template-template-office .about-map .imp-main-image {
  margin-top: -20px;
  margin-left: 45px;
}

/* .benefits .benefits-card:not(:first-child):not(:last-child) {
  margin-inline: 32px;
} */
.benefits .card-4 {
  border-right: 0px;
}
.benefits .benefit-circle {
  background: #dfcdb7;
  mix-blend-mode: multiply;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 90px;
  position: absolute;
  right: 47%;
  top: 20%;
  height: 90px;
}
.benefits .white {
  background: #ffffff;
  mix-blend-mode: screen;
}
.benefits .benefits-card-image {
  height: 80px;
  position: relative;
}
.benefits .benefits-card-image img {
  position: absolute;
  bottom: 0;
  padding: 6px;
}
.benefits .benefits-card-text {
  margin-top: 48px;
}
.benefits .benefits-card-text .title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0;
}
.benefits .benefits-card-text .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
  font-family: Oswald, sans-serif;
  width: 100%;
  max-width: 310px;
  margin-block: 0;
}
.page-template-template-office p.benefits-title, 
.page-template-template-retail p.benefits-title {
  margin-bottom: 80px;
}
.page-template-template-office .site_main .building-map, 
.page-template-template-retail .site_main .building-map {
  margin-bottom: 170px;
}
.page-template-template-office .contacts .container, 
.page-template-template-retail .contacts .container {
  margin-bottom: 44px;
}



section.gallery .description-text {
  position: relative;
  z-index: 4;
}
section.gallery .first-text {
  font-size: 24px;
  line-height: 160%;
  color: #4C9EAA;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
  width: 50%;
}
section.gallery .second-text {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
}
section.gallery .info-text {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #5C6668;
  margin-top: 0;
  margin-bottom: 0;
}
section.gallery .gallery-text {
  width: 100%;
  max-width: 485px;
}

 /**
  * Benefits Section End
  */
  /**
  * Contact form start
  */
  .page-template-template-office .placeholder-box .placeholder-text,
  .page-template-template-retail .placeholder-box .placeholder-text {
    width: 50%;
  }
  /**
  * Contact form end
  */

  @media (max-width: 1380px) {
   .page-template-template-retail .benefits-card,
   .page-template-template-office .benefits-card {
       padding-inline:0;
       margin-inline:0;
   }
   .page-template-template-retail .benefits-row-two,
   .page-template-template-office .benefits-row-two {
       gap:32px;
   }
 }

 /**
 * Office Retail Redesign End
 */
@media screen and (max-width: 990px) {
  .site_main .building-map {
    background: white;
    height: auto;
  }
  .site_main .building-map .background {
    display: none;
  }
  .site_main .building-map .section-button {
    width: 100%;
  }
  .site_main .building-map .white-block {
    display: flex;
  }
  .site_main .building-map .building-map-row .circle {
    width: 200px;
    height: 200px;
    right: -5%;
    top: 5%;
  }
  .site_main .building-map .video {
    width: 100%;
    margin-top: 88px;
    background: white;
  }
  .main-image-block .building {
    width: auto;
    height: 100%;
  }
  .page-template-template-office .primyte-info h2, 
  .page-template-template-retail .primyte-info h2 {
    font-size: 2rem;
  }
  .benefits .benefits-card {
    border-right: none;
  }
  .site_header .main-header-block .main-text .large {
      font-size: 76px;
  }
  .page-template-template-office .benefits .benefits-card:last-child,
  .page-template-template-retail .benefits .benefits-card:last-child{
      margin-inline: 0;
      padding-inline: 0;
  }

  .page-template-template-office .benefits-row-two, 
  .page-template-template-retail .benefits-row-two{
      row-gap: 30px;
  }
  .page-template-template-office .benefits .benefits-card,
  .page-template-template-retail .benefits .benefits-card{
      margin-inline: 0;
      padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .site_main .building-map .building-map-row .circle {
    width: 150px;
    height: 150px;
  }
  .site_header .main-header-block .main-text-buttons {
      width: 100%;
      height: 150px;
      flex-direction: column;
      min-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .apartments-mobile {
    display: block !important;
  }
  .apartments-mobile img {
    width: 100%;
  }
  .site_main .building-map {
    min-height: auto;
    padding-top: 96px;
  }
  .site_main .building-map .building-map-text .first-text {
    font-size: 20px;
  }
  .site_main .building-map .building-map-text .second-text {
    font-size: 32px;
  }
  .site_main .building-map .building-map-text .third-text {
    font-size: 18px;
  }
  .site_main .building-map .building-map-row .circle {
    right: -10%;
    top: 10%;
  }
  .site_main .building-map .building-map-row-two {
    display: none;
  }
  .site_main .building-map .floors-buttons {
    display: none;
  }
  .site_header .main-header-block .main-text .small {
    font-size: 20px;
  }
  .site_header .main-header-block .main-text .large {
    font-size: 40px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 414px) {
  .site_main .building-map .background {
    display: none;
  }
}
.site_main .building-map .imp-ui-layers-menu-wrap {
  display: none;
}
.site_main .buty-table {
  width: 100%;
  min-height: 500px;
  padding-bottom: 168px;
}
.site_main .buty-table .table-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 56px;
}
.site_main .buty-table .table-options .title {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  color: #231F20;
  margin-top: 0;
}
.site_main .buty-table .filter-block {
  padding: 0px 50px 0px 0px;
}
.site_main .buty-table .filter-block .dropdowns {
  display: flex;
}
.site_main .buty-table .filter-block .dropdowns .dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4C9EAA;
  box-sizing: border-box;
  border-radius: 2px;
  width: 140px;
  height: 56px;
}
.site_main .buty-table .filter-block .dropdowns .dropdown svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.site_main .buty-table .filter-block .dropdowns .dropdown .description {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #4C9EAA;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 139px;
  height: auto;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  color: #4C9EAA;
  top: 100%;
  left: -1px;
  z-index: 2;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .dropdown-content .content-conainer {
  cursor: pointer;
  padding: 12px 24px;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .dropdown-content .content-conainer:hover {
  background: #F7F5F2;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .dropdown-content .content-conainer p {
  margin: 0;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .active {
  background: #F7F5F2;
}
.site_main .buty-table .filter-block .dropdowns .dropdown .dropdown-content-open {
  display: block;
}
.site_main .buty-table .filter-block .dropdowns .dropdown:last-child {
  margin-left: 8px;
}
.site_main .buty-table .number-of-rooms-block {
  padding: 0px 50px 0px 0px;
}
.site_main .buty-table .number-of-rooms-block .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 278px;
}
.site_main .buty-table .number-of-rooms-block .buttons .button {
  width: 56px;
  height: 56px;
  border: 1px solid #4C9EAA;
  border-radius: 2px;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #4C9EAA;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.site_main .buty-table .number-of-rooms-block .buttons .active {
  background: #428B96;
  color: white;
}
.site_main .buty-table .area-block, .site_main .buty-table .price-block {
  width: 200px;
  padding: 0px 50px 0px 0px;
}
.site_main .buty-table .area-block .range-container, .site_main .buty-table .area-block .price-range-container, .site_main .buty-table .price-block .range-container, .site_main .buty-table .price-block .price-range-container {
  position: relative;
}
.site_main .buty-table .area-block .range-container .noUi-base, .site_main .buty-table .area-block .range-container .noUi-connects, .site_main .buty-table .area-block .price-range-container .noUi-base, .site_main .buty-table .area-block .price-range-container .noUi-connects, .site_main .buty-table .price-block .range-container .noUi-base, .site_main .buty-table .price-block .range-container .noUi-connects, .site_main .buty-table .price-block .price-range-container .noUi-base, .site_main .buty-table .price-block .price-range-container .noUi-connects {
  width: 100%;
  height: 1px;
}
.site_main .buty-table .area-block .range-container .noUi-connect, .site_main .buty-table .area-block .price-range-container .noUi-connect, .site_main .buty-table .price-block .range-container .noUi-connect, .site_main .buty-table .price-block .price-range-container .noUi-connect {
  background: #4C9EAA;
}
.site_main .buty-table .area-block .noUi-target, .site_main .buty-table .price-block .noUi-target {
  background: #DFCDB7;
  border: none;
  border-radius: none;
  box-shadow: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
}
.site_main .buty-table .area-block .noUi-horizontal, .site_main .buty-table .price-block .noUi-horizontal {
  height: 1px;
}
.site_main .buty-table .area-block .noUi-horizontal .noUi-handle, .site_main .buty-table .price-block .noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  top: -16px;
  border-radius: 50%;
  border: 1px solid #4C9EAA;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_main .buty-table .area-block .noUi-horizontal .noUi-handle::before, .site_main .buty-table .price-block .noUi-horizontal .noUi-handle::before {
  content: none;
}
.site_main .buty-table .area-block .noUi-horizontal .noUi-handle::after, .site_main .buty-table .price-block .noUi-horizontal .noUi-handle::after {
  content: none;
}
.site_main .buty-table .area-block .noUi-horizontal .noUi-touch-area, .site_main .buty-table .price-block .noUi-horizontal .noUi-touch-area {
  height: 12px;
  width: 12px;
  background: #4C9EAA;
  border-radius: 50%;
}
.site_main .buty-table .area-block .outputs, .site_main .buty-table .price-block .outputs {
  display: flex;
  justify-content: space-between;
  color: #231F20;
  font-size: 14px;
}
.site_main .buty-table .area-block .meter, .site_main .buty-table .price-block .meter {
  display: flex;
  align-items: baseline;
  pointer-events: none;
  font-size: 14px;
  color: #0a1a17;
  text-align: center;
  width: 120px;
}
.site_main .buty-table .price-block {
  padding: 0px 0px 0px 0px;
}
.site_main .buty-table #table-apartments_length, .site_main .buty-table #table-apartments_filter, .site_main .buty-table .dataTables_paginate, .site_main .buty-table .dataTables_info {
  display: none;
}
.site_main .buty-table .table-col-two {
  margin-top: 56px;
  overflow-x: scroll;
}
.site_main .buty-table .table-col-two::-webkit-scrollbar {
  width: 0;
}
.site_main .buty-table .table-col-three {
  position: fixed;
  z-index: 9;
  bottom: 0%;
  margin-bottom: 40px;
  pointer-events: none;
}
.site_main .buty-table .compare-counter-container {
  display: none;
}
.site_main .buty-table .compare-counter-container span {
  color: #428B96;
}
.site_main .buty-table .table {
  min-width: 1208px;
}
.site_main .buty-table .table .head {
  background: #4C9EAA;
  color: white;
  font-weight: normal;
}
.site_main .buty-table .table .head .sorting_asc, .site_main .buty-table .table .head .sorting_desc {
  background-image: none !important;
}
.site_main .buty-table .table .first-col {
  background-image: none !important;
}
.site_main .buty-table .table .sorting {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  padding-left: 9px;
  background-image: none;
  padding: 16px 0px;
}
.site_main .buty-table .table .th-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.site_main .buty-table .table .sorting_1 {
  justify-content: center;
  align-items: center;
}
.site_main .buty-table .table .vr {
  background-image: none;
}
.site_main .buty-table .table .contact-checkbox-input {
  display: flex;
}
.site_main .buty-table .table .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 18px;
}
.site_main .buty-table .table .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.site_main .buty-table .table .control__indicator {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background: white;
  border: 1px solid #DFCDB7;
}
.site_main .buty-table .table .control--radio .control__indicator {
  border-radius: 50%;
}
.site_main .buty-table .table .control:hover input ~ .control__indicator,
.site_main .buty-table .table .control input:focus ~ .control__indicator {
  background: #ccc;
}
.site_main .buty-table .table .control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.site_main .buty-table .table .control:hover input:not([disabled]):checked ~ .control__indicator,
.site_main .buty-table .table .control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.site_main .buty-table .table .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.site_main .buty-table .table .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.site_main .buty-table .table .control input:checked ~ .control__indicator:after {
  display: block;
}
.site_main .buty-table .table .control--checkbox .control__indicator:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.site_main .buty-table .table .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.site_main .buty-table .table .table-row {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #5C6668;
  cursor: pointer;
}
.site_main .buty-table .table .vr-row {
  background: #82776C;
  cursor: pointer;
}
.site_main .buty-table .table .vr-row img {
  width: 20px;
}
.site_main .buty-table .table .vr-row:hover {
  background: #6A6056;
}
.site_main .buty-table .table .odd {
  background: white;
}
.site_main .buty-table .table .even {
  background: #F7F5F2;
}
@media screen and (max-width: 768px) {
  .site_main .buty-table .compare {
    margin-top: 24px;
  }
  .site_main .buty-table .compare .compare-button {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}
@media screen and (max-width: 568px) {
  .site_main .buty-table {
    padding-bottom: 104px;
  }
  .site_main .buty-table .table-col-two {
    margin-top: 0;
  }
  .site_main .buty-table .compare {
    margin-top: 0;
  }
  .site_main .buty-table .table-options {
    margin-top: 0;
  }
  .site_main .buty-table .table-options > div {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 414px) {
  .site_main .buty-table .filter-block {
    width: 100%;
  }
  .site_main .buty-table .filter-block .dropdowns {
    width: 100%;
    flex-direction: column;
  }
  .site_main .buty-table .filter-block .dropdowns .dropdown {
    width: 100%;
  }
  .site_main .buty-table .filter-block .dropdowns .dropdown:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
  .site_main .buty-table .filter-block .dropdowns .dropdown .description {
    width: 100%;
    justify-content: space-between;
    padding: 0px 30px;
  }
  .site_main .buty-table .area-block, .site_main .buty-table .price-block {
    width: 100%;
  }
}

.plan-button-two {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  background: white;
  color: #82776C;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}
.plan-button-two:hover {
  background: #f3f3f3;
}

.compare {
  margin-top: 65px;
  position: relative;
}
.compare .compare-button {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  width: 168px;
  height: 64px;
  background: #4C9EAA;
  border: 1px solid #fefefe;
  border-radius: 2px;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  transform: translate(-55%, 0px);
  position: relative;
  left: -2.5%;
}
.compare .compare-button img {
  width: 12.67px;
  height: 12.67px;
}
.compare .reset {
  width: 100px;
}

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