@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-family: "Idealist", sans-serif;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  line-height: 1;
  min-height: 100vh;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

/* COLORS */
/* GRIDS */
.about {
  padding-top: 80px;
}

@media (max-width: 1031px) {
  .about {
    padding-top: 40px;
  }
}

.about__title {
  margin: 0 0 60px;
}

@media (max-width: 1031px) {
  .about__title {
    margin-bottom: 60px;
  }
}

.about__title h1,
.about__title .h1 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #181818;
  margin: 0 0 50px;
}

@media (max-width: 1031px) {
  .about__title h1,
  .about__title .h1 {
    margin-bottom: 30px;
  }
}

.about__cover:after {
  content: "";
  width: 100%;
  height: 490px;
  background: url("../images/cf_bg1.jpg") center/cover no-repeat;
  display: inline-block;
  margin-top: -120px;
  position: relative;
  z-index: 0;
}

.about__blockquote {
  padding: 40px 40px 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #fff;
  background: #352b22;
  max-width: 780px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1031px) {
  .about__blockquote {
    max-width: 90%;
    padding: 24px 24px 1px;
  }
}

.about__blockquote p {
  margin: 0 0 24px;
}

.about__content .row {
  margin-bottom: 110px;
}

@media (max-width: 1031px) {
  .about__content .row {
    margin-bottom: 80px;
  }
}

@media (max-width: 807px) {
  .about__content .row {
    margin-bottom: 0px;
  }
}

.about__content img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .about__content img {
    max-height: 480px;
  }
}

@media (max-width: 807px) {
  .about__content img {
    max-height: 360px;
    margin: 0 0 30px;
  }
}

.about__content blockquote {
  position: relative;
  padding: 40px 100px 0 0;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 44px;
  line-height: 140%;
  color: #181818;
}

@media (max-width: 1239px) {
  .about__content blockquote {
    font-size: 28px;
    margin: 0 0 60px;
    line-height: 1.2;
  }
}

@media (max-width: 1031px) {
  .about__content blockquote {
    padding-right: 40px;
  }
}

@media (max-width: 807px) {
  .about__content blockquote {
    padding-right: 0px;
    margin-bottom: 60px;
  }
}

.about__content blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 244px;
  height: 2px;
  background: #352b22;
}

.contacts {
  height: calc(100vh - 100px);
  min-height: 800px;
  position: relative;
}

@media (max-width: 807px) {
  .contacts {
    height: auto;
  }
}

.contacts__wrapper {
  padding: 34px 44px 44px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 44px;
  left: calc((100vw - 1624px + (10px * 4)) / 2);
  z-index: 2;
  width: 100%;
  max-width: 575px;
}

@media (max-width: 1624px) {
  .contacts__wrapper {
    left: calc((100vw - 1239px + (10px * 4)) / 2);
  }
}

@media (max-width: 1239px) {
  .contacts__wrapper {
    left: calc((100vw - 1031px + (10px * 4)) / 2);
  }
}

@media (max-width: 1031px) {
  .contacts__wrapper {
    left: calc((100vw - 807px + (10px * 4)) / 2);
    padding: 24px;
    max-width: 454px;
  }
}

@media (max-width: 807px) {
  .contacts__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    margin: 0 auto;
    max-width: 615px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 615px) {
  .contacts__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contacts__title {
  margin: 0 0 40px;
}

.contacts__title h1,
.contacts__title .h1 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #2e2e34;
  margin: 0 0 20px;
}

.contacts__title p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2e2e34;
}

.contacts__list-item {
  margin: 0 0 30px;
}

.contacts__list-item:last-of-type {
  margin: 0;
}

.contacts__list-item span {
  display: inline-block;
  width: 100%;
  margin: 0 0 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #352b22;
}

.contacts__list-item .d-flex {
  gap: 4px;
}

.contacts__list-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2e2e34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__list-item a.phone {
  margin: 0 8px 0 0;
}

.contacts__list-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2e2e34;
  margin: 0;
}

.contacts__list-item .path {
  fill: #352b22;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contacts__list-item a:hover {
  color: #a6998e;
}

.contacts__list-item a:hover .path {
  fill: #2e2e34;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e3e3e3;
  z-index: 1;
}

@media (max-width: 807px) {
  #map {
    position: static;
    width: 100%;
    height: 360px;
  }
}

#map .ya_marker {
  width: 80px;
  height: 80px;
  background: url("../svg/marker.svg");
}

.portfolio {
  padding-top: 60px;
}

@media (max-width: 807px) {
  .portfolio {
    padding-top: 40px;
  }
}

.portfolio-single {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-single .bc {
  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;
  gap: 6px;
  margin: 0 0 2px;
}

.portfolio-single .bc li:after {
  content: "/";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #c4c4c4;
  margin: 0 0 0 6px;
}

.portfolio-single .bc li:last-of-type:after {
  display: none;
}

.portfolio-single .bc a,
.portfolio-single .bc span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #c4c4c4;
}

.portfolio-single h1,
.portfolio-single .h1 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 60px;
}

@media (max-width: 807px) {
  .portfolio-single h1,
  .portfolio-single .h1 {
    margin: 10px 0 40px;
    line-height: 1;
  }
}

@media (max-width: 807px) {
  .portfolio-single {
    padding-top: 0px;
  }
}

.portfolio .title {
  text-align: center;
  margin: 0 0 80px;
}

@media (max-width: 807px) {
  .portfolio .title {
    margin: 0 0 50px;
  }
}

.portfolio .title .bc {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #352b22;
  margin: 0 0 4px;
}

.portfolio .title h1,
.portfolio .title .h1 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #181818;
  margin: 0;
}

.portfolio__list {
  margin: 0 0 80px;
}

.portfolio__list .btn {
  margin: 0 auto;
}

.portfolio__item {
  margin: 0 0 70px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 615px) {
  .portfolio__item {
    margin: 0 0 40px;
  }
}

.portfolio__item-image {
  width: 100%;
  aspect-ratio: 21 / 30;
  overflow: hidden;
  margin: 0 0 12px;
  border-radius: 4px;
}

@media (max-width: 807px) {
  .portfolio__item-image {
    aspect-ratio: 23 / 25;
  }
}

.portfolio__item:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.portfolio__item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
}

.portfolio__item span {
  display: inline-block;
  width: 100%;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #352b22;
}

@media (max-width: 615px) {
  .portfolio__item span {
    font-size: 21px;
    line-height: 24px;
  }
}

.portfolio__item p {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #181818;
}

@media (max-width: 615px) {
  .portfolio__item p {
    font-size: 21px;
    line-height: 24px;
  }
}

.portfolio__item-hover {
  position: relative;
  margin: 0 0;
  overflow: hidden;
}

.portfolio__item-hover .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  max-height: 84px;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.portfolio__item-hover img {
  margin: 0;
  aspect-ratio: 51 / 71;
  display: block;
}

.portfolio__item-hover span {
  margin: 32px 0 0;
  color: #fff;
  font-family: "Idealist";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.portfolio__item-hover p {
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.portfolio__item-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 2px;
  background: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.portfolio__item-hover:hover:before {
  content: "";
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10.47%, rgba(0, 0, 0, 0.3)),
    color-stop(28.68%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.3) 10.47%,
    rgba(0, 0, 0, 0) 28.68%
  );
}

.portfolio__item-hover:hover .hover {
  max-height: 500px;
}

.portfolio__item-hover:hover img {
  -webkit-transform: none;
  transform: none;
}

.portfolio__item-hover:hover span {
  opacity: 1;
  display: inline-block;
}

@starting-style {
  .portfolio__item-hover:hover span {
    opacity: 0;
  }
}

.portfolio__slider {
  position: relative;
}

.portfolio__slider .swiper-prev-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url("../svg/prev.svg") center no-repeat;
  left: -50px;
  margin-top: -32px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio__slider .swiper-prev-arrow:hover {
  -webkit-filter: none;
  filter: none;
}

@media (max-width: 1239px) {
  .portfolio__slider .swiper-prev-arrow {
    display: none;
  }
}

.portfolio__slider .swiper-next-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url("../svg/next.svg") center no-repeat;
  right: -50px;
  margin-top: -32px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio__slider .swiper-next-arrow:hover {
  -webkit-filter: none;
  filter: none;
}

@media (max-width: 1239px) {
  .portfolio__slider .swiper-next-arrow {
    display: none;
  }
}

.portfolio__slider .swiper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
  overflow: hidden;
}

.portfolio__slider .back {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.portfolio__slider .back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #c4c4c4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.portfolio__slider .back rect {
  fill: #c4c4c4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio__slider .back a:hover {
  color: #a6998e;
}

.portfolio__slider .back a:hover rect {
  fill: #a6998e;
}

@media (max-width: 615px) {
  .portfolio__slider .back {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.portfolio__slider .swiper-pagination {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: static;
  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;
}

.portfolio__slider .swiper-pagination-bullet {
  margin: 0;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
}

.portfolio__slider .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.portfolio__slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

@media (max-width: 615px) {
  .portfolio__slider .swiper-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.portfolio__slider #counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4c4c4;
}

@media (max-width: 615px) {
  .portfolio__slider #counter {
    display: none;
  }
}

.portfolio__header {
  padding: 60px 0 75px;
  background: #666972;
  margin: 0 0 60px;
}

@media (max-width: 807px) {
  .portfolio__header {
    padding: 40px 0 60px;
    margin: 0 0 40px;
  }
}

.portfolio__header .p-swiper img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1239px) {
  .portfolio__header .p-swiper img {
    height: 680px;
  }
}

@media (max-width: 1031px) {
  .portfolio__header .p-swiper img {
    height: 500px;
  }
}

