@import url(https://fonts.googleapis.com/css?family=Inter:regular,600,700,800,900&display=swap);

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #081f10;
  line-height: 1;
  font-family: "Inter";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.loaded body {
  opacity: 1;
}

.wrapper {
  min-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;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.form {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.3333333333%;
          flex: 0 0 53.3333333333%;
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.1);
  padding-top: 4rem;
  padding-bottom: 2.6875rem;
  font-size: 1rem;
}

.form._sending::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 31, 16, 0.5);
  cursor: wait;
}

.form .button {
  max-width: 20.5rem;
  width: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 3.75rem;
}

.form__label {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: block;
}

.form__line {
  position: relative;
}

.form__line:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form__line--phone .input {
  padding-left: 1.5rem;
}

.form__line--phone::before {
  content: "+1";
  position: absolute;
  font-weight: 700;
  left: 0;
  bottom: 0.75rem;
}

.form__error {
  position: absolute;
  font-size: 0.75rem;
  color: red;
  bottom: -1.125rem;
  left: 0;
}

.form .file-loader__message {
  display: none;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: red;
}

.form .file-loader__input-wrapper {
  position: relative;
  border: 0.0625rem dashed #3aaa60;
  background: rgba(58, 170, 96, 0.05);
  padding: 2rem;
  cursor: pointer;
}

.form .file-loader__label {
  display: block;
  font-size: 1rem;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}

.form .file-loader__input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}

.form .file-loader__files {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form .file-loader-file {
  min-width: 7.8125rem;
  border-radius: 0.5rem;
  background-color: #1f5d34;
  padding: 0.375rem 0.5rem;
  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: 0.3125rem;
}

.form .file-loader-file__name {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.form .file-loader-file__delete {
  cursor: pointer;
  -webkit-transform: translateY(0.0625rem);
      -ms-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  font-weight: 700;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid rgba(8, 31, 16, 0.5);
  outline: none;
}

.input--small {
  max-width: 10rem;
}

.input:not(:last-child) {
  margin-bottom: 1rem;
}

.input::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 0.5;
}

.input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.5;
}

.input:-ms-input-placeholder {
  font-weight: 400;
  opacity: 0.5;
}

.input::-ms-input-placeholder {
  font-weight: 400;
  opacity: 0.5;
}

.input::placeholder {
  font-weight: 400;
  opacity: 0.5;
}

.input._form-focus {
  border-bottom: 0.125rem solid #081f10;
}

.input._form-error {
  border-bottom: 0.125rem solid red;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  line-height: 1.5;
}

.checkbox {
  position: relative;
}

