* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter Tight", sans-serif;
  background-color: #F7F7F7;
  color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(2.25rem, calc(1.7599009901rem + 0.0217821782 * 100vw), 3.625rem);
}

h2,
.h2 {
  font-weight: 400;
  line-height: 110%;
  font-size: clamp(1.625rem, calc(1.1349009901rem + 0.0217821782 * 100vw), 3rem);
}

h2 strong,
.h2 strong {
  display: block;
  font-weight: 600;
}

.ttl {
  margin-top: 14px;
  line-height: 130%;
  color: #787878;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.ttl strong {
  font-weight: 500;
  color: #202020;
}

.ttl-sub {
  font-weight: 600;
  color: #C59E68;
  font-size: clamp(0.875rem, calc(0.8304455446rem + 0.001980198 * 100vw), 1rem);
}

img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
  color: #31383E;
}

input,
select,
textarea {
  padding: 14px 20px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1rem, calc(0.9554455446rem + 0.001980198 * 100vw), 1.125rem);
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #8A8A8A;
  opacity: 1;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8A8A8A;
  opacity: 1;
}

textarea {
  resize: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Inter Tight", sans-serif;
  border: none;
  background: none;
  padding: 14px 24px;
  border: solid 1px #fff;
  border-radius: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.btn:hover {
  background-color: #fff;
  color: #202020;
}

.btn-primary {
  background-color: #FED060;
  border-color: #FED060;
  color: #202020;
  padding: 16px 28px;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

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

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.slick-arrow {
  border: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  position: absolute;
  left: -26px;
  top: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: #FED060;
}

.slick-next {
  left: auto;
  right: -26px;
}

.slick-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sticky {
  background-color: #31383E;
}

.header-wrap {
  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: 89px;
  padding: 20px 0;
}

.header-wrap__flex {
  display: none;
}

.header-wrap__logo {
  display: block;
  max-width: 109px;
}

.header-wrap__nav {
  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;
  width: 100%;
  font-weight: 600;
}

.header-wrap__nav--mobile {
  display: none;
}

.header-wrap__nav--menu {
  width: 100%;
  max-width: 528px;
}

.header-wrap__nav--menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 15px;
}

.header-wrap__nav--menu ul li {
  position: relative;
}

.header-wrap__nav--menu ul li .sub-menu {
  position: absolute;
  left: -100%;
  top: -20px;
  width: 200px;
  padding: 60px 15px 30px;
  background-color: #31383E;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--menu ul li .sub-menu li {
  width: 100%;
}

.header-wrap__nav--menu ul li .sub-menu li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--menu ul li .sub-menu li a::after {
  display: none;
}

.header-wrap__nav--menu ul li .sub-menu li a:hover {
  color: #FED060;
}

.header-wrap__nav--menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-wrap__nav--menu ul a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.header-wrap__nav--menu ul a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--menu ul a:hover::after {
  width: 100%;
}

.header-wrap__nav--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header-wrap__nav--meta-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
}

.header-wrap__nav--meta-phone span {
  position: relative;
}

.header-wrap__nav--meta-phone span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--meta-phone span:hover::after {
  width: 100%;
}

.header-wrap__nav--meta-phone span:hover::after {
  width: 0;
}

.header-wrap__nav--meta-phone:hover span::after {
  width: 100%;
}

.hero {
  position: relative;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.hero-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/main/bg-hero.png") no-repeat center center/cover;
}

