@font-face {
  font-family: 'CorporateS';
  src: url('/fonts/CorporateS-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import "../js/slick/slick.css";
@import "../js/slick/slick-theme.css";
@import "https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css";
* {
  font-family: "CorporateS", "Cera Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  color: #202020;
}

html, body {
  padding: 0;
  margin: 0;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
}

a {
  transition: all 0.5s;
}

.header {
  height: 88px;
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.header::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  /*@media (max-width: 1190px) {
    left: min(Calc((100vw - 1440px) / 2),0);
  }*/
}
.header-content {
  margin: 0 auto;
  display: flex;
  height: 88px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100% - 40px);
  box-sizing: content-box;
  /*@media (max-width: 1190px) {
    padding: 0 30px;
  }*/
}
.header-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}
.header-content-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.header-content-right__phone {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  text-align: justify;
  color: #FFFFFF;
  margin-right: 50px;
}
@media (max-width: 638px) {
  .header-content-right__phone {
    display: none;
  }
}
@media (max-width: 638px) {
  .header-content-right__language {
    display: none;
  }
}
.header-content-right__selector {
  position: relative;
  display: flex;
  align-items: stretch;
}
.header-content-right__selector-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 79px;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: justify;
  color: #FFFFFF;
}
.header-content-right__selector-content {
  display: none;
  position: absolute;
  background-color: #F4F3F1;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  top: 56px;
  right: 40px;
}
.header-content-right__selector-content.show {
  display: block;
}
.header-content-right__selector-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header-content-right__selector-content a:hover {
  background-color: #ddd;
}
.header-content-right__menu {
  position: relative;
}
.header-content-right__menu-button {
  cursor: pointer;
}

.header-menu {
  position: absolute;
  background: #ffffff;
  right: -20px;
  width: 402px;
  height: 800px;
  top: -26px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 806px) {
  .header-menu {
    width: 100vw;
  }
}
.header-menu.show {
  display: flex;
}
.header-menu__header {
  display: flex;
  padding: 0 20px;
  height: 88px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C8B39D;
}
.header-menu__header--close {
  cursor: pointer;
}
.header-menu__body {
  display: flex;
  padding: 50px 20px;
  border-bottom: 1px solid #C8B39D;
}
.header-menu__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.header-menu__body ul li a {
  font-weight: 300;
  font-size: 24px;
  line-height: initial;
  text-align: right;
  color: #202020;
  text-decoration: none;
}
.header-menu__body ul li a:hover {
  opacity: 0.7;
}
.header-menu__lang {
  display: flex;
  padding: 33px 20px;
}
.header-menu__lang ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.header-menu__lang ul li {
  font-weight: 300;
  font-size: 24px;
  line-height: initial;
  text-align: right;
  color: #202020;
}
.header-menu__lang ul li a {
  font-weight: 300;
  font-size: 24px;
  line-height: initial;
  text-align: right;
  color: rgba(32, 32, 32, 0.5);
  text-decoration: none;
}
.header-menu__lang ul li a:hover {
  opacity: 0.7;
}
.header-menu__phone {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  text-align: right;
  color: #202020;
  text-decoration: none;
  padding: 0 20px;
  flex: 1;
}
.header-menu__callback {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #202020;
  text-align: center;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  border-radius: 10px;
  padding: 20px;
  display: block;
  margin: 0 20px 20px;
  border: none;
}

