@charset "utf-8";

@font-face {
  font-family: 'Qanelas-Regular';
  src: url('../fonts/Qanelas-Regular.eot');
  src: url('../fonts/Qanelas-Regular.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-Regular.woff') format('woff'),
    url('../fonts/Qanelas-Regular.otf') format('otf'),
    url('../fonts/Qanelas-Regular.ttf') format('truetype'),
    url('../fonts/Qanelas-Regular.svg#Qanelas-Regular') format('svg');
}

@font-face {
  font-family: 'Qanelas-Black';
  src: url('../fonts/Qanelas-Black.eot');
  src: url('../fonts/Qanelas-Black.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-Black.woff') format('woff'),
    url('../fonts/Qanelas-Black.otf') format('otf'),
    url('../fonts/Qanelas-Black.ttf') format('truetype'),
    url('../fonts/Qanelas-Black.svg#Qanelas-Black') format('svg');
}

@font-face {
  font-family: 'Qanelas-Bold';
  src: url('../fonts/Qanelas-Bold.eot');
  src: url('../fonts/Qanelas-Bold.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-Bold.woff') format('woff'),
    url('../fonts/Qanelas-Bold.otf') format('otf'),
    url('../fonts/Qanelas-Bold.ttf') format('truetype'),
    url('../fonts/Qanelas-Bold.svg#Qanelas-Bold') format('svg');
}

@font-face {
  font-family: 'Qanelas-ExtraBold';
  src: url('../fonts/Qanelas-ExtraBold.eot');
  src: url('../fonts/Qanelas-ExtraBold.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-ExtraBold.woff') format('woff'),
    url('../fonts/Qanelas-ExtraBold.otf') format('otf'),
    url('../fonts/Qanelas-ExtraBold.ttf') format('truetype'),
    url('../fonts/Qanelas-ExtraBold.svg#Qanelas-ExtraBold') format('svg');
}

@font-face {
  font-family: 'Qanelas-Medium';
  src: url('../fonts/Qanelas-Medium.eot');
  src: url('../fonts/Qanelas-Medium.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-Medium.woff') format('woff'),
    url('../fonts/Qanelas-Medium.otf') format('otf'),
    url('../fonts/Qanelas-Medium.ttf') format('truetype'),
    url('../fonts/Qanelas-Medium.svg#Qanelas-Medium') format('svg');
}

@font-face {
  font-family: 'Qanelas-SemiBold';
  src: url('../fonts/Qanelas-SemiBold.eot');
  src: url('../fonts/Qanelas-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-SemiBold.woff') format('woff'),
    url('../fonts/Qanelas-SemiBold.otf') format('otf'),
    url('../fonts/Qanelas-SemiBold.ttf') format('truetype'),
    url('../fonts/Qanelas-SemiBold.svg#Qanelas-SemiBold') format('svg');
}

@font-face {
  font-family: 'Qanelas-Heavy';
  src: url('../fonts/Qanelas-Heavy.eot');
  src: url('../fonts/Qanelas-Heavy.eot') format('embedded-opentype'),
    url('../fonts/Qanelas-Heavy.woff') format('woff'),
    url('../fonts/Qanelas-Heavy.otf') format('otf'),
    url('../fonts/Qanelas-Heavy.ttf') format('truetype'),
    url('../fonts/Qanelas-Heavy.svg#Qanelas-Heavy') format('svg');
}