.hero-wrap {
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-wrap__content {
  width: 100%;
  max-width: 848px;
}

.hero-wrap__content--subtitle {
  padding-left: 14px;
  line-height: 150%;
  position: relative;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.hero-wrap__content--subtitle::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FED060;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-wrap__content--subtitle strong {
  font-weight: 600;
}

.hero-wrap__content--title {
  margin: 24px 0 8px;
}

.hero-wrap__content--title span:last-child {
  display: none;
}

.hero-wrap__content--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(2.25rem, calc(1.7599009901rem + 0.0217821782 * 100vw), 3.625rem);
}

.hero-wrap__content--text sub {
  display: inline-block;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

.hero-wrap__content--text-price {
  padding: 10px 20px;
  border-radius: 200px;
  background-color: rgba(32, 32, 32, 0.1019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.hero-wrap__content--text-price strong {
  font-weight: 500;
}

.hero-wrap__cta {
  width: 100%;
  max-width: 425px;
  border-radius: 10px;
  background-color: #31383E;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 32px 24px;
}

.hero-wrap__cta::after {
  content: "";
  display: block;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-4.79%, #EAD3AB), color-stop(103.42%, #8C7A58));
  background: linear-gradient(270deg, #EAD3AB -4.79%, #8C7A58 103.42%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  left: 42.5%;
  bottom: 51px;
  z-index: -2;
}

.hero-wrap__cta--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 262px;
  z-index: -1;
}

.hero-wrap__cta--title {
  line-height: 130%;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.hero-wrap__cta ul {
  list-style-type: none;
}

.hero-wrap__cta ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 16px;
}

.hero-wrap__cta ul li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FED060;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-wrap__cta ul li:last-child {
  margin-bottom: 0;
}

.hero-wrap__cta .btn {
  margin-top: 32px;
}

.advantages {
  margin: 120px 0;
}

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

.advantages-wrap__top--content {
  width: 100%;
  max-width: 660px;
}

.advantages-wrap__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.advantages-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  width: calc((100% - 60px) / 4);
  padding: 24px;
}

.advantages-wrap__list .item-title {
  padding-right: 54px;
  font-weight: 400;
  position: relative;
  margin-bottom: 100px;
  line-height: 120%;
  font-size: clamp(1.125rem, calc(0.8131188119rem + 0.0138613861 * 100vw), 2rem);
}

.advantages-wrap__list .item-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  background-color: #C59E68;
  position: absolute;
  right: 24px;
  top: 0;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
}

.advantages-wrap__list .item-title strong {
  font-weight: 600;
}

.advantages-wrap__list .item-text {
  line-height: 150%;
  min-height: 108px;
  color: #787878;
  font-size: clamp(0.875rem, calc(0.7858910891rem + 0.003960396 * 100vw), 1.125rem);
}

.price {
  background-color: #fff;
}

.price-wrap {
  padding: 120px 0;
}

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

.price-wrap__top--content {
  width: 100%;
  max-width: 660px;
}

.price-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}

.price-wrap__list .item {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F7F7F7;
  padding-bottom: 32px;
}

.price-wrap__list .item-image {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  border-radius: 10px;
}

.price-wrap__list .item-image::after {
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.14deg, rgba(0, 0, 0, 0.8) -53.08%, rgba(0, 0, 0, 0) 99.88%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: -1;
  position: absolute;
}

.price-wrap__list .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.price-wrap__list .item-image__category {
  margin: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(32, 32, 32, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 6px 14px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 160%;
  border-radius: 200px;
  font-size: clamp(0.875rem, calc(0.8304455446rem + 0.001980198 * 100vw), 1rem);
}

.price-wrap__list .item-image__bottom {
  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: 15px;
  margin: 0 24px 24px;
  color: #fff;
}

.price-wrap__list .item-image__bottom--title {
  font-weight: 500;
  line-height: 120%;
  font-size: clamp(1.125rem, calc(0.8131188119rem + 0.0138613861 * 100vw), 2rem);
}

.price-wrap__list .item-image__bottom--price {
  line-height: 130%;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.price-wrap__list .item-image__bottom--price strong {
  line-height: 120%;
  font-weight: 500;
  font-size: clamp(1.125rem, calc(0.8131188119rem + 0.0138613861 * 100vw), 2rem);
}

.price-wrap__list .item-text {
  min-height: 139px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0196078431);
  border-radius: 0 0 10px 10px;
  padding: 24px;
  font-weight: 500;
  line-height: 150%;
  font-size: clamp(1rem, calc(0.9554455446rem + 0.001980198 * 100vw), 1.125rem);
}

.price-wrap__list .item-list {
  padding: 24px;
}

.price-wrap__list .item-list .row {
  padding-bottom: 15px;
  border-bottom: solid 1px #E7E7E7;
  margin-bottom: 18px;
}

.price-wrap__list .item-list .row-top {
  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: 15px;
}

.price-wrap__list .item-list .row-top__title {
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
  position: relative;
  padding-left: 14px;
}

.price-wrap__list .item-list .row-top__title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #C2C2C2;
}

.price-wrap__list .item-list .row-top__price {
  line-height: 150%;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.price-wrap__list .item-list .row-top__price strong {
  font-weight: 500;
  color: #C59E68;
  line-height: 130%;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.price-wrap__list .item-list .row-text {
  color: #787878;
  line-height: 150%;
  font-size: clamp(1rem, calc(0.9554455446rem + 0.001980198 * 100vw), 1.125rem);
}

.price-wrap__list .item-list .row-text strong {
  font-weight: 500;
  color: #202020;
}

.price-wrap__list .item-list .row:last-child {
  margin-bottom: 0;
}

.price-wrap__list .item .btn {
  margin: 0 auto;
}

.portfolio {
  margin-top: 120px;
}

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

.portfolio-wrap__top--content {
  width: 100%;
  max-width: 650px;
}

.portfolio-wrap__top--content-title strong {
  display: inline-block;
}

.portfolio-wrap__list {
  margin-top: 80px;
  position: relative;
}

.portfolio-wrap__list .slick-arrow {
  top: 271px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.portfolio-wrap__list .item-image {
  min-height: 600px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.portfolio-wrap__list .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.portfolio-wrap__list .item-image__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  border-radius: 200px;
  background-color: rgba(32, 32, 32, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  padding: 10px 20px;
  font-size: clamp(0.875rem, calc(0.6967821782rem + 0.0079207921 * 100vw), 1.375rem);
}

.portfolio-wrap__list .item-image__attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.portfolio-wrap__list .item-image__attr span {
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  border-radius: 200px;
  background-color: #31383E;
  text-align: center;
  padding: 10px 20px;
  font-size: clamp(0.875rem, calc(0.6967821782rem + 0.0079207921 * 100vw), 1.375rem);
}

.portfolio-wrap__list .item-image__attr span:nth-child(odd) {
  background-color: #C59E68;
}

.portfolio-wrap__list .item-title {
  margin: 32px 0 7px;
  line-height: 120%;
  font-size: clamp(1.125rem, calc(0.8131188119rem + 0.0138613861 * 100vw), 2rem);
}

.portfolio-wrap__list .item-text {
  font-weight: 500;
  line-height: 150%;
  color: #787878;
  font-size: clamp(0.875rem, calc(0.7858910891rem + 0.003960396 * 100vw), 1.125rem);
}

.cta {
  background: url("../img/main/bg-cta.png") no-repeat center center/cover;
  position: relative;
  margin-top: 120px;
}

.cta-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-wrap {
  width: 50%;
  color: #fff;
  padding: 60px 0;
}

.cta-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 32px;
  line-height: 150%;
  font-size: clamp(1.125rem, calc(1.0358910891rem + 0.003960396 * 100vw), 1.375rem);
}

.cta-wrap__list span {
  display: block;
  padding-left: 16px;
  position: relative;
}

.cta-wrap__list span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #E6D5BD;
}

.cta-wrap__subtitle {
  color: #8A8A8A;
  margin-bottom: 32px;
}

.cta-wrap__title {
  margin-bottom: 14px;
  font-size: clamp(1.625rem, calc(1.3576732673rem + 0.0118811881 * 100vw), 2.375rem);
}

.cta-wrap__text {
  line-height: 130%;
  margin-bottom: 32px;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.cta-wrap__text strong {
  font-weight: 600;
}

.cta-wrap__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-wrap__bottom--meta {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #8A8A8A;
}

.cta-wrap__bottom--meta::before {
  position: absolute;
  left: 5px;
  top: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 61px;
  background-color: #C59E68;
  -webkit-transform: rotate(24deg) translateY(-50%);
      -ms-transform: rotate(24deg) translateY(-50%);
          transform: rotate(24deg) translateY(-50%);
}

.cta-wrap__bottom--meta a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2px;
  font-weight: 500;
  color: #fff;
  position: relative;
  position: relative;
  font-size: clamp(1rem, calc(0.9554455446rem + 0.001980198 * 100vw), 1.125rem);
}

.cta-wrap__bottom--meta a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-wrap__bottom--meta a:hover::after {
  width: 100%;
}

.cta-wrap__bottom--meta a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #C59E68;
}

.cta-second {
  background: url("../img/main/bg-cta__second.png") no-repeat center center/cover;
}

.cta-second .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta-second .cta-wrap {
  width: 55%;
}

.cta-second .cta-wrap__subtitle {
  color: #E6D5BD;
}

.cta-second .cta-wrap__bottom--meta {
  color: #E6D5BD;
}

.cta-second .cta-wrap__bottom--meta::before {
  background-color: #E6D5BD;
}

.cta-second .cta-image {
  margin-left: -10%;
}

.about {
  background-color: #fff;
  padding: 120px 0;
}

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

.about-wrap__mobile {
  display: none;
}

.about-wrap .row {
  width: 100%;
  max-width: 620px;
}

.about-wrap .row-subtitle {
  margin-bottom: 32px;
}

.about-wrap .row-title {
  margin-bottom: 14px;
}

.about-wrap .row-title strong {
  display: inline-block;
}

.about-wrap .row-text {
  line-height: 130%;
  color: #787878;
  margin-bottom: 40px;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.about-wrap .row-text strong {
  font-weight: 500;
  color: #202020;
}

.about-wrap .row-info {
  line-height: 160%;
  color: #787878;
  margin-bottom: 36px;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.about-wrap .row-info p {
  display: block;
  margin-bottom: 14px;
}

.about-wrap .row-info p:last-child {
  margin-bottom: 0;
}

.about-wrap .row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 36px;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.about-wrap .row-link span {
  position: relative;
}

.about-wrap .row-link span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #202020;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-wrap .row-link span:hover::after {
  width: 100%;
}

.about-wrap .row-link span:hover::after {
  width: 0;
}

.about-wrap .row-link:hover span::after {
  width: 100%;
}

.about-wrap .row-meta {
  background: -webkit-gradient(linear, right top, left top, color-stop(-4.79%, rgba(255, 246, 231, 0.5)), color-stop(103.42%, rgba(232, 222, 202, 0.5)));
  background: linear-gradient(270deg, rgba(255, 246, 231, 0.5) -4.79%, rgba(232, 222, 202, 0.5) 103.42%);
  padding: 24px;
  border-radius: 10px;
  position: relative;
}

.about-wrap .row-meta::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 24px;
  bottom: 16px;
  background: url("../img/main/quote.svg") no-repeat center center;
}

.about-wrap .row-meta__title {
  margin-bottom: 10px;
  color: #C59E68;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.about-wrap .row-meta__text {
  font-weight: 500;
  line-height: 130%;
  color: #4E4E4E;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.about-wrap .row-list__item {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: solid 1px #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-wrap .row-list__item img {
  width: 32px;
  height: auto;
}

.about-wrap .row-list__item span {
  display: block;
  width: 100%;
  max-width: calc(100% - 32px);
  padding-left: 32px;
  font-weight: 500;
  color: #4E4E4E;
  line-height: 130%;
  font-size: clamp(1.125rem, calc(1.0358910891rem + 0.003960396 * 100vw), 1.375rem);
}

.about-wrap .row-list__item:last-child {
  margin-bottom: 0;
}

.about-image {
  margin-top: 80px;
}

.about-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.about-list .item {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 24px;
}

.about-list .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  line-height: 120%;
  font-size: clamp(1.0625rem, calc(0.817450495rem + 0.0108910891 * 100vw), 1.75rem);
}

.about-list .item-top__title strong {
  font-weight: 600;
}

.about-list .item-top__counter {
  color: #C2C2C2;
  min-width: 50px;
  text-align: right;
}

.about-list .item-text {
  min-height: 108px;
  margin-top: 80px;
  line-height: 150%;
  color: #787878;
  font-size: clamp(1rem, calc(0.9554455446rem + 0.001980198 * 100vw), 1.125rem);
}

.reviews-wrap {
  margin-top: 120px;
}

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

.reviews-wrap__top--content {
  width: 100%;
  max-width: 660px;
}

.reviews-wrap__top--content-title strong {
  display: inline-block;
}

.reviews-wrap__list {
  position: relative;
  margin-top: 80px;
  margin-right: -20px;
}

.reviews-wrap__list .slick-arrow {
  top: 45%;
}

.reviews-wrap__list .slick-prev {
  left: -36px;
}

.reviews-wrap__list .slick-next {
  right: -6px;
}

.reviews-wrap__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-wrap__list .wrapper {
  height: inherit;
  padding-right: 20px;
}

.reviews-wrap__list .wrapper .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px;
}