.about {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(1440px, 100%);
  position: relative;
}
@media (max-width: 965px) {
  .about-content {
    flex-direction: column;
    padding: 75px 0 0 0;
  }
}
.about-content::after {
  content: "";
  height: 7px;
  background: #C8B39D;
  position: absolute;
  left: calc(50% - 570px);
  bottom: -3px;
  width: calc(50% - (50% - 570px));
}
@media (max-width: 965px) {
  .about-content::after {
    display: none;
  }
}
.about-content-left {
  width: 50%;
  padding-left: calc(50% - 570px);
  box-sizing: border-box;
}
@media (max-width: 1190px) {
  .about-content-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 965px) {
  .about-content-left {
    width: 100%;
    border-right: none;
    padding: 0 20px 0 20px;
    display: block;
  }
}
.about-content-left__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #202020;
}
@media (max-width: 690px) {
  .about-content-left__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.about-content-left__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  color: #202020;
  padding-right: 69px;
}
@media (max-width: 1190px) {
  .about-content-left__text {
    padding-right: 0;
  }
}
@media (max-width: 690px) {
  .about-content-left__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    padding-right: 0;
  }
}
.about-content-left__text p {
  color: #202020;
  padding: 0;
  margin: 0 0 30px;
}
.about-content-left__text p:last-child {
  margin-bottom: 0;
}
.about-content-left__text ul {
  color: #202020;
  margin: 0 0 30px;
  list-style-type: "- ";
  padding-left: 18px;
}
.about-content-left__text ul:last-child {
  margin-bottom: 0;
}
.about-content-left__button {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  padding: 20px 23px;
  width: auto;
  height: 65px;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
@media (max-width: 600px) {
  .about-content-left__button {
    width: 100%;
  }
}
.about-content-right {
  width: 50%;
  padding-right: calc(50% - 570px);
  box-sizing: border-box;
}
@media (max-width: 965px) {
  .about-content-right {
    width: 100%;
    display: none;
  }
}

.about-slider {
  width: 100%;
}
@media (max-width: 1395px) {
  .about-slider {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1395px) {
  .about-slider-inner__item img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 965px) {
  .about-slider-inner__item img {
    width: 100vw;
  }
}
.about-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.about-slider .slick-dots {
  bottom: 30px;
}
.about-slider .slick-dots li {
  width: 34px;
  height: 4px;
  margin: 0 8px;
}
.about-slider .slick-dots li button {
  border: none;
  width: 34px;
  height: 4px;
  padding: 0;
}
.about-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 34px;
  height: 4px;
  background: #F4F3F1;
  opacity: 1;
}
.about-slider .slick-dots li:hover button:before {
  opacity: 0.75;
}
.about-slider .slick-dots li.slick-active button:before {
  background: #202020;
}

.complectation {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding: 50px 0 0;
}
@media (max-width: 965px) {
  .complectation {
    padding: 0;
  }
}
.complectation-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(1440px, 100%);
  position: relative;
}
@media (max-width: 965px) {
  .complectation-content {
    flex-direction: column;
    padding: 75px 0 0 0;
  }
}
.complectation-content::after {
  content: "";
  height: 7px;
  background: #C8B39D;
  position: absolute;
  right: calc(50% - 570px);
  bottom: -3px;
  width: calc(50% - (50% - 594px));
}
@media (max-width: 1190px) {
  .complectation-content::after {
    width: 50%;
    right: 0;
  }
}
@media (max-width: 965px) {
  .complectation-content::after {
    display: none;
  }
}
.complectation-content-right {
  width: 50%;
  padding-right: calc(50% - 570px);
  box-sizing: border-box;
  padding-left: 44px;
}
@media (max-width: 1190px) {
  .complectation-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 965px) {
  .complectation-content-right {
    width: 100%;
    border-right: none;
    padding: 0 20px 50px 20px;
    display: block;
    order: 0;
  }
}
.complectation-content-right__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #202020;
}
@media (max-width: 690px) {
  .complectation-content-right__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.complectation-content-right__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #202020;
  padding-left: 0;
}
@media (max-width: 1190px) {
  .complectation-content-right__text {
    padding-left: 0;
  }
}
@media (max-width: 690px) {
  .complectation-content-right__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    padding-left: 0;
  }
}
.complectation-content-right__text p {
  color: #202020;
  padding: 0;
  margin: 0 0 30px;
}
.complectation-content-right__text p:last-child {
  margin-bottom: 0;
}
.complectation-content-right__text ul {
  color: #202020;
  margin: 0 0 30px;
  list-style-type: "- ";
  padding-left: 18px;
}
.complectation-content-right__text ul:last-child {
  margin-bottom: 0;
}
.complectation-content-right__button {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  padding: 20px 23px;
  width: auto;
  height: 65px;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  clear: both;
  display: inline-block;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
@media (max-width: 600px) {
  .complectation-content-right__button {
    width: 100%;
  }
}
.complectation-content-left {
  width: 50%;
  padding-left: calc(50% - 570px);
  box-sizing: border-box;
}
@media (max-width: 965px) {
  .complectation-content-left {
    width: 100%;
    order: 1;
  }
}

.complectation-slider {
  width: calc(100% - 23px);
}
@media (max-width: 1395px) {
  .complectation-slider {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1395px) {
  .complectation-slider-inner__item img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 965px) {
  .complectation-slider-inner__item img {
    width: 100vw;
  }
}
.complectation-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.complectation-slider .slick-dots {
  bottom: 30px;
}
.complectation-slider .slick-dots li {
  width: 34px;
  height: 4px;
  margin: 0 8px;
}
.complectation-slider .slick-dots li button {
  border: none;
  width: 34px;
  height: 4px;
  padding: 0;
}
.complectation-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 34px;
  height: 4px;
  background: #F4F3F1;
  opacity: 1;
}
.complectation-slider .slick-dots li:hover button:before {
  opacity: 0.75;
}
.complectation-slider .slick-dots li.slick-active button:before {
  background: #202020;
}

.example {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 965px) {
  .example {
    padding: 75px 0 0;
  }
}
.example-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  clear: both;
  width: min(1140px, 100%);
}
@media (max-width: 1190px) {
  .example-content {
    padding: 0 20px;
  }
}
.example-content__title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .example-content__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.example__image {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 965px) {
  .example__image {
    display: none;
  }
}
.example__image--mobile {
  display: none;
}
@media (max-width: 965px) {
  .example__image--mobile {
    width: 100vw;
    height: auto;
    display: block;
    clear: both;
  }
}

