@charset "UTF-8";
/*
Theme Name: Alliance
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alliance
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*grey*/
/*   <Breadcrumbs/>   */
/*   <Muve-top/>   */
/* === BEGIN INPUTs === */
.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem; }

.form-control-lg {
  padding: .75rem 1rem; }

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-radius: 0;
  height: 48px; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  color: #af0a48;
  font-size: 85%;
  display: block; }

.required {
  display: inline-block;
  color: #9A213A;
  line-height: 1.2;
  vertical-align: top; }

/*custom checkbox*/
.form-group {
  margin-bottom: 20px; }
  .form-group input {
    display: none; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #656871;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 29px; }
  .form-group input:checked + label:before {
    content: '';
    background: url("./assets/img/checkbox.png") center no-repeat; }

/**/
/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.quantity {
  display: flex;
  border-radius: 0;
  max-width: 110px;
  position: relative;
  border: 1px solid #656871;
  margin: 0 auto; }
  .quantity input {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    border: none;
    background: none;
    font-size: 18px !important;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    line-height: 1;
    height: 40px;
    border: none; }
  .quantity .btn {
    display: inline-block;
    font-size: 17px !important;
    padding: 3px 5px;
    text-align: center;
    border-radius: 0px;
    color: #000;
    line-height: 1;
    text-align: center; }
    .quantity .btn:hover {
      color: #9A213A; }

/*custom input*/
.form-control {
  height: calc(2.25rem + 12px);
  border-radius: 0;
  float: left; }

.btn-tel-form {
  width: 70px;
  height: 48px;
  background: url("./assets/img/long-arrow.png") center no-repeat #9A213A;
  background-size: 32px; }

.form-control:focus {
  color: #495057;
  background-color: #fff; }

/**/
/* === END INPUTs === */
.modal-open .modal {
  padding-right: 0 !important; }

.modal-template .modal-dialog {
  max-width: 100%;
  margin: 0 auto; }

.modal-dialog {
  display: flex;
  align-items: center;
  max-width: 1680px;
  min-height: calc(100% - (5rem * 2)); }

.modal-header {
  border: none;
  padding-bottom: 0; }

.modal-body .nice_Select {
  height: 48px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  background: url("assets/img/select_close.png") calc(100% - 15px) center no-repeat !important; }
  .modal-body .nice_Select.open {
    background: url("assets/img/select_open.png") calc(100% - 15px) center no-repeat #f9f9f9 !important; }
  .modal-body .nice_Select .list {
    width: 100%;
    background: #f9f9f9; }
    .modal-body .nice_Select .list li.option {
      height: 42px; }
      .modal-body .nice_Select .list li.option:before {
        display: none; }
      .modal-body .nice_Select .list li.option:hover {
        background-color: #188de7;
        color: #fff; }

.modal-content {
  border-radius: 0;
  border: none;
  padding: 30px 40px; }
  .modal-content p {
    margin-top: 10px; }

.status {
  display: none; }

.status-sold .status,
.status-actions .status {
  display: block; }
  .status-sold .status .icon-box path,
  .status-actions .status .icon-box path {
    fill: #fff; }

textarea {
  min-height: 155px;
  max-height: 155px;
  background-attachment: local; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    margin-left: 15px;
    cursor: pointer;
    margin: 5px 0 25px 15px; }
    input[type="file"] + label img {
      margin-right: 10px; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none !important;
  z-index: 1; }

.form-control,
input[type]:not(.btn),
textarea,
select {
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #BFBFBF;
  padding: 11px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #29282D; }
  .form-control:focus,
  input[type]:not(.btn):focus,
  textarea:focus,
  select:focus {
    border-bottom: 1px solid #656871;
    box-shadow: none;
    outline: none; }

textarea {
  background: url(assets/img/textarea.png) center 48px;
  border: none;
  line-height: 48px;
  padding: 0px 12px;
  transition: .3s;
  scrollbar-face-color: #9A213A;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-color: #9A213A #f9f9f9;
  overflow-y: auto;
  overflow-x: hidden;
  background-attachment: local; }
  textarea::-webkit-scrollbar {
    width: 6px; }
  textarea::-webkit-scrollbar-thumb {
    background-color: #9A213A;
    background-clip: padding-box;
    border: 0px solid #f9f9f9; }
    textarea::-webkit-scrollbar-thumb:hover {
      background-color: #7F2437; }
  textarea::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    cursor: pointer; }
  textarea::-webkit-scrollbar-button {
    background-color: transparent; }
  textarea:focus {
    border-bottom: none;
    background: url(assets/img/textarea1.png) center 48px;
    background-attachment: local; }

::-webkit-input-placeholder {
  color: #656871 !important;
  padding-bottom: 15px; }

::-moz-placeholder {
  color: #656871 !important; }

:-ms-input-placeholder {
  color: #656871 !important; }

input[type="tel"]::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #29282D !important; }

#ajaxModal input.btn.btn-secondary,
#support input.btn.btn-secondary {
  margin-left: auto;
  display: flex; }

.form-subscribe .modal-header,
.form-callback .modal-header {
  border: none;
  padding-bottom: 0;
  padding: 0;
  height: 0; }

.form-subscribe .modal-content,
.form-callback .modal-content {
  margin: 15px;
  padding: 0; }

.form-subscribe .modal-body,
.form-callback .modal-body {
  padding: 0; }

.form-subscribe div.col-md-6 p.col-md-12:first-child,
.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 80px; }

.modal-feedback .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 480px;
  min-height: calc(100% - (5rem * 2)); }

.modal-feedback .description {
  margin-bottom: 12px; }

.modal-feedback .btn {
  margin-top: 36px; }

.modal-feedback .form-column {
  padding: 0;
  width: 100%; }

.modal-feedback .block__tel-form input {
  margin-bottom: 24px; }

.form-callback div.col-md-6 > .img-fluid {
  height: 100%; }

.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 45px; }

.modal-content iframe {
  width: 100%; }

.form-one-click .modal-body {
  padding: 0rem 1rem 1rem 1rem; }

.form-one-click .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 530px;
  margin: 0 auto;
  min-height: calc(100% - (5rem * 2)); }

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px 10px 15px 15px; }
  .modal-template .modal-dialog {
    margin: 0; }
  .modal-template .modal-body {
    padding: 0; }
  .modal-template .parking-item {
    padding: 0 0 24px; }
  .img-back-link {
    min-width: 60px;
    height: 60px; } }

.template-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 141px 1fr;
  grid-column-gap: 30px;
  grid-template-areas: "img attr" "img desc"; }

.img-back-link {
  min-width: 96px;
  height: 96px;
  background: url("./assets/img/icon-pagination__black-left.svg") no-repeat center #F6F6F6;
  margin-right: 30px;
  transition: .3s; }

.modal-back {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -46px;
  font-size: 20px; }
  .modal-back:hover .img-back-link {
    margin-right: 20px;
    background: url("./assets/img/icon-pagination__hover-left.svg") no-repeat center #F6F6F6; }

.modal-template .page-title {
  text-align: left;
  margin: 120px 0 72px;
  padding-left: 0; }

.modal-template .room-sales {
  font-size: 24px;
  line-height: 36px;
  color: #656871;
  font-family: "Prata-Regular";
  margin-right: auto; }
  .modal-template .room-sales span {
    color: #9A213A; }

.parking-item,
.commercian-item {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 15px 60px; }

.template-img {
  text-align: center;
  grid-area: img; }

.template-item__attr {
  display: flex;
  flex-wrap: wrap;
  grid-area: attr; }

.attr-item {
  color: #29282D;
  font-size: 36px;
  line-height: 1;
  font-family: "Prata-Regular";
  width: 50%;
  margin: 0 -15px 24px;
  padding: 0 30px 0 15px; }
  .attr-item span {
    font-family: "HeliosLightC";
    color: #656871;
    white-space: nowrap;
    font-size: 18px; }

.template-item__description {
  margin: 36px auto 24px;
  grid-area: desc;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .template-item__description a {
    margin-top: 60px;
    margin-right: auto; }

.template-item__description-text {
  margin-bottom: 12px;
  font-size: 18px; }
  .template-item__description-text ul {
    margin: 24px 0; }
    .template-item__description-text ul li {
      margin-bottom: 12px; }

.room-item .template-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 141px 1fr;
  grid-column-gap: 30px;
  grid-template-areas: "img caunter" "img attr" "img desc"; }

.room-item .action-caunter {
  grid-area: caunter;
  margin-bottom: 48px;
  padding: 0;
  border-radius: 6px;
  overflow: hidden; }
  .room-item .action-caunter .text-box {
    padding: 8px 15px 8px 30px; }
    .room-item .action-caunter .text-box span {
      opacity: .6; }
    .room-item .action-caunter .text-box .title_6 {
      color: #fff; }

.room-item .timer-section:before {
  width: inherit;
  left: 5px;
  right: 5px; }

.template-item__description-text {
  width: 100%; }
  .template-item__description-text ol li {
    display: flex;
    color: #29282D;
    border-bottom: 1px solid #BFBFBF;
    padding: 8px 20px 8px 0; }
    .template-item__description-text ol li:first-child {
      border-bottom: 1px solid #BFBFBF; }
    .template-item__description-text ol li span {
      margin-left: auto;
      font-weight: 900; }
    .template-item__description-text ol li:before {
      color: #29282D;
      top: 7px;
      content: counter(li, decimal) " ";
      font-weight: 300;
      margin-right: 30px; }

.bg-caunter {
  min-width: 251px;
  background: url(assets/img/bg-caunter.jpg) center no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px;
  align-items: center;
  background-size: cover; }
  .bg-caunter .action-cainter__slogan img {
    margin-right: 0px; }
  .bg-caunter #timer {
    margin: 3px auto; }
  .bg-caunter .days-block,
  .bg-caunter .hours-block,
  .bg-caunter .minutes-block,
  .bg-caunter .seconds-block {
    margin: 3px 5px; }

.floors-item__top-row {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 612px 321px;
  margin: -46px -56px 0;
  padding: 150px 56px 36px; }
  .floors-item__top-row .page-title {
    margin: 0; }

.floors-item__template-row {
  display: grid;
  grid-template-areas: "tabContent floorsNavigation" "bottomRow bottomRow";
  grid-template-columns: 1fr 106px; }

.floors-item__tab-content {
  grid-area: tabContent; }

.floors-navigation {
  display: flex;
  grid-area: floorsNavigation;
  flex-direction: column;
  align-items: flex-end; }
  .floors-navigation a {
    margin-bottom: 6px; }

.floors-item__bottom-row {
  grid-area: bottomRow;
  display: flex;
  margin-top: 60px; }
  .floors-item__bottom-row .btn {
    margin-left: 24px; }

.floors-nav {
  margin: 24px auto;
  border: none;
  display: flex;
  flex-wrap: wrap; }
  .floors-nav .nav-item:last-child {
    margin-right: 0; }
  .floors-nav .nav-link {
    color: #656871;
    border-radius: 3px;
    margin-right: 15px; }
    .floors-nav .nav-link.active {
      color: #fff;
      background-color: #656871;
      border: none; }
    .floors-nav .nav-link:not(.active):hover {
      background-color: #BFBFBF;
      color: #fff; }

.floors-navigation__item {
  border: 1px solid #BFBFBF;
  color: #656871;
  width: 48px;
  height: 48px;
  font-size: 18px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .floors-navigation__item.active {
    background-color: #9A213A;
    border: 1px solid #9A213A;
    color: #FFF; }
    .floors-navigation__item.active img {
      filter: brightness(1.5); }
    .floors-navigation__item.active:hover {
      cursor: default; }
  .floors-navigation__item:not(.active):hover {
    background-color: #7F2437;
    border: 1px solid #7F2437;
    color: #FFF; }
    .floors-navigation__item:not(.active):hover img {
      filter: brightness(1.5); }

.floors-item .floors-item__template-row .tab-grid {
  display: grid;
  grid-template-areas: "sector-top sector-top sector-top" "sector-left container-plan sector-right" "sector-bottom sector-bottom sector-bottom";
  grid-template-columns: 60px 1fr 60px;
  grid-template-rows: 60px 1fr 60px;
  grid-gap: 12px 12px; }

.sector-top span,
.sector-right span,
.sector-bottom span,
.sector-left span {
  color: #BFBFBF;
  font-size: 20px;
  font-family: "Prata-Regular"; }

.sector-top a,
.sector-right a,
.sector-bottom a,
.sector-left a {
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: flex;
  padding: 21px;
  border-radius: 50%;
  margin: 0 auto;
  transition: .4s; }
  .sector-top a:hover,
  .sector-right a:hover,
  .sector-bottom a:hover,
  .sector-left a:hover {
    background-color: #9A213A; }
    .sector-top a:hover img,
    .sector-right a:hover img,
    .sector-bottom a:hover img,
    .sector-left a:hover img {
      filter: brightness(8); }

.sector-top {
  grid-area: sector-top;
  display: flex;
  align-items: center; }

.sector-right {
  grid-area: sector-right;
  display: flex;
  flex-direction: column-reverse; }

.sector-bottom {
  display: flex;
  grid-area: sector-bottom;
  align-items: center; }

.sector-left {
  grid-area: sector-left;
  display: flex;
  flex-direction: column-reverse; }

.container-plan {
  grid-area: container-plan;
  border: 1px solid #BFBFBF;
  padding: 15px; }
  .container-plan svg {
    display: flex;
    margin: auto;
    max-width: 490px; }

.sector-top a {
  width: 60px;
  height: 60px;
  display: flex;
  padding: 21px;
  border-radius: 50%;
  margin: 0 auto; }
  .sector-top a:hover {
    background-color: #7F2437; }

.sector-top span {
  padding-left: 60px; }
  .sector-top span + a {
    transform: translateX(-60px); }

.sector-right a,
.sector-left a {
  margin: auto 0; }

.sector-right span,
.sector-left span {
  transform: rotate(270deg) translate(20px, 0%);
  white-space: nowrap; }

.sector-bottom span {
  margin-left: 79px; }
  .sector-bottom span + a {
    transform: translateX(-60px); }

svg image {
  width: 100%;
  height: auto; }

.square {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }
  .square .container-plan {
    display: flex;
    min-width: inherit; }
    .square .container-plan svg {
      margin: 0 auto;
      min-width: inherit;
      width: 100%;
      max-width: 990px; }

.vertical {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }
  .vertical .container-plan {
    display: flex;
    min-width: 100%; }
    .vertical .container-plan svg {
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      overflow: overlay; }
  .vertical::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background-color: #F6F6F6; }
  .vertical::-webkit-scrollbar-thumb {
    background-color: #7F2437;
    background-clip: padding-box;
    border: none;
    border-radius: 4px; }
  .vertical::-webkit-scrollbar-button {
    display: none; }
  .vertical::-webkit-scrollbar-thumb:hover {
    background-color: #9A213A; }

.vertical.parking .container-plan {
  min-width: inherit; }

.fill-number {
  fill: transparent; }

.horizontal .container-plan {
  max-width: 1600px; }
  .horizontal .container-plan svg {
    max-width: 1600px; }

.modal-body .form-column {
  background-color: #fff; }
  .modal-body .form-column .description {
    margin: 12px 0 24px; }

.modal-body .img-box {
  border-radius: 6px; }

.container-plan #shema-parking {
  max-width: 100%; }

.path-box {
  cursor: pointer; }
  .path-box .show-actions {
    display: none; }
  .path-box .show-sold {
    display: none; }
  .path-box .room {
    fill: transparent;
    cursor: pointer; }
    .path-box .room path,
    .path-box .room rect {
      opacity: 0; }
  .path-box:hover .room {
    fill: #9a213a8c;
    stroke: #9a213a; }
    .path-box:hover .room path,
    .path-box:hover .room rect {
      opacity: .5; }

.path-box.status-actions .show-actions {
  display: block; }

.path-box.status-actions .show-sold {
  display: none; }

.path-box.status-sold .show-actions {
  display: none; }

.path-box.status-sold .show-sold {
  display: block; }

header {
  padding: 15px 0;
  background-color: #fff;
  position: relative; }
  header a {
    color: #fff; }
  header:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #95999e; }
  header.position-fixed {
    width: 100%;
    background-color: #fff; }

.burger {
  display: none; }

.headerRow {
  display: grid;
  grid-template-columns: 143px 1fr 251px;
  max-width: 1834px;
  width: 100%;
  margin: 0 auto; }

/*<headerNav>*/
.headerNav {
  display: flex;
  margin: 0 15px 0 auto;
  align-items: center; }
  .headerNav li {
    list-style: none; }

.headerNav-item {
  margin: 0 1.6vw; }
  .headerNav-item.active a {
    color: #9A213A; }
  .headerNav-item.language {
    margin-left: 36px; }

.headerNav-item__link {
  font-weight: 300;
  width: 100%;
  color: #656871; }
  .headerNav-item__link:hover {
    text-decoration: none; }

.language ul {
  display: flex; }

.language li {
  margin: 0 15px; }
  .language li.active a {
    color: #9A213A; }

/* Icon 3 */
.burger {
  width: 28px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: auto; }

.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #29282D;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.burger span:nth-child(1) {
  top: 0px; }

.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 7px; }

.burger span:nth-child(4) {
  top: 14px; }

.headerNav.active .burger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.headerNav.active .burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.headerNav.active .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.headerNav.active .burger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/*</headerNav>*/
/*<header-telephone>*/
.headerTelephone {
  display: grid;
  align-items: center;
  position: relative; }
  .headerTelephone.active .headerTelephone-list {
    display: grid; }
  .headerTelephone.active .arrow {
    transform: rotate(180deg); }

.headerTelephone-main {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px; }
  .headerTelephone-main .icon-phone {
    width: 24px;
    height: 24px;
    background: url(assets/img/icon_telephone-brand.svg) 0 center no-repeat;
    margin-right: 8px;
    margin-bottom: 5px; }
  .headerTelephone-main a {
    font-family: "Prata-Regular";
    font-weight: 300;
    color: #29282D; }
    .headerTelephone-main a:hover {
      text-decoration: none !important; }
  .headerTelephone-main .arrow {
    display: flex;
    width: 20px;
    height: 20px;
    background: url(assets/img/icon_arrow-bottom.svg) center center no-repeat;
    margin-left: auto;
    cursor: pointer;
    transition: .2s; }

.headerTelephone-list {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  padding: 24px 42px 15px;
  border-radius: 0 0 6px 6px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 4px 10px #0000001a; }

.headerTelephone-list__item {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F6F6F6; }
  .headerTelephone-list__item a:not(.btn) {
    color: #333;
    font-size: 16px;
    font-family: "Prata-Regular";
    font-weight: 400; }
    .headerTelephone-list__item a:not(.btn):hover {
      text-decoration: none;
      color: #9A213A; }
  .headerTelephone-list__item .btn {
    width: 100%;
    margin: 12px 0 0; }
  .headerTelephone-list__item:last-child {
    border-bottom: none; }

/*</header-telephone>*/
.floor-container {
  max-width: 800px;
  margin: 120px auto;
  width: 100%; }
  .floor-container > svg {
    width: 100%; }

.wrap-myLoader {
  position: fixed;
  left: 0;
  top: 0;
  right: 100%;
  height: 100%;
  z-index: 51;
  transition: .2s all;
  visibility: visible;
  background: #9A213A; }

.side_effect-1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 100%;
  height: 100%;
  z-index: 52;
  background: #29282D;
  transition: .35s all;
  display: flex;
  visibility: visible; }
  .side_effect-1 img {
    max-width: 420px;
    margin: auto;
    opacity: .10; }

.cansel.wrap-myLoader {
  right: 0;
  visibility: initial; }

.cansel .side_effect-1 {
  right: 0; }

.cansel .side_effect-1 img, .cansel .side_effect-2 img {
  opacity: 0; }

.wrap-myLoader2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 51;
  transition: .5s all;
  visibility: visible;
  background: #9A213A; }

.side_effect-2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 50;
  background: #29282D;
  transition: .35s all;
  display: flex;
  visibility: visible; }
  .side_effect-2 img {
    max-width: 210px;
    margin: auto;
    opacity: .10; }

.cansel {
  right: 100%;
  visibility: hidden; }
  .cansel .side_effect-2 {
    right: 100%; }

/*<fade>*/
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(-30%); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

.fade-left {
  animation: .9s ease 0s normal forwards 1 fade-left; }

@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(20%); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

.fade-right {
  animation: .9s ease 0s normal forwards 1 fade-right; }

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translatey(50%); }
  50% {
    opacity: .5;
    transform: translatey(-10%); }
  100% {
    opacity: 1;
    transform: translatey(0%); } }

.fade-up {
  animation: .9s ease 0s normal forwards 1 fade-up; }

.fade-up_delay-4 {
  animation: fade-up;
  transition-delay: 4s;
  transition-duration: .9s; }

/*</fade>*/
/*<zoom-in>*/
.zoom-in {
  animation: 2s zoomIn; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  50% {
    opacity: 1;
    transform: scale(1, 5); }
  100% {
    transform: scale(1); } }

/*</zoom-in>*/
.hide {
  opacity: 0 !important;
  visibility: hidden; }

/*Titul*/
.mask-Titul {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
  clip-path: url(#clip-Titul);
  fill-opacity: 0; }

.HandWriting {
  animation-iteration-count: 1;
  animation: slide 12s linear;
  animation-fill-mode: forwards; }

@keyframes slide {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke-dashoffset: 0; } }

path.mask-Titul.HandWriting {
  display: block; }

.our-objects {
  margin-top: 140px; }

.our-objects__title {
  color: #333;
  line-height: 60px;
  font-size: 44px;
  font-family: "Prata-Regular";
  margin-bottom: 60px;
  text-align: center; }

.object-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 475px;
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff; }
  .object-item:hover .object-item__title {
    color: #9A213A; }
  .object-item .border-bottom {
    width: calc(100% + 30px);
    height: 6px;
    margin: 24px -15px 0;
    background-color: #9A213A;
    border-radius: 0 0 6px 6px; }
  .object-item .info-box {
    display: flex;
    flex-direction: column;
    height: calc(100% - 240px);
    padding: 8px 30px 0; }
  .object-item .img-box {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    width: 100%;
    padding: 0 15px;
    padding-bottom: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .object-item .img-box img {
      width: 100%; }

.badge {
  display: inline-flex;
  margin: 6px;
  padding: 2px 10px;
  border: none;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  cursor: default; }

.badge-box {
  margin: 0 -6px 12px; }

.object-item__title {
  color: #29282D;
  font-family: "Prata-Regular"; }

.object-item__adress {
  padding: 10px 0 18px 24px;
  color: #656871;
  background: url("assets/img/icon-place.png") 0 15px no-repeat; }

.object-item__more {
  margin-top: auto;
  padding: 6px 24px;
  background: url("assets/img/icon-info.svg") 2px center no-repeat;
  color: #9A213A;
  font-size: 14px;
  font-weight: 600; }

.svg-item-title {
  font-size: 22px;
  font-weight: 600; }
  .svg-item-title:hover {
    fill: #9A213A; }

.action-grid .btn-link {
  margin: 0 auto;
  border: none;
  transition: 0.4s;
  font-size: 17px; }
  .action-grid .btn-link span {
    transition: 0.4s; }
  .action-grid .btn-link:hover {
    padding-left: 15px; }
    .action-grid .btn-link:hover span {
      padding-left: 10px; }

.our-advantages {
  padding: 165px 0 207px;
  background-size: cover; }
  .our-advantages .container .row:last-child {
    margin: 66px auto 0; }

.our-advantages__item {
  text-align: center;
  margin: 0 0 24px; }
  .our-advantages__item .title-box {
    color: #fff;
    margin-top: 30px; }

.our-advantages__title {
  font-size: 44px;
  line-height: 60px;
  font-family: "Prata-Regular";
  text-align: center;
  color: #FFF;
  margin-bottom: 90px; }

.home-svg-map {
  margin-bottom: 96px; }

.block__relis-project {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 120px 0;
  background-color: #f6f6f6; }
  .block__relis-project > .btn-link {
    margin: 72px auto 0;
    border: none;
    font-family: "Prata-Regular";
    transition: 0.4s; }
    .block__relis-project > .btn-link span {
      transition: 0.4s; }
    .block__relis-project > .btn-link:hover {
      padding-left: 10px; }
      .block__relis-project > .btn-link:hover span {
        padding-left: 10px; }

.relis-project__title {
  color: #29282D;
  line-height: 54px;
  text-align: center;
  font-size: 36px;
  font-family: "Prata-Regular"; }

.relis-project__sub-title {
  margin-top: 36px;
  line-height: 1.5;
  text-align: center;
  font-size: 20px; }

.relis-project__list {
  display: grid;
  margin-top: 80px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px; }

.relis-project__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 48px;
  background-color: #fff;
  border-radius: 6px; }

.relis-project__item-img {
  position: relative;
  padding-top: 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .relis-project__item-img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000021;
    content: ""; }

.relis-project__item-labelBox {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  color: #fff; }

.relis-project__item-labelBox--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80px;
  height: auto;
  min-height: 90px;
  margin: 0 6px;
  padding: 14px 0;
  background: #29282d54;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  line-height: 1;
  text-align: center;
  font-size: 14px; }
  .relis-project__item-labelBox--item img {
    margin: 0 auto 6px; }

.relis-project__item-title {
  padding: 36px 60px 12px;
  color: #29282D;
  line-height: 36px;
  font-size: 24px;
  font-family: "Prata-Regular";
  font-weight: 700; }
  .relis-project__item-title a {
    color: #29282D;
    text-decoration: none !important; }
    .relis-project__item-title a:hover {
      color: #9A213A; }

.relis-project__item-sub-title {
  padding: 0 60px 40px;
  font-size: 14px; }

.relis-project__item-link {
  margin-left: 60px;
  margin-top: auto;
  padding: 20px 24px;
  background: url("assets/img/icon-info.svg") 0 center no-repeat;
  font-size: 14px; }

.block__gallery_title-row {
  margin-left: 15px; }
  .block__gallery_title-row .online-web {
    margin-left: auto;
    color: #29282D;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.5; }
    .block__gallery_title-row .online-web #svg-webcam {
      margin-right: 15px;
      margin-left: auto; }
    .block__gallery_title-row .online-web:hover #svg-webcam {
      fill: #29282D; }
  .block__gallery_title-row a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .block__gallery_title-row a:before {
      content: "";
      width: 0;
      height: 0;
      background: #9A213A;
      position: absolute; }

.animate-futurium {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(assets/img/bg-futurium.jpg) center no-repeat;
  padding: 14% 15px;
  background-size: cover; }
  .animate-futurium__subtitle {
    margin-top: 40px; }
  .animate-futurium .ml16 {
    overflow: overlay;
    width: Min(31vw, 572px); }
    .animate-futurium .ml16 .letter {
      display: inline-block;
      line-height: 1em; }
  .animate-futurium .ml15 {
    font-weight: 800;
    color: #fff; }
  .animate-futurium .ml15 {
    text-align: center; }
    .animate-futurium .ml15 .word {
      display: inline-block;
      color: #fff;
      font-size: Min(7vw, 48px);
      line-height: Min(7vw, 48px); }

svg.word.animate-futurium__logo {
  margin-bottom: 4vw; }

.nav-pills {
  display: flex;
  justify-content: center;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px #dcdcdc80;
  width: 100%;
  top: 91px;
  left: 0;
  margin: 0;
  padding: 18px 15px 24px;
  list-style: none;
  z-index: 2; }
  .nav-pills .nav-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    color: #656871; }
    .nav-pills .nav-link:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 4px;
      top: calc(100% + 3px);
      left: 0;
      transition: .3s; }
    .nav-pills .nav-link.active, .nav-pills .nav-link:hover {
      color: #29282D;
      background-color: transparent;
      position: relative; }
      .nav-pills .nav-link.active:before, .nav-pills .nav-link:hover:before {
        background-color: #af0a48; }

.project-logo {
  margin: 120px auto -100px;
  display: flex;
  justify-content: center;
  padding: 0 15px; }
  .project-logo + .page-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .project-logo img {
    max-width: 300px; }

.subtitle {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

.block__object {
  padding: 120px 0 0; }

.block__objec-title {
  font-size: 36px;
  line-height: 54px;
  font-family: "Prata-Regular";
  color: #29282D;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

.block__objec-sub-title {
  font-size: 20px;
  line-height: 30px;
  color: #656871;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center; }
  .block__objec-sub-title span {
    padding-right: 100px; }

.block__object-nav {
  display: flex;
  margin: 48px auto 36px; }
  .block__object-nav li {
    margin-left: 30px;
    color: #656871;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid #ffffff00;
    white-space: nowrap;
    cursor: pointer; }
    .block__object-nav li.active {
      color: #29282D;
      border-bottom: 2px solid #9A213A; }
    .block__object-nav li:first-child {
      margin-left: 0; }

.block__object-main.first-project {
  margin-top: 76px;
  width: 100%;
  position: relative; }
  .block__object-main.first-project .active path {
    opacity: .5; }
  .block__object-main.first-project path {
    opacity: 0;
    transition: .1s; }
    .block__object-main.first-project path:hover {
      opacity: .5;
      cursor: url("assets/img/cursor-project.png"), auto; }
  .block__object-main.first-project .btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 15px; }

.futurium-object .object-info {
  top: 85%;
  left: 66%; }

.object-info {
  display: grid;
  grid-template: "floors section" "rooms section";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 24px;
  background: #9a213a99;
  transform: translate(-50%, -50%);
  min-width: 343px; }

.floors {
  grid-area: floors;
  border-radius: 3px 3px 0 0; }

.rooms {
  grid-area: rooms;
  border-radius: 0 0 3px 3px; }

.section {
  grid-area: section;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-family: "Prata-Regular";
  position: relative;
  text-align: center;
  margin: auto auto 0;
  height: 100%;
  padding: 0 0 0 0; }

.section-value {
  font-size: 200px;
  line-height: 1;
  position: absolute;
  top: 63%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #ffffff57; }

.floors,
.rooms {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 140px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  color: #29282D; }
  .floors span,
  .rooms span {
    font-size: 44px;
    font-family: "Prata-Regular";
    line-height: 1; }

.floors {
  padding: 12px 0 7px;
  margin: 0 auto;
  border-radius: 3px; }

.rooms {
  padding: 1px 0 14px;
  display: none; }

.floors-item__bottom-row .room-sales {
  display: none; }

.block__objec-sub-title {
  padding: 0 15px; }

.block__location {
  padding: 120px 0;
  background-color: #F6F6F6; }
  .block__location .map-container {
    display: flex;
    overflow: hidden;
    justify-content: center; }
    .block__location .map-container tspan {
      font-family: "HeliosLightC";
      font-weight: bold; }

.block_location-title {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Prata-Regular";
  color: #29282D;
  max-width: 1230px;
  margin: 0 auto 36px;
  padding: 0 15px;
  text-align: center; }

.block_location-subtite {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  color: #656871;
  text-align: center;
  margin-bottom: 36px; }

.meter {
  height: 8px;
  border-radius: 25px;
  background: #fff;
  position: relative;
  width: 100%; }

.meter > span {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #9A213A;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3) inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: width 2.5s ease-out; }

.block__progress-bar {
  margin-top: 120px; }

.block__progress-bar--title {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 36px;
  display: flex;
  align-items: center;
  font-family: "Prata-Regular"; }
  .block__progress-bar--title .btn {
    margin-left: auto; }

.meter-container {
  max-width: 1200px;
  padding: 60px 60px 48px;
  background-color: #F6F6F6;
  margin: 60px auto 120px; }

.meter-row,
.total-meter-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .meter-row .text-info,
  .total-meter-row .text-info {
    display: flex;
    min-width: 400px;
    margin-right: 60px;
    color: #29282D; }
  .meter-row .setAttr,
  .total-meter-row .setAttr {
    margin-left: auto; }

#average {
  margin-left: auto; }

.visual-info {
  border-bottom: 1px solid #BFBFBF; }

.total-meter-row {
  font-weight: 900;
  padding-top: 48px; }
  .total-meter-row .text-box {
    width: 100%;
    text-align: right;
    color: #656871;
    font-weight: 400; }

.block__accoridion .row {
  margin-top: 36px; }
  .block__accoridion .row > a {
    margin-bottom: 30px; }

.filter-page .page-title {
  padding: 0;
  text-align: left; }

.filter-page .tab-pane.active {
  display: flex; }

.selection-parameters {
  display: grid;
  grid-template: "nav nav" "filters table";
  grid-template-columns: 420px 1fr; }
  .selection-parameters .nav {
    display: flex;
    grid-area: nav;
    margin-bottom: 85px; }
    .selection-parameters .nav li {
      margin-right: 60px;
      border-bottom: 4px solid transparent; }
      .selection-parameters .nav li.active {
        border-bottom: 4px solid #9A213A; }
        .selection-parameters .nav li.active a {
          font-size: 20px;
          color: #29282D; }
      .selection-parameters .nav li a {
        font-size: 20px;
        padding-bottom: 6px;
        line-height: 1.5;
        color: #656871;
        font-weight: 700; }
        .selection-parameters .nav li a:hover {
          text-decoration: none; }
      .selection-parameters .nav li:before {
        display: none; }
      .selection-parameters .nav li:last-child {
        margin-right: 0; }

/*<Filters>*/
.filters-column {
  background-color: #fff;
  padding: 0 30px 12px 0;
  max-width: 318px;
  grid-area: filters; }
  .filters-column .btn {
    width: 100%;
    margin-bottom: 24px; }

.filters-column__options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px; }
  .filters-column__options form {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .filters-column__options input[type]:not(.btn) {
    background-color: transparent;
    border: none; }
  .filters-column__options input:checked + label {
    color: #fff;
    background-color: #656871; }
    .filters-column__options input:checked + label img {
      filter: brightness(1.5); }
    .filters-column__options input:checked + label:hover {
      color: #fff; }
  .filters-column__options label {
    height: 48px;
    background-color: #F6F6F6;
    display: inline-flex;
    justify-content: center;
    min-width: 48px;
    font-weight: 900;
    border-radius: 3px;
    align-items: center;
    padding: 20px 8px;
    margin-right: 10px; }
    .filters-column__options label::before {
      display: none !important; }

.filters-column__options--title {
  width: 100%;
  margin-bottom: 12px; }

.options-img {
  margin-top: 0;
  max-width: 288px;
  height: auto;
  max-height: 177px;
  overflow: hidden; }

.all-floor {
  margin: 24px auto 12px; }

/*</Filters>*/
/*<tabs>*/
.tab-pane {
  display: none; }

.tab-pane.active {
  display: block; }

/*</tabs>*/
/*<tables>*/
.table-container {
  width: 100%;
  grid-area: table;
  padding: 30px 60px 60px;
  background-color: #F6F6F6; }

.thead {
  font-weight: 900;
  color: #29282D;
  border-bottom: 1px solid #29282D; }

table.iksweb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto; }

table.iksweb,
table.iksweb td,
table.iksweb th {
  border-bottom: 1px solid #BFBFBF; }

table.iksweb td,
table.iksweb th {
  text-align: center;
  padding: 19px 3px; }

table.iksweb tr:not(.thead):hover {
  background-color: #fff;
  cursor: pointer; }

/**/
/*<randge>*/
.slider-track {
  width: 100%; }

.range-slider {
  margin-top: 12px; }

.amount {
  height: 54px;
  width: 100%;
  max-width: 116px;
  font-size: 20px !important;
  font-family: "Prata-Regular";
  margin: 12px 0 6px 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #BFBFBF !important;
  background: transparent; }
  .amount:focus {
    outline: none;
    border-bottom: 1px solid #9A213A !important; }
  .amount::-webkit-outer-spin-button, .amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.slider-container {
  padding: 20px 15px 0; }

.slider-track {
  background-color: #F6F6F6;
  border: none !important; }
  .slider-track .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #7F2437; }
  .slider-track .ui-slider-handle.ui-corner-all.ui-state-default {
    width: 24px;
    height: 24px;
    background-color: #9A213A;
    border-radius: 50%;
    border: none;
    outline: none;
    top: -9px;
    box-shadow: none !important;
    cursor: pointer; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal {
  height: 6px !important; }

/*</range>*/
.parking-sector__text-info {
  font-size: 20px;
  text-align: center;
  display: grid; }
  .parking-sector__text-info .btn {
    margin: 24px auto; }

/*404*/
.wrapper-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(assets/img/404.jpg) center no-repeat;
  height: 78vh;
  background-size: cover;
  padding: 15px; }
  .wrapper-404 .title_1 {
    color: #FFF; }
  .wrapper-404 .title_5 {
    color: #FFF;
    font-family: "HeliosC" !important;
    max-width: 698px;
    margin: 48px auto; }

.quote-box {
  display: grid;
  background: url(/assets/img/“.png) center 60px #F6F6F6 no-repeat;
  padding: 110px 72px 60px;
  font-size: 20px;
  text-align: center;
  margin: 60px auto; }
  .quote-box .title_4 {
    margin-top: 36px; }

.socilal-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding: 42px 0;
  margin: 72px auto 36px; }
  .socilal-row .social-links {
    align-items: center;
    margin-left: auto; }

.attention-box {
  display: grid;
  font-size: 20px;
  margin: 60px auto; }
  .attention-box .img-box {
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    .attention-box .img-box .title_3 {
      font-family: "HeliosC"; }
    .attention-box .img-box img {
      margin-right: 30px; }

.article .block__news {
  grid-template-areas: "title title title" "item-1 item-2 item-3";
  margin: 120px auto 120px; }

.article .block_news__title {
  text-align: center; }

.page-navigation {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 48px;
  width: 100%; }
  .page-navigation a {
    font-size: 15.7px;
    line-height: 29px;
    font-weight: 700;
    color: #29282D;
    background-size: 18px !important; }
  .page-navigation .prev {
    padding-left: 35px;
    background: url("assets/img/icon-pagination__black-left.svg") center left no-repeat; }
    .page-navigation .prev:hover {
      background: url("assets/img/icon-pagination__hover-left.svg") center left no-repeat; }
  .page-navigation .next {
    padding-right: 35px;
    background: url("assets/img/icon-pagination__black-right.svg") center right no-repeat;
    margin-left: auto; }
    .page-navigation .next:hover {
      background: url("assets/img/icon-pagination__hover-right.svg") center right no-repeat; }

.action-item-page .post-item {
  margin-bottom: 60px; }

.action-item-page .block__actions {
  padding-bottom: 60px; }

.blog .col-lg-4.col-md-6.col-12 {
  padding: 0 30px; }

.blog .block_news-item {
  margin-bottom: 48px; }

.block__map {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 0 auto 72px; }
  .block__map .title_3 {
    border-top: 1px solid #BFBFBF;
    padding: 40px 0; }

.block__contacts-info {
  display: flex;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  padding: 0; }
  .block__contacts-info .text-block {
    display: flex;
    flex-direction: column;
    min-height: 120px; }
    .block__contacts-info .text-block .title_5 {
      color: #656871;
      font-family: "HeliosLightC";
      margin-bottom: 36px; }
    .block__contacts-info .text-block .social-links,
    .block__contacts-info .text-block [href*=mailto] {
      margin-top: auto; }

.block__action-banner {
  margin: 96px auto 72px;
  text-align: center; }
  .block__action-banner .action-caunter + img {
    max-width: 1200px;
    width: 100%; }

.block__form {
  display: flex;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 90px auto 120px; }

.form-column {
  width: 50%;
  padding: 84px 90px 72px;
  background: #F6F6F6; }
  .form-column input {
    margin-bottom: 24px;
    background-color: transparent; }
  .form-column .btn {
    margin-top: 36px; }

textarea + p {
  line-height: 1.2; }

.page-title {
  margin: 124px 0 48px;
  padding: 0 15px;
  color: #29282D;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 44px; }
  .page-title span {
    color: #9A213A; }

.subtitle {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 60px;
  line-height: 1.5;
  text-align: center;
  font-size: 20px; }

.block__seo {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  margin: 120px auto;
  font-size: 14px; }
  .block__seo.no-scroll .block__seo-content {
    max-height: inherit; }

.block__seo-title {
  min-width: 348px;
  margin-right: 72px; }

.block__seo-content {
  scrollbar-face-color: #9A213A;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-color: #9A213A #f9f9f9;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 198px;
  padding-right: 15px;
  overflow-y: auto; }
  .block__seo-content::-webkit-scrollbar {
    width: 6px; }
  .block__seo-content::-webkit-scrollbar-thumb {
    background-color: #9A213A;
    background-clip: padding-box;
    border: 0px solid #f9f9f9; }
    .block__seo-content::-webkit-scrollbar-thumb:hover {
      background-color: #7F2437; }
  .block__seo-content::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    cursor: pointer; }
  .block__seo-content::-webkit-scrollbar-button {
    background-color: transparent; }

.block__content {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 100px 15px 140px; }

.actions .action-grid {
  padding: 0 15px; }

.actions .block__seo-content {
  margin-bottom: 60px; }

.action-grid__title {
  width: 100%;
  margin-bottom: 80px;
  text-align: center; }

.action-item-page .action-grid {
  margin-top: 120px;
  padding: 0 15px; }

.action-item-page .block__seo-content {
  margin-bottom: 60px; }

.action-grid {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 120px; }

.action-item {
  overflow: hidden;
  display: flex;
  width: 100%;
  margin-bottom: 72px;
  background: url("assets/img/action-bg.svg") #9A213A center no-repeat;
  border-radius: 6px; }

.action-item.only-img,
.action-item.no-img {
  width: calc(50% - 30px);
  margin-bottom: 48px; }

.action-item.no-img {
  margin-left: auto;
  background-size: 50%; }

.action-item__information,
.action-item__banner {
  display: flex;
  width: 50%; }

.action-item__text {
  max-width: 400px;
  margin: auto;
  line-height: 54px;
  font-size: 36px; }

.action-item_title {
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
  font-size: 36px;
  font-family: "Prata-Regular"; }

.action-item__information .btn {
  margin-top: 48px; }

.action-item__banner {
  display: flex;
  justify-content: flex-end; }

.action-item.only-img {
  position: relative; }
  .action-item.only-img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background: #00000035;
    content: ""; }
  .action-item.only-img .action-item__information {
    position: absolute;
    left: 90px;
    bottom: 80px; }
  .action-item.only-img .action-item__banner {
    width: 100%; }

.action-item.no-img .action-item__information {
  width: 100%; }
  .action-item.no-img .action-item__information .btn {
    align-self: baseline;
    margin-top: 48px; }

.action-item.no-img .action-item__text {
  display: flex;
  flex-direction: column;
  margin: auto auto 80px; }
  .action-item.no-img .action-item__text img {
    margin: auto; }

.block__specialText {
  display: grid;
  margin: 86px auto 0;
  grid-template-areas: "text b";
  grid-template-columns: 1fr 202px; }

.block__specialText-text {
  width: 100%;
  max-width: 780px;
  padding-right: 15px;
  line-height: 1.5;
  grid-area: text;
  font-size: 20px; }
  .block__specialText-text + .btn {
    margin-bottom: auto;
    grid-area: b; }

.slider__advantages {
  margin: 100px 0 120px;
  padding: 120px 0 140px;
  background-position: center; }
  .slider__advantages .slick-slide {
    cursor: url("/wp-content/themes/alliance/assets/img/cursor-advantages.png"), auto !important; }
  .slider__advantages .item {
    padding: 30px 0;
    color: #fff; }
    .slider__advantages .item img {
      max-width: 84px; }
  .slider__advantages .slick-slide.slick-current.slick-active.slick-center {
    margin: 0 auto; }

.block__big-banner {
  position: relative; }
  .block__big-banner .big-banner__title {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 380px;
    text-align: center;
    transform: translate(-50%, -50%);
    stroke-dashoffset: 0; }
  .block__big-banner .signature {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 0;
    padding-bottom: 55.30973%; }
  .block__big-banner .signature svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.slider-nav {
  min-height: 298px;
  margin-top: 96px;
  text-align: center; }
  .slider-nav img {
    margin: 0 auto 36px; }
  .slider-nav .text-container {
    height: 0;
    color: #fff;
    opacity: 0; }
  .slider-nav .slick-slide {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    outline: none;
    cursor: pointer; }
    .slider-nav .slick-slide .text-container {
      font-size: 0;
      transition: 0.2s; }
    .slider-nav .slick-slide img {
      width: 70px;
      margin: auto auto 36px;
      transition: 0.3s; }
  .slider-nav .slick-slide.slick-current.slick-center img {
    width: 110px;
    margin: auto auto 36px; }
  .slider-nav .slick-slide.slick-current.slick-center .text-container {
    position: relative;
    height: auto;
    opacity: 1;
    transition: 0.2s;
    font-size: 16px; }

.slider__advantages-title {
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 36px;
  font-family: "Prata-Regular"; }

.slider__advantages-subtitle {
  max-width: 910px;
  margin: 46px auto 0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 20px; }

.slider__advantages_row-btn {
  text-align: center; }

.slider__advantages {
  transition: 0.3s; }

.block__video {
  display: flex;
  flex-direction: column; }
  .block__video .btn {
    position: relative;
    z-index: 1;
    margin: 0 auto -24px; }
  .block__video a.play {
    position: relative;
    display: flex; }
    .block__video a.play > img {
      width: 100%;
      height: auto; }
    .block__video a.play:hover:before {
      filter: invert(55%) sepia(16%) saturate(4265%) hue-rotate(312deg) brightness(58%) contrast(126%); }
    .block__video a.play:before {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 115px;
      height: 155px;
      background: url("assets/img/btn_play.svg") center no-repeat;
      content: "";
      transform: translate(-50%, -50%); }
      .block__video a.play:before:hover {
        filter: invert(55%) sepia(16%) saturate(4265%) hue-rotate(312deg) brightness(58%) contrast(126%); }

.animate-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 124px; }

.animate-block__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  text-align: center; }
  .animate-block__item span {
    line-height: 1;
    font-size: 18px; }

.animate-block__item-num {
  margin-bottom: 12px;
  background-image: url("assets/img/font-animate.jpg");
  background-position: center;
  background-repeat: repeat;
  background-clip: text;
  line-height: 1;
  animation: bgMotion 255s infinite linear;
  font-size: 72px;
  font-family: "montserratextrabold";
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@keyframes bgMotion {
  from {
    background-position: left 0 center; }
  50% {
    background-position: left 700% center; }
  to {
    background-position: left 0 center; } }

.special-col {
  display: grid;
  padding: 96px 0 108px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px; }

.block__advance {
  padding: 120px 0; }

.block__advance-title {
  margin: 0 auto 60px;
  color: #29282D;
  line-height: 1.5;
  text-align: center;
  font-size: 35px;
  font-family: "Prata-Regular"; }

.advance-list__item {
  display: grid;
  padding: 24px;
  border-bottom: 1px solid #bfbfbf;
  grid-template-columns: 330px 1fr; }
  .advance-list__item:first-child {
    border-top: 1px solid #bfbfbf; }

.advance-list__item-text {
  display: grid;
  align-items: center;
  color: #29282D; }
  .advance-list__item-text span {
    margin-top: 36px; }
    .advance-list__item-text span:first-child {
      margin-top: 0; }

.block__news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  grid-template-areas: "title title btn" "item-1 item-2 item-3"; }

.block_news__title {
  line-height: 1.5;
  grid-area: title;
  font-size: 36px;
  font-family: "Prata-Regular"; }

.block__news .btn {
  max-width: 150px;
  margin-bottom: auto;
  margin-left: auto;
  grid-area: btn; }

.block_news-item {
  display: flex;
  flex-direction: column; }
  .block_news-item.item-1 {
    grid-area: item-1; }
  .block_news-item.item-2 {
    grid-area: item-2; }
  .block_news-item.item-3 {
    grid-area: item-3; }
  .block_news-item:hover {
    cursor: url("assets/img/cursor-news.png"), auto; }
    .block_news-item:hover .block_news-item-title {
      color: #7F2437; }

.block_news-item-img {
  display: flex;
  padding-top: 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.block_news-item-date {
  margin-top: 24px;
  color: #bfbfbf;
  line-height: 24px;
  font-size: 14px; }

.block_news-item-title {
  margin-top: 12px;
  color: #29282D;
  line-height: 1.5;
  font-size: 20px;
  font-family: "Prata-Regular";
  font-style: normal;
  font-weight: normal; }

.block__gallery {
  margin: 120px auto 0; }
  .block__gallery a.fancybox:hover {
    cursor: url("assets/img/cursor-zoom.png"), auto !important; }

.map-column a:hover {
  cursor: url("assets/img/cursor-zoom.png"), auto !important; }

.slider-progress .slick-slide {
  margin: 0 30px; }

.progress {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f6f6f6;
  background-image: linear-gradient(to right, #9a213a, #7f2437);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border-radius: 10px;
  transition: background-size 0.4s ease-in-out; }

.sr-only {
  display: none; }

.block__gallery_title-row {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .block__gallery_title-row .title_2 {
    width: 100%; }

.progress-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 72px;
  color: #656871;
  line-height: 30px;
  font-size: 20px; }

.next-slide,
.prev-slide {
  display: flex;
  height: 36px;
  min-width: 36px;
  cursor: pointer; }

.prev-slide {
  background: url("./assets/img/icon-pagination__black-left.svg") no-repeat center; }
  .prev-slide:hover {
    background: url("./assets/img/icon-pagination__hover-left.svg") no-repeat center; }

.next-slide {
  margin-left: 60px;
  background: url("./assets/img/icon-pagination__black-right.svg") no-repeat center; }
  .next-slide:hover {
    background: url("./assets/img/icon-pagination__hover-right.svg") no-repeat center; }

.slide__counter {
  margin: 0 60px; }

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%; }
  .tabs-nav li {
    margin-right: 60px;
    border-bottom: 4px solid transparent; }
    .tabs-nav li:first-child {
      margin-left: 0; }
    .tabs-nav li.active {
      border-bottom: 4px solid #9A213A; }
      .tabs-nav li.active a {
        color: #29282D;
        font-size: 20px; }
    .tabs-nav li a {
      padding-bottom: 6px;
      color: #656871;
      line-height: 1.5;
      font-size: 20px;
      font-weight: 700; }
      .tabs-nav li a:hover {
        color: #29282D;
        text-decoration: none; }
    .tabs-nav li:before {
      display: none; }
    .tabs-nav li:last-child {
      margin-right: 0; }

.block__accoridion {
  padding: 120px 0 60px; }

.accordion {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }
  .accordion .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer; }
    .accordion .item a:hover {
      text-decoration: none; }
  .accordion .item-title {
    position: relative;
    display: flex;
    padding-right: 32px;
    color: #29282D;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700; }
    .accordion .item-title:before {
      position: absolute;
      right: 0;
      top: 0;
      display: flex;
      width: 30px;
      height: 30px;
      background-image: url("assets/img/icon-pluse.svg");
      content: "";
      transition: ease-out 0.4s; }
    .accordion .item-title:hover:before {
      transform: rotate(180deg); }
    .accordion .item-title.active:before {
      background: url("assets/img/icon-minuse.svg") center no-repeat; }
  .accordion .icon-title {
    width: 100%;
    max-width: 36px;
    margin-right: 30px; }
  .accordion .item-text {
    display: none;
    margin-top: 12px; }

.sales-department {
  display: flex;
  margin-top: 120px; }

.sales-departament__tel {
  align-self: flex-start;
  min-width: 570px;
  padding: 48px 96px;
  background-color: #F6F6F6;
  border-radius: 6px; }
  .sales-departament__tel .title_5 {
    padding-bottom: 24px;
    color: #656871;
    font-family: "HeliosLightC"; }
  .sales-departament__tel .title_3 {
    color: #29282D; }
  .sales-departament__tel div.tel-nav {
    margin-bottom: 24px; }
    .sales-departament__tel div.tel-nav a:hover {
      text-decoration: none; }

.sales-departament__text {
  padding: 12px 60px 12px 0;
  font-size: 18px; }

.tel-nav {
  display: grid; }
  .tel-nav a {
    color: #656871;
    font-size: 24px; }
    .tel-nav a:hover {
      color: #9A213A;
      text-decoration: none !important; }
    .tel-nav a img {
      margin-left: 5px; }

.action-item-page .action-caunter {
  position: relative;
  z-index: 1;
  margin: -48px auto; }

.action-caunter {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 17px 30px;
  background: #7F2437;
  border-radius: 6px;
  color: #fff; }

.action-cainter__slogan img {
  margin-right: 12px; }

.timer {
  margin-left: auto;
  text-align: center; }

.days,
.hours,
.minutes,
.seconds {
  margin: 0 6px;
  color: #656871;
  letter-spacing: 11px;
  font-size: 20px;
  font-family: "PTMono-Regular";
  font-weight: 600; }

.seconds {
  color: #7f2437; }

.uncorrectDays,
.uncorrectHours,
.uncorrectMinutes,
.uncorrectSeconds {
  color: #ffffff8f;
  font-size: 14px; }

.days-block,
.hours-block,
.minutes-block,
.seconds-block {
  display: flex;
  align-items: center;
  width: 42px;
  height: 31px;
  margin: 3px;
  background: url("assets/img/timer.png") center no-repeat;
  background-size: contain;
  border-radius: 0; }

.days-block.big {
  width: 65px;
  background: url("assets/img/timer-big.png") left center no-repeat; }

.timer-section {
  position: relative;
  display: inline-block; }
  .timer-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    width: 100%;
    height: 1px;
    background: #7F2437;
    content: ""; }

.timer-text {
  display: block;
  font-size: 12px; }

.wp-block-image img {
  height: auto; }

.list-section {
  width: 100%;
  margin-bottom: 36px;
  margin-top: 30px; }

.list-section__item {
  margin: 0 0 18px; }
  .list-section__item:last-child {
    margin-bottom: 0; }

#apply-filters {
  position: sticky;
  z-index: 2;
  bottom: 24px;
  width: 288px; }

.block__actions {
  background-color: #f6f6f6; }
  .block__actions .row > div {
    padding: 0 30px; }

.block__actions-title {
  font-size: 36px;
  font-family: "HeliosC";
  line-height: 54px;
  padding: 120px 15px 60px;
  color: #29282D;
  text-align: center; }

.actions .page-title {
  margin: 0;
  padding: 124px 15px 48px;
  color: #29282D;
  background: #f6f6f6;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 44px; }

.action-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  padding-bottom: 18px;
  background: #fff;
  border-radius: 6px;
  min-height: 432px;
  margin: auto auto 60px; }
  .action-card .text-box {
    padding: 24px 30px 18px;
    color: #29282D;
    line-height: 30px;
    font-size: 20px;
    font-family: "Prata-Regular"; }
  .action-card .btn {
    min-width: 179px;
    margin: auto auto 0; }

.parking .path-box {
  fill: transparent;
  cursor: pointer; }
  .parking .path-box:hover .places_border {
    stroke: #9A213A;
    fill: transparent !important; }
  .parking .path-box:hover .places_number {
    fill: #7F2437; }
  .parking .path-box:hover .show-sold rect {
    fill: #7F2437; }

.places-default .show-sold,
.places-default .show-actions {
  display: none; }

.places-sold .show-default,
.places-sold .show-actions {
  display: none; }

.places-sold:hover .show-sold path {
  fill: #fff; }

.places-actions .show-default,
.places-actions .show-sold {
  display: none; }

/* === BEGIN wp_pagenavi === */
.more-peoducts {
  margin: 80px auto 40px;
  border: 1px solid #9A213A;
  width: 180px;
  height: 36px;
  font-size: 16px;
  padding-right: 27px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("./assets/img/icon_download.png") no-repeat 150px !important; }
  .more-peoducts:hover {
    text-decoration: none;
    color: #333;
    background: url("./assets/img/icon_download.png") no-repeat 150px #9A213A !important; }

.wp-pagenavi {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin: 60px auto 95px;
  position: relative; }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 13px;
    color: #656871;
    font-size: 20px;
    line-height: 1; }
  .wp-pagenavi .first {
    background: url("./assets/img/icon_pagination-left.svg") no-repeat center;
    padding: 10px 15px !important; }
    .wp-pagenavi .first:hover {
      background: url("./assets/img/icon_pagination-left--hover.svg") no-repeat center !important; }
  .wp-pagenavi .last {
    padding: 10px 15px !important;
    background: url("./assets/img/icon_pagination-right.svg") no-repeat center; }
    .wp-pagenavi .last:hover {
      background: url("./assets/img/icon_pagination-right--hover.svg") no-repeat center !important; }
  .wp-pagenavi .previouspostslink {
    background: url("./assets/img/icon-pagination__black-left.svg") no-repeat center;
    text-decoration: none;
    padding: 3px 13px; }
    .wp-pagenavi .previouspostslink:hover {
      background: url("./assets/img/icon-pagination__hover-left.svg") no-repeat center; }
  .wp-pagenavi .nextpostslink {
    background: url("./assets/img/icon-pagination__black-right.svg") no-repeat center;
    text-decoration: none; }
    .wp-pagenavi .nextpostslink:hover {
      background: url("./assets/img/icon-pagination__hover-right.svg") no-repeat center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 3px  11px; }
  .wp-pagenavi .current {
    color: #fff;
    background: #9A213A;
    font-size: 20px;
    padding: 19px 25px;
    border-radius: 50%;
    line-height: 1;
    font-family: 'PTMono-Regular'; }

/* === END wp_pagenavi === */
/*звезды*/
p.stars a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 16px;
  height: 16px; }
  p.stars a::before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("./assets/img/icon_grey-star.png") center no-repeat; }
  p.stars a span {
    display: none; }
  p.stars a.active::before {
    opacity: 1;
    background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars a::before,
p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
  background: url("./assets/img/icon_grey-star.png") center no-repeat; }

p.stars.selected a.active::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
  background: url("./assets/img/icon_gold-star.png") center no-repeat; }

.stars {
  margin-left: 35px; }

/**/
figure.alignleft, figure.alignright, img.alignleft, img.alignright {
  max-width: 49%; }

figure.alignleft, img.alignleft {
  margin: 0 30px 25px 0;
  float: left; }

figure.alignright, img.alignright {
  margin: 0 0 25px 30px;
  float: right; }

figure.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%; }

footer {
  width: calc(100% - 60px);
  background: #F6F6F6;
  border-radius: 10px;
  margin: 30px auto 0; }

.footer-row {
  display: flex;
  margin: 0 auto;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 96px 30px; }
  .footer-row > div {
    width: 50%; }
    .footer-row > div .title_2 {
      margin-bottom: 24px; }

.footer-info-column {
  display: flex;
  flex-direction: column; }
  .footer-info-column .adress {
    margin-bottom: 10px; }
  .footer-info-column .btn {
    margin: 36px auto 36px 0; }
  .footer-info-column .tel-nav {
    margin: 24px 0 0; }

.map-column img {
  width: 100%; }

.social-links {
  display: flex;
  transition: 1s; }
  .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 40px;
    position: relative; }
    .social-links a:first-child {
      margin-left: 0; }
    .social-links a:before {
      content: "";
      background: #9A213A;
      display: flex;
      position: absolute;
      margin: auto;
      border-radius: 50%;
      z-index: 0;
      width: 0;
      height: 0;
      transition: .1s; }
    .social-links a:hover {
      opacity: .8; }
      .social-links a:hover:before {
        width: 48px;
        height: 48px; }
      .social-links a:hover img {
        filter: brightness(3); }
    .social-links a img {
      width: 100%;
      z-index: 1; }

.copy-box {
  width: calc(100% - 60px);
  font-size: 12px;
  border-bottom: none !important;
  align-items: center;
  display: flex;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: space-between; }

a.copy {
  margin: 0 0 0 auto;
  width: 199px;
  height: 42px;
  font-size: 12px;
  color: #fff;
  background: url("assets/img/kofelatte.svg") right no-repeat;
  display: flex;
  align-items: center;
  color: #656871; }

.markup .col-lg-4.col-md-6.col-xs-12 {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.27); }
  .markup .col-lg-4.col-md-6.col-xs-12:hover {
    box-shadow: 0 0 1px #c01111; }

.markup .scroll {
  max-height: 350px; }

.markup .site-map ol {
  padding-bottom: 20px;
  padding-left: 40px; }
  .markup .site-map ol li {
    position: relative;
    border-left: 2px solid #9A213A; }
    .markup .site-map ol li:hover {
      cursor: pointer; }
      .markup .site-map ol li:hover > a {
        text-decoration: underline; }
      .markup .site-map ol li:hover:before {
        background-color: #7F2437; }
    .markup .site-map ol li a {
      position: relative;
      z-index: 1;
      display: flex;
      height: 100%;
      margin-left: 15px;
      line-height: 40px; }
    .markup .site-map ol li:before {
      position: absolute;
      left: -26px;
      top: 15px;
      width: 10px;
      height: 10px;
      background-color: #9A213A;
      border-radius: 50%;
      content: ""; }
    .markup .site-map ol li:after {
      position: absolute;
      left: -2px;
      top: 25px;
      width: 50%;
      height: 15px;
      border-bottom: 2px solid #9A213A;
      border-left: 2px solid #9A213A;
      content: ""; }

.markup .gradient-default {
  background: radial-gradient(#cec4c4, transparent);
  transition: all 2s; }
  .markup .gradient-default:hover {
    background: radial-gradient(red, transparent); }

.markup .btn {
  margin: 2px; }

.markup-link {
  position: fixed;
  z-index: 10493;
  left: 15px;
  bottom: 15px;
  padding: 5px;
  background-color: #ff282857;
  border-radius: 50%;
  transition: 0.2s; }
  .markup-link:hover {
    background-color: #ff0000ba;
    color: #fff;
    text-decoration: none; }
  .markup-link.visited {
    padding: 1px;
    font-size: 0; }

body {
  display: flex;
  flex-direction: column;
  min-height: 907px;
  background-color: #fff;
  color: #656871;
  font-family: "HeliosLightC";
  font-weight: 300;
  overflow-x: hidden;
  font-size: 18px; }

header.default {
  background-color: #fff !important; }

.scrolltop {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 100%;
  margin: 0 auto; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background: #9A213A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  transition: 0.5s; }
  .muve-top:before {
    position: absolute;
    left: 52%;
    top: 47%;
    content: "↑";
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 20px; }

/*1*/
.brand-bg-1,
.brand-bg-2 {
  width: 75%;
  height: 15vh;
  margin-bottom: 25px;
  background-color: #9A213A; }

.brand-bg-2 {
  background-color: #7F2437; }

/*2*/
::selection {
  background: #BFBFBF;
  color: #29282D; }

a {
  color: #9A213A;
  text-decoration: none;
  font-weight: 700; }
  a:hover {
    color: #7F2437;
    text-decoration: none; }
  a:not([class]):hover {
    text-decoration: underline; }

p {
  color: #656871;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 400; }

b,
strong {
  color: #29282D;
  font-weight: 700;
  font-size: 18px; }

i,
em {
  color: #656871;
  font-weight: 400; }

/*3*/
ul li,
ol li {
  position: relative;
  margin-left: 20px;
  font-size: 18px; }
  ul li[class]:before,
  ol li[class]:before {
    display: none; }

ol {
  padding: 0;
  counter-reset: li; }
  ol li {
    margin-left: 30px;
    list-style: none;
    list-style-position: outside; }
    ol li:before {
      position: absolute;
      left: -30px;
      top: 0;
      color: #9A213A;
      line-height: 30px;
      content: counter(li, decimal) ".";
      counter-increment: li;
      font-weight: 700; }

/*4*/
ul {
  padding: 0;
  list-style: none; }
  ul li:before {
    position: absolute;
    left: -40px;
    top: 12px;
    display: flex;
    height: 6px;
    min-width: 6px;
    max-width: 6px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #9A213A;
    border-radius: 50%;
    content: ""; }

/*5-6*/
.font-weight-light {
  font-family: "HeliosLightC"; }

.font-weight-bold {
  font-weight: 900; }

/*7-8*/
h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  margin-bottom: 0.5em;
  color: #29282D;
  font-family: "Prata-Regular"; }

h1,
.title_1 {
  line-height: 54px;
  font-size: 38px; }

h2,
.title_2 {
  line-height: 39px;
  font-size: 30px; }

h3,
.title_3 {
  line-height: 36px;
  font-size: 24px; }

h4,
.title_4 {
  line-height: 30px;
  font-size: 20px; }

h5,
.title_5 {
  line-height: 24px;
  font-size: 18px; }

h6,
.title_6 {
  line-height: 24px;
  font-size: 16px; }

/*9*/
input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #656871;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #29282D; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 19px;
      padding: 9px;
      background-color: #fff;
      border: 1px solid #F6F6F6;
      border-radius: 2px;
      vertical-align: middle;
      content: "";
      cursor: pointer; }

input[type="radio"] + label:before {
  border-radius: 50%; }

input[type="radio"]:checked + label:before {
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent;
  border-radius: 50%; }

input:checked + label {
  color: #29282D; }
  input:checked + label:before {
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent;
    content: ""; }

/*10-11*/
.btn {
  display: inline-block;
  padding: 11.5px 20px;
  border: 2px solid transparent;
  outline: none;
  border-radius: 4px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn.img-right, .btn.img-left {
    padding: 10px 20px; }
  .btn.img-right img {
    margin-left: 12px; }
  .btn.img-left img {
    margin-right: 12px; }
  .btn.btn-lg {
    padding: 17.5px 36px; }
    .btn.btn-lg.img-left, .btn.btn-lg.img-right {
      padding: 16px 36px; }
  .btn img {
    min-height: 24px;
    max-height: 24px;
    min-width: 24px;
    max-width: 24px; }
  .btn:hover, .btn:focus {
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    animation: pulse 1s; }
  .btn:hover {
    border-radius: 0; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #9A213A; } }

.btn-primary {
  background-color: #9A213A;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    opacity: 0.9; }

.btn-secondary {
  background-color: transparent;
  border: 2px solid #9A213A;
  color: #9A213A; }
  .btn-secondary:hover {
    background-color: #9A213A;
    color: #fff;
    opacity: 0.9; }
    .btn-secondary:hover img {
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(200%) contrast(104%); }

.btn-success {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }
  .btn-success:hover {
    background-color: #fff;
    color: #9A213A;
    opacity: 0.9; }
    .btn-success:hover img {
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(200%) contrast(104%); }

.btn-danger {
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #fff;
  color: #fff; }
  .btn-danger:hover {
    background-color: #fff;
    border-color: #fff;
    color: #29282D; }

.btn-link {
  padding: 5px 5px 7px;
  background-color: transparent;
  border-bottom: 2px solid #9A213A;
  border-radius: 0;
  color: #29282D;
  font-weight: 700; }
  .btn-link:hover {
    color: #9A213A;
    text-decoration: none; }

/*12*/
/*13*/
.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*13*/
.scroll::-webkit-scrollbar {
  width: 6px; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #9A213A;
  background-clip: padding-box;
  border: 0px solid #f9f9f9; }
  .scroll::-webkit-scrollbar-thumb:hover {
    background-color: #7F2437; }

.scroll::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  cursor: pointer; }

::-webkit-scrollbar-button {
  background-color: transparent; }

/* IE */
.scroll {
  scrollbar-face-color: #9A213A;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9; }

/* FireFox */
.scroll {
  scrollbar-color: #9A213A #f9f9f9; }

.scroll {
  overflow-y: scroll;
  overflow-x: hidden; }

.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*14*/
/*15*/
/*16*/
/*17*/
/*18*/
.breadcrumb {
  color: #BFBFBF;
  font-size: 14px; }
  .breadcrumb a {
    color: #656871;
    text-decoration: none; }
    .breadcrumb a:hover {
      color: #9A213A; }

.transform-none {
  transform: none !important; }

/*z-index*/
header,
header:before {
  z-index: 3; }

.relis-project__item-labelBox {
  z-index: 1; }

.breadcrumb {
  justify-content: center;
  background: #F6F6F6; }

label > input[type="checkbox"] {
  display: inline-block;
  width: initial !important; }
  label > input[type="checkbox"]:checked:before {
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent;
    content: ""; }
  label > input[type="checkbox"]:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 19px;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 2px;
    vertical-align: middle;
    content: "";
    cursor: pointer;
    position: relative;
    top: -7px;
    left: -3px; }

span.wpcf7-list-item-label {
  padding-left: 20px; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media (min-width: 992px) {
  #location, .block__object-nav, .block__object-main.first-project .btn-row {
    display: none; } }

@media screen and (max-width: 1199px) {
  .headerRow {
    grid-template-columns: 1fr 310px 36px; }
  .header-logo {
    order: 0; }
    .header-logo.active {
      z-index: 2; }
  .headerTelephone {
    order: 1;
    margin-right: 64px; }
  .headerNav {
    order: 2;
    margin: 0; }
  .burger {
    display: block; }
  .headerNav-item {
    display: none;
    transition: .4s; }
  .headerNav.active {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    flex-direction: column;
    z-index: 1;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    justify-content: flex-start;
    padding-top: 95px; }
    .headerNav.active .burger {
      position: absolute;
      top: 36px;
      right: 20px; }
      .headerNav.active .burger span {
        background-color: #29282D !important; }
    .headerNav.active .headerNav-item {
      display: block; }
      .headerNav.active .headerNav-item.active .headerNav-item__link {
        color: #9A213A; }
      .headerNav.active .headerNav-item.language {
        margin: 70px auto 0; }
    .headerNav.active .headerNav-item__link {
      font-weight: 400;
      width: 100%;
      color: #656871 !important;
      font-size: 24px;
      line-height: 1.5;
      font-family: "Prata-Regular"; }
      .headerNav.active .headerNav-item__link:hover {
        color: #9A213A !important; }
  .headerTelephone.active .headerTelephone-list {
    min-width: 242px; }
    .headerTelephone.active .headerTelephone-list .btn {
      max-width: 185px; }
  /*</header>*/
  .project-logo {
    margin: 90px auto -72px;
    display: flex;
    justify-content: center; }
  .page-title {
    margin: 90px 0 36px;
    font-size: 36px;
    line-height: 1.5; }
  /*<first-screen>*/
  .firstScreen_text-box .title {
    font-size: 36px;
    line-height: 42px; }
  .firstScreen_text-box .btn-primary {
    margin-top: 36px; }
  .action-grid {
    padding: 0 15px 90px; }
  .action-item.only-img .action-item__information {
    bottom: 48px;
    left: 0;
    width: 100%; }
  .action-item.no-img .action-item__text {
    margin: auto auto 48px; }
  .relis-project__item-title {
    padding: 24px 24px 12px; }
  .relis-project__item-sub-title {
    padding: 0 24px 36px; }
  .relis-project__item-link {
    margin-left: 24px; }
  .block__news {
    grid-gap: 30px; }
  .block_news-item-img {
    padding-top: 79%; }
  .block__contacts-info {
    margin: 0 auto 72px; }
    .block__contacts-info .tel-nav a {
      font-size: 18px; }
  .selection-parameters {
    grid-template-columns: 380px 1fr; }
  .form-column {
    width: 50%;
    padding: 48px 36px 58px;
    background: #F6F6F6; }
  .modal-template .modal-back {
    top: -32px;
    left: -42px; }
  .modal-template .modal-dialog {
    margin: 0; }
  .floors-item__top-row {
    background-size: 30%;
    margin: -46px -56px 0;
    padding: 120px 56px 48px; }
  .floors-item__bottom-row {
    flex-direction: column;
    text-align: center;
    margin-top: 24px; }
    .floors-item__bottom-row .room-sales {
      margin: 12px auto; }
    .floors-item__bottom-row a {
      margin: 12px 15px !important;
      width: 250px; }
  .object-item .img-box {
    padding: 0;
    height: 200px; }
  .object-item .info-box {
    padding: 8px 15px 0;
    height: calc(100% - 200px); }
  .home-svg-map {
    margin-bottom: 60px; }
  .actions .row > div {
    padding: 0 15px; }
  .action-card {
    margin-bottom: 30px;
    min-height: 390px; }
    .action-card .text-box {
      padding: 18px 18px 24px;
      font-size: 16px;
      line-height: 22px; }
  .footer-row {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  footer {
    border-radius: 0;
    margin: 0;
    width: 100%; }
  .copy-box {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .project-logo {
    margin: 72px auto -54px;
    display: flex;
    justify-content: center; }
  .page-title {
    margin: 72px 0 36px;
    font-size: 32px; }
  .our-advantages {
    padding: 90px 27px; }
    .our-advantages .container .row:last-child {
      max-width: 600px;
      margin: 48px auto 0; }
  .our-advantages__title {
    margin-bottom: 48px;
    font-size: 36px; }
  .object-item {
    padding-bottom: 40px; }
    .object-item .img-box {
      padding: 65% 0 0 0;
      height: 150px; }
    .object-item .info-box {
      padding: 8px 15px 0;
      height: calc(100% - 150px); }
  .our-advantages__item {
    margin: 0 auto; }
    .our-advantages__item .img-box {
      width: 48px;
      margin: 0 auto; }
    .our-advantages__item .title-box {
      color: #fff;
      margin-top: 18px;
      font-size: 14px;
      word-break: break-word; }
  .our-objects {
    margin-top: 100px; }
  .object-item {
    min-height: 450px; }
  .badge {
    margin: 1px;
    padding: 2px 9px;
    border-radius: 4px;
    line-height: 18px;
    font-size: 10px;
    cursor: default; }
  .our-objects__title {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 40px; }
  .object-item__adress {
    font-size: 14px;
    padding: 10px 0 10px 24px;
    background: url(assets/img/icon-place.png) 0 10px no-repeat; }
  .block__actions-title {
    padding: 90px 15px 48px; }
  .action-item-page .block__actions {
    padding-bottom: 36px; }
  .actions .page-title {
    padding: 72px 15px 24px; }
  .block__seo {
    flex-direction: column;
    margin: 72px auto; }
  .block__seo-content {
    height: auto; }
  .block__relis-project {
    padding: 72px 0 84px; }
  .relis-project__title {
    font-size: 22px;
    line-height: 32px; }
  .relis-project__sub-title {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px; }
  .action-grid {
    padding: 0 15px 72px; }
  .action-item {
    margin-bottom: 48px; }
  .action-item.only-img,
  .action-item.no-img {
    width: calc(50% - 20px); }
  .action-item__text {
    padding: 24px; }
  .action-item_title {
    font-size: 24px;
    line-height: 1.5; }
  .action-item__information .btn {
    margin: 24px 0 0; }
  .action-item.only-img .action-item__information {
    bottom: 12px;
    left: 0;
    width: 100%; }
  .action-item.no-img .action-item__text {
    margin: auto auto 12px; }
  .block__content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 72px 15px 100px; }
  .relis-project__list {
    grid-gap: 30px;
    margin-top: 30px; }
  .relis-project__item {
    padding-bottom: 24px; }
  .relis-project__item-sub-title {
    padding: 0 24px 12px; }
  .slider-nav {
    min-height: 270px;
    text-align: center;
    margin-top: 96px; }
  .slider__advantages {
    padding: 80px 0 100px;
    margin: 80px 0 100px; }
  .slider__advantages-subtitle {
    display: none; }
  .block__advance {
    padding: 0 0 72px; }
  .block__location .map-container {
    display: flex;
    overflow: hidden;
    height: 115vw; }
  svg.location {
    transform: scale(2.5) translateX(6%); }
  .block__location {
    padding: 72px 0; }
  .special-col {
    grid-gap: 40px;
    padding: 60px 0 84px; }
  .advance-list__item {
    grid-template-columns: 90px 1fr; }
  .block_news-item-img {
    padding-top: 65%; }
  .socilal-row {
    padding: 24px 0;
    justify-content: center;
    text-align: center;
    margin: 48px auto 12px; }
    .socilal-row .social-links {
      margin: 24px auto 0; }
  .article .block__news {
    margin: 84px auto 90px; }
  .action-card {
    min-height: 350px; }
  .footer-row {
    padding: 60px 15px 84px; }
    .footer-row > div {
      width: auto; }
  .map-column {
    margin-left: 30px; }
  .meter-container {
    padding: 48px 36px 48px; }
  .meter-row {
    margin-bottom: 24px; }
  .meter-row .text-info,
  .total-meter-row .text-info {
    min-width: 300px;
    margin-right: 48px; }
  .object-info {
    display: grid;
    grid-template: "floors rooms section";
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 24px;
    background: #9a213a99;
    transform: translate(-50%, -50%);
    min-width: 343px;
    margin-top: 12px; }
  .cell-box {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-right: 30px; }
  .section-value {
    font-size: 128px; }
  .floors,
  .rooms {
    padding: 0;
    border-radius: 0; }
  .floors-value {
    font-size: 28px;
    line-height: 40px; }
  .tabs-nav li {
    margin-right: 40px; }
  .block__gallery {
    margin: 90px auto 60px; }
  .slider-progress .slick-slide {
    margin: 0 7.5px; }
  .block__gallery_title-row {
    margin-bottom: 36px; }
    .block__gallery_title-row .online-web {
      width: 100%;
      justify-content: flex-start; }
      .block__gallery_title-row .online-web svg {
        margin-left: 0 !important; }
    .block__gallery_title-row .online-web {
      margin-left: 0;
      padding-top: 12px;
      padding-bottom: 6px;
      line-height: 1.5; }
  .block__object {
    padding: 60px 0 0; }
  .block__object-main.first-project {
    margin-top: 36px; }
  .block__objec-title {
    margin-bottom: 12px; }
  .block__objec-sub-title span {
    font-size: 18px;
    line-height: 1.5; }
  .block__action-banner {
    margin-bottom: 60px; }
  .block__accoridion {
    padding: 84px 0 40px; }
  .action-grid__title {
    margin-bottom: 48px; }
  .sales-department {
    margin-top: 90px; }
  .sales-departament__text {
    padding: 12px 48px 12px 0; }
  .sales-departament__tel {
    padding: 36px 62px;
    min-width: 440px; }
  .modal-content {
    padding: 15px; }
  .template-row {
    grid-template-rows: 250px 1fr; }
  .attr-item {
    width: 100%; }
  .modal-template .modal-back {
    top: -17px;
    left: -17px; }
  .room-item .page-title {
    margin: 120px 0 36px;
    text-align: center; }
  .room-item .action-caunter {
    padding: 0;
    margin: 0 auto 24px; }
  .room-item .template-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-template-areas: "caunter" "img" "img" "attr" "desc"; }
  .room-item .template-item__attr {
    margin: 24px auto;
    width: 100%;
    justify-content: space-between; }
  .room-item .attr-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: auto; }
  .room-item .template-item__description {
    flex-direction: row;
    flex-wrap: wrap; }
    .room-item .template-item__description a.btn.btn-primary.img-left {
      margin: auto 0 0 auto; }
  .table-container {
    padding: 30px; }
  .selection-parameters {
    grid-template: "nav" "filters" "table"; }
  .filters-column {
    max-width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 36px; }
  .range-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 12px auto; }
  #range-slider-first {
    padding: 0 25px 0 10px; }
  #range-slider-second {
    padding: 0 15px 0 25px; }
  .options-has-slider {
    width: 50%; }
  .selection-parameters .nav {
    margin: 0 auto 48px; }
  .amount {
    max-width: calc(50% - 15px); }
  .options-has-slider.last-child .filters-column__options--title {
    padding-left: 15px; }
  .all-floor {
    width: 100%;
    margin: 24px auto 12px; }
  .table-container .wp-pagenavi {
    margin: 36px auto; }
  .floors-item__template-row {
    grid-template-areas: "floorsNavigation" "tabContent" "bottomRow";
    grid-template-columns: 1fr; }
  .floors-navigation {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    .floors-navigation a {
      margin: 6px; }
  .footer-info-column {
    min-width: 320px; } }

@media screen and (max-width: 767px) {
  h1,
  .title_1 {
    font-size: 28px;
    line-height: 40px; }
  h2,
  .title_2 {
    font-size: 22px;
    line-height: 32px; }
  h3,
  .title_3 {
    font-size: 20px;
    line-height: 28px; }
  h4,
  .title_4 {
    font-size: 18px;
    line-height: 26px; }
  h5,
  .title_5 {
    font-size: 16px;
    line-height: 24px; }
  h6,
  .title_6 {
    font-size: 14px;
    line-height: 20px; }
  body {
    font-size: 14px; }
  /*9*/
  .breadcrumb {
    padding: 25px 15px 15px; }
  header {
    padding: 6px 0; }
    header.transparent:not(.position-fixed) .headerTelephone-main .arrow {
      background: url("assets/img/icon_telephone-white.svg") 0 center no-repeat; }
    header.position-fixed {
      width: 100%;
      background-color: #fff; }
  .header-logo img {
    max-width: 100%;
    max-height: 36px; }
  .headerRow {
    grid-template-columns: 1fr auto 36px; }
  .headerNav.active .burger {
    top: 17px; }
  .headerTelephone-main {
    background-image: none; }
    .headerTelephone-main a {
      display: none; }
    .headerTelephone-main .icon-phone {
      display: none; }
    .headerTelephone-main .arrow {
      width: 24px;
      height: 24px;
      background: url("assets/img/icon_telephone-brand.svg") 0 center no-repeat; }
  .headerTelephone {
    margin-right: 25px; }
    .headerTelephone .headerTelephone-list {
      left: -158px;
      top: 43px; }
  /*</header>*/
  .nav-pills {
    display: none; }
  .project-logo {
    margin: 24px auto -6px; }
  .page-title {
    margin: 24px 0;
    font-size: 28px; }
  /*<first-screen>*/
  .our-objects {
    margin-top: 60px; }
  .object-item {
    max-width: 300px; }
  .our-objects__title {
    line-height: 42px;
    font-size: 28px;
    margin-bottom: 24px; }
  .our-advantages {
    padding: 90px 15px 55px; }
    .our-advantages .container .row:nth-child(2) .our-advantages__item:last-child {
      display: none; }
    .our-advantages .container .row:last-child {
      max-width: 600px;
      margin: 0 auto; }
  .block__actions-title {
    padding: 72px 15px 36px; }
  .our-advantages__title {
    font-size: 28px;
    line-height: 40px; }
  .actions .page-title {
    padding: 24px 15px; }
  .our-advantages__item {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 24px; }
  .info-list {
    margin: 24px 0 36px; }
    .info-list .font-weight-bold {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px; }
  .block__specialText {
    display: grid;
    grid-template-areas: "text" "b";
    grid-template-columns: 1fr;
    margin: 36px auto 0; }
  .block__specialText-text {
    margin-bottom: 24px; }
  .block__seo {
    margin: 36px auto 24px; }
  .block__relis-project {
    padding: 36px 0 48px; }
    .block__relis-project > .btn-link {
      margin: 48px auto 24px; }
  .relis-project__item-title {
    font-size: 18px;
    line-height: 26px; }
  .relis-project__sub-title {
    margin-top: 12px; }
  .action-grid {
    display: grid;
    padding: 0 15px 24px;
    justify-content: center; }
  .action-item {
    flex-direction: column-reverse; }
    .action-item .action-item__text {
      padding: 28px 24px 54px; }
  .block__content {
    padding: 48px 15px 60px; }
  .action-item__banner {
    width: 100%; }
  .action-item,
  .action-item.only-img,
  .action-item.no-img {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 24px;
    min-height: 192px;
    background-size: 176px; }
  .action-item__information {
    width: 100%; }
  .action-item_title {
    font-size: 20px;
    line-height: 1.5; }
  .action-item.only-img .btn {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff; }
    .action-item.only-img .btn:hover {
      background-color: #fff;
      opacity: .9;
      color: #9A213A; }
  .action-item.no-img .action-item__text {
    margin: 0 auto 12px; }
  .relis-project__list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr; }
  .relis-project__item {
    padding-bottom: 12px;
    max-width: 400px;
    margin: auto; }
  .relis-project__item-labelBox {
    right: 7px; }
  .slider__advantages {
    padding: 48px 0 84px;
    margin: 60px 0; }
  .slider-nav {
    max-width: 280px;
    margin: 0 auto; }
  .slider-nav {
    margin: 0 auto; }
    .slider-nav img {
      margin: auto auto 12px; }
    .slider-nav .slick-list {
      margin: 0 -100px; }
    .slider-nav .slick-slide {
      display: flex;
      flex-direction: column;
      min-height: 160px; }
      .slider-nav .slick-slide img {
        width: 30px; }
      .slider-nav .slick-slide .text-container {
        height: 0; }
    .slider-nav .slick-slide.slick-current.slick-active.slick-center .text-container {
      width: 200px;
      height: auto;
      left: -30px; }
  .block__seo-title {
    min-width: inherit;
    margin-right: inherit; }
  .slider__advantages-title {
    margin-bottom: 48px; }
  .animate-block {
    flex-direction: column;
    padding: 60px 0 12px; }
  .animate-block__item {
    margin-bottom: 48px; }
  .animate-block__item-num {
    font-size: 44px;
    margin-bottom: 24px; }
  .footer-row {
    flex-direction: column;
    padding: 40px 15px 0; }
  .map-column {
    margin: 40px 0 0; }
    .map-column a {
      display: flex;
      margin: 0 -15px; }
  .copy-box {
    padding: 15px 15px 0;
    flex-direction: column;
    text-align: center; }
    .copy-box a {
      margin: 12px auto; }
  .block_location-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto 24px; }
  .block_location-subtite {
    font-size: 18px;
    line-height: 1.5; }
  .block__location {
    padding: 48px 0; }
    .block__location .map-container {
      height: 137vw; }
  svg.location {
    transform: scale(3) translate(4.6%, 0); }
  .special-col {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 48px 0 60px; }
  .block__news {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "item-1" "item-2 " "item-3" "btn"; }
  .block_news-item {
    margin-bottom: 12px; }
  .block__news .btn {
    margin-right: auto; }
  .wrapper-404 .title_5 {
    margin: 24px auto; }
  .blog .col-lg-4.col-md-6.col-12 {
    padding: 0 15px; }
    .blog .col-lg-4.col-md-6.col-12:last-child .block_news-item {
      margin-bottom: 0; }
  .wp-pagenavi a {
    margin: 0 7px;
    font-size: 14px; }
  .wp-pagenavi {
    margin: 48px auto 84px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wp-pagenavi .current {
      font-size: 16px;
      padding: 6px 10.5px;
      display: flex;
      justify-content: center;
      width: 30px;
      height: 30px;
      align-items: center; }
    .wp-pagenavi a.page.smaller,
    .wp-pagenavi a.page.larger {
      padding: 0; }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
      background-size: 15px !important;
      padding: 9px !important; }
      .wp-pagenavi .previouspostslink:hover,
      .wp-pagenavi .nextpostslink:hover {
        background-size: 15px !important; }
    .wp-pagenavi .first,
    .wp-pagenavi .last {
      background-size: 20px !important;
      padding: 8px !important; }
      .wp-pagenavi .first:hover,
      .wp-pagenavi .last:hover {
        background-size: 20px !important; }
    .wp-pagenavi a.last,
    .wp-pagenavi a.first {
      padding: 6px !important;
      background-position-x: -5px; }
      .wp-pagenavi a.last:hover,
      .wp-pagenavi a.first:hover {
        background-position-x: -5px !important; }
    .wp-pagenavi a.first {
      padding: 6px !important;
      background-position-x: 0; }
      .wp-pagenavi a.first:hover {
        background-position-x: 0 !important; }
    .wp-pagenavi .nextpostslink {
      background: url("./assets/img/icon-pagination__black-right.svg") no-repeat 0 center;
      padding: 9px 7px !important; }
      .wp-pagenavi .nextpostslink:hover {
        background: url("./assets/img/icon-pagination__hover-right.svg") no-repeat 0 center; }
  .article .block__news {
    margin: 60px auto 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "item-1" "item-2 " "item-3" "btn"; }
  .attention-box .img-box img {
    margin-right: 12px; }
  img.alignleft,
  img.alignright {
    max-width: 100% !important;
    width: 100%;
    margin: 0 0 20px !important; }
  img.alignleft {
    float: left;
    height: auto; }
  img.alignright {
    float: right;
    height: auto; }
  img.aligncenter {
    margin: 0 0 20px !important;
    height: auto; }
  .block__progress-bar--title {
    flex-direction: column;
    font-size: 22px;
    line-height: 32px; }
    .block__progress-bar--title .btn {
      margin: 24px auto; }
  .block__progress-bar {
    margin-top: 48px; }
  .meter-container {
    padding: 48px 24px 24px;
    margin: 0 auto 48px; }
  .meter-row {
    margin-bottom: 24px;
    display: grid; }
  .meter-row .text-info,
  .total-meter-row .text-info {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 6px; }
  .total-meter-row {
    padding-top: 24px;
    display: grid; }
  .total-meter-row {
    margin-bottom: 0; }
    .total-meter-row .text-box {
      text-align: left;
      margin-top: 12px; }
  .block__gallery_title-row {
    display: grid;
    justify-content: center;
    margin-bottom: 24px; }
    .block__gallery_title-row .title_2 {
      text-align: center; }
    .block__gallery_title-row .tabs-nav {
      margin: 24px auto 0; }
  .block__gallery {
    margin: 40px auto 12px; }
  .tabs-nav li {
    margin-right: 12px; }
    .tabs-nav li.active {
      border-bottom: 2px solid #9A213A; }
      .tabs-nav li.active a {
        font-size: 14px;
        padding-bottom: 8px; }
    .tabs-nav li a {
      font-size: 14px;
      text-align: center;
      line-height: 1.2; }
  .block__object {
    padding: 24px 0 0; }
  .block__objec-title {
    font-size: 22px;
    line-height: 32px; }
  .section-value {
    font-size: 99px; }
  .block__objec-sub-title {
    display: grid; }
    .block__objec-sub-title span {
      padding: 0;
      margin-bottom: 36px; }
  .object-info {
    position: static;
    padding: 15px;
    background: #9a213acc;
    transform: none;
    min-width: auto; }
  .block__object-main.first-project .btn-row .btn {
    width: calc(100% - 30px);
    margin: 0 15px; }
  .block__object-main.first-project {
    margin-top: 24px; }
  .block__object-nav {
    margin: 36px auto 12px;
    overflow-x: auto;
    padding: 0 15px; }
  .block__object-main.first-project .btn-row {
    padding: 12px 0;
    margin-top: 12px; }
  .block__gallery_title-row .online-web {
    font-size: 14px; }
  .accordion .item {
    padding: 20px 0; }
  .accordion .item-title {
    font-size: 18px; }
  .accordion .icon-title {
    margin-right: 12px; }
  .block__map {
    margin: 0 auto 36px; }
    .block__map .title_3 {
      border-top: 1px solid #BFBFBF;
      padding: 24px 0 14px; }
  .block__contacts-info {
    margin: 0 auto; }
    .block__contacts-info .text-block {
      display: flex;
      flex-direction: column;
      min-height: auto; }
      .block__contacts-info .text-block .title_5 {
        margin: 24px auto; }
  .social-links {
    margin-top: 24px; }
  .block__form {
    margin: 48px -15px 72px; }
  .form-column {
    width: 100%;
    padding: 36px 25px 48px;
    background: #F6F6F6; }
    .form-column .btn {
      margin-top: 12px; }
    .form-column input {
      margin-bottom: 12px;
      background-color: transparent; }
  .action-item-page .action-grid {
    margin-top: 60px; }
  .action-grid__title {
    margin-bottom: 12px; }
  .block__action-banner {
    margin-bottom: 48px; }
  .sales-department {
    margin-top: 36px; }
  .sales-departament__tel {
    padding: 21px;
    min-width: auto;
    margin: 0 auto; }
  .sales-departament__tel .title_5 {
    padding-bottom: 12px; }
  .sales-department {
    flex-direction: column-reverse; }
    .sales-department .tel-nav a {
      font-size: 16px;
      margin-bottom: 12px; }
      .sales-department .tel-nav a img {
        margin-left: 9px; }
  .sales-departament__text {
    padding: 12px 0; }
  .action-item-page .action-caunter {
    padding: 15px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0; }
  .action-cainter__slogan {
    margin-bottom: 6px; }
  .timer {
    margin: auto; }
  .img-back-link {
    min-width: 60px;
    height: 60px;
    background-size: 21px;
    margin-right: 20px; }
    .img-back-link:hover {
      background-size: 21px !important; }
  .modal-back {
    font-size: 14px; }
  .template-img {
    padding: 0 30px 0 8px; }
  .parking-item,
  .commercian-item {
    padding: 0 15px 24px; }
  .commercian-item {
    padding: 0; }
    .commercian-item .template-row {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: "img" "attr" "desc"; }
    .commercian-item .template-img {
      padding: 0; }
    .commercian-item .template-item__attr {
      margin: 36px 0 0;
      flex-direction: row; }
    .commercian-item .attr-item {
      width: 50%;
      padding: 0;
      text-align: center;
      margin: 0 0 24px; }
  .parking-item .page-title,
  .commercian-item .page-title {
    text-align: left;
    margin: 84px 0 24px;
    font-size: 22px; }
  .template-row {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    grid-template-areas: "img attr" "img attr" "desc desc"; }
  .template-item__attr {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 30px; }
  .attr-item {
    display: grid;
    width: 100%;
    font-size: 28px;
    padding: 0; }
    .attr-item span {
      font-size: 14px; }
  .template-item__description-text {
    margin: 36px 0 0; }
  .template-item__description {
    margin: 0 auto 24px;
    flex-direction: column-reverse;
    display: flex; }
    .template-item__description a {
      margin: 12px auto;
      width: 100%;
      text-align: center; }
      .template-item__description a[download] {
        margin-top: 24px;
        margin-bottom: 24px; }
  .room-item .page-title {
    margin: 84px 0 36px; }
  .room-item .action-caunter {
    flex-direction: column;
    background: url("assets/img/action-bg.svg") #9A213A center no-repeat;
    background-size: 185px; }
    .room-item .action-caunter .text-box {
      text-align: center;
      padding: 12px 15px 0; }
      .room-item .action-caunter .text-box span {
        display: flex;
        margin: 7px auto;
        justify-content: center; }
  .room-item .action-cainter__slogan {
    display: none; }
  .room-item .bg-caunter {
    background: transparent;
    padding-top: 0; }
  .room-item .template-img {
    padding: 0; }
  .room-item .template-item__attr {
    margin: 36px auto 0;
    flex-direction: row; }
    .room-item .template-item__attr .attr-item {
      width: 47%; }
  .options-img {
    display: none; }
  .selection-parameters .nav {
    flex-wrap: nowrap;
    text-align: center;
    margin: 12px 0 28px;
    width: 100%;
    justify-content: space-between; }
    .selection-parameters .nav li {
      margin-right: 15px; }
      .selection-parameters .nav li.active a {
        font-size: 14px; }
      .selection-parameters .nav li a {
        font-size: 14px; }
  .options-has-slider {
    width: 100%; }
  .all-floor {
    margin: 24px auto 0;
    text-align: center; }
  #range-slider-second,
  #range-slider-first {
    padding: 0 15px; }
  .slider-track .ui-slider-handle.ui-corner-all.ui-state-default {
    margin-left: -12px; }
  .animate-futurium {
    padding: 34% 15px; }
  .options-has-slider.last-child .filters-column__options--title {
    padding-left: 0; }
  .table-container {
    padding: 30px 15px;
    width: calc(100% + 30px);
    margin: 0 -15px; }
  table.iksweb {
    font-size: 13px; }
  .floors-item__top-row {
    padding: 120px 56px 12px;
    background-size: 39%;
    background-position: 89% 20%; }
  .floors-item .floors-item__template-row .tab-grid {
    grid-template-columns: 18px 1fr 18px;
    grid-template-rows: 18px 1fr 18px;
    grid-gap: 6px 6px;
    margin: -6px;
    padding-bottom: 24px; }
  .floors-item__bottom-row {
    margin-top: 12px; }
    .floors-item__bottom-row a {
      width: 100%;
      margin: 12px auto !important; }
  .sector-top a,
  .sector-right a,
  .sector-bottom a,
  .sector-left a {
    display: none; }
  .container-plain {
    display: flex;
    justify-content: center; }
  .animate-futurium .ml16 {
    overflow: overlay;
    width: Min(55vw, 572px); }
  .vertical svg {
    min-width: 520px;
    height: auto;
    max-width: 100%;
    max-height: 520px; }
  .vertical .container-plan {
    min-width: 900px; }
  .vertical.parking svg {
    max-height: 600px;
    min-width: 600px; }
  .modal-body .form-column {
    padding: 0; }
  .footer-info-column {
    min-width: inherit; }
    .footer-info-column .tel-nav a {
      font-size: 18px; } }

@media screen and (max-width: 575px) {
  .block__video a.play:before {
    width: 60px;
    height: 60px;
    background-size: contain; }
  .tabs-project__link-item img {
    display: none; }
  .object-item {
    min-height: auto; }
    .object-item .img-box {
      height: auto; }
  .block__advance-title {
    font-size: 28px;
    margin: 0 auto 36px; }
  .advance-list__item {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 15px 15px 24px; }
  .object-item .info-box {
    height: auto; }
  .block__news {
    margin-bottom: 60px; }
    .block__news .btn {
      width: 100%;
      max-width: 100%; }
  .quote-box {
    background: url(/assets/img/“.png) center 36px #F6F6F6 no-repeat;
    padding: 72px 24px 48px;
    font-size: 18px;
    margin: 24px -15px; }
    .quote-box .title_4 {
      margin-top: 24px; }
  .progress {
    display: none; }
  .progress-container {
    margin: 12px auto;
    justify-content: center; }
    .progress-container .next-slide {
      margin-left: 0; }
  .slide__counter {
    margin: 0 30px; }
  text.big-banner__subtitle {
    transform: scale(2) translate(-26.6%, -29%); }
  .footer-row .btn {
    width: 100%; } }

/* === END MEDIA === */

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