@media (max-width: 807px) {
  .portfolio__header .p-swiper img {
    height: 360px;
  }
}

.portfolio__about-content h2,
.portfolio__about-content .h2 {
  text-align: center;
  margin: 0 0 50px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #181818;
}

@media (max-width: 807px) {
  .portfolio__about-content h2,
  .portfolio__about-content .h2 {
    margin: 0 0 20px;
  }
}

.portfolio__about-content p {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #352b22;
}

@media (max-width: 807px) {
  .portfolio__about-content p {
    margin: 0 0 20px;
  }
}

.portfolio__about-review {
  margin: 60px 0 60px;
}

.portfolio__about-review h2,
.portfolio__about-review .h2 {
  text-align: center;
  margin: 0 0 20px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #181818;
}

.portfolio__form {
  margin: 0 0 100px;
}

.portfolio__form-title {
  margin: 0 0 20px;
}

.portfolio__form-title h3,
.portfolio__form-title .h3,
.portfolio__form-title h2,
.portfolio__form-title .h2 {
  font-family: "Cormorant";
  font-weight: 400;
  font-size: 50px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 10px;
}

@media (max-width: 1239px) {
  .portfolio__form-title h3,
  .portfolio__form-title .h3,
  .portfolio__form-title h2,
  .portfolio__form-title .h2 {
    font-size: 36px;
    line-height: 1;
  }
}

.portfolio__form-title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #c4c4c4;
}

@media (max-width: 1239px) {
  .portfolio__form-title p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.portfolio__form fieldset {
  border: none;
  padding: 40px 135px 50px;
  background: #352b22;
  border: 1px solid #352b22;
  -webkit-box-shadow: 0px 4px 20px rgba(140, 133, 128, 0.3);
  box-shadow: 0px 4px 20px rgba(140, 133, 128, 0.3);
  border-radius: 4px;
  margin: 0 0 10px;
}

@media (max-width: 1239px) {
  .portfolio__form fieldset {
    padding: 40px 30px;
  }
}

.portfolio__form .d-flex {
  gap: 30px;
}

@media (max-width: 1239px) {
  .portfolio__form .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.portfolio__form .d-flex label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (max-width: 1239px) {
  .portfolio__form .d-flex label {
    width: 100%;
    max-width: 400px;
  }
}

.portfolio__form .d-flex label input {
  width: 100%;
  padding: 18px 20px;
  height: 54px;
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 18px;
}

@media (max-width: 1239px) {
  .portfolio__form .d-flex .btn {
    width: 100%;
    max-width: 400px;
  }
}

.portfolio__form-policy {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #babfc4;
}

.portfolio__more .title {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #181818;
  margin: 0 0 110px;
}

.portfolio__more-wrapper {
  background: #666972;
}

.portfolio__more-slider {
  top: -70px;
  position: relative;
}

.portfolio__more-slider .swiper-pm-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url("../svg/prev.svg") center no-repeat;
  left: -110px;
  margin-top: -64px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio__more-slider .swiper-pm-prev:hover {
  -webkit-filter: none;
  filter: none;
}

@media (max-width: 1239px) {
  .portfolio__more-slider .swiper-pm-prev {
    display: none;
  }
}

.portfolio__more-slider .swiper-pm-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url("../svg/next.svg") center no-repeat;
  right: -110px;
  margin-top: -64px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio__more-slider .swiper-pm-next:hover {
  -webkit-filter: none;
  filter: none;
}

@media (max-width: 1239px) {
  .portfolio__more-slider .swiper-pm-next {
    display: none;
  }
}

.portfolio__more-slider .swiper-pm-pagination {
  position: static;
  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;
  gap: 9px;
  margin: 50px 0 0;
}

.portfolio__more-slider .swiper-pm-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
}

.portfolio__more-slider .swiper-pm-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.portfolio__more-slider .swiper-pm-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.portfolio__more-slider .portfolio__item {
  margin: 0;
}

.portfolio__more-slider .portfolio__item span {
  color: #c4c4c4;
}

.portfolio__more-slider .portfolio__item p {
  color: #fff;
}

.services {
  padding-top: 80px;
}

@media (max-width: 1031px) {
  .services {
    padding-top: 40px;
  }
}

.services-single {
  padding-top: 0;
}

.services__title {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 655px;
  margin: 0 0 60px;
  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;
  position: relative;
}

@media (max-width: 1239px) {
  .services__title {
    height: 480px;
  }
}

@media (max-width: 1239px) {
  .services__title {
    height: auto;
    padding: 60px 15px;
  }
}

.services__title > div {
  position: relative;
  z-index: 1;
}

.services__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    color-stop(29%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 29%
  );
  z-index: 0;
}

.services__title h1,
.services__title .h1 {
  margin: 0 0 34px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}

@media (max-width: 1239px) {
  .services__title h1,
  .services__title .h1 {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.2;
  }
}

.services__title h2,
.services__title h3,
.services__title .h2,
.services__title .h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.services .title {
  text-align: center;
  margin: 0 0 50px;
}

.services .title h1,
.services .title .h1 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #181818;
  margin: 0 0 30px;
}

@media (max-width: 1031px) {
  .services .title h1,
  .services .title .h1 {
    margin: 0 0 12px;
  }
}

.services .title h2,
.services .title h3,
.services .title .h2,
.services .title .h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #352b22;
}

.services__list {
  margin: 0 0 60px;
}

@media (max-width: 615px) {
  .services__list {
    margin: 0 0 30px;
  }
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  background: #f7f6f4;
  padding: 45px 50px 45px 14px;
  margin: 0 0 24px;
}

.services__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  background: #89b867;
  border-radius: 132px;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 615px) {
  .services__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }

  .services__item img {
    width: 60px;
    height: 60px;
  }
}

.services__item-text strong,
.services__item-text .strong {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  color: #181818;
}

@media (max-width: 1624px) {
  .services__item-text strong,
  .services__item-text .strong {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 12px;
  }
}

.services__item-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
}

@media (max-width: 1624px) {
  .services__item-text span {
    font-size: 14px;
    line-height: 1.3;
  }
}

.services__item:hover .services__item-image {
  background: #638f43;
}

.services__content {
  margin: 0 0 60px;
}

.services__content blockquote {
  position: relative;
  margin: 0 0 120px;
  padding: 40px 0 0;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 44px;
  line-height: 140%;
  color: #181818;
}

@media (max-width: 1239px) {
  .services__content blockquote {
    font-size: 28px;
    margin: 0 0 60px;
    line-height: 1.2;
  }
}

.services__content blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 244px;
  height: 2px;
  background: #352b22;
}

.services__content p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #352b22;
}

.services__content p.clear {
  clear: both;
}

@media (max-width: 1031px) {
  .services__content p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.services__content hr {
  margin: 0 0 60px;
  border: none;
  border-top: 1px solid #d9d9d9;
  background: #d9d9d9;
}

@media (max-width: 1031px) {
  .services__content hr {
    margin: 0 0 30px;
  }
}

.services__content img:not(.ops) {
  float: left;
  margin: 0px 60px 60px -140px;
  aspect-ratio: 10 / 9;
  border-radius: 4px;
}

@media (max-width: 1239px) {
  .services__content img:not(.ops) {
    margin: 0 60px 60px 0;
  }
}

@media (max-width: 1031px) {
  .services__content img:not(.ops) {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
}

.services__content img.right {
  float: right;
  margin: 0 -140px 60px 60px;
}

@media (max-width: 1239px) {
  .services__content img.right {
    margin: 0 0 60px 60px;
  }
}

@media (max-width: 1031px) {
  .services__content img.right {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
}

.services__more {
  margin: 50px 0 0;
}

.services__more .title {
  margin: 0 0 50px;
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #181818;
}

@media (max-width: 1031px) {
  .services__more .title {
    margin: 0 0 24px;
  }
}

.home {
  padding-top: 30px;
  background: #fff url("../images/line.png") top -50px center/auto no-repeat;
  padding-bottom: 60px;
}

@media (max-width: 1239px) {
  .home {
    background: #fff;
  }
}

.home__slider {
  margin: 0 0 110px;
}

@media (max-width: 1031px) {
  .home__slider {
    margin: 0 0 50px;
  }
}

.swiper-home-pagination {
  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;
  margin: 50px 0 0;
  gap: 8px;
}

@media (max-width: 1031px) {
  .swiper-home-pagination {
    margin: 24px 0 0;
    gap: 4px;
  }
}

.swiper-home-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
}

.swiper-home-pagination .swiper-pagination-bullet:hover {
  background: rgba(140, 133, 128, 0.4);
}

.swiper-home-pagination .swiper-pagination-bullet-active {
  background: #352b22 !important;
}

.home__about {
  position: relative;
  margin: 0 0 160px;
}

@media (max-width: 1031px) {
  .home__about {
    margin-bottom: 0;
  }
}

.home__about-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 50%;
  aspect-ratio: 53 / 40;
}

@media (max-width: 1031px) {
  .home__about-bg {
    position: static;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home__about-wrapper {
  max-width: 48%;
  padding: 50px 0;
}

@media (max-width: 1031px) {
  .home__about-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 807px) {
  .home__about-wrapper {
    padding-top: 0;
  }
}

.home__about-wrapper .title {
  margin: 0 0 60px;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 145%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

@media (max-width: 1031px) {
  .home__about-wrapper .title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.home__about-wrapper .title a {
  color: #352b22;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 40px;
  line-height: 145%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  border-bottom: 1px solid #d5d2d0;
}

.home__about-wrapper .title a:hover {
  color: #a6998e;
  border-bottom-color: transparent;
}

@media (max-width: 1031px) {
  .home__about-wrapper .title a {
    font-size: 30px;
  }
}

.home__about-wrapper ul {
  margin: 0 0 70px;
  list-style-type: disc;
  font-size: 12px;
  padding-left: 20px;
}

@media (max-width: 1031px) {
  .home__about-wrapper ul {
    margin: 0 0 24px;
  }
}

.home__about-wrapper ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
  margin: 0 0 28px;
}

@media (max-width: 1031px) {
  .home__about-wrapper ul li {
    margin: 0 0 18px;
  }
}

.home__about-wrapper ul li span {
  font-size: 18px;
}

.home__about-wrapper .btn {
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  font-size: 16px;
}

@media (max-width: 807px) {
  .home__about-wrapper .btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.home__portfolio {
  padding: 75px 0 130px;
  background: #2e2e34;
  margin: 0 0 110px;
}

@media (max-width: 1031px) {
  .home__portfolio {
    margin: 0 0 50px;
  }
}

@media (max-width: 807px) {
  .home__portfolio {
    padding: 70px 0 80px;
    margin: 0 0 42px;
  }
}

.home__portfolio .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}

@media (max-width: 1031px) {
  .home__portfolio .title {
    margin: 0 0 40px;
  }
}

.home__portfolio .title h2,
.home__portfolio .title .h2 {
  margin: 0;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #fff;
}

@media (max-width: 1031px) {
  .home__portfolio .title h2,
  .home__portfolio .title .h2 {
    font-size: 30px;
  }
}

.home__portfolio .title .btn {
  font-size: 12px;
}

.home__portfolio .grid-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.home__portfolio .grid-swiper .swiper-slide a img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  border-right: 4px;
}

@media (max-width: 807px) {
  .home__portfolio .grid-swiper .swiper-slide a img {
    height: auto;
  }
}

.home__portfolio .grid-swiper .swiper-grid-pagination {
  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;
  margin: 24px 0 0;
  gap: 4px;
  -webkit-transform: none;
  transform: none;
}

.home__portfolio
  .grid-swiper
  .swiper-grid-pagination
  .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
}

.home__portfolio
  .grid-swiper
  .swiper-grid-pagination
  .swiper-pagination-bullet:hover {
  background: rgba(140, 133, 128, 0.4);
}

.home__portfolio
  .grid-swiper
  .swiper-grid-pagination
  .swiper-pagination-bullet-active {
  background: #352b22 !important;
}

.home__portfolio .mfp-image {
  position: relative;
}

.home__portfolio .mfp-image:hover span {
  opacity: 1;
}

.home__portfolio .mfp-image span {
  position: absolute;
  color: #fff;
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.3)),
      color-stop(28.68%, rgba(0, 0, 0, 0))
    ),
    rgba(0, 0, 0, 0.4);
  background:
    linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 28.68%),
    rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home__portfolio .mfp-image span img {
  width: 16px;
  height: 16px;
}