.example-items {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 965px) {
  .example-items {
    padding: 25px 0 0;
  }
}
.example-items-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
}
@media (max-width: 1190px) {
  .example-items-content {
    padding: 0 20px;
  }
}
.example-items-content-items {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 822px) {
  .example-items-content-items {
    align-items: self-start;
  }
}
.example-items-content-items-item {
  max-width: 370px;
  position: relative;
  /*@media (max-width: 510px) {
    width: Calc(100vw - 40px);
    max-width: 100%;
  }*/
}
@media (max-width: 1180px) {
  .example-items-content-items-item {
    width: calc((100vw - 40px - 15px - 15px) / 3);
  }
}
@media (max-width: 822px) {
  .example-items-content-items-item {
    align-items: self-start;
    width: calc((100vw - 40px - 15px) / 2);
  }
}
.example-items-content-items-item__image {
  max-width: 370px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 510px) {
  .example-items-content-items-item__image {
    width: calc(100vw - 40px);
    height: auto;
    max-width: 100%;
  }
}
.example-items-content-items-item__number {
  position: absolute;
  background: linear-gradient(90deg, rgba(214, 192, 148, 0.75) 0%, rgba(243, 225, 171, 0.75) 100%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
}
.example-items-content-items-item ul {
  padding: 0;
  margin: 10px 0 40px;
  list-style: none;
}
.example-items-content-items-item ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #202020;
  line-height: 35px;
}
@media (max-width: 822px) {
  .example-items-content-items-item ul li {
    line-height: 25px;
  }
}
.example-items-content-items-item ul li strong {
  font-size: 18px;
  color: #202020;
  font-weight: 400;
}

