html,
body {
  min-width: 280px;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: normal;
}

.btn {
  padding: 16px 0;
  padding-left: clamp(32px, 3.2175032175vw, 50px);
  padding-right: clamp(32px, 3.2175032175vw, 50px);
  border-radius: 30px;
  background-color: #b5c9be;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(16px, 16px + (24px - 16px) * (100vw - 320px) / (1554px - 320px), 24px);
  color: #fff;
  line-height: 1.1666666667;
  cursor: pointer;
  outline: 4px solid rgba(217, 218, 220, 0.45);
  outline-offset: 0;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #bcd3c9;
}
.btn--red {
  background-color: #f10706;
}
.btn--red:hover {
  background-color: rgb(216.9, 6.3, 5.4);
}
.btn--mint-gray {
  background-color: #b5c9be;
  color: #0d131a;
  outline: none;
}
.btn--mint-gray:hover {
  background-color: rgb(147.8734375, 176.8265625, 160.90234375);
}

.link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 16px + (24px - 16px) * (100vw - 320px) / (1554px - 320px), 24px);
  color: #000;
  line-height: 1.1666666667;
  transition: color 0.3s ease;
}
.link:hover {
  color: rgb(63.75, 63.75, 63.75);
}
.link--green {
  color: #257d2a;
}
.link--green:hover {
  color: rgb(29.6, 100, 33.6);
}

.container {
  margin: 0 auto;
  width: 1434px;
}
@media (max-width: 1554px) {
  .container {
    width: 92.277992278vw;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  position: relative;
  width: 100%;
  height: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: fixed;
  top: 40px;
  left: 50%;
  height: 100px;
  border-radius: 60px;
  background-color: #b5c9be;
  z-index: 999;
  opacity: 98%;
  outline: 4px solid rgba(217, 218, 220, 0.45);
  outline-offset: 0;
  transform: translateX(-50%);
}
@media (max-width: 1554px) {
  .header__container {
    gap: clamp(20px, 1.9305019305vw, 30px);
    top: clamp(30px, 2.574002574vw, 40px);
    height: clamp(76px, 6.435006435vw, 100px);
  }
}
@media (max-width: 992px) {
  .header__container {
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
    top: 0;
    padding: 12px 30px;
    width: 100% !important;
    height: auto;
    max-height: 99vh;
    border-radius: 0;
    overflow-y: auto;
  }
}
@media (max-width: 576px) {
  .header__container {
    padding: 8px 30px;
  }
}
@media (max-width: 360px) {
  .header__container {
    padding: 8px 20px;
  }
}
.header__title {
  flex: 0 0 25.5%;
}
.header__nav {
  flex: 1 1 auto;
}
.header__contacts {
  flex: 0 0 25.5%;
}
.header__logo {
  display: none;
}
.header__menu-btn {
  display: none;
}
@media (max-width: 1200px) {
  .header__title {
    flex: 0 0 22.5%;
  }
  .header__contacts {
    flex: 0 0 22.5%;
  }
}
@media (max-width: 992px) {
  .header__title {
    order: 3;
    display: none;
  }
  .header__nav {
    order: 4;
    flex: 0 0 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, padding 0.8s ease;
  }
  .active .header__nav {
    padding: 30px 0;
    max-height: 1000px;
  }
  .header__contacts {
    order: 5;
    flex: 0 0 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease 0.2s, padding-bottom 0.3s ease 0.2s;
  }
  .active .header__contacts {
    padding-bottom: 30px;
    max-height: 1000px;
  }
  .header__logo {
    order: 1;
    flex: 0 0 100%;
    display: block;
    height: 108px;
    text-align: center;
  }
  .header__menu-btn {
    order: 2;
    display: flex;
  }
}
@media (max-width: 576px) {
  .header__logo {
    height: 60px;
  }
}

.site-title {
  padding-left: 60px;
}
@media (max-width: 1554px) {
  .site-title {
    padding-left: clamp(40px, 3.861003861vw, 60px);
  }
}
@media (max-width: 1200px) {
  .site-title {
    padding-left: clamp(30px, 3vw, 36px);
  }
}
.site-title__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
  font-family: "Odibee Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 54px;
}
.site-title__text span {
  margin: -6px 0 0 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 1554px) {
  .site-title__text {
    padding-top: clamp(8px, 0.7722007722vw, 12px);
    font-size: clamp(34px, 3.0888030888vw, 48px);
    line-height: 1.125;
  }
  .site-title__text span {
    font-size: clamp(11px, 0.9652509653vw, 15px);
    line-height: 1.2;
  }
}