.reviews-wrap__list .wrapper .item-top {
  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: 15px;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: solid 1px #E7E7E7;
}

.reviews-wrap__list .wrapper .item-top__title {
  line-height: 130%;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.reviews-wrap__list .wrapper .item-title {
  font-weight: 500;
  line-height: 130%;
  color: #C59E68;
  margin-bottom: 14px;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.reviews-wrap__list .wrapper .item-text {
  line-height: 160%;
  margin-bottom: 32px;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.reviews-wrap__list .wrapper .item-meta {
  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: 15px;
  font-size: clamp(0.875rem, calc(0.8304455446rem + 0.001980198 * 100vw), 1rem);
  font-weight: 500;
}

.reviews-wrap__list .wrapper .item-meta__location {
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 200px;
  background-color: #F7F7F7;
  text-align: center;
}

.reviews-wrap__list .wrapper .item-meta__date {
  color: #8A8A8A;
}

.faq {
  margin-top: 120px;
}

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

.faq-wrap__top--title {
  width: 100%;
  max-width: 660px;
}

.faq-wrap__top--title strong {
  display: inline-block;
}

.faq-wrap__list {
  margin-top: 80px;
  border-top: solid 1px #E7E7E7;
  padding-top: 28px;
}

.faq-wrap__list .item {
  border-bottom: solid 1px #E7E7E7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.faq-wrap__list .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}

.faq-wrap__list .item-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: calc(100% - 50px);
  font-weight: 500;
  color: #4E4E4E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 2px;
  font-size: clamp(1rem, calc(0.8663366337rem + 0.0059405941 * 100vw), 1.375rem);
}

.faq-wrap__list .item-top__title--counter {
  min-width: 50px;
  color: #C2C2C2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-wrap__list .item-top__icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-wrap__list .item-text {
  display: none;
  padding-left: 52px;
  margin-top: 16px;
  line-height: 160%;
  font-size: clamp(0.9375rem, calc(0.8706683168rem + 0.002970297 * 100vw), 1.125rem);
}

.faq-wrap__list .item-text p {
  display: block;
  margin-bottom: 14px;
}

.faq-wrap__list .item-text p:last-child {
  margin-bottom: 0;
}

.faq-wrap__list .open .item-top__title {
  color: #C59E68;
}

.faq-wrap__list .open .item-top__title--counter {
  color: #202020;
}

.faq-wrap__list .open .item-top__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  background-color: #31383E;
  margin-top: 120px;
  padding: 100px 0 50px;
  color: #fff;
}

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

.footer-wrap__meta {
  width: 100%;
  max-width: 553px;
}

.footer-wrap__meta--title {
  color: #787878;
  line-height: 110%;
  margin-bottom: 32px;
  font-size: clamp(1.5rem, calc(1.099009901rem + 0.0178217822 * 100vw), 2.625rem);
}

.footer-wrap__meta--title strong {
  font-weight: 500;
  color: #fff;
}

.footer-wrap__meta--mobile {
  display: none;
}

.footer-wrap__meta--link {
  display: block;
  margin-bottom: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-size: clamp(1.0625rem, calc(0.817450495rem + 0.0108910891 * 100vw), 1.75rem);
}

.footer-wrap__meta--link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__meta--link:hover::after {
  width: 100%;
}

.footer-wrap__meta--link:last-child {
  margin-bottom: 0;
}

.footer-wrap__meta--link:last-child {
  font-weight: 400;
  color: #C59E68;
  position: relative;
}

.footer-wrap__meta--link:last-child::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #C59E68;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__meta--link:last-child:hover::after {
  width: 100%;
}

.footer-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  max-width: 604px;
}