.complectation-form {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0 40px;
  margin-top: 54px;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 965px) {
  .complectation-form {
    background-image: none !important;
    border-top: 1px solid #9F8D78;
    padding: 0;
    margin-top: 14px;
  }
}
.complectation-form-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
}
@media (max-width: 1190px) {
  .complectation-form-content {
    padding: 0 20px;
  }
}
.complectation-form-content .dialog {
  max-width: 490px !important;
  box-sizing: border-box;
  align-items: flex-start;
}
@media (max-width: 965px) {
  .complectation-form-content .dialog {
    max-width: 100% !important;
    padding: 78px 0 0;
    box-shadow: none;
    background: transparent;
  }
}
.complectation-form-content .dialog__title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
@media (max-width: 965px) {
  .complectation-form-content .dialog__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    max-width: 100% !important;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.complectation-form-content .dialog__text {
  text-align: left;
}
@media (max-width: 965px) {
  .complectation-form-content .dialog__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    max-width: 100% !important;
    width: 100%;
  }
}
.complectation-form-content .dialog__form {
  max-width: initial;
}
@media (max-width: 965px) {
  .complectation-form-content .dialog__form {
    max-width: 100% !important;
    width: 100%;
  }
}
.complectation-form-content .dialog__form input[type=text], .complectation-form-content .dialog__form-phone input[type=tel], .complectation-form-content .dialog__form textarea {
  box-sizing: border-box;
}
.complectation-form-content .dialog__policy {
  text-align: left;
}
@media (max-width: 965px) {
  .complectation-form-content .dialog__policy {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    max-width: 100% !important;
    width: 100%;
    text-align: left;
  }
}

.gallery {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 965px) {
  .gallery {
    padding: 75px 0 0;
    border-bottom: 1px solid #E0E0E0;
  }
}
.gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
}
@media (max-width: 1190px) {
  .gallery-content {
    padding: 0 20px;
  }
}
.gallery-content__title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  .gallery-content__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.gallery-content-items {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 965px) {
  .gallery-content-items {
    margin-bottom: 40px;
  }
}
.gallery-content-items-item {
  max-width: 370px;
  position: relative;
}
@media (max-width: 1180px) {
  .gallery-content-items-item {
    width: calc((100vw - 40px - 15px - 15px) / 3);
  }
}
@media (max-width: 822px) {
  .gallery-content-items-item {
    width: calc((100vw - 40px - 15px) / 2);
  }
}
@media (max-width: 510px) {
  .gallery-content-items-item {
    width: calc(100vw - 40px);
    max-width: 100%;
  }
}
@media (max-width: 965px) {
  .gallery-content-items-item.hide {
    display: none !important;
  }
}
.gallery-content-items-item__image {
  max-width: 370px;
  width: 100%;
  height: 100%;
}
@media (max-width: 510px) {
  .gallery-content-items-item__image {
    width: calc(100vw - 40px);
    height: auto;
    max-width: 100%;
  }
}
.gallery-content-items-item__gallery {
  position: absolute;
  /* gallery button icon */
  /* width: 40px; */
  /* height: 40px; */
  top: 20px;
  right: 20px;
  bottom: 55px;
  left: 0;
  text-decoration: none;
}
.gallery-content-items-item__specification {
  position: absolute;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #202020;
  height: 55px;
  text-align: center;
  bottom: 0;
  display: flex;
  left: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  text-decoration: none;
}
.gallery-content-items-item__specification img {
  margin-right: 11px;
}
.gallery-content-more {
  display: none;
  text-align: center;
  justify-content: center;
  padding: 0 0 40px;
  margin-top: -10px;
}
@media (max-width: 965px) {
  .gallery-content-more {
    display: flex;
  }
}
.gallery-content-more__button {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(159, 141, 120, 0.4980392157);
}
.gallery-content-more__button:hover {
  opacity: 0.7;
}

.intro {
  height: 712px;
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 88px 0 0;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.intro-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
  /*
  &-right {
    width: 50%;
    &__mouse {
      height: 40px;
      width: 28px;
      display: block;
      right: 113px;
      bottom: 60px;
      position: absolute;
      background: url('../i/mouse.svg') no-repeat;
      @media (max-width: 1190px) {
        display: none;
      }
    }
  }
  */
}
@media (max-width: 1190px) {
  .intro-content {
    padding: 0 20px;
  }
}
.intro-content-left {
  width: calc(50% - 1px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 75px;
}
@media (max-width: 1190px) {
  .intro-content-left {
    width: 100%;
    border-right: none;
  }
}
.intro-content-left__slogan {
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 152px 0 115px;
}
@media (max-width: 690px) {
  .intro-content-left__slogan {
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    margin: 317px 0 60px;
  }
}
.intro-content-left__title {
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  .intro-content-left__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.intro-content-left__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  padding-right: 35px;
}
@media (max-width: 690px) {
  .intro-content-left__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
  }
}
.intro-content-right {
  width: 50%;
  border: 2px solid #FFFFFF; border-radius: 12px;
}
@media (max-width: 1190px) {
  .intro-content-right {
    display: none;
  }
}
.intro-content-right__mouse {
  display: none;
}