.main-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1554px) {
  .main-menu__list {
    gap: clamp(20px, 1.9305019305vw, 30px);
  }
}
@media (max-width: 992px) {
  .main-menu__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(14px, 2.4193548387vw, 24px);
  }
}
.main-menu__item {
  position: relative;
}
.main-menu__item a {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  color: #0d131a;
  line-height: 30px;
  transition: color 0.3s ease;
}
.main-menu__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.main-menu__item a:hover {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5019607843);
}
.main-menu__item a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 1554px) {
  .main-menu__item a {
    font-size: clamp(16px, 1.287001287vw, 20px);
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .main-menu__item a {
    font-size: clamp(18px, 2.2177419355vw, 22px);
    line-height: 1.5;
  }
}

.main-contacts__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1554px) {
  .main-contacts__list {
    gap: clamp(8px, 0.7722007722vw, 12px);
  }
}
@media (max-width: 992px) {
  .main-contacts__list {
    justify-content: center;
    gap: clamp(12px, 1.814516129vw, 18px);
  }
}
.main-contacts__item {
  height: 52px;
}
.main-contacts__item a {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1554px) {
  .main-contacts__item {
    height: clamp(42px, 3.3462033462vw, 52px);
  }
  .main-contacts__item a {
    width: clamp(42px, 3.3462033462vw, 52px);
    height: clamp(42px, 3.3462033462vw, 52px);
  }
}
@media (max-width: 992px) {
  .main-contacts__item {
    height: clamp(48px, 5.8467741935vw, 58px);
  }
  .main-contacts__item a {
    width: clamp(48px, 5.8467741935vw, 58px);
    height: clamp(48px, 5.8467741935vw, 58px);
  }
}

.icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #b5c9be;
  background-color: #bcd3c9;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
a:hover .icon {
  border: 2px solid #bcd3c9;
  background-color: #b5c9be;
}

.mail-icon {
  background-image: url("../../img/mail-icon.svg");
}

.insta-icon {
  background-image: url("../../img/instagram-icon.svg");
}

.phone-icon {
  background-image: url("../../img/phone-icon.svg");
}

.logo {
  height: 100%;
}

