/*! jQuery UI - v1.12.1 - 2021-03-22
* http://jqueryui.com
* Includes: core.css, resizable.css, selectable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 4;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 4;
  border: 1px dotted #000;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

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

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}

.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

section h2, section .h2 {
  font-size: calc(30px + 6 * ((100vw - 370px) / (1440 - 370))) !important;
  line-height: 1.35 !important;
  font-family: Montserrat;
  font-weight: 500;
}

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
  background-color: white;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.newslider_img {
  width: 320px;
  height: 200px;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .newslider_img {
    width: 960px;
    height: 600px;
  }
}

.splide__slide__container {
  position: relative;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.new_slide {
  opacity: 0.5;
}

.new_slide.is-active {
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f2ca08;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  border: none;
  opacity: 1;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #000000;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

@media (min-width: 768px) {
  .newslider > .splide__arrows > .splide__arrow--prev {
    left: calc(50% - 550px);
  }
  .newslider > .splide__arrows > .splide__arrow--next {
    left: calc(50% + 518px);
  }
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.apartments-section {
  position: relative;
  background: #fff;
}

.apartments {
  position: relative;
  max-width: 1440px;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .apartments {
    padding: 70px 0;
  }
}

@media (min-width: 1140px) {
  .apartments {
    padding: 75px 0;
    margin: auto;
  }
}

.apartments__header {
  display: none;
}

.apartments__header .fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.apartments__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
  text-align: center;
}

@media (min-width: 768px) {
  .apartments__title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .apartments__title-2nd {
    margin-left: 6px;
  }
}

@media (min-width: 768px) {
  .apartments__title-break {
    display: none;
  }
}

.apartments__text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .apartments__text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.33;
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 1140px) {
  .apartments__text {
    width: 85%;
  }
}

.apartments__filter {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-top: 33px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e7e7e7;
  cursor: pointer;
  width: 280px;
}

@media (max-width: 767px) {
  .apartments__filter {
    margin: 30px auto 0;
  }
}

.apartments__filter-title {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

@media (min-width: 768px) {
  .apartments__top {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.apartments__container-wrap {
  position: relative;
}

.apartments__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  padding-top: 64px;
}

@media (max-width: 1000px) {
  .apartments__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    padding-top: 72px;
  }
}

@media (max-width: 580px) {
  .apartments__container {
    padding-top: 58px;
  }
}

.apartments__item {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .apartments__item {
    width: 48.65%;
  }
}

@media (min-width: 1000px) {
  .apartments__item {
    width: calc(50% - 15px);
  }
}

.apartments__item:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .apartments__item:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .apartments__item:nth-of-type(3) {
    margin-top: 0;
  }
}

.apartments__item-image {
  height: auto;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-color: #bed7d4;
}

@media (min-width: 1440px) {
  .apartments__item-image {
    height: 450px;
  }
}

.apartments__item-rooms {
  color: #0085b2;
}

.apartments__item-wrap {
  position: relative;
  margin-top: 18px;
  cursor: pointer;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .apartments__item-wrap {
    height: 415px;
  }
}

@media (max-width: 580px) {
  .apartments__item-wrap {
    height: 208px;
  }
}

.apartments__item-floor {
  margin-left: 38px;
}

@media (min-width: 768px) {
  .apartments__item-floor {
    margin-left: 29px;
  }
}

@media (min-width: 1140px) {
  .apartments__item-floor {
    margin-left: 64px;
  }
}

.apartments__item-top {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .apartments__item-top {
    font-size: 16px;
    line-height: 1.3;
  }
}

.apartments__label {
  position: absolute;
  top: 24px;
  right: 8px;
  padding: 8.1px 14.7px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 16px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  z-index: 1;
}

@media (min-width: 768px) {
  .apartments__label {
    top: 23px;
    right: 9px;
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.35;
  }
}

.apartments__label--price {
  background: #ffed54;
}

.apartments__label--rent {
  background: #bed7d4;
}

.apartments__label--sold {
  background: #e60100;
  color: #fff;
  text-transform: uppercase;
}

.apartments-top-filter {
  max-width: 1440px;
  padding: 0 4.2%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  display: none;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

@media (min-width: 768px) {
  .apartments-top-filter {
    padding: 0 2.4%;
  }
}

@media (min-width: 1140px) {
  .apartments-top-filter {
    padding: 0 1.7%;
    margin: auto;
  }
}

.apartments-top-filter__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.gallery {
  max-width: 1440px;
  padding: 49px 0;
}

@media (min-width: 768px) {
  .gallery {
    padding: 49px 0 48px;
  }
}

@media (min-width: 1140px) {
  .gallery {
    padding: 49px 0 48px;
  }
}

@media (min-width: 1440px) {
  .gallery {
    margin: auto;
  }
}

section .gallery__title {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
}

section .section__title {
  font-size: 21px !important;
}

@media (max-width: 768px) {
  section .section__title {
    font-size: 18px !important;
  }
}

.gallery__button {
  margin: auto;
  padding: 15px 23px;
}

@media (min-width: 768px) {
  .gallery__button {
    margin-top: 46px;
    padding: 17px 23px;
  }
}

@media (min-width: 1140px) {
  .gallery__button {
    margin-top: 13px;
    padding: 16.4px 23.6px;
  }
}

.masonry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 225vw;
  margin-top: 32px;
}

@media (min-width: 360px) {
  .masonry {
    height: 255vw;
  }
}

@media (min-width: 535px) {
  .masonry {
    height: 227vw;
  }
}

@media (min-width: 768px) {
  .masonry {
    height: 110vw;
  }
}

@media (min-width: 1140px) {
  .masonry {
    height: 75vw;
  }
}

@media (min-width: 1440px) {
  .masonry {
    height: 1105px;
  }
}

.masonry__text {
  font-size: 16px;
}

.masonry__image {
  width: 100%;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .masonry__image {
    margin-bottom: 1.5vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image {
    margin-bottom: .9vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image {
    margin-bottom: 15px;
  }
}

.masonry__image--1 {
  height: 59.5vw;
  border-radius: 300px;
}

@media (min-width: 768px) {
  .masonry__image--1 {
    height: 40.7vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--1 {
    height: 31.2vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--1 {
    height: 445px;
  }
}

.masonry__image--2 {
  height: 60vw;
}

@media (min-width: 1140px) {
  .masonry__image--2 {
    height: 31.3vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--2 {
    height: 445px;
  }
}

.masonry__image--3 {
  height: 43.1vw;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .masonry__image--3 {
    height: 29.7vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--3 {
    height: 22.6vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--3 {
    height: 320px;
  }
}

.masonry__image--4 {
  height: 59.5vw;
}

@media (min-width: 768px) {
  .masonry__image--4 {
    height: 37.6vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--4 {
    height: 31.3vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--4 {
    height: 445px;
  }
}

.masonry__image--5 {
  height: 55.6vw;
}

@media (min-width: 768px) {
  .masonry__image--5 {
    height: 40.6vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--5 {
    height: 28.8vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--5 {
    height: 416px;
  }
}

.masonry__image--6 {
  height: 55.6vw;
  border-radius: 300px;
}

@media (min-width: 1140px) {
  .masonry__image--6 {
    height: 31.1vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--6 {
    height: 449px;
  }
}

.masonry__image--7 {
  height: 50.9vw;
}

@media (min-width: 768px) {
  .masonry__image--7 {
    height: 37.5vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--7 {
    height: 26.4vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--7 {
    height: 382px;
  }
}

.masonry__image--8 {
  height: 51.3vw;
}

@media (min-width: 768px) {
  .masonry__image--8 {
    height: 40.8vw;
  }
}

@media (min-width: 1140px) {
  .masonry__image--8 {
    height: 26.6vw;
  }
}

@media (min-width: 1440px) {
  .masonry__image--8 {
    height: 384px;
  }
}

.masonry__item {
  width: 47.8%;
  margin-bottom: 9.2%;
}

@media (min-width: 768px) {
  .masonry__item {
    width: 31.5%;
    margin-bottom: 3%;
  }
}

@media (min-width: 1140px) {
  .masonry__item {
    width: 23.7%;
    margin-bottom: 2.4%;
  }
}

.masonry__item--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.masonry__item--2 {
  display: none;
}

@media (min-width: 1140px) {
  .masonry__item--2 {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.masonry__item--3 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media (min-width: 768px) {
  .masonry__item--3 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media (min-width: 1140px) {
  .masonry__item--3 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.masonry__item--3 p {
  display: none;
}

@media (min-width: 768px) {
  .masonry__item--3 p {
    display: block;
  }
}

.masonry__item--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media (min-width: 768px) {
  .masonry__item--4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1140px) {
  .masonry__item--4 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}

.masonry__item--5 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .masonry__item--5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 1140px) {
  .masonry__item--5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.masonry__item--6 {
  display: none;
}

@media (min-width: 1140px) {
  .masonry__item--6 {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.masonry__item--7 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 768px) {
  .masonry__item--7 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (min-width: 1140px) {
  .masonry__item--7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.masonry__item--7 p {
  display: none;
}

@media (min-width: 768px) {
  .masonry__item--7 p {
    display: block;
  }
}

.masonry__item--8 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media (min-width: 768px) {
  .masonry__item--8 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 1140px) {
  .masonry__item--8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}

.masonry__item p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0085b2;
}

.header {
  position: relative;
  margin: auto;
  max-width: 1440px;
  height: 500px;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .header {
    height: 768px;
    padding: 64px 0 48px;
  }
}

@media (max-width: 580px) {
  .header {
    padding-top: 30px;
    height: 335px;
  }
}

@media (min-width: 1140px) {
  .header {
    height: 100vh;
    padding: 64px 5px 48px;
  }
}

.header--alternative {
  display: block;
}

@media (min-width: 1140px) {
  .header--alternative {
    display: none;
  }
}

.header-section {
  background: #252838;
}

.header-carousel {
  position: relative;
  height: 100%;
  width: 100%;
  /* overflow: hidden;*/
}