.who {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 50px;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 965px) {
  .who {
    padding: 50px 0 75px;
    border-bottom: 1px solid #9F8D78;
  }
}
.who-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
}
@media (max-width: 1190px) {
  .who-content {
    padding: 0 20px;
  }
}
.who-content__title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .who-content__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.who-content-items {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.who-content-items-item {
  max-width: 360px;
  position: relative;
}
@media (max-width: 1180px) {
  .who-content-items-item {
    width: calc((100vw - 40px - 60px) / 3);
    max-width: initial;
  }
}
@media (max-width: 760px) {
  .who-content-items-item {
    width: 100%;
    max-width: 100%;
  }
}
.who-content-items-item:first-child {
  position: relative;
}
.who-content-items-item:first-child:before {
  content: "";
  background: #C8B39D;
  height: 7px;
  display: block;
  width: calc(300% + 60px);
  top: 27px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 760px) {
  .who-content-items-item:first-child:before {
    display: none;
  }
}
.who-content-items-item:last-child {
  position: relative;
}
.who-content-items-item:last-child:before {
  content: "";
  background: #C8B39D;
  height: 7px;
  display: block;
  width: calc(300% + 60px - 90%);
  top: 27px;
  right: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 760px) {
  .who-content-items-item:last-child:before {
    display: none;
  }
}
.who-content-items-item__image {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  position: sticky;
  z-index: 99;
}
@media (max-width: 760px) {
  .who-content-items-item__image {
    margin-bottom: 20px;
  }
}
.who-content-items-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .who-content-items-item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.who-content-items-item__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
}
@media (max-width: 760px) {
  .who-content-items-item__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
  }
}

.footer {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1190px) {
  .footer {
    padding: 80px 20px 0;
  }
}
@media (max-width: 965px) {
  .footer {
    padding: 75px 20px 0;
  }
}
.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
  gap: 64px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 790px) {
  .footer-content {
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.footer-content-left {
  width: 40%;
  /*   @media (max-width: 1190px) {
       width: 35%;
     }*/
}
@media (max-width: 1000px) {
  .footer-content-left {
    width: 50%;
  }
}
@media (max-width: 790px) {
  .footer-content-left {
    width: 100%;
  }
}
.footer-content-left__title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 16px;
  margin-top: -4px;
}
@media (max-width: 790px) {
  .footer-content-left__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
  }
}
.footer-content-left__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  margin-bottom: 16px;
}
@media (max-width: 790px) {
  .footer-content-left__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
  }
}
.footer-content-left__form {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 790px) {
  .footer-content-left__form {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-content-left__form input {
  height: 49px;
  width: 60%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
  border: none;
  border-bottom: 1px solid #E0E0E0;
  background: transparent;
  outline: none;
}
@media (max-width: 790px) {
  .footer-content-left__form input {
    width: 100%;
  }
}
.footer-content-left__form input:focus, .footer-content-left__form input:active {
  border: none;
  border-bottom: 1px solid #E0E0E0;
}
.footer-content-left__form input.error {
  border-bottom: 1px solid #ff0000;
}
.footer-content-left__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 24px;
  height: 49px;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  border-radius: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #202020;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 790px) {
  .footer-content-left__form button {
    width: 80%;
  }
}
.footer-content-left__form button:hover {
  opacity: 0.7;
}
.footer-content-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  /*     @media (max-width: 1190px) {
         width: 65%;
       }*/
}
@media (max-width: 1000px) {
  .footer-content-right {
    width: 50%;
  }
}
@media (max-width: 790px) {
  .footer-content-right {
    width: 100%;
  }
}
.footer-content-right__menu {
  display: flex;
  flex-direction: row;
  /* gap: 32px; */
  padding: 40px 0 0;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer-content-right__menu {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 0;
  }
}
.footer-content-right__menu li {
  display: block;
}
.footer-content-right__menu li a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  text-decoration: none;
}
.footer-content-right__menu li a:hover {
  border-bottom: 1px solid #202020;
}
.footer-terms {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: min(1140px, 100%);
  gap: 64px;
  margin-bottom: 40px;
}
@media (max-width: 1190px) {
  .footer-terms {
    padding: 0 20px;
    gap: 20px;
  }
}
@media (max-width: 790px) {
  .footer-terms {
    flex-direction: column;
  }
}
.footer-terms__menu {
  width: 50%;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}