.home__grid {
  row-gap: 24px;
}

.home__grid .mfp-image {
  padding: 0;
  display: inline-block;
  height: 525px;
}

@media (max-width: 1239px) {
  .home__grid .mfp-image {
    height: 320px;
  }
}

.home__grid .mfp-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home__scheme {
  padding: 0px 0 90px;
}

@media (max-width: 1239px) {
  .home__scheme {
    padding: 0px 0 40px;
  }
}

.home__scheme .title {
  margin: 0 0 50px;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  text-align: center;
}

@media (max-width: 1031px) {
  .home__scheme .title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.home__scheme-item {
  margin: 0 0 50px;
}

.home__scheme-title {
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  background: #fbfaf9;
  margin: 0 0 16px;
}

.home__scheme-title span {
  background: #89b867;
  width: 56px;
  height: 56px;
  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: 24px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #fff;
}

.home__scheme-title p {
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

.home__scheme-text {
  margin: 0;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
}

.home__best {
  padding: 80px 0 100px;
  background: #fbfaf9;
}

@media (max-width: 1031px) {
  .home__best {
    padding: 50px 0 60px;
  }
}

.home__best .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  text-align: center;
  margin: 0 0 60px;
}

@media (max-width: 1031px) {
  .home__best .title {
    display: none;
  }
}

.home__best-title {
  margin: 0 0 46px;
  font-family: "Cormorant";
  font-weight: 400;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.04em;
  color: #2e2e34;
}

@media (max-width: 1031px) {
  .home__best-title {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: auto;
  }
}

.home__best-text {
  margin: 0 0 46px;
  width: 80%;
}

@media (max-width: 1031px) {
  .home__best-text {
    width: 100%;
    margin: 0 0 35px;
  }
}

.home__best-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
  margin: 0 0 20px;
}

.home__best .btn {
  background: #89b867;
  border-color: #89b867;
  font-size: 16px;
  letter-spacing: 1px;
}

.home__best .btn:hover {
  background: #6fa14b;
}

@media (max-width: 1031px) {
  .home__best .best-swiper {
    margin: 48px 0 0;
  }
}

.home__best .best-swiper .swiper-slide {
  padding-right: 10px;
}

.home__best .best-swiper .swiper-slide span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 9px 18px;
  font-size: 18px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #ffffff;
  background: #352b22;
}

.home__best .best-swiper img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(46, 46, 52, 0.1);
  box-shadow: 10px 10px 0px 0px rgba(46, 46, 52, 0.1);
  aspect-ratio: 38 / 51;
}

.home__best .best-swiper .swiper-best-pagination {
  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;
  margin: 60px 0 0;
  gap: 8px;
}

@media (max-width: 1031px) {
  .home__best .best-swiper .swiper-best-pagination {
    margin: 34px 0 0;
    gap: 4px;
  }
}

.home__best .best-swiper .swiper-best-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
}

.home__best
  .best-swiper
  .swiper-best-pagination
  .swiper-pagination-bullet:hover {
  background: rgba(140, 133, 128, 0.4);
}

.home__best
  .best-swiper
  .swiper-best-pagination
  .swiper-pagination-bullet-active {
  background: #352b22 !important;
}

.home__review {
  padding: 100px 0 130px;
}

@media (max-width: 1031px) {
  .home__review {
    padding: 30px 0 60px;
  }
}

.home__review .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  margin: 0 0 10px;
}

@media (max-width: 1031px) {
  .home__review .title {
    text-align: center;
    margin: 0 0 25px;
    font-size: 30px;
  }
}

.home__review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 807px) {
  .home__review-grid {
    display: block;
  }
}

@media (max-width: 807px) {
  .home__review-item {
    display: none;
  }
}

.home__review-item .review__item-text p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 0 48px !important;
}

.home__review-item .review__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

.home__review-item .review__item a:hover {
  color: #352b22;
}

.home__review-rating {
  padding: 28px 38px;
  background: #fbfaf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__review-rating strong,
.home__review-rating .strong {
  display: inline-block;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

@media (max-width: 807px) {
  .home__review-rating strong,
  .home__review-rating .strong {
    font-size: 38px;
  }
}

.home__review-rating p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

@media (max-width: 807px) {
  .home__review-rating p {
    margin: 0 0 120px;
  }
}

.home__review-rating i {
  font-style: normal;
  color: #dd0b0b;
}

.home__review-rating .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #89b867;
  border: none;
}

.home__review-rating .btn:hover {
  background: #6fa14b;
}

.home__review .video-swiper {
  height: 100%;
}

@media (max-width: 1031px) {
  .home__review .video-swiper {
    margin-top: 30px;
    height: 470px;
  }
}

.home__review .video-swiper .swiper-video-pagination {
  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;
  margin: 0 0;
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: initial;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1031px) {
  .home__review .video-swiper .swiper-video-pagination {
    margin: 24px 0 0;
    gap: 4px;
  }
}

.home__review .video-swiper .swiper-video-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #f0f4fa;
  opacity: 0.2;
}

.home__review
  .video-swiper
  .swiper-video-pagination
  .swiper-pagination-bullet:hover {
  opacity: 0.5 !important;
}

.home__review
  .video-swiper
  .swiper-video-pagination
  .swiper-pagination-bullet-active {
  opacity: 0.8;
}

.home__review .review__video {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.home__review .review__video:before {
  content: url("../svg/play-white.svg");
  position: absolute;
  top: 32px;
  left: 32px;
}

.home__review .review__video-info {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.home__review .review__video-info p {
  color: #fff;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
}

.home__review .review__video-info span {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
}

.home__review-slider {
  width: 100%;
  margin: 0 0 60px;
}

.home__review-slider .review__item-text p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 0 48px !important;
}

.home__review-slider .review__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

.home__review-slider .review__item a:hover {
  color: #352b22;
}

.home__review-slider .swiper-hr-pagination {
  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;
  margin: 32px 0 0;
  gap: 8px;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1031px) {
  .home__review-slider .swiper-hr-pagination {
    margin: 32px 0 0;
    gap: 4px;
  }
}

.home__review-slider .swiper-hr-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
}

.home__review-slider .swiper-hr-pagination .swiper-pagination-bullet:hover {
  background: rgba(140, 133, 128, 0.4);
}

.home__review-slider .swiper-hr-pagination .swiper-pagination-bullet-active {
  background: #352b22 !important;
}

.home__blog {
  margin: 100px 0 0;
}

@media (max-width: 1031px) {
  .home__blog {
    margin: 40px 0 0;
  }
}

.home__blog .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  margin: 0 0 60px;
}

@media (max-width: 1031px) {
  .home__blog .title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.home__blog .swiper-blog-pagination {
  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;
  margin: 54px 0 0;
  gap: 8px;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1031px) {
  .home__blog .swiper-blog-pagination {
    margin: 24px 0 0;
    gap: 4px;
  }
}

.home__blog .swiper-blog-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
}