.header__item {
  width: 100%;
  position: relative;
  padding: 0 .3%;
}

@media (min-width: 768px) {
  .header__item {
    padding: 0 .15%;
  }
}

@media (min-width: 1140px) {
  .header__item {
    padding: 0 24.7px;
  }
}

.header__icon {
  height: 48px;
}

.header__tel {
  position: fixed;
  top: 81px;
  right: 8.2%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(235, 235, 235, 0.75);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 2;
}

@media (min-width: 768px) {
  .header__tel {
    display: none;
  }
}

.header__phone {
  position: absolute;
  top: 1.6vw;
  left: 10.4vw;
  display: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  color: #bed7d4;
  text-decoration: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .header__phone {
    display: block;
  }
}

@media (min-width: 1140px) {
  .header__phone {
    left: 9.9vw;
  }
}

@media (min-width: 1440px) {
  .header__phone {
    top: 16px;
    left: 9.9%;
    font-size: 13px;
    letter-spacing: .7px;
  }
}

.header__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header__bg {
    background-size: 100% 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  padding: 0 15px;
}

body.scroll .header-ss {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(26, 31, 58, 0.9);
}

body.scroll .header-ss .details {
  padding-top: 0;
  padding-bottom: 0;
}

body.scroll .header-ss .details .logo {
  display: block;
}

body.scroll .header-ss .details .logo img {
  display: block;
}

