@charset "UTF-8";
/*normalize*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=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: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*fancybox*/
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 2px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 2px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 6px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*slick.css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.main-slider .slick-slide {
    min-width: 100vw;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*slick-theme*/
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.main-slider {
  z-index: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slider .slick-list {
  height: 100%;
}
.main-slider .slick-list .slick-track {
  height: 100%;
  min-width: 100vw;
}
.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dn {
  display: none !important;
}

a {
  display: inline-block;
  transition: 0.29s;
}

.inputWrap {
  position: relative;
  display: block;
}

input {
  font-size: 17px;
  width: 100%;
  padding: 17px 24px;
  background: #F4F4F4;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 3px;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.inp-rqd {
  position: relative;
}

.inp-rqd input {
  width: 100%;
}

.inp-rqd .smbl {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #FF0000;
  transform: translateY(-20%);
  font-weight: 500;
  font-size: 20px;
  line-height: 0.7;
}

*:before, *:after {
  box-sizing: border-box;
}

.is-success input {
  border-color: green;
}

.is-error input {
  border-color: red;
}

.inp-desc {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
}

.modal-anim {
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

.slick-slider {
  z-index: 1;
}

.fancybox-slide--complete .modal-anim {
  transform: translateY(0);
  opacity: 1;
}

@keyframes gloss {
  0% {
    left: -75px;
  }
  15%, 100% {
    left: 120%;
  }
}
.gloss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gloss.disable:after {
  display: none !important;
}

.gloss:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: -100%;
  left: -75px;
  width: 30px;
  height: 300%;
  transform: rotate(35deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 30%, white 70%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  animation: gloss 3s ease-out 0s infinite;
}

.btnWrap {
  position: relative;
  z-index: 2;
}

.btn {
    background: #926141;
    border-radius: 2px;
    border: 2px solid #ffffff4d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 23px 35px;
    text-align: center;
    transition: 0.29s;
}

.btn:hover {
  background: #CED962;
  color: #292929;
}

.btn-dark {
  background: #303030;
  color: #fff;
}

.btn-v2 {
  background: #926141;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

input, textarea, button {
  font-family: Manrope;
}

body {
  font-family: Manrope;
  line-height: 1.4;
  font-size: 17px;
  color: #000;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

h1, h2 {
  margin: 0;
}

.caption {
  color: #926141;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.36;
}

.wrapper {
  position: relative;
  margin: auto;
  min-width: 320px;
  max-width: 1920px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.05);
}

.page-content {
    background: #fcfcfc;
    flex-grow: 1;
    position: relative;
}

.header,
.footer {
  flex-shrink: 0;
}

.container {
  position: relative;
  z-index: 1;
  width: 1440px;
  margin: auto;
}

.oh {
  overflow: hidden;
}

.error {
  border-color: red;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------   Start block Header  ---------------*/
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 18px 0;
}

.header .container {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.h-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-content .col1 {
  display: flex;
  align-items: center;
}

.logo-content {
  text-align: center;
  color: #fff;
  max-width: 230px;
}

.header.fixed .logo-content {
  color: #000;
}

.logo-content .company {
  /*font-size: 30px;*/
  line-height: 1.2;
}

.logo-content .company-desc {
  font-weight: 300;
  font-size: 15px;
}

.h-desc_col {
  position: relative;
  margin-left: 35px;
  padding-left: 35px;
}

.h-desc_col:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.header.fixed .h-desc_col:before {
  background: rgba(0, 0, 0, 0.1);
}

.h-content .row {
  display: flex;
  align-items: center;
}

.h-content .row + .row {
  margin-top: 5px;
}

.h-soc-area {
  margin-top: 10px;
}

.phone {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

.header.fixed .phone {
  color: #000;
}

.order-link {
  display: flex;
  align-items: center;
  color: #CED962;
}

.order-link .blue {
  display: none;
}

.header.fixed .order-link img {
  display: none;
}

.header.fixed .order-link .blue {
  display: block;
}

.order-link img {
  flex-shrink: 0;
  margin-right: 10px;
}

.order-text {
  line-height: 1;
  border-bottom: 1px solid #CED962;
  transition: 0.29s;
}

.header.fixed .order-text {
  color: #926141;
  border-bottom-color: #926141;
}

.header.fixed .soc-item_text {
  color: #000;
}

.header.fixed .soc-item .icon {
  filter: brightness(0);
}

.header.fixed .soc-item:hover .icon {
  filter: brightness(100%);
}

.header.fixed .horizontal-nav_list .link {
  color: #000;
}

.header.fixed .h-content .sm-text {
  color: rgba(0, 0, 0, 0.6);
}

.order-link:hover .order-text {
  border-bottom-color: transparent !important;
}

.h-content .soc-item + .soc-item {
  margin-left: 20px;
}

.soc-item {
  display: flex;
  align-items: center;
}

.soc-item .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
  margin-right: 8px;
  transition: 0.29s;
}

.soc-item:hover .icon {
  fill: #CED962;
}

.soc-item_text {
  color: #fff;
  transition: 0.29s;
}

.soc-item:hover .soc-item_text {
  color: #CED962;
}

.h-content .sm-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.horizontal-nav_list .link {
  color: #fff;
}

.horizontal-nav_list .link + .link {
  margin-left: 50px;
}

.horizontal-nav_list .link:hover {
  color: #CED962 !important;
}

.main-section {
  position: relative;
  z-index: 2;
  background: #000;
}

.main-section:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.main-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content {
  position: relative;
  z-index: 2;
  padding-top: 225px;
  padding-bottom: 135px;
  color: #fff;
  height: 100vh;
  max-height: 1000px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-content .caption {
  color: #fff;
}

.main-content .main-desc {
  font-size: 24px;
  margin-top: 10px;
}

.main-content .btnWrap {
  margin-top: 24px;
}

.main-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.main-awards .item + .item {
  margin-left: 60px;
}

.about-section {
  margin-top: 85px;
}

.about-row {
  display: flex;
  align-items: center;
}

.about-section .caption {
  flex-shrink: 0;
}

.about-item_list {
  display: flex;
  justify-content: space-between;
  background: #926141;
  color: azure;
  border-radius: 2px 0px 0px 2px;
  width: 100%;
  margin-left: 75px;
  padding-left: 50px;
}

.about-item_list .item {
  position: relative;
}

.about-item_list .item-box {
  position: relative;
  width: 200px;
  flex-shrink: 0;
}

.adv-img {
    border-radius: 0 2px 2px 0;
    border-right: solid #926141 1vmin;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-item_list .item-content {
  padding: 35px 0;
}

.about-item_list .selected-text {
  font-size: 40px;
  color: #fff;
}

.about-text_area {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.about-text_area .col1 {
  max-width: 750px;
}

.about-text_area .col2 {
  max-width: 570px;
}

.about-text_area p + p {
  margin-top: 25px;
}

.map-section {
  position: relative;
  margin-top: 170px;
}

.map-content {
  display: flex;
  align-items: center;
}

.map-content .map-area {
  position: relative;
  width: 720px;
  height: 800px;
  flex-shrink: 0;
}

.map-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 2px;
  pointer-events: none;
}

.map-area .map {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 240px);
  height: 100%;
  background: #ccc;
}

.map-content .map-desc {
  width: 100%;
  margin-left: 115px;
}

.map-content .map-desc .desc {
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}

.map-item_list {
  display: flex;
  margin-top: 40px;
}
.map-item_list .text-selected {
  color: #926141;
  font-size: 40px;
  white-space: nowrap;
}

.map-item_list .item + .item {
  margin-left: 70px;
}

.map-item_list p {
  color: rgba(0, 0, 0, 0.6);
}

.baloon-area {
  position: relative;
  background: #92614161;
  color: #fff;
  border: 2px solid #926141;padding: 30px;
  text-align: center;
  font-family: Manrope;
  margin-bottom: 10px;
filter: drop-shadow(2px 4px 6px black);}

.baloon-area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 9px solid #926141;
}

.baloon-company-name {
  font-size: 30px;
  line-height: 1.2;
}

.baloon-company-desc {
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}

.slide {
  display: none;
}

.premises-section {
  margin-top: 100px;
}

.premises-section .container {
  width: 1370px;
}

.premises-section .caption {
  text-align: center;
  margin-bottom: 40px;
}

.premises-list {
  position: relative;
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
  max-height: 610px;
  overflow: hidden;
}

.premises-list:before {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(1.99deg, #FFFFFF 8.77%, rgba(255, 255, 255, 0.91) 39.37%, rgba(255, 255, 255, 0.77) 67.83%, rgba(255, 255, 255, 0) 98.34%);
}

.premises-list .item {
  padding: 25px 35px;
  width: 50%;
}

.office-card {
  display: flex;
  align-items: center;
}

.office-card.light-version {
  color: #fff;
}

.office-card.light-version .premises-img_link:hover:before {
  opacity: 0.5;
}

.office-card.light-version .premises-stat_list .iconWrap img {
  filter: invert(1);
}

.office-card.light-version .btn-dark {
  background: #fff;
  color: rgba(0, 0, 0, 0.95);
}

.office-card.light-version .btn-dark:hover {
  color: #000;
  background: #CED962;
}

.office-card .imgWrap {
  position: relative;
  width: 400px;
  flex-shrink: 0;
  margin-right: 50px;
}

.premises-slider {
  flex-shrink: 0;
}

.premises-slider .slick-prev {
  left: 20px;
}

.premises-slider .slick-next {
  right: 20px;
}

.slick-arrow {
  z-index: 2;
}

.arr-standart .slick-arrow {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  transition: 0.29s;
}

.arr-standart .slick-arrow:hover {
  background: #CED962;
}

.arr-standart .slick-arrow:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arr-standart .slick-prev:before {
  background: url(../img/icons/left.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.arr-standart .slick-next:before {
  background: url(../img/icons/right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.arr-sm .slick-arrow {
  width: 47px;
  height: 47px;
}

.arr-sm .slick-arrow:before {
  background-size: 30%;
}

.premises-img_link {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  cursor: default;
}

/*.premises-img_link:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	border-radius: 2px;
	opacity: 0;
	transition: .29s;
}*/
.premises-img_link:hover:before {
  opacity: 1;
}

.premises-img_link img {
  border-radius: 2px;
  border: 2px solid #fcfcfc;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.premises-slider .slider-counter {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
  color: #fff;
}

.premises-stat_list li {
  display: flex;
  align-items: center;
}

.premises-stat_list li + li {
  margin-top: 5px;
}

.premises-stat_list .iconWrap {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 25px;
}

.premises-stat_list .iconWrap img {
  display: block;
}

.office-card .btn {
  width: 100%;
  font-size: 14px;
  padding: 15px;
}

.office-card .item-btn_area {
  margin-top: 30px;
}

.office-card .card-label_list {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.office-card .card-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 9px;
  border-radius: 6px;
  color: #fff;
}

.office-card .card-label + .card-label {
  margin-top: 5px;
}

.card-label.success {
  background: #00B232;
}

.card-label.attantion {
  background: #CED962;
  color: #000;
}

.card-label.alert {
  background: red;
}

.office-card .item-btn_area .btn + .btn {
  margin-top: 15px;
}

.premises-list .show-more {
  position: absolute;
  z-index: 5;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}

.premises-list .show-more .btn {
  width: 100%;
  max-width: 600px;
  font-size: 17px;
  padding: 23px;
}

.premises-list .show-more .btn img {
  flex-shrink: 0;
  margin-right: 18px;
  margin-bottom: -1px;
  transition: 0.29s;
}

.premises-list .show-more .btn:hover img {
  filter: invert(1);
}

.premises-section.show .show-more {
  display: none !important;
}

.premises-section.show .premises-list {
  max-height: none;
}

.premises-section.show .premises-list:before {
  display: none;
}

.dwn-catalog-section {
  margin-top: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dwn-catalog_content {
  display: flex;
  align-items: center;
}

.dwn-catalog_content .col1 {
  position: relative;
  width: 621px;
  flex-shrink: 0;
}

.dwn-catalog_content .catalog-img {
  display: block;
  filter: drop-shadow(2px 4px 6px black);
}

.dwn-step {
  display: none;
}

.dwn-step.active {
  display: block;
}

.dwn-form_step {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.winp-desc {
  align-items: flex-end;
}

.winp-desc .btnWrap {
  margin-left: 15px;
}

.dwn-form_step input {
  height: 60px;
}

.dwn-form_step .btn {
  padding: 19px 10px;
}

.dwn-form_step .btn {
  width: 340px;
}

.dwn-catalog_content .col2 {
  padding-bottom: 40px;
}

.dwn-catalog-section .caption {
  font-size: 39px;
}

.dwn-catalog-section .caption-desc {
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
}

.dwn-catalog-section .caption-desc strong {
  font-weight: 500;
}

.policy {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.policy img {
  margin-right: 10px;
  flex-shrink: 0;
}

.policy a {
  display: inline;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.policy a:hover {
  border-bottom-color: transparent;
}

.catalog-info {
  position: absolute;
  bottom: 45px;
  left: 20px;
  padding: 20px 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-size: 19px;
}

.catalog-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ced962;
  border: 8px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  transform: translate(50%, -50%);
}

.w-field-desc {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.sm-field .inp-rqd {
  max-width: 120px;
}

.sm-field .inp-rqd input {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.field-desc {
  margin-left: 12px;
}

.gallery-section {
  margin-top: 100px;
}

.gallery-section .caption {
  text-align: center;
}

.gal-tab_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 55px;
}

.gal-tab_list .gal-tab:hover {
  background: #CED962;
}

.gal-tab_list .gal-tab {
  font-size: 19px;
  padding: 12px 25px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  transition: 0.29s;
}

.gal-tab_list .gal-tab:first-child {
  border-radius: 2px 0 0 2px;
}

.gal-tab_list .gal-tab:last-child {
  border-radius: 0 2px 2px 0;
}

.gal-tab_list .gal-tab.active {
    background: #926141;
    border-color: #f4f4f4;
    color: white;
}

.gal-slider {
  position: relative;
  left: 50%;
  width: 2500px;
  transform: translateX(-50%);
  display: none;
}

.arr-standart .slick-arrow:hover:before {
    background-color: #92614138;
    border-color: #CED962;
}

.arr-standart .slick-arrow:before {
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    transition: 0.29s;
    filter: drop-shadow(2px 4px 6px black);
}

.gal-slider .slick-arrow:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.gal-slider .slick-prev {
  left: calc(50% - 453px);
}

.gal-slider .slick-next {
  right: calc(50% - 453px);
}

.gal-slider.active {
  display: block;
}

.gal-slider_area {
  min-height: 480px;
}

.gal-slide {
  padding: 0 17px;
}

.gal-slide_link {
  position: relative;
  display: block;
  cursor: default;
}

/*.gal-slide_link:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	border-radius: 2px;
	transition: .25s;
}*/
.gal-slide_link:hover:before {
  opacity: 1;
}

.gal-slide_img {
  border-radius: 2px;
  height: 500px;
  object-fit: cover;
}

.rating-section {
  margin-top: 100px;
  margin-bottom: 150px;
}

.rating-section .caption {
  text-align: center;
}

.rating-content {
  position: relative;
  margin-top: 150px;
}

.rating-slider {
  position: relative;
  left: 220px;
  width: 1480px;
}
.rating-slider .sert-link {
  padding: 0px 5px;
}
.rating-slider .sert-link img {
    border: 1px solid #926141;
    height: 12vmax;
}

.sert-link {
  display: block;
  cursor: default;
}

.sert-link img {
  margin: auto;
}

.rating-info_block {
  background: #926141;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
  height: 120%;
  left: 0;
  min-height: 400px;
  padding-bottom: 40px;
  padding-top: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 292px;
  z-index: 5;
}

.rating-info_block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 100%;
  width: 500px;
  background: #926141;
}

.rating-info_block .title {
  font-size: 30px;
}

.rating-info_block .numb {
  font-size: 80px;
  line-height: 0.7;
  margin-top: 20px;
}

.rating-info_block .star {
  display: block;
  margin-top: 25px;
}

.rating-info_block .desc {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rating-info_block .desc:before {
  position: absolute;
  content: "";
  top: -1px;
  right: 100%;
  width: 500px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.rating-info_block .desc a {
  display: inline;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.last-office-section {
    background: #926141;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.ls-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1370px;
}

.ls-content .col1 {
  width: 520px;
}

.ls-content .col2 {
  width: 650px;
  flex-shrink: 0;
}

.last-office-section .caption {
    color: #f0f8ff;
    font-size: 2rem;
    position: relative;
}

.last-office-section .h2-label {
  position: absolute;
  font-size: 19px;
  top: 20px;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
}

.text-center {
  text-align: center !important;
}

.advantages-section {
    background: #926141;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 96px;
}

.advantages-section .caption {
  color: #fff;
  margin-bottom: 80px;
  text-align: right;
}

.advantages-slider {
  width: 1985px;
}

.advantages-slider .slick-arrow {
  transform: none;
  right: auto;
  top: -150px;
}

.advantages-slider .slick-prev {
  left: 0;
}

.advantages-slider .slick-next {
  left: 85px;
}

.adv-card {
  width: 360px;
}

.adv-card .imgWrap {
  width: 100%;
  height: 9rem;
filter: drop-shadow(2px 4px 6px black);}

.adv-card .imgWrap img {
    border-radius: 2px 2px 0px 0px;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.adv-card .desc {
  height: 180px;
  padding: 0 35px;
  background: #926141;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.nav-info {
  position: absolute;
  top: 36px;
  left: 190px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.6);
}

.comfort-section {
  margin-top: 110px;
  margin-bottom: 100px;
}

.comfort-content {
  display: flex;
  align-items: flex-start;
}

.comfort-content .col1 {
  width: 475px;
  flex-shrink: 0;
  margin-right: 160px;
}

.comfort-section .caption-desc {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}

.comfort-slider {
  width: 1050px;
}

.smd-card {
  width: 320px;
}

.smd-card .imgWrap {
  position: relative;
  height: 240px;
}

.smd-card .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smd-card .numb {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

.smd-card .desc {
  font-size: 21px;
  margin-top: 15px;
}

.comfort-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.comfort-nav .slick-arrow {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
}

.comfort-nav .slick-arrow + .slick-arrow {
  margin-left: 13px;
}

.comfort-nav .slick-arrow:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.contacts-section {
  position: relative;
}

.map2 {
  width: 100%;
  height: 700px;
}

.contacts-row {
  position: relative;
  z-index: 2;
  width: 1440px;
  height: 145px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-top: -145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border-radius: 2px 2px 0px 0px;
}

.contacts-row .phone {
  font-size: 40px;
  color: #000;
}

.contacts-row .mail {
  margin-top: 3px;
  color: #0072DC;
  border-bottom: 1px solid rgba(0, 114, 220, 0.4);
}

.contacts-row .mail:hover {
  border-bottom-color: transparent;
}

.contacts-row .text {
  max-width: 520px;
  font-size: 19px;
}

.contacts-row .delimiter {
  width: 1px;
  height: 50px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #303030;
}

.footer .f-row {
  display: flex;
  justify-content: space-between;
}

.footer .f-row2 {
  position: relative;
  align-items: center;
  padding-top: 45px;
  margin-top: 45px;
}

.footer .f-row2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1920px;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
}

.f-logo-contacts {
  display: flex;
  align-items: center;
}

.f-logo-contacts .f-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 35px;
  padding-left: 35px;
}

.f-logo-contacts .f-contact:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}

.f-logo-contacts .phone {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.f-logo-contacts .mail {
  color: #CED962;
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 204, 0, 0.4);
}

.f-logo-contacts .mail:hover {
  border-bottom-color: transparent;
}

.footer .f-soc {
  margin-top: 30px;
}

.footer .f-soc .row {
  display: flex;
  align-items: center;
}

.footer .f-soc .soc-item + .soc-item {
  margin-left: 20px;
}

.f-row .horizontal-nav_list {
  margin-top: 25px;
  margin-bottom: 45px;
}

.f-row > .col2 {
  width: 770px;
}

.f-row .horizontal-nav_list .link + .link {
  margin-left: 40px;
}

.f-sm-row {
  display: flex;
}

.f-sm-row .col {
  width: 50%;
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.f-sm-row address {
  font-style: normal;
}

.lh15 * {
  line-height: 1.5;
}

.footer .f-soc .sm-text {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .copy {
  color: #fff;
}

.dev {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #fff;
}

.dev img {
  flex-shrink: 0;
  margin-right: 12px;
}

.dev a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.dev a:hover {
  border-bottom-color: transparent;
}

.residents-section {
  margin-bottom: 80px;
}

.residents-section .caption {
  text-align: center;
}

.residents-section .capiton-desc {
  text-align: center;
  max-width: 675px;
  margin: 10px auto 0;
  line-height: 1.6;
}

.residents-section .residents-list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
}

.residents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border-left: 1px solid #ccc;*/
}

.residents-list .item {
  position: relative;
  width: 25%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.residents-list .item:before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background: #ccc;
}

.residents-list .item:after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: 1px;
  background: #ccc;
}

.residents-list .name {
  font-size: 22px;
  font-weight: 300;
}

.dwn-catalog-section h2 .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #00B332;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.dwn-catalog-section.w-manager .catalog-img {
  position: relative;
  left: -80px;
  z-index: -1;
  max-width: none;
}

.catalog-info.manager-info .info-text .name {
  font-size: 19px;
  font-weight: 700;
}

.catalog-info.manager-info .info-text .pos {
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.5;
}

.dwn-catalog-section.w-manager .catalog-dot {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.dwn-catalog-section.w-manager .catalog-info {
  bottom: 275px;
  left: 270px;
}

.catalog-info.manager-info {
  max-width: 275px;
}

.instagram-section {
  margin-top: 110px;
  margin-bottom: 25px;
}

.instagram-section .caption .img-inst {
  vertical-align: middle;
  margin-left: 15px;
}

.instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.instagram-list .item {
  width: 25%;
  padding: 15px;
}

.instagram-list .item-content {
  position: relative;
  width: 100%;
  height: 337px;
  overflow: hidden;
  color: #fff;
  display: block;
  cursor: default;
}

.instagram-section .instagram-list {
  margin-top: 40px;
}

.instagram-list .item-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  border-radius: 2px;
  transition: 0.5s;
}

.instagram-list .item-content:hover:before {
  opacity: 1;
}

.instagram-list .item-content .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.instagram-list .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 35px;
  opacity: 0;
  transform: translateY(10%);
}

.instagram-list .item-content:hover .item-info {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s 0.1s;
}

.instagram-list .stat-row {
  display: flex;
  align-items: center;
}

.instagram-list .stat + .stat {
  margin-left: 35px;
}

.instagram-list .stat {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.instagram-list .stat img {
  flex-shrink: 0;
  margin-right: 10px;
}

.instagram-list .desc {
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.modal {
  background: #ced962;
  border-radius: 2px;
  max-width: 100%;
  overflow: visible;
  padding: 0;
  width: 900px;
}

.modal * {
  font-family: Manrope;
}

.modal-standart_content {
  position: relative;
  z-index: 2;
  width: 410px;
  margin-left: auto;
  padding: 55px 60px 65px 0;
}

.modal .title {
  font-size: 30px;
}

.modal .desc {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 15px;
}

.modal form {
  margin-top: 35px;
  max-width: 300px;
}

.modal input {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 19px;
}

.modal .btnWrap {
  margin-top: 13px;
}

.modal .btn {
  width: 100%;
  font-size: 17px;
  padding: 25px 20px;
}

.modal-manager {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.modal-manager .img-manager {
  display: block;
}

.modal .catalog-info.manager-info .catalog-dot {
  top: auto;
  bottom: 0;
  transform: translate(50%, 50%);
}

.modal .catalog-info.manager-info {
  left: 30px;
  bottom: 60px;
}

.modal-catalog {
  position: absolute;
  bottom: 0;
  left: -140px;
}

.modal-catalog .img-catalog {
  display: block;
  max-width: none;
}

.modal-thanks_content {
  display: flex;
  align-items: center;
  padding: 100px 130px;
}

.modal-thanks_content .img-suc {
  flex-shrink: 0;
  margin-right: 50px;
}

.modal-thanks_content .text {
  font-size: 20px;
  margin-top: 10px;
}

.preloader-content {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader-content .preloader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-left-color: #00B232;
  border-top-color: #00B232;
  animation: rotate 2s linear infinite;
}

.preloader-content.active {
  opacity: 1;
  visibility: visible;
  transition: 0.29s;
}

.hidden-desktop {
  display: none;
}

.mobile-menu_content {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu_content.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 54px;
  height: 54px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.29s;
}

.mobile-menu .close:hover {
  cursor: pointer;
  background: #000;
}

.mobile-menu_content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.89) 36.67%, rgba(0, 0, 0, 0.68) 96.17%);
}

.mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  max-width: 100%;
  background: #303030;
  overflow-x: hidden;
  overflow-y: auto;
}

.mm-head {
  padding: 140px 40px 130px;
  color: #fff;
  text-align: center;
}

.mm-head .company-desc {
  font-size: 16px;
  font-weight: 300;
}

.mm-nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 70px;
}

.mm-nav_list .link {
  color: #fff;
  font-size: 19px;
}

.mm-nav_list .link:hover {
  color: #CED962;
}

.mm-nav_list li + li {
  margin-top: 25px;
}

.mm-footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.mm-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mm-footer .phone {
  font-size: 24px;
  color: #fff;
}

.mm-cont .mail {
  color: #CED962;
  margin-top: 5px;
  border-bottom: 1px solid #CED962;
}

.mm-cont .mail:hover {
  border-bottom-color: transparent;
}

.mm-soc {
  margin-top: 30px;
}

.mm-soc .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.mm-soc .soc-item + .soc-item {
  margin-left: 20px;
}

.mm-soc .sm-text {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 8px;
}

.menu-btn {
  width: 32px;
  display: none;
}

.menu-btn .line {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  transition: 0.29s;
}

.menu-btn .line-sm {
  width: 80%;
  margin-left: auto;
}

.menu-btn .line + .line {
  margin-top: 5px;
}

.menu-btn:hover {
  cursor: pointer;
}

.menu-btn:hover .line-sm {
  width: 100%;
}

.header.fixed .menu-btn .line {
  background: #000;
}

.mobile-close.hidden-desktop {
  align-items: center;
  position: absolute;
  z-index: 5;
  top: 25px;
  right: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.mobile-close img {
  margin-right: 10px;
  flex-shrink: 0;
}

.mobile-close .mc-text {
  margin-top: -1px;
}

.mobile-close.light-version {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-close.light-version img {
  filter: invert(1);
}

.map3 {
  width: 100%;
  height: calc(100vh - 100px);
}

@media only screen and (max-width: 1820px) {
  .footer .logo-content {
    max-width: 200px;
  }

  .f-logo-contacts .f-contact {
    margin-left: 20px;
    padding-left: 20px;
  }

  .f-logo-contacts {
    align-items: flex-start;
  }

  .f-row .horizontal-nav_list {
    margin-top: 5px;
  }

  .logo-content {
    max-width: none;
  }

  .main-content {
    height: auto;
    max-height: none;
  }

  .header .horizontal-nav_list {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .h-soc-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1480px) {
  .container, .premises-section .container {
    width: 1240px;
  }

  .header .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-item_list {
    margin-left: 40px;
  }

  .map-content .map-desc {
    margin-left: 40px;
  }

  .office-card {
    /*width: 380px;*/
  }

  .premises-list .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .premises-list {
    margin: 0 -10px;
  }

  .dwn-catalog-section .caption br {
    display: none;
  }

  .last-office-section .h2-label {
    top: 10px;
  }

  .nav-info {
    top: 21px;
  }

  .caption {
    font-size: 48px;
  }

  .office-card .imgWrap {
    margin-right: 20px;
  }

  .premises-stat_list {
    font-size: 15px;
  }

  .premises-img_link {
    height: 290px;
  }

  .about-text_area .col1, .about-text_area .col2 {
    width: 50%;
    max-width: none;
    padding-right: 40px;
  }

  .comfort-content .col1 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1250px) {
  .h-desc_col {
    display: none;
  }

  .header {
    padding: 20px 0;
    /*border-bottom: none;*/
  }

  .header .container, .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .header.fixed {
    padding: 14px 0;
  }

  .caption {
    font-size: 30px;
    text-align: center;
  }

  .caption br {
    display: none;
  }

  .main-content {
    padding-top: 170px;
    padding-bottom: 60px;
  }

  body {
    font-size: 16px;
  }

  .main-content .main-desc {
    font-size: 17px;
  }

  .main-awards {
    display: none;
  }

  .m-mobile_content {
    display: block !important;
    margin-top: 80px;
  }

  .m-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .m-contact .mail {
    margin-top: 5px;
  }

  .m-soc_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

  .m-soc_list .soc-item + .soc-item {
    margin-left: 20px;
  }

  .m-mobile_content .sm-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 10px;
  }

  .main-content .main-desc br {
    display: none;
  }

  .about-section {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-section .container {
    background: #F4F4F4;
    padding-left: 0;
    padding-right: 0;
  }

  .about-row {
    flex-wrap: wrap;
  }

  .about-row .caption {
    padding-top: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-item_list {
    margin-left: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }

  .about-item_list .item {
    width: 100%;
    padding: 0 20px;
  }

  .about-item_list .item-content {
    padding: 5px 0;
  }

  .about-item_list .item-content {
    display: flex;
    align-items: center;
  }

  .about-item_list .big-item .item-content {
    flex-wrap: wrap;
  }

  .about-item_list .selected-text {
    width: 140px;
    flex-shrink: 0;
  }

  .about-item_list .big-item .selected-text {
    width: 100%;
  }

  .about-item_list .desc br {
    display: none;
  }

  .adv-img {
    position: relative;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 2px;
    display: block;
    margin: auto;
    display: none !important;
  }

  .about-item_list .item-box {
    padding-left: 0;
    padding-right: 0;
  }

  .adv-img-mobile {
    display: block !important;
    margin: auto;
    margin-top: 40px;
  }

  .about-text_area {
    display: none;
  }

  .map-content .map-area {
    display: none;
  }

  .map-section {
    margin-top: 60px;
  }

  .map-content .map-desc .desc {
    text-align: center;
  }

  .map-item_list {
    /*flex-wrap: wrap;*/
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .map-item_list .item {
    display: flex;
    align-items: center;
    margin-left: calc(50% - 140px) !important;
  }

  .map-item_list .text-selected {
    width: 140px;
  }

  .map-content .map-desc {
    margin-left: 0;
  }

  .map-content .map-desc .desc {
    margin-top: 15px;
  }

  .map-btnWrap {
    display: block !important;
    text-align: center;
    margin-top: 30px;
  }

  .map-btn {
    position: relative;
    max-width: 100%;
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .map-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
  }

  .map-btn span {
    display: block;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 15px;
  }

  .container, .premises-section .container {
    width: 100%;
  }

  .premises-list .item {
    display: none;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .premises-list .item:nth-child(1), .premises-list .item:nth-child(2) {
    display: block;
  }

  .office-card .imgWrap {
    /*width: 100%;*/
    margin-right: 0;
    margin-bottom: 20px;
  }

  .premises-list:before {
    display: none;
  }

  .office-card {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  .office-card .item-desc_area {
    width: 100%;
  }

  .premises-list {
    max-height: none;
  }

  .premises-list .show-more {
    position: relative;
    bottom: 0;
    margin-top: 25px;
  }

  .premises-list .show-more .btn {
    width: auto;
  }

  .office-card .item-btn_area {
    display: flex;
    align-items: center;
  }

  .office-card .item-btn_area .btn + .btn {
    margin-left: 20px;
    margin-top: 0;
  }

  .premises-section .caption {
    margin-bottom: 30px;
  }

  .premises-section {
    margin-top: 60px;
  }

  .dwn-catalog_content {
    flex-wrap: wrap;
  }

  .dwn-catalog_content .col1 {
    width: 100%;
    padding-top: 45px;
  }

  .dwn-catalog_content .col2 {
    width: 100%;
  }

  .mobile-bg-colored {
    background: #F4F4F4;
  }

  .dwn-catalog_content .col1:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
  }

  #dwn-catalog-section1 .catalog-info {
    bottom: auto;
    top: -10px;
  }

  #dwn-catalog-section1 .catalog-dot {
    top: auto;
    bottom: 0;
    transform: translate(50%, 50%);
  }

  .dwn-catalog-section .caption {
    font-size: 30px;
  }

  .dwn-catalog_content .col2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .dwn-catalog-section .caption-desc {
    font-size: 17px;
    text-align: center;
  }

  .dwn-form_step {
    width: 240px;
    margin: 30px auto 0;
  }

  .inp-desc {
    text-align: center;
  }

  .dwn-form_step .btnWrap {
    margin-left: 0;
    margin-top: 10px;
  }

  .w-field-desc {
    margin-right: 0;
  }

  .dwn-form_step .btn {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .mobile-bg-colored input {
    background: #fff;
  }

  .dwn-catalog-section {
    border-bottom: none;
  }

  .gallery-section {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .gal-slider {
    left: 0;
    transform: none;
    width: 100%;
  }

  .gal-slider .slick-prev {
    left: 20px;
  }

  .gal-slider .slick-next {
    right: 20px;
  }

  .gal-slider .slick-arrow:after {
    display: none;
  }

  .gal-slide_img {
    margin: auto;
  }

  .gal-tab_list {
    margin-bottom: 25px;
  }

  .gal-slide {
    padding: 0;
  }

  .gal-slider_area {
    min-height: auto;
  }

  .hidden-mobile {
    display: none;
  }

  .ls-content {
    flex-wrap: wrap;
  }

  .last-office-section .h2-label {
    display: none;
  }

  .ls-content .col1, .ls-content .col2 {
    width: 100%;
  }

  .ls-content .col1 {
    margin-bottom: 30px;
  }

  .last-office-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .ls-content .col2 .office-card {
    margin: auto;
  }

  .nav-info {
    display: none;
  }

  .advantages-section .caption {
    text-align: center;
    margin-bottom: 30px;
  }

  .advantages-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .adv-card {
    margin: auto;
  }

  .advantages-slider {
    width: 100%;
  }

  .advantages-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
  }

  .advantages-slider .slick-prev {
    left: 20px;
  }

  .advantages-slider .slick-next {
    left: auto;
    right: 20px;
  }

  .adv-card .desc {
    text-align: center;
    justify-content: center;
  }

  .comfort-section {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .comfort-content {
    display: block;
  }

  .comfort-nav {
    display: none;
  }

  .comfort-nav.mobile-version {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .comfort-content .col1 {
    width: 100%;
    margin-right: 0;
  }

  .comfort-content .col2 {
    margin-top: 30px;
  }

  .comfort-section .caption-desc {
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
  }

  .comfort-slider {
    width: 100%;
  }

  .smd-card {
    margin: auto;
  }

  .smd-card .desc {
    text-align: center;
  }

  .dwn-catalog_content.w-manager > .col1 {
    padding-top: 0;
  }

  .dwn-catalog-section.w-manager .catalog-img {
    max-width: 489px;
    left: -30px;
  }

  .dwn-catalog-section.w-manager .catalog-info {
    bottom: 55px;
    left: 50px;
  }

  .catalog-info.manager-info .info-text .name {
    font-size: 17px;
  }

  .dwn-catalog-section.w-manager .container {
    padding-left: 0;
    padding-right: 0;
  }

  .dwn-catalog-section.w-manager .col1, .dwn-catalog-section.w-manager .col2 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dwn-catalog-section.w-manager .col1 {
    padding-top: 0;
  }

  /*.dwn-catalog-section.w-manager .col1:after {
  	position: absolute;
  	z-index: -1;
  	content: '';
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 250px;
  	background: #F4F4F4;
  }*/
  .dwn-catalog-section.w-manager .col2:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
  }

  .dwn-catalog-section.w-manager .col2 input {
    background: #fff;
  }

  .dwn-catalog-section.w-manager .caption {
    font-size: 24px;
  }

  .footer .f-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .f-row > .col1, .footer .f-row > .col2 {
    width: 100%;
  }

  .footer .f-row > .col1 {
    position: relative;
    padding-bottom: 60px;
  }

  .footer .f-row > .col1:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
  }

  .f-logo-contacts {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .f-logo-contacts .f-contact {
    margin-left: 0;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
  }

  .f-logo-contacts .f-contact:before {
    display: none;
  }

  .footer .f-soc .row {
    justify-content: center;
  }

  .f-row .horizontal-nav_list {
    display: none;
  }

  .f-sm-row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 320px;
    margin: 40px auto 0;
  }

  .f-sm-row .col {
    width: 100%;
    padding: 0;
  }

  .f-sm-row .text + .text {
    margin-top: 20px;
  }

  .footer .f-row2 {
    padding-top: 0;
    text-align: center;
    margin-top: 20px;
  }

  .footer .f-row2:before {
    display: none;
  }

  .dev {
    justify-content: center;
    font-size: 15px;
  }

  .dwn-catalog-section .caption-desc br {
    display: none;
  }

  .dwn-form_step {
    justify-content: center;
  }
}
@media only screen and (max-width: 850px) {
  .catalog-mobile {
    position: absolute !important;
    bottom: 0;
    right: 3px;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 50% !important;
    max-width: none;
  }

  .header.fixed {
    padding: 10px 0;
  }

  .premises-list .item {
    width: 100%;
  }

  .premises-list .office-card {
    margin: auto;
  }

  .premises-list .item + .item {
    margin-top: 50px;
  }

  .gal-slider .slick-arrow {
    transform: translateY(-50%) scale(0.7);
  }

  .main-content {
    padding-top: 140px;
  }

  .modal-manager, .modal-catalog {
    display: none;
  }

  .modal-manager_mobile {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #FFEA94;
  }

  .modal-manager_mobile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
  }

  .modal {
    padding-top: 60px;
    max-width: 430px;
    width: 100%;
  }

  .modal-standart_content {
    width: 100%;
    margin: 0;
    padding: 15px 10px 30px;
    text-align: center;
  }

  .modal .title {
    font-size: 24px;
  }

  .modal .desc {
    font-size: 17px;
    max-width: 350px;
    margin: 15px auto 0;
  }

  .modal form {
    margin: 30px auto 0;
  }

  .modal-thanks_content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px 60px;
    text-align: center;
  }

  .modal-thanks_content .img-suc {
    margin: 20px 0 15px;
    max-width: 70px;
  }

  .modal-thanks_content .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 425px) {
  .footer .logo-content * {
    text-align: center !important;
  }

  .footer .logo-content {
    align-items: center;
  }

  .logo-content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .logo-content .company {
    text-align: left;
  }

  .office-card, .office-card .imgWrap {
    width: 100%;
  }

  .premises-img_link {
    height: calc(75vw - 30px);
  }

  .office-card .btn {
    max-width: 140px;
  }

  .gal-slider .slick-prev {
    left: 0;
  }

  .gal-slider .slick-next {
    right: 0;
  }

  .office-card .card-label_list {
    display: none;
  }

  .adv-card {
    width: 100%;
  }

  .mobile-menu .close {
    display: none;
  }

  .mobile-close.hidden-desktop {
    display: flex !important;
  }

  .fancybox-close-small {
    display: none;
  }

  .mobile-menu {
    width: 100%;
  }

  .mm-head {
    padding: 100px 20px 50px;
  }

  .mm-nav_list {
    margin-top: 45px;
  }

  .mm-nav_list li + li {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
 #gallery-section .gal-slider, #gallery-section .slick-list {
    height: 300px !important;
  }
 #gallery-section .gal-slide_img {
    width: 100%;
    height: 300px;
  }
}
/*# sourceMappingURL=style.min.css.map */
