@charset "UTF-8";
/*
|--------------------------------------------
| Цвета, шрифты, миксины, переменные, дефолтные стили
|--------------------------------------------
*/
/*
|---------------------------------------
| Цвета сайта
|---------------------------------------
*/
/*
|--------------------------------------------
| Переменные
|--------------------------------------------
*/
/*
|--------------------------------------------
| Шрифты
|--------------------------------------------
*/
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OlgaCTT";
  src: url("../fonts/OlgaCTT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neoneon";
  src: url("../fonts/Neoneon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------
| Миксины
|--------------------------------------------
*/
/*
|--------------------------------------------
| Общие классы
|--------------------------------------------
*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-nowrap {
  white-space: nowrap;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/*
|--------------------------------------------
| Дефолтные стили для элементов
|--------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
}

a {
  text-decoration: underline;
}

html {
  font-size: 10px;
}

body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Jost", "Arial", sans-serif;
  color: #fff;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}

html, body {
  height: 100%;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.page-wrapper-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page-wrapper-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  position: relative;
  z-index: 2;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin: 0 -10px;
}

[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

iframe {
  border: none;
}

textarea {
  resize: vertical;
}
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section {
  position: relative;
}

table {
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #fff;
}

p {
  margin: 15px 0 0;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, с 1999 года*/
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*
|--------------------------------------------
| Стили заголовков
|--------------------------------------------
*/
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1, .h1 {
  font-size: 51px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 32px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 500;
}

/*
|--------------------------------------------
| Стили отдельных элементов:
| кнопки, формы, редактор и тд.
|--------------------------------------------
*/
/*
|--------------------------------------------
| Стили кнопок
|--------------------------------------------
*/
.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  max-width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.btn-block {
  width: 100%;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default {
  background: #E02F89;
  color: #fff;
}
.btn-default:hover {
  background: #bf1d6f;
}
.btn-white {
  color: #0E0A31;
}
.btn-white:hover {
  color: #fff;
  background: #E02F89;
}

/*
|--------------------------------------------
| Стили элементов форм
|--------------------------------------------
*/
.form-group {
  margin-top: 15px;
}
.form-input-text {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #fff;
}
.form-input-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.form-input-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.form-input-text:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.form-input-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.form-input-text.textarea {
  line-height: 1.2;
  padding: 10px;
  min-height: 120px;
}
.form-input-submit {
  border: none;
}
.form-policy {
  font-size: 13px;
}
.form-policy a {
  text-decoration: underline;
  white-space: nowrap;
}

/*
|--------------------------------------------
| Стили для текста внутри блока HTML редактора
|--------------------------------------------
*/
/*
|--------------------------------------------
| Стили всплывающих окон
|--------------------------------------------
*/
.fancybox-button:focus, .fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-container {
  z-index: 100;
}
.fancybox-caption__body {
  font-size: 20px;
}

.modal {
  display: none;
  height: auto;
  width: 580px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 30px);
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
}

.tab-list {
  padding: 0;
  margin: 50px 0 0;
  list-style: none;
}
.tab-list-item {
  padding: 13px 60px;
  border-radius: 15px;
  border: 2px solid #E02F89;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.tab-list-item:not(:last-child) {
  margin-right: 30px;
}
.tab-list-item.active {
  background: #E02F89;
}
.tab-list-item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.25);
}
.tab-list-item a {
  color: #fff;
  text-decoration: none;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}

/*
|--------------------------------------------
| Стили отдельных блоков, секций
|--------------------------------------------
*/
/*
|--------------------------------------------
| Хлебные крошки
|--------------------------------------------
*/
.breadcrumbs {
  margin: 0;
  padding: 0;
}
.breadcrumbs-wrapper {
  padding: 50px 0;
}
.breadcrumbs > li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs > li:not(:last-child):after {
  content: "→";
  margin: 0 5px 0 10px;
  color: #E02F89;
}
.breadcrumbs > li a {
  color: #fff;
}
.breadcrumbs > li.active a, .breadcrumbs > li:hover a {
  color: #E02F89;
}

.fade-slider {
  max-height: 500px;
  overflow: hidden;
}
.fade-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
|--------------------------------------------
| Пагинация
|--------------------------------------------
*/
body {
  background: url("../images/preloader/bg.jpg") no-repeat center center/cover;
}
body.loaded .page-wrapper {
  opacity: 1;
}

.page-wrapper {
  opacity: 0;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url("../images/preloader/bg.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.preloader-inner {
  position: relative;
  width: 670px;
  height: 587px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader-top, .preloader-bottom {
  width: 100%;
  -webkit-animation-name: flick;
          animation-name: flick;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.preloader-top.active, .preloader-bottom.active {
  opacity: 1;
}
.preloader-letter {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader-letter-1 {
  left: -1000px;
}
.preloader-letter-2 {
  left: -1200px;
}
.preloader-letter-3 {
  left: -1400px;
}
.preloader-letter-4 {
  left: -1600px;
}
.preloader-letter.active {
  left: 0;
}
.preloader.inactive {
  top: -2000px;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes flick {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes flick {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .preloader-inner {
    width: 100%;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@media screen and (max-width: 575px) {
  .preloader-inner {
    height: auto;
  }
  .preloader-letter {
    width: 25%;
    height: 120px;
  }
}
/*
|--------------------------------------------
| Переопределение стилей сторонних пакетов
|--------------------------------------------
*/
/*
|--------------------------------------------
| Основной файл стилей + адаптив
|--------------------------------------------
*/
/*
|--------------------------------------------
| Главный файл стилей
|--------------------------------------------
*/
body {
  background: #0D0D0D;
}

.body-overlay, .body-overlay-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body-overlay.active, .body-overlay-2.active {
  opacity: 1;
  visibility: visible;
}

.bg-line {
  position: absolute;
  z-index: 10;
}
.bg-line.advantages {
  left: 0;
  top: -120px;
}
.bg-line.rooms {
  right: 0;
  top: -150px;
}
.bg-line.gallery {
  left: 33%;
  top: -100px;
}
.bg-line.gallery-2 {
  right: 22%;
  bottom: -120px;
}
.bg-line.gallery-3 {
  left: 22%;
  bottom: -60px;
}

.header {
  padding: 23px 0;
  background: #0D0D0D;
}
.header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-grid-logo {
  margin-right: 80px;
}
.header-grid-callback {
  margin-left: auto;
}
.header-grid-contacts {
  margin-left: 20px;
  text-align: right;
}
.header-grid-contacts a {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-grid-contacts a:hover {
  color: #E02F89;
}
.header-grid-menu {
  margin-left: 56px;
}
.header-menu-trigger {
  position: relative;
  height: 36px;
  cursor: pointer;
}
.header-menu-trigger img {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-menu-trigger .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-menu-trigger:hover img {
  opacity: 1;
}
.header-menu-trigger:hover img:not(.hover) {
  opacity: 0;
}
.header.fixed {
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: -300px;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #E02F89;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header.fixed img {
  height: 50px;
}
.header.fixed.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top-menu > li:first-child {
  margin-right: 50px;
}
.top-menu > li > a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-menu > li > a:not(.animate-flicker):hover {
  color: #E02F89;
}

.animate-flicker {
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes flicker {
  0% {
    color: #fff;
  }
  50% {
    color: #E02F89;
  }
}

@keyframes flicker {
  0% {
    color: #fff;
  }
  50% {
    color: #E02F89;
  }
}
.sidebar {
  padding: 75px 145px 75px 75px;
  position: fixed;
  z-index: 13;
  right: -1000px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100%;
  overflow: auto;
  background: #0D0D0D;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.sidebar-close {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/icons/close.png") no-repeat center center #E02F89;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-close:hover {
  background-color: #bf1d6f;
}
.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-menu li {
  margin-bottom: 15px;
}
.sidebar-menu li a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu li a:hover {
  color: #E02F89;
}
.sidebar-phone {
  margin-top: 35px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 21px;
}
.sidebar-phone:hover {
  color: #E02F89;
}
.sidebar-socials {
  margin-top: 22px;
}
.sidebar-socials a {
  display: inline-block;
  margin-right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-socials a.vk {
  background: url("../images/icons/vk-dark.png") no-repeat center center #fff;
}
.sidebar-socials a.tg {
  background: url("../images/icons/tg-dark.png") no-repeat 40% 55% #fff;
}
.sidebar-socials a:hover {
  background-color: #E02F89;
}
.sidebar-button {
  margin-top: 22px;
  min-width: 224px;
}

.main-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 677px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-slider-item p {
  margin: 0 0 30px;
  font-size: 21px;
  width: 450px;
  max-width: 100%;
}
.main-slider-title {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 51px;
}
.main-slider-second-title {
  margin-top: 50px;
  font-family: "OlgaCTT";
  font-size: 70px;
  line-height: 1;
}
.main-mobile-image {
  display: block;
  margin: 0 auto;
}

.slider-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  bottom: 38px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-nav-number {
  margin: 0 15px;
  font-size: 21px;
}
.slider-nav-arrow {
  cursor: pointer;
}
.slider-nav-arrow:hover {
  opacity: 0.5;
}

.about-section {
  padding: 120px 0;
  background: #0D0D0D;
}
.about-image {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.about-content h2 {
  margin-bottom: 35px;
}
.about-text {
  margin-bottom: 45px;
}
.about-info {
  margin: 100px 0 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-info-item {
  text-align: center;
}
.about-info-item-number {
  font-family: "Neoneon";
  font-size: 70px;
}
.about-info-item-number small {
  font-family: "Jost";
  font-size: 21px;
}
.about-info-item:first-child {
  margin-right: 26px;
}
.about-info-item:nth-child(2) {
  margin-right: 88px;
}

.advantages-section {
  padding: 50px 0 255px;
  background: url("../images/bg-advantages.png") no-repeat center center/cover;
}
.advantages-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1920px;
}
.advantages-grid-left {
  margin-top: 16px;
  width: 1070px;
  padding-right: 20px;
  overflow: hidden;
}
.advantages-grid-right {
  margin-top: 16px;
  width: 850px;
  overflow: hidden;
}
.advantages-slider-1 {
  height: 363px;
}
.advantages-slider-2 {
  height: 451px;
}
.advantages-slider-3 {
  height: 451px;
}
.advantages-slider-3 img {
  height: 451px;
}
.advantages-content {
  width: 650px;
}
.advantages-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.advantages-content h2 {
  margin-bottom: 40px;
}
.advantages-content p {
  line-height: 22px;
}

.lobby-section {
  margin-top: -135px;
  padding: 92px 0 120px;
}
.lobby-bg {
  position: absolute;
  left: 0;
  top: 5px;
}
.lobby-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lobby-grid-left {
  width: calc(100% - 870px);
}
.lobby-grid-right {
  width: 870px;
}
.lobby-content {
  width: 492px;
  max-width: 100%;
  margin-right: 90px;
  margin-top: 20px;
}
.lobby-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.lobby-content h2 {
  margin-bottom: 40px;
}
.lobby-content p {
  width: 480px;
  max-width: 100%;
}
.lobby-slider .carousel-cell {
  margin-right: 20px;
}
.lobby-slider .slick-arrow {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #E02F89;
  z-index: 5;
}
.lobby-slider .slick-arrow:before {
  position: relative;
  top: -1px;
  line-height: 35px;
}
.lobby-slider .slick-prev {
  left: 36px;
}
.lobby-slider .slick-next {
  right: 36px;
}

.rooms-section {
  padding: 120px 0;
  background: url(../images/bg-rooms.jpg) no-repeat center center/cover;
}
.rooms-info {
  width: 415px;
  max-width: 100%;
  margin-top: 110px;
  min-height: 150px;
}
.rooms-info-name {
  margin-bottom: 30px;
  min-height: 39px;
}
.rooms-info-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
.rooms-info-line div:first-child {
  white-space: nowrap;
}
.rooms-info-line div:nth-child(2) {
  position: relative;
  top: -3px;
  height: 1px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
}
.rooms-info-line div:last-child {
  width: 170px;
  white-space: nowrap;
}
.rooms-info-price {
  font-weight: 600;
  color: #E02F89 !important;
}
.rooms-request {
  position: relative;
  text-align: center;
  padding: 30px 60px;
  border: 2px solid #E02F89;
  border-radius: 50px;
  margin-top: 65px;
  display: inline-block;
}
.rooms-request h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
.rooms-request p {
  margin: 10px 0 15px;
}
.rooms-request:before {
  content: "";
  display: block;
  width: 151px;
  height: 133px;
  background: url("../images/arrow-circle.png") no-repeat center center;
  position: absolute;
  top: -133px;
  right: -40px;
}
.rooms-slider {
  margin-top: 110px;
  height: 350px;
  width: calc(100% + 16px);
  margin-left: -17px;
}
.rooms-slider .carousel-cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 350px;
}
.rooms-slider .carousel-cell img {
  margin: auto;
}

.plan-section {
  padding-bottom: 120px;
}
.plan-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 170px;
}
.plan-content-wrapper .rooms-request {
  padding: 45px 35px;
  margin-top: 185px;
}
.plan-content-wrapper .rooms-request:before {
  right: -30px;
}
.plan-content-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}
.plan-image {
  margin-top: 100px;
  display: block;
  text-align: center;
}
.plan-image img {
  display: inline-block;
  max-height: 750px;
}

.tech-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.tech-section {
  padding: 120px 0;
  background: url("../images/bg-tech.jpg") no-repeat left center/cover;
}
.tech-section h2 {
  margin-bottom: 0;
}
.tech-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.tech-list-item {
  position: relative;
  margin-top: 95px;
  width: 25%;
  text-align: center;
}
.tech-list-item-image {
  display: inline-block;
  height: 79px;
}
.tech-list-item-title {
  font-size: 21px;
  font-weight: 600;
  margin-top: 40px;
}
.tech-list-item-info {
  width: 330px;
  min-height: 185px;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  padding: 25px;
  background: #0D0D0D;
  border: 2px solid #E02F89;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.tech-list-item-info-title {
  font-weight: 600;
  font-size: 21px;
  color: #E02F89;
  margin-bottom: 15px;
  margin-top: 0;
}
.tech-list-item.active .tech-list-item-info {
  opacity: 1;
}

.gallery-section {
  padding: 120px 0;
  background: url("../images/bg-gallery.jpg") no-repeat center center/cover;
}
.gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-grid-left {
  width: 870px;
  padding-right: 20px;
}
.gallery-grid-right {
  width: 1050px;
}
.gallery-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-grid-row.row-1 {
  height: 276px;
}
.gallery-grid-row.row-1 > * {
  width: calc(50% - 10px);
}
.gallery-grid-row.row-2 {
  height: 304px;
}
.gallery-grid-row.row-2 > * {
  width: calc(33.333% - 13.333px);
}
.gallery-video {
  position: relative;
  display: block;
  margin-right: 0 !important;
  height: 493px;
}
.gallery-video > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-video .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery-video .pulse img {
  position: relative;
  left: 2px;
  top: 2px;
  margin: auto;
}
.gallery-item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.gallery-item.fade-slider img {
  cursor: pointer;
}
.gallery-fade-slider-6 {
  height: 465px;
}

.condition-section {
  padding: 120px 0;
  background: url("../images/bg-condition.jpg") no-repeat right center/cover;
}
.condition-section h2 {
  margin-bottom: 40px;
}
.condition-item {
  padding: 28px 17px 100px;
  position: relative;
  width: 280px;
  max-width: 100%;
  margin: 20px auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF00CC), to(#333399));
  background: -o-linear-gradient(top, #FF00CC 0%, #333399 100%);
  background: linear-gradient(180deg, #FF00CC 0%, #333399 100%);
  height: calc(100% - 20px);
}
.condition-item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.condition-item p {
  margin: 0;
}
.condition-item .btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
}

.news-section {
  padding: 120px 0 90px;
  background: url("../images/bg-news.jpg") no-repeat center center/cover;
}
.news-section h2 {
  margin-bottom: 70px;
}
.news-section .btn-more {
  width: auto;
  display: inline-block;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
}
.news-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.news-item-image {
  display: block;
  width: 200px;
}
.news-item-image img {
  display: block;
}
.news-item-content {
  width: calc(100% - 200px);
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-item-content h3 {
  font-size: 28px;
  font-weight: 600;
}
.news-item-content h3 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.news-item-content h3 a:hover {
  color: #E02F89;
}
.news-item-content span {
  font-size: 15px;
  color: #E02F89;
}
.news-sidebar {
  position: fixed;
  right: -1000px;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 13;
  width: 750px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}
.news-sidebar.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.news-sidebar-close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 100%;
  background: url("../images/icons/close.png") no-repeat center center #E02F89;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.news-sidebar-close:hover {
  background-color: #bf1d6f;
}
.news-sidebar img {
  display: block;
}
.news-sidebar-content-wrapper {
  padding: 45px 74px 45px 100px;
  background: #0E0A31;
}
.news-sidebar-date {
  font-weight: 600;
  color: #E02F89;
}
.news-sidebar-title {
  font-size: 28px;
  font-weight: 600;
  margin: 43px 0 0;
}
.news-sidebar-content {
  margin-top: 35px;
}

.map-section {
  height: 580px;
  padding: 0;
}

.building-section {
  padding: 120px 0;
  background: url("../images/bg-building.jpg") no-repeat center center/cover;
}
.building-section h2 {
  margin-bottom: 70px;
}
.building-tab-slider .slick-arrow {
  text-align: center;
  width: 30px;
  height: 30px;
}
.building-tab-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.building-tab-slider .slick-arrow:hover {
  opacity: 0.7;
}
.building-tab-slider .slick-arrow.slick-prev:before {
  background: url("../images/icons/angle-left.png") no-repeat center center;
}
.building-tab-slider .slick-arrow.slick-next:before {
  background: url("../images/icons/angle-right.png") no-repeat center center;
}
.building-tab-slider .slick-arrow[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}
.building-tab-slider .tab-list-item {
  padding: 13px 15px;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
.building-tab-slider .carousel-cell {
  text-align: center;
  padding: 0 5px;
}
.building-slider {
  height: 300px;
  margin-top: 50px;
}
.building-slider .carousel-cell {
  display: block;
  margin-right: 20px;
}
.building-slider .carousel-cell img {
  display: inline-block;
}
.building-slider .slick-arrow {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #E02F89;
  z-index: 5;
}
.building-slider .slick-arrow:before {
  position: relative;
  top: -1px;
  line-height: 35px;
}
.building-slider .slick-prev {
  left: 36px;
}
.building-slider .slick-next {
  right: 36px;
}
.building-slider .lazyload,
.building-slider .lazyloading {
  opacity: 0;
}
.building-slider .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.building-docs {
  margin-top: 120px;
}
.building-docs h2 {
  margin-bottom: 60px;
}
.building-docs-item {
  margin-top: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.building-docs-item span {
  text-decoration: underline;
}
.building-docs-item img {
  position: relative;
  top: 1px;
  margin-left: 20px;
}
.building-docs-item img.hover {
  display: none;
}
.building-docs-item:hover {
  color: #E02F89;
}
.building-docs-item:hover img {
  display: none;
}
.building-docs-item:hover img.hover {
  display: inline;
}

.contacts-section h2 {
  margin-bottom: 50px;
}
.contacts-item {
  margin-top: 28px;
}
.contacts-item h5 {
  color: #E02F89;
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: 600;
}
.contacts-item a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-item a:hover {
  text-decoration: underline;
  color: #E02F89;
}
.contacts-socials {
  margin-top: 55px;
}
.contacts-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  background-color: #E02F89;
  background-position: center 55%;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-socials a.tg {
  background-image: url("../images/icons/tg.png");
}
.contacts-socials a.vk {
  background-image: url("../images/icons/vk.png");
}
.contacts-socials a:hover {
  background-color: #a91962;
}
.contacts-map {
  width: 970px;
}

.project-section {
  padding-top: 100px;
}
.project-btn-all {
  position: absolute;
  right: calc(50% - 200px);
  top: 0;
}
.project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.project-item {
  display: inline-block;
  margin-top: 50px;
  width: 33.333%;
  max-width: 360px;
  padding: 0 20px;
}
.project-item-link {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.project-item-link:hover {
  opacity: 0.8;
}
.project-item-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  border: 2px solid #E02F89;
}
.project-item-link img {
  position: relative;
  width: 100%;
}
.project-item-title {
  margin-top: 3.7rem;
  text-transform: uppercase;
  font-weight: bold;
}
.project-item-local {
  margin-top: 20px;
  opacity: 0.75;
  font-size: 1.5rem;
}
.project-item-local img {
  width: 25px;
  margin-right: 10px;
}
.project-item-local > * {
  display: inline-block;
  vertical-align: middle;
}
.project-item-text {
  margin-top: 2rem;
}

.footer {
  padding: 120px 0 40px;
  background: url("../images/bg-footer.jpg") no-repeat center center/cover;
}
.footer a {
  color: #E02F89;
}
.footer a:hover {
  color: #fff;
}
.footer-section {
  margin-top: 120px;
  padding: 32px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-text {
  padding-left: 40px;
}
.footer-text p {
  margin: 0 0 3px;
}
.footer-text-pd {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  background: #E02F89;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
}
.footer-info {
  text-align: right;
}
.footer-logo img {
  width: 78px;
  max-width: 78px;
}

.pulse {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #E02F89;
  -webkit-box-shadow: 0 0 0 rgba(224, 47, 137, 0.4);
          box-shadow: 0 0 0 rgba(224, 47, 137, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.pulse:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
            box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
            box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
  }
  100% {
    -wbox-shadow: 0 0 0 0 rgba(224, 47, 137, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
            box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
            box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
  }
  100% {
    -wbox-shadow: 0 0 0 0 rgba(224, 47, 137, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
            box-shadow: 0 0 0 0 rgba(224, 47, 137, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
            box-shadow: 0 0 0 20px rgba(224, 47, 137, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 137, 0);
            box-shadow: 0 0 0 0 rgba(224, 47, 137, 0);
  }
}
.fixed-circle {
  position: fixed;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.fixed-circle:hover {
  opacity: 1;
}
.fixed-callback {
  right: 5%;
  bottom: 5%;
  background-image: url("../images/icons/phone.png");
}
.fixed-to-top {
  left: 5%;
  bottom: 5%;
  background-image: url("../images/icons/arrow-top.png");
}

/*
|--------------------------------------------
| Главный файл адаптивных стилей
|--------------------------------------------
*/
@media screen and (max-width: 1499px) {
  .lobby-grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lobby-grid-left {
    width: 50%;
    padding: 0 15px;
  }
  .lobby-grid-right {
    width: 50%;
  }
  .lobby-content {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.8);
  }
  .advantages-section {
    margin-bottom: -100px;
  }
  .advantages-grid {
    width: 1500px;
  }
  .advantages-grid-left {
    width: 770px;
  }
  .advantages-grid-right {
    width: 730px;
  }
  .advantages-slider-1 img {
    height: 363px;
  }
  .advantages-slider-3 img {
    height: 321px;
  }
  .advantages-grid.grid-2 {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 1199px) {
  .header-grid-nav {
    display: none;
  }
  .about-image {
    top: -10px;
    right: -320px;
  }
  .about-info {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about-info-item:first-child {
    margin-right: -20px;
  }
  .about-info-item:nth-child(2) {
    margin-right: 0;
  }
  .rooms-request {
    padding: 30px;
  }
  .rooms-request:before {
    right: -10px;
  }
  .plan-content-wrapper {
    margin-top: 100px;
  }
  .plan-content-wrapper .rooms-request {
    padding: 30px;
    margin-top: 50px;
  }
  .plan-content-wrapper .rooms-request:before {
    display: none;
  }
  .tech-bg {
    right: -250px;
  }
  .condition-section h2 {
    text-align: center;
  }
  .condition-item .btn {
    white-space: nowrap;
    padding: 15px 20px;
    width: auto;
  }
  .contacts-map {
    width: 600px;
  }
  .gallery-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery-grid-left {
    width: 100%;
    padding: 0;
  }
  .gallery-grid-right {
    width: 100%;
  }
  .gallery-grid-row.row-1 {
    height: auto;
  }
  .gallery-grid-row.row-2 {
    height: auto;
  }
  .gallery-video {
    height: auto;
  }
  .gallery-fade-slider-6 {
    height: auto;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
  }
  .gallery-video .pulse img {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .about-section,
  .advantages-section,
  .rooms-section,
  .rooms-section,
  .tech-section,
  .gallery-section,
  .condition-section,
  .news-section,
  .building-section {
    padding: 50px 0;
  }
  .lobby-section {
    padding: 150px 0 50px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-section {
    margin-top: 50px;
  }
  .about-image {
    right: -400px;
  }
  .about-info {
    margin-top: 50px;
  }
  .lobby-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lobby-grid-left {
    width: 100%;
    padding: 0;
  }
  .lobby-grid-right {
    width: 100%;
  }
  .lobby-content {
    border-radius: 0;
    margin-bottom: 20px;
  }
  .lobby-bg {
    top: 100px;
  }
  .rooms-section .tab-list, .plan-section .tab-list {
    margin-top: 30px;
  }
  .rooms-section .tab-list-item, .plan-section .tab-list-item {
    padding: 10px 15px;
    margin-right: 10px;
  }
  .rooms-slider {
    margin-top: 40px;
    height: auto;
    margin-bottom: 80px;
  }
  .rooms-info {
    width: 100%;
    margin-top: 0px;
  }
  .rooms-request {
    margin-top: 30px;
    display: block;
  }
  .rooms-request:before {
    display: none;
  }
  .plan-content-wrapper {
    margin-top: 40px;
  }
  .plan-image {
    margin-top: 40px;
  }
  .plan-image img {
    max-height: 500px;
  }
  .tech-list-item {
    margin-top: 30px;
    width: 50%;
  }
  .advantages-grid {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages-grid.grid-2 {
    margin-bottom: 0;
  }
  .advantages-grid-left {
    width: 100%;
    padding: 0;
  }
  .advantages-grid-right {
    width: 100%;
    display: none;
  }
  .advantages-content-wrapper {
    padding: 15px;
    display: block;
  }
  .advantages-slider-2 {
    height: auto;
  }
  .advantages-slider-2 img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-grid-callback {
    display: none;
  }
  .header-grid-contacts {
    margin-left: auto;
  }
  .header-grid-menu {
    margin-left: 20px;
  }
  .advantages-content {
    width: 100%;
  }
  .news-sidebar-content-wrapper {
    padding: 25px;
  }
  .contacts-socials {
    margin-top: 30px;
  }
  .contacts-map {
    margin-top: 50px;
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .fixed-circle {
    width: 45px;
    height: 45px;
    background-size: 40%;
  }
  .gallery-item {
    margin-top: 10px;
  }
  .gallery-grid-row.row-1 > * {
    width: calc(50% - 5px);
  }
  .gallery-grid-row.row-2 > * {
    width: calc(33.333% - 6.666px);
  }
  .project-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  .fancybox-slide {
    padding: 10px;
  }
  .map {
    height: 300px;
    overflow: hidden;
  }
  .map-section {
    height: 300px;
  }
  .header {
    padding: 10px 0;
  }
  .header img {
    height: 75px;
  }
  .header-grid-contacts {
    display: none;
  }
  .header-grid-menu {
    margin-left: auto;
  }
  .sidebar {
    width: 100%;
    padding: 25px;
  }
  .sidebar-close {
    right: 15px;
    top: 15px;
  }
  .main-slider-item {
    height: auto;
    padding: 100px 0;
  }
  .main-slider-title {
    font-size: 40px;
  }
  .main-slider-second-title {
    font-size: 40px;
  }
  .lobby-content h2 {
    margin-bottom: 20px;
  }
  .rooms-section .tab-list-item, .plan-section .tab-list-item {
    padding: 8px 10px;
    font-size: 15px;
    margin-right: 0px;
  }
  .rooms-slider {
    margin-left: 0;
    width: 100%;
  }
  .rooms-slider .carousel-cell {
    height: 300px;
  }
  .rooms-info-name {
    font-size: 25px;
  }
  .rooms-info-line {
    font-size: 18px;
  }
  .rooms-request {
    padding: 20px;
  }
  .rooms-request h4 {
    font-size: 25px;
  }
  .plan-section {
    padding-bottom: 50px;
  }
  .plan-content-title {
    margin-bottom: 30px;
  }
  .tech-section h2 {
    text-align: center;
  }
  .tech-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tech-list-item {
    margin-top: 30px;
    width: 50%;
  }
  .tech-list-item.active {
    z-index: 5;
  }
  .tech-list-item-title {
    margin-top: 15px;
    font-size: 17px;
  }
  .tech-list-item-info {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
  }
  .tech-list-item-info-title {
    word-break: break-word;
    font-size: 19px;
  }
  .condition-section h2 {
    margin-bottom: 20px;
  }
  .condition-item {
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 60px;
    height: calc(100% - 10px);
    text-align: center;
  }
  .condition-item h3 {
    margin-bottom: 5px;
  }
  .condition-item .btn {
    padding: 10px 20px;
    bottom: 10px;
  }
  .news-section h2 {
    margin-bottom: 35px;
  }
  .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-item-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-item-content {
    width: 100%;
    padding-left: 0;
  }
  .news-item-content h3 {
    font-size: 22px;
  }
  .building-section h2 {
    margin-bottom: 30px;
  }
  .building-tab-slider .slick-arrow {
    z-index: 5;
  }
  .building-tab-slider .slick-prev {
    left: -10px;
  }
  .building-tab-slider .slick-next {
    right: -5px;
  }
  .building-tab-slider .tab-list-item {
    padding: 10px 15px;
  }
  .building-slider .slick-prev {
    left: 10px;
  }
  .building-slider .slick-next {
    right: 10px;
  }
  .building-docs {
    margin-top: 75px;
  }
  .building-docs h2 {
    margin-bottom: 20px;
  }
  .contacts-map {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .footer {
    font-size: 16px;
  }
  .footer-section {
    margin-top: 0;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-text {
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
  .project-section {
    padding: 50px 0;
  }
  .project-section .section-title {
    margin-bottom: 0;
  }
  .project-item {
    width: 100%;
  }
}