@media (max-width: 1200px) {
  body.scroll .header-ss .details .logo {
    margin-right: 0;
    min-width: 0;
  }
  body.scroll .header-ss .details .rig {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-ss {
  font-family: Montserrat, sans-serif;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  color: #fff;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.header-ss .details {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 41px;
}

.header-ss .navigation {
  margin-top: -6px;
}

.header-ss .rig {
  margin-top: -6px;
}

.header-ss .rig .ssoc-block a:first-child {
  margin-left: 0;
}

.header-ss .row {
  margin-left: -15px;
  margin-right: -15px;
}

.header-ss.fixed {
  position: fixed;
  background: #000;
}

.header-ss .burger {
  display: none;
}

.header-ss a {
  color: #fff;
  text-decoration: none;
}

.header-ss a:hover {
  color: #ffe73d;
}

.header-ss .header-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-ss li {
  display: inline-block;
  margin: 0;
}

.header-ss li a {
  padding: 0 30px;
}

.header-ss .ssoc-block {
  margin-left: 0px;
}

.header-ss .rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ssoc-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 25px;
}

@media (max-width: 660px) {
  .ssoc-block a {
    margin: 0 15px;
  }
}

.header-ss .phone {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
}

.header-ss .phone a {
  font-size: 24px;
  color: #ffed54;
  margin-top: 5px;
  display: block;
}

.header-ss .details:after {
  display: none;
}

@media (max-width: 1200px) {
  .header-ss .header-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-ss .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100px;
  }
  .header-ss .burger {
    display: block;
    text-align: right;
  }
  .header-ss .navigation {
    display: none;
  }
  .header-ss .navigation.is-show {
    display: block;
    position: absolute;
    padding: 10px 0;
    right: 15px;
    top: 75px;
    background: rgba(190, 215, 212, 0.8);
    font-size: 14px;
  }
  .header-ss .navigation.is-show li {
    display: block;
  }
  .header-ss .navigation.is-show a {
    color: #000;
    display: block;
    padding: 5px 15px;
  }
  .header-ss .details {
    padding: 40px 30px;
  }
  .header-ss .phone {
    margin-right: 24px;
    font-size: 20px;
  }
}

@media (max-width: 580px) {
  .header-ss .header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-ss .details {
    padding: 20px 30px;
  }
}

@media (max-width: 1200px) and (max-width: 1920px) {
  .header-ss .phone {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .header-ss .logo {
    padding: 0;
    margin-right: auto;
  }
  .header-ss .logo img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 580px) {
  .header-ss .logo {
    margin: 0;
  }
}

@media (max-width: 1200px) and (max-width: 1920px) {
  .header-ss .logo img {
    width: calc(70px + -20 * ((100vw - 320px) / (1920 - 320)));
  }
}

@media (max-width: 1200px) and (max-width: 1920px) {
  .header-ss .logo img {
    height: calc(70px + -20 * ((100vw - 320px) / (1920 - 320)));
  }
}

@media (max-width: 580px) {
  .header-ss .col {
    padding: 0;
  }
  .header-ss .phone {
    text-align: center;
    font-size: 12px;
  }
  .header-ss .phone a {
    font-size: 21px;
  }
  .header-ss .logo {
    min-width: 70px;
  }
  .header-ss .burger {
    min-width: auto;
  }
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
  position: relative;
}

.s-section {
  position: relative;
  padding: 50px 0;
}

.h2-block .descr {
  margin-top: 45px;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

@media (max-width: 768px) {
  .h2-block .descr {
    margin-top: 47px;
    font-size: 18px;
  }
}

.s-about {
  background: #bed7d4;
  padding-bottom: 82px;
}

@media (max-width: 768px) {
  .s-about {
    padding-top: 54px;
    padding-bottom: 64px;
  }
}

.s-section img {
  max-width: 100%;
}

.s-first {
  color: #fff;
  min-height: 770px;
  padding-top: 170px;
}

.s-first .details:after {
  display: none;
}

.s-first .img-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s-first .img-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1f3a;
  opacity: 0.7;
}

.s-first .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: auto;
}

.s-first h1,
.s-first .h1 {
  font-size: 64px;
  margin-bottom: 39px;
  margin-top: 0;
  font-family: Montserrat;
}

.s-first .subtitle {
  font-family: Montserrat;
  font-size: 24px;
  margin-bottom: 20px;
}

.s-first .info {
  font-size: 24px;
  line-height: 1.33;
  font-family: Montserrat, sans-serif;
  position: relative;
  padding-left: 33px;
  _margin: auto 0;
  margin-bottom: 51px;
}

.s-first .info .adress {
  font-size: 18px;
  margin-bottom: 13px;
  margin-top: -3px;
}

.s-first .info p:last-child {
  margin-bottom: -9px;
}

.s-first .info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ffed54;
}

