@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-DemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-Md.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Berlingske Serif";
  src: url("../fonts/BerlingskeSerif-MdItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  background: #242424;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div, section {
  display: block;
}

ul {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button, input, textarea {
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.5s, stroke 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #000;
  --accent: #396448;
  --white: #fff;
  --gray: #4C5254;
  width: 100%;
  line-height: 1.4;
  min-height: 100vh;
  font-family: "TT Hoves", sans-serif;
  font-weight: 400;
  color: var(--accent);
  background: var(--white);
  position: relative;
  overflow-x: hidden;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--accent);
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.btn img {
  margin: auto 0 auto 20px;
}
.btn img:first-child {
  margin: auto 20px auto 0;
}

.row {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header .row {
  max-width: 1400px;
}
.header__block {
  padding: 40px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.header__logo {
  float: left;
  width: 212px;
  height: auto;
  margin: auto 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.header__nav ul {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li {
  float: left;
  margin-right: 30px;
}
.header__nav ul li:last-child {
  margin: 0;
}
.header__nav ul li a {
  display: block;
  font-size: 16px;
  color: var(--white);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__phone {
  float: right;
  margin: auto 0 auto auto;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding-left: 30px;
  position: relative;
}
.header__phone::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc(50% - 7px);
  background: url(../img/icon-phone.svg) center/contain no-repeat;
}
.header__soc, .header__humb {
  display: none;
}

.seo {
  margin-top: 55px;
}

.teaser {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.teaser.min {
  min-height: 600px;
  padding: 200px 0 100px;
}
.teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.teaser__image::before, .teaser__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.teaser__image::before {
  background: -o-linear-gradient(355deg, rgba(4, 11, 8, 0) 60.88%, rgba(0, 0, 0, 0.4) 86.01%);
  background: linear-gradient(95deg, rgba(4, 11, 8, 0) 60.88%, rgba(0, 0, 0, 0.4) 86.01%);
}
.teaser__image::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79.62%, rgba(4, 11, 8, 0)), color-stop(93.52%, rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(bottom, rgba(4, 11, 8, 0) 79.62%, rgba(0, 0, 0, 0.4) 93.52%);
  background: linear-gradient(360deg, rgba(4, 11, 8, 0) 79.62%, rgba(0, 0, 0, 0.4) 93.52%);
}
.teaser__image img, .teaser__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.teaser__image video {
  display: none;
}
.teaser__image video:first-child {
  display: block;
}
.teaser__block {
  width: 100%;
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.teaser .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__box {
  width: 55%;
  float: right;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teaser__title:first-child:last-child {
  width: 100%;
}
.teaser__title {
  display: block;
  width: 75%;
}
.teaser__title-sub {
  display: block;
  font-size: 20px;
  color: var(--white);
}
.teaser__title-name {
  display: block;
  margin-top: 20px;
  font-size: 64px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
}
.teaser__title-name:first-child {
  margin: 0;
}
.teaser__title-name i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.teaser__title-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.teaser__title-but .btn {
  width: 325px;
  max-width: 100%;
}
.teaser__info {
  float: right;
  width: 23%;
  margin-left: auto;
  padding-top: 56px;
  position: relative;
}
.teaser__info::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  top: 0;
  left: 0;
  background: url(../img/icon-geo.svg) center/contain no-repeat;
}
.teaser__info-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}
.teaser__info-desc {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 130%;
  color: var(--white);
}
.teaser__info-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.teaser__info-soc li {
  float: left;
  margin-right: 15px;
}
.teaser__info-soc li:last-child {
  margin: 0;
}
.teaser__info-soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 110%;
  color: var(--white);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.teaser__info-soc li a img {
  float: left;
  width: 12px;
  height: auto;
  margin: auto 7px auto 0;
}

.content {
  width: 100%;
  overflow: hidden;
}

.title {
  width: 100%;
}
.title__name {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 130%;
  font-weight: 500;
  line-height: 130%;
  color: var(--accent);
}
.title__name i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.title__desc {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  line-height: 130%;
  color: var(--accent);
}
.title__desc:first-child {
  margin-top: 0;
}
.title__desc i {
  font-weight: 500;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}

.order {
  width: 100%;
  margin-top: 80px;
}
.order__form {
  width: 100%;
  margin-top: 30px;
}
.order__form-block {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 160px;
  background: #e3e3d8;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order__form-block .btn {
  float: left;
  width: 13%;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  font-family: "TT Hoves", sans-serif;
  font-style: normal;
}
.order__form-block .btn img {
  margin-right: 10px;
}
.order__form-input {
  float: left;
  width: 29%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 10px;
}
.order__form-input::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 10px;
  background: var(--bg-image) center no-repeat;
  pointer-events: none;
  z-index: 2;
}
.order__form-input:first-child {
  border: 0;
}
.order__form-input input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  height: 55px;
  padding-left: 50px;
  color: var(--accent);
}
.order__form-input input[name=date] {
  cursor: pointer;
}
.order__form-input input.hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 0;
}
.order__form-input input::-webkit-input-placeholder {
  color: var(--accent);
}
.order__form-input input::-moz-placeholder {
  color: var(--accent);
}
.order__form-input input:-ms-input-placeholder {
  color: var(--accent);
}
.order__form-input input::-ms-input-placeholder {
  color: var(--accent);
}
.order__form-input input::placeholder {
  color: var(--accent);
}
.order__form-info {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}
.order__marquee {
  width: 100vw;
  margin-top: 70px;
  margin-left: calc(50% - 50vw);
  height: 330px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__marquee::before {
  content: "";
  position: absolute;
  width: 206px;
  height: 230px;
  left: calc(50% - 103px);
  top: calc(50% - 115px);
  background: url(../img/logo-min-gray.svg) center/contain no-repeat;
  z-index: 0;
}
.order__marquee svg {
  width: 2000px;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.slick-list {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  z-index: 6;
  border-radius: 30px;
  background: var(--accent);
}
.slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow2-white.svg) center/7px auto no-repeat;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog {
  margin-top: 100px;
}
.catalog__block {
  margin-top: 45px;
}
.catalog__item {
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 740px;
  position: relative;
}
.catalog__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.catalog__item-image .slick-list {
  height: 100%;
}
.catalog__item-image .slick-track {
  height: 100%;
}
.catalog__item-image .slick-arrow {
  bottom: 20px;
}
.catalog__item-image .slick-prev {
  left: 20px;
}
.catalog__item-image .slick-next {
  left: 174px;
}
.catalog__item-image .slick-dots {
  position: absolute;
  width: 204px;
  bottom: 10px;
  left: 10px;
  height: 50px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #f7f6ee;
  z-index: 5;
}
.catalog__item-image .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(57, 100, 72, 0.2);
  margin-left: 8px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.catalog__item-image .slick-dots li:first-child {
  margin-left: 0;
}
.catalog__item-image .slick-dots li:nth-child(n+8) {
  display: none !important;
}
.catalog__item-image .slick-dots li.slick-active {
  background: var(--accent);
}
.catalog__item-image .slick-dots li button {
  display: none;
}
.catalog__item-image_item {
  float: left;
  width: 100%;
  height: 100%;
}
.catalog__item-image_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__item-full {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 12px;
  border-radius: 12px;
  background: #f7f6ee;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.catalog__item-full::before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  background: url(../img/icon-full.svg) center/contain no-repeat;
  margin: auto 12px auto 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.catalog__item-title {
  position: absolute;
  width: 330px;
  top: 10px;
  right: 10px;
  z-index: 5;
  padding: 20px;
  border-radius: 12px;
  background: #f7f6ee;
}
.catalog__item-title_name {
  display: block;
  font-weight: 500;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-size: 32px;
}
.catalog__item-title_sub {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.catalog__item-title_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  margin: 15px 0 0;
}
.catalog__item-title_list li {
  float: left;
  margin: 5px 5px 0 0;
  height: 26px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background: #e3e3d8;
}
.catalog__item-title_desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 145%;
}
.catalog__item-info {
  position: absolute;
  width: 330px;
  bottom: 10px;
  right: 10px;
  z-index: 5;
}
.catalog__item-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.catalog__item-info_list li {
  float: left;
  margin: 5px 5px 0 0;
  height: 36px;
  padding: 0 12px 0 8px;
  border-radius: 8px;
  background: #f7f6ee;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__item-info_list li::before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #e3e3d8 url(../img/icon-plus.svg) center no-repeat;
  margin-right: 6px;
}
.catalog__item-info_block {
  padding: 20px;
  border-radius: 12px;
  background: #f7f6ee;
  padding: 20px;
  margin-top: 10px;
}
.catalog__item-info_price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog__item-info_price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.catalog__item-info_price p b {
  font-weight: 600;
  font-size: 22px;
}
.catalog__item-info_but {
  margin-top: 15px;
}

.addition {
  width: 100%;
  margin-top: 85px;
}
.addition__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 16px);
  margin: 20px -8px 0;
}
.addition__item {
  float: left;
  width: calc(33.3333% - 16px);
  margin: 16px 8px 0;
  height: 740px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.addition__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.addition__item-image .slick-list {
  height: 100%;
}
.addition__item-image .slick-track {
  height: 100%;
}
.addition__item-image .slick-arrow {
  bottom: 115px;
  background: var(--white);
}
.addition__item-image .slick-arrow::before {
  background-image: url(../img/icon-arrow2-accent.svg);
}
.addition__item-image .slick-prev {
  right: calc(50% + 65px);
}
.addition__item-image .slick-next {
  left: calc(50% + 65px);
}
.addition__item-image .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 125px;
  left: 0;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.addition__item-image .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(247, 246, 238, 0.3);
  margin-left: 8px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.addition__item-image .slick-dots li:first-child {
  margin-left: 0;
}
.addition__item-image .slick-dots li.slick-active {
  background: var(--white);
}
.addition__item-image .slick-dots li button {
  display: none;
}
.addition__item-image_item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.addition__item-image_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.55%, rgba(0, 0, 0, 0.4)), color-stop(28%, rgba(4, 11, 8, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 16.55%, rgba(4, 11, 8, 0) 28%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 16.55%, rgba(4, 11, 8, 0) 28%);
}
.addition__item-image_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addition__item-title {
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  z-index: 5;
  padding: 20px;
  border-radius: 12px;
  background: #f7f6ee;
}
.addition__item-title_name {
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.addition__item-title_desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 130%;
}
.addition__item-info {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  z-index: 5;
  padding: 20px;
  border-radius: 12px;
  background: #f7f6ee;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addition__item-info_price {
  float: left;
  margin: auto 0;
}
.addition__item-info_price p {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.addition__item-info_price p b {
  font-weight: 600;
  font-size: 22px;
}
.addition__item-info_but {
  float: right;
  margin: auto 0 auto auto;
}

.gallery {
  width: 100%;
  margin-top: 85px;
}
.gallery__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  gap: 10px;
  margin-top: 40px;
}
.gallery__item {
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2ed;
  position: relative;
}
.gallery__item .btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 5;
  background: #F7F6EE;
  font-style: normal;
  font-family: "TT Hoves", sans-serif;
  color: #396448;
}
.gallery__item .btn.open-video::before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background: url(../img/icon-play.svg) center no-repeat;
  margin: auto 10px auto 0;
}