.home__blog .swiper-blog-pagination .swiper-pagination-bullet:hover {
  background: rgba(140, 133, 128, 0.4);
}

.home__blog .swiper-blog-pagination .swiper-pagination-bullet-active {
  background: #352b22 !important;
}

.blog__item-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 24px;
}

@media (max-width: 1031px) {
  .blog__item-image {
    margin: 0 0 12px;
    border-radius: 12px;
  }
}

.blog__item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog__item-image img {
  width: 100%;
  display: block;
  aspect-ratio: 8 / 5;
}

.blog__item-image .date {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 8px;
  background: #352b22;
  color: #fff;
  border-radius: 20px 0 0 0;
}

@media (max-width: 1031px) {
  .blog__item-image .date {
    border-radius: 12px 0 0 0;
  }
}

.blog__item-image .date p {
  margin: 0 0 0px;
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1031px) {
  .blog__item-image .date p {
    font-size: 24px;
  }
}

.blog__item-image .date span {
  font-size: 15px;
  line-height: 15px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #fff;
}

.blog__item:hover .blog__item-image:before {
  background: transparent;
}

.blog__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #2e2e34;
}

@media (max-width: 1031px) {
  .blog__item-text {
    font-size: 16px;
  }
}

.callback__wrapper {
  padding: 90px 15px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1239px) {
  .callback__wrapper {
    padding: 40px 15px;
  }
}

@media (max-width: 615px) {
  .callback__wrapper {
    margin: 0 -10px;
  }
}

.callback__wrapper fieldset {
  width: 100%;
  max-width: 1048px;
  background: rgba(140, 133, 128, 0.5);
  border: 1px solid #352b22;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  margin: 0 auto 10px;
  padding: 40px 130px 50px;
  text-align: center;
}

@media (max-width: 1239px) {
  .callback__wrapper fieldset {
    padding: 35px 42px 70px;
  }
}

.callback__title {
  margin: 0 0 20px;
  color: #fff;
}

.callback__title strong,
.callback__title .strong {
  font-family: "Cormorant";
  font-weight: 400;
  font-size: 50px;
  line-height: 48px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1239px) {
  .callback__title strong,
  .callback__title .strong {
    font-size: 30px;
    line-height: 34px;
  }
}

.callback__title p {
  line-height: 48px;
  font-size: 24px;
  font-weight: 400;
  color: #d9d9d9;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1239px) {
  .callback__title p {
    font-size: 16px;
    line-height: 34px;
  }
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1239px) {
  .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
  }
}

.callback__form label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (max-width: 1239px) {
  .callback__form label {
    width: 100%;
    max-width: 400px;
  }
}

.callback__form label input {
  width: 100%;
  padding: 18px 20px;
  height: 54px;
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 18px;
}

@media (max-width: 1239px) {
  .callback__form .btn {
    width: 100%;
    max-width: 400px;
  }
}

.callback__privacy {
  width: 100%;
  max-width: 1048px;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #babfc4;
  margin: 0 auto;
}

footer {
  background: #f7f6f4;
  padding: 42px 0 32px;
}

footer .footer__legal {
  margin: 15px 0 0;
  padding-top: 32px;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
}

footer .footer__legal p {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #666972;
}

footer .footer__legal a {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #666972;
  display: block;
}

footer .footer__legal a:hover {
  color: #2e2e34;
}

@media (max-width: 807px) {
  footer .footer__legal {
    text-align: center;
  }

  footer .footer__legal p {
    margin: 0 0 16px;
  }

  footer .footer__legal a {
    margin: 0 0 16px;
  }
}

footer .footer__logo {
  margin: 0 0 12px;
}

footer .footer__logo a {
  display: inline-block;
}

footer .footer__logo img {
  width: 210px;
}

footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 48px;
}

footer .footer__social a {
  font-family: "Idealist";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #2e2e34;
  margin: 0 0 12px;
}

footer .footer__social a:hover {
  color: #a6998e;
}

footer .footer__title {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #666972;
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
}

footer .footer__nav {
  margin: 0 0 50px;
}

footer .footer__nav li {
  margin: 0 0 12px;
}

footer .footer__nav a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e34;
}

footer .footer__nav a:hover {
  color: #a6998e;
}

footer .footer__contacts {
  margin-bottom: 10px;
}

footer .footer__contacts a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666972;
  display: block;
  margin: 0 0 12px;
}

footer .footer__contacts a:hover {
  color: #2e2e34;
}

footer .footer__contacts p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e34;
  display: block;
  margin: 0 0 12px;
  white-space: nowrap;
}

@media (max-width: 807px) {
  footer {
    padding: 32px 0 16px;
  }
}

#sale,
#thanx {
  background: #fff;
  max-width: 442px;
  -webkit-box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 24px 36px 40px;
  margin: 0 auto;
}

#sale .mfp-close,
#thanx .mfp-close {
  position: static;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

#sale .custom-close,
#thanx .custom-close {
  position: static;
  color: #181818;
  font-weight: 100;
  font-size: 42px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: serif;
  opacity: 1;
}

#sale .modal__header,
#thanx .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}

#sale .modal__header .title,
#thanx .modal__header .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 34px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
}

#sale .modal__content strong,
#thanx .modal__content strong,
#sale .modal__content .strong,
#thanx .modal__content .strong {
  font-size: 80px;
  line-height: 1.6;
}

#sale .modal__content img,
#thanx .modal__content img {
  margin: 24px 0;
}

#sale .modal__content span,
#thanx .modal__content span {
  display: inline-block;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
}

#sale .modal__content p,
#thanx .modal__content p {
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
  margin: 0 0 20px;
}

#sale .modal__content .btn,
#thanx .modal__content .btn {
  margin: 40px 0 0;
  padding: 18px 24px;
  display: inline-block;
}

#sale .modal__content .btn-outline-primary,
#thanx .modal__content .btn-outline-primary {
  margin: 20px 0 0;
  padding: 18px 44px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #352b22;
}

#calc {
  background: #fff;
  max-width: 1020px;
  -webkit-box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 24px 36px 36px;
  margin: 0 auto;
}

@media (max-width: 807px) {
  #calc {
    padding: 24px 12px 24px;
  }
}

#calc .mfp-close {
  position: static;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

#calc .custom-close {
  position: static;
  color: #181818;
  font-weight: 100;
  font-size: 42px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: serif;
  opacity: 1;
}

#calc .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}

#calc .modal__header .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 34px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
}

@media (max-width: 807px) {
  #calc .modal__header .title {
    font-size: 24px;
    line-height: 1.1;
  }
}

.calc__wrapper {
  padding: 35px 35px 40px;
  background: #fbfaf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}

@media (max-width: 1031px) {
  .calc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 807px) {
  .calc__wrapper {
    padding: 24px 24px 36px;
  }
}

.calc__wrapper-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.calc__wrapper-form fieldset {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  border: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 807px) {
  .calc__wrapper-form fieldset {
    gap: 20px;
  }
}

.calc__wrapper-form fieldset.contact {
  margin-top: 64px;
  gap: 0;
}

.calc__wrapper-form fieldset.contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}

@media (max-width: 807px) {
  .calc__wrapper-form fieldset.contact .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.calc__wrapper-form fieldset.contact .flex p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #babfc4;
}

@media (max-width: 807px) {
  .calc__wrapper-form fieldset .btn {
    width: 100%;
  }
}

.calc__wrapper-form .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 0 16px;
  width: 100%;
}

@media (max-width: 807px) {
  .calc__wrapper-form .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.calc__wrapper-form [type="text"] {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 54px;
  padding: 0 20px;
  font-size: 18px;
  outline-color: #352b22;
  width: 100%;
}

.calc__wrapper-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.calc__wrapper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 1031px) {
  .calc__wrapper-image {
    display: none;
  }
}

.calc__wrapper .group-title {
  display: inline-block;
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
}

@media (max-width: 807px) {
  .calc__wrapper .group-title {
    font-size: 14px;
  }
}

.calc__wrapper .group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.calc__wrapper .group-label label input {
  display: none;
}

.calc__wrapper .group-label label input:checked + span {
  color: #352b22;
}

.calc__wrapper .group-label label input:checked + span:before {
  border-color: #352b22;
}

.calc__wrapper .group-label label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

@media (max-width: 807px) {
  .calc__wrapper .group-label label span {
    font-size: 14px;
  }
}

.calc__wrapper .group-label label span:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 26px;
  border: 6px solid #d9d9d9;
  display: inline-block;
  margin: 0 12px 0 0;
  background: #fff;
}

.calc__wrapper .group-label label.sqaure input:checked + span {
  background: #352b22;
  color: #fff;
}

.calc__wrapper .group-label label.sqaure span {
  height: 28px;
  padding: 0 8px;
  background: #d9d9d9;
  border-radius: 3px;
}

.calc__wrapper .group-label label.sqaure span:before {
  display: none;
}

.calc__wrapper .group-line {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}

.calc__wrapper .group-line:before {
  content: "";
  height: 4px;
  background: #d9d9d9;
  position: absolute;
  left: 10px;
  top: 48px;
  right: 10px;
}

.calc__wrapper .group-line .group-title {
  margin: 0 0 10px;
}

.calc__wrapper .group-line .group-label {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.calc__wrapper .group-line .group-label span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.calc__wrapper .group-line .group-label span:before {
  margin: 0 0 8px;
}

.calc__wrapper .group__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #2e2e34;
  margin: 0 0 10px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-content {
  border-top: 1px solid #c4c4c4;
}

.tabs-pane {
  display: none;
}

.tabs-pane.active {
  display: block;
}

.tabs-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
  padding: 15px 0;
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  position: relative;
  cursor: pointer;
}