.s-first .descr {
  font-size: calc(18px + 5 * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.s-first .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.s-first .details {
  height: 100%;
  padding-top: 22px;
}

.s-first .row {
  /*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
  height: 100%;
  margin: 0 -15px;
}

.s-first .pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  _padding-top: 30px;
  margin: auto -15px 0;
  margin-top: 0;
}

.s-first .pluses p:first-child {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.s-first .pluses p:nth-child(2) {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.s-first .h1-block {
  max-width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-first .img-block {
  width: calc(36% - 30px);
  text-align: center;
  max-width: 440px;
  margin-left: 30px;
  margin-top: 9px;
  margin-right: 15px;
}

.s-first .img-block img {
  position: relative;
  padding: 0 25px;
  margin-top: -20px;
  display: inline-block;
  margin-bottom: 12px;
}

.s-first .img-block .button-block {
  padding: 0 45px;
}

.s-first .img-block-wrap {
  padding: 0 0 30px;
  background: rgba(255, 255, 255, 0.2);
}

.s-first .custom-button {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (max-width: 1100px) {
  .s-first .subtitle,
  .s-first h1,
  .s-first .h1,
  .s-first .descr {
    text-align: center;
  }
  .s-first h1 {
    font-size: 64px;
  }
  .s-first .descr {
    font-size: 21px;
    font-weight: normal;
  }
  .s-first .section-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-first .h1-block {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .s-first .img-block {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .s-first .pluses {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .s-first .img {
    display: none;
  }
  .s-first .img-block-wrap {
    background: 0 0;
    padding: 15px 0;
  }
  .s-first .custom-button {
    margin: auto;
    padding: 19px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    width: auto;
  }
  .s-first .pluses p:nth-child(2) {
    font-size: 21px;
    _font-weight: 400;
  }
  .s-first .pluses p:first-child {
    margin-bottom: 10px;
    padding: 0 !important;
    font-size: 14px;
    font-weight: normal;
  }
  .s-first .info {
    text-align: center;
    padding-left: 0;
    padding-top: 34px;
  }
  .s-first .info:before {
    left: unset;
    right: unset;
    height: 3px;
    width: 71px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 580px) {
  .s-first h1 {
    font-size: 32px;
  }
  .s-first .descr {
    font-size: 18px;
  }
  .s-first .info {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .header-ss .ssoc-block {
    padding: 0 12px;
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  .header-ss .ssoc-block {
    display: none;
  }
  .s-first .pluses {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-first .img-block .button-block {
    padding: 0;
  }
  .s-first .col {
    padding: 0;
    margin-bottom: 17px;
  }
}

@media (max-width: 1100px) {
  .s-first .pluses p {
    padding: 10px 0;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .s-first {
    padding-top: 100px;
    min-height: auto;
  }
}

.header__bg--1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.12%, #84a1c8), color-stop(38.65%, rgba(132, 161, 200, 0))), url(../../images/header/bg.jpg) #84a1c9;
  background: linear-gradient(180deg, #84a1c8 13.12%, rgba(132, 161, 200, 0) 38.65%), url(../../images/header/bg.jpg) #84a1c9;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__bg--2 {
  border-radius: 173px;
}

.header__bg--2,
.header__bg--3,
.header__bg--4,
.header__bg--5 {
  background: url(../../images/header/bg.jpg) #84a1c9;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__bg--5 {
  border-top-left-radius: 173px;
  border-top-right-radius: 173px;
}

.header__bg--6 {
  position: relative;
  border: 1px solid #84a1c9;
}

.header__icon-grid {
  top: 50%;
}

.header__buttons,
.header__icon-grid {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.header__buttons {
  display: -ms-grid;
  display: grid;
  gap: 17px;
  bottom: 47px;
  width: 80%;
}

.slick-dots {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.header-carousel .slick-dots {
  padding-top: 15px;
}

@media (max-width: 560px) {
  .header-carousel .slick-dots {
    display: none !important;
  }
}

.header .slick-arrow::before {
  content: none;
}

.header .slick-arrow:hover {
  opacity: 0.7;
}

.header .slick-arrow {
  bottom: -45px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAXCAYAAADQpsWBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADQSURBVHgBldSxDYMwEAXQO5wBPIIXiNKnYwNKSo9AlxnSZYSUbEGbNhJ9GMFdmhjnjBSUBMydv2TrMHo6IR0GoFS20ZARtASeXj2odqh2ZXs9Dxwqpn0MDgKY4F9dbU+G7RS3um5MUEUHiIZOBq4jfoociN8PUoj/BxK4QBK4ijiYRFtwE6Wg4lDf39z+cLxTaWnpMHrHd6IJiZMSJwZCGNCPJeaCtr2kvykF4jvMBauIAwskAT9ICmaUA2KmPzcHTCjeEQS0FMypqkbHBcK8Ac661yjP/WOlAAAAAElFTkSuQmCC");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header .slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%) scaleX(-1);
  transform: translate(0, -50%) scaleX(-1);
}

@media (max-width: 780px) {
  .header .slick-arrow.slick-next {
    left: unset;
    right: 50px;
  }
  .header .slick-arrow.slick-prev {
    right: unset;
    left: 50px;
  }
}

@media (min-width: 768px) {
  .header__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
}

.header__button {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .header__button {
    padding: 16px 24px;
  }
}

.header__button--transparent {
  background: transparent !important;
  border: 1px solid #ffed54 !important;
  color: #fff;
}

.header-subtitle {
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1140px) {
  .header-subtitle {
    margin-top: 15.6px;
  }
}

.header__block {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(235, 235, 235, 0.6);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 227.1px;
  padding: 48px 20px 48px 32px;
  z-index: 1;
}

@media (min-width: 768px) {
  .header__block {
    right: 0;
    width: 309px;
    height: auto;
    padding: 32px 0 34px 32px;
  }
}

@media (min-width: 1440px) {
  .header__block {
    width: 445px;
    height: 127px;
    padding: 31px 31px 0;
  }
}

.header__title {
  color: #252838;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
  margin: 0;
  font-weight: 100;
}

.header__title--italic {
  font-style: italic;
}

.header__subtitle {
  margin-top: 16px;
  color: #e60100;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
}

.header__arrow {
  position: absolute;
  left: 29.4px;
  bottom: 35px;
  z-index: 1;
}

@media (min-width: 768px) {
  .header__arrow {
    left: 11.7%;
    bottom: 35px;
  }
}

@media (min-width: 1140px) {
  .header__arrow {
    left: 8.1%;
    bottom: 32px;
  }
}

.header__text {
  position: absolute;
  z-index: 1;
  letter-spacing: .7px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  font-family: Montserrat, sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__text-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252838;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__text--sell {
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e50100;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .header__text--sell {
    top: 16.3px;
    font-size: 13px;
  }
}

.header__text--amount {
  top: 128.4px;
  left: 31.9px;
  color: #fff;
}

@media (min-width: 768px) {
  .header__text--amount {
    top: 16px;
    left: 2.35%;
  }
}

@media (min-width: 1140px) {
  .header__text--amount {
    left: 24.7px;
  }
}

@media (min-width: 1440px) {
  .header__text--amount {
    font-size: 12px;
  }
}

.header .slick-list,
.header .slick-track {
  height: 100%;
}

.header .slick-arrow {
  display: none;
}

.about {
  position: relative;
  padding-top: 54px;
  padding-bottom: 134px;
  max-width: 1440px;
}

@media (min-width: 768px) {
  .about {
    padding-top: 62px;
    padding-bottom: 80px;
    height: auto;
  }
}

.about-section {
  background: #bed7d4;
}

.about__text {
  position: relative;
  margin-top: 30px;
  line-height: 1.4;
  height: 160px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 500px) {
  .about__text {
    height: 105px;
  }
}

@media (min-width: 768px) {
  .about__text {
    height: auto;
    z-index: 1;
  }
}

@media (min-width: 1440px) {
  .about__text {
    margin-top: 26px;
  }
}

.about__text-tablet {
  display: none;
}

@media (min-width: 768px) {
  .about__text-tablet {
    display: block;
    font-size: 1.76vw;
    line-height: 1.8;
  }
}

@media (min-width: 1140px) {
  .about__text-tablet {
    font-size: 1.25vw;
  }
}

@media (min-width: 1440px) {
  .about__text-tablet {
    margin-top: 0;
    font-size: 18px;
    line-height: 32px;
  }
}

.about__text-tablet-part {
  display: none;
}

@media (min-width: 1140px) {
  .about__text-tablet-part {
    display: inline-block;
  }
}

.about__text-mobile {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 768px) {
  .about__text-mobile {
    display: none;
  }
}

.about__text-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 215, 212, 0)), to(#bed7d4));
  background: linear-gradient(180deg, rgba(190, 215, 212, 0), #bed7d4);
}

@media (min-width: 768px) {
  .about__text-bg {
    display: none;
  }
}

.about__button {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
  z-index: 1;
  background: #b5d1ce;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50%;
}

@media (min-width: 768px) {
  .about__button {
    display: none;
  }
}

.about__button--hide {
  display: none;
}

.about__subtitle {
  position: absolute;
  bottom: 49px;
  left: 0;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #e60100;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 768px) {
  .about__subtitle {
    /*position: static;*/
    position: relative;
    z-index: 1;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 36px;
  }
}

.about__quotes {
  width: 0;
  height: 0;
  display: none;
}

@media (min-width: 768px) {
  .about__quotes {
    position: absolute;
    display: block;
    bottom: 0;
    right: 10.4vw;
    height: 25.3vw;
    width: auto;
    z-index: 0;
  }
}

@media (min-width: 1140px) {
  .about__quotes {
    height: 18.1vw;
  }
}

@media (min-width: 1440px) {
  .about__quotes {
    height: 264px;
    right: 10%;
  }
}

.about__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
  _font-weight: 400;
}

