@charset "UTF-8";
@import url(bootstrap-reboot.css);
@import url(bootstrap-grid.min.css);
@import url(fancybox.css);
:root {
  --margin-large: 60px;
  --margin-regular: 36px;
  --radius: 35px;
}
@media (max-width: 575px) {
  :root {
    --margin-large: 40px;
  }
}

.secondary-page {
  padding-top: 124px;
  background-color: #f6f7f6;
  background-image: url(../img/leaf-bg.webp);
}
@media (max-width: 575px) {
  .secondary-page {
    padding-top: 90px;
  }
}
.secondary-page .faq {
  padding-top: 0;
}

.sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .sec {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.bg-cream {
  background-color: #ECE7E2;
}

.mb-large {
  margin-bottom: var(--margin-large);
}

.mt-large {
  margin-top: var(--margin-large);
}

.my-large {
  margin-top: var(--margin-large);
  margin-bottom: var(--margin-large);
}

.mt-regular {
  margin-top: var(--margin-regular);
}

.mb-regular {
  margin-bottom: var(--margin-regular);
}

.my-regular {
  margin-top: var(--margin-regular);
  margin-bottom: var(--margin-regular);
}

.list-reset {
  list-style: none;
  padding: 0;
}

[class*=leaf-] {
  position: relative;
}
[class*=leaf-]:before, [class*=leaf-]:after {
  position: absolute;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  .breadcrumbs {
    margin: 30px 0;
  }
}
.breadcrumbs li {
  position: relative;
  margin-left: 11px;
  margin-right: 11px;
}
.breadcrumbs li::before {
  content: "-";
  text-align: center;
  position: absolute;
  right: 100%;
  top: 0.7em;
  transform: translateY(-50%);
  width: 22px;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs li:first-child::before {
  content: "";
}
.breadcrumbs li:nth-last-child(2) {
  margin-right: 11px;
}
.breadcrumbs li:last-child {
  margin-left: 22px;
  margin-right: 0;
}
.breadcrumbs li:last-child::before {
  content: "–";
  width: 33px;
}
.breadcrumbs a {
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color ease 0.2s;
}
.breadcrumbs a:hover {
  border-bottom: 1px solid #dededf;
}
.breadcrumbs span {
  color: #909090;
}
.breadcrumbs span:hover {
  cursor: default;
}

form [type=text], form [type=tel], form [type=email], form select, form button {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #DEDEDF;
  padding: 0 16px;
}
form [type=text]:focus, form [type=tel]:focus, form [type=email]:focus, form select:focus, form button:focus {
  outline: none;
}
form option {
  height: 56px;
}
form label {
  position: relative;
  display: block;
  width: 100%;
}
form label:hover {
  cursor: text;
}
form label:hover [type=text], form label:hover [type=tel], form label:hover [type=email] {
  border-color: var(--bs-green-hover);
}
form label [type=text], form label [type=tel], form label [type=email] {
  display: block;
  margin-bottom: 1rem;
  padding-top: 16px;
}
form label [type=text]:focus, form label [type=tel]:focus, form label [type=email]:focus {
  border-color: var(--bs-green);
}
form .label {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #C8C7CC;
  transition: top ease 0.2s, font-size ease 0.2s;
}
form input:focus + .label,
form .focus .label {
  top: 9px;
  font-size: 10px;
}
form .agreement {
  display: block;
  color: var(--bs-gray-500);
}

@media (min-width: 1200px) {
  .sec-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
  }
}
img {
  max-width: 100%;
}

.btn {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: background ease 0.2s;
  padding: 1rem 1.5rem;
  border-radius: 12px;
}
.btn--arrow {
  transition: opacity ease 0.2s;
  text-transform: uppercase;
  color: #1D2B54;
  font-weight: 500;
  padding: 15px 0;
}
.btn--arrow:hover {
  opacity: 0.85;
}
.btn--arrow:hover:after {
  margin-left: 16px;
}
.btn--arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  width: 24px;
  height: 24px;
  background-size: contain;
  transition: margin ease 0.2s;
  margin-top: -2px;
  margin-left: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
}
.btn--arrow.light {
  color: white;
  opacity: 0.85;
}
.btn--arrow.light:hover {
  opacity: 1;
}
.btn--arrow.light:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
}
.btn--chevron {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #c8c7cc;
  padding: 0.5rem 1.25rem;
  transition: background-color ease 0.2s;
}
.btn--chevron:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
}
.btn--chevron:hover {
  background-color: #e9e9e8;
}
.btn--regular {
  border: 1px solid #C8C7CC;
}
.btn--regular:hover {
  background-color: #e9e9e8;
}
.btn--primary {
  background-color: var(--bs-green);
  color: #fff;
}
.btn--primary:hover {
  background-color: var(--bs-green-hover);
}
.btn--calc {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn--calc:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" class="bi bi-file-earmark-spreadsheet" viewBox="0 0 16 16"><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z"/></svg>');
  margin-right: 12px;
}