.checkbox a {
  text-decoration: underline;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible + .checkbox__label:before {
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.checkbox__input:checked + .checkbox__label:before {
  background: url("../img/icons/checkbox-fill.svg") -3px -3px no-repeat;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #081f10;
  border-radius: 0.3125rem;
}

._form-error .checkbox__label:before {
  border-color: red;
}

.checkbox__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.select {
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  line-height: 1.2;
  cursor: pointer;
  width: 100%;
  border-bottom: 0.125rem solid rgba(8, 31, 16, 0.5);
}

.select__title span {
  opacity: 0.5;
}

._form-error .select__title {
  border-color: red;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding-bottom: 0.5rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
  background: url("../img/icons/arrow-down.svg") 0 0 no-repeat;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  position: absolute;
  top: calc(100% - 0.0625rem);
  border-radius: 0.3125rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0px 5px 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0px 10px 0px;
}

.select._select-active .select__title {
  font-weight: 700;
}

.select._select-active .select__title span {
  opacity: 1;
}

._select-tag {
  cursor: pointer;
}

.menu-open .menu::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(8, 31, 16, 0.5);
  z-index: 2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.icon-menu {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(8, 31, 16, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 4.5rem 0.9375rem;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fafffb;
  max-width: 75rem;
  width: 100%;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  z-index: 1;
  top: 1.5625rem;
  right: 1.5625rem;
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }

  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  90% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes appear {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }

  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  90% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes disappear {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes disappear {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ibg--top {
  -o-object-position: top;
     object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
     object-position: left;
}

.ibg--right {
  -o-object-position: right;
     object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

textarea.input::-webkit-scrollbar {
  display: none;
}

.button {
  padding: 0.9375rem;
  background-color: #1f5d34;
  color: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button--small {
  padding: 0.6875rem;
}

.button--transparent {
  background-color: transparent;
  color: #081f10;
  border: 0.125rem solid #081f10;
}

.text {
  line-height: 1.3333333333;
}

.text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.title {
  font-weight: 900;
  text-transform: uppercase;
}

.page-title {
  font-weight: 900;
  text-transform: uppercase;
  max-width: 43.75rem;
}

.banner {
  height: 30rem;
}

.bottom {
  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: 1.875rem;
}

.bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.bottom__social a {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.list-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.1875rem, 1fr));
  row-gap: 5rem;
}

.list-items__icon {
  width: 7.5rem;
  height: 7.5rem;
  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: rgba(58, 170, 96, 0.05);
  margin-bottom: 2.5rem;
}

.list-items__icon img{
    width: 4.5rem;
    height: 4.5rem;
}


.list-items__title {
    font-size: 1.5rem;
    line-height: 1.0833333333;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.list-items__text a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.project__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.6666666667%;
          flex: 0 0 59.6666666667%;
}

.project__slide .ibg {
  aspect-ratio: 716/480;
}

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

.project__pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #1f5d34;
  cursor: pointer;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.project__pagination .swiper-pagination-bullet-active {
  background-color: #1f5d34;
}

.project__title {
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.project__text {
  margin-bottom: 2.5rem;
}

.project__button {
  width: 100%;
}

.appearance {
  -webkit-transform: translate(0, 3.125rem);
      -ms-transform: translate(0, 3.125rem);
          transform: translate(0, 3.125rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

.appearance._watcher-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.header {
  background-color: #fafffb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__container {
  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;
  min-height: 5rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__logo img {
  width: 100%;
}

.header__button {
  min-width: 10rem;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__logo {
  max-width: 10.0625rem;
  margin-bottom: 5.625rem;
}

.menu__logo img {
  width: 100%;
}

.menu__link {
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6875rem;
  width: 0%;
  height: 0.25rem;
  background-color: #1f5d34;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu__link--active {
  font-weight: 700;
}

.menu__link--active::after {
  width: 100%;
}

.footer {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px -8px 10px 0px rgba(185, 142, 141, 0.15), 0px -20px 30px 0px rgba(185, 142, 141, 0.1);
          box-shadow: 0px -8px 10px 0px rgba(185, 142, 141, 0.15), 0px -20px 30px 0px rgba(185, 142, 141, 0.1);
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  margin-bottom: 2.625rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 1rem;
}

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

.footer__operate {
  text-align: center;
  padding-top: 2.5rem;
}

.page--work {
  background-color: #fafffb;
}

.page--worksample {
    background-color: #fafffb;
}

.page--info {
  background-color: #fafffb;
}

.page--about {
  background-color: #fafffb;
}

.page--about .services {
  -webkit-box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.15), 0px 20px 30px 0px rgba(185, 142, 141, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.15), 0px 20px 30px 0px rgba(185, 142, 141, 0.1);
}

.page--about .services__title {
  text-align: center;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.page--about .services__item .item-services__title:hover {
  color: unset;
}

.page--about .services__item .item-services__image:hover .ibg {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.page--contact {
  padding-bottom: 5rem;
  background: url("../img/contact/bg.svg") bottom center/cover no-repeat;
}

.hero {
  background-color: #fafffb;
}

.hero__container {
  width: 100%;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.hero__title {
  font-weight: 900;
  text-transform: uppercase;
}

.hero__text {
  margin-bottom: 2.5rem;
}

.hero__button {
  width: 100%;
}

.advantages {
  background: url("../img/advantages/layer.svg") 0 0/cover no-repeat;
}

.advantages__title {
  display: block;
  margin-bottom:2.5rem;
}

.advantages__text:not(:last-child) {
    margin-bottom: 3.5rem;
}

.expertises {
    background: url("../img/advantages/layer.svg") 0 0/cover no-repeat;
}

.expertises__title {
    display: block;
    margin-bottom: 2.5rem;
}

.expertises__text:not(:last-child) {
    margin-bottom: 3.5rem;
}

.services {
  background-color: #fff;
  padding-top: 6.25rem;
}

.services__title {
  margin-bottom: 5rem;
}

.services__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  row-gap: 3rem;
}


.item-services__image {
    display: block;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.item-services__image .ibg {
  aspect-ratio: 320/200;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.item-services__title {
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.item-services__text {
  margin-bottom: 2.5rem;
}

.item-services__button {
  width: 100%;
}

.item-services__elements li{
    padding: 0.3rem;
}

.item-services__elements li:hover {
   font-weight:600;
}


.services__body-container {
    display: block;

}

item-services-list {
    display: table;
    margin: 10px;
    padding: 10px;
}

.item-services__image-list {
    display: none;
    /* float: right;*/
    margin-bottom: 10px;
    width: 200px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 30px;
}

    .dispayImg {
        display: table-cell;
    }

.item-services__description-list {
    display: table-cell;
    width: calc(100%-250px);
    vertical-align: top;
    /*overflow: hidden;*/
    word-wrap: break-word;
    padding-top: 30px;
}

.item-services__text-list {
    word-wrap: break-word;
    margin-bottom: 0.5rem;
}


.item-services__image-list .ibg {
    aspect-ratio: 320/200;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


.how {
    padding-top: 7.5rem;
    background: url("../img/how/bg.svg") 0 0/cover no-repeat;
}

.reviews__body {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.15), 0px 20px 30px 0px rgba(185, 142, 141, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(185, 142, 141, 0.15), 0px 20px 30px 0px rgba(185, 142, 141, 0.1);
}

.reviews__inner {
  max-width: 69.375rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.reviews__left {
  max-width: 15.25rem;
}

.reviews__left .text {
  max-width: 12.5rem;
}

.reviews__title {
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews__title:not(:last-child) {
  margin-bottom: 2rem;
}

.reviews__review {
  padding-top: 1.25rem;
  background: url("../img/icons/quote.svg") 0 0 no-repeat;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-style: italic;
  margin-bottom: 3rem;
}

.reviews__review span {
  margin-left: 4.375rem;
}

.reviews__name {
  text-align: right;
  font-size: 1rem;
  font-weight: 900;
}

.reviews__main {
  padding-top: 4rem;
  background: url("../img/reviews/bg.jpg") 0 0/cover no-repeat;
}

.reviews__items {
  max-width: 66.875rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
}

.reviews__text {
  max-width: 41.875rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.reviews__button {
  min-width: 15rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item-reviews {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(185, 142, 141, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(185, 142, 141, 0.15);
  padding: 1.375rem 2rem;
}

.item-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.item-reviews__image {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}

.item-reviews__rating:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.item-reviews__name {
  font-weight: 800;
}

.item-reviews__text {
  font-size: 0.875rem;
}

.item-reviews__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.item-reviews__type {
  font-size: 0.875rem;
  font-weight: 900;
}

.work__title {
  margin-bottom: 1.25rem;
}

.work__text {
  margin-bottom: 5rem;
}

.work__show-more {
  display: -ms-grid;
  display: grid;
}

.work__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  min-height: 23.75rem;
}

.work__link {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding: 1.5rem;
}

.work__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28.75%, rgba(8, 31, 16, 0.5)), to(rgba(8, 31, 16, 0)));
  background: linear-gradient(0deg, rgba(8, 31, 16, 0.5) 28.75%, rgba(8, 31, 16, 0) 100%);
  z-index: 1;
}

.work__link .ibg {
  position: absolute;
  left: 0;
  top: 0;
}

.work__name {
  position: relative;
  z-index: 2;
  max-width: 17.5rem;
}

.work__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(31, 93, 52, 0.9);
  padding: 1.5rem;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.work__more {
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
}

.info__title {
  margin-bottom: 2.5rem;
}

.info__block {
  max-width: 40rem;
}

.info__block:not(:last-child) {
  margin-bottom: 5rem;
}

.info__subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info__subtitle:not(:last-child) {
  margin-bottom: 2.5rem;
}

.about-top__title {
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.about-top__image {
  margin-bottom: 3rem;
}

.about-top__text {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.about-how__title {
  margin-bottom: 2.5rem;
}

.team {
  background-color: #fff;
  padding-top: 10rem;
}

.team__title {
  max-width: 44.6875rem;
  margin-bottom: 2.5rem;
}

.team__text {
  max-width: 40rem;
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3rem;
}

.team__bottom {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 255, 251, 0)), color-stop(83.68%, rgba(250, 255, 251, 0.67)), to(#fafffb));
  background: linear-gradient(180deg, rgba(250, 255, 251, 0) 0%, rgba(250, 255, 251, 0.67) 83.68%, #fafffb 100%);
}

.employee {
  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;
  gap: 1.25rem;
}

.employee__image {
  aspect-ratio: 300/320;
  border:solid 1px;
  border-color:lightgrey;
}

.employee__name {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-container {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 4.375rem;
  right: 4.125rem;
  width: 27.1875rem;
  background-color: #3aaa60;
  padding: 1.8125rem 2.5rem;
  color: #fff;
  font-weight: 700;
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.contact__content {
  max-width: 26.0625rem;
}

.contact__title {
  max-width: 26.0625rem;
  margin-bottom: 2.5rem;
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.contact__link:not(:last-child) {
  margin-bottom: 3.625rem;
}

.contact__link-icon {
  min-width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  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;
  border-radius: 0.3125rem;
  background: rgba(58, 170, 96, 0.05);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact__link-content {
  font-size: 1rem;
}

.contact__link-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact__link-text {
  margin-bottom: 0.75rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact__link-contact {
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.main_page_blog_article {
    max-width: 320px;
}

.main_page_blog_article img {
    margin-bottom: 10px;
}

.main_page_blog_article a {
    color: inherit;
}

@media (min-width: 29.99875em) {
  .about-top__title span {
    display: none;
  }

  .employee {
    max-width: 20rem;
  }
}

@media (min-width: 47.99875em) {
  .list-items__item {
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
  }

  .list-items__item:nth-child(1) {
    -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }

  .list-items__item:nth-child(2) {
    -webkit-transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
  }

  .list-items__item:nth-child(3) {
    -webkit-transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  }

  ._watcher-view .list-items__item {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .header {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.8s, visibility 0.6s ease 0.8s, -webkit-transform 0.6s ease 0.8s;
    transition: opacity 0.6s ease 0.8s, visibility 0.6s ease 0.8s, -webkit-transform 0.6s ease 0.8s;
    transition: transform 0.6s ease 0.8s, opacity 0.6s ease 0.8s, visibility 0.6s ease 0.8s;
    transition: transform 0.6s ease 0.8s, opacity 0.6s ease 0.8s, visibility 0.6s ease 0.8s, -webkit-transform 0.6s ease 0.8s;
  }

  .loaded .header {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

    .page--about .services__item {
        -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
        transform: translate(0, 3.125rem);
        opacity: 0;
        visibility: hidden;
        border-left: 3px solid green;
        padding-left: 10px;
    }

  .page--about .services__item:nth-child(1) {
    -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }

  .page--about .services__item:nth-child(2) {
    -webkit-transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s;
    transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
  }

  .page--about .services__item:nth-child(3) {
    -webkit-transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  }

    .page--about .services__item:nth-child(4) {
        -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
        transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    }

    .page--about .services__item:nth-child(5) {
        -webkit-transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
        transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
        transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s;
        transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    }

    .page--about .services__item:nth-child(6) {
        -webkit-transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
        transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
        transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s;
        transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    }

    .page--about .services__item:nth-child(7) {
        -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
        transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    }

    .page--about .services__item:nth-child(8) {
        -webkit-transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
        transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
        transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s;
        transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
    }

    .page--about .services__item:nth-child(9) {
        -webkit-transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
        transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
        transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s;
        transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    }

  .page--about .services__item._watcher-view {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .hero {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, visibility 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  }

  .loaded .hero__image {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .hero__container {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .hero__content {
    margin: 0 0 0 auto;
  }

  .hero__title {
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }

  .loaded .hero__title {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .hero__text {
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  }

    .loaded .hero__text {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        advantages__title transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }

  .hero__button {
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
  }

  .loaded .hero__button {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .reviews__right {
    max-width: 35rem;
  }


    .advantages__text {
        -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
        transform: translate(0, 3.125rem);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
        transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
        transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s;
        transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    }

    .loaded .advantages__text {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        advantages__title transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }

    .expertises__text {
        -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
        transform: translate(0, 3.125rem);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
        transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
        transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s;
        transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    }

    .loaded .expertises__text {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        expertises__title transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 47.99875em) and (min-width: 75em) {
  .hero__content {
    max-width: 26rem;
  }
}

@media (min-width: 61.99875em) {
  .project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .project__pagination {
    margin-left: 1.25rem;
  }

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

  .menu__logo {
    display: none;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.9375rem;
  }

  .menu__bottom {
    display: none;
  }

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

@media (min-width: 61.99875em) and (min-width: 75em) {
  .project {
    padding-top: 7.5rem;
  }

  .project {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 76.875em) {
  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .footer__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media (min-width: 76.875em) {
  .form {
    padding-left: 3.375rem;
  }

  .form {
    padding-right: 3.375rem;
  }

  .title {
    font-size: 3.5rem;
  }

  .page-title {
    font-size: 5rem;
  }

  .list-items {
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .header__container {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .header__logo {
    width: 22.5rem;
  }

  .page--work {
    padding-top: 12.5rem;
  }

  .page--work {
    padding-bottom: 9.875rem;
  }

  .page--sample {
        padding-top: 12.5rem;
        padding-bottom: 9.875rem;
  }

  .page--worksample {
        padding-top: 12.5rem;
        padding-bottom: 9.875rem;
  }

  .page--info {
    padding-top: 12.5rem;
  }

  .page--info {
    padding-bottom: 12.5rem;
  }

  .page--about {
    padding-top: 12.5rem;
  }

  .page--contact {
    padding-top: 12.5rem;
  }

  .hero__image {
    width: calc((100vw - 1200px) / 3 + 780px);
  }

  .hero__title {
    font-size: 4rem;
  }

  .advantages {
    padding-top: 5rem;
  }

  .advantages {
    padding-bottom: 7.5rem;
  }

    .expertises {
        padding-top: 5rem;
    }

    .expertises {
        padding-bottom: 7.5rem;
    }

  .services {
    padding-bottom: 5.3125rem;
  }

  .how {
    padding-bottom: 6.25rem;
  }

  .how__title {
    margin-bottom: 9.0625rem;
  }

  .reviews__body {
    padding-top: 7.5rem;
  }

  .reviews__body {
    padding-bottom: 7.125rem;
  }

  .reviews__main {
    padding-bottom: 9.875rem;
  }

  .reviews__items {
    margin-bottom: 11.5rem;
  }

  .work__show-more {
    gap: 10rem;
  }

  .work__show-more {
    margin-bottom: 15rem;
  }

  .work__list {
    gap: 1.875rem;
  }

  .about-top {
    padding-bottom: 1rem;
  }

  .about-how {
    padding-top: 12.5rem;
  }

  .about-how__text {
    margin-bottom: 7.5rem;
  }

    .about-how__text2 {
        margin-bottom: 1.5rem;

    }

    .about-how__text2::first-letter {
        font-weight: 600;
        font-size: 130%;
    }

    .team__text {
        margin-bottom: 5rem;
    }

    .team__list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem;
        margin-top: 3rem;
        text-align:center;
    }

  .team__bottom {
    padding-bottom: 10rem;
  }

  .contact__container {
    row-gap: 5rem;
  }

  .contact__text {
    margin-bottom: 6.25rem;
  }
}

@media (min-width: 75em) {
  .project__content {
    padding-left: 3.75rem;
  }

  .project__content {
    padding-right: 3.75rem;
  }

  .services__body {
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }

  .reviews__items {
    gap: 2.5rem;
  }
}

@media (max-width: 20em) {
  .form {
    padding-left: 1.25rem;
  }

  .form {
    padding-right: 1.25rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .page-title {
    font-size: 3rem;
  }

  .list-items {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .header__container {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .header__logo {
    width: 10.0625rem;
  }

  .page--work {
    padding-top: 10rem;
  }

  .page--work {
    padding-bottom: 6.5rem;
  }

  .page--sample {
        padding-top: 10rem;
        padding-bottom: 6.5rem;
  }

  .page--worksample {
        padding-top: 10rem;
        padding-bottom: 6.5rem;
  }
 
  .page--info {
    padding-top: 10rem;
  }

  .page--info {
    padding-bottom: 7.5rem;
  }

  .page--about {
    padding-top: 10rem;
  }

  .page--contact {
    padding-top: 10rem;
  }

  .hero__title {
    font-size: 3rem;
  }

  .advantages {
    padding-top: 3.75rem;
  }

  .advantages {
    padding-bottom: 6.25rem;
  }

    .expertises {
        padding-top: 3.75rem;
    }

    .expertises {
        padding-bottom: 6.25rem;
    }

  .services {
    padding-bottom: 5rem;
  }

  .how {
    padding-bottom: 5rem;
  }

  .how__title {
    margin-bottom: 7.5rem;
  }

  .reviews__body {
    padding-top: 5rem;
  }

  .reviews__body {
    padding-bottom: 3.4375rem;
  }

  .reviews__main {
    padding-bottom: 6.5rem;
  }

  .reviews__items {
    margin-bottom: 5rem;
  }

  .work__show-more {
    gap: 7.5rem;
  }

  .work__show-more {
    margin-bottom: 10rem;
  }

  .work__list {
    gap: 1.5rem;
  }

  .about-top {
    padding-bottom: 1rem;
  }

  .about-how {
    padding-top: 10rem;
  }

  .about-how__text {
    margin-bottom: 5rem;
  }
    .about-how__text2 {
        margin-bottom: 1rem;
    }

    .about-how__text2::first-letter {
        font-weight: 600;
        font-size: 130%;
    }

  .team__text {
    margin-bottom: 3.5rem;
  }

    .team__list-wrap{
        width: 100%;
    }

    .team__list {
        display: flex;
        justify-content: center;
        align-items: center;

        margin-bottom: 5rem;
        margin-top: 2rem;
    }

  .team__bottom {
    padding-bottom: 6.5rem;
  }

  .contact__container {
    row-gap: 4.0625rem;
  }

  .contact__text {
    margin-bottom: 5rem;
  }
}

@media (max-width: 76.875em) {
  .hero__image {
    width: 62.5%;
  }
}

@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    z-index: 3;
    max-width: 22.5rem;
    height: 100vh;
    right: -110%;
    top: 0;
    overflow: auto;
    padding: 1.25rem 1.25rem 3.375rem;
    background-color: #fff;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }

  .menu-open .menu__body {
    right: 0;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #081f10;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .popup__close {
    top: 0.625rem;
    right: 0.625rem;
  }

  .project {
    padding-bottom: 5rem;
  }

  .project__pagination {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .project__content {
    padding-left: 1.25rem;
  }

  .project__content {
    padding-right: 1.25rem;
  }

  .project__content {
    max-width: 22.5rem;
    margin: 4rem auto 0;
  }

  .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.25rem;
    margin-bottom: 3.125rem;
  }

  .menu__link--active {
    background-color: #fafffb;
  }

  .menu__link--active::after {
    width: 0.25rem;
    height: 100%;
    bottom: 0;
  }

  .menu__link {
    padding: 0.4375rem 0.75rem;
    width: 100%;
  }

  .menu__link:not(:last-child) {
    margin-bottom: 0.375rem;
  }

  .footer__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 5rem;
  }

  .work__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  .appearance-m {
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }

  .appearance-m._watcher-view {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .header {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
  }

  .loaded .header {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .hero__image {
    min-height: 2.5rem;
    aspect-ratio: 900/888;
    margin-bottom: 2.5rem;
    width: 100%;
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
    transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }

  .loaded .hero__image {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translate(0, 3.125rem);
        -ms-transform: translate(0, 3.125rem);
            transform: translate(0, 3.125rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    transition: opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s, visibility 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  }

  .loaded .hero__content {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .services__body {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .reviews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.25rem;
  }

  .reviews__items {
    gap: 1.5rem;
  }

  .work__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-text {
    display: none;
  }

  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
  .hero {
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 39.375em) {
  .footer__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: start;
  }

  .footer__top {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 37.5em) {
  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 29.99875em) {
  .form {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .header__container {
    min-height: 4.5rem;
  }

  .header__button {
    width: 100%;
    margin-bottom: 5rem;
  }

  .footer__list {
    gap: 3.75rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
    @supports (padding-left: clamp( 1.25rem , 0.5027472527rem  +  3.7362637363vw , 3.375rem )) {
        .form {
            padding-left: clamp( 1.25rem, 0.5027472527rem + 3.7362637363vw, 3.375rem );
        }

        .team__list {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 3rem;
            margin-top: 2rem;
            text-align: center;
        }
    }

@supports not (padding-left: clamp( 1.25rem , 0.5027472527rem  +  3.7362637363vw , 3.375rem )) {
    .form {
      padding-left: calc(1.25rem + 2.125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-right: clamp( 1.25rem , 0.5027472527rem  +  3.7362637363vw , 3.375rem )) {
    .form {
      padding-right: clamp( 1.25rem , 0.5027472527rem  +  3.7362637363vw , 3.375rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , 0.5027472527rem  +  3.7362637363vw , 3.375rem )) {
    .form {
      padding-right: calc(1.25rem + 2.125 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 2.5rem , 2.1483516484rem  +  1.7582417582vw , 3.5rem )) {
    .title {
      font-size: clamp( 2.5rem , 2.1483516484rem  +  1.7582417582vw , 3.5rem );
    }
}

@supports not (font-size: clamp( 2.5rem , 2.1483516484rem  +  1.7582417582vw , 3.5rem )) {
    .title {
      font-size: calc(2.5rem + 1 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 3rem , 2.2967032967rem  +  3.5164835165vw , 5rem )) {
    .page-title {
      font-size: clamp( 3rem , 2.2967032967rem  +  3.5164835165vw , 5rem );
    }
}

@supports not (font-size: clamp( 3rem , 2.2967032967rem  +  3.5164835165vw , 5rem )) {
    .page-title {
      font-size: calc(3rem + 2 * (100vw - 20rem) / 56.875);
    }
}

@supports ((-moz-column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem )) or (column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem ))) {
    .list-items {
      -webkit-column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem );
         -moz-column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem );
              column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem )) or (column-gap: clamp( 0.9375rem , -1.3701923077rem  +  11.5384615385vw , 7.5rem ))) {
    .list-items {
      -webkit-column-gap: calc(0.9375rem + 6.5625 * (100vw - 20rem) / 56.875);
         -moz-column-gap: calc(0.9375rem + 6.5625 * (100vw - 20rem) / 56.875);
              column-gap: calc(0.9375rem + 6.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports ((-moz-column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem )) or (column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem ))) {
    .header__container {
      -webkit-column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem );
         -moz-column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem );
              column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem )) or (column-gap: clamp( 0.9375rem , -0.051510989rem  +  4.9450549451vw , 3.75rem ))) {
    .header__container {
      -webkit-column-gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 56.875);
         -moz-column-gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 56.875);
              column-gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 12.0625rem , 9.1833791209rem  +  4.3956043956vw , 22.5625rem )) {
    .header__logo {
      width: clamp( 12.0rem , 9.1833791209rem  +  4.3956043956vw , 22.5625rem );
    }
}

@supports not (width: clamp( 12.0625rem , 9.1833791209rem  +  4.3956043956vw , 22.5625rem )) {
    .header__logo {
      width: calc(12.0rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

    @supports (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
        .page--work {
            padding-top: clamp( 10rem, 9.1208791209rem + 4.3956043956vw, 12.5rem );
        }

        .page--sample {
            padding-top: clamp( 10rem, 9.1208791209rem + 4.3956043956vw, 12.5rem );
        }

        .page--worksample {
            padding-top: clamp( 10rem, 9.1208791209rem + 4.3956043956vw, 12.5rem );
        }
    }

    @supports not (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
        .page--work {
            padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
        }

        .page--sample {
            padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
        }

        .page--worksample {
            padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
        }
    }

    @supports (padding-bottom: clamp( 6.5rem , 5.3131868132rem  +  5.9340659341vw , 9.875rem )) {
        .page--work {
            padding-bottom: clamp( 6.5rem, 5.3131868132rem + 5.9340659341vw, 9.875rem );
        }

        .page--sample {
            padding-bottom: clamp( 6.5rem, 5.3131868132rem + 5.9340659341vw, 9.875rem );
        }

        .page--worksample {
            padding-bottom: clamp( 6.5rem, 5.3131868132rem + 5.9340659341vw, 9.875rem );
        }
    }

    @supports not (padding-bottom: clamp( 6.5rem , 5.3131868132rem  +  5.9340659341vw , 9.875rem )) {
        .page--work {
            padding-bottom: calc(6.5rem + 3.375 * (100vw - 20rem) / 56.875);
        }

        .page--sample {
            padding-bottom: calc(6.5rem + 3.375 * (100vw - 20rem) / 56.875);
        }

        .page--worksample {
            padding-bottom: calc(6.5rem + 3.375 * (100vw - 20rem) / 56.875);
        }
    }

@supports (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--info {
      padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem );
    }
}

@supports not (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--info {
      padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 7.5rem , 5.7417582418rem  +  8.7912087912vw , 12.5rem )) {
    .page--info {
      padding-bottom: clamp( 7.5rem , 5.7417582418rem  +  8.7912087912vw , 12.5rem );
    }
}

@supports not (padding-bottom: clamp( 7.5rem , 5.7417582418rem  +  8.7912087912vw , 12.5rem )) {
    .page--info {
      padding-bottom: calc(7.5rem + 5 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--about {
      padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem );
    }
}

@supports not (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--about {
      padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--contact {
      padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem );
    }
}

@supports not (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .page--contact {
      padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 3rem , 2.6483516484rem  +  1.7582417582vw , 4rem )) {
    .hero__title {
      font-size: clamp( 3rem , 2.6483516484rem  +  1.7582417582vw , 4rem );
    }
}

@supports not (font-size: clamp( 3rem , 2.6483516484rem  +  1.7582417582vw , 4rem )) {
    .hero__title {
      font-size: calc(3rem + 1 * (100vw - 20rem) / 56.875);
    }
}

    @supports (padding-top: clamp( 3.75rem , 3.3104395604rem  +  2.1978021978vw , 5rem )) {
        .advantages {
            padding-top: clamp( 3.75rem, 3.3104395604rem + 2.1978021978vw, 5rem );
        }

        .expertises {
            padding-top: clamp( 3.75rem, 3.3104395604rem + 2.1978021978vw, 5rem );
        }
    }

    @supports not (padding-top: clamp( 3.75rem , 3.3104395604rem  +  2.1978021978vw , 5rem )) {
        .advantages {
            padding-top: calc(3.75rem + 1.25 * (100vw - 20rem) / 56.875);
        }

        .expertises {
            padding-top: calc(3.75rem + 1.25 * (100vw - 20rem) / 56.875);
        }
    }

    @supports (padding-bottom: clamp( 6.25rem , 5.8104395604rem  +  2.1978021978vw , 7.5rem )) {
        .advantages {
            padding-bottom: clamp( 6.25rem, 5.8104395604rem + 2.1978021978vw, 7.5rem );
        }

        .expertises {
            padding-bottom: clamp( 6.25rem, 5.8104395604rem + 2.1978021978vw, 7.5rem );
        }
    }

    @supports not (padding-bottom: clamp( 6.25rem , 5.8104395604rem  +  2.1978021978vw , 7.5rem )) {
        .advantages {
            padding-bottom: calc(6.25rem + 1.25 * (100vw - 20rem) / 56.875);
        }

        .expertises {
            padding-bottom: calc(6.25rem + 1.25 * (100vw - 20rem) / 56.875);
        }
    }

@supports (padding-bottom: clamp( 5rem , 4.8901098901rem  +  0.5494505495vw , 5.3125rem )) {
    .services {
      padding-bottom: clamp( 5rem , 4.8901098901rem  +  0.5494505495vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 5rem , 4.8901098901rem  +  0.5494505495vw , 5.3125rem )) {
    .services {
      padding-bottom: calc(5rem + 0.3125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem )) {
    .how {
      padding-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem )) {
    .how {
      padding-bottom: calc(5rem + 1.25 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 7.5rem , 6.9505494505rem  +  2.7472527473vw , 9.0625rem )) {
    .how__title {
      margin-bottom: clamp( 7.5rem , 6.9505494505rem  +  2.7472527473vw , 9.0625rem );
    }
}

@supports not (margin-bottom: clamp( 7.5rem , 6.9505494505rem  +  2.7472527473vw , 9.0625rem )) {
    .how__title {
      margin-bottom: calc(7.5rem + 1.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
    .reviews__body {
      padding-top: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem );
    }
}

@supports not (padding-top: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
    .reviews__body {
      padding-top: calc(5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 3.4375rem , 2.1407967033rem  +  6.4835164835vw , 7.125rem )) {
    .reviews__body {
      padding-bottom: clamp( 3.4375rem , 2.1407967033rem  +  6.4835164835vw , 7.125rem );
    }
}

@supports not (padding-bottom: clamp( 3.4375rem , 2.1407967033rem  +  6.4835164835vw , 7.125rem )) {
    .reviews__body {
      padding-bottom: calc(3.4375rem + 3.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 6.5rem , 5.3131868132rem  +  5.9340659341vw , 9.875rem )) {
    .reviews__main {
      padding-bottom: clamp( 6.5rem , 5.3131868132rem  +  5.9340659341vw , 9.875rem );
    }
}

@supports not (padding-bottom: clamp( 6.5rem , 5.3131868132rem  +  5.9340659341vw , 9.875rem )) {
    .reviews__main {
      padding-bottom: calc(6.5rem + 3.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 5rem , 2.7142857143rem  +  11.4285714286vw , 11.5rem )) {
    .reviews__items {
      margin-bottom: clamp( 5rem , 2.7142857143rem  +  11.4285714286vw , 11.5rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 2.7142857143rem  +  11.4285714286vw , 11.5rem )) {
    .reviews__items {
      margin-bottom: calc(5rem + 6.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (gap: clamp( 7.5rem , 6.6208791209rem  +  4.3956043956vw , 10rem )) {
    .work__show-more {
      gap: clamp( 7.5rem , 6.6208791209rem  +  4.3956043956vw , 10rem );
    }
}

@supports not (gap: clamp( 7.5rem , 6.6208791209rem  +  4.3956043956vw , 10rem )) {
    .work__show-more {
      gap: calc(7.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 10rem , 8.2417582418rem  +  8.7912087912vw , 15rem )) {
    .work__show-more {
      margin-bottom: clamp( 10rem , 8.2417582418rem  +  8.7912087912vw , 15rem );
    }
}

@supports not (margin-bottom: clamp( 10rem , 8.2417582418rem  +  8.7912087912vw , 15rem )) {
    .work__show-more {
      margin-bottom: calc(10rem + 5 * (100vw - 20rem) / 56.875);
    }
}

@supports (gap: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem )) {
    .work__list {
      gap: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.5rem , 1.3681318681rem  +  0.6593406593vw , 1.875rem )) {
    .work__list {
      gap: calc(1.5rem + 0.375 * (100vw - 20rem) / 56.875);
    }
}

/*@supports (padding-bottom: clamp( 1rem , 3.2417582418rem  +  8.7912087912vw , 10rem )) {
    .about-top {
      padding-bottom: 1rem;
    }
}

@supports not (padding-bottom: clamp( 1rem , 3.2417582418rem  +  8.7912087912vw , 10rem )) {
    .about-top {
      padding-bottom: 1rem;
    }
}*/

@supports (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .about-how {
      padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem );
    }
}

@supports not (padding-top: clamp( 10rem , 9.1208791209rem  +  4.3956043956vw , 12.5rem )) {
    .about-how {
      padding-top: calc(10rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

    @supports (margin-bottom: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
        .about-how__text {
            margin-bottom: clamp( 5rem, 4.1208791209rem + 4.3956043956vw, 7.5rem );
        }

        .about-how__text2 {
            margin-bottom: clamp( 1rem, 4.1208791209rem + 4.3956043956vw, 1.5rem );
        }
    }

    @supports not (margin-bottom: clamp( 5rem , 4.1208791209rem  +  4.3956043956vw , 7.5rem )) {
        .about-how__text {
            margin-bottom: calc(5rem + 2.5 * (100vw - 20rem) / 56.875);
        }

        .about-how__text2 {
            margin-bottom: calc(0.8rem + 2.5 * (100vw - 20rem) / 56.875);
        }
    }

@supports (margin-bottom: clamp( 3.5rem , 2.9725274725rem  +  2.6373626374vw , 5rem )) {
    .team__text {
      margin-bottom: clamp( 3.5rem , 2.9725274725rem  +  2.6373626374vw , 5rem );
    }
}

@supports not (margin-bottom: clamp( 3.5rem , 2.9725274725rem  +  2.6373626374vw , 5rem )) {
    .team__text {
      margin-bottom: calc(3.5rem + 1.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 5rem , 4.6483516484rem  +  1.7582417582vw , 6rem )) {
    .team__list {
      margin-bottom: clamp( 5rem , 4.6483516484rem  +  1.7582417582vw , 6rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 4.6483516484rem  +  1.7582417582vw , 6rem )) {
    .team__list {
      margin-bottom: calc(5rem + 1 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 6.5rem , 5.2692307692rem  +  6.1538461538vw , 10rem )) {
    .team__bottom {
      padding-bottom: clamp( 6.5rem , 5.2692307692rem  +  6.1538461538vw , 10rem );
    }
}

@supports not (padding-bottom: clamp( 6.5rem , 5.2692307692rem  +  6.1538461538vw , 10rem )) {
    .team__bottom {
      padding-bottom: calc(6.5rem + 3.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (row-gap: clamp( 4.0625rem , 3.7328296703rem  +  1.6483516484vw , 5rem )) {
    .contact__container {
      row-gap: clamp( 4.0625rem , 3.7328296703rem  +  1.6483516484vw , 5rem );
    }
}

@supports not (row-gap: clamp( 4.0625rem , 3.7328296703rem  +  1.6483516484vw , 5rem )) {
    .contact__container {
      row-gap: calc(4.0625rem + 0.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem )) {
    .contact__text {
      margin-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 4.5604395604rem  +  2.1978021978vw , 6.25rem )) {
    .contact__text {
      margin-bottom: calc(5rem + 1.25 * (100vw - 20rem) / 56.875);
    }
}
}

@media (min-width: 61.99875em) and (min-width: 61.99875em) and (max-width: 75em) {
@supports (padding-top: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem )) {
    .project {
      padding-top: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem )) {
    .project {
      padding-top: calc(3.75rem + 3.75 * (100vw - 61.99875rem) / 13.00125);
    }
}

@supports (padding-bottom: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem )) {
    .project {
      padding-bottom: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , -14.1325353331rem  +  28.8433804442vw , 7.5rem )) {
    .project {
      padding-bottom: calc(3.75rem + 3.75 * (100vw - 61.99875rem) / 13.00125);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .project {
    padding-top: 3.75rem;
  }

  .project {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 61.99875em) and (max-width: 75em) {
@supports (padding-left: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem )) {
    .project__content {
      padding-left: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem )) {
    .project__content {
      padding-left: calc(1.25rem + 2.5 * (100vw - 61.99875rem) / 13.00125);
    }
}

@supports (padding-right: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem )) {
    .project__content {
      padding-right: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , -10.6716902221rem  +  19.2289202961vw , 3.75rem )) {
    .project__content {
      padding-right: calc(1.25rem + 2.5 * (100vw - 61.99875rem) / 13.00125);
    }
}
}

@media (min-width: 61.99875em) and (min-width: 20em) and (max-width: 76.875em) {
@supports ((-moz-column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem )) or (column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem );
         -moz-column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem );
              column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem )) or (column-gap: clamp( 0.0000000625rem , -0.8791207946rem  +  4.3956042857vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 56.875);
         -moz-column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 56.875);
              column-gap: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 56.875);
    }
}

@supports ((-moz-column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem )) or (column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem ))) {
    .footer__list {
      -webkit-column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem );
         -moz-column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem );
              column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem )) or (column-gap: clamp( 1rem , 0.4725274725rem  +  2.6373626374vw , 2.5rem ))) {
    .footer__list {
      -webkit-column-gap: calc(1rem + 1.5 * (100vw - 20rem) / 56.875);
         -moz-column-gap: calc(1rem + 1.5 * (100vw - 20rem) / 56.875);
              column-gap: calc(1rem + 1.5 * (100vw - 20rem) / 56.875);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 20em) {
  .menu__list {
    -webkit-column-gap: 0.0000000625rem;
       -moz-column-gap: 0.0000000625rem;
            column-gap: 0.0000000625rem;
  }

  .footer__list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 76.875em) {
  .hero {
    padding-bottom: 5rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 76.875em) {
@supports (padding-bottom: clamp( 3.75rem , 3.3104395604rem  +  2.1978021978vw , 5rem )) {
    .hero {
      padding-bottom: clamp( 3.75rem , 3.3104395604rem  +  2.1978021978vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.3104395604rem  +  2.1978021978vw , 5rem )) {
    .hero {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 56.875);
    }
}
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 75em) {
@supports (max-width: clamp( 15.625rem , 7.8477848248rem  +  16.202953567vw , 20rem )) {
    .hero__content {
      max-width: clamp( 15.625rem , 7.8477848248rem  +  16.202953567vw , 20rem );
    }
}

@supports not (max-width: clamp( 15.625rem , 7.8477848248rem  +  16.202953567vw , 20rem )) {
    .hero__content {
      max-width: calc(15.625rem + 4.375 * (100vw - 47.99875rem) / 27.00125);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .hero__content {
    max-width: 15.625rem;
  }
}

@media (min-width: 47.99875em) and (max-width: 75em) {
@supports ((-moz-column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem )) or (column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem ))) {
    .services__body {
      -webkit-column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem );
         -moz-column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem );
              column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem )) or (column-gap: clamp( 1.5625rem , -8.9922920235rem  +  21.989722698vw , 7.5rem ))) {
    .services__body {
      -webkit-column-gap: calc(1.5625rem + 5.9375 * (100vw - 47.99875rem) / 27.00125);
         -moz-column-gap: calc(1.5625rem + 5.9375 * (100vw - 47.99875rem) / 27.00125);
              column-gap: calc(1.5625rem + 5.9375 * (100vw - 47.99875rem) / 27.00125);
    }
}

@supports (gap: clamp( 1.5rem , -0.2776491829rem  +  3.7035322439vw , 2.5rem )) {
    .reviews__items {
      gap: clamp( 1.5rem , -0.2776491829rem  +  3.7035322439vw , 2.5rem );
    }
}

@supports not (gap: clamp( 1.5rem , -0.2776491829rem  +  3.7035322439vw , 2.5rem )) {
    .reviews__items {
      gap: calc(1.5rem + 1 * (100vw - 47.99875rem) / 27.00125);
    }
}
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .button:hover {
    background-color: #041502;
    color: #fff;
  }

  .bottom__social a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .list-items__text a:hover {
    color: #1f5d34;
  }

  .menu__link:hover::after {
    width: 100%;
  }

  .footer__link:hover {
    text-decoration: underline;
  }

  .item-services__image:hover .ibg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-services__title:hover {
    color: #1f5d34;
  }

  .work__link:hover .work__hover {
    opacity: 1;
    visibility: visible;
  }

  .contact__link:hover .contact__link-icon {
    background-color: rgba(58, 170, 96, 0.15);
  }

  .contact__link:hover .contact__link-title {
    color: #1f5d34;
  }

  .contact__link:hover .contact__link-text {
    color: #1f5d34;
  }

  .contact__link:hover .contact__link-contact {
    color: #1f5d34;
  }
}