@media (max-width: 807px) {
  .tabs-item {
    font-size: 18px;
    line-height: 1.1;
  }
}

.tabs-item.active {
  color: #352b22;
}

.tabs-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #352b22;
  border-radius: 4px 4px 0 0;
  height: 4px;
}

#video {
  background: #fff;
  max-width: 642px;
  -webkit-box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 68px 58.8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 24px 36px 40px;
  margin: 0 auto;
}

#video .mfp-close {
  position: static;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

#video .custom-close {
  position: static;
  color: #181818;
  font-weight: 100;
  font-size: 42px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: serif;
  opacity: 1;
}

#video .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 16px;
}

#video .modal__header .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 34px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
}

#video .modal__content video {
  width: 100%;
}

.header {
  padding: 12px 0;
  background: #fff;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(102, 105, 114, 0.05));
  filter: drop-shadow(0px 4px 20px rgba(102, 105, 114, 0.05));
  position: sticky;
  z-index: 9;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

.header__promo {
  background: #352b22;
  text-align: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__promo a {
  padding: 12px 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}

.header__promo .container {
  position: relative;
}

.header__promo .close {
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: 300;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__nav ul {
  gap: 24px;
}

@media (max-width: 1624px) {
  .header__nav ul {
    gap: 12px;
  }
}

.header__nav ul li {
  position: relative;
}

.header__nav ul li:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: none;
  filter: none;
}

.header__nav ul li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__nav ul li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
}

.header__nav ul li a:hover {
  color: #2e2e34;
}

@media (max-width: 1624px) {
  .header__nav ul li a {
    font-size: 14px;
  }
}

.header__nav ul li:has(ul) {
  padding-right: 18px;
}

.header__nav ul li:has(ul):before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../svg/dd.svg") center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-filter: brightness(3);
  filter: brightness(3);
}

.header__nav ul li ul {
  display: none;
  position: absolute;
  padding: 18px 18px 2px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(46, 46, 52, 0.1);
  box-shadow: 0px 14px 20px rgba(46, 46, 52, 0.1);
  border-radius: 4px;
  gap: 0;
}

.header__nav ul li ul li {
  margin: 0 0 16px;
}

.header__nav ul li ul a {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

@media (max-width: 1624px) {
  .header__nav ul li ul a {
    font-size: 14px;
  }
}

.header__nav-xs {
  display: none;
  margin: 0 0 0 30px;
}

.header__nav-xs span {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: #352b22;
  position: relative;
}

.header__nav-xs span:before {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  background: #352b22;
  top: -8px;
}

.header__nav-xs span:after {
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  background: #352b22;
  bottom: -8px;
}

@media (max-width: 1239px) {
  .header__nav-xs {
    display: block;
  }

  .header__nav-xs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1239px) {
  .header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header__logo img {
  max-width: 100px;
  min-width: 100px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header__logo span,
.header__logo h1 {
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #666972;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 1239px) {
  .header__logo span {
    display: none;
  }
}

.header__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header__calc path {
  fill: #352b22;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__calc span {
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
  border-bottom: 1px solid #352b22;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1624px) {
  .header__calc span {
    font-size: 14px;
    white-space: nowrap;
  }
}

.header__calc:hover path {
  fill: #2e2e34;
}

.header__calc:hover span {
  border-bottom-color: transparent;
  color: #2e2e34;
}

@media (max-width: 1239px) {
  .header__calc {
    display: none;
  }
}

.header__phone {
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
  margin: 0 0 0 38px;
}

@media (max-width: 1624px) {
  .header__phone {
    font-size: 14px;
    white-space: nowrap;
    margin: 0 0 0 20px;
  }
}

@media (max-width: 1239px) {
  .header__phone {
    display: none;
  }
}

.header__phone:hover {
  color: #2e2e34;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 6px;
  margin: 0 0 0 12px;
  position: relative;
}

.header__social:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #c4c4c4;
  margin: 0 6px 0 0;
}

@media (max-width: 1239px) {
  .header__social:before {
    display: none;
  }
}

.header__social .path {
  fill: #352b22;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__social a:hover .path {
  fill: #2e2e34;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: #fff;
  padding-top: 130px;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 807px) {
  .nav {
    padding-top: 110px;
  }
}

.nav__wrapper ul {
  margin: 0 0 42px;
}

.nav__wrapper ul li {
  margin: 0 0 20px;
}

.nav__wrapper ul li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #352b22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav__wrapper ul li a.js-toggle:after {
  content: "";
  background: url("../svg/dd.svg") center no-repeat;
  margin: 0 0 0 20px;
  display: inline-block;
  height: 8px;
  width: 12px;
}

.nav__wrapper ul li a.js-toggle.show:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__wrapper ul li a.js-toggle.show + ul {
  display: inline-block;
}

.nav__wrapper ul li ul {
  margin: 20px 0 0;
  padding: 0 0 0 12px;
  display: none;
}

.nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
}

.nav__social .header__phone {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
  margin: 0 8px 0 0;
}

.nav__social .header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6px;
  margin: 0 0 0 12px;
  position: relative;
}

.nav__social .header__social li {
  margin: 0;
}

.nav__social .header__social a {
  display: inline-block;
}

.nav__social .header__social:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #c4c4c4;
  margin: 0 12px 0 0;
  display: inline-block !important;
}

.nav__social .header__social .path {
  fill: #352b22;
}

.nav__social .header__social a:hover .path {
  fill: #2e2e34;
}

.nav .btn {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
}

.nav .btn:hover {
  color: #fff;
}

body.show {
  overflow: hidden;
  height: 100vh;
}

body.show .header {
  -webkit-filter: none;
  filter: none;
  position: fixed;
}

body.show .header__promo {
  position: fixed;
}

body.show .nav {
  display: inline-block;
}

body.show .header__nav-xs span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

body.show .header__nav-xs span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

body.show .header__nav-xs span:after {
  display: none;
}

body.promo-hide .header {
  top: 0;
}

body.promo-hide nav {
  padding-top: 110px;
}

@media (max-width: 807px) {
  body.promo-hide nav {
    padding-top: 80px;
  }
}

body.scrolled .header__logo img {
  max-width: 40%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.review__item {
  padding: 24px;
  background: #f7f6f4;
}

.review__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 16px;
}

.review__item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 22px;
}

.review__item-user img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}

.review__item-play circle {
  fill: #666972;
}

.review__item-play a:hover circle {
  fill: #352b22;
}

.review__item-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #352b22;
  margin: 0 0 8px;
}

.review__item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #c4c4c4;
}

.review__item-text p {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
}