button {
  border: none;
  background: none;
}

.subtitle {
  font-size: 120%;
}

.small {
  font-size: 75%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  z-index: 999;
  transition: background-color ease 0.2s, border-color ease 0.2s, color ease 0.2s;
}
@media (min-width: 1200px) {
  .hide-scrollbar .header {
    padding-right: 17px;
  }
}
.header.white, .secondary-page .header {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-300);
  color: #000;
}
@media (max-width: 991px) {
  .header {
    padding: 22px 0;
  }
  .header.menu-active {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-300);
    color: #000;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .header .container-fluid {
    --bs-gutter-x: 7rem;
  }
}
.header .logo {
  display: block;
  position: relative;
}
.header .logo__green {
  position: absolute;
  opacity: 0;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .header .logo {
    max-width: 110px;
  }
}
@media (max-width: 991px) {
  .header.menu-active .logo__green {
    opacity: 1;
  }
}
.header.white .logo__green, .secondary-page .header .logo__green {
  opacity: 1;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.header__contacts {
  text-align: right;
}
@media (min-width: 1200px) {
  .header__contacts > :first-child {
    font-size: 125%;
    font-weight: 600;
  }
}
.header__contacts [data-fancybox] {
  border-bottom: 1px dashed;
}
[lang=en] .header__lang [data-lang=en] a, [lang=ru] .header__lang [data-lang=ru] a {
  font-weight: 500;
  cursor: auto;
}
.header__lang li {
  padding: 2px 8px;
  cursor: pointer;
}
.header__lang li:first-child {
  transition: border-color ease 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.menu-active .header__lang li:first-child {
  border-bottom-color: var(--bs-gray-300);
}

.menu {
  font-size: 1.125rem;
  transition: opacity ease 0.2s, visibility ease 0.2s;
}
@media (max-width: 991px) {
  .menu {
    top: 100%;
    margin-top: 1px;
    left: 0;
    right: 0;
    text-align: right;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .menu-active .menu {
    opacity: 1;
    visibility: visible;
  }
  .menu li {
    font-weight: 500;
    margin: 0.5rem 0;
  }
}
.menu ul {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .menu ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .menu ul {
    display: block;
    padding: 10px;
    background-color: var(--bs-gray-100);
    color: #000;
  }
}
.menu a {
  position: relative;
  display: inline-block;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .menu a {
    padding: 50px 0;
  }
}
.menu a:hover {
  opacity: 1;
}
.menu a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: var(--bs-green);
}

.menu-btn {
  background-color: transparent;
  border: none;
  color: #fff;
}
.menu-btn .bi-x-lg {
  display: none;
  color: #000;
}
.white .menu-btn .bi-list, .secondary-page .menu-btn {
  color: #000;
}
.menu-active .menu-btn .bi-list {
  display: none;
}
.menu-active .menu-btn .bi-x-lg {
  display: block;
}

.intro {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: calc(100dvh + 40px);
  color: #fff;
}
.intro .container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  position: relative;
  justify-content: center;
  z-index: 1;
  padding-top: 210px;
  padding-bottom: 120px;
}
.intro > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.intro video {
  width: 100%;
  height: calc(100dvh + 40px);
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog {
  --radius: 32px;
  --padding: 2.5rem;
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .catalog {
    --padding: 1rem;
  }
}
@media (max-width: 991px) {
  .catalog {
    --padding: 1.5rem;
  }
}
.catalog .row {
  --bs-gutter-y: 1.5rem;
}
.catalog .col {
  display: flex;
}
.catalog img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .catalog img {
    height: 25vh;
  }
}
.catalog__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .catalog__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: calc(var(--radius) + 2px);
  }
  .catalog__item:after {
    content: attr(data-title);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    left: var(--padding);
    right: var(--padding);
    bottom: var(--padding);
    color: #fff;
    transition: opacity ease 0.2s;
  }
  .catalog__item:hover:after {
    opacity: 0;
  }
}
.catalog__title {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 2.4rem;
  color: #363636;
}
@media (max-width: 1199px) {
  .catalog__title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.catalog__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: var(--padding);
  font-size: 14px;
  background-color: #fff;
  color: #909090;
  transition: bottom ease 0.4s;
}
@media (min-width: 1200px) {
  .catalog__info {
    position: absolute;
    z-index: 1;
    bottom: -100%;
  }
  .catalog__item:hover .catalog__info {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .catalog__info {
    padding-bottom: 1.5rem;
  }
}
.catalog__info p {
  margin-bottom: 45px;
  color: #909090;
}
@media (max-width: 1199px) {
  .catalog__info p {
    margin-bottom: 1.5rem;
  }
}
.catalog__info .btn-wrap {
  margin-top: auto;
}
.catalog .btn {
  color: #4d4d4d;
}

.quality {
  position: relative;
  padding-bottom: 230px;
}
@media (max-width: 1199px) {
  .quality {
    padding-bottom: 270px;
  }
}
.quality__subtitle {
  font-size: 36px;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199px) {
  .quality__subtitle {
    font-size: 30px;
  }
}
.quality__list li {
  display: flex;
}
.quality__list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 32px;
}
.quality__img {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 355px;
  height: 355px;
}
@media (min-width: 576px) {
  .quality .leaf-1:before {
    content: url("../img/leaf-1.webp");
    right: 100%;
    bottom: 100%;
    margin-bottom: 13px;
  }
}
.quality .leaf-2:before {
  content: url("../img/leaf-2.webp");
  bottom: 100%;
  margin-bottom: 50px;
  right: 160px;
}
@media (min-width: 991px) {
  .quality .leaf-3:after {
    content: url("../img/leaf-3.webp");
    bottom: -40px;
    right: 90px;
  }
}
.quality .leaf-4:before {
  content: url("../img/leaf-4.webp");
  left: 100%;
  top: 0;
  margin-left: -37px;
  margin-top: -46px;
}
@media (max-width: 991px) {
  .quality .leaf-4:before {
    left: auto;
    right: 0;
  }
}
.quality .leaf-5:before {
  content: url("../img/leaf-5.webp");
  bottom: 0;
  left: 50%;
  transform: translate(-60px, 110px);
}