@media (min-width: 768px) {
  .about__title-break {
    display: none;
  }
}

.about__title--italic {
  font-style: italic;
}

@media (min-width: 768px) {
  .about__title--2nd {
    margin-left: 5px;
  }
}

.benefits {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  max-width: 1440px;
  padding: 50px 9% 46px;
}

@media (min-width: 768px) {
  .benefits {
    padding: 4.8vw 0 4.6vw;
  }
}

@media (min-width: 1140px) {
  .benefits {
    padding: 3.4vw 0;
  }
}

@media (min-width: 1440px) {
  .benefits {
    margin: auto;
    padding: 49.4px 0;
  }
}

.benefits-section {
  background: #bed7d4;
}

.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media (min-width: 950px) {
  .benefits__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
    margin-top: 31px;
  }
}

@media (min-width: 1440px) {
  .benefits__list {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 77%;
  }
}

@media (max-width: 1100px) {
  .benefits__item {
    width: 25%;
    min-width: 25%;
  }
}

@media (max-width: 992px) {
  .benefits__item {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
  }
}

@media (max-width: 580px) {
  .benefits__item {
    width: 50%;
    min-width: 50%;
  }
  .benefits {
    padding: 50px 5% 46px;
  }
}

.benefits__item {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .benefits__item {
    width: 25%;
    padding: 0 15px;
  }
}

@media (min-width: 900px) {
  .benefits__item {
    width: 20%;
  }
}

.benefits__text {
  margin-top: 13px;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
}

.benefits__button {
  margin-top: 41px;
  padding: 17px 24px;
}

@media (min-width: 768px) {
  .benefits__button {
    margin-top: 46px;
  }
}

@media (min-width: 1140px) {
  .benefits__button {
    margin-top: 48px;
    padding: 18px 19px 16px;
  }
}

.benefits__title {
  padding: 0 10vw;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.5px;
}

@media (min-width: 768px) {
  .benefits__title {
    padding: 0;
  }
}

.benefits__title-italic {
  font-style: italic;
}

.contacts {
  max-width: 1440px;
}

@media (min-width: 768px) {
  .contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49.2% 48.8%;
    grid-template-columns: 49.2% 48.8%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1140px) {
  .contacts {
    -ms-grid-columns: 49% 49%;
    grid-template-columns: 49% 49%;
  }
}