.review__item-text p:last-of-type {
  margin: 0 0 16px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.tabs-gal > div {
  display: none;
}
.tabs-gal > input[type="radio"] {
  display: none;
}
.tabs-gal > label {
  color: black;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
}
.tabs-gal > label:hover,
.tabs-gal > input:checked + label {
  background: rgba(139, 132, 128, 0.3);
  color: black;
  cursor: pointer;
}
.tabs-gal > #tab1:checked ~ #content1,
.tabs-gal > #tab2:checked ~ #content2,
.tabs-gal > #tab3:checked ~ #content3,
.tabs-gal > #tab4:checked ~ #content4,
.tabs-gal > #tab5:checked ~ #content5,
.tabs-gal > #tab6:checked ~ #content6,
.tabs-gal > #tab7:checked ~ #content7,
.tabs-gal > #tab8:checked ~ #content8 {
  display: block;
  margin-top: 50px;
}
.tkani-gal,
.tkani-gal__info {
  display: flex;
  flex-wrap: wrap;
}
.page-tkani-wrap {
  margin: 0 -196px;
}
.tkani-gal {
  margin: 0 -40px;
}
.tkani-gal__info {
  justify-content: space-between;
}
.tkani-gal__item {
  display: flex;
  flex-direction: column;
  margin: 0 40px 80px;
  width: 300px;
}
.tkani-gal__link {
  margin-bottom: 27px;
}
.tkani-gal__link > img {
  display: block;
  width: 100%;
}
.services__content .tkani-gal__link > img {
  aspect-ratio: 1;
  border-radius: 0;
  float: none;
  max-height: none;
  margin: 0;
}
.page-h {
  color: black;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .page-tkani-wrap {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .tkani-gal {
    margin: 0 -20px;
  }
  .tkani-gal__item {
    margin: 0 20px 40px;
    width: 265px;
  }
}
@media (max-width: 567px) {
  .tkani-gal {
    flex-direction: column;
    margin: 0;
  }
  .tkani-gal__item {
    margin: 0 0 40px;
    width: 300px;
  }
  .tabs-gal > label {
    font-size: 16px;
  }
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: "Idealist";
  font-display: swap;
  src:
    url("../fonts/IdealistSans-Light.woff2") format("woff2"),
    url("../fonts/IdealistSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Idealist";
  font-display: swap;
  src:
    url("../fonts/IdealistSans.woff2") format("woff2"),
    url("../fonts/IdealistSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.swiper-pagination-bullet {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 0 10px;
}

.d-none {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  padding: 0 10px;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  padding: 0 10px;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 10px;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  padding: 0 10px;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  padding: 0 10px;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 10px;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  padding: 0 10px;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  padding: 0 10px;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  padding: 0 10px;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  padding: 0 10px;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  padding: 0 10px;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 615px) {
  .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-xxs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-xxs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-xxs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-xxs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-xxs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-xxs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-xxs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-xxs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-xxs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-xxs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-xxs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-xxs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }
}

@media (min-width: 615px) {
  .container {
    max-width: 595px;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }

  .d-xs-none {
    display: none;
  }

  .d-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-xs-grid {
    display: grid;
  }

  .d-xs-inline-block {
    display: inline-block;
  }

  .d-xs-block {
    display: block;
  }

  .d-xs-inline {
    display: inline;
  }
}

@media (min-width: 807px) {
  .container {
    max-width: 787px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-sm-grid {
    display: grid;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-inline {
    display: inline;
  }
}

@media (min-width: 1031px) {
  .container {
    max-width: 1011px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }

  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-md-grid {
    display: grid;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-inline {
    display: inline;
  }
}

@media (min-width: 1239px) {
  .container {
    max-width: 1219px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-lg-grid {
    display: grid;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-inline {
    display: inline;
  }
}

@media (min-width: 1624px) {
  .container {
    max-width: 1604px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    padding: 0 10px;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    padding: 0 10px;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    padding: 0 10px;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    padding: 0 10px;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    padding: 0 10px;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    padding: 0 10px;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    padding: 0 10px;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    padding: 0 10px;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    padding: 0 10px;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10px;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-xl-grid {
    display: grid;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-inline {
    display: inline;
  }
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mx-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

main {
  padding-bottom: 70px;
  background: #fbfaf9;
}

@media (max-width: 615px) {
  main {
    padding-bottom: 0;
  }
}

.btn {
  padding: 18px 30px;
  background: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-primary {
  border: 1px solid #352b22;
  background: #352b22;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #a6998e;
  border-color: #a6998e;
}

.btn-outline-primary {
  border: 1px solid #352b22;
  color: #352b22;
}

.btn-outline-primary:hover {
  background: #352b22;
  color: #352b22;
}

.btn-outline-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-secondary:hover {
  background: #fff;
  color: #352b22;
}

.radius-2 {
  border-radius: 2px;
}

.radius-4 {
  border-radius: 4px;
}

.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.swiper-pagination {
  z-index: 8;
}

.footer-additional-information {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666972;
  display: block;
  margin: 0 0 12px;
}

.footer-additional-information p:not(:last-child) {
  margin-bottom: 12px;
}

.footer-section-with-widget .footer__nav {
  margin-bottom: 20px;
}

.payments-systems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.payments-systems-item {
  width: 50px;
}

.footer-copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 991px) {
  .footer-copy {
    justify-content: space-between;
    gap: 10px;
  }

  .footer-copy {
    text-align: left !important;
  }

  .mobile-policy {
    text-align: left;
    width: 100%;
  }

  .payments-systems {
    margin-bottom: 20px;
  }
}

.fixed-buttons-left {
  position: fixed;
  right: 22px;
  top: unset;
  bottom: 60px;
  z-index: 20;
}

.fixed-buttons-left .group-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fixed-buttons-left .scrollup-default {
  background-color: #352b22;
  display: none;
  text-align: center;
  line-height: 85px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 12px 16px 0 rgba(35, 31, 32, 0.28);
  height: 64px;
  width: 64px;
  cursor: pointer;
}

.header-widget {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.header-widget__counter {
  width: 20px;
  transform: translateY(-0.5px);
}

.header-widget__star {
  height: 20px;
}

.header-widget__text {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  transform: translateY(1px);
}

.portfolio__text {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 2px;
}

.portfolio__text p:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 561px) {
  .header-widget {
    justify-content: center;
  }
}

.header {
  top: 0;
}

.nav__social {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.nav .nav__social .header__social:before {
  display: none !important;
}

.nav__social .header__social {
  margin: 0;
}

.services__content h2,
.services__content h3 {
  margin: 0 0 20px;
}

.services__content h3 {
  text-align: center;
}

.header__nav ul li {
  white-space: nowrap;
}

.promo__item-image img {
  width: 100%;
  height: 100%;
}

.promo {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 120px 200px;
  padding-top: 20px;
  padding-bottom: 150px;
}

.promo__item {
  flex-basis: 528px;
  height: 338px;
  position: relative;
}

.promo__item-image {
  width: 100%;
  height: 100%;
}

.promo__item-text {
  width: 100%;
  height: 100%;
  max-width: 346px;
  max-height: 182px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(140, 133, 128, 0.5);
  border: 1px solid #352b22;
  backdrop-filter: blur(5px);
  border-radius: 4px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.promo__item-text p:first-child {
  font-size: 28px;
  color: #fff;
}

.promo__item-text p {
  font-size: 19px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.4;
}

.promo__form {
  padding-bottom: 150px;
}

.promo__item-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.promo__item-desc span:first-child {
  font-size: 28px;
  color: #323238;
}

.promo__item-desc span {
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

.promo__item-desc a {
  margin-top: 60px;
}

.tab-pane-head {
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 100px;
  flex-wrap: wrap;
}

.tab-pane-head-content-item {
  display: none;
  font-size: 18px;
}

.tab-pane-head-content-item p {
  font-weight: 500;
}

.tab-pane-head-content-item.active {
  display: block;
}

.tab-pane-head-item {
  position: relative;
  cursor: pointer;
}

.tab-pane-head-item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #2e2e34;
  left: 0;
  bottom: -5px;
}

.tab-pane-head-content {
  padding: 100px 0;
  color: #352b22;
}

@media (max-width: 561px) {
  .tab-pane-head {
    gap: 50px;
  }
}

.services-relations-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.services-relations-item {
  width: calc(33.33% - 50px);
  margin: 0 25px;
  margin-bottom: 50px;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}

.services-relations-item:hover:after {
  background: transparent;
}

.services-relations-item:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.services-relations-item__title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  z-index: 1;
  max-width: 240px;
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  .services-relations-item {
    width: calc(50% - 50px);
  }

  .services-relations-item {
    height: 230px;
  }
}

@media (max-width: 600px) {
  .services-relations-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .services-relations-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }

  .services-relations-item {
    height: 147px;
  }

  .services-relations-item__title {
    font-size: 14px;
    width: 100px;
    margin-bottom: 0;
  }

  .services-relations-item {
    align-items: center;
  }
}

.callback__privacy a {
  color: inherit;
  text-decoration: underline;
}

.services-slider-relations .swiper-slide {
  height: 450px;
}

.services-slider-relations .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__relations {
  padding: 60px 0;
}

.services-slider-relations {
  padding: 60px 0;
}

.services-slider-relations {
  position: relative;
}

.services-slider-relations .swiper-prev-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url(../svg/prev-black.svg) center no-repeat;
  left: -50px;
  margin-top: -32px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}

.services-slider-relations .swiper-next-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 64px;
  background: url(../svg/next-black.svg) center no-repeat;
  right: -50px;
  margin-top: -32px;
  cursor: pointer;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}

.services__relations-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.services__relations-header {
  font-size: 35px;
}

@media (max-width: 1031px) {
  .services-slider-relations .swiper-next-arrow {
    right: -30px;
  }

  .services-slider-relations .swiper-prev-arrow {
    left: -30px;
  }
}

@media (max-width: 769px) {
  .services__relations-btns a {
    width: 100%;
    max-width: 320px;
    text-align: center;
    line-height: 1.6;
    padding: 14px 15px;
  }

  .services__relations-btns {
    gap: 20px;
  }

  .services-slider-relations {
    padding-bottom: 35px;
  }

  .mobile-policy {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .services-slider-relations .swiper-next-arrow {
    background: url(../svg/next.svg) center no-repeat;
    right: 5px;
  }

  .services-slider-relations .swiper-prev-arrow {
    background: url(../svg/prev.svg) center no-repeat;
    left: 5px;
  }
}

.calc__wrapper a[href="/privacy-policy/"],
.portfolio__form-policy a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-height: 850px) {
  .portfolio__header .p-swiper img {
    max-height: 500px;
  }
}

.news-swiper p {
  margin: 0;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
  margin-top: 20px;
}

.personal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px 0;
}

.personal-list__item {
  width: calc(25% - 15px);
  border: 1px solid #352b22;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-family: "Cormorant";
  font-weight: 400;
  font-size: 26px;
}

.personal-list__item-image {
  flex-shrink: 0;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
}

.personal-list__item-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-position: top;
}

.d_order_form {
  border: 1px solid #352b22;
  font-size: 18px;
  font-family: "Cormorant";
  padding: 10px 25px;
  border-radius: 10px;
}

.d_order_form:hover {
  cursor: pointer;
  background: #fdfdfd;
}

.personal-list__item-title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.personal-list__item-text {
  font-family: "Cormorant";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 54px;
}

.personal-list-title {
  display: inline-block;
  width: 100%;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #181818;
}

.bc {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #352b22;
  gap: 6px;
  margin: 0 0 2px;
}

.bc > li:not(:last-child)::after {
  content: "/";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #c4c4c4;
  margin: 0 0 0 3px;
}

.bc a,
.bc a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #c4c4c4;
}

.portfolio-single .bc li.pos-3::after {
  margin-left: 2px;
}

.dspopup-modal.dsdesigner {
  width: 1160px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: none;
}

#dsdesigner-form {
  border-radius: 10px 0 0 10px;
  padding: 0;
}
#dsdesigner-form .ds_des_ord_wrap.ds_img1 {
  background: url(../../../img/i.jpg) no-repeat right -40px;
  background-size: 48%;
}
#dsdesigner-form .ds_des_ord_wrap.ds_img2 {
  background: url(../../../img/mariya.jpg) no-repeat right 0;
  background-size: 48%;
}
#dsdesigner-form .ds_des_ord_wrap.ds_img3 {
  background: url(../../../img/i3.jpg) no-repeat right -40px;
  background-size: 48%;
}

.ds_des_ord_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -14px;
}