body {
  font-family: 'Qanelas-Regular';
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

header {
  width: 100%;
  background: #3A373E;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul,
nav {
  margin: 0;
  list-style: none;
}

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

:focus, button {
  outline: 0;
  border: none;
}

input {
  -webkit-appearance: none;
}

.main {
  margin-bottom: auto;
  display: flex;
}

.container {
  display: block;
  width: 1515px;
  position: relative;
  margin: 0 auto;
}

.main-menu-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  background: #fff;
  z-index: 999;
}

.main-menu-button span {
  height: 2px;
  width: 38px;
  background-color: #000000;
  position: absolute;
  transition-duration: .25s;
  transition-delay: .25s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-menu-button span::after {
  left: 0;
  position: absolute;
  top: 10px;
  height: 2px;
  width: 38px;
  background-color: #000000;
  content: "";
  transition-duration: .25s;
  transition: transform .25s, top .25s .25s;
}

.main-menu-button span::before {
  left: 0;
  position: absolute;
  top: -10px;
  height: 2px;
  width: 38px;
  background-color: #000000;
  content: "";
  transition-duration: .25s;
  transition: transform .25s, top .25s .25s;
}

.logo {
  background: #C3CB64;
  height: 137px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 42px;
  margin-left: 137px;
}

.logo a {
  font-size: 34px;
  font-family: 'Qanelas-Heavy';
  text-transform: uppercase;
  color: #fff;
}

.contact-info {
  margin-left: 135px;
  margin-right: calc((100vw - 1652px) / 2);
}

.contact-info p a {
  font-family: 'Qanelas-SemiBold';
  color: #fff;
  font-size: 19px;
}

.flat-info {
  color: #C3CB64;
  display: flex;
  line-height: 1;
  align-items: center;
  margin-left: 50px;
}

.flat-info span {
  font-family: 'Qanelas-Heavy';
  font-size: 34px;
  margin-right: 8px;
}

.main-address {
  margin-left: auto;
  text-align: right;
}

.call-button {
  text-align: right;
  color: #c3cb64;
  font-size: 16px;
  transition: .5s;
}

.call-button:hover {
  cursor: pointer;
  color: #fff;
}

.main-menu-button:hover {
  cursor: pointer;
}

.left-line {
  background: #4D504C;
  display: flex;
  flex-direction: column;
  width: 137px;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  z-index: 9;
}

.logo-left-line {
  max-width: 100px;
  position: fixed;
  top: 200px;
}

.logo-left-line img {
  max-width: 100%;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-line .social {
  position: fixed;
  bottom: 30px;
}

.social a {
  width: 29px;
  margin-bottom: 20px;
}

.social a svg {
  width: 100%;
}

.social a svg path {
  transition: .5s;
}

.social a svg:hover path {
  fill: #c3cb64;
}

.video-block {
  height: calc(100vh - 136px);
  max-height: 850px;
  position: relative;
}

.choose-apartment a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.choose-apartment {
  position: absolute;
  bottom: 0;
  right: 0;
}

.choose-apartment-button {
  color: #fff;
  background: #3A373E;
  width: 400px;
  padding: 55px 0 50px 90px;
}

.slick-dots li:hover {
  cursor: pointer;
}

.choose-apartment span {
  font-size: 16px;
  display: block;
  margin-bottom: 45px;
}

.choose-apartment p {
  font-family: 'Qanelas-Heavy';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}

.arrow {
  width: 45px;
  height: 12px;
  transition: .5s;
  background: url(/assets/templates/img/arr.svg) no-repeat 100%;
}

.choose-apartment .choose-apartment-button:hover .arrow {
  margin-left: 25px;
}

.video-block video {
  height: 100%;
  object-fit: cover;
}

.video-block::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.12;
  position: absolute;
}

.main-area {
  position: relative;
  width: 100%;
}

.play-video {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: -96px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.play-video:hover {
  cursor: pointer;
  background-color: #c3cb64;
}

.play-video svg path {
  transition: .5s;
}

.play-video:hover svg path {
  fill: #fff;
}

h2 {
  font-family: 'Qanelas-Black';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  margin: 140px 0 80px;
}

.map-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.left-icons {
  display: flex;
  flex-wrap: wrap;
  width: 68%;
}

.right-icons {
  display: flex;
  align-items: center;
  text-align: right;
}

.right-icons p {
  white-space: nowrap;
  margin-right: 14px;
}

.left-icons>div {
  font-family: 'Qanelas-Medium';
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 30px;
  line-height: 1.1;
}

.left-icons>div>div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.left-icons>div:last-child {
  margin-right: 0px;
}

.left-icons>div img {
  width: 29px;
  margin-right: 20px;
}

#map {
  width: 100%;
  height: 560px;
}

.ymaps-layers-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.footer-content {
  background: #3A373E;
  color: #fff;
  margin-top: -290px;
  padding-top: 395px;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 45px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.copyright a {
  transition: .5s;
}

.copyright a:hover {
  color: #c3cb64;
}

.copyright p, .copyright a {
  font-size: 14px;
  color: #fff;
}

.footer-top-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

footer h3 {
  font-family: 'Qanelas-ExtraBold';
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
  margin-bottom: 66px
}

footer h3::before {
  content: '';
  width: 128px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -11px;
}

footer .social {
  flex-direction: row;
  margin-left: 140px;
}

.flex {
  display: flex;
  align-items: flex-start;
}

footer .social a {
  width: 23px;
  margin-bottom: 0;
  margin-right: 20px;
}

footer .social a:last-child {
  margin-right: 0;
}

footer .social a:hover svg path {
  fill: #fff;
}

footer .social a svg path {
  fill: #c3cb64;
}

.contact {
  width: 34%;
}

.contact .footer-menu ul {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .footer-menu ul li {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}

.contact .footer-menu ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}

.contact .footer-menu ul li.tel::before {
  background-image: url(/assets/templates/img/tel.svg);
}

.contact .footer-menu ul li.maps::before {
  background-image: url(/assets/templates/img/maps.svg);
}

.contact .footer-menu ul li.mail::before {
  background-image: url(/assets/templates/img/mail.svg);
}

footer a {
  color: #fff;
  transition: .5s;
}

footer a:hover {
  color: #c3cb64;
}

.contact-info a, .tel {
  pointer-events: none;
}

.infos {
  width: 25%;
}

footer .main_menu {
  display: flex;
  flex-wrap: wrap;
}

footer .main_menu li {
  width: 50%;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-top-area>a img {
  width: 116px;
}

.footer-top-area>a {
  margin-right: 150px;
}

.flex-main h2 {
  margin-bottom: 60px;
  margin-top: 0;
}

.flex-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-block {
  width: 45%;
  flex-shrink: 0;
}

.text-block>div {
  padding-right: 190px;
  text-align: justify;
}

.img-block {
  height: 640px;
  flex-shrink: 0;
  width: calc(55% + ((100vw - 1652px) / 2));
  margin-right: calc((100vw - 1652px) / 2 *-1);
}

.reverse .img-block {
  margin-right: 0;
  width: calc(50% + ((100vw - 1652px) / 2));
  margin-left: calc((100vw - 1652px) / 2 *-1);
}

.reverse .text-block>div {
  padding-left: 190px;
  padding-right: 0;
}

.reverse .text-block {
  width: 50%;
}

.img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reverse {
  background: #3A373E;
  color: #fff;
}

.btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Qanelas-Black';
  background: #C3CB64;
  color: #fff;
  display: inline-block;
  transition: .5s;
  padding: 21px 37px;
}

.btn:hover {
  cursor: pointer;
  color: #C3CB64;
  background: #fff;
}

.btn.gallery-btn,
.btn.flat-btn {
  margin-top: 55px;
}

.btn.aboutkompl-btn {
  margin-top: 55px;
  color: #fff;
}

.btn.aboutkompl-btn:hover {
  background: #3a373e;
}

.appart-plans .img-block {
  height: 595px;
}

.zag {
  font-family: 'Qanelas-Black';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
}

.num-block {
  width: 70%;
  flex-shrink: 0;
  margin-left: 85px;
  display: flex;
  justify-content: space-between;
}

.num {
  margin: 135px 0 170px;
}

.num-block>div {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-right: 68px;
}

.num>div span {
  position: absolute;
  left: 86%;
  margin-bottom: -12px;
  font-family: 'Qanelas-SemiBold';
  font-size: 20px;
  background: #ffffff;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
  width: 202px;
}

.num-big {
  font-size: 91px;
  width: 157px;
  text-align: right;
  font-family: 'Qanelas-Heavy';
  color: #fff;
  line-height: 1;
  text-shadow: 0 -1px 0 #c3cb64, 0 -1px 0 #c3cb64, 0 1px 0 #c3cb64, 0 1px 0 #c3cb64,
    -1px 0 0 #c3cb64, 1px 0 0 #c3cb64, -1px 0 0 #c3cb64, 1px 0 0 #c3cb64, -1px -1px 0 #c3cb64,
    1px -1px 0 #c3cb64, -1px 1px 0 #c3cb64, 1px 1px 0 #c3cb64, -1px -1px 0 #c3cb64,
    1px -1px 0 #c3cb64, -1px 1px 0 #c3cb64, 1px 1px 0 #c3cb64;
}

/*стили формы*/
.form.av-form2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.av-form2 .form-block.form__form-block input,
.av-form2 .form-block.form__form-block select,
.av-form2 .form-block.form__form-block textarea {
  display: block;
  text-align: left;
  width: 100%;
  background: none;
  border-right: none;
  border-top: none;
  font-family: 'Qanelas-Regular';
  border-left: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  height: 40px;
  color: #000;
  padding: 0 0 0;
  box-sizing: border-box;
  outline: none;
  position: relative;
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.av-form2 .form-block.form__form-block {
  position: relative;
  margin-bottom: 30px;
  top: 0;
  left: 0;
  height: 40px;
}

.av-form2 .form-block.form__form-block>button[type="submit"] {
  text-transform: uppercase;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Qanelas-Black';
  cursor: pointer;
  width: 100%;
  padding: 15px 37px;
  color: #fff;
  background: #C3CB64;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  border: none;
  z-index: 1;
  transition: .5s;
}

.av-form2 .form-block.form__form-block>button[type="submit"]:hover {
  background: #3A373E;
  cursor: pointer;
}

.av-form2 .form__form-select label {
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  color: #000;
  line-height: 1.2;
  padding-left: 13px;
  display: block;
  width: unset;
}

.av-form2 .form__form-select label a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  line-height: 1.4;
  transition: .5s;
}

.av-form2 .form__form-select label a:hover {
  border-bottom: 1px solid transparent;
}

.av-form2 .form__form-select input[type="checkbox"] {
  outline: none;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 3px solid #fff;
  outline: 1px solid #000;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
}

.form__form-select {
  display: flex;
  position: relative;
  align-items: center;
}

.av-form2 .form__form-select::before {
  content: 'Вы должны согласиться с политикой конфеденциальности';
  font-size: 13px;
  display: block;
  color: #000;
  position: absolute;
  bottom: -51px;
  right: 0;
  line-height: 1.1;
  width: 100%;
  opacity: 0;
  text-align: left;
  pointer-events: none;
  transition: .5s;
}

.av-form2 input[type="checkbox"]:checked {
  background: #000;
}

.av-form2 .form__form-select.active::before {
  opacity: 1;
  transition: .5s;
}

.av-form2 .form-block.form__form-block>label {
  position: absolute;
  left: 0px;
  font-size: 16px;
  color: #000;
  cursor: auto;
  text-align: left;
  white-space: nowrap;
  bottom: 7px;
  transition: .5s;
}

.av-form2 .form-block.form__form-block>label.active {
  bottom: 35px;
  font-size: 12px;
}

.av-form2 .form-block.form__form-block>label.error {
  top: 42px;
  left: 0px;
  font-size: 12px;
  background: none;
}

/* форма */
.main-form-area {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

.main-form-area .left {
  flex-shrink: 0;
  width: 36%;
}

.main-form-area .form-area {
  width: 49%;
  margin-top: 30px;
}

.form.av-form2 .left-form {
  width: 45%;
}

.form__form-block-sell {
  margin-top: 55px;
  position: relative;
}

.main-form-area .zag {
  margin-bottom: 60px;
}

.forms-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forms-info li {
  width: 40%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 45px;
  line-height: 1.3;
}

.forms-info li::before {
  content: '';
  width: 10px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #C3CB64;
}

.slid {
  width: 505px;
}

.text-top p {
  font-family: 'Qanelas-SemiBold';
  font-size: 25px;
  margin-bottom: 13px;
}

.text-top {
  padding: 0 110px 0 65px;
  position: relative;
}

.text-top::before {
  content: '';
  width: 1.5px;
  height: 195px;
  background: #000;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 99;
}

.text-top p {
  font-family: 'Qanelas-SemiBold';
  font-size: 25px;
  margin-bottom: 13px;
}

.text-top span {
  margin-bottom: 45px;
  display: block;
  max-height: 63px;
  height: 63px;
  overflow: hidden;
}

.img-slid {
  position: relative;
  height: 595px;
}

.slick-slide .img-slid::before {
  content: '';
  width: 100%;
  height: 100%;
  transition: .5s;
  background: #3A373E;
  opacity: 0.8;
  position: absolute;
}

.slick-slide.slick-center .img-slid::before {
  opacity: 0;
}

.img-slid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.slick-dots li {
  display: block;
  padding: 0;
  margin: 0;
  width: 16%;
  height: 3px;
  background: #fff;
}

.icon-block {
  padding-top: 590px;
  background: #C3CB64;
  margin-top: -590px;
}

.slick-dots li.slick-active {
  background: #000;
}

.slider-main {
  margin-bottom: 120px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  margin: auto;
}

.icons-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 150px;
}

.icons-area img {
  max-width: 85px;
}

.icons-area>div {
  width: 155px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.icons-area>div p span {
  font-family: 'Qanelas-Bold';
}

.icons-area>div p {
  line-height: 1.2;
  height: 38px;
  max-height: 38px;
  margin-top: 27px;
}

.page-block ul {
  display: flex;
  justify-content: space-between;
}

.page-block ul li {
  width: 33%;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 130px;
  position: relative;
  background: #F9F9F9;
}

.page-block ul li.last {
  background: #C3CB64;
  color: #fff;
  padding-right: calc((100vw - 1652px) / 2);
}

.page-block ul li.first {
  background: #3A373E;
  color: #fff;
  padding-left: calc((100vw - 1652px) / 2);
}

.page-block ul li.last p, .page-block ul li.first p {
  color: #fff;
}

.page-block ul li p {
  font-family: 'Qanelas-SemiBold';
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.slid:hover {
  cursor: pointer;
}

.page-block ul li span {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  font-family: 'Qanelas-Regular';
}

.main-address p {
  color: #C3CB64;
}

.contact .footer-menu ul li.maps::after {
  content: 'отдел продаж';
  position: absolute;
  left: 38px;
  top: -22px;
  font-size: 14px;
  color: #c3cb64;
}

.main-menu {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 9999;
  left: 137px;
  height: 100%;
  top: 0;
  padding: 130px 118px;
}

body.overflow {
  overflow: hidden;
  position: relative;
}

body.overflow::before {
  content: '';
  width: calc(100% - 137px);
  left: 137px;
  height: 100%;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}

.main-menu-button.btn_open span {
  transition-duration: 0.1s;
  transition-delay: .25s;
  background: transparent;
}

.main-menu-button.btn_open span:before {
  transition: top .25s, transform .25s .25s;
  top: 0px;
  transform: rotateZ(-45deg);
}

.main-menu-button.btn_open span:after {
  transition: top 0.4s, transform .25s .25s;
  top: 0px;
  transform: rotateZ(45deg);
}

.main-menu .main_menu li>a {
  font-size: 25px;
  transition: .5s;
  margin-bottom: 20px;
  display: block;
}

.main-menu .main_menu li>a span {
  font-family: 'Qanelas-ExtraBold';
  color: #c3cb64;
  display: inline-block;
  margin-right: 50px;
}

.main-menu .main_menu li>a:hover {
  color: #c3cb64;
}

.appartment-in-menu a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Qanelas-Black';
  background: #C3CB64;
  display: inline-block;
  transition: .5s;
  padding: 21px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 195px;
  margin-bottom: 30px;
}

.appartment-in-menu a:hover {
  background: #3A373E;
  cursor: pointer;
}

.call-button-menu-area {
  width: 100%;
  text-align: center;
}

.main-menu .call-button {
  display: inline;
  width: 100%;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  transition: .5s;
  padding-bottom: 3px;
}

.main-menu .call-button:hover {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.usual-none {
  display: none;
}

.hide-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow: auto;
  text-align: center;
}

.hide-window .hide-window__hide-window-wrapper.hide-window-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  max-width: calc(100% - 38px);
  transform: translate(-50%, -50%);
}

.fa-times {
  position: absolute;
  right: -50px;
  top: -4px;
  display: block;
  cursor: pointer;
  font-size: 0px !important;
  color: #fff;
  width: 21px;
  height: 21px;
}

.fa-times::before {
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #fff;
  transition: top .25s, transform .25s .25s;
  top: 14px;
  transform: rotateZ(-45deg);
}

.fa-times::after {
  content: '';
  left: 0;
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #fff;
  transition: top 0.4s, transform .25s .25s;
  top: 14px;
  transform: rotateZ(45deg);
}

.hide-window__hide-window-wrapper.hide-window-wrapper div.title {
  font-family: 'Qanelas-SemiBold';
  text-transform: uppercase;
  font-size: 28px;
  padding: 20px;
  background: #C3CB64;
  color: #fff;
}

.hide-window__hide-window-wrapper.hide-window-wrapper div {
  background: #fff;
  padding: 25px;
  line-height: 1.7;
}

.black_theme_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 9999;
  overflow: auto;
  transition: none;
}

.openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  width: 460px;
  box-sizing: border-box;
}

.openModal .form.av-form2 {
  flex-direction: column;
  padding: 50px;
}

.openModal .title {
  font-family: 'Qanelas-Black';
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.openModal .av-form2 .form-block.form__form-block.form__form-block.form-block.form-block-submit {
  margin-top: 40px;
  margin-bottom: 15px;
}

.overflow-modal {
  overflow: hidden;
}

.openModal .av-form2 .form-block.form__form-block {
  margin-bottom: 35px;
}

.openModal .av-form2 .form__form-select::before {
  font-size: 12px;
  bottom: -22px;
}

.menu-href {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.black_theme_modal.gallery-block-modal .openModal {
  width: 80%;
  height: 715px;
  max-width: 1640px;
  background: none;
  transform: translate(-50%, 0);
  top: 85px;
}

.black_theme_modal.gallery-block-modal {
  background: rgb(0 0 0 / 85%);
}

.black_theme_modal.video-block-modal .openModal {
  width: 860px;
  background: none;
}

.slider-top {
  width: 100%;
  height: 715px;
}

.slider-bottom {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  margin-top: 18px;
  background: none;
}

.slider-top .nav-slid {
  width: 100%;
  height: 715px;
}

.slider-bottom .for-slid {
  width: 130px;
  height: 80px;
  margin-right: 6px;
}

.slider-top .nav-slid img, .slider-bottom .for-slid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-top .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: .8s;
  border: 2px solid #ffffff;
}

.slider-top .slick-arrow.next {
  right: -85px;
}

.slider-top .slick-arrow.prev {
  left: -85px;
}

.slider-top .slick-arrow.prev::after {
  right: auto;
  left: 21px;
  top: 21px;
  border-right: none;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.slider-top .slick-arrow::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 22px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.slider-top .slick-arrow:hover {
  background: #C3CB64;
}

.house_doc>p {
  font-family: 'Qanelas-ExtraBold';
  color: #C3CB64;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 70px;
  line-height: 1.2;
}

.house_doc {
  margin-bottom: 110px;
}

.house_doc:last-child {
  margin-bottom: 160px;
}

.file-icon a {
  width: 21px;
  height: 23px;
  background: url(/assets/templates/img/download.svg) no-repeat center;
  background-size: 100%;
  display: block;
}

.one_doc {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
  font-family: 'Qanelas-SemiBold';
  font-size: 25px;
  line-height: 1.2;
}

.progress-title select {
  text-align: left;
  background: none;
  border-right: none;
  border-top: none;
  border-left: none;
  font-family: 'Qanelas-Regular';
  border-bottom: 1px solid #000;
  font-size: 16px;
  height: 40px;
  color: #000;
  padding: 0 0 0;
  box-sizing: border-box;
  outline: none;
  position: relative;
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.av-form2 .form-block.form__form-block select,
.progress-title select {
  background-image: url(/assets/templates/img/select.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}

.progress-year {
  width: 150px;
}

.progress-month {
  width: 225px;
}

.progress-title {
  display: flex;
  align-items: center;
  margin: 140px 0 110px;
}

.progress-title h2 {
  margin: 0;
}

.progress-title>div {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.progress-month-block {
  margin-left: 60px;
}

.photo-progress {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 52px);
}

.photo-progress a {
  width: 470px;
  height: 300px;
  margin-bottom: 57px;
  margin-right: 52px;
}

.photo-progress a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-page p {
  line-height: 1.9;
}

.commissioned-objects .left p {
  font-family: 'Qanelas-Black';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
}

.commissioned-objects .right {
  width: 66%;
  margin-left: 150px;
  display: flex;
  flex-shrink: 0;
}

.commissioned-objects .right a {
  display: block;
  width: 47%;
  height: 315px;
  margin-right: 6%;
}

.commissioned-objects {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.commissioned-objects .right a:nth-child(2n+2) {
  margin-right: 0;
}

.commissioned-objects .right a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdannyie-obektyi .footer-content {
  margin-top: 150px;
  padding-top: 105px;
}

.sdannyie-obektyi h2 {
  margin-bottom: 115px;
}

.sdannyie-obektyi .main-area::before, .xod-stroitelstva .main-area::before {
  content: '';
  height: 396px;
  width: 100%;
  background: #F9F9F9;
  position: absolute;
  left: 0;
  top: 0;
}