@media (max-width: 790px) {
  .footer-terms__menu {
    width: 100%;
  }
}
.footer-terms__menu li {
  display: block;
}
.footer-terms__menu li a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #202020;
  opacity: 0.5;
  border-bottom: 1px solid rgba(32, 32, 32, 0.4784313725);
}
@media (max-width: 1000px) {
  .footer-terms__menu li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
  }
}
.footer-terms__menu li a:hover {
  opacity: 1;
}
.footer-terms__copyright {
  width: 50%;
  text-align: right;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .footer-terms__copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 790px) {
  .footer-terms__copyright {
    width: 100%;
    text-align: left;
  }
}

.dialog {
  background: #F2ECD8;
  padding: 38px 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0px 0px 78px 0px rgba(159, 141, 120, 0.2);
  -moz-box-shadow: 0px 0px 78px 0px rgba(159, 141, 120, 0.2);
  box-shadow: 0px 0px 78px 0px rgba(159, 141, 120, 0.2);
}
.dialog .carousel__button.is-close {
  top: 30px;
  right: 30px;
  box-shadow: none;
  background: url("../i/menu-close.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
@media (max-width: 800px) {
  .dialog .carousel__button.is-close {
    top: 36px;
    right: 17px;
  }
}
.dialog .carousel__button.is-close svg {
  display: none;
}
.dialog__title {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  max-width: min(100% - 80px, 500px);
  margin: 0 40px 15px;
}
@media (max-width: 800px) {
  .dialog__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #202020;
    text-align: left;
    margin: 0 40px 15px 0;
    max-width: calc(100% - 40px);
  }
}
.dialog__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  margin-bottom: 30px;
  max-width: 433px;
  text-align: center;
}
@media (max-width: 800px) {
  .dialog__text {
    text-align: left;
    max-width: 100%;
  }
}
.dialog__form {
  max-width: 326px;
}
@media (max-width: 800px) {
  .dialog__form {
    max-width: 100%;
  }
}
.dialog__form-phone {
  position: relative;
}
.dialog__form-phone__prefix {
  position: absolute;
  display: flex;
  align-items: center;
  padding-right: 16px;
  border-right: 1px solid #ccc;
  top: 14px;
  left: 20px;
}
.dialog__form-phone__prefix img {
  margin-right: 8px;
  width: 16px;
  height: 17px;
}
.dialog__form-phone input[type=tel] {
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
  padding: 0 20px 0 111px;
  margin-bottom: 20px;
}
.dialog__form-phone input[type=tel]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
}
@media (max-width: 800px) {
  .dialog__form-phone input[type=tel] {
    background: #EEEEEE;
  }
}
.dialog__form input[type=text] {
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
  padding: 0 20px;
  margin-bottom: 20px;
}
.dialog__form input[type=text]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
}
@media (max-width: 800px) {
  .dialog__form input[type=text] {
    background: #EEEEEE;
  }
}
.dialog__form textarea {
  width: 100%;
  height: 141px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: initial;
  color: rgba(32, 32, 32, 0.5);
  padding: 15px 20px;
  margin-bottom: 20px;
}
.dialog__form textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.5);
}
@media (max-width: 800px) {
  .dialog__form textarea {
    background: #EEEEEE;
  }
}
.dialog__form input, .dialog__form textarea {
  outline: none;
}
.dialog__form input.error, .dialog__form textarea.error {
  border: 1px solid #FF0000;
  color: #FF0000;
}
.dialog__form input.error::placeholder, .dialog__form textarea.error::placeholder {
  color: #FF0000;
}
.dialog__form button {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  padding: 12px 24px;
  width: 100%;
  height: 65px;
  background: linear-gradient(90deg, #D6C094 0%, #F3E1AB 100%);
  box-shadow: 0px 4px 0px #9C8A5F;
  border-radius: 10px;
  border: none;
}
.dialog__form button:hover {
  opacity: 0.7;
}
.dialog__form fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.dialog__form fieldset label {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  padding: 0;
  margin-bottom: 10px;
  clear: both;
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-family: inherit !important;
}
.dialog__form fieldset label .ui-icon-background {
  box-shadow: none;
  width: 28px;
  height: 28px;
}
.dialog__form fieldset label .ui-checkboxradio-icon-space {
  width: 16px;
  display: inline-block;
}
.dialog__form fieldset label.ui-button.ui-state-active:hover {
  border: none;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #202020;
  padding: 0;
  margin-bottom: 10px;
}
.dialog__form fieldset .ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
@media (max-width: 800px) {
  .dialog__form fieldset .ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-color: #EEEEEE;
  }
}
.dialog__form fieldset .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .dialog__form fieldset .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background: #202020;
  box-shadow: none;
  width: 28px;
  height: 28px;
  border: 4px solid white;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .dialog__form fieldset .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .dialog__form fieldset .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    border: 4px solid #EEEEEE;
  }
}
.dialog__form fieldset .ui-visual-focus {
  box-shadow: none;
}
.dialog__policy {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: rgba(32, 32, 32, 0.75);
  margin-top: 20px;
  max-width: 433px;
}
.dialog__policy a {
  text-decoration: none;
  border-bottom: 1px solid rgba(32, 32, 32, 0.75);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #202020;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #202020;
}

