@charset "utf-8";
/*LESS INIT*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(.btn):not(.slick-arrow):not(.pagination a):not(.close) {
  outline: none !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #fff;
  background: #197ec7;
}
*::selection {
  color: #fff;
  background: #197ec7;
}
a {
  text-decoration: none;
  color: #1C8CDE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #1C8CDE;
}
a:hover {
  text-decoration: none;
}
select {
  opacity: 0;
}
html {
  font-size: 62.5%;
  overflow: auto;
  height: 100%;
  background-color: #E6E6E6;
}
html body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 2;
  font-weight: 300;
  color: #353535;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0 auto;
  background-image: url('../images/bg/bg-dark.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
@supports (background-image: url( ../images/bg/bg-dark.webp )) {
  html body {
    background-image: url('../images/bg/bg-dark.webp');
  }
}
html.open {
  overflow: hidden;
  scrollbar-gutter: stable;
}
@media (max-width: 1280px) {
  html body {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  html body {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  html body {
    font-size: 15px;
  }
}
main {
  position: relative;
}
.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container.container-narrow {
  width: 1140px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
main {
  display: block;
}
main > section {
  position: relative;
  display: block;
}
.page-423 h1 {
  position: relative;
  margin-bottom: 0;
}
.page-423 h1:before {
  content: '';
  display: block;
  margin: 0 0 20px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 6px solid #364D5F;
  background: url("../images/icon/ico-check-blue.svg") no-repeat center;
  background-size: 65% auto;
}
@media (max-width: 1280px) {
  .page-423 h1:before {
    margin: 0 auto 15px;
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 1024px) {
  .page-423 h1:before {
    margin: 0 0 12px;
    width: 135px;
    height: 135px;
    border-width: 6px;
  }
}
@media (max-width: 768px) {
  .page-423 h1:before {
    margin: 0 0 8px;
    width: 90px;
    height: 90px;
    border-width: 4px;
  }
}
.page-423 .text {
  text-align: center;
}
.page-423 .text h2 {
  font-weight: 500;
  margin: 20px 0 0;
}
@media (max-width: 1024px) {
  .page-423 .text h2 {
    margin: 10px 0 0;
  }
}
.page-423 .text .btn {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .page-423 .text .btn {
    margin-top: 15px;
  }
}
/*LESS MIXINS*/
@-webkit-keyframes notification {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  70% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  90% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes notification {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  70% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  90% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrowBottom {
  0% {
    top: 45%;
  }
  90% {
    top: 53%;
  }
  100% {
    top: 45%;
  }
}
@keyframes arrowBottom {
  0% {
    top: 45%;
  }
  90% {
    top: 53%;
  }
  100% {
    top: 45%;
  }
}
@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  90% {
    -webkit-transform: rotate(45deg) translateX(-2px) translateY(2px);
            transform: rotate(45deg) translateX(-2px) translateY(2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@keyframes arrowLeft {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  90% {
    -webkit-transform: rotate(45deg) translateX(-2px) translateY(2px);
            transform: rotate(45deg) translateX(-2px) translateY(2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  90% {
    -webkit-transform: rotate(45deg) translateX(2px) translateY(-2px);
            transform: rotate(45deg) translateX(2px) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@keyframes arrowRight {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  90% {
    -webkit-transform: rotate(45deg) translateX(2px) translateY(-2px);
            transform: rotate(45deg) translateX(2px) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@-webkit-keyframes arrowRightSimple {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrowRightSimple {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrowDownRotate {
  0% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
  90% {
    -webkit-transform: translateY(3px) rotate(135deg);
            transform: translateY(3px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
}
@keyframes arrowDownRotate {
  0% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
  90% {
    -webkit-transform: translateY(3px) rotate(135deg);
            transform: translateY(3px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}
@-webkit-keyframes mapMarker {
  0% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-3px);
            transform: translateX(-50%) translateY(-3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-1px);
            transform: translateX(-50%) translateY(-1px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes mapMarker {
  0% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-3px);
            transform: translateX(-50%) translateY(-3px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-1px);
            transform: translateX(-50%) translateY(-1px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes showLi {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showLi {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes moveLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
@keyframes moveLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
@-webkit-keyframes moveRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
@keyframes moveRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
@-webkit-keyframes arrowBlank {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-1px);
            transform: translateX(1px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes arrowBlank {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  80% {
    -webkit-transform: translateX(1px) translateY(-1px);
            transform: translateX(1px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidePumpLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidePumpLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slidePumpRight {
  0% {
    -webkit-transform: rotate(-180deg) translateX(-100%);
            transform: rotate(-180deg) translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(-180deg) translateX(15px);
            transform: rotate(-180deg) translateX(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-180deg) translateX(-10px);
            transform: rotate(-180deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateX(0);
            transform: rotate(-180deg) translateX(0);
    opacity: 1;
  }
}
@keyframes slidePumpRight {
  0% {
    -webkit-transform: rotate(-180deg) translateX(-100%);
            transform: rotate(-180deg) translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate(-180deg) translateX(15px);
            transform: rotate(-180deg) translateX(15px);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-180deg) translateX(-10px);
            transform: rotate(-180deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateX(0);
            transform: rotate(-180deg) translateX(0);
    opacity: 1;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr {
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
/*FONTS*/
@font-face {
  font-family: "Rethink Sans";
  src: url('../fonts/RethinkSans-Regular.woff2') format('woff2'), url('../fonts/RethinkSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rethink Sans";
  src: url('../fonts/RethinkSans-Bold.woff2') format('woff2'), url('../fonts/RethinkSans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rethink Sans";
  src: url('../fonts/RethinkSans-ExtraBold.woff2') format('woff2'), url('../fonts/RethinkSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
input,
select,
textarea,
nav,
button {
  font-family: "Rethink Sans", sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
body > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  z-index: 100;
  padding: 40px 0;
  -webkit-box-shadow: 0 0 20px 2px rgba(60, 60, 60, 0);
          box-shadow: 0 0 20px 2px rgba(60, 60, 60, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Overlay generated by JS */
}
body > header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg/bg-header.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@supports (background-image: url( ../images/bg/bg-header.webp )) {
  body > header:before {
    background-image: url('../images/bg/bg-header.webp');
  }
}
body > header.header-secondary:before {
  opacity: 1;
}
body > header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > header .logo-main {
  display: block;
  width: 154px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body > header .logo-main img {
  display: block;
  width: 100%;
  height: auto;
}
body > header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 5px;
}
body > header .scroll {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body > header nav {
  width: 100%;
}
body > header nav ul.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  gap: 35px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body > header nav ul.sitemap li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #3C3C3C;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > header nav ul.sitemap li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  height: 2px;
  background-color: rgba(53, 53, 53, 0.6);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body > header nav ul.sitemap li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body > header nav ul.sitemap li.active a {
  font-weight: 600;
  color: #c29d6d;
}
body > header .list-contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
body > header .list-contacts:before {
  content: '';
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background-color: #C9C9C9;
}
body > header .list-contacts li p {
  display: none;
}
body > header .list-contacts li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3C3C3C;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > header .list-contacts li a:before {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../images/icon/ico-mail-dark.svg") no-repeat center;
  background-size: contain;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > header .list-contacts li a:hover {
  color: #c29d6d;
}
body > header .list-contacts li a:hover:before {
  opacity: 1;
}
body > header .open-menu {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
  padding: 0;
  z-index: 102;
  /* Keeps button above the sliding menu and overlay */
  /* Transform hamburger into a cross */
}
body > header .open-menu span,
body > header .open-menu span:before,
body > header .open-menu span:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background: #3C3C3C;
  left: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > header .open-menu span {
  top: 19px;
  width: 29px;
}
body > header .open-menu span:before {
  top: -8px;
  left: 0;
}
body > header .open-menu span:after {
  bottom: -8px;
  left: 0;
}
body > header .open-menu:hover span,
body > header .open-menu:hover span:before,
body > header .open-menu:hover span:after {
  background: #c29d6d;
}
body > header .open-menu:hover span {
  width: 26px;
}
body > header .open-menu.open span {
  background: transparent;
  /* Hides the middle line */
}
body > header .open-menu.open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #c29d6d;
}
body > header .open-menu.open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #c29d6d;
}
body > header .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
body > header .menu-overlay.displayed {
  opacity: 1;
  pointer-events: auto;
}
body > header.is-fixed {
  position: fixed;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 20px 2px rgba(60, 60, 60, 0.2);
          box-shadow: 0 0 20px 2px rgba(60, 60, 60, 0.2);
}
body > header.is-fixed:before {
  opacity: 1;
}
body > header.is-fixed .logo-main {
  width: 100px;
}
body > header.is-fixed nav ul.sitemap {
  gap: 30px;
  margin: 0 0 5px 0;
}
body > header .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
body > header .menu-overlay.displayed {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1700px) {
  body > header {
    z-index: 101;
  }
}
@media (max-width: 1100px) {
  body > header .logo-main {
    width: 85px;
  }
  body > header .open-menu {
    display: block;
    margin: 7px 0 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body > header .menu {
    position: fixed;
    top: 0;
    left: -120%;
    width: 350px;
    height: 100vh;
    background-color: #3C3C3C;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 100px 30px 40px;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  body > header .menu.open {
    left: 0;
  }
  body > header .scroll {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  body > header nav ul.sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  body > header nav ul.sitemap li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
  }
  body > header nav ul.sitemap li a:after {
    background-color: #c29d6d;
  }
  body > header .list-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    gap: 20px;
  }
  body > header .list-contacts:before {
    display: none;
    /* Hide horizontal flex-line */
  }
  body > header .list-contacts li a {
    color: #fff;
  }
  body > header .list-contacts li a:before {
    /* Inverts dark SVG icon to white */
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  body > header .list-contacts li a:hover {
    color: #c29d6d;
  }
  body > header.is-fixed .logo-main {
    width: 85px;
  }
  body > header.is-fixed .open-menu {
    margin: 12px 0 0 20px;
  }
}
@media (max-width: 768px) {
  body > header {
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body > header .container {
    padding: 0 20px;
  }
}
body > footer {
  padding: 240px 0 80px;
  text-align: center;
  color: #fff;
  background-image: url('../images/bg/bg-footer.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@supports (background-image: url( ../images/bg/bg-footer.webp )) {
  body > footer {
    background-image: url('../images/bg/bg-footer.webp');
  }
}
body > footer .logo-main {
  display: block;
  width: 160px;
  margin: 0 auto 40px;
}
body > footer .logo-main img {
  width: 100%;
}
body > footer nav {
  margin-bottom: 120px;
}
body > footer nav .sitemap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
body > footer nav .sitemap li a {
  position: relative;
  color: #353535;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body > footer nav .sitemap li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 2px;
  background-color: rgba(53, 53, 53, 0.6);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body > footer nav .sitemap li.active a:after,
body > footer nav .sitemap li a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body > footer .list-contacts {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 120px;
}
body > footer .list-contacts li {
  text-align: left;
}
body > footer .list-contacts li p {
  font-size: 20px;
  color: #fff;
  margin: 0 0 5px 0;
}
body > footer .list-contacts li a {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  margin-left: 50px;
}
body > footer .list-contacts li a:before {
  content: '';
  position: absolute;
  left: -50px;
  top: -5px;
  width: 38px;
  height: 38px;
}
body > footer .list-contacts li a:hover {
  border-bottom-color: #DDD3C4;
}
body > footer .list-contacts li a[href^="tel"] {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
body > footer .list-contacts li a[href^="tel"]:before {
  top: 2px;
  background: url("../images/icon/ico-phone-brown-light.svg") no-repeat center / contain;
}
body > footer .list-contacts li a[href^="tel"] span {
  font-size: 24px;
  font-weight: 400;
  margin-right: 5px;
}
body > footer .list-contacts li a[href^="mailto"] {
  font-size: 24px;
  font-weight: 400;
}
body > footer .list-contacts li a[href^="mailto"]:before {
  background: url("../images/icon/ico-mail-brown-light.svg") no-repeat center / contain;
}
body > footer .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
body > footer .buttons .btn {
  min-width: 250px;
}
body > footer .social-networks {
  padding: 0;
  margin: 70px 0 40px;
  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;
  width: 100%;
}
body > footer .list-social-networks {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
body > footer .list-social-networks::before,
body > footer .list-social-networks::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
body > footer .list-social-networks:before {
  right: calc(100% + 120px);
}
body > footer .list-social-networks:after {
  left: calc(100% + 120px);
}
body > footer .list-social-networks li a {
  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;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
body > footer .list-social-networks li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #E6E6E6;
}
body > footer .list-social-networks li a img {
  width: 55%;
  height: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
body > footer .copyright {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  display: block;
}
body > footer .copyright div {
  display: block;
  margin-top: 5px;
}
body > footer .copyright p {
  display: inline;
  margin: 0;
}
body > footer .copyright a {
  color: #fff;
  text-decoration: none;
}
body > footer .copyright a:hover {
  color: #B1916A;
}
body > footer .pixeldesign-sign {
  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;
  gap: 12px;
}
body > footer .pixeldesign-sign a {
  display: block;
  width: 42px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body > footer .pixeldesign-sign a:hover {
  opacity: 0.8;
}
body > footer .pixeldesign-sign a img {
  width: 100%;
  height: auto;
}
body > footer .pixeldesign-sign img {
  max-width: 180px;
  height: auto;
  display: block;
}
@media (max-width: 950px) {
  body > footer nav {
    display: none;
  }
  body > footer .list-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body > footer .list-contacts li p {
    text-align: center;
  }
}
@media (max-width: 500px) {
  body > footer .list-contacts li p {
    font-size: 18px;
  }
  body > footer .list-contacts li a {
    margin-left: 47px;
  }
  body > footer .list-contacts li a:before {
    left: -47px;
    top: -6px;
    width: 36px;
    height: 36px;
  }
  body > footer .list-contacts li a[href^="tel"] {
    font-size: 32px;
  }
  body > footer .list-contacts li a[href^="tel"] span {
    font-size: 20px;
  }
  body > footer .list-contacts li a[href^="mailto"] {
    font-size: 20px;
  }
  body > footer .copyright {
    font-size: 13px;
  }
}
@media (max-width: 370px) {
  body > footer .list-contacts li p {
    font-size: 16px;
  }
  body > footer .list-contacts li a {
    margin-left: 42px;
  }
  body > footer .list-contacts li a:before {
    left: -42px;
    top: -6px;
    width: 34px;
    height: 34px;
  }
  body > footer .list-contacts li a[href^="tel"] {
    font-size: 28px;
  }
  body > footer .list-contacts li a[href^="tel"] span {
    font-size: 18px;
  }
  body > footer .list-contacts li a[href^="mailto"] {
    font-size: 18px;
  }
  body > footer .copyright {
    font-size: 12px;
  }
}
.breadcrumbs {
  position: relative;
  padding: 260px 0 0;
  color: #a4a4a4;
  background-color: #fff;
  background-image: url('../images/bg/bg-introduction-secondary.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1280px auto;
}
@supports (background-image: url( ../images/bg/bg-introduction-secondary.webp )) {
  .breadcrumbs {
    background-image: url('../images/bg/bg-introduction-secondary.webp');
  }
}
.breadcrumbs ul {
  line-height: 1.5;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
}
.breadcrumbs li a {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  color: #BDBDBD;
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumbs li a:hover {
  border-bottom-color: transparent;
}
.breadcrumbs li span {
  color: rgba(189, 189, 189, 0.8);
  font-size: 15px;
}
.breadcrumbs li.separator {
  margin-right: 40px;
}
.breadcrumbs li.separator:after {
  content: '';
  position: absolute;
  top: 11px;
  right: -31px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url("../images/icon/icon-arrow-breadcrumbs-blue.svg") no-repeat center center / contain;
}
@media (max-width: 1600px) {
  .breadcrumbs {
    background-position: right -170px top;
  }
}
@media (max-width: 1440px) {
  .breadcrumbs {
    padding: 230px 0 0;
  }
}
@media (max-width: 1366px) {
  .breadcrumbs {
    padding: 190px 0 0;
    background-position: right top;
    background-size: 77% auto;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 135px 0 0;
  }
  .breadcrumbs li.separator:after {
    top: 10px;
  }
  .breadcrumbs li a {
    font-size: 13px;
  }
  .breadcrumbs li span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 105px 0 0;
  }
  .breadcrumbs li.separator:after {
    top: 8.5px;
  }
}
@media (max-width: 600px) {
  .breadcrumbs {
    background-position: left 160px top;
    background-size: 530px auto;
  }
}
@media (max-width: 580px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
  .breadcrumbs li span {
    font-size: 12px;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 190px;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 50px 0 30px;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 12px;
}
.btn:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.btn:active {
  -webkit-transform: translateX(4px) scale(0.98);
          transform: translateX(4px) scale(0.98);
}
.btn.btn-default {
  color: #3C3C3C;
  background-color: #fff;
}
.btn.btn-default:hover {
  background-color: #f5f5f5;
}
.btn.btn-primary {
  color: #3C3C3C;
  background-color: #C09B70;
}
.btn.btn-primary:hover {
  background-color: #ba9162;
}
.btn.btn-secondary {
  color: #3C3C3C;
  background-color: #DDD3C4;
}
.btn.btn-secondary:hover {
  background-color: #d6c9b7;
}
.btn.btn-tertiary {
  color: #fff;
  background-color: #353535;
}
.btn.btn-tertiary:hover {
  background-color: #232323;
}
@media (max-width: 1280px) {
  .btn {
    min-width: 170px;
    height: 50px;
    font-size: 14px;
    padding: 0 45px 0 25px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .btn {
    min-width: 150px;
    height: 46px;
    font-size: 13px;
    padding: 0 40px 0 20px;
    gap: 8px;
  }
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .buttons {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .buttons {
    margin-top: 25px;
    gap: 10px;
  }
}
/*ckeditor*/
body.cke_editable {
  background: #fff;
  padding: 10px !important;
}
body.cke_editable img {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  margin-bottom: 20px;
}
body.cke_editable h1 {
  text-align: left;
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #171A1D;
}
body.cke_editable h2 {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #171A1D;
}
body.cke_editable h2 + p {
  text-align: left;
}
body.cke_editable em {
  font-style: italic;
}
body.cke_editable a {
  color: #D62421;
}
body.cke_editable ul {
  margin-bottom: 2rem;
}
body.cke_editable ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
body.cke_editable ul li p {
  display: inline;
}
body.cke_editable ol {
  margin-bottom: 2rem;
}
body.cke_editable ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
body.cke_editable ol li p {
  display: inline;
}
/*COOKIES*/
.cookie-bar {
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 720px;
  max-width: calc(100% - 40px);
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  padding: 30px 35px 35px;
  font-weight: 300;
  text-align: center;
  color: #364D5F;
  border-radius: 22px;
  z-index: 51;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
}
.cookie-bar .icon {
  width: 150px;
  margin: 0 auto 20px;
}
.cookie-bar h2 {
  font-size: 42px;
  margin-bottom: 5px;
}
.cookie-bar p {
  display: block;
  margin-bottom: 25px;
  font-weight: 300;
}
.cookie-bar a {
  display: inline-block;
  line-height: 1;
  color: #1C8CDE;
  border-bottom: 1px solid rgba(28, 140, 222, 0.8);
}
.cookie-bar a:hover {
  color: #1C8CDE;
  border-bottom-color: transparent;
}
.cookie-bar .description {
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  font-size: 18px;
  font-weight: 300;
}
.cookie-bar .buttons {
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cookie-bar .btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 205px;
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
}
.cookie-bar.hidden {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
@media (max-width: 768px) {
  .cookie-bar {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 20px 20px;
    font-size: 14px;
    border-radius: 18px;
  }
  .cookie-bar .icon {
    width: 128px;
    margin: 0 auto 12px;
  }
  .cookie-bar h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .cookie-bar p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .cookie-bar .btn {
    padding: 0 15px;
  }
}
@media (max-width: 680px) {
  .cookie-bar .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 480px) {
  .cookie-bar {
    padding: 18px 10px 10px;
  }
  .cookie-bar .icon {
    width: 92px;
    margin: 0 auto 12px;
  }
  .cookie-bar h2 {
    font-size: 30px;
  }
  .cookie-bar p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cookie-bar .btn {
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
  }
}
.cookieschoice__title {
  margin-bottom: 30px;
}
.list-cookies h4 {
  position: relative;
  color: #364D5F;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2 !important;
  padding-left: 20px;
  margin: 0 !important;
  cursor: pointer;
}
.list-cookies h4:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1C8CDE;
  border-right: 2px solid #1C8CDE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-cookies li.cookieschoice__item {
  display: block;
  padding: 12px 20px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.03);
}
.list-cookies li.cookieschoice__item.cookieschoice__subitem {
  position: relative;
  margin-left: 40px;
}
.list-cookies li.cookieschoice__item.cookieschoice__subitem:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 25px;
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}
.list-cookies li.cookieschoice__item.cookieschoice__subitem:after {
  content: '';
  position: absolute;
  right: calc(100% + 18px);
  top: -10px;
  width: 2px;
  height: calc(100% + 10px);
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.list-cookies li.cookieschoice__item.cookieschoice__subitem + .cookieschoice__subitem:after {
  height: 35px;
}
.list-cookies .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-cookies .description.open h4:before {
  left: 0;
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.list-cookies .description.open + .details {
  max-height: 350px;
  padding-top: 10px;
}
.list-cookies .details {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, padding-top 0.2s ease;
  transition: max-height 0.5s ease, padding-top 0.2s ease;
}
.list-cookies .details p {
  font-size: 16px;
  text-align: left;
}
@media (max-width: 620px) {
  .list-cookies h4 {
    font-size: 18px;
  }
  .list-cookies li.cookieschoice__item {
    padding: 8px 10px;
  }
  .list-cookies .details p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .list-cookies h4 {
    font-size: 15px;
    padding-left: 16px;
  }
  .list-cookies h4:before {
    width: 8px;
    height: 8px;
    left: 0;
  }
  .list-cookies .description.open h4:before {
    left: 2px;
    top: -4px;
  }
  .list-cookies .details p {
    font-size: 12px;
  }
  .list-cookies li.cookieschoice__item {
    padding: 10px 7px 10px 5px;
  }
  .list-cookies li.cookieschoice__item.cookieschoice__subitem {
    margin-left: 25px;
  }
  .list-cookies li.cookieschoice__item.cookieschoice__subitem:before {
    top: 20px;
    width: 15px;
  }
  .list-cookies li.cookieschoice__item.cookieschoice__subitem:after {
    right: calc(100% + 13px);
  }
  .list-cookies li.cookieschoice__item.cookieschoice__subitem + .cookieschoice__subitem:after {
    height: 32px;
  }
}
@media (max-width: 400px) {
  .list-cookies h4 {
    font-size: 13px;
    padding-right: 12px;
  }
  .list-cookies .input-checkbox label {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .list-cookies h4 {
    font-size: 12px;
    padding-right: 10px;
  }
  .list-cookies li.cookieschoice__item {
    padding: 8px 5px 8px 2px;
  }
  .list-cookies .input-checkbox label {
    font-size: 11px;
  }
}
/*ERROR 404*/
.page-404 .text {
  text-align: center;
}
.image-404 {
  display: block;
  font-size: 200px;
  text-align: center !important;
  width: 560px;
  max-width: 100%;
  height: 175px;
  font-weight: 600;
  line-height: 1.25;
  margin: 20px auto 0 !important;
  color: #364D5F;
  border-bottom: 1px solid #1C8CDE;
  overflow: hidden;
}
h2.title-404 {
  text-align: center !important;
  color: #1C8CDE !important;
  margin-bottom: 10px !important;
}
h2.title-404:before,
h2.title-404:after {
  display: none;
}
p.text-404 {
  display: block;
  width: 550px !important;
  max-width: 100%;
  text-align: center !important;
  margin: 0 auto 30px !important;
}
p.text-404 a {
  position: relative;
  color: #1C8CDE;
  -webkit-transition: #1C8CDE;
  transition: #1C8CDE;
  border-bottom: 1px solid rgba(28, 140, 222, 0.5);
}
p.text-404 a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 600px) {
  .image-404 {
    font-size: 135px;
    height: 117px;
    margin-top: 10px;
  }
}
.category-detail-filters h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #171A1D;
  margin-bottom: 40px;
}
.apartments-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 0 0 60px;
}
.apartments-filter .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.apartments-filter .filter-row .filter-label {
  font-size: 18px;
  font-weight: 700;
  color: #171A1D;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.apartments-filter .filter-row .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.apartments-filter .filter-row .filter-options .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  color: #171A1D;
}
.apartments-filter .filter-row .filter-options .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.apartments-filter .filter-row .filter-options .custom-radio input:checked ~ .checkmark::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.apartments-filter .filter-row .filter-options .custom-radio input:hover ~ .checkmark {
  border-color: #b2854a;
}
.apartments-filter .filter-row .filter-options .custom-radio .checkmark {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #c29d6d;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.apartments-filter .filter-row .filter-options .custom-radio .checkmark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #c29d6d;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.apartments-filter .filter-row .filter-options .custom-radio .text {
  font-weight: 400;
  padding-top: 2px;
}
.apartments-filter .btn-hidden,
.apartments-filter .catalog-dynamic-button {
  left: -3000px;
  position: absolute;
  opacity: 0;
  height: 0.1px;
  width: 0.1px;
  visibility: hidden;
}
@media (max-width: 992px) {
  .apartments-filter {
    gap: 30px;
  }
  .apartments-filter .filter-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .apartments-filter .filter-row .filter-label {
    width: auto;
  }
  .apartments-filter .filter-row .filter-options {
    gap: 25px;
  }
  .apartments-filter .filter-row .filter-options .custom-radio .checkmark {
    width: 32px;
    height: 32px;
  }
  .apartments-filter .filter-row .filter-options .custom-radio .checkmark::after {
    width: 12px;
    height: 12px;
  }
}
/*FORMS*/
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
form .input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .input.input-half {
  width: calc(50% - 10px);
}
@media (max-width: 575px) {
  form .input.input-half {
    width: 100%;
  }
}
form .input label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #353535;
}
form .input label abbr {
  text-decoration: none;
  color: #c29d6d;
  margin-left: 3px;
}
form .input input[type="text"],
form .input input[type="email"],
form .input textarea {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #fff;
  font-family: inherit;
  font-size: 18px;
  color: #353535;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form .input input[type="text"]:focus,
form .input input[type="email"]:focus,
form .input textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(193, 154, 107, 0.4);
          box-shadow: 0 0 0 2px rgba(193, 154, 107, 0.4);
}
form .input textarea {
  resize: vertical;
  min-height: 110px;
}
form .input.input-checkbox.input-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
form .input.input-checkbox.input-checkbox .label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
form .input.input-checkbox.input-checkbox .label a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
form .input.input-checkbox.input-checkbox .label a:hover {
  border-bottom-color: transparent;
}
form .input.input-checkbox.input-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .input.input-checkbox.input-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
form .input.input-checkbox.input-checkbox label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
form .input.input-checkbox.input-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .input.input-checkbox.input-checkbox label::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 3px;
  width: 12px;
  height: 21px;
  border: solid #c29d6d;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .input.input-checkbox.input-checkbox label span {
  display: none;
}
form .input.input-checkbox.input-checkbox label:hover::before {
  -webkit-box-shadow: 0 0 0 2px rgba(193, 154, 107, 0.4);
          box-shadow: 0 0 0 2px rgba(193, 154, 107, 0.4);
}
form .input.input-checkbox.input-checkbox label:hover::after {
  opacity: 0.2;
}
form .buttons {
  width: 100%;
  margin-top: 10px;
}
form .buttons .btn {
  width: 100%;
}
@media (max-width: 480px) {
  form {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  form {
    gap: 8px;
  }
}
.form-cookies {
  text-align: left;
}
.form-cookies h3 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #364D5F;
}
.form-cookies h3 + p {
  margin-bottom: 20px;
}
.form-cookies .input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 160px;
          flex: 0 160px;
}
.form-cookies .input-checkbox label {
  position: relative;
  margin-right: 74px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  pointer-events: all;
  left: auto;
  top: auto;
  white-space: nowrap;
}
.form-cookies .input-checkbox label:before {
  content: '';
  position: absolute;
  right: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.form-cookies .input-checkbox label:after {
  content: '';
  position: absolute;
  right: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 32px;
  border: 1px solid #364D5F;
  border-radius: 17px;
  background-color: #52535a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.form-cookies .input-checkbox input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}
.form-cookies .input-checkbox input:checked + label:before {
  right: -70px;
}
.form-cookies .input-checkbox input:checked + label:after {
  border-color: #1C8CDE;
  background-color: #1C8CDE;
}
.form-cookies .input-checkbox input:disabled + label {
  cursor: default;
}
.form-cookies .input-checkbox input:disabled + label:before {
  opacity: 0.7;
}
.form-cookies .input-checkbox input:disabled + label:after {
  opacity: 0.5;
}
@media (max-width: 620px) {
  .form-cookies.cookieschoice {
    padding-top: 50px;
  }
  .form-cookies h3 {
    font-size: 24px;
  }
  .form-cookies h3 + p {
    margin-bottom: 15px;
  }
  .form-cookies .input-checkbox input:checked + label:before {
    right: -58px;
  }
  .form-cookies .input-checkbox label {
    margin-right: 62px;
  }
  .form-cookies .input-checkbox label:before {
    height: 22px;
    width: 22px;
    right: -34px;
  }
  .form-cookies .input-checkbox label:after {
    width: 54px;
    height: 28px;
    right: -62px;
  }
}
.error-warning {
  font-size: 26px !important;
  line-height: 1.2;
  padding: 8px 45px 6px;
  margin: 0;
  color: #D62421;
  background-color: #fff;
  border: 1px solid #D62421;
  text-align: left;
  border-radius: 26px;
}
.success-message h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #364D5F;
  text-align: center;
}
.success-message h3:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 37px;
  background: url("../images/icon/ico-check-red.svg") no-repeat center;
  background-size: 100% auto;
  margin: -4px 14px 0 0;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/*POPUPS*/
.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-wrapper.displayed {
  visibility: visible;
  opacity: 1;
}
.modal {
  position: absolute;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  width: 950px;
  max-width: calc(100% - 20px);
  height: auto;
  max-height: calc(50% - 50px);
  padding: 30px 0 0 0;
  background-color: transparent;
  text-align: center;
  border-radius: 22px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
          transform: translateX(-50%) translateY(-50%) scale(0.1);
  -webkit-box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
          box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  pointer-events: all;
}
.modal .close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  line-height: 57px;
  border-radius: 50%;
  text-transform: uppercase;
  color: #364D5F;
  background-color: #E0EEF4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .close:before {
  content: '✕';
  font-size: 19px;
  margin: 0;
  color: #1C8CDE;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .close:hover {
  background-color: #d1e6ef;
}
.modal .close:hover:before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.modal .close:active:before {
  -webkit-transition: 0s all;
  transition: 0s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .modal .close {
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    line-height: 46px;
  }
  .modal .close:before {
    font-size: 18px;
  }
}
.modal.modal-product {
  width: 750px;
  max-width: calc(100% - 20px);
  height: auto;
  max-height: calc(50% - 50px);
  padding: 40px 5px 5px;
  background-color: #fff;
  text-align: left;
  border-radius: 22px;
  -webkit-box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
          box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.modal-product .modal-body {
  padding: 20px 75px 40px;
}
.modal.modal-product h3 {
  text-align: center;
  font-size: 52px;
}
.modal.modal-product .description {
  width: 410px;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 17px;
}
.modal.modal-product h4 {
  margin-bottom: 10px;
}
.modal.modal-product h4,
.modal.modal-product h5 {
  font-size: 30px;
  font-weight: 600;
}
.modal.modal-product .tags {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}
.modal.modal-product .tags span {
  display: inline-block;
  vertical-align: top;
  color: #364D5F;
  background-color: rgba(224, 238, 244, 0.5);
  padding: 3px 18px 1px;
  border-radius: 6px;
  line-height: 1.4;
  margin: 0 3px;
}
.modal.modal-product .illustration {
  position: relative;
  width: 480px;
  max-width: 100%;
  margin: 28px auto 0;
}
.modal.modal-product .illustration:before {
  content: '';
  display: block;
  padding-top: 55%;
}
.modal.modal-product .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.modal-product em {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.modal.modal-product em:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #364D5F;
  margin: -2px 12px 0 0;
}
.modal.modal-product ul {
  padding: 0 20px;
}
.modal.modal-product ul li {
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .modal.modal-product:after {
    left: -65px;
    bottom: -30px;
    width: 120px;
    height: 120px;
  }
  .modal.modal-product .modal-body {
    padding: 20px 45px 40px;
  }
  .modal.modal-product h3 {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .modal.modal-product .modal-body {
    padding: 20px;
  }
  .modal.modal-product h3 {
    font-size: 32px;
  }
  .modal.modal-product h4,
  .modal.modal-product h5 {
    font-size: 20px;
  }
  .modal.modal-product .tags {
    margin: 15px auto 0;
  }
  .modal.modal-product .illustration {
    margin: 22px auto 0;
  }
  .modal.modal-product .description {
    margin: 20px auto 0;
    font-size: 15px;
  }
  .modal.modal-product ul {
    padding: 0 12px;
  }
  .modal.modal-product ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 430px) {
  .modal.modal-product .modal-body {
    padding: 20px 12px;
  }
  .modal.modal-product h3 {
    font-size: 26px;
  }
}
.modal.modal-notification {
  width: 450px;
  max-width: calc(100% - 40px);
  color: #fff;
  background-color: #D62421;
  padding: 30px 25px;
  overflow: visible;
  font-size: 25px;
}
.modal.modal-notification .close {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  right: -24px;
  top: -24px;
  text-align: center;
  line-height: 68px;
  padding: 0;
  outline-width: 1px !important;
  outline-style: solid !important;
  outline-offset: 0;
  outline-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.modal.modal-notification .close:before {
  font-size: 27px;
  font-weight: 300;
  line-height: 68px;
  margin: 0;
  color: #364D5F;
}
.modal.modal-notification .close:after {
  content: '';
  position: absolute;
  left: -45%;
  top: -20%;
  width: 18px;
  height: 140%;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.modal.modal-notification .close:hover {
  outline-offset: 3px;
  background-color: #ededed;
  outline-color: rgba(255, 255, 255, 0.65);
}
.modal.modal-notification .close:hover:after {
  left: 140%;
}
.modal.modal-notification .close:active {
  outline-offset: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 768px) {
  .modal.modal-notification {
    border-radius: 18px;
  }
}
@media (max-width: 560px) {
  .modal.modal-notification {
    font-size: 18px;
    padding: 25px 15px;
  }
  .modal.modal-notification .close {
    width: 46px;
    height: 46px;
    right: -18px;
    top: -18px;
    line-height: 44px;
  }
  .modal.modal-notification .close:before {
    font-size: 25px;
    line-height: 49px;
  }
}
.modal.modal-cookies {
  background-color: #fff;
}
.modal.modal-cookies .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px 25px;
}
@media (max-width: 768px) {
  .modal.modal-cookies .modal-body {
    padding: 35px 10px 25px;
  }
}
.modal.modal-cookies .form {
  margin-bottom: 0;
  pointer-events: all;
  background: transparent;
  overflow: auto;
  padding: 0 10px;
}
.modal.modal-cookies .buttons {
  margin-top: 20px;
  padding-bottom: 20px;
}
.modal .modal-body {
  width: 100%;
  overflow: auto;
  padding: 10px;
}
.modal form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  text-align: left;
}
.modal form .input input,
.modal form .input textarea {
  border-color: #DDDCD3;
}
.modal form .input.input-small {
  -webkit-box-flex: 220px;
      -ms-flex: 220px;
          flex: 220px;
}
.modal form .input.input-large {
  -webkit-box-flex: calc(100% - 240px);
      -ms-flex: calc(100% - 240px);
          flex: calc(100% - 240px);
}
.modal form .input.calendar-date {
  display: none;
}
.modal form .input.input-checkbox {
  margin: 15px 0;
}
.modal form .input.input-checkbox .label {
  color: #171A1D;
}
.modal form .input.input-checkbox .label a {
  color: rgba(23, 26, 29, 0.8);
  border-bottom-color: rgba(23, 26, 29, 0.5);
}
.modal form .input.input-checkbox .label a:hover {
  border-bottom-color: transparent;
}
.modal form .input.input-checkbox input + label:before {
  border-color: #DDDCD3;
}
.modal .inputs .input {
  padding-right: 0;
}
.modal .inputs .input.input-checkbox {
  margin: 0 0 15px;
}
.modal .inputs .input.input-checkbox label {
  font-size: 18px;
  font-weight: 600;
  color: #171A1D;
  margin: 0;
  top: auto;
  left: auto;
}
.modal .inputs .input.input-checkbox .label a {
  color: rgba(23, 26, 29, 0.8);
  border-bottom-color: rgba(23, 26, 29, 0.5);
}
.modal .inputs .input.input-checkbox .label a:hover {
  border-bottom-color: transparent;
}
.modal .inputs .input.input-checkbox input + label:before {
  border-color: #DDDCD3;
}
.modal .button-confirm {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .modal {
    padding: 22px 0 0 0;
  }
}
@media (max-width: 550px) {
  .modal form {
    gap: 10px;
  }
  .modal form .input {
    margin-bottom: 0;
  }
  .modal form .input.input-small,
  .modal form .input.input-large {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .modal form .input.input-checkbox {
    margin: 8px 0;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 22px 0 0 0;
  }
}
/*PAGINATION*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  gap: 10px;
  margin-top: 100px;
}
.pagination li {
  display: block;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 57px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0;
  border-radius: 50%;
  color: #364D5F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  z-index: 1;
  outline-width: 1px !important;
  outline-style: solid !important;
  outline-offset: 0;
  outline-color: #1C8CDE;
}
.pagination li a {
  overflow: hidden;
}
.pagination li a:before {
  content: '';
  position: absolute;
  left: -52%;
  top: -20%;
  width: 18px;
  height: 140%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.pagination li a:hover {
  outline-offset: 3px;
  border-color: #1C8CDE;
  background-color: #fff;
  outline-color: rgba(28, 140, 222, 0.65);
}
.pagination li a:hover:before {
  left: 140%;
}
.pagination li a:active {
  outline-offset: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.pagination li span {
  color: #fff;
  background-color: #1C8CDE;
  cursor: default;
}
.pagination li.prev a,
.pagination li.next a,
.pagination li.prev span,
.pagination li.next span {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
}
.pagination li.prev span,
.pagination li.next span {
  display: none;
}
.pagination li.prev a {
  padding-right: 2px;
}
.pagination li.next a {
  padding-left: 2px;
}
@media (max-width: 550px) {
  .pagination {
    margin-top: 10px;
    gap: 6px;
  }
  .pagination li a,
  .pagination li span {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
  }
  .pagination li.prev a,
  .pagination li.next a,
  .pagination li.prev span,
  .pagination li.next span {
    font-size: 22px;
    line-height: 36px;
  }
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: cacl(30%);
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 16px;
  background: url("../images/icon/ico-arrow-dark.svg") no-repeat center / contain;
}
.slick-arrow.arrow-left:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -4px;
}
.slick-arrow.arrow-right:before {
  right: -4px;
}
.slick-arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
.slick-arrow:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.slick-dots {
  position: absolute;
  bottom: -65px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.slick-dots li.slick-active button {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background-color: #1C8CDE;
}
.slick-dots button {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(28, 140, 222, 0.25);
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 1024px) {
  .slick-dots {
    left: 50px;
  }
  .slick-dots button {
    width: 32px;
  }
}
/*TITLES*/
h1,
h2,
h3,
h4,
h5 {
  display: block;
}
h1 {
  display: block;
  font-size: 86px;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #5F5D5B;
}
h2 {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}
h2 strong {
  display: block;
  font-weight: 400;
  color: #BDBDBD;
}
h2 em {
  display: block;
  font-style: normal;
  color: #c29d6d;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
}
h4 {
  font-size: 20px;
  margin: 15px 0 3px;
  line-height: 1.05;
  color: #464547;
}
.main-title {
  margin-bottom: 95px;
}
.main-title h1 {
  text-align: center;
  color: #fff;
}
.about-us .details h3,
.reference .details h3,
.item .details h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #353535;
  margin-bottom: 30px;
}
.about-us p strong,
.reference p strong,
.item p strong {
  display: block;
}
section.title {
  position: relative;
  margin-bottom: 80px;
}
section.title .container {
  position: relative;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .title,
  .sub-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  section.title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .about-us .details h3,
  .reference .details h3,
  .item .details h3 {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .title,
  .sub-title {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .title,
  .sub-title {
    margin-bottom: 15px;
  }
  .main-title {
    margin-bottom: 70px;
  }
  .about-us .details h3,
  .reference .details h3,
  .item .details h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .about-us .details h3,
  .reference .details h3,
  .item .details h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
  .title p,
  .sub-title p {
    margin: 8px auto 0;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 14px;
  }
}
/*TEXT EDITOR*/
.text {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  z-index: 1;
  color: #364D5F;
}
.text h1 {
  margin-bottom: 40px;
}
.text h2,
.text h3,
.text h4,
.text h5 {
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}
.text h2 {
  position: relative;
  font-size: 36px;
  margin: 30px 0 20px;
}
.text h3 {
  font-size: 28px;
  margin: 25px 0 12px;
}
.text h4 {
  font-size: 22px;
  margin: 25px 0 12px;
}
.text h5 {
  font-size: 18px;
  margin: 25px 0 12px;
}
.text strong,
.text b {
  font-weight: 700;
}
.text em,
.text i {
  font-style: italic;
}
.text pre {
  display: block;
  height: 420px;
  margin: 0 30px 20px 0;
  float: left;
}
.text pre img {
  max-height: 100% !important;
}
.text .marker {
  background-color: #FBBD1F;
}
.text time {
  margin: 0 0 30px;
}
.text p {
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}
.text p:last-child {
  margin-bottom: 0;
}
.text p:last-child img {
  margin-bottom: 0;
}
.text a:not(.btn) {
  line-height: 1;
  font-weight: 400;
  color: rgba(28, 140, 222, 0.8);
  border-bottom: 1px solid rgba(28, 140, 222, 0.5);
}
.text a:not(.btn):hover {
  border-bottom-color: transparent;
}
.text .underline {
  text-decoration: underline;
}
.text .thank-you {
  text-align: center;
  padding: 0 0 80px;
}
.text .thank-you h1 {
  font-size: 42px;
  text-align: center;
  color: #1C8CDE;
}
.text .thank-you h1:before {
  content: '';
  display: block;
  margin: 0 auto 40px;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 10px solid #464547;
  background: url('../images/icon/ico-check-green.svg') no-repeat center;
  background-size: 65% auto;
}
.text .thank-you p {
  font-size: 20px;
  text-align: center;
}
.text .button {
  margin: 40px 0 !important;
}
.text .video {
  position: relative;
  display: block;
  width: 700px;
  max-width: 100%;
  margin-bottom: 45px;
}
.text .video:last-of-type {
  margin-bottom: 0;
}
.text .video.play .illustration {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.text .video.play .iframe {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.text .video .illustration {
  position: relative;
  display: block;
  padding-top: 56.4%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.text .video .illustration img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.text .video .illustration .btn-play-video {
  position: absolute;
  width: 140px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.text .video .illustration .btn-play-video .btn-shadow {
  opacity: 0.2 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text .video .illustration:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
.text .video .illustration:hover .btn-play-video .btn-shadow {
  opacity: 0.8 !important;
}
.text .video .iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.text .video .iframe iframe,
.text .video .iframe video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.text s {
  font-style: normal;
  text-decoration: none;
  color: #1C8CDE;
}
.text img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 200px !important;
  margin: 0 0 30px;
}
.text iframe {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 450px;
  width: 100%;
  height: 36.85vw;
}
.text + .files {
  margin-top: 60px;
}
.text + .news {
  padding-top: 60px;
}
.text blockquote {
  position: relative;
  margin: 1rem 2rem 1rem;
  padding: 1rem 0 1rem 2rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-align: justify;
}
.text blockquote p {
  margin: 0;
}
.text blockquote:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #a4a4a4;
}
.text ul {
  margin: 0 0 20px;
  width: 950px;
  max-width: 100%;
}
.text ul > li:not(.cookieschoice__item) {
  display: block;
  position: relative;
  padding: 0 0 8px 32px;
  line-height: 1.6;
}
.text ul > li:not(.cookieschoice__item):before {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1C8CDE;
  border-right: 2px solid #1C8CDE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.text ul > li:not(.cookieschoice__item) p {
  display: inline;
}
.text ul.sitemap {
  font-size: 26px;
  margin: 0;
  width: 950px;
}
.text ul.sitemap li {
  padding: 0 0 0 35px;
  line-height: 1.6;
}
.text ul.sitemap li:before {
  top: 16px;
}
.text ol {
  padding: 0 0 8px 0;
  counter-reset: number;
}
.text ol li {
  margin: 0;
}
.text ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
  color: #1C8CDE;
  font-weight: 400;
  display: inline-block;
  width: 32px;
  padding-right: 12px;
  text-align: right;
}
.text ol li p {
  display: inline;
}
.text .btn-arrow {
  margin-top: 30px;
}
.text table {
  display: table;
  width: 1100px !important;
  max-width: 100% !important;
  margin: 15px auto 30px;
  border-collapse: collapse;
  border-top: 2px solid #DE5D47;
}
.text table tr {
  border-bottom: 2px solid #DE5D47;
}
.text table td,
.text table th {
  padding: 15px 20px;
  vertical-align: bottom;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  border: 0;
  word-wrap: break-word;
}
.text table td:nth-of-type(1),
.text table th:nth-of-type(1) {
  vertical-align: top;
}
.text table td:nth-of-type(2),
.text table th:nth-of-type(2) {
  white-space: nowrap;
}
.text table thead {
  background-color: #DE5D47;
  color: #fff;
}
.text table thead th {
  font-weight: 500;
  text-transform: uppercase;
}
.text table tbody {
  background-color: #fff;
  color: #000;
}
.text table tbody tr {
  background-color: #F5F5F5;
}
.text table tbody tr:nth-of-type(2n) {
  background-color: #fff;
}
.text table p {
  margin: 0;
  width: auto;
}
.text table ul {
  margin: 5px 0 0;
  width: auto;
}
.text table ul > li:last-of-type {
  padding-bottom: 0;
}
.text.tables table td,
.text.tables table th {
  text-align: left;
}
.text.tables iframe {
  display: block;
  width: 100%;
  height: 10152px;
  border: 0;
  pointer-events: none !important;
}
.text .pswp__item .pswp__img {
  margin: 0;
  border: 0;
}
.text .pswp__caption {
  display: none;
}
.text .video .illustration .btn-play-video {
  width: 100px;
}
@media (max-width: 1366px) {
  .text h2 {
    font-size: 36px;
  }
  .text h3 {
    font-size: 28px;
  }
  .text h4 {
    font-size: 22px;
  }
  .text h5 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .text ul > li {
    padding: 0 0 8px 20px;
  }
  .text ul > li:before {
    top: 10px;
    left: 2px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1024px) {
  .text h1 {
    margin-bottom: 25px;
  }
  .text h2 {
    font-size: 32px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 18px;
  }
  .text p {
    margin: 0 0 10px;
  }
  .text iframe {
    height: 56vw;
  }
}
@media (max-width: 768px) {
  .text h2 {
    margin: 25px 0 10px;
  }
  .text h3,
  .text h4,
  .text h5 {
    margin: 20px 0 8px;
  }
  .text ul > li:before {
    top: 8px;
    left: 1px;
  }
  .text .thank-you {
    padding: 0 0 40px;
  }
  .text .thank-you h1 {
    font-size: 32px;
  }
  .text .thank-you h1:before {
    margin: 0 auto 20px;
    width: 160px;
    height: 160px;
    border: 6px solid #464547;
    background-size: 60% auto;
  }
  .text .thank-you p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .text table {
    border-top-width: 1px;
  }
  .text table tr {
    border-bottom-width: 1px;
  }
  .text table td,
  .text table th {
    padding: 2px 6px;
    font-size: 13px;
  }
  .text table ul > li {
    padding: 0 0 1px 10px;
  }
  .text table ul > li:before {
    top: 6px;
    border-width: 4px 0 4px 5px;
  }
}
@media (max-width: 480px) {
  .text h2 {
    font-size: 26px;
  }
  .text h3 {
    font-size: 20px;
  }
  .text h4 {
    font-size: 18px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text ul.sitemap {
    font-size: 20px;
  }
  .text ul.sitemap li {
    padding: 0 0 0 26px;
  }
  .text ul.sitemap li:before {
    top: 9px;
  }
}
@media (max-width: 450px) {
  .text .thank-you h1 {
    font-size: 24px;
  }
  .text .thank-you h1:before {
    margin: 0 auto 10px;
    width: 130px;
    height: 130px;
  }
  .text table td,
  .text table th {
    padding: 2px 3px;
    font-size: 11px;
  }
  .text table ul > li:before {
    top: 4px;
  }
}
@media (max-width: 360px) {
  .text h2 {
    font-size: 22px;
  }
  .text h3 {
    font-size: 18px;
  }
  .text h4 {
    font-size: 17px;
  }
  .text .video .illustration .btn-play-video {
    width: 80px;
  }
}
.more h2,
.more h3,
.more h4,
.more h5 {
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}
.more h2 {
  position: relative;
  font-size: 36px;
  margin: 0 0 35px;
}
@media (max-width: 1024px) {
  .more h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .more h2 {
    margin: 0 0 15px;
  }
  .more h3,
  .more h4,
  .more h5 {
    margin: 0 0 12px;
  }
}
@media (max-width: 480px) {
  .more h2 {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .more h2 {
    font-size: 22px;
  }
}
.apartments-wrapper {
  position: relative;
  text-align: center;
}
.list-apartments {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-apartments li {
  outline: none;
}
.list-apartments h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-align: center;
  z-index: 2;
}
.list-apartments a {
  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;
  outline: none;
}
.list-apartments img {
  max-width: 100%;
  max-height: 450px;
  margin: 0 auto;
  display: block;
}
.list-apartments .slick-arrow {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  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;
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.list-apartments .slick-arrow svg {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.list-apartments .slick-arrow.slick-prev {
  left: -70px;
}
.list-apartments .slick-arrow.slick-prev:hover svg {
  -webkit-transform: translateX(-6px) scale(1.1);
          transform: translateX(-6px) scale(1.1);
}
.list-apartments .slick-arrow.slick-next {
  right: -70px;
}
.list-apartments .slick-arrow.slick-next:hover svg {
  -webkit-transform: translateX(6px) scale(1.1);
          transform: translateX(6px) scale(1.1);
}
.list-architecture {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.list-architecture li {
  position: absolute;
  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;
  pointer-events: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px) scale(0.95);
          transform: translateX(-50%) translateY(40px) scale(0.95);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.list-architecture li.is-animated {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) scale(1);
          transform: translateX(-50%) translateY(0) scale(1);
}
.list-architecture li.is-animated::after {
  opacity: 1;
}
.list-architecture li.is-animated .details::after {
  opacity: 1;
}
.list-architecture li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.list-architecture li:nth-child(1)::after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.list-architecture li:nth-child(1) .details::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.list-architecture li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.list-architecture li:nth-child(2)::after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.list-architecture li:nth-child(2) .details::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.list-architecture li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.list-architecture li:nth-child(3)::after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.list-architecture li:nth-child(3) .details::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.list-architecture li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.list-architecture li:nth-child(4)::after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.list-architecture li:nth-child(4) .details::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.list-architecture li::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #c29d6d;
          box-shadow: 0 0 0 8px #c29d6d;
  margin-top: 16px;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.list-architecture li .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #DDD3C4;
  margin-bottom: 15px;
}
.list-architecture li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.list-architecture li .details {
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  padding-bottom: 70px;
}
.list-architecture li .details strong {
  font-weight: 400;
  display: block;
  max-width: 140px;
  line-height: 1.3;
}
.list-architecture li .details::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 60px;
  border-left: 2px dashed rgba(193, 154, 107, 0.6);
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.list-architecture li:nth-child(1) {
  bottom: 60%;
  left: 13%;
}
.list-architecture li:nth-child(2) {
  bottom: 68%;
  left: 35%;
}
.list-architecture li:nth-child(3) {
  bottom: 47%;
  left: 52%;
}
.list-architecture li:nth-child(3) .details {
  padding-bottom: 175px;
}
.list-architecture li:nth-child(3) .details::after {
  height: 165px;
}
.list-architecture li:nth-child(4) {
  bottom: 60%;
  left: 85%;
}
.list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 60px 0;
  gap: 40px;
}
.list-about li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 40px * 2 / 3);
          flex: 0 0 calc(100% / 3 - 40px * 2 / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-about li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.list-about li h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3C3C3C;
  line-height: 1.4;
  margin: 0;
  padding-right: 30px;
}
.list-about li p {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .list-about li:before {
    width: 32px;
    height: 32px;
    -webkit-transform-origin: 5% -2%;
            transform-origin: 5% -2%;
  }
}
@media (max-width: 1024px) {
  .list-about {
    gap: 55px;
    -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;
    text-align: left;
  }
  .list-about li:before {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 830px) {
  .list-about {
    margin: 0 0 30px 0;
  }
  .list-about li {
    margin-left: 40px;
  }
  .list-about li:before {
    -webkit-transform-origin: -17% 103%;
            transform-origin: -17% 103%;
  }
}
@media (max-width: 768px) {
  .list-about {
    -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;
    gap: 35px;
  }
  .list-about li {
    max-width: 420px;
    text-align: center;
    margin: 22px 0 0 0;
  }
  .list-about li:before {
    left: 50%;
    -webkit-transform-origin: -29% 18%;
            transform-origin: -29% 18%;
  }
  .list-about li h3 {
    padding-right: 0;
  }
}
.list-flats-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5fr 1fr 1fr 1.2fr 2fr 1.5fr 140px;
  grid-template-columns: 1fr 0.5fr 1fr 1fr 1.2fr 2fr 1.5fr 140px;
  background-color: #333333;
  color: #ffffff;
  padding: 20px 10px;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-flats-header > div {
  text-align: center;
  line-height: 1.3;
}
.list-flats-header .code {
  text-align: left;
  padding-left: 20px;
}
.list-flats {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.list-flats li {
  border-bottom: 1px solid #EAEAEA;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.list-flats li:has(.label-3) a > div:not(.label) {
  opacity: 0.35;
}
.list-flats li:hover {
  background-color: #EFECE6;
}
.list-flats .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 0.5fr 10px 1fr 10px 1fr 10px 1.2fr 10px 2fr 10px 1.5fr 10px 140px;
  grid-template-columns: 1fr 0.5fr 1fr 1fr 1.2fr 2fr 1.5fr 140px;
  text-decoration: none;
  color: #333333;
  padding: 20px 10px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-flats .item > div {
  text-align: center;
}
.list-flats .item .code {
  text-align: left;
  padding-left: 20px;
}
.list-flats .item .price {
  font-weight: 700;
}
.list-flats .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-flats .label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}
.list-flats .label-1 {
  background-color: #c29d6d;
  color: #333;
  border: 1px solid #c29d6d;
  border-right: none;
}
.list-flats .label-1:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.8px;
  width: 22.2px;
  height: 22.2px;
  background-color: #c29d6d;
  border-top: 1px solid #c29d6d;
  border-right: 1px solid #c29d6d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.list-flats .label-2 {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  border-right: none;
}
.list-flats .label-2:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.8px;
  width: 22.2px;
  height: 22.2px;
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.list-flats .label-3 {
  background-color: #DDD3C4;
  color: #333;
  border: 1px solid #DDD3C4;
  border-right: none;
}
.list-flats .label-3:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.8px;
  width: 22.2px;
  height: 22.2px;
  background-color: #DDD3C4;
  border-top: 1px solid #DDD3C4;
  border-right: 1px solid #DDD3C4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.list-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-gallery .slick-list {
  padding: 140px 0 !important;
  margin: -140px 0;
}
.list-gallery > li,
.list-gallery .slick-slide {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.list-gallery > li a,
.list-gallery .slick-slide a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.list-gallery > li a:before,
.list-gallery .slick-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.list-gallery > li img,
.list-gallery .slick-slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.list-gallery > li h3,
.list-gallery .slick-slide h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  max-width: 100%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.list-gallery .slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  z-index: 10;
}
.list-gallery .slick-center a {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.list-gallery .slick-center a:before {
  background: rgba(0, 0, 0, 0.15);
}
.list-gallery .slick-center h3 {
  width: 370px;
  font-size: 50px;
}
.list-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
}
.list-gallery .slick-arrow:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.list-gallery .slick-arrow:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list-gallery .slick-arrow.slick-prev {
  left: 40px;
}
.list-gallery .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.list-gallery .slick-arrow.slick-prev:hover:before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg) scale(1.1);
          transform: translate(-40%, -50%) rotate(-135deg) scale(1.1);
}
.list-gallery .slick-arrow.slick-next {
  right: 40px;
}
.list-gallery .slick-arrow.slick-next:before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.list-gallery .slick-arrow.slick-next:hover:before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg) scale(1.1);
          transform: translate(-60%, -50%) rotate(45deg) scale(1.1);
}
@media (max-width: 1200px) {
  .list-gallery > li img,
  .list-gallery .slick-slide img {
    height: 380px;
  }
  .list-gallery > li h3,
  .list-gallery .slick-slide h3 {
    font-size: 22px;
  }
  .list-gallery .slick-center h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .list-gallery .slick-list {
    padding: 140px 0 80px !important;
    margin: -140px 0;
  }
  .list-gallery > li,
  .list-gallery .slick-slide {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .list-gallery > li img,
  .list-gallery .slick-slide img {
    height: 300px;
  }
  .list-gallery .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.list-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
.list-numbers li {
  position: relative;
}
.list-numbers li h3 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.list-numbers li p {
  font-size: 19px;
  letter-spacing: 1.5px;
  margin: 0;
}
@media (max-width: 575px) {
  .list-numbers {
    gap: 40px 20px;
  }
  .list-numbers li h3 {
    font-size: 48px;
  }
  .list-numbers li p {
    font-size: 11px;
  }
}
.list-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 2;
}
.list-points li {
  position: relative;
  width: 160px;
  height: 200px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 22%, 100% 100%, 0% 100%, 0% 22%);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding: 45px 15px 30px;
  text-align: center;
}
.list-points li:last-child {
  background-color: #DDD3C4;
}
.list-points li:last-child .details p {
  color: #3C3C3C;
}
.list-points .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 70px;
          flex: 0 70px;
  width: 70px;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: flex-start;
}
.list-points .icon img {
  display: block;
  max-width: 45px;
  max-height: 45px;
  height: auto;
}
.list-points .details h3 {
  font-size: 28px;
  font-weight: 800;
  color: #3C3C3C;
  margin: 0 0 4px 0;
  line-height: 1.1;
}
.list-points .details p {
  font-size: 19px;
  font-weight: 500;
  color: #5F5D5B;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .list-points {
    gap: 15px;
  }
  .list-points li {
    width: 140px;
    height: 178px;
    padding: 40px 10px 20px;
  }
  .list-points .icon img {
    max-width: 38px;
    max-height: 38px;
  }
  .list-points .details h3 {
    font-size: 30px;
  }
  .list-points .details p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .list-points li {
    width: calc(33.333% - 15px);
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .list-points {
    gap: 10px;
  }
  .list-points li {
    width: calc(50% - 5px);
    height: 170px;
    padding: 35px 10px 20px;
  }
  .list-points .details h3 {
    font-size: 24px;
  }
}
.hero-primary .list-points {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -40px;
}
.equipment-grid {
  margin-top: -105px;
}
.equipment-grid .list-points {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.equipment-grid .list-points li {
  position: relative;
  width: 160px;
  height: 200px;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.12));
  clip-path: none;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding: 45px 15px 30px;
  text-align: center;
  background-color: transparent;
}
.equipment-grid .list-points li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 22%, 100% 100%, 0% 100%, 0% 22%);
  z-index: -1;
}
.equipment-grid .list-points li .icon,
.equipment-grid .list-points li .details {
  position: relative;
  z-index: 1;
}
.equipment-grid .list-points p {
  font-size: 17px;
  font-weight: 500;
}
.list-points-simple {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
.list-points-simple li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 2 - 40px / 2);
          flex: 1 1 calc(100% / 2 - 40px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.list-points-simple .icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-points-simple .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-points-simple .description {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  padding-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.list-points-simple .description p {
  font-weight: 400;
  text-transform: none;
  margin: 2px 0 0 0;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 576px) {
  .list-points-simple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.list-roadmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.list-roadmap::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  height: 3px;
  background-color: #565858;
  z-index: 1;
}
.list-roadmap[data-percentage]::after {
  content: attr(data-percentage) '%';
  position: absolute;
  top: -88px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c29d6d;
  color: #221b10;
  padding: 8px 12px 24px 12px;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 75%, 50% 100%, 0% 75%, 0% 75%);
}
.list-roadmap[data-percentage="0"]::before {
  background: -webkit-gradient(linear, left top, right top, from(#c29d6d), color-stop(0%, #565858));
  background: linear-gradient(to right, #c29d6d 0%, #565858 0%);
}
.list-roadmap[data-percentage="0"]::after {
  left: calc(5% + (90% * (0 / 100)));
}
.list-roadmap[data-percentage="5"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #c29d6d), color-stop(5%, #565858));
  background: linear-gradient(to right, #c29d6d 5%, #565858 5%);
}
.list-roadmap[data-percentage="5"]::after {
  left: calc(5% + (90% * (5 / 100)));
}
.list-roadmap[data-percentage="10"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #c29d6d), color-stop(10%, #565858));
  background: linear-gradient(to right, #c29d6d 10%, #565858 10%);
}
.list-roadmap[data-percentage="10"]::after {
  left: calc(5% + (90% * (10 / 100)));
}
.list-roadmap[data-percentage="15"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #c29d6d), color-stop(15%, #565858));
  background: linear-gradient(to right, #c29d6d 15%, #565858 15%);
}
.list-roadmap[data-percentage="15"]::after {
  left: calc(5% + (90% * (15 / 100)));
}
.list-roadmap[data-percentage="20"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #c29d6d), color-stop(20%, #565858));
  background: linear-gradient(to right, #c29d6d 20%, #565858 20%);
}
.list-roadmap[data-percentage="20"]::after {
  left: calc(5% + (90% * (20 / 100)));
}
.list-roadmap[data-percentage="25"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #c29d6d), color-stop(25%, #565858));
  background: linear-gradient(to right, #c29d6d 25%, #565858 25%);
}
.list-roadmap[data-percentage="25"]::after {
  left: calc(5% + (90% * (25 / 100)));
}
.list-roadmap[data-percentage="30"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #c29d6d), color-stop(30%, #565858));
  background: linear-gradient(to right, #c29d6d 30%, #565858 30%);
}
.list-roadmap[data-percentage="30"]::after {
  left: calc(5% + (90% * (30 / 100)));
}
.list-roadmap[data-percentage="35"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #c29d6d), color-stop(35%, #565858));
  background: linear-gradient(to right, #c29d6d 35%, #565858 35%);
}
.list-roadmap[data-percentage="35"]::after {
  left: calc(5% + (90% * (35 / 100)));
}
.list-roadmap[data-percentage="40"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #c29d6d), color-stop(40%, #565858));
  background: linear-gradient(to right, #c29d6d 40%, #565858 40%);
}
.list-roadmap[data-percentage="40"]::after {
  left: calc(5% + (90% * (40 / 100)));
}
.list-roadmap[data-percentage="45"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #c29d6d), color-stop(45%, #565858));
  background: linear-gradient(to right, #c29d6d 45%, #565858 45%);
}
.list-roadmap[data-percentage="45"]::after {
  left: calc(5% + (90% * (45 / 100)));
}
.list-roadmap[data-percentage="50"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c29d6d), color-stop(50%, #565858));
  background: linear-gradient(to right, #c29d6d 50%, #565858 50%);
}
.list-roadmap[data-percentage="50"]::after {
  left: calc(5% + (90% * (50 / 100)));
}
.list-roadmap[data-percentage="55"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, #c29d6d), color-stop(55%, #565858));
  background: linear-gradient(to right, #c29d6d 55%, #565858 55%);
}
.list-roadmap[data-percentage="55"]::after {
  left: calc(5% + (90% * (55 / 100)));
}
.list-roadmap[data-percentage="60"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #c29d6d), color-stop(60%, #565858));
  background: linear-gradient(to right, #c29d6d 60%, #565858 60%);
}
.list-roadmap[data-percentage="60"]::after {
  left: calc(5% + (90% * (60 / 100)));
}
.list-roadmap[data-percentage="65"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, #c29d6d), color-stop(65%, #565858));
  background: linear-gradient(to right, #c29d6d 65%, #565858 65%);
}
.list-roadmap[data-percentage="65"]::after {
  left: calc(5% + (90% * (65 / 100)));
}
.list-roadmap[data-percentage="70"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #c29d6d), color-stop(70%, #565858));
  background: linear-gradient(to right, #c29d6d 70%, #565858 70%);
}
.list-roadmap[data-percentage="70"]::after {
  left: calc(5% + (90% * (70 / 100)));
}
.list-roadmap[data-percentage="75"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #c29d6d), color-stop(75%, #565858));
  background: linear-gradient(to right, #c29d6d 75%, #565858 75%);
}
.list-roadmap[data-percentage="75"]::after {
  left: calc(5% + (90% * (75 / 100)));
}
.list-roadmap[data-percentage="80"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #c29d6d), color-stop(80%, #565858));
  background: linear-gradient(to right, #c29d6d 80%, #565858 80%);
}
.list-roadmap[data-percentage="80"]::after {
  left: calc(5% + (90% * (80 / 100)));
}
.list-roadmap[data-percentage="85"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #c29d6d), color-stop(85%, #565858));
  background: linear-gradient(to right, #c29d6d 85%, #565858 85%);
}
.list-roadmap[data-percentage="85"]::after {
  left: calc(5% + (90% * (85 / 100)));
}
.list-roadmap[data-percentage="90"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #c29d6d), color-stop(90%, #565858));
  background: linear-gradient(to right, #c29d6d 90%, #565858 90%);
}
.list-roadmap[data-percentage="90"]::after {
  left: calc(5% + (90% * (90 / 100)));
}
.list-roadmap[data-percentage="95"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, #c29d6d), color-stop(95%, #565858));
  background: linear-gradient(to right, #c29d6d 95%, #565858 95%);
}
.list-roadmap[data-percentage="95"]::after {
  left: calc(5% + (90% * (95 / 100)));
}
.list-roadmap[data-percentage="100"]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #c29d6d), to(#565858));
  background: linear-gradient(to right, #c29d6d 100%, #565858 100%);
}
.list-roadmap[data-percentage="100"]::after {
  left: calc(5% + (90% * (100 / 100)));
}
.list-roadmap li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 60px;
  z-index: 2;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  font-weight: 500;
}
.list-roadmap li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #565858;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-roadmap li::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cdcdcd;
  z-index: 4;
}
.list-roadmap li h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 auto 8px auto;
  color: #666;
  max-width: 80px;
  line-height: 1.4;
}
.list-roadmap li:nth-child(-n+3) {
  color: #fff;
}
.list-roadmap li:nth-child(-n+3)::before {
  background-color: #c29d6d;
}
.list-roadmap li:nth-child(-n+3)::after {
  background-color: #fff;
}
.list-roadmap li:nth-child(-n+3) h3 {
  color: #fff;
}
@media (max-width: 768px) {
  .list-roadmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
  }
  .list-roadmap::before {
    top: 0;
    left: 25px;
    width: 3px;
    height: 100%;
  }
  .list-roadmap[data-percentage]::after {
    display: none;
  }
  .list-roadmap[data-percentage]::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #c29d6d), color-stop(55%, #565858));
    background: linear-gradient(to bottom, #c29d6d 55%, #565858 55%);
  }
  .list-roadmap li {
    width: 100%;
    padding-top: 0;
    padding-left: 50px;
    padding-bottom: 40px;
    text-align: left;
  }
  .list-roadmap li::before {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .list-roadmap li::after {
    top: 6px;
    left: 6px;
    -webkit-transform: none;
            transform: none;
  }
  .list-roadmap li h3 {
    max-width: none;
    margin-left: 0;
  }
  .list-roadmap li:last-child {
    padding-bottom: 0;
  }
}
.about-project {
  color: #fff;
  background-color: #3C3C3C;
  background-image: url('../images/bg/bg-dark.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 400px 0 200px;
  position: relative;
}
@supports (background-image: url( ../images/bg/bg-dark.webp )) {
  .about-project {
    background-image: url('../images/bg/bg-dark.webp');
  }
}
.about-project:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat right bottom / 88% auto;
}
.about-project .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-project .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
  z-index: 1;
}
.about-project .description .buttons {
  width: calc(100% - 725px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-project .title {
  position: relative;
  width: 635px;
}
.about-project .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.about-project .details {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 58%;
  margin-top: -50px;
  z-index: 1;
}
.about-project .details p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.72px;
}
.about-project .buttons {
  display: none;
}
@media (max-width: 1440px) {
  .about-project {
    padding: 220px 0 120px;
  }
  .about-project:before {
    background-size: 72% auto;
  }
}
@media (max-width: 1280px) {
  .about-project .title {
    width: 550px;
  }
  .about-project .title:before {
    width: 48px;
    height: 48px;
    -webkit-transform-origin: -1% -10%;
            transform-origin: -1% -10%;
  }
}
@media (max-width: 1024px) {
  .about-project .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .about-project .description .buttons {
    display: none;
  }
  .about-project .buttons {
    display: block;
  }
  .about-project .title {
    width: 100%;
    margin-bottom: 0;
  }
  .about-project .details {
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .about-project {
    padding: 365px 0 65px;
  }
}
@media (max-width: 580px) {
  .about-project {
    padding: 545px 0 65px;
  }
}
section.about-project-intro {
  position: relative;
  min-height: 720px;
  padding-bottom: 120px;
  color: #fff;
  z-index: 1;
}
section.about-project-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
section.about-project-intro .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 885px;
          flex: 1 1 885px;
  max-width: 885px;
  padding-right: 180px;
  padding-left: 70px;
}
section.about-project-intro .details .title {
  position: relative;
}
section.about-project-intro .details p {
  display: block;
  margin-top: 30px;
}
section.about-project-intro .illustration {
  width: calc(100% - 1040px);
  height: 720px;
  position: absolute;
  right: -80px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.about-project-intro .illustration img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
section.about-project-intro .illustration img:nth-child(1) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-project-intro .illustration img:nth-child(2) {
  position: absolute;
  bottom: -60px;
  left: -200px;
  width: 60%;
}
@media (max-width: 991px) {
  section.about-project-intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.about-project-intro .details,
  section.about-project-intro .illustration {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section.about-project-intro .illustration {
    margin-top: 80px;
  }
  section.about-project-intro .illustration img:nth-child(2) {
    left: -20px;
    bottom: -30px;
  }
}
.pricelist-data + .financing {
  padding-bottom: 280px;
}
.pricelist-data + .financing:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -70px;
  bottom: -60px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 65% auto;
}
.about-residence {
  background: #fff url("../images/bg/bg-logo-light.svg") no-repeat left -60% bottom -10%;
  background-size: 83% auto;
  padding: 190px 0 220px;
  position: relative;
  z-index: 1;
}
.about-residence .container {
  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;
}
.about-residence .title {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin-bottom: 115px;
}
.about-residence .title:before {
  content: '';
  display: block;
  margin: 0 auto 40px;
  width: 154px;
  height: 108px;
  background: url("../images/logo/logo-rezidence-drazkovice-grey.svg") no-repeat center / contain;
}
.about-residence .title h2 {
  color: #353535;
  margin: 0 0 30px 0;
}
.about-residence .title p {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
.about-residence .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .about-residence {
    padding: 90px 0;
  }
  .about-residence .title {
    margin-bottom: 80px;
  }
  .about-residence .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .about-residence {
    padding: 70px 0 90px;
  }
  .about-residence .title {
    margin-bottom: 40px;
  }
  .about-residence .title:before {
    width: 110px;
    height: 55px;
    margin-bottom: 30px;
  }
  .about-residence .title h2 {
    font-size: 32px;
  }
  .about-residence .title p {
    width: 100%;
  }
}
section.apartments {
  background-color: #fff;
  padding: 190px 0 220px;
}
section.apartments:before,
section.apartments:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
section.apartments:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -265px;
}
section.apartments:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: -205px;
}
section.apartments.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
section.apartments.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
section.apartments .title {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 85px;
  position: relative;
}
section.apartments .title h2 {
  color: #353535;
  margin: 0 0 30px 0;
}
section.apartments .title h2 strong {
  display: inline-block;
}
section.apartments .title p {
  width: 720px;
  text-align: center;
}
section.apartments .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
section.architecture {
  width: 100%;
  min-height: 1170px;
}
section.architecture:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60px;
  top: -130px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left top / 65% auto;
}
section.architecture:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-image: url('../images/bg/bg-apartments.png');
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-apartments.webp )) {
  section.architecture:after {
    background-image: url('../images/bg/bg-apartments.webp');
  }
}
.architecture-equipment:before,
.architecture-equipment:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
.architecture-equipment:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  bottom: -505px;
}
.architecture-equipment:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  bottom: -220px;
}
.architecture-equipment.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
.architecture-equipment.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
section.architecture-info {
  position: relative;
  padding: 100px 0 40px;
  color: #fff;
}
section.architecture-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 2;
}
section.architecture-info .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 720px;
          flex: 1 1 720px;
}
section.architecture-info .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
section.architecture-info .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 760px;
          flex: 1 1 760px;
  max-width: 760px;
  margin: -50px 0 0 auto;
}
section.architecture-info .details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}
section.architecture-info .details ul li {
  width: 50%;
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  line-height: 1.3;
}
section.architecture-info .details ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
section.architecture-info .details .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  section.architecture-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.architecture-info .title,
  section.architecture-info .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section.architecture-info .details ul li {
    width: 100%;
  }
}
.contact-form {
  position: relative;
  margin-top: -180px;
  margin-bottom: -100px;
}
.contact-form .form-wrapper {
  background-color: #DDD3C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 110px;
  gap: 60px;
  color: #353535;
  z-index: 2;
}
@media (max-width: 1366px) {
  .contact-form .form-wrapper {
    padding: 50px 40px;
    gap: 40px;
  }
}
@media (max-width: 920px) {
  .contact-form .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 520px) {
  .contact-form .form-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 380px) {
  .contact-form .form-wrapper {
    padding: 30px 10px;
    gap: 30px;
  }
}
.contact-form .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 540px;
          flex: 1 1 540px;
  max-width: 540px;
  padding-top: 10px;
}
.contact-form .details h2 {
  font-size: 70px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  color: #353535;
}
.contact-form .details h2 strong {
  color: #c29d6d;
  display: block;
}
.contact-form .details > p {
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 500;
}
.contact-form .details .list-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-form .details .list-contacts li {
  margin-bottom: 25px;
  position: relative;
}
.contact-form .details .list-contacts li p {
  font-size: 16px;
  color: rgba(53, 53, 53, 0.7);
  margin: 0 0 2px 0;
}
.contact-form .details .list-contacts li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #353535;
  text-decoration: none;
  margin-left: 42px;
  border-bottom: 1px solid transparent;
}
.contact-form .details .list-contacts li a:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: -42px;
  top: 1px;
  background: url("../images/icon/ico-phone-golden.svg") no-repeat center / contain;
}
.contact-form .details .list-contacts li a span {
  font-size: 20px;
  font-weight: 400;
}
.contact-form .details .list-contacts li a[href^="mailto:"] {
  font-size: 24px;
}
.contact-form .details .list-contacts li a[href^="mailto:"]:before {
  top: -1px;
  background: url("../images/icon/ico-mail-golden.svg") no-repeat center / contain;
}
.contact-form .details .list-contacts li a:hover {
  border-bottom-color: #c29d6d;
}
@media (max-width: 1200px) {
  .contact-form .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 460px;
            flex: 1 1 460px;
    max-width: 460px;
  }
  .contact-form .details h2 {
    font-size: 56px;
  }
}
@media (max-width: 920px) {
  .contact-form .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-form .details h2 {
    font-size: 42px;
  }
  .contact-form .details .list-contacts li a {
    margin-left: 35px;
    font-size: 26px;
  }
  .contact-form .details .list-contacts li a:before {
    width: 25px;
    height: 25px;
    left: -35px;
  }
  .contact-form .details .list-contacts li a span {
    font-size: 18px;
  }
  .contact-form .details .list-contacts li a[href^="mailto:"] {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .contact-form .details h2 {
    font-size: 40px;
  }
  .contact-form .details .list-contacts li a {
    margin-left: 32px;
    font-size: 22px;
  }
  .contact-form .details .list-contacts li a:before {
    width: 22px;
    height: 22px;
    left: -32px;
  }
  .contact-form .details .list-contacts li a span {
    font-size: 16px;
  }
  .contact-form .details .list-contacts li a[href^="mailto:"] {
    font-size: 16px;
  }
}
.contact-form .form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 600px);
          flex: 1 1 calc(100% - 600px);
}
.gallery + .contact-form {
  margin-top: 150px;
}
section.contact-information {
  position: relative;
  min-height: 720px;
  padding-bottom: 80px;
  color: #fff;
  z-index: 1;
}
section.contact-information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
section.contact-information .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 885px;
          flex: 1 1 885px;
  max-width: 885px;
  padding-right: 170px;
  padding-left: 70px;
}
section.contact-information .details .title {
  position: relative;
}
section.contact-information .details .title p {
  color: #fff;
  margin-top: 30px;
}
section.contact-information .details p {
  display: block;
  width: 550px;
  max-width: 100%;
  margin-top: 60px;
  color: rgba(189, 189, 189, 0.5);
}
section.contact-information .illustration {
  width: calc(100% - 1040px);
  height: 720px;
  position: absolute;
  right: -80px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.contact-information .illustration img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
section.contact-information .illustration img:nth-child(1) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-information .illustration img:nth-child(2) {
  position: absolute;
  bottom: -205px;
  left: -200px;
  width: 60%;
}
section.contact-information .contact-methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}
section.contact-information .contact-methods li {
  position: relative;
  padding-left: 100px;
  display: block;
  min-height: 65px;
}
section.contact-information .contact-methods li p:first-of-type {
  display: none;
}
section.contact-information .contact-methods li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 65px;
  background-color: #B1916A;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
}
section.contact-information .contact-methods li::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #221b10;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
section.contact-information .contact-methods li:nth-child(1) a {
  margin-bottom: 0;
}
section.contact-information .contact-methods li:nth-child(1)::after {
  background: url("../images/icon/ico-phone-brown.svg") no-repeat center / contain;
}
section.contact-information .contact-methods li:nth-child(2)::after {
  background: url("../images/icon/ico-mail-brown.svg") no-repeat center / contain;
}
section.contact-information .contact-methods li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 6px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
section.contact-information .contact-methods li a:hover {
  color: #B1916A;
}
section.contact-information .contact-methods li p:last-of-type {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}
section.contact-information .contact-methods li:nth-child(1) a {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
}
section.contact-information .contact-methods li:nth-child(1) a span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 4px;
}
section.contact-information .contact-methods li:nth-child(2) a {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.contact-information .contact-methods {
    gap: 40px;
  }
  section.contact-information .contact-methods li {
    padding-left: 0;
    padding-top: 85px;
  }
  section.contact-information .contact-methods li::before,
  section.contact-information .contact-methods li::after {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  section.contact-information .contact-methods li::before {
    left: 0;
  }
  section.contact-information .contact-methods li::after {
    left: 20px;
    top: 20px;
  }
  section.contact-information .contact-methods li:nth-child(1) a {
    font-size: 34px;
  }
  section.contact-information .contact-methods li:nth-child(2) a {
    font-size: 22px;
  }
}
@media (max-width: 1700px) {
  section.contact-information {
    z-index: 100;
  }
  section.contact-information .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 790px;
            flex: 1 1 790px;
    max-width: 790px;
    padding-right: 70px;
    padding-left: 70px;
  }
  section.contact-information .illustration {
    width: calc(100% - 790px);
  }
}
@media (max-width: 1440px) {
  section.contact-information .illustration {
    width: calc(100% - 650px);
  }
  section.contact-information .illustration img:nth-child(2) {
    left: -64px;
  }
}
@media (max-width: 1280px) {
  section.contact-information .illustration:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  section.contact-information .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-information .details,
  section.contact-information .illustration {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section.contact-information .details {
    padding-right: 0;
    padding-left: 0;
  }
  section.contact-information .illustration {
    display: none;
  }
}
.pricelist-data + .financing {
  padding-bottom: 280px;
}
.pricelist-data + .financing:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -70px;
  bottom: -60px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 65% auto;
}
section.contact-locality {
  position: relative;
  padding: 160px 0 110px;
  background-color: #fff;
}
section.contact-locality:before,
section.contact-locality:after {
  content: '';
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
section.contact-locality:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -153px;
}
section.contact-locality:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: -95px;
}
section.contact-locality.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
section.contact-locality.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
section.contact-locality.is-animated .illustration-pin {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
section.contact-locality .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.contact-locality .illustration-pin {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 39%;
  right: -2%;
  margin-bottom: -17%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 140%;
          transform-origin: 50% 140%;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
section.contact-locality .illustration-pin img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}
section.contact-locality .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 20px;
  padding-bottom: 70px;
}
section.contact-locality .details .title {
  position: relative;
}
section.contact-locality .details .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
section.contact-locality .details .title h2 {
  color: #353535;
}
section.contact-locality .details .title h2 strong {
  display: inline-block;
}
section.contact-locality .details .title p {
  display: block;
  margin-top: 30px;
}
section.contact-locality .map-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -120px;
}
section.contact-locality .map-illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  section.contact-locality:before {
    width: 345px;
    height: 303px;
    right: -163px;
    top: -128px;
  }
  section.contact-locality:after {
    width: 125px;
    height: 115px;
    right: -16px;
  }
}
@media (max-width: 1340px) {
  section.contact-locality .illustration-pin {
    right: 1%;
    margin-bottom: -19%;
  }
}
@media (max-width: 1100px) {
  section.contact-locality .illustration-pin {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 1024px) {
  section.contact-locality .illustration-pin {
    right: 1%;
    margin-bottom: -16%;
  }
}
@media (max-width: 992px) {
  section.contact-locality {
    padding: 80px 0 40px;
  }
  section.contact-locality .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.contact-locality .illustration-pin {
    position: absolute;
    left: 3%;
    bottom: -37%;
    max-width: 32%;
  }
  section.contact-locality .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    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;
  }
  section.contact-locality .details .title {
    padding-top: 50px;
  }
  section.contact-locality .details .title:before {
    left: 50%;
    -webkit-transform-origin: 13% 57%;
            transform-origin: 13% 57%;
  }
  section.contact-locality .details .title h2 {
    font-size: 34px;
  }
  section.contact-locality .details .title p {
    margin: 0 auto;
  }
  section.contact-locality .map-illustration {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section.contact-locality:before {
    width: 220px;
    height: 190px;
    right: -82px;
    top: -72px;
  }
  section.contact-locality:after {
    width: 100px;
    height: 83px;
    right: 0;
    top: -55px;
  }
  section.contact-locality .illustration-pin {
    left: 2.5%;
    bottom: -30%;
    max-width: 32%;
  }
}
@media (max-width: 590px) {
  section.contact-locality .illustration-pin {
    bottom: -24%;
  }
}
@media (max-width: 576px) {
  section.contact-locality .details .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.contact-locality .illustration-pin {
    left: 4.5%;
    bottom: -20%;
    max-width: 28%;
  }
}
@media (max-width: 415px) {
  section.contact-locality .illustration-pin {
    bottom: -16%;
  }
}
section.financing {
  position: relative;
  padding: 280px 0 120px;
  color: #fff;
  overflow: hidden;
}
section.financing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
section.financing .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 815px;
          flex: 1 1 815px;
  max-width: 815px;
  padding-right: 180px;
}
section.financing .details .title {
  position: relative;
}
section.financing .details .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
section.financing .details .title p {
  margin-top: 30px;
}
section.financing .details .title ul {
  margin: 40px 0 0 50px;
}
section.financing .details .title ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  line-height: 1.3;
}
section.financing .details .title ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
section.financing .details .buttons {
  margin: 50px 0 0 50px;
}
section.financing .illustration {
  width: calc(100% - 1040px);
  position: absolute;
  right: 0;
  top: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.financing .illustration img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
section.financing .illustration img:nth-child(2) {
  position: absolute;
  bottom: -100px;
  left: -200px;
  width: 60%;
}
@media (max-width: 991px) {
  section.financing .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.financing .details,
  section.financing .illustration {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  section.financing .illustration {
    margin-top: 80px;
  }
  section.financing .illustration img:nth-child(2) {
    left: -20px;
    bottom: -30px;
  }
}
.pricelist-data + .financing {
  padding-bottom: 280px;
}
.pricelist-data + .financing:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -70px;
  bottom: -60px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 65% auto;
}
.gallery-main {
  position: relative;
  z-index: 2;
}
.hero-primary {
  position: relative;
  width: 100%;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 210px 0 565px;
  background-image: url('../images/bg/bg-hero-mobile.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url( ../images/bg/bg-hero-mobile.webp )) {
  .hero-primary {
    background-image: url('../images/bg/bg-hero-mobile.webp');
  }
}
.hero-primary:before,
.hero-primary:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.hero-primary:before {
  width: 1150px;
  height: 950px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  left: -835px;
  bottom: -215px;
}
.hero-primary:after {
  width: 366px;
  height: 305px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  left: -130px;
  bottom: -95px;
}
.hero-primary.is-animated::before {
  -webkit-animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
          animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
}
.hero-primary.is-animated::after {
  -webkit-animation: slidePumpLeft 1.4s ease-out forwards;
          animation: slidePumpLeft 1.4s ease-out forwards;
}
.hero-primary .info {
  max-width: 1140px;
  margin-bottom: 40px;
}
.hero-primary .info h3 {
  display: block;
  max-width: 1080px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.44px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #5F5D5B;
}
.hero-primary .info p {
  display: block;
  width: 695px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.72px;
  color: #000;
}
.hero-primary .info p strong {
  font-weight: 600;
}
.hero-primary .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1660px) {
  .hero-primary:before {
    width: 720px;
    height: 620px;
    left: -480px;
    bottom: -90px;
  }
  .hero-primary:after {
    width: 266px;
    height: 205px;
    left: -87px;
    bottom: -58px;
  }
}
@media (max-width: 1440px) {
  .hero-primary .info h3 {
    max-width: 860px;
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .hero-primary .info h3 {
    max-width: 720px;
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .hero-primary:before,
  .hero-primary:after {
    display: none;
  }
}
@media (min-width: 769px) {
  .hero-primary {
    background-image: url('../images/bg/bg-hero.jpg');
  }
  @supports (background-image: url( ../images/bg/bg-hero.webp )) {
    .hero-primary {
      background-image: url('../images/bg/bg-hero.webp');
    }
  }
}
@media (max-width: 768px) {
  .hero-primary {
    padding: 150px 0 455px;
  }
  .hero-primary .list-points {
    bottom: -250px;
  }
}
@media (max-width: 620px) {
  .hero-primary .info h3 {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 580px) {
  .hero-primary {
    padding: 120px 0 345px;
  }
  .hero-primary .list-points {
    bottom: -445px;
  }
}
section.hero-secondary {
  padding-top: 310px;
}
section.hero-secondary:before,
section.hero-secondary:after {
  content: '';
  position: absolute;
  z-index: 100;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
section.hero-secondary:before {
  width: 1150px;
  height: 950px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  left: -835px;
  top: -143px;
}
section.hero-secondary:after {
  width: 366px;
  height: 305px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  left: -130px;
  top: 380px;
}
section.hero-secondary.is-animated::before {
  -webkit-animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
          animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
}
section.hero-secondary.is-animated::after {
  -webkit-animation: slidePumpLeft 1.4s ease-out forwards;
          animation: slidePumpLeft 1.4s ease-out forwards;
}
@media (max-width: 1660px) {
  section.hero-secondary:before {
    width: 720px;
    height: 620px;
    left: -480px;
    top: 45px;
  }
  section.hero-secondary:after {
    width: 266px;
    height: 205px;
    left: -87px;
    top: 430px;
  }
}
@media (max-width: 1440px) {
  section.hero-secondary:before {
    width: 345px;
    height: 548px;
    left: -180px;
    top: 40px;
  }
  section.hero-secondary:after {
    width: 155px;
    height: 135px;
    left: -16px;
    top: 330px;
  }
}
@media (max-width: 1100px) {
  section.hero-secondary {
    padding-top: 250px;
  }
}
@media (max-width: 800px) {
  section.hero-secondary:before,
  section.hero-secondary:after {
    display: none;
  }
}
@media (max-width: 768px) {
  section.hero-secondary {
    padding-top: 170px;
  }
}
.locality {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.locality .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.locality .details {
  width: 620px;
}
.locality .map {
  position: absolute;
  top: 80px;
  right: 0;
  width: 55%;
}
.locality .map img {
  display: block;
  width: 100%;
}
.locality .title {
  position: relative;
  margin-bottom: 50px;
}
.locality .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.locality .title h2 strong {
  display: inline-block;
}
.locality .list-points-simple {
  max-width: 540px;
}
@media (max-width: 1024px) {
  .locality .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .locality .details,
  .locality .map {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .locality {
    padding: 70px 0;
  }
}
.pricelist-data {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #fff;
}
.pricelist-map-section + .pricelist-data:before,
.pricelist-map-section + .pricelist-data:after {
  display: none;
}
.pricelist-intro {
  color: #fff;
  padding-bottom: 100px;
}
.pricelist-intro:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300%;
  right: -170px;
  bottom: -260px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat right bottom / 65% auto;
  pointer-events: none;
}
.pricelist-intro .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.pricelist-intro .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 680px;
          flex: 1 1 680px;
  padding-left: 70px;
}
.pricelist-intro .description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 800px);
          flex: 1 1 calc(100% - 800px);
}
.pricelist-intro .description p {
  display: block;
  width: 600px;
  max-width: 100%;
}
.pricelist-intro .buttons {
  margin-top: 65px;
}
.pricelist-intro .buttons .btn.is-hover,
.pricelist-intro .buttons .btn.is-active {
  color: #3C3C3C;
  background-color: #C09B70;
}
.pricelist-intro .buttons .btn.is-hover:hover,
.pricelist-intro .buttons .btn.is-active:hover {
  background-color: #ba9162;
}
.pricelist-map-section .map-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background-color: #F5F5F5;
  margin-bottom: -80px;
  overflow: hidden;
  z-index: 1;
}
.pricelist-map-section .map-wrapper > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -1px;
}
.pricelist-map-section .map-wrapper .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pricelist-map-section .map-wrapper .block > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: saturate(0) brightness(2);
          filter: saturate(0) brightness(2);
  opacity: 1;
  mix-blend-mode: color;
}
.pricelist-map-section .map-wrapper .block > span {
  position: absolute;
  pointer-events: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 65px;
  background-color: #fff;
  color: #565858;
  font-size: 14px;
  padding-top: 6px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}
.pricelist-map-section .map-wrapper .block > span strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 2px;
}
.pricelist-map-section .map-wrapper .block > span::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 30.5px solid transparent;
  border-right: 30.5px solid transparent;
  border-top: 14px solid #fff;
  -webkit-transition: border-top-color 0.3s ease;
  transition: border-top-color 0.3s ease;
}
.pricelist-map-section .map-wrapper .block > span::after {
  content: '';
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 15px solid #c29d6d;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pricelist-map-section .map-wrapper .block:hover > img,
.pricelist-map-section .map-wrapper .block.is-hover > img {
  opacity: 0.5;
  -webkit-filter: saturate(1) brightness(1);
          filter: saturate(1) brightness(1);
}
.pricelist-map-section .map-wrapper .block:hover > span,
.pricelist-map-section .map-wrapper .block.is-hover > span {
  background-color: #DDD3C4;
  color: #353535;
}
.pricelist-map-section .map-wrapper .block:hover > span::before,
.pricelist-map-section .map-wrapper .block.is-hover > span::before {
  border-top-color: #DDD3C4;
}
.pricelist-map-section .map-wrapper .block.is-active > img {
  opacity: 1;
  -webkit-filter: saturate(1) brightness(1);
          filter: saturate(1) brightness(1);
}
.pricelist-map-section .map-wrapper .block.is-active > span {
  background-color: #C09B70;
  color: #353535;
}
.pricelist-map-section .map-wrapper .block.is-active > span::before {
  border-top-color: #C09B70;
}
.pricelist-map-section .map-wrapper .block.block-a > span {
  top: 20%;
  left: 55.7%;
}
.pricelist-map-section .map-wrapper .block.block-a img {
  width: 21.4%;
  height: 27.6%;
  top: 17.5%;
  left: 56.1%;
}
.pricelist-map-section .map-wrapper .block.block-b > span {
  top: 38%;
  left: 44.4%;
}
.pricelist-map-section .map-wrapper .block.block-b img {
  width: 19.5%;
  height: 25.8%;
  top: 35.7%;
  left: 44.4%;
}
.pricelist-map-section .map-wrapper .block.block-c > span {
  top: 57.5%;
  left: 34.2%;
}
.pricelist-map-section .map-wrapper .block.block-c img {
  width: 14.5%;
  height: 24%;
  top: 53.4%;
  left: 34.5%;
}
@media (max-width: 768px) {
  .pricelist-map-section .map-wrapper .block > span {
    width: 45px;
    height: 50px;
    font-size: 11px;
  }
  .pricelist-map-section .map-wrapper .block > span strong {
    font-size: 18px;
  }
  .pricelist-map-section .map-wrapper .block > span::before {
    bottom: -8px;
    border-width: 10px;
  }
  .pricelist-map-section .map-wrapper .block > span::after {
    bottom: -25px;
    width: 14px;
    height: 14px;
    border-width: 3px;
  }
}
.page-pricelist .pricelist-data:before,
.page-pricelist .pricelist-data:after {
  content: '';
  position: absolute;
  z-index: 100;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.page-pricelist .pricelist-data:before {
  width: 1150px;
  height: 950px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  left: -835px;
  top: -143px;
}
.page-pricelist .pricelist-data:after {
  width: 366px;
  height: 305px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  left: -130px;
  top: 380px;
}
.page-pricelist .pricelist-data.is-animated::before {
  -webkit-animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
          animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
}
.page-pricelist .pricelist-data.is-animated::after {
  -webkit-animation: slidePumpLeft 1.4s ease-out forwards;
          animation: slidePumpLeft 1.4s ease-out forwards;
}
.product-detail {
  position: relative;
  padding-top: 190px;
}
.product-detail .title {
  margin-bottom: 50px;
  padding-left: 70px;
}
.product-detail .title h1 {
  font-size: 70px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #353535;
  max-width: 600px;
}
.product-detail .title .label .label-1 {
  background-color: #c29d6d;
  color: #fff;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-detail .title .label .label-1::after {
  content: '';
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 22px;
  height: 22px;
  background-color: #c29d6d;
  z-index: 1;
  border-radius: 0 3px 0 0;
}
.product-detail .detail-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (min-width: 992px) {
  .product-detail .detail-description {
    -ms-grid-columns: 5fr 6fr;
    grid-template-columns: 5fr 6fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.product-detail .detail-illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 770px);
          flex: 0 calc(100% - 770px);
}
.product-detail .detail-illustration .product-pictures-main {
  margin: 0;
}
.product-detail .detail-illustration .product-pictures-main img {
  width: 100%;
  height: auto;
  display: block;
}
.product-detail .detail-illustration .product-files ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 80px;
}
.product-detail .detail-information {
  -webkit-box-flex: 0;
      -ms-flex: 0 700px;
          flex: 0 700px;
}
.product-detail .detail-information .product-detail-parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 70px;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 10px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 78px solid transparent;
  border-right: 78px solid transparent;
  border-bottom: 25px solid #fff;
  -webkit-filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.1));
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification:nth-of-type(1):before {
  background: url("../images/icon/points/ico-house-brown.svg") no-repeat center / contain;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification:nth-of-type(2):before {
  background: url("../images/icon/points/ico-floor-plan-brown.svg") no-repeat center / contain;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification:nth-of-type(3):before {
  background: url("../images/icon/points/ico-house-brown.svg") no-repeat center / contain;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification:nth-of-type(4):before {
  background: url("../images/icon/points/ico-flat-area-brown.svg") no-repeat center / contain;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification strong {
  font-size: 24px;
  line-height: 1.2;
  color: #353535;
  margin-bottom: 5px;
  display: block;
}
.product-detail .detail-information .product-detail-parameters .product-detail-specification span {
  font-size: 17px;
  color: #999999;
  text-transform: lowercase;
}
.product-detail .detail-information .product-summary {
  margin-bottom: 30px;
}
.product-detail .detail-information .product-summary table {
  width: 100%;
  border-collapse: collapse;
}
.product-detail .detail-information .product-summary table th {
  color: #c29d6d;
  text-align: left;
  padding: 15px 10px;
  font-weight: 600;
  border-bottom: 1px solid #EAEAEA;
  font-size: 16px;
}
.product-detail .detail-information .product-summary table th:last-child {
  text-align: right;
}
.product-detail .detail-information .product-summary table td {
  padding: 15px 10px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 16px;
}
.product-detail .detail-information .product-summary table td:first-child {
  width: 70px;
}
.product-detail .detail-information .product-summary table td:last-child {
  text-align: right;
  font-weight: 600;
}
.product-detail .detail-information .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.product-detail .detail-information .price .label {
  font-size: 14px;
  color: #999999;
}
.product-detail .detail-information .price .price-final {
  font-size: 24px;
  font-weight: 700;
  color: #353535;
}
.product-detail .detail-information .buttons {
  margin-bottom: 50px;
}
.product-detail .detail-information .detail-content .text {
  font-size: 14px;
  line-height: 1.6;
  color: #999999;
}
.product-detail .detail-information .detail-content .text p {
  margin-bottom: 15px;
}
.product-detail .detail-information .detail-content .text strong {
  color: #c29d6d;
  font-weight: 600;
}
.product-detail .related-products-items {
  margin-top: 110px;
}
.product-detail .related-products-items .title {
  position: relative;
}
.product-detail .related-products-items .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.product-detail .label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}
.product-detail .label-1 {
  background-color: #BA9B72;
  color: #333;
  border: 1px solid #BA9B72;
  border-right: none;
}
.product-detail .label-1:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.5px;
  width: 22.5px;
  height: 22.5px;
  background-color: #BA9B72;
  border-top: 1px solid #BA9B72;
  border-right: 1px solid #BA9B72;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.product-detail .label-2 {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  border-right: none;
}
.product-detail .label-2:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.5px;
  width: 22.5px;
  height: 22.5px;
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.product-detail .label-3 {
  background-color: #DDD3C4;
  color: #333;
  border: 1px solid #DDD3C4;
  border-right: none;
}
.product-detail .label-3:after {
  content: '';
  position: absolute;
  right: -11.5px;
  top: 3.5px;
  width: 22.5px;
  height: 22.5px;
  background-color: #DDD3C4;
  border-top: 1px solid #DDD3C4;
  border-right: 1px solid #DDD3C4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.project-numbers {
  padding: 280px 0 320px;
  color: #fff;
  background-image: url('../images/bg/bg-numbers.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url( ../images/bg/bg-numbers.webp )) {
  .project-numbers {
    background-image: url('../images/bg/bg-numbers.webp');
  }
}
.project-numbers .container {
  position: relative;
}
.project-numbers .details {
  width: 620px;
}
.project-numbers .details .title {
  position: relative;
  margin-bottom: 70px;
}
.project-numbers .details .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.project-numbers .details .title h2 strong {
  display: inline-block;
}
.project-numbers .illustration {
  position: absolute;
  right: 20px;
  top: -320px;
  width: calc(100% - 920px);
  height: calc(100% + 680px);
}
.project-numbers .illustration img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 33.333333%;
}
.project-numbers .illustration img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.project-numbers .illustration img:nth-child(1) {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.project-numbers .illustration img:nth-child(2) {
  top: calc(33.333333% - 20px);
  height: calc(33.333333% + 40px);
  right: 0;
  width: calc(100% + 50px);
  z-index: 2;
}
.project-numbers .illustration img:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .project-numbers .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-numbers .details {
    width: 100%;
  }
  .project-numbers .illustration {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
  }
  .project-numbers .illustration img:nth-child(1) {
    height: 200px;
  }
  .project-numbers .illustration img:nth-child(2) {
    top: 160px;
    height: 240px;
    width: 80%;
  }
  .project-numbers .illustration img:nth-child(3) {
    height: 180px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .project-numbers .illustration {
    min-height: 700px;
  }
  .project-numbers .illustration img {
    position: relative;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 20px;
    height: auto;
  }
}
.project-philosophy {
  background: #fff url("../images/bg/bg-logo-light.svg") no-repeat left -60% bottom -10%;
  background-size: 83% auto;
  padding: 190px 0 220px;
  position: relative;
}
.project-philosophy:before,
.project-philosophy:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
.project-philosophy:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -40px;
}
.project-philosophy:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: 20px;
}
.project-philosophy.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
.project-philosophy.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
.project-philosophy .container {
  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;
}
.project-philosophy .title {
  position: relative;
  text-align: center;
  margin-bottom: 115px;
}
.project-philosophy .title:before {
  content: '';
  display: block;
  margin: 0 auto 40px;
  width: 154px;
  height: 108px;
  background: url("../images/logo/logo-rezidence-drazkovice-grey.svg") no-repeat center / contain;
}
.project-philosophy .title h2 {
  color: #353535;
  margin: 0 0 30px 0;
}
.project-philosophy .title p {
  width: 720px;
  margin: 0 auto;
}
.project-philosophy .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.project-roadmap {
  position: relative;
  padding: 220px 0;
  color: #fff;
  overflow: hidden;
}
.project-roadmap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60px;
  bottom: -80px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 65% auto;
}
.project-roadmap .container {
  position: relative;
  z-index: 2;
}
.project-roadmap .header {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-bottom: 150px;
}
.project-roadmap .header .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 720px;
          flex: 1 1 720px;
}
.project-roadmap .header .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.project-roadmap .header .title h2 strong {
  display: inline-block;
}
.project-roadmap .header .details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 645px;
          flex: 1 1 645px;
  max-width: 645px;
  margin: -50px 0 0 auto;
}
.project-roadmap .header .details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}
.project-roadmap .header .details ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.project-roadmap .header .details ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
.project-roadmap .timeline {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .project-roadmap {
    padding: 80px 0;
  }
  .project-roadmap .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
  }
  .project-roadmap .header .title {
    padding-left: 0;
  }
  .project-roadmap .header .title::before {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 20px;
  }
  .project-roadmap .header .title h2 {
    font-size: 32px;
  }
}
.quiet-place {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.quiet-place:before,
.quiet-place:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.quiet-place:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  left: -290px;
  bottom: -115px;
}
.quiet-place:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  left: -20px;
  bottom: 165px;
}
.quiet-place.is-animated::before {
  -webkit-animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
          animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
}
.quiet-place.is-animated::after {
  -webkit-animation: slidePumpLeft 1.4s ease-out forwards;
          animation: slidePumpLeft 1.4s ease-out forwards;
}
.quiet-place .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quiet-place .illustration {
  width: 48%;
  position: absolute;
  top: -40px;
  left: -120px;
}
.quiet-place .illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.quiet-place .details {
  width: 700px;
}
.quiet-place .title {
  position: relative;
  margin-bottom: 35px;
}
.quiet-place .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.quiet-place p {
  margin: 0 0 45px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .quiet-place .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .quiet-place .illustration,
  .quiet-place .details {
    width: 100%;
    max-width: 100%;
  }
  .quiet-place .illustration {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .quiet-place .details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .quiet-place {
    padding: 70px 0;
  }
}
.page-locality .title-icon {
  position: relative;
  margin-bottom: 30px;
}
.page-locality .title-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.page-locality .hero-secondary {
  color: #fff;
}
.page-locality .locality-intro {
  color: #fff;
  padding: 40px 0 60px;
}
.page-locality .locality-intro .hero-content {
  margin-bottom: 60px;
}
.page-locality .locality-intro .hero-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
}
.page-locality .locality-intro .hero-content .title h2 span {
  display: block;
}
.page-locality .locality-intro .hero-content .title h2 strong,
.page-locality .locality-intro .hero-content .title h2 em {
  display: inline-block;
}
.page-locality .locality-intro .hero-content .buttons {
  margin: 0 0 13px;
}
.page-locality .locality-intro .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding: 0 80px;
}
.page-locality .locality-intro .content-wrapper.hero-content {
  padding: 0;
}
.page-locality .locality-intro .content-wrapper .illustration.single-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 420px;
          flex: 0 420px;
}
.page-locality .locality-intro .content-wrapper .illustration.single-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.page-locality .locality-intro .content-wrapper .description {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 650px);
          flex: 0 calc(100% - 650px);
}
.page-locality .locality-map {
  color: #fff;
  padding: 0 0 70px;
  z-index: 1;
}
.page-locality .locality-map .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.page-locality .locality-map .content-wrapper h2 strong {
  display: inline-block;
}
.page-locality .locality-map .content-wrapper .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 620px;
          flex: 0 620px;
}
.page-locality .locality-map .content-wrapper .details .list-custom ul {
  list-style: none;
  padding: 0 0 0 70px;
  margin: 60px 0 0 0;
}
.page-locality .locality-map .content-wrapper .details .list-custom ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.page-locality .locality-map .content-wrapper .details .list-custom ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
.page-locality .locality-map .content-wrapper .illustration.map-illustration {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.page-locality .locality-map .content-wrapper .illustration.map-illustration img {
  position: relative;
  display: block;
  width: 120%;
  height: auto;
  bottom: -100px;
  left: -20%;
}
.page-locality .locality-distances {
  padding: 250px 0 0;
  background: #fff url("../images/bg/bg-logo-light.svg") no-repeat left -155% bottom -155px;
  background-size: 83% auto;
}
.page-locality .locality-distances:before,
.page-locality .locality-distances:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
.page-locality .locality-distances:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -65px;
}
.page-locality .locality-distances:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: -5px;
}
.page-locality .locality-distances.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
.page-locality .locality-distances.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
.page-locality .locality-distances .section-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px;
}
.page-locality .locality-distances .section-heading .title {
  display: inline-block;
}
.page-locality .locality-distances .section-heading h2 {
  color: #353535;
}
.page-locality .locality-distances .section-heading h2 strong {
  display: inline-block;
}
.page-locality .locality-distances .equipment-grid {
  -webkit-transform: translateY(17%);
          transform: translateY(17%);
  position: relative;
  z-index: 10;
  margin-top: 0;
}
.page-locality .locality-distances .distances-grid {
  width: 100%;
  margin: 0 auto;
}
.page-locality .locality-distances .distances-grid .list-distances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.page-locality .locality-distances .distances-grid .list-distances > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  max-width: 200px;
  padding: 60px 15px 20px;
  text-align: center;
  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;
  margin-left: -15px;
  -webkit-filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.08));
}
.page-locality .locality-distances .distances-grid .list-distances > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
  z-index: -1;
}
.page-locality .locality-distances .distances-grid .list-distances > li > * {
  position: relative;
  z-index: 1;
}
.page-locality .locality-distances .distances-grid .list-distances > li .icon-main {
  height: 50px;
  width: 70px;
  margin-bottom: 20px;
  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;
}
.page-locality .locality-distances .distances-grid .list-distances > li .icon-main img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-locality .locality-distances .distances-grid .list-distances > li h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #171A1D;
  margin: 0 0 25px 0;
  min-height: 42px;
}
.page-locality .locality-distances .distances-grid .list-distances > li .transport-times {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.page-locality .locality-distances .distances-grid .list-distances > li .transport-times li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
  padding: 0 15px;
  gap: 25px;
}
.page-locality .locality-distances .distances-grid .list-distances > li .transport-times li:last-child {
  margin-bottom: 0;
}
.page-locality .locality-distances .distances-grid .list-distances > li .transport-times li img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-locality .locality-distances .distances-grid .list-distances > li .transport-times li span {
  font-size: 14px;
  font-weight: 700;
  color: #171A1D;
}
@media (max-width: 1200px) {
  .page-locality .locality-distances .distances-grid .list-distances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .page-locality .locality-distances .distances-grid .list-distances > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 15px);
            flex: 1 1 calc(33.333% - 15px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .page-locality .locality-distances .distances-grid .list-distances > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .page-locality .locality-distances .distances-grid .list-distances > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.page-locality .locality-life {
  background-image: url('../images/bg/bg-life.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 220px 0 100px;
  color: #fff;
}
@supports (background-image: url( ../images/bg/bg-life.webp )) {
  .page-locality .locality-life {
    background-image: url('../images/bg/bg-life.webp');
  }
}
.page-locality .locality-life h2 strong {
  display: inline-block;
}
.page-locality .locality-life .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px;
}
.page-locality .locality-life .content-wrapper .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 695px;
          flex: 0 695px;
}
.page-locality .locality-life .content-wrapper .details .text p {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 1.8;
}
.page-locality .locality-life .content-wrapper .details .buttons {
  margin-top: 30px;
  margin-bottom: 65px;
}
.page-locality .locality-life .content-wrapper .details .small-image img {
  position: relative;
  display: block;
  max-width: 420px;
  height: auto;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  margin: 0 0 -140px 180px;
  z-index: 1;
}
.page-locality .locality-life .content-wrapper .split-list.features-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 695px - 120px);
          flex: 0 calc(100% - 695px - 120px);
}
.page-locality .locality-life .content-wrapper .split-list.features-grid ul {
  padding-top: 60px;
}
.page-locality .locality-life .content-wrapper .split-list.features-grid ul .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-locality .locality-life .content-wrapper .split-list.features-grid ul .description p:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-locality .locality-life .content-wrapper .split-list.features-grid ul .description p:nth-of-type(2) {
  text-transform: uppercase;
  font-weight: 700;
}
.page-locality .locality-surroundingst {
  background-color: #fff;
  padding: 260px 0 120px;
}
.page-locality .locality-surroundingst:before,
.page-locality .locality-surroundingst:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
.page-locality .locality-surroundingst:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -125px;
}
.page-locality .locality-surroundingst:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: -65px;
}
.page-locality .locality-surroundingst.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
.page-locality .locality-surroundingst.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
.page-locality .locality-surroundingst .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 120px;
}
.page-locality .locality-surroundingst .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 630px;
          flex: 0 630px;
  margin: 0;
}
.page-locality .locality-surroundingst .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 630px - 120px);
          flex: 0 calc(100% - 630px - 120px);
  padding-bottom: 10px;
}
.page-locality .locality-surroundingst h2 {
  color: #353535;
}
.page-locality .locality-surroundingst h2 strong {
  display: inline-block;
}
.page-locality .locality-surroundingst-grid {
  background-color: #fff;
  padding-bottom: 0;
}
.page-locality .locality-surroundingst-grid .equipment-grid {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 10;
}
.page-locality .locality-cta {
  padding: 260px 0 320px;
}
.page-locality .locality-cta:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100px;
  bottom: 125px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 64% auto;
}
.page-locality .locality-cta .title {
  position: relative;
  width: 1145px;
  margin: 0 auto;
  right: -220px;
}
.page-locality .locality-cta h2 span {
  display: block;
}
.page-locality .locality-cta h2 strong,
.page-locality .locality-cta h2 em {
  display: inline-block;
}
.page-locality .locality-cta .buttons {
  position: relative;
  width: 1145px;
  margin-left: auto;
  margin-right: auto;
  right: -220px;
}
@media (max-width: 992px) {
  .page-locality .locality-intro .content-wrapper,
  .page-locality .locality-map .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .page-locality .locality-distances .equipment-grid {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-locality .locality-life {
    padding: 80px 0 60px;
  }
  .page-locality .locality-life .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-locality .locality-life .content-wrapper .split-list.features-grid ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-locality .locality-surroundingst .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .page-locality .locality-surroundingst-grid .equipment-grid {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-locality .locality-cta {
    padding: 90px 0 60px;
  }
}
.page-standards h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-standards .title-icon {
  position: relative;
  margin-bottom: 30px;
}
.page-standards .title-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -33% 66%;
          transform-origin: -33% 66%;
}
.page-standards .standards-intro {
  position: relative;
  color: #fff;
  padding: 35px 0 0;
}
.page-standards .standards-intro.content-wrapper:before {
  content: '';
  width: 1920px;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-standards .standards-intro .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
  padding-bottom: 200px;
}
.page-standards .standards-intro .hero-content h2 strong {
  display: inline-block;
}
.page-standards .standards-intro .hero-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page-standards .standards-intro .hero-content .details .buttons {
  margin: 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 620px;
          flex: 1 1 620px;
}
.page-standards .standards-intro .hero-content .details p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 620px);
          flex: 1 1 calc(100% - 620px);
}
.page-standards .standards-intro.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
}
.page-standards .standards-intro.content-wrapper .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 720px;
          flex: 0 720px;
  max-width: 720px;
}
.page-standards .standards-intro.content-wrapper .illustration.staggered-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  min-height: 480px;
}
.page-standards .standards-intro.content-wrapper .illustration.staggered-images img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.page-standards .standards-intro.content-wrapper .illustration.staggered-images img:nth-child(1) {
  bottom: -280px;
  right: -340px;
  width: 100%;
  height: 690px;
  z-index: 1;
}
.page-standards .standards-intro.content-wrapper .illustration.staggered-images img:nth-child(2) {
  top: -45px;
  left: 115px;
  width: 420px;
  height: 260px;
  z-index: 2;
}
.page-standards .standards-details {
  background: #fff url("../images/bg/bg-logo-light.svg") no-repeat left -28% bottom -10%;
  background-size: 74% auto;
  padding: 200px 0 0 0;
}
.page-standards .standards-details.details-secondary {
  background: #fff url("../images/bg/bg-logo-light.svg") no-repeat right -28% bottom -10%;
  background-size: 74% auto;
}
.page-standards .standards-details .lists-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 80px;
  margin-bottom: 80px;
}
.page-standards .standards-details .lists-grid h3 {
  font-size: 26px;
  color: #353535;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.5px;
}
.page-standards .standards-details .lists-grid h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/bg/img-vector-golden.svg") no-repeat left top;
  background-size: contain;
  -webkit-transform-origin: -40% 72%;
          transform-origin: -40% 72%;
}
.page-standards .standards-details .lists-grid p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.page-standards .standards-details .lists-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-standards .standards-details .lists-grid ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  color: #666;
  font-size: 18px;
  line-height: 1.5;
}
.page-standards .standards-details .lists-grid ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
.page-standards .standards-details .equipment-grid {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 10;
}
.page-standards .standards-intro-reversed {
  padding: 320px 0 110px;
  color: #fff;
}
.page-standards .standards-intro-reversed:before,
.page-standards .standards-intro-reversed:after {
  content: '';
  position: absolute;
  z-index: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.page-standards .standards-intro-reversed:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  left: -290px;
  bottom: -215px;
}
.page-standards .standards-intro-reversed:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  left: -20px;
  bottom: 65px;
}
.page-standards .standards-intro-reversed.is-animated::before {
  -webkit-animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
          animation: slidePumpLeft 1.4s ease-out 0.2s forwards;
}
.page-standards .standards-intro-reversed.is-animated::after {
  -webkit-animation: slidePumpLeft 1.4s ease-out forwards;
          animation: slidePumpLeft 1.4s ease-out forwards;
}
.page-standards .standards-intro-reversed .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.page-standards .standards-intro-reversed .content-wrapper .illustration.single-image {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 725px;
  height: 620px;
  z-index: 1;
}
.page-standards .standards-intro-reversed .content-wrapper .illustration.single-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.page-standards .standards-intro-reversed .content-wrapper .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 720px;
          flex: 0 720px;
  width: 720px;
  margin-left: auto;
}
.page-standards .standards-intro-reversed .content-wrapper .details .title {
  margin-bottom: 30px;
}
.page-standards .standards-comfort {
  padding: 240px 0 180px;
}
.page-standards .standards-comfort:before,
.page-standards .standards-comfort:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-180deg) translateX(-100%);
          transform: rotate(-180deg) translateX(-100%);
  opacity: 0;
}
.page-standards .standards-comfort:before {
  width: 620px;
  height: 505px;
  background: url("../images/bg/img-vector-light.svg") no-repeat center / contain;
  right: -290px;
  top: -265px;
}
.page-standards .standards-comfort:after {
  width: 190px;
  height: 160px;
  background: url("../images/bg/img-vector-golden.svg") no-repeat center / contain;
  right: -20px;
  top: -205px;
}
.page-standards .standards-comfort.is-animated::before {
  -webkit-animation: slidePumpRight 1.4s ease-out 0.2s forwards;
          animation: slidePumpRight 1.4s ease-out 0.2s forwards;
}
.page-standards .standards-comfort.is-animated::after {
  -webkit-animation: slidePumpRight 1.4s ease-out forwards;
          animation: slidePumpRight 1.4s ease-out forwards;
}
.page-standards .standards-comfort .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.page-standards .standards-comfort .content-wrapper .details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.page-standards .standards-comfort .content-wrapper .split-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.page-standards .standards-comfort .content-wrapper .split-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
}
.page-standards .standards-comfort .content-wrapper .split-list ul li {
  position: relative;
  padding-left: 34px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.page-standards .standards-comfort .content-wrapper .split-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 18px;
  background: url("../images/icon/ico-arrow-golden.svg") no-repeat center center / contain;
}
.page-standards .standards-cta {
  padding: 260px 0 320px;
}
.page-standards .standards-cta:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100px;
  bottom: 125px;
  background: url("../images/bg/bg-logo-dark.svg") no-repeat left bottom / 64% auto;
}
.page-standards .standards-cta .title {
  position: relative;
  width: 820px;
  margin: 0 auto;
  right: -220px;
}
.page-standards .standards-cta h2 span {
  display: block;
}
.page-standards .standards-cta h2 strong,
.page-standards .standards-cta h2 em {
  display: inline-block;
}
.page-standards .standards-cta .buttons {
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  right: -220px;
}
@media (max-width: 992px) {
  .page-standards .standards-intro {
    padding: 40px 0 0;
  }
  .page-standards .standards-intro .hero-content,
  .page-standards .standards-intro.content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .page-standards .standards-intro.content-wrapper .illustration.staggered-images {
    width: 100%;
    min-height: 400px;
    margin-top: 30px;
  }
  .page-standards .standards-details .lists-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page-standards .standards-details .equipment-grid {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .page-standards .standards-intro-reversed {
    padding: 80px 0 60px;
  }
  .page-standards .standards-intro-reversed .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-standards .standards-comfort {
    padding: 80px 0 60px;
  }
  .page-standards .standards-comfort .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .page-standards .standards-comfort .content-wrapper .split-list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-toolbar .fancybox-button--zoom {
  display: none !important;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  -webkit-box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
          box-shadow: 15px 15px 40px 0 rgba(29, 29, 27, 0.1);
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_left[disabled] {
  opacity: 0.5 !important;
}
.fancybox-navigation .fancybox-button--arrow_left svg {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left div:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 53%;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
.fancybox-navigation .fancybox-button--arrow_left div:hover:before {
  -webkit-animation: arrowLeft 0.5s ease infinite;
          animation: arrowLeft 0.5s ease infinite;
}
.fancybox-navigation .fancybox-button--arrow_left[disabled] {
  cursor: default;
  opacity: 0.5;
}
.fancybox-navigation .fancybox-button--arrow_left[disabled] div {
  pointer-events: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-navigation .fancybox-button--arrow_right[disabled] {
  opacity: 0.5 !important;
}
.fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_right div:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 53%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right div:hover:before {
  -webkit-animation: arrowRight 0.5s ease infinite;
          animation: arrowRight 0.5s ease infinite;
}
.fancybox-navigation .fancybox-button--arrow_right[disabled] {
  cursor: default;
  opacity: 0.5;
}
.fancybox-navigation .fancybox-button--arrow_right[disabled] div {
  pointer-events: none;
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.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);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 0;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font-size: 0;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
/*SLICK*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  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;
}
[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;
}