.footer-wrap__nav .row {
  max-width: 262px;
  font-weight: 500;
  line-height: 150%;
  font-size: clamp(0.875rem, calc(0.7858910891rem + 0.003960396 * 100vw), 1.125rem);
}

.footer-wrap__nav .row-title {
  font-weight: 600;
  margin-bottom: 14px;
  color: #787878;
}

.footer-wrap__nav .row-adress {
  margin-bottom: 32px;
}

.footer-wrap__nav .row ul {
  list-style-type: none;
}

.footer-wrap__nav .row ul li {
  margin-bottom: 14px;
}

.footer-wrap__nav .row ul li:last-child {
  margin-bottom: 0;
}

.footer-wrap__nav .row ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__nav .row ul li a:hover {
  color: #C59E68;
}

.footer-bottom {
  margin-top: 80px;
  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;
}

.footer-bottom__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 318px;
}

.footer-bottom__socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #787878;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: clamp(0.9375rem, calc(0.9152227723rem + 0.000990099 * 100vw), 1rem);
}

.footer-bottom__socials .item:hover {
  color: #C59E68;
}

.footer-bottom__socials .item::after {
  content: "/";
  display: block;
  margin: 0 32px;
}

.footer-bottom__socials .item:last-child::after {
  display: none;
}