@media (min-width: 1440px) {
  .contacts {
    margin: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.contacts__title {
  text-align: center;
}

.contacts__title,
.contacts__title--right {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
}

.contacts__title--right {
  width: 88%;
  text-align: left;
}

@media (min-width: 768px) {
  .contacts__title--right {
    width: 66%;
  }
}

@media (min-width: 1140px) {
  .contacts__title--right {
    width: 48%;
  }
}

.contacts__left {
  position: relative;
  padding-top: 48px;
  padding-bottom: 49px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media (min-width: 1140px) {
  .contacts__left {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
  }
}

.contacts__left-border {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 91.2%;
  border-top: 1px solid #bed7d4;
  z-index: 1;
}

@media (min-width: 768px) {
  .contacts__left-border {
    width: 100%;
  }
}

@media (min-width: 1140px) {
  .contacts__left-border {
    width: 97%;
    left: 3%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.contacts__left-border--top {
  top: 0;
}

.contacts__left-border--bottom {
  bottom: 0;
}

.contacts__image {
  height: 128px;
  width: 128px;
  margin-top: 33px;
}

@media (min-width: 1140px) {
  .contacts__image {
    height: 128px;
    margin-top: 30px;
  }
}

.contacts__name {
  margin-top: 33px;
  font-size: 16px;
  line-height: 24px;
}

.contacts__occupation {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #0085b2;
}

.contacts__phone {
  margin-top: 16px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
  text-decoration: none;
  color: #252838;
}

.contacts__tel {
  text-decoration: none;
  color: #252838;
}

.contacts__link,
.contacts__tel {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
}

.contacts__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  color: #167c80;
  margin-top: 24px;
  cursor: pointer;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contacts__link {
    margin-top: 32px;
  }
}

@media (min-width: 1140px) {
  .contacts__link {
    margin-top: 25px;
  }
}

.contacts__text {
  margin-top: 8vw;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contacts__text {
    margin-top: 33px;
  }
}

@media (min-width: 1140px) {
  .contacts__text {
    font-size: 16px;
    margin-top: 30px;
    max-width: 100%;
  }
}

.contacts__right {
  padding: 16px;
  background: #f2f2f2;
}

@media (min-width: 768px) {
  .contacts__right {
    -webkit-align-self: normal;
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
  }
}

@media (min-width: 1140px) {
  .contacts__right {
    display: -ms-grid;
    display: grid;
    height: 100%;
  }
}

.contacts__right-container {
  display: -ms-grid;
  display: grid;
  border: 1px solid #ffed54;
  padding: 31px 32px 24px;
}

@media (min-width: 1440px) {
  .contacts__right-container {
    padding: 33px 90px 0 28px;
  }
}

.details-section, .gallery-section, .facilities-section, .location-seciton, .contacts-section, .footer-section {
  position: relative;
  background: #fff;
}

.header-section {
  position: relative;
  background: #252838;
}

.about-section, .benefits-section {
  position: relative;
  background: #bed7d4;
}

.about-section {
  margin-top: 0 !important;
}

.details {
  position: relative;
  max-width: 1440px;
  padding: 49px 0;
}

@media (min-width: 768px) {
  .details {
    padding: 46px 0 45px;
  }
}

@media (min-width: 1140px) {
  .details {
    margin: auto;
    padding: 44px 0 47px;
  }
}

.details__title {
  margin: auto;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
}

@media (min-width: 768px) {
  .details__title {
    text-align: left;
    margin: 0;
    font-size: 2.35vw;
  }
}

@media (min-width: 1140px) {
  .details__title {
    font-size: 1.65vw;
    line-height: 2vw;
  }
}

@media (min-width: 1440px) {
  .details__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.5px;
  }
}

.details__text {
  margin-top: 46px;
  font-size: 20px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .details__text {
    margin-top: 36px;
    font-size: 18px;
  }
}

div .details__button {
  margin: 45px auto auto;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  div .details__button {
    padding: 22px 26px;
    margin-top: 32px;
  }
}

@media (max-width: 580px) {
  div .details__button {
    padding: 18px 28px;
    margin-top: 26px;
    width: auto !important;
  }
}

.details__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 13.6px;
  margin-top: 42px;
}

@media (min-width: 768px) {
  .details__container {
    justify-items: center;
    margin: auto;
    margin-top: 42px;
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .details__container {
    width: 100%;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    margin-top: 33px;
  }
}

@media (min-width: 1140px) {
  .details__container {
    margin-top: 2.3vw;
  }
}

@media (min-width: 1440px) {
  .details__container {
    gap: 0;
  }
}

.details__content {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
}

@media (min-width: 900px) {
  .details__content {
    font-size: 13px;
  }
}

.details__content--3 {
  text-align: center;
}

.details__number {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
}

.details__item {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  height: 160px;
  padding: 15px 17px;
}

@media (min-width: 768px) {
  .details__item {
    height: 15.6vw;
    padding: 1.4vw;
    gap: 1.6vw;
  }
}

@media (min-width: 1140px) {
  .details__item {
    height: 11.1vw;
    padding: 1.2vw 1.1vw;
    gap: 1.3vw;
  }
}

@media (min-width: 1440px) {
  .details__item {
    height: 160px;
    padding: 17px 16px;
    gap: 16px;
  }
}

.details__item--1,
.details__item--2 {
  color: #fff;
}

.details__item--1-border,
.details__item--2-border {
  color: #252838;
}

.details__item--3,
.details__item--5 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.details__item--1 {
  background: #252838;
}

@media (min-width: 768px) {
  .details__item--1 {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .details__item--1 {
    width: 13.9vw;
  }
}

@media (min-width: 1140px) {
  .details__item--1 {
    width: 14.7vw;
  }
}

@media (min-width: 1440px) {
  .details__item--1 {
    width: 213px;
  }
}

.details__item--1-border {
  background: transparent;
  border: 1px solid #252838;
}

.details__item--2 {
  background: #e60100;
}

@media (min-width: 768px) {
  .details__item--2 {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .details__item--2 {
    width: 22vw;
  }
}

@media (min-width: 1140px) {
  .details__item--2 {
    width: 22.85vw;
  }
}

@media (min-width: 1440px) {
  .details__item--2 {
    width: 329px;
  }
}

.details__item--2-border {
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e60100;
}

.details__item--3 {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  gap: 15px;
  padding-top: 35px;
  border-radius: 100px;
  background: #ffed54;
}

@media (min-width: 768px) {
  .details__item--3 {
    width: 90%;
    padding-top: 12px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

@media (min-width: 1000px) {
  .details__item--3 {
    gap: 1.5vw;
    width: 14vw;
    padding-top: 0;
  }
}

@media (min-width: 1140px) {
  .details__item--3 {
    gap: 1vw;
    width: 14.7vw;
    padding-top: 2px;
  }
}

@media (min-width: 1440px) {
  .details__item--3 {
    margin-left: 0;
    width: 213px;
    gap: 12px;
  }
}

.details__item--3-border {
  background: transparent;
  border: 1px solid #ffed54;
}

.details__item--4 {
  background: #bed7d4;
}

@media (min-width: 768px) {
  .details__item--4 {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .details__item--4 {
    width: 13.9vw;
  }
}

@media (min-width: 1140px) {
  .details__item--4 {
    width: 14.6vw;
  }
}

@media (min-width: 1440px) {
  .details__item--4 {
    width: 212px;
  }
}

.details__item--4-border {
  background: transparent;
  border: 1px solid #bed7d4;
}

.details__item--5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: #0085b2;
  color: #fff;
  border-radius: 300px;
  height: 112px;
  margin-top: 5px;
  min-width: 100%;
}

@media (min-width: 580px) {
  .details__item--5 {
    width: 320px;
    min-width: 0;
    margin: 5px auto 0;
  }
}

@media (min-width: 1000px) {
  .details__item--5 {
    grid-column: auto;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    gap: 1.8vw;
    width: 50%;
    min-width: 0;
    height: 100%;
    margin-top: 0;
    padding-top: 3vw;
    border-radius: 6.2vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (min-width: 1000px) {
  .details__item--5 {
    width: 22.2vw;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
}

@media (min-width: 1140px) {
  .details__item--5 {
    gap: 14px;
    padding-top: 30px;
    border-radius: 57px;
  }
}

@media (min-width: 1440px) {
  .details__item--5 {
    width: 330px;
  }
}

.details__item--5-border {
  background: transparent;
  color: #252838;
  border: 1px solid #0085b2;
}

.facilities {
  padding: 50px 0 49px;
  max-width: 1440px;
}

@media (min-width: 768px) {
  .facilities {
    padding: 51px 0 30px;
  }
}

@media (min-width: 1140px) {
  .facilities {
    padding: 46px 0 29px;
  }
}

@media (min-width: 1440px) {
  .facilities {
    margin: auto;
  }
}

.facilities-section {
  width: 100vw;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .facilities-section {
    position: relative;
  }
}

.facilities__wrapper {
  overflow: hidden;
  margin-top: 30px;
}

@media (min-width: 1440px) {
  .facilities__wrapper {
    overflow: inherit;
    height: 213px;
  }
}

.facilities__container {
  max-width: 1440px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  height: 208px;
  width: 100%;
  overflow-x: scroll;
}

@media (min-width: 1440px) {
  .facilities__container {
    overflow: inherit;
    overflow-x: auto;
  }
}

.facilities__container::-webkit-scrollbar {
  height: 0;
  background: transparent;
  border-radius: 50px;
}

@media (min-width: 1440px) {
  .facilities__container--center {
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: initial;
  }
}

.facilities__item {
  width: 227px;
  height: 100%;
  padding: 32.2px 16.5px 0;
  border: 1px solid #0085b2;
}

@media (min-width: 1140px) {
  .facilities__item {
    width: 228px;
    padding: 30px 13px 0;
  }
}

.facilities__item--first {
  padding-left: 4.4vw;
}

@media (min-width: 768px) {
  .facilities__item--first {
    padding-left: 24px;
  }
}

.facilities__item--last {
  padding-right: 4.4vw;
}

@media (min-width: 768px) {
  .facilities__item--last {
    padding-right: 24px;
  }
}

.facilities__item--1 {
  border-color: #0085b2;
}

.facilities__item--2 {
  border-color: #167c80;
}

.facilities__item--3 {
  border-color: #ffed54;
}

.facilities__item--4 {
  border-color: #e60100;
}

.facilities__item--5 {
  border-color: #0085b2;
}

.facilities__item--6 {
  border-color: #ffed54;
}

.facilities__item--center {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  justify-items: center;
  padding-top: 61px;
  cursor: pointer;
}

.facilities__text {
  margin-top: 27px;
  font-size: 16px;
  line-height: 24px;
}

.facilities__text--center {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: .7px;
}

.facilities__image {
  width: 48px;
  height: 48px;
}

.facilities__title {
  margin-left: 4%;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
}

@media (min-width: 768px) {
  .facilities__title {
    margin-left: 2.3%;
  }
}

@media (min-width: 1140px) {
  .facilities__title {
    margin-left: 1.5%;
  }
}

.footer {
  padding: 47px 2.3% 74px;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .ssoc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .rig {
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}

footer .phone {
  margin-left: 15px !important;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 660px) {
  .footer .phone {
    text-align: center;
    margin-left: 0 !important;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 46px 32px 74px 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .rig {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .ssoc-block {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  footer .phone {
    margin: 0;
  }
}

@media (max-width: 660px) {
  .footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .rig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1440px) {
  .footer {
    padding: 47px 1.6% 58px;
    margin: auto;
  }
}

.footer__address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 660px) {
  .footer__address {
    margin-bottom: 25px;
    text-align: center;
  }
}

.footer__list {
  margin-top: 49px;
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  list-style-type: none;
}

.footer__resource {
  position: relative;
  color: #252838;
  opacity: .5;
  display: inline-block;
}

.footer__resource:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-top: .1px solid #252838;
}

.footer__phone {
  display: inline-block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #252838;
}

.custom-button {
  display: block;
  border: none;
  background-color: #ffed54;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .1;
  transition: background-color .1;
  width: 90%;
  margin-top: 30px;
}

@media (min-width: 1140px) {
  .custom-button {
    font-size: .88vw;
  }
}

@media (min-width: 768px) {
  .custom-button {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .custom-button {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .7px;
  }
}

.custom-button:hover {
  background-color: #ffed54cc;
}

.custom-button--separated {
  padding: 10px 20px;
}

.custom-input {
  width: 100%;
  margin-top: 63px;
  padding-bottom: 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .7px;
}

@media (min-width: 768px) {
  .custom-input {
    margin-top: 6.7vh;
    padding-bottom: 1.6vh;
    font-size: 1.3vh;
  }
}

.apartment-item {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

@media (min-width: 1000px) {
  .apartment-item {
    height: 100vh;
  }
}

@media (max-width: 1380px) and (orientation: portrait) {
  .apartment-item {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    opacity: 1;
    z-index: 2;
  }
}

.apartment-item--active {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.apartment-item__container {
  display: block;
}

@media (min-width: 1000px) {
  .apartment-item__container {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 73.1% 26.9%;
    grid-template-columns: 73.1% 26.9%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.9%;
  }
}

@media (max-width: 1380px) and (orientation: portrait) {
  .apartment-item__container {
    display: block;
  }
}

.apartment-item__top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 1000px) {
  .apartment-item__top {
    height: 7.9vh;
  }
}

.apartment-item__arrow {
  position: absolute;
  top: 104px;
  left: 30px;
  z-index: 1;
}

@media (min-width: 1000px) {
  .apartment-item__arrow {
    display: none;
  }
}

.apartment-item__close {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

@media (min-width: 1000px) {
  .apartment-item__close {
    top: 10px;
  }
}

.apartment-item-descr {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4.3vw 17.2vw;
}

@media (min-width: 1000px) {
  .apartment-item-descr {
    display: block;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 6%;
  }
}

.apartment-item-descr__title {
  margin-top: 54px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.5px;
  color: #252838;
}

@media (min-width: 1000px) {
  .apartment-item-descr__title {
    margin-top: 0;
    font-size: 2.8vh;
    line-height: 1.3;
  }
}

.apartment-item-descr__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  border: .5px solid #bed7d4;
}

@media (min-width: 1000px) {
  .apartment-item-descr__list {
    margin-top: 7vh;
  }
}

.apartment-item-descr__item {
  height: 144px;
  border: .5px solid #bed7d4;
  padding: 20px 17px;
}

@media (min-width: 1000px) {
  .apartment-item-descr__item {
    padding: 1.9vh 2.2vh;
    height: 16.1vh;
  }
}

@media (min-width: 1000px) {
  .apartment-item-descr__item:nth-of-type(2n) {
    padding: 1.9vh 2.8vh;
  }
}

.apartment-item-descr__number {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.5px;
  color: #252838;
}

@media (min-width: 1000px) {
  .apartment-item-descr__number {
    font-size: 2.8vh;
    line-height: 1.3;
  }
}

.apartment-item-descr__input {
  color: #252838;
  border-bottom: 1px solid rgba(37, 40, 56, 0.5);
}

@media (min-width: 1000px) {
  .apartment-item-descr__input {
    display: -ms-grid;
    display: grid;
    width: 90%;
    margin: auto;
    margin-top: 31px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}

.apartment-item-descr__text {
  margin-top: 4.5vw;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #252838;
}

@media (min-width: 1000px) {
  .apartment-item-descr__text {
    font-size: 1.5vh;
    line-height: 1.4;
    margin-top: 1.8vh;
  }
}

.apartment-item-descr__button {
  padding: 4.3vw 12.3vw;
  margin: auto;
  margin-top: 8.5vw;
}

@media (min-width: 1000px) {
  .apartment-item-descr__button {
    margin-top: 3.7vh;
    padding: 2vh 11.4% 1.8vh;
    font-size: 1.5vh;
    line-height: 1.2;
  }
}

.apartment-item-descr__text-bottom {
  margin-top: 8vw;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  /*color: #bed7d4;*/
  color: gray;
}

@media (min-width: 1000px) {
  .apartment-item-descr__text-bottom {
    margin-top: 3.2vh;
    font-size: 1.75vh;
    line-height: 1.6;
  }
}

.apartment-item-descr__price,
.apartment-item-descr__status {
  margin-top: 13vw;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.5px;
  color: #252838;
}

@media (min-width: 1000px) {
  .apartment-item-descr__price,
  .apartment-item-descr__status {
    margin-top: 6vh;
    font-size: 2.7vh;
    line-height: 1.4;
  }
}

@media (min-width: 1000px) {
  .carousel {
    width: 100% !important;
  }
}

.carousel-top {
  height: 110.3vw;
  width: 100%;
}

@media (min-width: 1000px) {
  .carousel-top {
    height: 75.9vh;
  }
}

.carousel-thumbs {
  height: 20%;
  margin-top: 4.2vw;
  padding: 10px 0;
}

@media (min-width: 1000px) {
  .carousel-thumbs {
    margin-top: 1.5vh;
  }
}

.buttons {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1440px;
  margin: auto;
}

@media (min-width: 768px) {
  .buttons {
    -ms-grid-columns: auto [4];
    grid-template-columns: repeat(4, auto);
  }
}

.more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  justify-items: center;
  width: 162px;
  height: 162px;
  padding: 24px 0 34px;
  background: rgba(235, 235, 235, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  cursor: pointer;
}

.more-number {
  font-size: 48px;
  line-height: 48px;
  color: #252838;
}

.more-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #e60100;
  text-align: center;
}

.more--masonry {
  bottom: 32px;
}

@media (min-width: 768px) {
  .more--masonry {
    bottom: -1px;
  }
}

@media (min-width: 1140px) {
  .more--masonry {
    bottom: 15px;
  }
}

.more--apartments {
  bottom: 54px;
}

.more--hide,
.opengraph {
  display: none;
}

.opengraph {
  width: 100%;
  padding: 35px 30px 32px;
  height: 626px;
  -ms-grid-columns: 62.7% 35%;
  grid-template-columns: 62.7% 35%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
}

@media (min-width: 1140px) {
  .opengraph {
    display: -ms-grid;
    display: grid;
  }
}

.opengraph__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57% 36%;
  grid-template-columns: 57% 36%;
  -ms-grid-rows: 51.4%;
  grid-template-rows: 51.4%;
  gap: 2.9% 5.5%;
}

.opengraph__image {
  height: 100%;
  width: 100%;
  background-image: url(https://media.timeout.com/images/105730440/image.jpg);
  background-size: cover;
}

.opengraph__image--3 {
  border-radius: 173px;
}

.opengraph__image--4 {
  border-top-left-radius: 173px;
  border-top-right-radius: 173px;
}

.location {
  position: relative;
  padding-top: 49px;
  max-width: 1440px;
  margin: auto;
}

.location:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #bed7d4;
  z-index: 1;
}

@media (min-width: 768px) {
  .location:after {
    width: 96%;
  }
}

.location-section {
  width: 100vw;
}

.location__title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.5px;
  color: #252838;
}

.map {
  width: 100%;
  margin-top: 48px;
  height: 320px;
}

@media (min-width: 768px) {
  .map {
    padding-bottom: 72px;
    height: 417px;
  }
}

.ymaps-layers-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

body {
  font-family: Playfair Display, serif;
  color: #252838;
  font-size: 16px;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-weight: 400;
}

:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

@media (max-width: 580px) {
  .s-first .pluses p:nth-child(2) {
    font-size: 18px;
  }
}


.vk-wrap {
  text-align:center;
  margin-top: 50px;
}
.vk-wrap iframe {
border: none;
padding: 0;
margin: 0;
width: 700px;
height: 350px;
}
@media (max-width: 768px) {
  .vk-wrap iframe {
	width: 100%;
	height: 350px;
  }
}

.agree_check {
	border-color: #8b898f;
	background-color: #252839;
	color: #8b898f;;
}

.agree_check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.agree_check+label {
 /* display: inline-flex;*/
  align-items: center;
  user-select: none;
}
.agree_check+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.agree_check:checked+label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#rassilka_agree2:checked+label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='gray' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#personal_data_agree2:checked+label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='gray' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.agree {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
}
.agree_text {
  font-style: italic;
  color: #fff;
  opacity: .7;
  display: table-cell;
  text-align: left;
  padding: 10px;
  font-size: 90%;
}
.agree_ok
 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  width: 70px;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
  bottom: 5% !important;
}


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