.menu-btn {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -69px;
  width: 36px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .menu-btn {
    cursor: unset;
  }
}
.menu-btn span {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s ease;
  transform-origin: center;
}
.active .menu-btn__top {
  transform: translateY(12px) rotate(45deg);
}
.active .menu-btn__center {
  opacity: 0;
}
.active .menu-btn__bottom {
  transform: translateY(-12px) rotate(-45deg);
}
@media (max-width: 576px) {
  .menu-btn {
    margin-top: -40px;
    width: 24px;
    height: 20px;
  }
  .menu-btn span {
    height: 4px;
    border-radius: 2px;
  }
  .active .menu-btn__top {
    transform: translateY(8px) rotate(45deg);
  }
  .active .menu-btn__bottom {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.page-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(28px, 28px + (64px - 28px) * (100vw - 320px) / (1554px - 320px), 64px);
  color: #000;
  line-height: 1.09375;
  text-align: center;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: clamp(40px, 4.1666666667vw, 160px);
  padding-bottom: clamp(40px, 4.1666666667vw, 160px);
  min-height: 100vh;
  background-color: #d9dadc;
  overflow: hidden;
}
@media (max-aspect-ratio: 1600/1201) or (min-height: 1281px) {
  .hero {
    min-height: auto;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1024px) and (max-height: 960px) {
  .hero {
    padding-top: clamp(40px, 8.3333333333vh, 80px);
    padding-bottom: clamp(40px, 8.3333333333vh, 80px);
    min-height: 100vh;
  }
}
.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding-top: 146px;
}
@media (max-width: 640px) {
  .hero__container {
    gap: 0;
  }
}
@media (max-width: 576px) {
  .hero__container {
    padding-top: 98px;
  }
}
.hero__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1554px) {
  .hero__row {
    gap: clamp(20px, 3.2175032175vw, 50px);
  }
}
@media (max-width: 992px) {
  .hero__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.hero__title {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 36px + (58px - 36px) * (100vw - 320px) / (1554px - 320px), 58px);
  color: #311d03;
  line-height: 1.3103448276;
  z-index: 2;
}
.hero__title .br-mob {
  display: none;
}
.hero__title .br-pc {
  display: inline;
}
@media (max-width: 1279px) {
  .hero__title .br-pc {
    display: none;
  }
  .hero__title .br-mob {
    display: inline;
  }
}
@media (max-width: 992px) {
  .hero__title .br-mob {
    display: none;
  }
  .hero__title .br-pc {
    display: inline;
  }
}
@media (max-width: 640px) {
  .hero__title .br-pc {
    display: none;
  }
  .hero__title .br-mob {
    display: inline;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: clamp(24px, 6.9444444444vw, 40px);
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1024px) and (max-height: 960px) {
  .hero__title {
    font-size: clamp(46px, 6.0416666667vh, 58px);
  }
}
.hero__bg {
  flex: 1 1 610px;
  text-align: right;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero__bg {
    flex: 0 0 auto;
  }
}
@media (max-width: 640px) {
  .hero__bg {
    margin-top: clamp(-110px, -17.1875vw, -60px);
    margin-right: clamp(-190px, -29.6875vw, -110px);
  }
}
.hero__img {
  max-width: 100%;
  opacity: 90%;
}
@media (min-aspect-ratio: 641/1087) and (max-width: 992px) {
  .hero__img {
    max-height: clamp(360px, 39.8066783831vh, 453px);
  }
}
@media (max-width: 640px) {
  .hero__img {
    max-width: 80%;
  }
}
@media (min-aspect-ratio: 1/1) and (min-width: 1024px) and (max-height: 960px) {
  .hero__img {
    width: clamp(480px, 63.5416666667vh, 610px);
  }
}
.hero__action {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  z-index: 3;
}
@media (max-width: 992px) {
  .hero__action {
    justify-content: center;
    gap: clamp(12px, 2.4193548387vw, 24px);
  }
}
@media (max-width: 640px) {
  .hero__action {
    flex-direction: column;
    gap: 40px;
    margin-top: clamp(-60px, -9.375vw, -30px);
  }
}
.hero__separator {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: clamp(72px, 72px + (96px - 72px) * (100vw - 320px) / (1554px - 320px), 96px);
  color: #000;
  line-height: 1;
  opacity: 25%;
}
@media (max-width: 640px) {
  .hero__separator {
    display: none;
  }
}
.hero__tel {
  font-weight: 700;
}

.services {
  padding: 100px 0;
}
@media (max-width: 1554px) {
  .services {
    padding-top: clamp(50px, 6.435006435vw, 100px);
    padding-bottom: clamp(50px, 6.435006435vw, 100px);
  }
}
.services__text {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(16px, 16px + (24px - 16px) * (100vw - 320px) / (1554px - 320px), 24px);
  color: #000;
  line-height: 1.3333333333;
  text-align: center;
}
.services__text .br-mob {
  display: none;
}
@media (max-width: 576px) {
  .services__text .br-mob {
    display: inline;
  }
}
.services__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 1554px) {
  .services__list {
    margin-top: clamp(40px, 5.148005148vw, 80px);
  }
}
@media (max-width: 680px) {
  .services__list {
    justify-content: center;
  }
}
.services__item {
  flex: 0 1 calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: clamp(48px, 5.148005148vw, 80px);
  padding-bottom: clamp(20px, 2.1879021879vw, 34px);
  padding-left: clamp(30px, 3.0888030888vw, 48px);
  padding-right: clamp(30px, 3.0888030888vw, 48px);
  border-radius: clamp(32px, 3.861003861vw, 60px);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services__item {
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (max-width: 680px) {
  .services__item {
    flex: 0 1 100%;
    max-width: 458px;
  }
}
.services__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1;
}
.services__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.services__title {
  position: relative;
  min-height: 2.3076923077em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(21px, 21px + (26px - 21px) * (100vw - 320px) / (1554px - 320px), 26px);
  color: #fff;
  line-height: 1.1538461538;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.services__about {
  position: relative;
  margin-top: 12px;
  min-height: 7.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1554px - 320px), 16px);
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (max-width: 1554px) {
  .services__about br {
    display: none;
  }
}
.services__btn {
  padding: 12px 0;
  padding-left: clamp(24px, 2.574002574vw, 40px);
  padding-right: clamp(24px, 2.574002574vw, 40px);
  font-weight: 400;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1554px - 320px), 16px);
  line-height: 1.25;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (max-width: 1024px) {
  .services__btn {
    margin-bottom: clamp(10px, 1.953125vw, 20px);
  }
}