.ds_des_ord_col {
  width: 48%;
}

.dsdesigner .close-dspopup-modal {
  z-index: 20;
}

.ds_des_ord_content {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 30px;
  margin: 50px 0 40px 50px;
  min-height: 500px;
}

#dsdesigner-form .form-sbs {
  font-family: "Idealist", sans-serif;
  font-size: 13px;
}

#dsdesigner-form .form-head2 {
  font-family: "Cormorant";
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

#dsdesigner-form input[type="text"] {
  border: 0;
  border-bottom: 1px solid rgb(190, 190, 190);
  outline: 0;
  margin-bottom: 15px;
  box-shadow: none;
}

#dsdesigner-form input[type="submit"] {
  padding: 15px 25px;
  border: 1px solid #352b22;
  background: #fff;
  color: #352b22;
  margin: 10px 0;
}

#dsdesigner-form input[type="submit"]:hover {
  cursor: pointer;
  background: #f9f9f9;
}

#dsdesigner-form .ds__privacy,
#dsdesigner-form .ds_submit_col {
  font-family: "Idealist", sans-serif;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 20px;
  color: #999;
  font-weight: 300;
}

#dsdesigner-form .ds__privacy a {
  color: #999;
  text-decoration: underline;
}

.dsdesigner .close-dspopup-modal:before,
.dsdesigner .close-dspopup-modal:after {
  background: #fff;
}

#dsdesigner-form .ds_des_ord_img {
  position: relative;
}

#dsdesigner-form .ds_des_name {
  position: absolute;
  font-family: "Cormorant";
  font-size: 42px;
  line-height: 44px;
  left: 40px;
  bottom: 90px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#dsdesigner-form .ds_des_text {
  font-family: "Cormorant";
  max-width: 420px;
  font-size: 24px;
  line-height: 24px;
  left: 40px;
  bottom: 40px;
  position: absolute;
  color: #fff;
  font-weight: bold;
}

#dsfeedback-form,
#dsdesignercustom-form {
  padding: 30px 40px;
}

.dspopup-modal.dsfeedback {
  max-width: 480px;
}

#dsfeedback-form .form-head2,
#dsdesignercustom-form .form-head2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

#dsfeedback-form input[type="text"],
#dsdesignercustom-form input[type="text"] {
  border: 1px solid #dddddd;
  height: 46px;
}

#dsfeedback-form input[type="submit"],
#dsdesignercustom-form input[type="submit"] {
  background: #352b22;
  border: 0;
  height: 54px;
  width: 152px;
  text-transform: uppercase;
  font-size: 13px;
}

#dsfeedback-form .ds__privacy,
#dsdesignercustom-form .ds__privacy {
  color: #352b22;
  font-size: 10px;
  line-height: 12px;
  width: 50%;
}

#dsfeedback-form .ds__privacy a,
#dsdesignercustom-form .ds__privacy a {
  color: #352b22;
  font-size: 10px;
}

.ds_sb_wrap .buttonform {
}

.ds_sb_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__fb:hover {
  cursor: pointer;
}

.home__review_mobile {
  display: none;
}
.home__review_desct {
  /*  padding: 100px 0 130px;*/
  padding: 40px 0 0;
}
.home_review_slider_header {
  padding: 35px 38px;
  background: #fbfaf9;
  border: 3px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 125%;
  color: #2e2e34;
  align-items: center;
}
.home__review_desct .title {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 60px;
  line-height: 125%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #181818;
  margin: 0 0 30px;
}

#home_review_slider {
  margin: 30px -15px 110px -15px;
}
@media (max-width: 700px) {
  #home_review_slider {
    margin: 30px 0 110px;
  }
}

#home_review_slider .h_rev_item {
  background: #fbfaf9;
  margin: 0 15px;
  padding: 30px;
}
.hrsh_rating_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.hrsh_stars {
  background: url(../images/widget-star.svg) no-repeat 0 0;
  width: 155px;
  height: 32px;
  background-size: 155px;
}
.hrsh_stars {
  font-size: 14px;
  color: #999;
}
.home_review_slider_header a {
  box-shadow:
    0 2px 2px 0 rgb(0 0 0 / 14%),
    0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
  padding: 5px 20px;
  border-radius: 4px;
  color: #212121;
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.h_rev_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.h_rev_icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  text-align: center;
  background: #89b867;
  border-radius: 50%;
  color: #fff;
}
.h_rev_head_right {
  width: calc(100% - 85px);
}
.h_rev_name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2e2e34;
}
.h_rev_rating {
  background: url(../images/widget-star.svg) no-repeat 0 0;
  width: 100px;
  height: 20px;
  background-size: 100px;
  margin-bottom: 5px;
}
.h_rev_date {
  color: #999;
  font-size: 12px;
}
.h_rev_text {
  color: #2e2e34;
  font-size: 16px;
  line-height: 125%;
  min-height: 280px;
}
#home_review_slider .slick-prev {
  background: #fbfaf9 url(../svg/dd.svg) center no-repeat;
  font-size: 0;
  border: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: rotate(90deg);
  background-size: 23px;
  position: absolute;
  bottom: -75px;
  left: 15px;
}
#home_review_slider .slick-next {
  background: #fbfaf9 url(../svg/dd.svg) center no-repeat;
  font-size: 0;
  border: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: rotate(-90deg);
  background-size: 23px;
  position: absolute;
  bottom: -75px;
  left: 76px;
}
#home_review_slider .slick-prev:hover {
  background: #89b867 url(../svg/dd.svg) center no-repeat;
  background-size: 23px;
  opacity: 0.8;
  cursor: pointer;
}
#home_review_slider .slick-next:hover {
  background: #89b867 url(../svg/dd.svg) center no-repeat;
  background-size: 23px;
  opacity: 0.8;
  cursor: pointer;
}
#home_review_slider .slick-dots {
  display: flex;
  width: calc(100% - 155px);
  margin-right: 15px;
  flex-wrap: wrap;
  position: absolute;
  bottom: -55px;
  right: 0;
}
#home_review_slider .slick-dots li {
  width: 4%;
}
#home_review_slider .slick-dots button {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: rgba(140, 133, 128, 0.2);
  opacity: 1;
  font-size: 0;
  border: 0;
}
#home_review_slider .slick-dots li.slick-active button {
  background: #89b867;
}
#home_review_slider .slick-dots li:hover button {
  background: #aaa;
  cursor: pointer;
}

.h_mail_wrap a {
  margin: 0 0 0 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
  margin-top: 6px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.h_mail_wrap a:hover {
  color: #2e2e34;
}

@media screen and (max-width: 900px) {
  .home__review_desct {
    /*display: none;*/
  }
  .home__review_mobile {
    /*display: block;*/
  }
}

@media only screen and (max-width: 1400px) {
  .h_mail_wrap a {
    font-size: 14px;
  }
  .header__nav ul {
    gap: 8px;
  }
  .ds_des_ord_content {
    min-height: 100px;
  }
  .dspopup-modal.dsdesigner {
    max-width: 600px;
  }

  .dsdesigner #dsdesigner-form .ds_des_ord_wrap {
    background: none;
  }

  .ds_des_ord_img {
    display: none;
  }

  .ds_des_ord_col {
    width: 100%;
  }

  .ds_des_ord_content {
    margin: 40px;
  }

  .dsdesigner .close-dspopup-modal:before,
  .dsdesigner .close-dspopup-modal:after {
    background: #000;
  }

  .personal-list {
    gap: 20px;
  }

  .personal-list__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 1355px) {
  .h_tel_mail_wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dspopup-modal.dsdesigner {
    max-width: 100%;
    width: 100%;
  }

  .ds_des_ord_content {
    margin: 0;
    border: 0;
  }

  .personal-list {
    justify-content: center;
  }

  .personal-list__item {
    max-width: 500px;
    width: 100%;
  }
}

.nav__time {
  margin-bottom: 10px;
}

.nav__time p {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #352b22;
}

.nav__time p:not(:last-child) {
  margin-bottom: 15px;
}

.nav__wrapper ul {
  margin: 0 0 22px;
}

.nav__mobile {
  overflow: auto;
}

.nav__mobile .header__calc {
  display: block;
}

.nav__mobile .nav__social {
  margin-bottom: 20px;
}

.personal-list__item-hidden.fancybox-content {
  max-width: 1000px;
}

.personal-list__item-hidden-container {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1.6;
}

.personal-list__item-hidden-img img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-position: top;
  object-fit: cover;
}

.personal-list__item-hidden-link {
  font-size: 16px;
  color: #666972;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .personal-list__item-hidden-container {
    flex-direction: column;
    align-items: center;
  }
}

.text ol,
.text ul {
  list-style: revert;
  padding-inline-start: revert;
  margin: 0 !important;
}

.tarrifs {
  display: flex;
  gap: 30px;
  padding: 40px 0;
}

.tarrifs-item {
  border: 1px solid #352b22;
  border-radius: 6px;
  padding: 50px 23px;
  width: calc(33.33% - 15px);
}

.tarrifs-item__title {
  font-family: "Cormorant";
  color: #352b22;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.tarrifs-item__description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e34;
  text-align: center;
}

.tarrifs-item__list {
  margin-top: 50px;
}

.tarrifs-item__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2e2e34;
}

.tarrifs-item__list li:not(:last-child) {
  margin-bottom: 30px;
}

.tarrifs-item__list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #89b867;
  border-radius: 50%;
}

.tarrifs-item__price::before {
  content: "";
  display: block;
  height: 1.5px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 40px;
  background: #352b22;
}

