/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../fonts/PFDinTextCompPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../fonts/PFDinTextCompPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "PF Din Text Comp Pro";
}

.tower {
  min-height: 560px;
  background: url(../img/bg.jpg) no-repeat center / cover;
  /*background: url(../img/bg_christmas.jpg) no-repeat center 0 / cover;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tower__logo {
  text-align: center;
  padding: 6px;
}

.tower__phone {
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid white;
  border-radius: 20px;
}

.tower__bottom {
  color: #fff;
  text-align: center;
  /*height: 220px;*/
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tower__title {
  /* margin: 0; */
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1px;
}
.tower__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.button {
  padding: 0 40px;
  border: 1px solid white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  border-radius: 50px;
  margin: auto;
  font-family: Circe, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  color: white;
  width: 220px;
}

.desc {
  color: #11305d;
  min-height: 550px;
  padding: 20px;
}

.desc__title {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 50px;
}

.desc__subtitle {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  padding: 0px 15vw;
  margin-bottom: 50px;
}

.text {
  font-size: 17px;
  line-height: 25px;
  font-family: Circe, Arial, sans-serif;
  color: #11305d;
}

.scheme__img {
  width: 320px;
  height: 100%;
}

.section-header {
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #11305d;
  font-weight: 300;
  margin: 30px 0;
}

.gallery__tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.gallery__tab {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.3;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.gallery__tab.active {
  color: #11305d;
  border-bottom: 1px solid #11305d;
  opacity: 1;
}

.gallery-slider:not(:first-child) {
  display: none;
}

.text_padding {
  padding: 0 20px;
}

.gallery__button {
  padding: 0 40px;
  border: 1px solid rgba(17, 48, 93, 0.28);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  border-radius: 69px;
  margin: auto;
  font-family: Circe, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin: 30px auto;
}

.catalog {
  min-height: 520px;
  background: #11305d;
  padding: 40px 20px;
  color: white;
}

.section-header_catalog {
  margin-top: 0;
  color: white;
}

.filter {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  text-size-adjust: 100%;
  user-select: none;
  /* width: 320px; */
  margin: auto;
  -webkit-font-smoothing: antialiased;
}

.filter__cell {
  margin-bottom: 90px;
  position: relative;
  width: 100%;
}

.filter__cell_margin {
  margin-bottom: 50px;
}

.filter__label {
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 24px;
  text-align: center;
}

.range-wrap {
  position: relative;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.range {
  height: 1px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
  z-index: 1;
  top: 0;
  margin-right: 5px;
  margin-left: 5px;
}

.range-label {
  position: absolute;
  top: 16px;
  left: 0;
  border-bottom: 1px solid white;
  font-family: Circe;
  font-size: 17px;
  line-height: 25px;
}

input.range-value {
  display: inline;
  background: none;
  width: 30px;
  height: 26px;
  white-space: nowrap;
  z-index: 2;
  color: #fff;
  border: 0;
  line-height: 1;
  font-size: 19px;
  padding: 0;
  text-align: center;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  font-family: Circe;
  font-size: 17px;
  line-height: 25px;
}

.range-label ~ .range-label {
  left: auto;
  right: 0;
  text-align: right;
}

.filter__select-value {
  height: 34px;
  line-height: 35px;
  font-size: 24px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  text-align: left;
}

.filter__select-wrap {
  position: relative;
  height: 32px;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}

.filter__select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 35px;
  opacity: 0;
}

.filter__select-wrap:after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMSAxTDcuNjc0NiA2LjcyMTA5QzcuODYxODUgNi44ODE1OCA4LjEzODE1IDYuODgxNTkgOC4zMjU0IDYuNzIxMDlMMTUgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==)
    center center no-repeat;
}

.filter__label--select {
  text-align: left;
}
.filter__label {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
  font-weight: 300;
  font-family: Circe, sans-serif;
}

.filter__label--select span {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 24px;
  line-height: 24px;
  transition: all 0.3s ease;
  font-family: Circe, sans-serif;
}