.portfolio {
  padding: 100px 0;
  background-color: #bcd3c9;
}
@media (max-width: 1554px) {
  .portfolio {
    padding-top: clamp(50px, 6.435006435vw, 100px);
    padding-bottom: clamp(50px, 6.435006435vw, 100px);
  }
}
.portfolio__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 640px) {
  .portfolio__container {
    padding: 0;
  }
}
.portfolio__page-title--before {
  color: #f10706;
}
.portfolio__page-title--separator {
  color: #fff;
}
.portfolio__page-title--after {
  color: #2daa56;
}
.portfolio__gallery {
  margin: 80px 0 60px 0;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1554px) {
  .portfolio__gallery {
    margin-top: clamp(40px, 5.148005148vw, 80px);
    margin-bottom: clamp(30px, 3.861003861vw, 60px);
  }
}
@media (max-width: 1024px) {
  .portfolio__gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 640px) {
  .portfolio__gallery {
    -moz-column-count: unset;
         column-count: unset;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 40px);
    gap: 30px;
    padding: 0 30px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 30px;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .portfolio__gallery {
    grid-auto-columns: calc(100% - 30px);
  }
}
@media (max-width: 360px) {
  .portfolio__gallery {
    grid-auto-columns: calc(100% - 20px);
    gap: 20px;
    padding: 0 20px;
    scroll-padding-left: 20px;
  }
}
.portfolio__gallery-item {
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  outline: 4px solid rgba(217, 218, 220, 0.45);
  outline-offset: 1px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .portfolio__gallery-item {
    margin-top: 8px;
    margin-bottom: 12px;
    aspect-ratio: 1/1;
    scroll-snap-align: start;
    overflow: hidden;
  }
}
.portfolio__gallery-img {
  display: block;
  width: 100%;
  transform: scale(1.1);
}
@media (max-width: 640px) {
  .portfolio__gallery-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portfolio__action {
  margin-top: -30px;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .portfolio__action {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .portfolio__action {
    padding: 0 20px;
  }
}
.portfolio__btn {
  outline: none;
}
.portfolio__btn br {
  display: none;
}
@media (max-width: 480px) {
  .portfolio__btn {
    text-align: center;
  }
  .portfolio__btn br {
    display: inline;
  }
}

.about-us {
  padding: 100px 0;
}
@media (max-width: 1554px) {
  .about-us {
    padding-top: clamp(50px, 6.435006435vw, 100px);
    padding-bottom: clamp(50px, 6.435006435vw, 100px);
  }
}
.about-us__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 1554px) {
  .about-us__content {
    margin-top: clamp(40px, 5.148005148vw, 80px);
  }
}
@media (max-width: 640px) {
  .about-us__content {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us__logo {
  flex: 0 0 50%;
  padding-right: 15px;
  text-align: right;
}
@media (max-width: 640px) {
  .about-us__logo {
    flex: 0 0 100%;
    padding-right: 0;
    text-align: center;
  }
}
.about-us__img {
  margin-right: 90px;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 640px) {
  .about-us__img {
    margin-right: 0;
  }
}
.about-us__text {
  flex: 0 0 50%;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .about-us__text {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.about-us__text p {
  width: 100%;
  max-width: 600px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(16px, 16px + (24px - 16px) * (100vw - 320px) / (1554px - 320px), 24px);
  color: #000;
  line-height: 1.5;
}

* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}