.about .col {
  display: flex;
}
.about__img {
  display: flex;
}
@media (min-width: 768px) {
  .about__img {
    padding-right: 32px;
    margin-top: -62px;
  }
}
.about__img img {
  border-radius: var(--radius);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.about__content {
  padding-left: 44px;
  padding-top: 80px;
  padding-bottom: 54px;
}
@media (max-width: 1199px) {
  .about__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about__content {
    padding-bottom: 0;
  }
}
.about p {
  line-height: 137.5%;
  margin-bottom: 21px;
}
.about .leaf-6:before {
  content: url("../img/leaf-6.webp");
  bottom: 0;
  left: 50%;
  transform: translate(50px, 150px);
}
@media (max-width: 767px) {
  .about .leaf-6:before {
    transform: translate(50px, 100px);
  }
}

.delivery__subtitle {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .delivery__subtitle {
    margin-bottom: 2rem;
  }
}
.delivery__subtitle svg {
  flex-shrink: 0;
  margin-right: 16px;
}
.delivery__map {
  position: relative;
  margin-top: 3.3rem;
  min-width: 950px;
}
.delivery__map img {
  border-radius: var(--radius);
}
.delivery__map-wrap {
  overflow: auto;
}
.delivery__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  background-color: var(--bs-green);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-geo-alt-fill" viewBox="0 0 16 16"><path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-color ease 0.2s;
}
.delivery__icon:hover {
  background-color: var(--bs-green-hover);
}
.delivery__text {
  border-radius: 0 12px 12px 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  padding: 4px 12px;
  padding-left: 0;
  background-color: #fff;
}
.delivery__list > li {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.delivery__list .russia {
  top: 17.1%;
  left: 32.2%;
}
.delivery__list .kazakhstan {
  top: 37%;
  left: 40%;
}
.delivery__list .belarus {
  left: 21.6%;
  top: 30.3%;
}
.delivery__list .poland {
  top: 27.5%;
  left: 14.8%;
}
.delivery__list .germany {
  left: 7.4%;
  top: 30%;
}
.delivery__list .austria {
  top: 37.8%;
  left: 9.6%;
}
.delivery__list .hungary {
  top: 42.8%;
  left: 14.8%;
}
.delivery__list .italy {
  top: 49%;
  left: 10.7%;
}
.delivery__list .iran {
  top: 60.2%;
  left: 36.2%;
}
.delivery__list .uae {
  left: 35%;
  bottom: 25%;
}
.delivery__list .china {
  top: 62%;
  left: 62.4%;
}
.delivery__list .india {
  top: 74.6%;
  left: 50.7%;
}
.delivery__list .malaysia {
  top: 87%;
  left: 65.3%;
}
.delivery__popup {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 14px 24px 18px;
  width: 301px;
  transition: opacity ease 0.2s, visibilty ease 0.2s;
}
.delivery__popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.delivery__popup--left {
  top: 50%;
  transform: translate(5px, -50%);
  left: 100%;
  border-left: 2px solid var(--bs-green-hover);
  border-radius: 0 1rem 1rem 0;
}
.delivery__popup--left:before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 22.5px 19px 22.5px 0;
  border-color: transparent var(--bs-green-hover) transparent transparent;
}
.delivery__popup--bottom {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -15px);
  border-bottom: 2px solid var(--bs-green-hover);
  border-radius: 1rem 1rem 0 0;
}
.delivery__popup--bottom:before {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-width: 19px 22.5px 0 22.5px;
  border-color: var(--bs-green-hover) transparent transparent transparent;
}
.delivery__icon:hover .delivery__popup {
  opacity: 1;
  visibility: visible;
}
.delivery__popup-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.delivery__popup ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 1.8rem;
}
.delivery__popup .btn {
  width: 100%;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-bg: transparent;
  --f-button-border-radius: 12px;
  --f-button-hover-bg: #e9e9e8;
  --f-button-active-bg: #e9e9e8;
  border: 1px solid #C8C7CC;
  top: 22px;
  right: 17px;
}