.filter__footer {
  padding-top: 30px;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.noUi-handle {
  width: 24px;
  height: 24px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: none;
  left: 0;
  top: -11px;
  margin: 0;
  cursor: pointer;
  transform-origin: top;
  transform: scaleX(1);
  z-index: 5 !important;
  margin-left: -12px;
  position: relative;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -5px;
  background: none;
  background: #fff;
  border-radius: 50%;
}

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

.items {
  color: #11305d;
  padding: 40px 0 40px 25px;
  font-size: 14px;
  line-height: 17px;
}

.items__top {
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 25px;
}

.items__floor {
  width: 25%;
}
.items__num {
  width: 25%;
  padding-left: 10px;
}
.items__square {
  width: 50%;
}

.items__block {
  display: flex;
  font-family: Circe;
  margin-bottom: 70px;
}

.items__block-floor {
  width: 25%;
  font-size: 52px;
  line-height: 77px;
}

.items__block-list {
  width: 75%;
}
.items__block-list a {
  color: #11305d;
  text-decoration: none;
}
.items__block-cell {
  border-bottom: 1px solid #11305d;
  display: flex;
  padding-left: 10px;
  height: 40px;
  align-items: center;
}
.items__block-cell.booked {
  position: relative;
}
.items__block-cell.booked:before {
  content: "Бронь";
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  
}
.items__block-cell-num {
  width: 34%;
  font-size: 15px;
  line-height: 29px;
}
.items__block-cell-square {
  width: 35%;
  font-size: 20px;
  line-height: 29px;
}
.items__block-cell-arrow {
}

.pagination {
  position: relative;
  top: -2px;
  background: white;
  margin-bottom: 30px;
}

.pagination__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  width: 320px;
  margin: auto;
}

.pagination__select {
  display: block;
  height: 40px;
  text-align: center;
  font-family: Circe;
  font-size: 17px;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.pagination-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.pagination-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  margin: 0 13px;
}

.pagination-list ._active span {
  display: block;
  width: 100%;
  height: 100%;
  color: #0f2f5e;
  box-sizing: border-box;
  border: 1px solid rgba(15, 47, 94, 0.2);
  border-radius: 50%;
  cursor: default;
}

.pagination-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0f2f5e;
}

.pagination__select span {
  color: #0f2f5e;
  opacity: 0.6;
}

.pagination__select-inner {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 38px;
  position: relative;
  margin-left: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDVMNSAxTDkgNSIgc3Ryb2tlPSIjMEYyRjVFIi8+DQo8cGF0aCBkPSJNOSA4TDUgMTJMMSA4IiBzdHJva2U9IiMwRjJGNUUiLz4NCjwvc3ZnPg0K)
    right 8px center no-repeat;
}

.pagination__select-inner select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  line-height: 40px;
  color: #0f2f5e;
}

.pagination__prev,
.pagination__next {
  display: inline-block;
  width: 90px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/arrow.svg") left center no-repeat;
}

.pagination__next {
  left: auto;
  right: 0px;
  transform: scaleX(1);
}

.benefits {
  background: url(../img/benefits.jpg) no-repeat center top;
  height: 720px;
  color: white;
  position: relative;
}
.benefits__inner {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
}

.benefits__item {
  height: 180px;
  padding-top: 50px;
  border-bottom: 1px solid white;
  transition: height 0.8s ease;
}

.benefits.open .benefits__item {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.benefits.open .benefits__item .benefits__sub-header {
  display: none;
}

.benefits.open .benefits__item.active {
  height: calc(100% - 180px);
  padding-top: 20px;
  display: block;
  opacity: 0;
}

.benefits.open .benefits__item.active .benefits__sub-header {
  display: block;
}

.benefits__close {
  display: none;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 50%;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHg9IjYuNDI4OTYiIHk9IjcuMTM2NzIiIHdpZHRoPSIxIiBoZWlnaHQ9IjE5IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNi40Mjg5NiA3LjEzNjcyKSIgZmlsbD0id2hpdGUiLz4NCjxyZWN0IHg9IjE5Ljg2MzkiIHk9IjYuNDI5NjkiIHdpZHRoPSIxIiBoZWlnaHQ9IjE5IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOS44NjM5IDYuNDI5NjkpIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=)
    center center no-repeat;
  color: transparent;
  opacity: 1;
  transition: opacity 0.2s ease;
  margin: auto;
  margin-bottom: 50px;
}

.benefits.open .benefits__item.active .benefits__close {
  display: block;
}

.benefits__header {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.benefits__sub-header {
  font-size: 26px;
  line-height: 31px;
  margin: 10px 0 0 0;
  font-weight: 100;
}
.benefits__plus {
  font-size: 42px;
  line-height: 50px;
  margin-top: 20px;
  font-weight: 300;
}

.benefits.open .benefits__plus {
  display: none;
}

.benefits__text {
  display: none;
}

.benefits.open .benefits__item.active .benefits__text {
  display: flex;
  justify-content: center;
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
}

.benefits:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  opacity: 0.75;
}

.bottom__feedback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
  font-family: Circe, Arial, sans-serif;
}

.bottom a {
  text-decoration: none;
  color: #0f2f5e;
  /* font-family: Circe, Arial, sans-serif; */
}

.bottom__feedback-right {
  text-align: center;
  color: rgba(15, 47, 94, 0.5);
  font-size: 18px;
  line-height: 27px;
  font-family: Circe, Arial, sans-serif;
  overflow: auto;
}

.bottom__feedback-phone {
  font-size: 30px;
  letter-spacing: 0.06px;
  color: #0f2f5e;
  text-decoration: none;
  margin-top: 70px;
  display: block;
}

.bottom__feedback-socials {
  padding: 0;
}

.bottom__feedback-socials li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.bottom__feedback-socials a {
  font-size: 0;
  display: block;
  width: 28px;
  height: 28px;
  color: #000;
}

.bottom__feedback-socials svg {
  width: 100%;
  height: 100%;
  color: #000;
  opacity: 0.2;
}

.bottom__disclaimer {
  margin-bottom: 50px;
  margin-top: 50px;
  font-family: Circe, Arial, sans-serif;
  padding: 0 20px;
}

.bottom__disclaimer p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(15, 47, 94, 0.5);
  text-align: center;
}

.footer {
  /* height: 50px; */
  /* position: relative; */
  margin-top: 50px;
  font-family: "PF Din Text Comp Pro";
  font-size: 18px;
  color: rgba(15, 47, 94, 0.5);
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 50px;
}

.footer__outer {
  margin: 20px;
}

.callback {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  /* bottom: 0; */
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

.callback_special {
  display: block;
  position: relative;
  transform: unset;
}

.callback_special .callback__form-wrap {
  padding-top: 0;
}

.callback._open {
  transform: translateX(0);
  box-shadow: 0px 15px 45px rgba(0, 18, 53, 0.3);
  width: 100%;
}

.callback__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-align: center;
  /* align-items: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  padding: 40px 20px;
}
.callback__inner .logo {
  width: 50%;
}

.callback__form-phone {
}

.callback__form-phone {
  color: #0f2f5e;
  line-height: normal;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.07em;
  font-family: "PF Din Text Comp Pro";
  white-space: nowrap;
  /*position: absolute;
	top: 137px;*/
  /*left: 50%;
	transform: translateX(-50%);*/
  width: 100%;
  border: 1px solid rgba(15, 47, 94, 0.2);
  padding: 0 40px;
  text-align: center;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
}

.callback__form-wrap {
  padding-top: 30px;
}

.form {
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 0;
  color: rgba(15, 47, 94, 0.5);
}

.form__inner {
  width: auto;
}

.form__inputs-container {
  line-height: 39px;
  font-size: 18px;
  letter-spacing: 0.02em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-wrap {
  height: 62px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin-bottom: 22px;
}

.form__input {
  height: 58px;
  padding-top: 9px;
  display: inline-block;
  width: 100%;
  height: 56px;
  padding: 7px 0 0 0;
  margin: 0;
  outline: none;
  border: 0;
  border-bottom: 1px solid #0f2f5e;
  border-radius: 0;
  background: none;
  font-size: 18px;
  line-height: normal;
  color: #0f2f5e;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  font-family: Circe, Arial, sans-serif;
  -webkit-appearance: none;
}

.form__prelabel {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 25px;
  left: 0;
  color: rgba(15, 47, 94, 0.5);
  font-size: 18px;
  line-height: 1;
  transition: all 0.2s ease;
  font-family: Circe, Arial, sans-serif;
}

.form__bottom {
  margin-top: 30px;
  position: relative;
}

.btn {
  display: block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  background: #fff;
  border-radius: 25px;
  border: 1px solid rgba(15, 47, 94, 0.2);
  font-family: Circe, Arial, sans-serif;
  color: #0f2f5e;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}

.form__success,
.form__error {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f2f5e;
  box-sizing: border-box;
  text-align: center;
}

.form__message-title {
  font-family: "PF Din Text Comp Pro";
  font-weight: 300;
  line-height: normal;
  font-size: 30px;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.callback__close {
  display: block;
  width: 50px;
  height: 65px;
  background: #fff;
  padding: 0;
  border-radius: 25px;
  border: 0;
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 4;
  color: #0f2f5e;
  font-size: 0;
  box-shadow: 0px 15px 45px rgba(0, 18, 53, 0.3);
  right: 16px;
  top: 20px;
  width: 40px;
  height: 53px;
  border-radius: 20px;
  outline: none;
}

.items-detailed {
}
.items-detailed__block {
  border-bottom: 1px solid #cdcdcd;
}

.items-detailed__top {
  font-family: Circe;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  color: #11305d;
}

.items-detailed__top > div {
  flex-grow: 1;
  text-align: center;
}

.items-detailed__name {
  color: #8998ae;
}

.items-detailed__image {
  width: 100%;
  text-align: center;
  display: block;
}

.items-detailed__image img {
  max-width: 80%;
  width: auto;
}

.catalog-item {
}
.catalog-item__top {
}
.catalog-item__logo {
  text-align: center;
  padding: 20px;
}
.catalog-item__logo img {
  width: 120px;
}
.catalog-item__phone {
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.catalog-item__header {
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #11305d;
  font-weight: 400;
}

.catalog-item__gallery {
  margin-bottom: 20px;
}
.catalog-item__gallery-item {
  width: 45%;
  margin-bottom: 30px;
}

.catalog-item__gallery-item img {
  object-fit: cover;
  width: 100%;
}
.catalog-item__specs-top {
  font-family: Circe;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #11305d;
  font-weight: 900;
}
.catalog-item__specs-bottom {
  padding: 30px;
}
.catalog-item__specs-line {
  font-family: Circe;
  font-size: 15px;
  line-height: 10px;
  color: #11305d;
  display: flex;
  margin-bottom: 20px;
}
.catalog-item__specs-name {
  white-space: nowrap;
}
.catalog-item__specs-divider {
  width: 100%;
  border-bottom: 1px dashed #c4c4c4;
  margin: 0 5px;
}
.catalog-item__specs-value {
  white-space: nowrap;
}
.catalog-item__image-wrap {
  width: 100%;
  text-align: center;
}
.catalog-item__image-wrap img {
  max-width: 80%;
  width: auto;
}
.catalog-item__subheader {
  font-family: Circe;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #11305d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.catalog-item__direction {
  width: 100%;
  text-align: center;
}

.apart-back-link {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDU3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC4zMzk4MDYgNC4yODM0MUMwLjE0NDU0MyA0LjQ3ODY3IDAuMTQ0NTQzIDQuNzk1MjUgMC4zMzk4MDYgNC45OTA1MkwzLjUyMTc5IDguMTcyNUMzLjcxNzA1IDguMzY3NzYgNC4wMzM2MyA4LjM2Nzc2IDQuMjI4ODkgOC4xNzI1QzQuNDI0MTYgNy45NzcyMyA0LjQyNDE2IDcuNjYwNjUgNC4yMjg4OSA3LjQ2NTM5TDEuNDAwNDcgNC42MzY5Nkw0LjIyODg5IDEuODA4NTRDNC40MjQxNiAxLjYxMzI3IDQuNDI0MTYgMS4yOTY2OSA0LjIyODg5IDEuMTAxNDNDNC4wMzM2MyAwLjkwNjE2NyAzLjcxNzA1IDAuOTA2MTY3IDMuNTIxNzkgMS4xMDE0M0wwLjMzOTgwNiA0LjI4MzQxWk01Ni42OTM0IDQuMTM2OTZMMC42OTMzNTkgNC4xMzY5NlY1LjEzNjk2TDU2LjY5MzQgNS4xMzY5NlY0LjEzNjk2WiIgZmlsbD0iIzBGMkY1RSIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position-y: 1px;
  color: rgb(15, 47, 94);
  cursor: pointer;
  display: inline-block;
  font-family: Circe, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 16px;
  left: 16px;
  padding-left: 64px;
  position: relative;
  text-align: center;
  text-decoration-color: rgb(15, 47, 94);
  text-decoration-line: none;
  text-transform: uppercase;
}

.btn_blue {
  border-color: #0f2f5e;
  background: #0f2f5e;
  color: #fff;
  margin-top: 20px;
}

[data-slider-body].owl-carousel.owl-loaded {
  display: none;
}

.owl-dots {
  transform: translateY(-10px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  padding: 0 5vw;
}

.owl-dot {
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3) !important;
  margin: 0 5px;
}

.owl-dot.active {
  background: #fff !important;
}

.scheme {
  color: white;
  position: relative;
  background: linear-gradient(to bottom, #739fce, #becfd9);
  min-height: 654px;
  height: auto;
  display: flex;
  justify-content: center;
}

.scheme__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.scheme div {
  /* position: absolute; */
}

.scheme__img {
  width: 100%;
  height: auto;
  display: block;
}
.catalog-item__gallery {
  padding: 0 0px;
}

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  font-size: 28px;
  z-index: 100;
  display: none;
}
.owl-prev {
  left: 5px;
  position: absolute;
}
.owl-next {
  right: 5px;
  position: absolute;
}

@media (max-width: 400px) {
  .items__block-cell-square {
    font-size: 14px;
    white-space: nowrap;
  }
}

.link_1day {
  font-family: Circe, Arial, sans-serif;
  border-radius: 30px;
  text-shadow: none;
  font-size: 12px;
  background: #fff;
  color: #16243f;
  display: inline-block;
  margin: auto;
  width: auto;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
