@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Bold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Regular.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PTSans/PTSans-Regular.eot");
  src: url("../fonts/PTSans/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans/PTSans-Regular.ttf") format("truetype"), url("../fonts/PTSans/PTSans-Regular.svg#PT Sans") format("svg");
}

@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PTSans/PTSans-Bold.eot");
  src: url("../fonts/PTSans/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans/PTSans-Bold.svg#PT Sans") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:root {
  --container-width: 1260px;
  --transition: 0.3s ease;
  --default-font-family: "PT Sans";
  --heading-font-family: "Gilroy";
  --sp: 60px;
  --accent: #FFD15D;
  --accent-2: #54A80D;
  --accent-3: #276408;
  --bg: #fff;
  --white: #fff;
  --text-color: #130E00;
  --black: #130E00;
  --gray: #F5F4EF;
  --fz-default: 16px;
  --lh-default: 150%;
  --h1: 60px;
  --h2: 40px;
  --h3: 25px;
  --h4: 20px;
  --l: 22px;
  --m: 20px;
  --s: 13px;
}

body {
  font: 400 var(--fz-default)/var(--lh-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--black);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fixed {
  position: fixed;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: var(--accent);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

.breadcrumbs {
  color: #B9B9B9;
  text-align: center;
  font-size: 13px;
  line-height: 150%;
  /* 19.5px */
}

.breadcrumbs a {
  text-decoration: none;
  color: #B9B9B9;
}

.swiper-button-prev,
.swiper-button-next {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  background: #C0C0C0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M14 20L22 28L22 12L14 20Z' fill='white'/%3E%3C/svg%3E") 50% no-repeat;
}

.swiper-button-prev:hover {
  background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M14 20L22 28L22 12L14 20Z' fill='white'/%3E%3C/svg%3E") 50% no-repeat;
}

.swiper-button-next {
  background: #C0C0C0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26 20L18 28L18 12L26 20Z' fill='white'/%3E%3C/svg%3E") 50% no-repeat;
}

.swiper-button-next:hover {
  background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26 20L18 28L18 12L26 20Z' fill='white'/%3E%3C/svg%3E") 50% no-repeat;
}

h1,
._h1 {
  font: 700 var(--h1)/110% var(--heading-font-family);
}

h2,
._h2 {
  font: 700 var(--h2)/110% var(--heading-font-family);
}

h3,
._h3 {
  font: 700 var(--h3)/var(--lh-default) var(--heading-font-family);
}

h4,
._h4 {
  font: 700 var(--h4)/110% var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._accent-2 {
  color: var(--accent-2);
}

._accent-3 {
  color: var(--accent-3);
}

._s {
  font-size: var(--s);
  line-height: var(--lh-default);
}

._m {
  font-size: var(--m);
  line-height: var(--lh-default);
}

._l {
  font-size: var(--l);
  line-height: var(--lh-default);
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.form {
  max-width: 400px;
  position: relative;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.form .input {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form .input__wrap {
  display: block;
  text-align: left;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  transform: translateY(0);
  transition: 0.3s ease;
}

.header__container {
  max-width: calc(100% - 80px);
  min-width: var(--container-width);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--black, #130E00);
}

.header__logo {
  display: block;
  width: 110.495px;
  flex-shrink: 0;
  background: url(../img/header__logo.svg) 50%/contain no-repeat;
  z-index: 110;
}

.header__logo:after {
  content: "";
  display: block;
  padding-bottom: 29.7872340426%;
}

.header__menu {
  font-size: 14px;
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: 50px;
}

.header__menu a {
  text-decoration: none;
}

.header .lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .lang-switcher select {
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
}

.header .lang-switcher a {
  text-decoration: none;
  text-transform: uppercase;
}

.header__burger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  display: none;
  z-index: 100;
  padding: 17px 14px;
  border-left: 1px solid #fff;
}

.header__burger span {
  height: 2px;
  background: #000;
  border-radius: 4px;
  transition: 0.3s ease;
}

.header--white {
  background: transparent;
  position: absolute;
}

.header--white a {
  color: #fff;
}

.header--white .header__logo {
  background: url(../img/footer__logo.svg) 50%/contain no-repeat;
}

.header--white .header__inner {
  border-bottom: 1px solid var(--white, #fff);
}

.header--white .header__lang select {
  color: #fff;
}

.header--white .header__lang option {
  color: #000;
}

.header--white .header__burger span {
  background: #fff;
}

.header.active {
  background: var(--accent);
}

.header.active .header__menu {
  transform: translateX(0);
}

.header.active .header__logo {
  background: url(../img/header__logo.svg) 50%/contain no-repeat;
}

.header.active .header__burger {
  position: relative;
  border: none;
}

.header.active .header__burger span {
  background: var(--black);
}

.header.active .header__burger span:nth-child(1) {
  transform: translate(1px, 6px) rotate(45deg);
  width: 20px;
}

.header.active .header__burger span:nth-child(2) {
  width: 20px;
  transform: translate(1px, -8px) rotate(-45deg);
}

.header.active .header__burger span:nth-child(3) {
  display: none;
}

.heading {
  padding: 120px 0 40px;
  text-align: center;
}

.hero {
  min-height: 56.25vw;
  position: relative;
  padding-top: 20vw;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hero__image.webp) 50%/cover no-repeat;
  z-index: -2;
}

.hero::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.18%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__container {
  max-width: calc(100% - 80px);
}

.hero__decor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='546' viewBox='0 0 1920 546' fill='none'%3E%3Cpath d='M1920 0C1732.88 176.509 547.409 418.914 0 253.388V546H1920V0Z' fill='%23F5F4EF'/%3E%3C/svg%3E") 50% 100%/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 101%;
  bottom: -7.8125vw;
}

.hero__decor:after {
  content: "";
  display: block;
  padding-bottom: 28.4375%;
}

.hero__video {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  height: auto;
  width: 100%;
  transform: translateX(-50%);
}

.hero__title {
  font-size: 10.9333333333vw;
  line-height: 100%;
  /* 246.415px */
}

.hero__subtitle {
  max-width: 500px;
}

.about {
  padding: 105px 0;
  background: var(--gray);
}

.about__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 105px;
}

.about__header {
  max-width: 560px;
}

.about__title {
  font-size: 70px;
  line-height: 110%;
  margin-top: 10px;
}

.about__text {
  margin-top: 64px;
  max-width: 560px;
}

.about__text strong {
  font-weight: 700;
}

.about__text ul {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.about .block {
  width: 100%;
  display: flex;
}

.about .block__items {
  border-radius: 20px;
  background: var(--accent, #FFD15D);
  padding: 45px 65px;
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-flow: column;
  gap: 45px;
  flex-shrink: 0;
}

.about .block__image {
  background: 50%/cover no-repeat;
  width: 100%;
  border-radius: 20px;
}

.about .block .item {
  width: 100%;
}

.about .block .item__title {
  letter-spacing: 0.4px;
  line-height: normal;
}

.about .block .item__text {
  max-width: 260px;
  margin-top: 50px;
}

.about .block ul {
  list-style: outside disc;
  max-width: 240px;
  margin: 50px 0 0 35px;
  font-size: 17px;
  line-height: 150%;
}
.about .block li + li {
  margin-top: 1rem;
}

.values {
  padding: 134px 0;
}

.values__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.values__image {
  width: 100%;
  max-width: 530px;
  background: 50%/contain no-repeat;
}

.values__image:after {
  content: "";
  display: block;
  padding-bottom: 68.3018867925%;
}

.values__content {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.values__items {
  margin-top: auto;
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.values .item {
  font: 400 30px/normal Gilroy;
  border-radius: 60px;
  border: 1px solid #CFCFCF;
  display: inline-flex;
  height: 65px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}

.values .item:nth-child(2),
.values .item:nth-child(3) {
  font-weight: 700;
  -webkit-text-stroke: 1px var(--black, #130E00);
  color: #fff;
  text-transform: uppercase;
}

.home-services {
  position: relative;
  background: var(--accent-3, #276408);
  color: #fff;
  padding: 60px 0;
  min-height: 720px;
}

.home-services__container {
  max-width: calc(100% - 120px);
  min-width: var(--container-width);
}

.home-services__content {
  width: 50%;
  padding-right: 6vw;
}

.home-services__items {
  margin-top: 50px;
}

.home-services .item {
  border-bottom: 1px solid #fff;
}

.home-services .item.active .item__header {
  opacity: 1;
}

.home-services .item.active .item__body {
  display: flex;
}

.home-services .item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  opacity: 0.45;
}

.home-services .item__body {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 55px 75px;
  display: none;
}

.home-services .item__image {
  background: 50%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-services .item__image:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.18%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-services .item__text {
  width: 100%;
  padding: 25px 40px;
  border-radius: 10px;
  background: #FFF;
  color: var(--black, #130E00);
  position: relative;
}

.home-services .item__text ul {
  list-style: disc;
  padding-left: 20px;
}

.home-services .item__text strong {
  font-weight: 700;
}

.purpose-partners {
  padding: 130px 0;
}

.purpose-partners__container {
  display: flex;
  gap: 30px;
}

.purpose-partners .purpose {
  width: 100%;
  max-width: 590px;
}

.purpose-partners .purpose__image {
  margin-top: 20px;
  padding: 25px;
  border-radius: 10px;
  background: 50%/cover no-repeat;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}

.purpose-partners .purpose__image:before {
  content: "";
  background: linear-gradient(180deg, rgba(230, 195, 153, 0) 0%, rgba(63, 41, 15, 0.54) 75.98%, rgba(45, 24, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.purpose-partners .purpose__text {
  font: 700 35px/120% Gilroy;
  color: #FFF;
  text-transform: lowercase;
  position: relative;
}

.purpose-partners .partners {
  width: 100%;
}

.purpose-partners .partners__items {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.purpose-partners .partners .item {
  width: calc(25% - 15px);
  border-radius: 10px;
  background: #EDEDED;
  height: 140px;
  padding: 10px;
}

.purpose-partners .partners .item--large {
  width: calc(50% - 13.3333333333px);
}

.purpose-partners .partners .item__logo {
  width: 100%;
  height: 100%;
  background: 50%/contain no-repeat;
}

.media {
  background: var(--gray);
  text-align: center;
  padding: 70px 0 100px;
}

.media__items {
  margin-top: 40px;
  padding-bottom: 60px;
}

.media .item {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  overflow: hidden;
}

.media .item__image {
  background: 50%/cover no-repeat;
}

.media .item__image:after {
  content: "";
  display: block;
  padding-bottom: 103.0405405405%;
}

.media .item__logo {
  padding: 20px 0;
  border-top: 1px solid #E1E1E1;
}

.media .item__logo .logo {
  background: 50%/contain no-repeat;
  height: 64px;
}

.media .prev {
  left: calc(50% - 60px);
  bottom: 0;
  top: auto;
  transform: none;
  margin: 0;
}

.media .next {
  right: calc(50% - 60px);
  bottom: 0;
  top: auto;
  transform: none;
  margin: 0;
}

.team {
  padding: 100px 0 130px;
  background: var(--gray);
}

.team__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.team__image {
  width: 100%;
  max-width: 505px;
  flex-shrink: 0;
  background: 50%/cover no-repeat;
  border-radius: 10px;
}

.team__image:after {
  content: "";
  display: block;
  padding-bottom: 96.0396039604%;
}

.team__content {
  width: 100%;
  max-width: 715px;
}

.team__items {
  padding-top: 80px;
  margin-top: -40px;
}

.team .item__image {
  background: 50%/cover no-repeat;
  border-radius: 10px;
}

.team .item__image:after {
  content: "";
  display: block;
  padding-bottom: 177.7777777778%;
}

.team .item__name {
  margin-top: 20px;
}

.team .item__position {
  margin-top: 10px;
  line-height: 110%;
  font-family: Gilroy;
}

.team .next {
  top: 0;
  right: 0;
  transform: none;
  margin: 0;
}

.team .prev {
  left: auto;
  top: 0;
  right: 66px;
  transform: none;
  margin: 0;
}

.location {
  background: var(--accent);
  padding-top: 150px;
  position: relative;
  overflow: hidden;
  height: 800px;
}

.location__content {
  max-width: 430px;
}

.location__subtitle {
  margin-top: 10px;
}

.location__image {
  margin-top: 54px;
  position: relative;
}

.location__image .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 657px;
  background: url(../img/location.svg) 50%/contain no-repeat;
}

.location__image .image:after {
  content: "";
  display: block;
  padding-bottom: 90.2587519026%;
}

.location__map {
  position: absolute;
  top: 144px;
  left: calc(50% - 100px);
  width: calc(50% + 100px);
  height: calc(100% - 144px);
}

.location__map iframe {
  border-radius: 20px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services {
  padding-bottom: 130px;
}

.services__items {
  margin-top: 50px;
  display: flex;
  gap: 70px 20px;
  flex-wrap: wrap;
}

.services .item {
  width: 100%;
  max-width: 400px;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 35px;
}

.services .item:nth-child(1),
.services .item:nth-child(5),
.services .item:nth-child(9),
.services .item:nth-child(13) {
  max-width: 100%;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.services .item:nth-child(1) .item__content,
.services .item:nth-child(5) .item__content,
.services .item:nth-child(9) .item__content,
.services .item:nth-child(13) .item__content {
  width: 100%;
  max-width: 400px;
  padding-top: 25px;
  border-top: 1px solid #130E00;
}

.services .item:nth-child(1) .item__image,
.services .item:nth-child(5) .item__image,
.services .item:nth-child(9) .item__image,
.services .item:nth-child(13) .item__image {
  display: flex;
  width: 100%;
}

.services .item:nth-child(1) .item__image:after,
.services .item:nth-child(5) .item__image:after,
.services .item:nth-child(9) .item__image:after,
.services .item:nth-child(13) .item__image:after {
  content: "";
  border-radius: 10px;
  background: var(--accent, #FFD15D) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='113' viewBox='0 0 46 113' fill='none'%3E%3Cpath d='M1 0V89.1364M1 89.1364L23 111M1 89.1364L16.2308 104.273M1 89.1364V74M45 0V89.1364M45 89.1364L23 111M45 89.1364V75.6818M23.9037 34.42L1 13.4545M23.9037 34.42L23 33.5928M23.9037 34.42L45 13.4545M1 13.4545V28.5909M1 13.4545L23 33.5928M45 13.4545L15.3756 42.8774M45 13.4545V28.5909M1 28.5909L31.4615 58.8636M1 28.5909V43.7273M1 28.5909L23 50.4545M31.4615 58.8636L23 50.4545M31.4615 58.8636L16.2308 74M31.4615 58.8636L45 45.4091M45 28.5909L23 50.4545M45 28.5909V45.4091M1 43.7273L23.8531 66.4249M1 43.7273V58.8636M45 45.4091L16.2308 74M45 45.4091V58.8636M16.2308 74L1 58.8636M16.2308 74L23 80.7273L45 58.8636M1 58.8636L31.4615 89.1364M1 58.8636V74M31.4615 89.1364L45 75.6818M31.4615 89.1364L16.2308 104.273M45 58.8636V75.6818M1 74L23.8531 96.6977M45 75.6818L16.2308 104.273M16.2308 104.273L23 111M23 33.5928V0' stroke='white' stroke-width='2'/%3E%3C/svg%3E") 50% no-repeat;
  width: 200px;
  flex-shrink: 0;
}

.services .item:nth-child(5) .item__image:after,
.services .item:nth-child(13) .item__image:after {
  order: -1;
}

.services .item__image .image {
  width: 100%;
  background: 50%/cover no-repeat;
  border-radius: 10px;
  height: 400px;
}

.services .item__text {
  margin-top: 15px;
}

.services .item__text strong {
  font-weight: 700;
}

.services .item__text ul {
  list-style: disc;
  padding-left: 20px;
}

.contact-us {
  padding: 95px 0;
  background: var(--accent);
}

.contact-us__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-us__content {
  max-width: 600px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.contact-us__links {
  margin-top: auto;
}

.contact-us__image {
  background: 50%/cover no-repeat;
  border-radius: 10px;
  width: 100%;
  max-width: 514px;
}

.contact-us__image:after {
  content: "";
  display: block;
  padding-bottom: 75.0972762646%;
}

.contact-us__phone {
  font: normal 700 50px/110% Gilroy;
  color: var(--black, #130E00);
  text-align: center;
  /* 55px */
  text-decoration: none;
}

.contact-us__email {
  font: normal 700 60px/110% Gilroy;
  margin-top: 20px;
  display: inline-block;
  color: var(--black, #130E00);
  text-align: center;
  /* 66px */
  text-decoration: none;
}

.products-hero {
  padding-bottom: 90px;
}

.products-hero__inner {
  padding: 35px;
  border-radius: 10px;
  background: var(--accent-3, #276408);
  color: #fff;
  position: relative;
  margin-right: 100px;
  display: flex;
  gap: 35px;
}

.products-hero__video {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  flex-shrink: 0;
  position: relative;
}

.products-hero__video:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.products-hero__decor {
  background: url(../img/products-hero__decor.webp) 50%/contain no-repeat;
  position: absolute;
  top: -50px;
  right: 0;
  transform: translateX(50%);
  width: 720px;
}

.products-hero__decor:after {
  content: "";
  display: block;
  padding-bottom: 106.6759388039%;
}

.products-hero__content {
  max-width: 440px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.products-hero__list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.products-hero__list .text {
  display: inline-flex;
  padding: 12px 20px 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: lowercase;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.products-hero__text {
  margin-top: auto;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.products-hero__text strong {
  font-weight: 700;
}

.products {
  padding-bottom: 130px;
}

.products__text {
  font-size: 14px;
  color: #BEBEBE;
}

.products__items {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
  gap: 90px 30px;
}

.products .item {
  width: 230px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.products .item:nth-child(3n) {
  width: 460px;
}

.products .item__image {
  height: 434px;
  position: relative;
  background: 50%/cover no-repeat;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}

.products .item__image:hover:before,
.products .item__image:active:before {
  opacity: 1;
}

.products .item__image:hover .item__pdf,
.products .item__image:active .item__pdf {
  opacity: 1;
}

.products .item__image:before {
  content: "";
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(230, 195, 153, 0) 0%, rgba(63, 41, 15, 0.54) 75.98%, rgba(45, 24, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease;
}

.products .item__pdf {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 0;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  justify-content: center;
  transition: 0.3s ease;
  opacity: 0;
}

.products .item__pdf svg {
  display: block;
}

.products .item__pdf span {
  text-decoration: none;
}

.products .item__price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.products .item__price_value {
  font: normal 700 35px/100% Gilroy;
  color: var(--1, #130E00);
  /* 52.5px */
}

.products .item__price_unit {
  font-size: 14px;
  color: #BEBEBE;
  line-height: 150%;
}

.quote__inner {
  border-radius: 10px;
  background: var(--accent, #FFD15D);
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px;
}

.quote__image {
  border-radius: 5px;
  background: 50%/cover no-repeat;
  width: 100%;
  max-width: 615px;
}

.quote__image:after {
  content: "";
  display: block;
  padding-bottom: 78.0487804878%;
}

.quote__content {
  max-width: 505px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.quote__text {
  font: 30px/150% Gilroy;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' viewBox='0 0 26 20' fill='none'%3E%3Cpath d='M0.939941 20L6.07693 0H13.2687L10.529 20H0.939941ZM13.6112 20L18.7482 0H25.9399L23.2002 20H13.6112Z' fill='black'/%3E%3C/svg%3E") 0 0 no-repeat;
  margin-top: 65px;
  padding-top: 50px;
  position: relative;
  padding-top: 40px;
}

.quote__author {
  font-family: Gilroy;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.quote__author_photo {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: 50%/cover no-repeat;
}

.quote__author_position {
  font-size: 13px;
  line-height: 110%;
  opacity: 0.3;
}

.hub {
  padding: 80px 0;
  background: var(--gray);
  position: relative;
  overflow: hidden;
}

.hub__container {
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.hub__image {
  border-radius: 10px;
  background: 50%/cover no-repeat;
  width: 100%;
  max-width: 582px;
}

.hub__image:after {
  content: "";
  display: block;
  padding-bottom: 88.6597938144%;
}

.hub__content {
  width: 100%;
  max-width: 551px;
}

.hub__decor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='546' viewBox='0 0 1920 546' fill='none'%3E%3Cpath d='M1920 0C1732.88 176.509 547.409 418.914 0 253.388V546H1920V0Z' fill='white'/%3E%3C/svg%3E") 50%/contain no-repeat;
  position: absolute;
  bottom: -66px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
}

.hub__decor:after {
  content: "";
  display: block;
  padding-bottom: 28.4375%;
}

.hub__text {
  margin-top: 40px;
  font-size: 30px;
  line-height: 150%;
}

.hub__text strong {
  font-weight: 700;
}

.construction {
  padding: 80px 0;
}

.construction__container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 70px;
}

.construction__title {
  max-width: 530px;
}

.construction__text {
  max-width: 360px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.construction__image {
  width: 100%;
  background: 50%/cover no-repeat;
  border-radius: 20px;
  position: relative;
}

.construction__image:after {
  content: "";
  display: block;
  padding-bottom: 29.4699646643%;
}

.construction__gallery {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  width: 100%;
}

.construction .image {
  height: 290px;
  width: 295px;
  background: 50%/cover no-repeat;
  position: relative;
}

.construction .image__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.construction .image:nth-child(5),
.construction .image:nth-child(11) {
  width: 610px;
}

.construction .image:nth-child(8),
.construction .image:nth-child(9),
.construction .image:nth-child(10) {
  width: 190px;
}

.opening {
  padding: 70px 0 150px;
}

.opening__title {
  max-width: 530px;
}

.opening__tags {
  width: 395px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
  order: 1;
}

.opening .tag {
  font: normal 400 20px/normal Gilroy;
  color: var(--1, #130E00);
  letter-spacing: 1px;
  text-transform: lowercase;
  display: inline-flex;
  padding: 0 20px;
  height: 43px;
  justify-content: center;
  align-items: center;
  border-radius: 43.796px;
  border: 1px solid #CFCFCF;
}

.opening__gallery {
  margin-top: 66px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 66px 20px;
}

.opening .image {
  width: 295px;
  height: 295px;
  background: 50%/cover no-repeat;
  order: 2;
  position: relative;
}

.opening .image__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.opening .image:nth-child(2) {
  order: -1;
}

.opening .image:nth-child(2),
.opening .image:nth-child(3) {
  width: 400px;
  height: 400px;
}

.contacts {
  padding: 75px 0;
}

.contacts__container {
  display: flex;
  gap: 20px;
}

.contacts__items {
  display: flex;
  flex-flow: column;
  gap: 110px;
  width: 100%;
  max-width: 340px;
}

.contacts .item__text {
  margin-top: 10px;
  font-size: 25px;
  line-height: 150%;
}

.contacts__phones {
  width: 100%;
  max-width: 820px;
  flex-shrink: 0;
  display: flex;
  gap: 20px;
}

.contacts .phone {
  width: 100%;
}

.contacts .phone__video,
.contacts .phone__image {
  border-radius: 10px;
  width: 100%;
  background: 50%/cover no-repeat;
}

.contacts .phone__video:after,
.contacts .phone__image:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}

.contacts .phone__label {
  margin-top: 70px;
}

.contacts .phone__link {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.map {
  height: 650px;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  background: var(--black, #130E00);
  color: var(--white, #FFF);
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.footer__logo {
  display: block;
  width: 141.495px;
  flex-shrink: 0;
  background: url(../img/footer__logo.svg) 50%/contain no-repeat;
}

.footer__logo:after {
  content: "";
  display: block;
  padding-bottom: 29.7872340426%;
}

.footer__menu {
  display: flex;
  gap: 50px;
}

.footer__menu a {
  color: #fff;
  text-decoration: none;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-top: 50px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 40px;
  font-size: 18px;
  line-height: normal;
}

.footer__copy {
  opacity: 0.3;
}

.footer__developed {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__developed_icon svg {
  display: block;
}

.footer__developed_text {
  opacity: 0.3;
  color: #fff;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --h1: 40px;
    --h2: 30px;
    --h3: 20px;
    --h4: 18px;
    --l: 20px;
    --m: 18px;
  }

  .header__container {
    min-width: auto;
    max-width: 100%;
  }

  .header__menu {
    gap: 20px;
  }

  .hero__container {
    max-width: 100%;
  }

  .hero__decor {
    bottom: -11vw;
  }

  .about {
    padding: 50px 0;
  }

  .about__container {
    gap: 20px;
  }

  .about__header {
    max-width: 300px;
  }

  .about__title {
    font-size: 50px;
  }

  .about__text {
    max-width: 420px;
    margin: 0;
  }

  .about .block {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about .block__items {
    max-width: 100%;
    padding: 20px;
    gap: 20px;
    flex-direction: row;
  }

  .about .block__image:after {
    content: "";
    display: block;
    padding-bottom: 60.3797468354%;
  }

  .values {
    padding: 50px 0;
  }

  .values__items {
    gap: 10px;
  }

  .values .item {
    font-size: 18px;
    height: 40px;
    padding: 0 15px;
  }

  .home-services__container {
    min-width: 100%;
    max-width: 100%;
  }

  .home-services__content {
    padding-right: 10px;
  }

  .home-services .item__body {
    padding: 20px;
  }

  .home-services .item__text {
    padding: 20px;
  }

  .purpose-partners {
    padding: 50px 0;
  }

  .purpose-partners__container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .purpose-partners .purpose {
    max-width: 100%;
  }

  .media {
    padding: 50px 0;
  }

  .media__items {
    margin-top: 20px;
  }

  .team {
    padding: 50px 0;
  }

  .team__image {
    max-width: 360px;
  }

  .team__content {
    max-width: 360px;
  }

  .team__items {
    padding-top: 60px;
  }

  .location {
    padding-top: 100px;
  }

  .location__content {
    max-width: 360px;
  }

  .location__map {
    width: calc(50% + 10px);
    top: 100px;
    height: calc(100% - 100px);
    left: calc(50% + 10px);
  }

  .services {
    padding-bottom: 100px;
  }

  .services__items {
    gap: 40px 20px;
  }

  .services .item {
    max-width: 360px;
    flex-direction: column;
    gap: 20px;
  }

  .services .item:nth-child(1),
  .services .item:nth-child(5),
  .services .item:nth-child(9),
  .services .item:nth-child(13) {
    flex-direction: column;
    max-width: 360px;
    gap: 20px;
  }

  .services .item:nth-child(1) .item__content,
  .services .item:nth-child(5) .item__content,
  .services .item:nth-child(9) .item__content,
  .services .item:nth-child(13) .item__content {
    padding: 0;
    border: none;
  }

  .services .item:nth-child(1) .item__image:after,
  .services .item:nth-child(5) .item__image:after,
  .services .item:nth-child(9) .item__image:after,
  .services .item:nth-child(13) .item__image:after {
    display: none;
  }

  .services .item__image .image {
    height: 360px;
  }

  .contact-us {
    padding: 50px 0;
  }

  .contact-us__content {
    max-width: 360px;
  }

  .contact-us__image {
    max-width: 360px;
  }

  .contact-us__phone {
    font-size: 30px;
  }

  .contact-us__email {
    font-size: 30px;
  }

  .products-hero__inner {
    gap: 20px;
    padding: 20px;
    margin: 0;
    align-items: flex-start;
  }

  .products-hero__video {
    max-width: 320px;
  }

  .products-hero__decor {
    display: none;
  }

  .products-hero__content {
    max-width: 100%;
  }

  .products-hero__list .text {
    padding: 10px 15px;
  }

  .products-hero__text {
    font-size: 16px;
  }

  .products {
    padding-bottom: 100px;
  }

  .products__items {
    gap: 50px 25px;
  }

  .products .item {
    gap: 10px;
  }

  .products .item:nth-child(3n) {
    width: 230px;
  }

  .quote__inner {
    padding: 20px;
  }

  .quote__image {
    max-width: 340px;
  }

  .quote__content {
    max-width: 340px;
  }

  .quote__text {
    font-size: 20px;
    margin: 0;
  }

  .hub__container {
    gap: 20px;
  }

  .hub__decor {
    min-width: 1260px;
    bottom: -40px;
  }

  .hub__text {
    font-size: 20px;
    margin-top: 20px;
  }

  .construction {
    padding: 50px 0;
  }

  .construction__container {
    gap: 20px;
  }

  .construction__title {
    max-width: 360px;
  }

  .construction__gallery {
    gap: 10px;
  }

  .construction .image {
    width: calc(50% - 5px);
    height: 360px;
  }

  .construction .image:nth-child(5),
  .construction .image:nth-child(11) {
    width: 100%;
  }

  .construction .image:nth-child(8),
  .construction .image:nth-child(9),
  .construction .image:nth-child(10) {
    width: calc(33.3333333333% - 6.6666666667px);
  }

  .opening {
    padding: 50px 0;
  }

  .opening__tags {
    width: 100%;
    justify-content: flex-start;
  }

  .opening__gallery {
    gap: 20px;
    margin-top: 40px;
  }

  .opening .image {
    width: calc(50% - 10px);
    height: 360px;
  }

  .opening .image:nth-child(2) {
    order: 2;
  }

  .opening .image:nth-child(2),
  .opening .image:nth-child(3) {
    width: calc(50% - 10px);
    height: 360px;
  }

  .contacts {
    padding: 50px 0;
  }

  .contacts__container {
    flex-wrap: wrap;
  }

  .contacts__items {
    gap: 20px;
    max-width: 100%;
    flex-direction: row;
  }

  .contacts .item {
    width: 100%;
  }

  .contacts .item__text {
    font-size: 20px;
  }

  .contacts .phone__label {
    margin-top: 20px;
  }

  .footer__menu {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
  }

  .header__inner {
    padding: 5px 0;
  }

  .header__logo {
    width: 100px;
  }

  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: var(--accent);
    height: 100%;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 40px;
    transform: translateX(100%);
    min-height: 100vh;
  }

  .header__menu li {
    width: 100%;
  }

  .header__menu a {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
  }

  .header__lang {
    margin-left: auto;
    margin-right: 10px;
  }

  .header__burger {
    display: flex;
  }

  .hero {
    text-align: center;
    padding-bottom: 50px;
  }

  .hero__container {
    max-width: var(--container-width);
  }

  .hero__video {
    height: 100%;
    width: auto;
  }

  .hero__title {
    font-size: 50px;
  }

  .hero__subtitle {
    margin-top: 20px;
    line-height: 120%;
  }

  .about .block__items {
    flex-wrap: wrap;
  }
  
  .about .block ul {
    margin-top: 20px;
  }

  .about .block .item__text {
    max-width: 100%;
  }

  .values__container {
    flex-wrap: wrap;
  }

  .values__content {
    text-align: center;
  }

  .values__items {
    justify-content: center;
  }

  .home-services__content {
    width: 100%;
    padding: 0;
  }

  .home-services .item.active .item__body {
    max-height: 10000px;
  }

  .home-services .item__body {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    display: block !important;
    max-height: 0;
    overflow: auto;
    transition: 0.3s ease;
  }

  .home-services .item__image {
    position: relative;
    left: auto;
    top: auto;
  }

  .home-services .item__image:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }

  .home-services .item__text {
    border-radius: 0;
  }

  .purpose-partners .purpose__image {
    padding: 20px;
    min-height: 200px;
  }

  .purpose-partners .purpose__text {
    font-size: 25px;
  }

  .purpose-partners .partners .item {
    width: calc(50% - 10px);
  }

  .purpose-partners .partners .item--large {
    width: 100%;
  }

  .team__container {
    flex-wrap: wrap;
  }

  .team__image {
    order: 2;
  }

  .location {
    padding-top: 50px;
    height: 1000px;
  }

  .location__image {
    margin-top: 20px;
  }

  .location__image .image {
    width: 100%;
  }

  .location__map {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
  }

  .services__items {
    gap: 40px;
  }

  .services .item__image .image {
    height: 340px;
  }

  .services .item__text {
    margin-top: 10px;
  }

  .contact-us__container {
    flex-wrap: wrap;
  }

  .contact-us__image {
    order: -1;
  }

  .products-hero__inner {
    flex-wrap: wrap;
  }

  .products__container {
    max-width: 100%;
  }

  .products__items {
    gap: 40px 10px;
  }

  .products .item {
    width: calc(50% - 5px);
    text-align: center;
  }

  .products .item:nth-child(3n) {
    width: calc(50% - 5px);
  }

  .products .item__image {
    padding: 10px;
    height: 300px;
  }

  .products .item__pdf {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }

  .products .item__pdf span {
    width: 100%;
  }

  .products .item__price {
    flex-wrap: wrap;
    justify-content: center;
  }

  .products .item__price_value {
    font-size: 30px;
  }

  .hub {
    padding: 50px 0 120px;
  }

  .hub__container {
    flex-wrap: wrap;
  }

  .hub__decor {
    min-width: 760px;
  }

  .construction .image {
    height: 160px;
  }

  .opening__tags {
    gap: 10px;
    margin-bottom: 10px;
  }

  .opening .tag {
    font-size: 16px;
    height: 35px;
  }

  .opening__gallery {
    margin-top: 20px;
    gap: 10px;
  }

  .opening .image {
    width: calc(50% - 5px);
    height: 165px;
  }

  .opening .image:nth-child(2),
  .opening .image:nth-child(3) {
    width: calc(50% - 5px);
    height: 340px;
    height: 165px;
  }

  .contacts__items {
    flex-wrap: wrap;
  }

  .contacts__phones {
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 40px;
    text-align: center;
  }

  .footer__container {
    justify-content: center;
    gap: 40px;
  }

  .footer__menu {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .footer__bottom {
    padding: 40px 0;
    margin: 0;
    justify-content: center;
  }
}