@charset "UTF-8";
.office_params, .floor_design .images_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.floor_design .images_list li a img, .floor_design .video_block .video_btn, .top_section:before, .images_section .images_slider .slide_inner img, .floor_design .images_list li .iframe_block > img, .floor_design .video_block > img, .floor_design .images_list li:nth-child(3n) .iframe_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.floor_design .images_list li .iframe_block > img, .floor_design .video_block > img, .floor_design .images_list li:nth-child(3n) .iframe_block > img {
  object-fit: cover;
}

.floor_design .images_list li .iframe_block iframe, .floor_design .video_block iframe, .floor_design .images_list li:nth-child(3n) .iframe_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.floor_design .images_list li:nth-child(3n) .iframe_block {
  position: relative;
  overflow: hidden;
}
.floor_design .images_list li:nth-child(3n) .iframe_block:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.floor_design .images_list li .iframe_block, .floor_design .video_block {
  position: relative;
  overflow: hidden;
}
.floor_design .images_list li .iframe_block:before, .floor_design .video_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.content form .file_attach .attach_remove:before, .content form .checkboxes .checkbox_btn:before, .images_section .images_slider .slick-arrow:before, .content form .file_attach .attach_remove:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.floor_design .images_list li a img, .floor_plan .page_container img, .images_section .images_slider a.slide_inner img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan, .images_section {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan, .images_section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan, .images_section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan, .images_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan, .images_section {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section, .floor_design, .floor_params, .floor_plan {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .contacts_section, .floor_design .video_block {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contacts_section, .floor_design .video_block {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .contacts_section, .floor_design .video_block {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contacts_section, .floor_design .video_block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section, .floor_design .video_block {
    margin-bottom: 30px;
  }
}

.images_section {
  position: relative;
  overflow: hidden;
}
.images_section:before {
  display: block;
  content: "";
  padding-bottom: 10%;
  max-height: 90px;
}
.images_section .info_block {
  flex: 0 0 100%;
  max-width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}
.images_section .standard_text {
  margin-top: 20px;
  max-width: 345px;
}
.images_section .images_slider {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  white-space: nowrap;
  font-size: 0;
}
.images_section .images_slider .slick-list {
  overflow: visible;
}
.images_section .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 66.66%;
  vertical-align: top;
  padding: 0 10px;
}
.images_section .images_slider .slide_block .iframe_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_block .iframe_block iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.images_section .images_slider .slide_block:not(.playing) .iframe_block {
  display: none;
}
.images_section .images_slider .slide_block.playing .video_btn {
  display: none;
}
.images_section .images_slider .slide_block.playing .iframe_block {
  display: block;
}
.images_section .images_slider .slide_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_inner img {
  object-fit: cover;
}
.images_section .images_slider a.slide_inner {
  display: block;
}
.images_section .images_slider a.slide_inner:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.images_section .images_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border: 2px solid;
  padding: 0;
  z-index: 3;
  background: transparent;
  border-radius: 50%;
}
.images_section .images_slider .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.images_section .images_slider .slick-prev {
  right: 100%;
}
.images_section .images_slider .slick-prev:before {
  content: "";
}
.images_section .images_slider .slick-next {
  left: 100%;
}
.images_section .images_slider .slick-next:before {
  content: "";
}
.images_section .images_slider .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .images_section .images_slider .slick-prev {
    left: 40px;
    right: auto;
  }
  .images_section .images_slider .slick-next {
    right: 40px;
    left: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .images_section .images_slider {
    margin-top: 30px;
  }
  .images_section .images_slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.8rem;
  }
  .images_section .images_slider .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .images_section .images_slider {
    margin-top: 20px;
  }
  .images_section .images_slider .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -18px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
}
.images_section .images_slider .slide_block {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .images_section .images_slider .slide_block {
    width: 100%;
    padding: 0;
  }
  .images_section .images_slider .slick-prev {
    left: 20px;
  }
  .images_section .images_slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .images_section .info_block {
    margin-left: 0;
  }
}
.images_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.images_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.images_section .page_container .images_slider {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.images_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.images_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.images_section .page_container:not(.active) .images_slider {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}

.content form > .section_subtitle:after {
  content: "";
  display: block;
  height: 2px;
  background: #A7DA36;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .content form > .section_subtitle:after {
    width: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content form > .section_subtitle:after {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content form > .section_subtitle:after {
    width: 80px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .content form > .section_subtitle:after {
    width: 70px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .content form > .section_subtitle:after {
    width: 60px;
    margin: 15px 0;
  }
}
.content form .form_fields {
  padding-top: 30px;
  justify-content: space-between;
}
.content form .field_block {
  padding: 0 10px 50px;
}
.content form .field_block:not(.full_field) {
  flex: 0 0 50%;
  max-width: 320px;
}
.content form .field_block.full_field {
  flex: 0 0 100%;
  max-width: 100%;
}
.content form .field_block ::-webkit-input-placeholder {
  color: #c0c0c0;
}
.content form .field_block :-moz-placeholder {
  color: #c0c0c0;
}
.content form .field_block ::-moz-placeholder {
  color: #c0c0c0;
}
.content form .field_block :-ms-input-placeholder {
  color: #c0c0c0;
}
.content form .field_block input,
.content form .field_block textarea {
  background: transparent;
  font-size: 140%;
  color: inherit;
  border: none;
}
.content form .field_block input {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 8px;
  line-height: 20px;
}
.content form .field_block input:not([readonly]):focus {
  border-color: #A7DA36;
}
.content form .field_block textarea {
  padding: 0;
  min-height: 58px;
  line-height: 29px;
  background-image: linear-gradient(to bottom, transparent 0 28px, #d8d8d8 28px 29px);
  background-repeat: repeat;
  background-size: 1px 29px;
  background-position: left bottom;
}
.content form .field_block textarea:focus {
  background-image: linear-gradient(to bottom, transparent 0 28px, #A7DA36 28px 29px);
}
.content form .field_block .error_hint {
  right: 10px;
  text-align: right;
  margin-top: -47px;
}
.content form .field_block.has-error textarea {
  background-image: linear-gradient(to bottom, transparent 0 28px, #b94a48 28px 29px);
}
.content form .error_hint {
  position: absolute;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
}
.content form .checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  max-width: 560px;
}
.content form .checkboxes label {
  position: relative;
  display: block;
  margin: 0 0 30px;
}
.content form .checkboxes label.has-error .checkbox_btn:before {
  border-color: #b94a48;
}
.content form .checkboxes input:checked ~ .checkbox_btn:before {
  content: "";
}
.content form .checkboxes .checkbox_btn {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  color: #d8d8d8;
  font-size: 140%;
  line-height: 17px;
  background: transparent !important;
}
.content form .checkboxes .checkbox_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  min-height: 17px;
  margin-right: 15px;
  border: 1px solid;
  font-size: 50%;
  border-radius: 2px;
  content: "";
}
.content form .checkboxes a {
  color: inherit;
}
.content form .checkboxes a:hover {
  color: #A7DA36;
}
.content form .checkboxes .error_hint {
  left: 0;
  margin-top: 3px;
}
.content form .validate_btn {
  width: 100%;
  background: #A7DA36;
  color: #ffffff;
  font-size: 140%;
  padding: 10px 20px;
  height: 60px;
  border: none;
}
.content form .reset_btn {
  margin: 30px auto 0;
  border: none;
  padding: 0;
  color: #c0c0c0;
  font-size: 140%;
  line-height: 16px;
}
.content form .file_attach {
  margin-bottom: 50px;
  position: relative;
}
.content form .file_attach label {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  font-weight: normal;
}
.content form .file_attach label[hidden] {
  display: none;
}
.content form .file_attach .attach_btn {
  border: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "raleway-m", "montserratarm";
  font-size: 140%;
  line-height: 16px;
  height: 60px;
  cursor: pointer;
}
.content form .file_attach .attach_btn:active, .content form .file_attach .attach_btn:hover {
  border-color: inherit;
}
.content form .file_attach .attached_block {
  border: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "raleway-m", "montserratarm";
  font-size: 140%;
  line-height: 16px;
  height: 60px;
  padding: 0 20px;
}
.content form .file_attach .file_name {
  max-width: 230px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content form .file_attach .attach_remove {
  display: block;
  color: #c0c0c0;
  margin-left: 20px;
  cursor: pointer;
}
.content form .file_attach .attach_remove:before {
  content: "";
  display: block;
}
.content form .file_attach .attach_error {
  position: absolute;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
  left: 0;
  color: #b94a48;
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .content form .field_block:not(.full_field) {
    max-width: 50%;
  }
  .content form .file_attach .attach_btn,
.content form .file_attach .attached_block,
.content form .validate_btn {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .content form .field_block {
    padding-bottom: 40px;
  }
  .content form .field_block:not(.full_field) {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content form .field_block .error_hint {
    margin-top: -37px;
  }
  .content form .file_attach .attach_btn,
.content form .file_attach .attached_block,
.content form .validate_btn {
    height: 40px;
  }
  .content form .checkboxes {
    padding-bottom: 10px;
  }
  .content form .file_attach {
    margin-bottom: 40px;
  }
}

.web .attach_remove:hover,
.web .reset_btn:hover {
  color: #b94a48;
}

.tab .attach_remove:active,
.tab .reset_btn:active {
  color: #b94a48;
}

.top_section {
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top_section:before {
  content: "";
  background: #333333;
  opacity: 0.45;
}
.top_section .inner_top {
  max-height: none;
  min-height: 560px;
  padding: 220px 20px 40px;
  height: auto;
  position: relative;
  z-index: 5;
}
.top_section .inner_top:before {
  display: none;
}
.top_section .inner_top .back_btn {
  margin-left: 0;
}
.top_section .inner_top .page_title {
  max-width: 100%;
}
.top_section .inner_top .page_title:after {
  margin-left: 0;
}
.top_section .inner_top .page_title .num_symbol {
  font-size: 2rem;
}
.top_section .inner_top .page_title .floor_num {
  font-family: "montserrat", "montserratarm";
}
.top_section .standard_text {
  max-width: 480px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .top_section .inner_top {
    padding-top: 120px;
    min-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .top_section .inner_top {
    min-height: 360px;
  }
  .top_section .back_btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .top_section .inner_top {
    padding-top: 90px;
    min-height: 280px;
  }
  .top_section .page_title {
    padding: 0;
  }
}
@media screen and (max-width: 399px) {
  .top_section .inner_top {
    min-height: 240px;
    padding-bottom: 20px;
  }
}

.floor_plan {
  position: relative;
  overflow: hidden;
}
.floor_plan:before {
  display: block;
  content: "";
  padding-bottom: 5%;
  max-height: 50px;
}
.floor_plan .title_block,
.floor_plan .info_block {
  padding: 0 10px;
}
.floor_plan .plan_image {
  padding-top: 7.5%;
}
.floor_plan .plan_image img {
  display: block;
  width: 100%;
  height: auto;
}
.floor_plan .page_container .info_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.floor_plan .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.floor_plan .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.floor_plan .page_container img {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.floor_plan .page_container:not(.active) .info_block {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.floor_plan .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.floor_plan .page_container:not(.active) .section_title:after {
  width: 0;
}
.floor_plan .page_container:not(.active) img {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
@media screen and (min-width: 1200px) {
  .floor_plan .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 576px) {
  .floor_plan .title_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .floor_plan .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .floor_plan .title_block,
.floor_plan .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.floor_params .title_block,
.floor_params .info_block {
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .floor_params .title_block,
.floor_params .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .floor_params .title_block,
.floor_params .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.floor_params .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.floor_params .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.floor_params .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.floor_params .page_container:not(.active) .section_title:after {
  width: 0;
}

.floor_design .standard_text {
  margin-bottom: 30px;
}
.floor_design .images_list {
  justify-content: space-between;
}
.floor_design .images_list li {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.floor_design .images_list li:nth-child(3n) {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.floor_design .images_list li:nth-child(3n):not(:last-child) {
  margin-bottom: 20px;
}
.floor_design .images_list li:nth-child(3n) a {
  padding-bottom: 62.5%;
}
.floor_design .images_list li:not(.showed) a {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.floor_design .images_list li a {
  display: block;
  position: relative;
  overflow: hidden;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  padding-bottom: 56.25%;
}
.floor_design .images_list li a img {
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  object-fit: cover;
}
.floor_design .images_list li a:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.floor_design .images_list li:not(.playing) .iframe_block {
  display: none;
}
.floor_design .images_list li.playing .video_btn {
  display: none;
}
.floor_design .images_list li.playing .iframe_block {
  display: block;
}
@media screen and (min-width: 960px) {
  .floor_design .info_block {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .floor_design .info_block {
    max-width: 300px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .floor_design .info_block {
    max-width: 260px;
  }
}
@media screen and (min-width: 576px) {
  .floor_design .info_block {
    width: 50%;
    margin-left: 50%;
  }
}
.floor_design .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.floor_design .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.floor_design .page_container .video_block {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.floor_design .page_container:not(.active) .section_title {
  transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  -o-transform: translate3d(0, -100px, 0);
  opacity: 0;
}
.floor_design .page_container:not(.active) .section_title:after {
  width: 0;
}
.floor_design .page_container:not(.active) .video_block {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}

.images_section:before {
  display: none;
}

.office_params li {
  flex: 0 0 50%;
  max-width: 220px;
  padding: 0 10px;
}
.office_params li:nth-child(n+3) {
  margin-top: 47px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .office_params li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .office_params li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .office_params li {
    flex: 0 0 100%;
  }
  .office_params li:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 359px) {
  .office_params li {
    flex: 0 0 100%;
  }
  .office_params li:nth-child(2) {
    margin-top: 30px;
  }
}
.office_params .num_block {
  line-height: 1.2em;
  font-family: "montserrat-m", "montserratarm-m";
}
.office_params .num_block + .num_block:before {
  content: "/";
}
@media screen and (min-width: 1200px) {
  .office_params .num_block {
    font-size: 400%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .office_params .num_block {
    font-size: 360%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .office_params .num_block {
    font-size: 300%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .office_params .num_block {
    font-size: 240%;
  }
}
@media screen and (max-width: 479px) {
  .office_params .num_block {
    font-size: 200%;
  }
}
.office_params .param_type,
.office_params .size_unit {
  font-size: 140%;
  line-height: 20px;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .office_params .param_type,
.office_params .size_unit {
    font-size: 130%;
  }
}
@media screen and (max-width: 575px) {
  .office_params .param_type,
.office_params .size_unit {
    font-size: 120%;
  }
}

.contacts_section {
  position: relative;
  overflow: hidden;
}
.contacts_section .title_block,
.contacts_section .contact_form {
  padding: 0 10px;
}
.contacts_section .section_subtitle:after {
  display: none;
}
.contacts_section .contact_form .checkboxes {
  margin-top: -20px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .contacts_section .title_block,
.contacts_section .contact_form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .contacts_section .contact_block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 959px) {
  .contacts_section .contacts_list,
.contacts_section .contact_form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts_section .contacts_list {
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts_section .contact_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contacts_section .contact_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.contacts_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.contacts_section .page_container .contact_form {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.contacts_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.contacts_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.contacts_section .page_container:not(.active) .contact_form {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}

.web .images_section .images_slider .slick-arrow, .images_section .images_slider .web .slick-arrow, .web .content form .file_attach .attach_btn, .content form .file_attach .web .attach_btn, .content form .checkboxes a:hover, .web .attach_remove,
.web .reset_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .content form .validate_btn, .content form .web .validate_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .content form .checkboxes .checkbox_btn, .content form .checkboxes .web .checkbox_btn, .images_section .images_slider a.slide_inner img, .content form .field_block input,
.content form .field_block textarea {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .images_section .images_slider .slick-arrow, .images_section .images_slider .touch .slick-arrow, .touch .content form .file_attach .attach_btn, .content form .file_attach .touch .attach_btn, .tab .attach_remove,
.tab .reset_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .content form .validate_btn, .content form .touch .validate_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .content form .checkboxes .checkbox_btn, .content form .checkboxes .touch .checkbox_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.content form .file_attach .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content form .checkboxes input, .content form .file_attach input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .images_section .images_slider .slick-arrow:hover, .images_section .images_slider .web .slick-arrow:hover, .web .content form .file_attach .attach_btn:hover, .content form .file_attach .web .attach_btn:hover {
  color: #A7DA36;
}
.web .content form .validate_btn:hover, .content form .web .validate_btn:hover {
  background: rgba(167, 218, 54, 0.7);
}
.web .content form .checkboxes .checkbox_btn:hover, .content form .checkboxes .web .checkbox_btn:hover {
  background: #ffffff;
  color: #000000;
}
.touch .images_section .images_slider .slick-arrow:active, .images_section .images_slider .touch .slick-arrow:active, .touch .content form .file_attach .attach_btn:active, .content form .file_attach .touch .attach_btn:active {
  color: #A7DA36;
}
.touch .content form .validate_btn:active, .content form .touch .validate_btn:active {
  background: rgba(167, 218, 54, 0.7);
}
.touch .content form .checkboxes .checkbox_btn:active, .content form .checkboxes .touch .checkbox_btn:active {
  background: #ffffff;
  color: #000000;
}

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