.fancybox__backdrop {
  opacity: 0.95;
  background: #F4F3F1;
  filter: blur(20deg);
}

.carousel__button {
  box-shadow: none !important;
}
.carousel__button svg {
  stroke: #756851;
  filter: none;
}

.fancybox__counter {
  text-shadow: none;
  color: #756851;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #756851;
}

.fancybox__toolbar {
  background: transparent !important;
}

.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.af-message-error {
  display: block;
  background-color: #f36161 !important;
  color: white !important;
  width: auto;
  margin: 0;
  border-radius: 0;
  height: auto;
  min-height: auto;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  border: none !important;
}
.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.af-message-error .jGrowl-message {
  color: white !important;
}

.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.af-message-success {
  display: block;
  background-color: #756851 !important;
  color: white !important;
  width: auto;
  margin: 0;
  border-radius: 0;
  height: auto;
  min-height: auto;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  border: none !important;
}
.jGrowl-notification.alert.ui-state-highlight.ui-corner-all.af-message-success .jGrowl-message {
  color: white !important;
}

.jGrowl.top-right {
  right: 0;
  top: 0;
  width: 100%;
  border: none !important;
}

.dialog.fancybox__content {
  background: #fff;
}
.dialog.fancybox__content .dialog__form-phone input[type=tel] {
  background: #EEEEEE;
}
.dialog.fancybox__content .dialog__form input[type=text] {
  background: #EEEEEE;
}
.dialog.fancybox__content .dialog__form textarea {
  background: #EEEEEE;
}
.dialog.fancybox__content .dialog__form fieldset .ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-color: #EEEEEE;
}
.dialog.fancybox__content .dialog__form fieldset label.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .dialog.fancybox__content .dialog__form fieldset label.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-color: #202020 !important;
  border: 4px solid #EEEEEE !important;
}
.dialog.fancybox__content .dialog__form fieldset label .ui-visual-focus {
  box-shadow: none;
}

/*# sourceMappingURL=styles.css.map */