.footer-bottom__nav {
  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;
  width: 100%;
  max-width: 604px;
  font-weight: 500;
  color: #787878;
  font-size: clamp(0.875rem, calc(0.8304455446rem + 0.001980198 * 100vw), 1rem);
}

.footer-bottom__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.footer-bottom__nav ul a {
  color: #787878;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-bottom__nav ul a:hover {
  color: #C59E68;
}

.footer-bottom__nav--copyright span:nth-child(2) {
  display: none;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(49, 56, 62, 0.8980392157);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-active {
  opacity: 1;
  visibility: visible;
}

.modal-wrap {
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  max-width: 901px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(297.32deg, #FEFAF2 -13.92%, #F4EFE6 108.61%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-wrap__content {
  width: 100%;
  max-width: 573px;
  padding: 40px;
}

.modal-wrap__content--title {
  line-height: 120%;
  margin: 24px 0 14px;
  font-size: clamp(1.625rem, calc(1.5804455446rem + 0.001980198 * 100vw), 1.75rem);
}

.modal-wrap__content--title strong {
  font-weight: 600;
  font-size: clamp(1.375rem, calc(1.1522277228rem + 0.0099009901 * 100vw), 2rem);
}

.modal-wrap__content--text {
  margin-bottom: 40px;
  line-height: 150%;
  font-size: clamp(0.875rem, calc(0.7858910891rem + 0.003960396 * 100vw), 1.125rem);
}

.modal-wrap__content--text strong {
  font-weight: 500;
}

.modal-wrap__content--form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-wrap__content--form .row-item {
  width: calc((100% - 10px) / 2);
}

.modal-wrap__content--form .btn {
  width: 100%;
  margin-top: 20px;
}

.modal-wrap__image {
  width: 100%;
  max-width: 328px;
  position: relative;
}

.modal-wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-wrap__image img:nth-child(2) {
  display: none;
}

.modal-wrap__image--close {
  position: absolute;
  right: 14px;
  top: 14px;
}

.modal-wrap__image--close svg {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-wrap__image--close svg:hover {
  scale: 0.8;
}

@media (max-width: 1410px) {
  .slick-prev {
    left: -12px;
  }

  .slick-next {
    right: -12px;
  }

  .reviews-wrap__list--slider {
    margin-right: -15px;
  }

  .reviews-wrap__list--nav {
    display: none;
  }
}

@media (max-width: 1300px) {
  .header-wrap__nav--menu {
    max-width: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header-wrap__nav--menu ul {
    gap: 15px 60px;
  }
}

@media (max-width: 1200px) {
  .header-wrap {
    gap: 30px;
  }

  .price-wrap__list .item-image__category {
    margin: 14px;
  }

  .price-wrap__list .item-image__bottom {
    margin: 14px;
  }

  .cta-image {
    margin-right: -150px;
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .ttl-sub {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header-wrap__icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border: solid 1px #8A8A8A;
    border-radius: 4px;
    position: relative;
  }

  .header-wrap__icon span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
  }

  .header-wrap__icon--active span {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header-wrap__icon--active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
  }

  .header-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
  }

  .header-wrap__logo {
    position: relative;
    z-index: 2;
  }

  .header-wrap__nav {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #31383E;
    display: block;
    padding: 100px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .header-wrap__nav--mobile {
    display: block;
  }

  .header-wrap__nav--mobile .hero-wrap__cta {
    margin-top: 49px;
    color: #fff;
  }

  .header-wrap__nav--mobile .hero-wrap__cta--bg {
    right: -30px;
    bottom: -50px;
  }

  .header-wrap__nav--menu ul {
    display: block;
    margin-bottom: 48px;
  }

  .header-wrap__nav--menu ul li {
    margin-bottom: 20px;
  }

  .header-wrap__nav--menu ul li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0;
    margin-bottom: -5px;
    display: none;
  }

  .header-wrap__nav--menu ul li .sub-menu a {
    font-size: 18px;
  }

  .header-wrap__nav--menu ul li:last-child {
    margin-bottom: 0;
  }

  .header-wrap__nav--menu ul li a {
    font-size: 22px;
    font-weight: 600;
    color: #8A8A8A;
  }

  .header-wrap__nav--menu ul .open .sub-menu {
    display: block;
  }

  .header-wrap__nav--meta {
    margin-bottom: 14px;
  }

  .header-wrap__nav--meta .btn {
    display: none;
  }

  .header-wrap__nav--meta-phone svg {
    display: none;
  }

  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 88px;
  }

  .hero-wrap__content {
    padding-top: 30px;
  }

  .advantages-wrap__list .item {
    width: calc((100% - 20px) / 2);
  }

  .price-wrap__list .item {
    width: calc((100% - 20px) / 2);
  }

  .cta {
    background: url("../img/main/bg-cta__mobile.png") no-repeat right center/cover #31383E;
    border-radius: 10px;
  }

  .cta-bg {
    width: 100%;
    position: static;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-bottom: -20px;
  }

  .cta-wrap {
    width: 100%;
  }

  .cta-second {
    background: url("../img/main/bg-cta__second--mobile.png") no-repeat center center/cover;
  }

  .cta-second .container {
    display: block;
  }

  .cta-second .cta-wrap {
    width: 100%;
  }

  .cta-second .cta-image {
    max-width: 150%;
    width: 150%;
    margin: 0;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }

  .about-wrap__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .about-wrap .row {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about-wrap .row:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .about-list .item {
    width: calc((100% - 20px) / 2);
  }

  .portfolio-wrap__top,
  .advantages-wrap__top,
  .price-wrap__top,
  .reviews-wrap__top,
  .faq-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }

  .portfolio-wrap__list,
  .advantages-wrap__list,
  .price-wrap__list,
  .reviews-wrap__list,
  .faq-wrap__list {
    margin-top: 40px;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }

  .footer-wrap__meta {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-wrap__meta--title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 32px;
  }

  .footer-wrap__meta--mobile {
    display: block;
  }

  .footer-wrap__meta--mobile .footer-bottom__socials {
    margin-bottom: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .footer .footer-bottom__socials {
    display: none;
  }

  /* ---- Mobile menu polish (audit) ---- */

  /* The logo paints above the fixed nav overlay (z-index:2); hide it while the
     menu is open so it no longer overlaps the menu items. */
  .header-wrap__logo {
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  body.menu-open .header-wrap__logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  .header-wrap__nav {
    padding: 88px 24px 40px;
    -webkit-overflow-scrolling: touch;
  }

  /* Top-level items: rhythm + thin dividers instead of cramped margins. */
  .header-wrap__nav--menu > ul > li {
    margin-bottom: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-wrap__nav--menu > ul > li:last-child {
    border-bottom: none;
  }

  .header-wrap__nav--menu ul li a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .header-wrap__nav--menu ul li > a:hover,
  .header-wrap__nav--menu ul li.current-menu-item > a,
  .header-wrap__nav--menu ul li.current-menu-ancestor > a {
    color: #FED060;
  }

  /* Parent rows: keep the link tappable and float the chevron toggle right. */
  .header-wrap__nav--menu > ul > li.menu-item-has-children {
    position: relative;
    padding-right: 52px;
  }

  .header-wrap__nav--menu .submenu-toggle {
    position: absolute;
    top: 9px;
    right: 0;
    width: 38px;
    height: 38px;
    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;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    cursor: pointer;
  }

  .header-wrap__nav--menu .submenu-toggle span {
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -3px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  .header-wrap__nav--menu > ul > li.open > .submenu-toggle {
    border-color: #FED060;
  }

  .header-wrap__nav--menu > ul > li.open > .submenu-toggle span {
    margin-top: 3px;
    border-color: #FED060;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  /* Submenu: indented, muted, with a guide line. */
  .header-wrap__nav--menu ul li .sub-menu {
    padding: 12px 0 2px 16px;
    margin: 12px 0 0;
    border-left: 2px solid rgba(255, 255, 255, 0.12);
  }

  .header-wrap__nav--menu ul li .sub-menu li {
    margin-bottom: 14px;
  }

  .header-wrap__nav--menu ul li .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .header-wrap__nav--menu ul li .sub-menu a {
    font-size: 17px;
    font-weight: 500;
    color: #B7BDC2;
  }

  .header-wrap__nav--menu ul li .sub-menu a:hover {
    color: #FED060;
  }

  /* Phone + socials block at the foot of the overlay. */
  .header-wrap__nav--meta-phone span {
    font-size: 20px;
    color: #fff;
  }
}

@media (max-width: 920px) {
  .modal-wrap {
    -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;
  }

  .modal-wrap__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 100%;
    height: 212px;
  }

  .modal-wrap__content {
    padding: 20px;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .price-wrap__list {
    gap: 20px;
  }

  .price-wrap__list .item {
    width: 100%;
  }

  .price-wrap__list .item-list .row {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .cta-wrap__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 26px;
  }
}

@media (max-width: 550px) {
  label {
    margin-bottom: 8px;
  }

  input,
  select,
  textarea {
    padding: 12px 20px;
  }

  .header-wrap {
    padding: 16px 0;
  }

  .header-wrap__logo {
    max-width: 77px;
    gap: 15px;
  }

  .hero-wrap__content--subtitle {
    max-width: 250px;
  }

  .hero-wrap__content--title {
    margin: 8px 0 10px;
  }

  .hero-wrap__content--title span {
    font-weight: 300;
  }

  .hero-wrap__content--title span:last-child {
    display: inline-block;
  }

  .hero-wrap__content--text span:first-child {
    display: none;
  }

  .hero-wrap__content--text sub {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .hero-wrap__content--text-price {
    padding: 6px 16px;
  }

  .hero-wrap__cta {
    padding: 20px;
  }

  .hero-wrap__cta--bg {
    right: -30px;
    bottom: -50px;
  }

  .advantages {
    margin: 60px 0;
  }

  .advantages-wrap__list {
    gap: 8px;
    margin-top: 20px;
  }

  .advantages-wrap__list .item {
    width: 100%;
    padding: 15px;
  }

  .advantages-wrap__list .item-title {
    margin-bottom: 5px;
  }

  .advantages-wrap__list .item-title::after {
    height: 40px;
    right: 10px;
  }

  .advantages-wrap__list .item-text {
    min-height: inherit;
    max-width: 85%;
  }

  .price-wrap {
    padding: 60px 0;
  }

  .price-wrap__list {
    margin-top: 20px;
  }

  .price-wrap__list .item-image {
    min-height: 160px;
  }

  .price-wrap__list .item-text {
    padding: 14px;
    min-height: inherit;
  }

  .portfolio {
    margin-top: 60px;
  }

  .portfolio-wrap__list {
    margin-top: 20px;
    margin-right: -15px;
  }

  .portfolio-wrap__list--nav {
    display: none;
  }

  .portfolio-wrap__list .wrapper {
    padding-right: 6px;
  }

  .portfolio-wrap__list .item-image {
    padding: 8px;
    min-height: 200px;
  }

  .portfolio-wrap__list .item-title {
    margin: 18px 0 6px;
  }

  .cta {
    margin-top: 80px;
  }

  .cta-second {
    margin-top: 60px;
  }

  .cta-wrap {
    padding: 30px 0;
  }

  .cta-wrap__subtitle,
  .cta-wrap__title {
    margin-bottom: 14px;
  }

  .cta-wrap__bottom--meta::before {
    height: 100%;
  }

  .about {
    padding: 60px 0;
  }

  .about-wrap .row-subtitle {
    margin-bottom: 14px;
  }

  .about-wrap .row-text {
    margin-bottom: 20px;
  }

  .about-wrap .row-list__item {
    padding-bottom: 21px;
    margin-bottom: 21px;
  }

  .about-wrap .row-list__item img {
    width: 26px;
  }

  .about-wrap .row-list__item span {
    max-width: calc(100% - 26px);
    padding-left: 14px;
  }

  .about-wrap .row-info {
    margin-bottom: 20px;
  }

  .about-wrap .row-link {
    margin-bottom: 20px;
  }

  .about-wrap .row-meta {
    padding: 24px 14px 40px;
  }

  .about-wrap .row-meta__title {
    margin-bottom: 4px;
  }

  .about-image {
    display: none;
  }

  .about-list {
    margin-top: 60px;
    gap: 8px;
  }

  .about-list .item {
    width: calc((100% - 8px) / 2);
    padding: 14px;
  }

  .about-list .item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }

  .about-list .item-top__counter {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
  }

  .about-list .item-text {
    display: none;
  }

  .reviews-wrap {
    margin-top: 60px;
  }

  .reviews-wrap__list {
    margin-top: 20px;
  }

  .reviews-wrap__list .wrapper .item {
    padding: 24px 14px;
  }

  .reviews-wrap__list .wrapper .item-top {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }

  .reviews-wrap__list .wrapper .item-title {
    margin-bottom: 6px;
  }

  .reviews-wrap__list .wrapper .item-text {
    margin-bottom: 18px;
  }

  .faq {
    margin-top: 60px;
  }

  .faq-wrap__list {
    margin-top: 20px;
    padding-top: 14px;
  }

  .faq-wrap__list .item {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .faq-wrap__list .item-text {
    padding-left: 0;
    margin-top: 14px;
  }

  .faq-wrap__list .item-top__icon svg {
    max-width: 24px;
    max-height: 24px;
  }

  .footer {
    margin-top: 60px;
    padding: 40px 0 20px;
  }

  .footer-wrap__meta--title {
    max-width: 341px;
  }

  .footer-wrap__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }

  .footer-wrap__nav .row {
    max-width: 100%;
    width: 100%;
  }

  .footer-wrap__nav .row-title {
    margin-bottom: 8px;
  }

  .footer-wrap__nav .row ul {
    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: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-wrap__nav .row ul li {
    margin: 0;
  }

  .footer-wrap__nav .row:last-child {
    background-color: rgba(255, 255, 255, 0.0392156863);
    border-radius: 10px;
    padding: 14px 20px;
  }

  .footer-wrap__nav .row-adress {
    margin-bottom: 14px;
  }

  .footer-bottom {
    margin-top: 32px;
  }

  .footer-bottom__nav {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-bottom__nav--copyright span {
    display: none;
  }

  .footer-bottom__nav--copyright span:nth-child(2) {
    display: block;
  }

  .modal-wrap__image img {
    display: none;
  }

  .modal-wrap__image img:nth-child(2) {
    display: block;
  }

  .modal-wrap__content--title {
    margin: 6px 0;
    font-weight: 600;
    line-height: 110%;
  }

  .modal-wrap__content--title strong {
    font-weight: 400;
  }

  .modal-wrap__content--text {
    margin-bottom: 14px;
  }

  .modal-wrap__content--form .row {
    gap: 14px;
  }

  .modal-wrap__content--form .row-item {
    width: 100%;
  }

  .modal-wrap__content--form .btn {
    margin-top: 14px;
  }
}

@media (max-width: 375px) {
  .footer-bottom__socials .item::after {
    margin: 0 20px;
  }
}