.gallery__item:has(video) {
  position: relative;
}
.gallery__item:has(video)::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  top: 30px;
  left: 30px;
  z-index: 2;
  background: url(../img/logo-min-white.svg) center/contain no-repeat;
}
.gallery__item img, .gallery__item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item.item--hero {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.gallery__item.item--wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.gallery__item.item--tall {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.gallery__item.item--text {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  font-family: "Berlingske Serif", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 120%;
  font-size: 22px;
}
.gallery__item-num {
  font-size: 32px;
}

.info {
  width: 100%;
  margin-top: 85px;
  min-height: 500px;
  border-radius: 20px;
  padding: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.info__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.info__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.info__image img, .info__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__block {
  margin: auto 0;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 2;
  color: var(--white);
}
.info__name {
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 105%;
}
.info__name i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.info__desc {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  line-height: 130%;
}
.info__desc:first-child {
  margin-top: 0;
}
.info__desc i {
  font-weight: 500;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.info__desc a {
  color: var(--white);
}
.info__but {
  margin-top: 30px;
}
.info__but .btn {
  width: 420px;
  height: 60px;
  max-width: 100%;
}

.special {
  width: 100%;
  margin-top: 85px;
  padding: 70px 85px 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 227, 216, 0.4)), to(#fff));
  background: -o-linear-gradient(top, rgba(227, 227, 216, 0.4) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(227, 227, 216, 0.4) 0%, #fff 100%);
  border-radius: 20px;
}
.special__block {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 20px -10px 0;
}
.special__item {
  float: left;
  width: calc(33.3333% - 20px);
  margin: 20px 10px 0;
  border-radius: 20px;
  padding: 30px;
  background: var(--white);
}
.special__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F7F7F5;
}
.special__item-icon img {
  margin: auto;
}
.special__item-number {
  display: block;
  margin-top: 48px;
  font-weight: 400;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-size: 76px;
}
.special__item-name {
  display: block;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 500;
}
.special__item-desc {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}

.certificate {
  margin-top: 80px;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.certificate__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.certificate__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.certificate__image img, .certificate__image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certificate__image img {
  display: none;
}
.certificate__image img:first-child {
  display: block;
}
.certificate__block {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
  background: #F7F6EE;
  border-radius: 16px;
  padding: 40px;
}
.certificate__logo img {
  display: block;
  width: 45px;
  height: auto;
}
.certificate__name {
  display: block;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 105%;
}
.certificate__name i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.certificate__desc {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  line-height: 130%;
}
.certificate__desc:first-child {
  margin-top: 0;
}
.certificate__desc i {
  font-weight: 500;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.certificate__desc a {
  color: var(--white);
}
.certificate__but {
  margin-top: 30px;
}
.certificate__but .btn {
  width: 320px;
  height: 60px;
  max-width: 100%;
}

.faq {
  width: 100%;
  height: auto;
  margin-top: 85px;
  padding-top: 90vh;
  position: relative;
  overflow: hidden;
}
.faq__cap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.faq__cap-block {
  width: 100%;
  height: 100vh;
  position: relative;
}
.faq__cap-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.faq__cap-image img, .faq__cap-image video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.faq__block {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 20px;
  padding: 65px 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f0), to(#fff));
  background: -o-linear-gradient(top, #f5f5f0 0%, #fff 100%);
  background: linear-gradient(180deg, #f5f5f0 0%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.faq__title {
  width: 100%;
  padding-bottom: 35px;
}
.faq__base {
  float: left;
  width: 68%;
}
.faq__aside {
  float: right;
  margin-left: auto;
  width: calc(32% - 25px);
}
.faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: var(--accent);
  border-radius: 20px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.faq__info-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--black);
}
.faq__info-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
.faq__info-name {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.faq__info-but {
  margin-top: auto;
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.faq__item {
  display: block;
  margin-top: 15px;
  border: 1px solid #e3e3d8;
  border-radius: 20px;
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item:has(.open) {
  background: var(--white);
}
.faq__item:first-child {
  margin: 0;
}
.faq__item-cap {
  width: 100%;
  padding: 20px 100px 20px 30px;
  cursor: pointer;
}
.faq__item-cap.open .faq__item-but {
  background: #eff0ee;
}
.faq__item-cap.open .faq__item-but::before {
  -webkit-transform: rotate(90deg) scale(-1, 1);
      -ms-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
.faq__item-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--accent);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.faq__item-but {
  position: absolute;
  width: 45px;
  height: calc(100% - 40px);
  top: 20px;
  right: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.faq__item-but::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow2-accent.svg) center/auto 12px no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq__item-block {
  display: none;
  padding: 0 100px 20px 30px;
  margin-top: -15px;
}
.faq__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.text.white {
  color: var(--white);
}
.text.white a {
  color: var(--white);
}
.text *:first-child {
  margin-top: 0;
}
.text > div {
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 20px;
}
.text h6 {
  font-size: 16px;
}
.text iframe {
  border-radius: 20px;
  margin-top: 20px;
}
.text a {
  color: var(--black);
  text-decoration: underline;
}
.text b, .text strong {
  font-weight: 400;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 6px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 8px;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background: var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 140%;
  margin-top: 4px;
  position: relative;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}

.contact {
  width: 100%;
  margin-top: 85px;
}
.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding: 10px;
  background: var(--accent);
  border-radius: 20px;
  margin-top: 30px;
}
.contact__info {
  float: left;
  width: 350px;
}
.contact__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  background: #f7f6ee;
  padding: 20px;
  min-height: 200px;
}
.contact__info-item:first-child {
  margin: 0;
}
.contact__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background: rgba(57, 100, 72, 0.1);
  border-radius: 50%;
}
.contact__info-icon img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.contact__info-name {
  display: block;
  margin-top: auto;
  padding-top: 15px;
  font-weight: 500;
  line-height: 120%;
  font-size: 26px;
  color: var(--accent);
}
.contact__info-desc {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.contact__info-desc b {
  font-weight: 500;
}
.contact__info-desc a {
  color: var(--accent);
}
.contact__map {
  float: left;
  width: calc(100% - 360px);
  background: #F7F6EE;
  border-radius: 12px;
  margin-left: auto;
  overflow: hidden;
}

.quest {
  width: 100%;
  margin-top: 85px;
}
.quest__block {
  width: 100%;
  border-radius: 20px;
  background: #f7f6ee;
  min-height: 630px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 80px;
}
.quest__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/logo-min-border.svg) center/cover;
  opacity: 0.3;
}
.quest__logo {
  display: block;
  width: 93px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.quest__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.quest__title {
  display: block;
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
.quest__title i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.quest__but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.quest__but .btn {
  -webkit-box-shadow: 0 0 0 12px #E3E3D8;
          box-shadow: 0 0 0 12px #E3E3D8;
}
.quest .order__marquee {
  margin-top: 0;
}
.quest .order__marquee::before {
  display: none;
}

.footer {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 0;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding: 35px 0;
  position: relative;
}
.footer__name {
  float: left;
  width: 169px;
  height: auto;
  margin: auto 0;
}
.footer__name img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logo {
  position: absolute;
  width: 49px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin: auto 0 auto auto;
}
.footer__soc li {
  float: left;
  margin-right: 25px;
}
.footer__soc li:last-child {
  margin: 0;
}
.footer__soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 110%;
  color: var(--accent);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer__soc li a img {
  float: left;
  width: 12px;
  height: auto;
  margin: auto 7px auto 0;
}
.footer__end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px 0 25px;
}
.footer__end-item {
  float: left;
  margin: auto 50px auto 0;
  font-size: 13px;
}
.footer__end-item:last-child {
  margin-right: 0;
}
.footer__end-item a {
  color: var(--accent);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer__author {
  float: left;
  width: 69px;
  height: auto;
  margin-right: auto;
}
.footer__author img {
  display: block;
  width: 100%;
  height: auto;
}

.input {
  width: 100%;
  position: relative;
}
.input input {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border-radius: 10px;
  background: #ECECE4;
  color: var(--accent);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
}
.input input::-webkit-input-placeholder {
  font-size: 0;
}
.input input::-moz-placeholder {
  font-size: 0;
}
.input input:-ms-input-placeholder {
  font-size: 0;
}
.input input::-ms-input-placeholder {
  font-size: 0;
}
.input input::placeholder {
  font-size: 0;
}
.input input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:not(:placeholder-shown) ~ p, .input input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.input input:focus ~ p {
  color: var(--accent);
}
.input p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(17, 51, 42, 0.7);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.textarea {
  width: 100%;
  position: relative;
}
.textarea::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 0;
  top: 0;
  height: 25px;
  background: #ECECE4;
  border-radius: 10px 10px 0 0;
  z-index: 2;
  pointer-events: none;
}
.textarea textarea {
  display: block;
  width: 100%;
  height: 90px;
  background: transparent;
  border-radius: 10px;
  background: #ECECE4;
  border: 0;
  color: var(--accent);
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 28px 10px 10px 18px;
  z-index: 1;
}
.textarea textarea::-webkit-input-placeholder {
  font-size: 0;
}
.textarea textarea::-moz-placeholder {
  font-size: 0;
}
.textarea textarea:-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::-ms-input-placeholder {
  font-size: 0;
}
.textarea textarea::placeholder {
  font-size: 0;
}
.textarea textarea:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:not(:placeholder-shown) ~ p, .textarea textarea:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.textarea textarea:focus ~ p {
  color: var(--accent);
}
.textarea p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  background: #ECECE4;
  color: rgba(17, 51, 42, 0.7);
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}

.select {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}
.select.index {
  z-index: 6;
}
.select::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  top: calc(50% - 3px);
  right: 20px;
  z-index: 3;
  pointer-events: none;
  background: url(../img/icon-arrow2-black.svg) center/contain no-repeat;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.select.open::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.select.open input {
  border-radius: 10px 10px 0 0;
}
.select.open ul {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.select input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #ECECE4;
  color: var(--accent);
  position: relative;
  font-size: 16px;
  line-height: 45px;
  padding: 14px 10px 0 18px;
  z-index: 1;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.select input::-webkit-input-placeholder {
  font-size: 0;
}
.select input::-moz-placeholder {
  font-size: 0;
}
.select input:-ms-input-placeholder {
  font-size: 0;
}
.select input::-ms-input-placeholder {
  font-size: 0;
}
.select input::placeholder {
  font-size: 0;
}
.select input:not(:-moz-placeholder-shown) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select input:not(:-ms-input-placeholder) ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select input:not(:placeholder-shown) ~ p, .select input:focus ~ p {
  font-size: 11px;
  margin: 13px 0 0;
  color: var(--gray);
}
.select p {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 0;
  margin-top: 19px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(17, 51, 42, 0.7);
  white-space: nowrap;
  overflow: hidden;
  max-width: 65%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  -o-transition: color 0.3s, font-size 0.3s, margin 0.3s;
  transition: color 0.3s, font-size 0.3s, margin 0.3s;
}
.select ul {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 250px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 4px 0;
  left: 0;
  top: 58px;
  margin-top: -10px;
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
  transition: margin 0.3s, visibility 0.3s, opacity 0.3s;
}
.select ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  right: 0;
  background: #fff;
}
.select ul::after {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: 1px;
  background: #F5F5F9;
  left: 18px;
  top: 1px;
}
.select ul li {
  display: block;
  padding: 7px 18px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.select ul li.active {
  color: rgba(0, 0, 0, 0.4);
}

.check {
  width: 100%;
  position: relative;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  padding: 15px 15px 15px 42px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 18px;
  font-size: 14px;
}
.check p a {
  color: var(--accent);
  position: relative;
  z-index: 2;
  text-decoration: underline;
}
.check p::before, .check p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 15px;
  border-radius: 4px;
}
.check p::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.check p::after {
  background: var(--accent) url(../img/icon-check-white.svg) center no-repeat;
  opacity: 0;
}

.dop {
  width: 100%;
  background: #ECECE4;
  border-radius: 10px;
  padding: 15px;
}
.dop__title {
  display: block;
  font-size: 16px;
}
.dop__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.dop__item {
  float: left;
  margin: 12px 12px 0 0;
  position: relative;
}
.dop__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.dop__item input:checked + p {
  background: var(--accent);
  color: var(--white);
}
.dop__item input:checked + p::after {
  opacity: 1;
}
.dop__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px 0 38px;
  border-radius: 8px;
  background: var(--white);
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
}
.dop__item p::before, .dop__item p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 8px;
  border-radius: 4px;
}
.dop__item p::before {
  background: #eeeee8 url(../img/icon-plus.svg) center/10px auto no-repeat;
}
.dop__item p::after {
  background: #eeeee8 url(../img/icon-check-accent.svg) center no-repeat;
  opacity: 0;
}

.open-modal {
  cursor: pointer;
}
.open-image, .open-video {
  cursor: pointer;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  display: flex;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.modal.hide.load {
  opacity: 1;
  visibility: visible;
}
.modal.hide.load .modal__bg {
    background: rgba(0, 0, 0, .8) url(../img/load.svg) center/70px no-repeat;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, .8);
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__cot {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.modal__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  bottom: 30px;
  font-size: 0;
  cursor: pointer;
  z-index: 6;
  border-radius: 30px;
  background: var(--accent);
}
.modal__arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow2-white.svg) center/7px auto no-repeat;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__arrow.prev {
  right: calc(50% + 70px);
}
.modal__arrow.next {
  left: calc(50% + 70px);
}
.modal__arrow.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal__dots {
  position: absolute;
  width: 224px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: #f7f6ee;
  z-index: 5;
}
.modal__dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(57, 100, 72, 0.2);
  margin-left: 8px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.modal__dots li:first-child {
  margin-left: 0;
}
.modal__dots li:nth-child(n+8) {
  display: none !important;
}
.modal__dots li.active {
  background: var(--accent);
}
.modal__dots li button {
  display: none;
}

.modal__cot.image {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 99vw;
  max-height: 99vh;
  margin: auto;
  border-radius: 20px;
  pointer-events: auto;
}
.modal__cot.image .modal__close {
  padding: 0 12px 0 40px;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  top: 10px;
  right: auto;
  left: 50%;
  border-radius: 12px;
  pointer-events: auto;
  transform: translateX(-50%);
}
.modal__cot.image .modal__close::before {
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
  background: url(../img/icon-scale.svg) center/contain no-repeat;
  transform: none !important;
}
.modal__cot.image .modal__close::after {
  content: 'Свернуть';
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
}
.modal__close {
  position: absolute;
  width: 60px;
  height: 32px;
  cursor: pointer;
  top: 50px;
  right: 0;
  z-index: 2;
  border-radius: 40px 0 0 40px;
  background: #E3E3D8;
}
.modal__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-close.svg) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 630px;
  max-height: 98vh;
  background: #F7F7F3;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__service {
  max-width: 975px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.modal__service .modal__close {
  top: 30px;
}
.modal__service-gallery {
  float: left;
  width: 54%;
}
.modal__service-gallery_item {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.modal__service-gallery_item:first-child {
  margin: 0;
}
.modal__service-gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.modal__service-scroll {
  position: sticky;
  top: 0;
}
.modal__service-block {
  float: right;
  margin-left: auto;
  width: calc(46% - 30px);
  padding: 40px 0;
}
.modal__service-sub {
  display: block;
  font-weight: 500;
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 110%;
}
.modal__service-name {
  display: block;
  margin-top: 5px;
  font-size: 32px;
  font-weight: 500;
}
.modal__service-desc {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 140%;
}
.modal__service-desc p {
  display: block;
  margin-top: 10px;
}
.modal__service-desc p:first-child {
  margin: 0;
}
.modal__service-price {
  margin-top: 12px;
  border-radius: 12px;
  padding: 20px;
  background: #eeeee8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__service-price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.modal__service-price p b {
  font-weight: 600;
  font-size: 22px;
}
.modal__service-but {
  margin-top: 12px;
}
.modal__logo {
  display: block;
}
.modal__logo img {
  display: block;
  width: 72px;
  margin: 0 auto;
}
.modal__title {
  width: 100%;
}
.modal__title:not(:first-child) {
  margin-top: 30px;
}
.modal__title-name {
  display: block;
  width: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 120%;
  font-weight: 500;
}
.modal__title-name:first-child {
  margin: 0;
}
.modal__title-name i {
  font-family: "Berlingske Serif", sans-serif;
  font-style: italic;
}
.modal__title-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.modal__title .btn {
  margin: 30px auto 0;
}
.modal__form {
  width: calc(100% + 12px);
  margin: 18px -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.modal__form .input, .modal__form .textarea, .modal__form .select, .modal__form .check, .modal__form .dop {
  float: left;
  width: calc(100% - 12px);
  margin: 12px 6px 0;
}
.modal__form .input.medium, .modal__form .textarea.medium, .modal__form .select.medium, .modal__form .check.medium, .modal__form .dop.medium {
  width: calc(50% - 12px);
}
.modal__form .textarea textarea {
  height: 130px;
}
.modal__form button {
  margin: 12px auto 0;
}

.cook {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  max-width: 770px;
  background: #F7F6EE;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  transition: all .5s;
}
.cook:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.cook__logo {
  float: left;
  width: 49px;
  margin: auto 0;
}
.cook__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cook__text {
  float: left;
  width: calc(100% - 210px);
  padding: 0 40px;
  position: relative;
  margin: auto 0;
  font-size: 14px;
  line-height: 140%;
  color: #396448;
}
.cook__text::before {
  content: '';
  position: absolute;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  height: calc(100% - 6px);
  top: 3px;
  left: 20px;
}
.cook__but {
  float: left;
  margin: auto 0;
  width: 161px;
}
.cook__but .btn {
  width: 100%;
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .row {
    padding: 0 20px;
  }

  .header__nav {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .teaser__box {
    width: 72%;
  }

  .order__marquee svg {
    width: 1400px;
  }

  .special {
    padding: 50px 55px 60px;
  }

  .faq__block {
    padding: 30px;
  }
  .faq__info {
    padding: 20px;
  }
  .faq__info-name {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .header.fixed {
    background: var(--accent);
  }
  .header.fixed .header__block {
    padding: 10px 0;
  }
  .btn:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.25);
  }
  .header__nav ul li a:hover {
    opacity: 0.7;
  }
  .teaser__info-soc li a:hover {
    opacity: 0.7;
  }
  .catalog__item-full:hover {
    color: rgba(57, 100, 72, 0.7);
  }
  .catalog__item-full:hover::before {
    opacity: 0.7;
  }
  .footer__soc li a:hover {
    opacity: 0.7;
  }
  .footer__end-item a:hover {
    opacity: 0.7;
  }
  .modal__close:hover::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 16px;
  }

  .header.fixed:not(.open) {
    background: var(--accent);
  }
  .header.fixed:not(.open) .header__block {
    padding: 5px 0;
  }
  .header.open .header__humb i {
    background: rgba(255, 255, 255, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    width: 100%;
    -webkit-transition: width 0.25s, -webkit-transform 0.5s;
    transition: width 0.25s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s;
    transition: transform 0.5s, width 0.25s, -webkit-transform 0.5s;
  }
  .header.open .header__nav, .header.open .header__phone, .header.open .header__soc {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 5;
  }
  .header__block {
    padding: 10px 0;
  }
  .header__logo {
    position: relative;
    z-index: 2;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin: auto 0 auto auto;
    width: 40px;
    height: 48px;
    z-index: 22;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    margin: auto;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-transition: width 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
    width: 14px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--accent);
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 70px 0 200px;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    width: 628px;
    height: 700px;
    background: url(../img/logo-min-black.svg) center/contain no-repeat;
    bottom: -70px;
    left: calc(50% - 314px);
    opacity: 0.1;
  }
  .header__nav > ul {
    float: left;
    padding: 25px;
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav > ul > li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__nav > ul > li:has(> ul) > a {
    padding-right: 0;
  }
  .header__nav > ul > li:last-child {
    margin: 0;
  }
  .header__nav > ul > li > a {
    height: 52px;
    font-size: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav > ul > li > a::before {
    display: none;
  }
  .header__nav > ul > li > a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 2px;
    opacity: 1;
    background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  }
  .header__nav > ul > li ul {
    display: none;
  }
  .header__phone {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100vh - 150px);
    float: none;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    padding-left: 0;
    font-family: "Berlingske Serif", sans-serif;
    font-style: italic;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__phone::before {
    display: none;
  }
  .header__soc {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__soc li {
    float: left;
    margin-right: 10px;
  }
  .header__soc li:last-child {
    margin: 0;
  }
  .header__soc li a {
    height: 35px;
    width: 128px;
    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;
    font-size: 13px;
    line-height: 110%;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 6px;
  }
  .header__soc li a img {
    float: left;
    width: 12px;
    height: auto;
    margin: auto 7px auto 0;
  }

  .teaser {
    border-radius: 0 0 20px 20px;
  }
  .teaser__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(43.95%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 43.95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 43.95%);
  }
  .teaser__image::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51.8%, rgba(4, 12, 9, 0)), color-stop(86.74%, rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(4, 12, 9, 0) 51.8%, rgba(0, 0, 0, 0.9) 86.74%);
    background: linear-gradient(180deg, rgba(4, 12, 9, 0) 51.8%, rgba(0, 0, 0, 0.9) 86.74%);
  }
  .teaser__block {
    margin: auto 0 0;
  }
  .teaser__box {
    width: 100%;
    margin-left: 0;
  }
  .teaser__title {
    width: 100%;
    padding-bottom: 30px;
  }
  .teaser__title-sub {
    font-size: 20px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
  .teaser__title-name {
    margin-top: 12px;
    font-size: 42px;
    text-align: center;
  }
  .teaser__title-but {
    margin-top: 25px;
  }
  .teaser__title-but .btn {
    width: 325px;
    max-width: 100%;
    margin: 0 auto;
  }
  .teaser__info {
    display: none;
  }

  .title__name {
    font-size: 24px;
  }
  .title__desc {
    margin-top: 12px;
    font-size: 16px;
  }

  .order {
    margin-top: 40px;
  }
  .order__form {
    margin-top: 15px;
  }
  .order__form-block {
    border-radius: 30px;
    padding: 5px 0 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .order__form-block .btn {
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    bottom: -30px;
    z-index: 2;
  }
  .order__form-input {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 10px 0;
  }
  .order__form-input::before {
    height: 70px;
    right: 0;
    left: auto;
  }
  .order__form-input:first-child {
    border: 0;
  }
  .order__form-input input {
    font-size: 16px;
    height: 50px;
    padding-left: 25px;
  }
  .order__form-info {
    margin-top: 50px;
    font-size: 14px;
  }
  .order__marquee {
    margin-top: 60px;
    height: 230px;
    z-index: 2;
  }
  .order__marquee svg {
    width: 1600px;
  }

  .catalog {
    margin-top: 60px;
  }
  .catalog__block {
    margin: 40px -16px 0;
    width: calc(100% + 32px);
  }
  .catalog__item {
    margin-top: 30px;
    border-radius: 12px;
    height: auto;
  }
  .catalog__item-image {
    position: relative;
    width: 100%;
    height: 340px;
    top: auto;
    left: auto;
    z-index: 0;
  }
  .catalog__item-image .slick-arrow {
    display: none !important;
  }
  .catalog__item-image .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    height: 36px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .catalog__item-image .slick-dots li:nth-child(n+8) {
    display: block !important;
  }
  .catalog__item-image .slick-dots li {
    background: rgba(247, 246, 238, 0.3);
  }
  .catalog__item-image .slick-dots li.slick-active {
    background: var(--white);
  }
  .catalog__item-full {
    display: none;
  }
  .catalog__item-title {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    padding: 30px 16px 0;
    margin-top: -20px;
    border-radius: 12px 12px 0 0;
  }
  .catalog__item-info {
    position: relative;
    padding: 15px 16px 30px;
    width: 100%;
    bottom: auto;
    right: auto;
    border-radius: 0 0 12px 12px;
    background: #f7f6ee;
  }
  .catalog__item-info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
  }
  .catalog__item-info_list li {
    margin: 5px 15px 0 0;
    padding: 0;
  }
  .catalog__item-info_block {
    margin-top: 15px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
  }

  .addition {
    margin-top: 55px;
  }
  .addition__block {
    width: calc(100% + 10px);
    margin: 10px -5px 0;
  }
  .addition__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
    height: 420px;
    padding: 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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .addition__item-image .slick-arrow {
    bottom: 125px;
    display: none !important;
  }
  .addition__item-image .slick-dots {
    bottom: 130px;
  }
  .addition__item-title {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 10px 15px;
    border-radius: 12px 12px 0 0;
  }
  .addition__item-title_name {
    font-size: 16px;
  }
  .addition__item-title_desc {
    display: none;
  }
  .addition__item-info {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    padding: 10px 15px;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .addition__item-info_price p {
    font-size: 12px;
  }
  .addition__item-info_price p b {
    font-size: 14px;
  }
  .addition__item-info_but .btn {
    height: 40px;
    font-size: 14px;
  }

  .gallery {
    margin-top: 55px;
  }
  .gallery__block {
    margin-top: 20px;
    grid-auto-rows: 180px;
    gap: 5px;
  }
  .gallery__item.item--text {
    padding: 12px;
    font-size: 14px;
  }
  .gallery__item-num {
    font-size: 16px;
  }

  .info {
    margin: 55px -16px 0;
    min-height: 570px;
    width: calc(100% + 32px);
    padding: 20px;
  }
  .info__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .info__block {
    margin: auto 0 0;
    max-width: 100%;
  }
  .info__name {
    font-size: 24px;
  }
  .info__desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .info__but {
    margin-top: 20px;
  }
  .info__but .btn {
    width: 100%;
  }

  .special {
    width: calc(100% + 32px);
    margin: -20px -16px 0;
    padding: 60px 0 0;
    border-radius: 0;
  }
  .special__block {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .special__item {
    min-width: calc(100vw - 50px);
    margin: 0 5px;
    padding: 25px;
  }
  .special__item-number {
    margin-top: 40px;
    font-size: 72px;
  }
  .special__item-name {
    margin-top: 50px;
    font-size: 20px;
  }
  .special__item-desc {
    margin-top: 8px;
    font-size: 14px;
  }

  .certificate {
    margin: 55px -16px 0;
    min-height: 700px;
    width: calc(100% + 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .certificate__image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .certificate__image img:first-child {
    display: none;
  }
  .certificate__image img:last-child {
    display: block;
  }
  .certificate__block {
    margin: auto 0 0;
    max-width: 100%;
    padding: 20px;
  }
  .certificate__name {
    font-size: 24px;
    margin-top: 15px;
  }
  .certificate__desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .certificate__but {
    margin-top: 20px;
  }
  .certificate__but .btn {
    width: 100%;
  }

  .faq {
    width: calc(100% + 32px);
    margin: 55px -16px 0;
    padding-top: 90vh;
  }
  .faq__cap-image img, .faq__cap-image video {
    border-radius: 0;
  }
  .faq__block {
    border-radius: 20px 20px 0 0;
    padding: 35px 16px 25px;
  }
  .faq__base {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .faq__title {
    padding: 0;
  }
  .faq__aside {
    display: none;
  }
  .faq__info {
    padding: 20px;
    border-radius: 20px;
  }
  .faq__info-name {
    font-size: 24px;
  }
  .faq__info-but {
    margin-top: 40px;
  }
  .faq__item {
    margin-top: 15px;
    border-radius: 20px;
  }
  .faq__item:first-child {
    margin: 0;
  }
  .faq__item-cap {
    padding: 15px 50px 15px 20px;
  }
  .faq__item-name {
    font-size: 16px;
  }
  .faq__item-but {
    width: 30px;
    height: calc(100% - 30px);
    top: 15px;
    right: 15px;
  }
  .faq__item-block {
    display: none;
    padding: 0 50px 20px 20px;
    margin-top: -5px;
  }

  .text h1 {
    font-size: 36px;
  }
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 24px;
  }
  .text h4 {
    font-size: 20px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 7px;
  }
  .text ol li {
    font-size: 14px;
  }

  .contact {
    margin-top: 55px;
    position: relative;
    z-index: 2;
  }
  .contact__block {
    width: calc(100% + 32px);
    margin: 20px -16px 0;
  }
  .contact__info {
    width: 100%;
  }
  .contact__info-item {
    width: 100%;
    padding: 15px 10px 15px 65px;
    min-height: 0;
    margin-top: 7px;
    position: relative;
  }
  .contact__info-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    left: 10px;
  }
  .contact__info-name {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
  }
  .contact__info-desc {
    font-size: 13px;
  }
  .contact__map {
    width: 100%;
    margin: 10px 0 0;
    height: 480px;
  }

  .quest {
    width: calc(100% + 32px);
    margin: -20px -16px 0;
  }
  .quest__block {
    min-height: 650px;
    padding: 20px;
  }
  .quest__logo {
    width: 78px;
  }
  .quest__title {
    font-size: 32px;
  }
  .quest .order__marquee {
    display: none;
  }

  .footer {
    background: var(--white);
    width: 100%;
    margin: -30px 0 0;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 5;
  }
  .footer .row {
    padding: 0;
  }
  .footer__top {
    width: 100%;
    padding: 85px 0 25px;
  }
  .footer__name {
    float: left;
    width: 175px;
    margin: 0 auto;
  }
  .footer__logo {
    width: 49px;
    top: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer__soc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin: 10px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 30px;
    text-align: center;
  }
  .footer__end-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 10px 0 0;
  }
  .footer__end-item:first-child {
    margin: 0;
  }
  .footer__author {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 69px;
    margin: 95px auto 0;
  }

  .modal__close {
    top: 20px;
    font-size: 0;
    padding-right: 10px;
  }
  .modal__block {
    padding: 20px 20px 40px;
    border-radius: 0;
  }
  .modal__logo img {
    height: 40px;
  }
  .modal__title:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal__title-sub {
    font-size: 16px;
  }
  .modal__title-sub img {
    height: 16px;
  }
  .modal__title-name {
    font-size: 24px;
  }
  .modal__form {
    width: calc(100% + 12px);
    margin: 5px -6px 0;
  }
  .modal__form .input, .modal__form .select, .modal__form .textarea, .modal__form .dop, .modal__form .check {
    width: calc(100% - 12px);
    margin: 12px 6px 0;
  }
  .modal__form .input.medium, .modal__form .select.medium, .modal__form .textarea.medium, .modal__form .dop.medium, .modal__form .check.medium {
    width: calc(100% - 12px);
  }
  .modal__form .input.small, .modal__form .select.small, .modal__form .textarea.small, .modal__form .dop.small, .modal__form .check.small {
    width: calc(50% - 12px);
  }
  .modal__service {
    padding: 30px 20px;
  }
  .modal__service .modal__close {
    top: 20px;
  }
  .modal__service-gallery {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modal__service-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px 0;
  }
  .modal__service-sub {
    font-size: 15px;
  }
  .modal__service-name {
    font-size: 30px;
  }
  .modal__service-price {
    padding: 16px;
  }
  .modal__service-price p b {
    font-size: 20px;
  }
  .teaser__image video:first-child {
    display: none;
  }
  .teaser__image video:last-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .addition__item {
    width: calc(100% - 10px);
  }

  .gallery__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery__item.item--hero {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .gallery__item.item--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .gallery__item.item--tall {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .cook {
    width: calc(100% - 40px);
    right: 20px;
    border: 20px;
    flex-direction: column;
    padding: 20px;
  }
  .cook__logo {
    display: none;
  }
  .cook__text {
    width: 100%;
    padding: 0;
    line-height: 130%;
  }
  .cook__text::before {
    display: none;
  }
  .cook__but {
    width: 100%;
    margin: 15px 0 0;
  }
}
#wpadminbar {
  top: auto !important;
  bottom: 0;
}