.tarrifs-item__price {
  font-family: "Cormorant";
  color: #352b22;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.tarrifs-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #352b22;
  border-radius: 4px;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  width: 265px;
  height: 55px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
section.callback {
  margin: 60px 0;
}
.faq_block {
  padding: 0 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.faq_title {
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0;
  background: url(../svg/dd.svg) right center no-repeat;
}
.faq_content {
  display: none;
  padding-bottom: 20px;
}
.faq_block.active .faq_content {
  display: block;
}
.faq_title:hover {
  cursor: pointer;
}
.faq_block:hover {
  border: 1px solid #cdcdcd;
}
.faq_form_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dsfaq-form .faq_form_row > div {
  width: 33%;
}
#dsfaq-form .form-head2 {
  margin: 20px 0 30px;
  font-size: 22px;
}
#dsfaq-form {
  margin-top: 50px;
  box-shadow: none;
}
#dsfaq-form .ds__privacy {
  font-size: 13px;
}
#dsfaqformmessagereport {
  padding: 40px;
  margin-top: 50px;
}

@media (max-width: 1240px) {
  .tarrifs {
    flex-wrap: wrap;
    gap: 30px;
  }

  .tarrifs-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .tarrifs {
    flex-wrap: wrap;
  }

  .tarrifs-item {
    width: 100%;
  }
}

@media (max-width: 1624px) {
  .h_mail_wrap a {
    font-size: 14px;
  }
}

footer .footer__contacts a {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  #dsfaq-form .faq_form_row > div {
    width: 100%;
  }
  #dsfaq-form .ds__privacy {
    width: calc(100% - 180px);
  }
}
@media (max-width: 560px) {
  #dsfaq-form .ds__privacy {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #dsfaq-form .buttonform {
    margin: 0 auto;
  }
  .home {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .home__slider {
    margin: 0 0 10px;
  }
  .home__review {
    padding: 10px 0 20px;
  }
  .home__review .title {
    margin: 0 0 10px;
  }
  .home__review-slider {
    margin: 0 0 20px;
  }
  .home__review-rating p {
    margin: 0 0 20px;
  }
  .home__review .video-swiper {
    display: none;
  }
  .home__blog {
    margin: 10px 0 0 !important;
  }
}

.services-single .bc {
  color: #fff;
}

.nav__time {
  margin-bottom: 0;
}

.services-single .bc a,
.services-single .bc a span {
  color: #fff;
}

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

.promo__item--link {
  display: block;
}

.nav__social {
  margin: 0 0 30px;
}
.nav__social-phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 34px;
}
.banner-buttons__btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 18px 30px;
  transition: all 0.2s ease-in;
}
.banner-buttons__btn:hover {
  background: #fff;
  color: #352b22;
}
@media (max-width: 1239px) {
  .banner-buttons {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .banner-buttons {
    flex-direction: column;
  }
}

.home__scheme--services p {
  margin: 0;
}
.home__scheme--services .home__scheme-title > p {
  flex: 1;
}
.home__portfolio--services img {
  aspect-ratio: unset;
  float: none;
  margin: 0;
  max-height: none !important;
}
.cw-personal-list img {
  aspect-ratio: unset;
  float: none;
  margin: 0;
  max-height: none !important;
  object-fit: cover;
}
.cw-personal-list .personal-list__item-text {
  color: inherit;
  font-family: "Cormorant";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  min-height: 54px;
}

.portfolio-custom-serv {
  margin-top: 90px;
}

.services__title.review_page_head {
  background-image: url("../../../img/rev_bnr.webp");
  background-size: cover;
  background-position: center;
  height: 355px;
  margin-bottom: 0;
}
.re_tab_content {
  height: 1px;
  overflow: hidden;
  padding-top: 1px;
}
.rev_review_desct {
  margin-top: 40px;
}
.re_tab_content.active {
  height: auto;
}
.rev_tab_head {
  display: flex;
  margin-bottom: 40px;
}
.rev_tab_item {
  color: black;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
}
.rev_tab_item.active,
.rev_tab_item:hover {
  background: rgba(139, 132, 128, 0.3);
  cursor: pointer;
}
.rev_btn {
  color: #969696;
  text-decoration: underline;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  padding: 5px 0;
}
.rev_btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.rev_list_wrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
.rev_list_name {
  color: #969696;
  font-size: 18px;
  line-height: 22px;
}
.rev_list_date {
  color: #969696;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.5;
  font-weight: 300;
  margin-bottom: 15px;
}
.rev_list_text {
  color: #000;
  opacity: 0.8;
  font-size: 18px;
  line-height: 22px;
}
#dsotziv-form input[type="text"] {
  border: 1px solid #dddddd;
  height: 46px;
}
#dsotziv-form .form-head2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
#dsotziv-form {
  padding: 30px 40px;
}
#dsotziv-form input[type="submit"] {
  background: #352b22;
  border: 0;
  height: 54px;
  width: 152px;
  text-transform: uppercase;
  font-size: 13px;
}
#dsotziv-form .ds__privacy {
  color: #352b22;
  font-size: 10px;
  line-height: 12px;
  width: 50%;
}
#dsotziv-form .ds__privacy a {
  color: #352b22;
  font-size: 10px;
  line-height: 12px;
}
.tprice {
  background: #f1f0ee;
  width: 100%;
  margin: 60px 0;
}
.tprice td {
  border: 0;
  padding: 12px 30px;
  color: #181818;
}
.tprice .tprice_head_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
}
.tprice .tprice_head_wrap .tprice_head_name {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-family: "Cormorant";
  font-weight: bold;
}
.tprice .tprice_head_wrap .tprice_head_pm {
  display: flex;
  align-items: flex-end;
  color: #767676;
  font-size: 13px;
}
.tprice tr:nth-child(even) td {
  background: #e4e2e0;
}
.tprice td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .services__title.review_page_head {
    height: auto;
  }
  .mfp-arrow.mfp-arrow-left {
    left: 20px;
  }
  .mfp-arrow.mfp-arrow-right {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .mfp-arrow.mfp-arrow-left,
  .mfp-arrow.mfp-arrow-right {
    transform-origin: unset;
  }
}
@media (max-width: 767px) {
  .services__content p,
  .services__content ol,
  .services__content ul,
  .services__content h2,
  .services__content h3 {
    margin-bottom: 15px;
  }
  .home__review_mobile.services_rev_mobile_wrap {
    display: none;
  }
}
@media (max-width: 340px) {
  .services__list .services__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .services__list .services__item .services__item-text {
    text-align: center;
  }
  .header .header__logo img {
    min-width: 0;
  }
}

.qaccor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.qaccor .qaccor-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 10px);
}

.qaccor .qaccor-item {
  display: flex;
  flex-direction: column;
}

.qaccor .qaccor-item .qaccor-item-que {
  display: flex;
  flex-direction: column;
  background: url("../images/galka2.png") #352b22 97% center no-repeat;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 20px 70px 20px 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  /*text-transform: uppercase;*/
  color: #fff;
  cursor: pointer;
}

.qaccor .qaccor-item .qaccor-item-que p {
  font-size: 15px;
  line-height: normal;
  color: #fff;
}

.qaccor .qaccor-item .qaccor-item-que.opn {
  background: url("../images/galka1.png") #352b22 97% center no-repeat;
  /*transform: rotate(-180deg);*/
}

.qaccor .qaccor-item .qaccor-item-ans {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 0px 4px #ececec;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #666972;
}

/*.qaccor .qaccor-item .qaccor-item-ans p,
.qaccor .qaccor-item .qaccor-item-ans ul,
.qaccor .qaccor-item .qaccor-item-ans ol,*/
.qaccor .qaccor-item .qaccor-item-que p {
  margin-top: 0;
  margin-bottom: 0;
}

.qaccor .qaccor-item .qaccor-item-ans p {
  line-height: 24px;
}

#topNubex {
  position: fixed;
  right: 10px;
  bottom: 90px;
  background: url("../images/galka1.png") #352b22 center 45% no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  display: none;
}

.nc_search {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
.nc_search button[type="submit"] {
  height: 28px;
  border-radius: 7px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  border-color: #ccc;
  cursor: pointer;
}
.nc_search button[type="submit"]:hover {
  opacity: 0.8;
}

.date_time {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  color: #856d5f;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin: 15px 0;
}
.date_time > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.date_time > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.share_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.fa-eye:before {
  content: "\f06e";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share_block .info {
  width: auto;
}
.share_block .info img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.share_block .info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 40%;
  color: #b3b3b3;
  text-align: right;
}
.share_block .info span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.share_block .author {
  display: flex;
  gap: 15px;
  align-items: center;
}
.share_block .author .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.share_block .author .image img {
  width: 100%;
}
.share_block .author .name {
  color: #5a5a5a;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share_block .author span {
  font-weight: bold;
}

.services__content .h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 20px;
}

.blog-swiper a {
  margin: 0;
  font-size: 16px;
  line-height: 165%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #666972;
  margin-top: 20px;
}

.whywe {
  margin: 20px auto;
}
.whywe .whywe_inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1 0 0;
  align-self: stretch;
  justify-content: center;
}
.whywe .whywe_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  max-width: 100%;
  max-width: 350px;
}
.whywe.w300 .whywe_item {
  max-width: 300px;
}
.whywe .whywe_item .whywe_img img {
  max-width: 100px;
  max-height: 100px;
}
.whywe .whywe_item .whywe_zag {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.whywe .whywe_item .whywe_txt {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #352b22;
}

.promo1 .promo__item {
  flex-basis: initial;
}

.promo1 .swiper-slide {
  height: 294px !important;
}