.f-button svg {
  stroke: #000;
}

.modal {
  display: none;
  width: 90%;
  border-radius: 24px;
}
.modal__header {
  border-bottom: 1px solid #E9E9E8;
}
.modal__title {
  margin-bottom: 1.4rem;
}
.modal__padding {
  padding: 40px;
}
.modal .btn {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .modal__left {
    max-width: 46%;
  }
}
@media (max-width: 575px) {
  .modal__left {
    padding-top: 30px;
  }
}
.modal__right {
  background-color: var(--bs-body-bg);
}
.modal small {
  display: block;
  line-height: 142.857%;
}

#modalPrice, #modalCallback {
  max-width: 420px;
  padding: 0;
}

#modalPriceList {
  max-width: 927px;
  overflow: auto;
  padding: 0;
}
#modalPriceList .modal__padding {
  width: 100%;
  padding: 80px;
}
@media (max-width: 991px) {
  #modalPriceList .modal__padding {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  #modalPriceList .modal__padding {
    padding: 40px;
  }
}
#modalPriceList p {
  margin-top: var(--margin-regular);
}
#modalPriceList p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #modalPriceList p {
    --margin-regular: 1rem;
  }
}
#modalPriceList .btn {
  width: auto;
  margin-top: 1.75rem;
}

@media (max-width: 575px) {
  .faq {
    padding-top: 0;
  }
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list ul {
  list-style: disc;
  padding-left: 28px;
}
.faq-list > li {
  margin-bottom: 8px;
  background-color: #E9E9E8;
  border-radius: 20px;
  transition: background-color ease 0.2s;
}
.faq-list > li:hover {
  background-color: #dededf;
}
.faq-list__question {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: padding ease 0.2s;
}
@media (max-width: 1199px) {
  .faq-list__question {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-list__question {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
li:hover .faq-list__question {
  padding-left: 22px;
}
.faq-list__question:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-arrow-down-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z"/></svg>');
  margin-left: 15px;
}
.faq-list__question.active:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"/></svg>');
}
.faq-list__answer, .faq-list__question {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .faq-list__answer, .faq-list__question {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-list__answer {
  padding-bottom: 39px;
  display: none;
}
.faq-list__answer p {
  margin-bottom: 1.2rem;
}
.faq-list__answer > :last-child {
  margin-bottom: 0;
}

.footer {
  color: #363636;
}
.footer a {
  color: inherit;
  text-decoration: none;
  transition: color ease 0.2s, border-bottom-color ease 0.2s;
}
.footer a:hover {
  color: inherit;
}
.footer__top {
  padding-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9CBBF;
}
@media (max-width: 575px) {
  .footer__top {
    padding-top: 50px;
  }
}
.footer__bottom {
  font-size: 14px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer__bottom a {
  color: #4D4D4D;
  border-bottom: 1px solid #909090;
}
.footer__bottom a:hover {
  border-bottom-color: transparent;
  color: var(--bs-green);
}
.footer__bottom .velvet {
  color: #B571C7;
  border-bottom: none;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
}
.footer__contacts {
  color: #4D4D4D;
}
.footer__contacts li {
  margin-bottom: 15px;
}
.footer__contacts li:last-child {
  margin-bottom: 0;
}
.footer__contacts .bi {
  font-size: 1.8rem;
  margin-right: 0.6rem;
  color: #909090;
  transition: color ease 0.2s;
}
.footer__contacts .bi:hover {
  color: inherit;
}
.footer__menu li {
  margin-bottom: 15px;
}
.footer__menu a {
  color: #909090;
}
.footer__map iframe {
  border-radius: var(--radius);
  width: 100%;
  height: 240px;
}

.all-items .col {
  margin-bottom: 1.5rem;
}
.all-items__tabs {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  list-style: none;
  padding: 0;
  gap: 12px;
}
@media (max-width: 1199px) {
  .all-items__tabs {
    overflow: auto;
  }
}
.all-items__tabs .btn {
  white-space: nowrap;
  width: 100%;
}
.all-items__tabs .btn.current {
  color: var(--bs-green);
  font-weight: 500;
  border: 1px solid var(--bs-green-hover);
  background-color: #E9E9E8;
}
.all-items__elem {
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
  background-color: #fff;
  border-radius: 20px;
  transition: box-shadow ease 0.2s;
}
.all-items__elem:hover {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
}
.all-items__img {
  display: flex;
  height: 260px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F6F7F6;
}
@media (max-width: 575px) {
  .all-items__img {
    height: 160px;
  }
}
.all-items__img img {
  max-height: 100%;
}
.all-items__title {
  padding: 1rem;
  padding-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .all-items__title {
    font-size: 0.8rem;
  }
}

.is-compact .fancybox__footer .fancybox__caption {
  display: none;
}

#dynamicTitle {
  opacity: 0;
  transition: opacity ease-out 0.1s;
}
.is-done #dynamicTitle {
  opacity: 1;
}

.contacts {
  overflow: hidden;
}
@media (max-width: 991px) {
  .contacts iframe {
    width: 100%;
    min-height: 40dvh;
  }
}

.contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
}
@media (max-width: 575px) {
  .contacts-list {
    gap: 10px;
  }
}
.contacts-list a {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.contacts-list [href*=mailto] {
  text-decoration: underline;
}

.error-page__code {
  font-size: 180px;
  color: var(--bs-green);
}
.error-page__nav {
  -moz-columns: 2;
       columns: 2;
}
.error-page ul {
  margin-top: 30px;
  padding-left: 10px;
}
.error-page li {
  margin-bottom: 15px;
}
.error-page li:before {
  content: "-";
  margin-right: 5px;
}
.error-page li a {
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */