@import url(https://fonts.googleapis.com/css?family=Exo+2:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);

@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);

@charset "UTF-8";

:root {
  --x: rgba(18, 18, 18, 1);
  --base-2: rgba(33, 42, 47, 1);
  --base: rgba(90, 203, 252, 1);
  --base-3: rgba(90, 203, 252, 0.7);
  --bg: rgba(247, 247, 247, 1);
  --text-2: rgba(83, 77, 77, 1);
  --text: rgba(32, 32, 32, 1);
  --: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2),
    0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03),
    0px 96px 27px 0px rgba(33, 42, 46, 0);
}

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

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

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

body {
  color: #000;
  line-height: 1;
  font-family: "Raleway";
  font-size: 1rem;
  -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: "Raleway";
  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;
}

body,
html {
  background-color: #F7F7F7;
}

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

.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] {
  position: relative;
  z-index: 2;
  max-width: 82.25rem;
  margin: 0 auto;
  padding: 0 1.125rem;
}

[class*=__container-max] {
  position: relative;
  z-index: 2;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 !important;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button--fw {
  width: 100%;
}

.button.button-small {
  font-size: 1rem;
}

.button-one {
  color: #202020;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-one:hover {
  background-color: #F3F3F3;
}

.button-one:hover::after {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.button-one:active {
  background-color: #e1e1e1;
}

.button-one::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/icons/button-icon.svg") 0 0 no-repeat;
}

.button-two {
  color: #202020;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F3F3F3;
}

.button-two:hover::after {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  background-color: var(--base);
}

.button-two:active {
  background-color: #e1e1e1;
}

.button-two::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #202020;
  -webkit-mask: url("../img/icons/button-icon.svg") 0 0 no-repeat;
}

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

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #534D4D;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #534D4D;
  line-height: normal;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.input:focus {
  outline: none;
  border-bottom-color: var(--base);
}

.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: vertical;
  min-height: 9.375rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 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: 30px 10px;
  -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: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.spollers-one .spollers__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.spollers-one .spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  color: #534D4D;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 1.125rem;
  gap: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.spollers-one .spollers__title:hover {
  background-color: rgba(243, 243, 243, 0.5);
}

.spollers-one .spollers__title::marker,
.spollers-one .spollers__title::-webkit-details-marker {
  display: none;
}

.spollers-one .spollers__title._spoller-active {
  color: #202020;
  font-family: "Exo 2";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #F3F3F3;
}

._spoller-init .spollers-one .spollers__title {
  cursor: pointer;
  /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: toRem(12);
  		height: toRem(1);
  		transition: all 0.3s ease 0s;
  		width: toRem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: toRem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

._spoller-init .spollers-one .spollers__title::before,
._spoller-init .spollers-one .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers-one .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers-one .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers-one .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers-one .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.spollers-faq {
  gap: 0.625rem;
}

.spollers-faq .spollers__body {
  color: var(--text-2);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  /* 26.68px */
  padding: 0.625rem 1.125rem;
}

.spollers-faq .spollers__body p {
  margin-bottom: 1rem;
}

.spollers-faq .spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  color: var(--text-2);
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.125rem;
  gap: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.spollers-faq .spollers__title::after {
  content: "";
  min-width: 48px;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  background: url("../img/icons/spoller-arrow.svg") 0 0 no-repeat;
}

.spollers-faq .spollers__title:hover {
  background-color: #F3F3F3;
}

.spollers-faq .spollers__title::marker,
.spollers-faq .spollers__title::-webkit-details-marker {
  display: none;
}

.spollers-faq .spollers__title._spoller-active {
  background-color: #F3F3F3;
}

.spollers-faq .spollers__title._spoller-active::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

._spoller-init .spollers-faq .spollers__title {
  cursor: pointer;
  /*
  ._spoller-init & {
    position: relative;
    width: 100%;
    text-align: left;
    &::before,
    &::after {
      content: "";
      position: absolute;
      right: 0;
      top: toRem(12);
      height: toRem(1);
      transition: all 0.3s ease 0s;
      width: toRem(10);
      background-color: #000;
    }
    &::before {
      transform: rotate(40deg);
      right: toRem(7);
    }
    &::after {
      transform: rotate(-40deg);
    }
  }
  &._spoller-active {
    &::before {
      transform: rotate(-40deg);
    }
    &::after {
      transform: rotate(40deg);
    }
  }
  */
}

._spoller-init .spollers-faq .spollers__title::before,
._spoller-init .spollers-faq .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers-faq .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
      -ms-transform: translate(-75%, -50%) rotate(40deg);
          transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers-faq .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
      -ms-transform: translate(0, -50%) rotate(-40deg);
          transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers-faq .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
      -ms-transform: translateX(-75%) rotate(-40deg);
          transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers-faq .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg-contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

h1,
.h1 {
  color: var(--BG);
  font-style: normal;
  font-weight: 700;
  line-height: 129.9%;
  /* 62.352px */
  text-transform: uppercase;
}

.font-exo {
  font-family: "Exo 2", sans-serif;
}

.font-weight-600 {
  font-weight: 600;
}

.page-lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-lines__container {
  height: 100%;
}

.page-lines .line {
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(208, 208, 208, 0.3);
}

.page-lines__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.svg-icon {
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language {
  position: relative;
}

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

.language.open .language__list {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 15px);
}

.language__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #F7F7F7;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 65px;
  right: 0;
}

.language__button::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/icons/arrow-white-down.svg") 0 0 no-repeat;
}

.language-icon svg {
  width: 18px;
  height: 12px;
}

.language__list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5rem;
  background-color: #fff;
  /* width: 100%; */
  min-width: 100%;
  white-space: nowrap;
  /* max-width: 4.0625rem; */
  border: 1px solid #D9DCE6;
}

@media screen and (max-width: 800px) {
  .language__list {
    left: unset;
    right: 0;
    transform: translate(0, 0);
  }
}

.language__list li:last-child a {
  border-bottom: none;
}

.language__list li a {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--dark);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  /* 22.1px */
  letter-spacing: -0.51px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #D9DCE6;
}

.language__list li a:hover {
  opacity: 0.7;
}

.language__list li a:active {
  opacity: 1;
  background-color: rgb(233, 239, 252);
}

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

.title::before {
  content: "";
  display: block;
  background-color: #D5D5D5;
  -webkit-mask: url("../img/icons/title-icon.svg") 0 0/cover no-repeat;
}

.title-h2 {
  color: #202020;
  font-family: "Raleway";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-bg {
  background-color: #fff;
}

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

.slider-button-one {
  border: 2.222px solid #534D4D;
  width: 74px;
  height: 74px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-button-one:hover {
  background-color: rgba(83, 77, 77, 0.1);
}

.slider-button-one.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  border: 1.111px solid #534D4D;
}

.slider-button-two {
  border: 2.222px solid #fff;
  width: 74px;
  height: 74px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-button-two:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.slider-button-two.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  border: 1.111px solid #fff;
}

.breadcrumbs {
  margin-bottom: 2.1875rem;
}

.breadcrumbs__content ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0;
}

.breadcrumbs__content ul li:first-child a {
  padding-left: 2.375rem;
  position: relative;
}

.breadcrumbs__content ul li:first-child a::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: block;
  background-color: #534D4D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  -webkit-mask: url("../img/icons/breadcrumbs-left.svg") 0 0 no-repeat;
}

.breadcrumbs__content ul li:first-child a:hover::before {
  content: "";
  background-color: var(--base);
}

.breadcrumbs__content ul li a {
  color: #534D4D;
  font-family: "Raleway";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.breadcrumbs__content ul li a::after {
  content: "-";
  margin: 0 0.3125rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.breadcrumbs__content ul li a:hover {
  color: var(--base);
}

.breadcrumbs__content ul li a:hover::after {
  color: #534D4D;
}

.breadcrumbs__content ul li:last-child a::after {
  content: "";
  display: none;
}

.template-one__header {
  text-align: center;
}

.pagging {
  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;
}

.pagging__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagging__arrow svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagging__arrow:first-child:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.pagging__arrow:last-child:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

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

.pagging__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  color: #534D4D;
  background-color: #fff;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 137.4%;
  /* 27.48px */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagging__list li a:hover {
  border-color: #534D4D;
}

.pagging__list li a._active {
  background-color: transparent;
  border-color: #534D4D;
}

.fancybox__backdrop {
  background: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.fancybox__toolbar__column.is-right .f-button {
  display: none !important;
}

.fancybox__toolbar__column.is-right .f-button:last-child {
  display: block !important;
}

.fancybox__container {
  position: fixed !important;
}

.views {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #534D4D;
  text-align: right;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.4%;
  /* 27.48px */
}

.template-two {
  margin-top: -7.5rem;
  position: relative;
}

.template-two__header {
  position: relative;
}

.template-two__header .breadcrumbs {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 7rem;
  margin-bottom: 0.75rem;
}

.template-two__header .breadcrumbs .breadcrumbs__content ul li:first-child a::before {
  background-color: #F7F7F7;
}

.template-two__header .breadcrumbs ul li a {
  color: #F7F7F7;
}

.template-two__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(35%);
      -ms-transform: translateY(35%);
          transform: translateY(35%);
}

.template-two__header {
  background-color: #212A2F;
  position: relative;
}

.template-two__header span {
  text-align: center;
  color: #F7F7F7;
  text-align: center;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: normal;
}

.template-two__bg {
  max-width: 82.25rem;
  margin: 0 auto;
  position: relative;
}

.template-two__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
}

.template-two__icon svg {
  max-width: 100%;
}

.template-two__icon.icon-main {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.template-two__icon.icon-1 {
  left: 0;
}

.template-two__icon.icon-3 {
  right: 0;
}

.template-two__title {
  color: #F7F7F7;
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  text-transform: uppercase;
}

.button-play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.button-play::before {
  content: "";
  display: block;
  background: url("../img/icons/video.svg") 0 0/contain no-repeat;
}

.button-play span {
  color: #F7F7F7;
  text-align: center;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header {
  min-height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.header__container {
  position: unset;
}

.menu-open .header {
  background-color: rgba(17, 17, 17, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.menu-open .header .header__content {
  border-bottom: 2px solid #F7F7F7;
}

.header__content {
  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;
  position: relative;
  z-index: 5;
  gap: 1rem;
}

.header__phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__phone a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__phone a:hover {
  color: var(--base);
}

.header__phone a:hover svg path:first-child {
  stroke: var(--base);
}

.header__phone a:hover svg path:last-child {
  fill: var(--base);
}

.header__actions {
  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;
}

.header__button-request {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #5ACBFC;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__button-request:hover {
  color: #fff;
}

.header__menu .menu__body {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.header__menu .menu__body-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  padding-bottom: 2.5rem;
  overflow: auto;
}

.menu-open .header__menu .menu__body {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header__menu .menu__col ul li:last-child a {
  margin-bottom: 0;
}

.header__menu .menu__col ul li a  {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-bottom: 0.625rem;
  color: #F7F7F7;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.header__menu .menu__col ul li a:hover::before {
  width: 100%;
}

.header__menu .menu__col ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  background-color: var(--base);
}

.header__menu ul li.menu__col-title a{
  color: #F7F7F7;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0!important;
}

.header__menu .menu__col-title a:hover {
  color: var(--base);
}

.header__menu .menu__col-title:active {
  color: var(--base-3);
}

.header__menu .menu__col-bottom._dynamic_adapt_ {
  grid-column: 1/2 span;
  padding-bottom: 20px;
  border-bottom: 1px solid #534D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.header__menu .menu__col-bottom._dynamic_adapt_ .language {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__menu .menu__col-bottom._dynamic_adapt_ .language__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  font-size: 1.5rem !important;
}

.header__menu .menu__col-bottom .header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}

.header__menu .menu__col-bottom .header__phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  line-height: 0;
  margin-bottom: 0.5rem;
}

.header__menu .menu__col-bottom .socials {
  margin-top: 30px;
}

.header__menu .menu__col-bottom .socials a {
  margin-bottom: 0;
}

.header__menu .menu__col-bottom .socials a::before {
  display: none;
}

.header__menu .menu__col-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu .menu__col-footer {
  grid-column: 1/2 span;
}

.header__menu .menu__col-footer ul li {
  margin-bottom: 2.5rem;
}

.header__menu .menu__col-footer ul li:last-child {
  margin-bottom: 0;
}

.header__menu .menu__col-footer ul li a {
  font-size: 1.25rem !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.header__menu .menu__col-footer ul li a::before {
  display: none;
}

.header__menu .menu__col-footer span {
  color: #A8A8A8;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: inline-block;
}

.header__menu .menu__col-footer p {
  color: #F7F7F7;
  font-family: "Exo 2";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

.socials ul li:first-of-type a:hover svg path:first-child {
  stroke: var(--base);
  fill: transparent;
}

.socials ul li:first-of-type a:hover svg path:last-child {
  fill: var(--base);
}

.socials ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  padding: 8.984px 7.739px 4.688px 7.812px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials ul li a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.socials ul li a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.socials ul li a:hover svg path {
  fill: var(--base);
}

.icon-menu {
  display: block;
  position: relative;
  width: 2rem;
  height: 1.25rem;
  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: #fff;
}

.icon-menu::before {
  top: 0;
  width: 50%;
}

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

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

.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);
  width: 100%;
}

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

.footer {
  background-color: #121212;
}

.footer__logo svg {
  max-width: 13.75rem;
  width: 100%;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(208, 208, 208, 0.3);
  margin-bottom: 2.5rem;
}

.footer__top .language {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer__top .language__button {
  padding: 0;
  font-size: 1.25rem !important;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #121212;
  position: relative;
  z-index: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(208, 208, 208, 0.3);
}

.footer__development {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.footer__development span {
  color: #534D4D;
  text-align: right;
  font-family: "Exo 2";
  font-size: 0.5211rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.229px;
}

.footer__copyright {
  color: #534D4D;
  font-family: "Exo 2";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer__menu .menu__body-wrapper {
  display: -ms-grid;
  display: grid;
  padding-bottom: 2.5rem;
}

.menu-open .footer__menu .menu__body {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.footer__menu .menu__col-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer__menu .menu__col ul {
  margin-bottom: 1.875rem;
}

.footer__menu .menu__col ul:last-child {
  margin-bottom: 0;
}

.footer__menu .menu__col ul li:last-child a {
  margin-bottom: 0;
}

.footer__menu .menu__col ul li a {
  margin-bottom: 1rem;
}

.footer__menu .menu__col ul li a  {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-bottom: 0.625rem;
  color: #A8A8A8;
  font-family: "Exo 2";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.footer__menu .menu__col ul li a:hover::before {
  width: 100%;
}

.footer__menu .menu__col ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  background-color: var(--base);
}

.footer__menu ul li.menu__col-title a{
  color: #F7F7F7;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1.5rem !important;
}

.footer__menu .menu__col-title a:hover {
  color: var(--base);
}

.footer__menu .menu__col-title:active {
  color: var(--base-3);
}

.footer__menu .menu__col-bottom._dynamic_adapt_ {
  grid-column: 1/2 span;
  padding-bottom: 20px;
  border-bottom: 1px solid #534D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.footer__menu .menu__col-bottom .footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}

.footer__menu .menu__col-bottom .footer__phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer__menu .menu__col-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__menu .menu__col-last .socials {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__menu .menu__col-last .socials a {
  margin-bottom: 0;
}

.footer__menu .menu__col-last .socials a::before {
  display: none;
}

.footer__menu .menu__col-footer {
  grid-column: 1/2 span;
}

.footer__menu .menu__col-footer ul li {
  margin-bottom: 1.875rem;
}

.footer__menu .menu__col-footer ul li:last-child {
  margin-bottom: 0;
}

.footer__menu .menu__col-footer ul li a {
  font-size: 0.875rem !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.footer__menu .menu__col-footer ul li a::before {
  display: none;
}

.footer__menu .menu__col-footer span {
  color: #A8A8A8;
  font-family: "Exo 2";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: inline-block;
}

.footer__menu .menu__col-footer p {
  color: #F7F7F7;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__button-request {
  color: #A7A7A7;
  font-family: "Exo 2";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__button-request:hover {
  color: var(--base);
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.625rem;
  color: #F7F7F7;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 6px;
}

.footer__phone a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__phone a:hover {
  color: var(--base);
}

.footer__phone a:hover svg path:first-child {
  stroke: var(--base);
}

.footer__phone a:hover svg path:last-child {
  fill: var(--base);
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

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

.menu-open .hero__content {
  opacity: 0;
}

.hero__title {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
}

.hero__image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 110px;
}

.hero__link .svg-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0.625rem;
}

.hero__link:hover .svg-icon {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.hero__link span {
  color: var(--BG);
  text-align: center;
  font-style: normal;
  line-height: 120%;
}

.page-inner {
  padding-top: 7.5rem;
}

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

.about-us__right .video video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.about-us__left .title {
  margin-bottom: 30px;
}

.about-us__left p {
  color: #534D4D;
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  line-height: 137.4%;
  /* 27.48px */
  max-width: 31.25rem;
}

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

.consultation__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.consultation__image img {
  width: 960px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation__form-header .form-header__title {
  color: #121212;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5625rem;
  display: block;
}

.consultation__form-header .form-header__subtitle {
  color: #534D4D;
  text-align: center;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 25.3125rem;
  margin: 0 auto;
}

.consultation .form__row.row-button {
  margin: 0 auto;
  text-align: center;
}

.consultation .form__row:last-child {
  margin-bottom: 0;
}

.projects__container-max {
  position: relative;
}

.projects__slider {
  border: 1px solid #534D4D;
  width: 100%;
}

.projects__slide:first-child .slide__image:first-child {
  border-left: none;
}

.projects__slide .slide__list {
  display: -ms-grid;
  display: grid;
}

.projects__slide .slide__image {
  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;
  padding: 10px;
  border-left: 1px solid #534D4D;
}

.projects__slide .slide__image img {
  max-width: 100%;
  width: 12.5rem;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.service-section__image .line {
  position: absolute;
  top: -50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: -10%;
  z-index: 0;
}

.service-section__image .line img {
  width: 100%;
}

.service-section__image .image {
  position: relative;
  z-index: 1;
}

.service-section__image .image img {
  width: 680px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  padding-top: 30px;
}

.service-section__header {
  margin-bottom: 2.8125rem;
}

.service-section__header p {
  color: #534D4D;
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  line-height: 137.4%;
  /* 27.48px */
  max-width: 31.25rem;
}

.service-section__list ul li {
  margin-bottom: 10px;
}

.service-section__list ul li:last-child {
  margin-bottom: 0;
}

.service-section__list ul li a {
  color: #202020;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service-section__list ul li a::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/icons/arrow-black.svg") 0 0 no-repeat;
}

.service-section__list ul li a:hover {
  background-color: #F3F3F3;
}

.service-section__list ul li a:hover::after {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

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

.blog {
  background-color: #F7F7F7;
}

.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2.5rem;
}

.blog__header {
  text-align: center;
}

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

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

.blog__title {
  min-width: 100px;
  max-width: 20rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.625rem;
  position: relative;
}

.title.blog__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  margin-right: 0;
  height: 62px;
  background: url("../img/blog/icon-title.svg") 0 0 no-repeat;
}

.blog__item:hover .blog-item__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__item .blog-item__image {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}

.blog__item .blog-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog__item .blog-item__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: 1.875rem;
}

.blog__item .blog-item__content p {
  color: #534D4D;
  font-family: "Raleway";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog__item .blog-item__content p a {
  text-decoration: underline;
}

.blog__item .blog-item__content p a:hover {
  text-decoration: none;
}

.blog__item .blog-item__title {
  color: #202020;
  font-family: "Raleway";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.questions__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.questions__list .spollers {
  position: relative;
}

.questions__list .spollers__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.questions__list .spollers__title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.questions__list .spollers__title::after {
  content: "";
  min-width: 48px;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  background: url("../img/icons/spoller-arrow.svg") 0 0 no-repeat;
}

.questions__list .spollers__title._spoller-active::after {
  opacity: 1;
}

.questions__list .spollers__title._spoller-active ~ .spollers__body {
  opacity: 1;
  display: block;
}

.questions__list .spollers__title._spoller-active ~ .spollers__body .spollers__body-inner {
  top: 0;
  display: block;
}

.questions__list .spollers__body p {
  color: #534D4D;
  font-family: "Raleway";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  /* 18.676px */
  margin-bottom: 10px;
}

.questions__list .spollers__body p:last-child {
  margin-bottom: 0;
}

.services-page__header {
  text-align: center;
}

.services-page__sidebar ul li {
  margin-bottom: 0.75rem;
}

.services-page__sidebar ul li:last-child {
  margin-bottom: 0;
}

.services-page__sidebar ul li a {
  color: #202020;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services-page__sidebar ul li a::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  min-width: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #202020;
  -webkit-mask: url("../img/icons/button-icon.svg") 0 0 no-repeat;
}

.services-page__sidebar ul li a:hover::after {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  background-color: var(--base);
}

.services-page__sidebar ul li a.active {
  background-color: var(--base-2);
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
          box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
}

.services-page__sidebar ul li a.active::after {
  background-color: var(--base);
}

.services-page__services {
  margin-bottom: 3.125rem;
}

.services-page__services ul {
  display: -ms-grid;
  display: grid;
}

.services-page__services ul li {
  margin-bottom: 0.75rem;
}

.services-page__services ul li:last-child {
  margin-bottom: 0;
}

.services-page__services ul li a {
  background-color: #fff;
  color: #202020;
  font-family: "Exo 2";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services-page__services ul li a::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  min-width: 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #202020;
  -webkit-mask: url("../img/icons/button-icon.svg") 0 0 no-repeat;
}

.services-page__services ul li a:hover::after {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  background-color: var(--base);
}

.services-page__services ul li a.active {
  background-color: var(--base-2);
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
          box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
}

.services-page__services ul li a.active::after {
  background-color: var(--base);
}

.services-page__info img {
  max-width: 100%;
  width: 100%;
  /* height: 17.5rem; */
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.5rem;
}

.services-page__info p {
  color: #534D4D;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  margin-bottom: 1rem;
}

.services-page__info p:last-of-type {
  margin-bottom: 2.5rem;
}

.services-page__info .info-block__title {
  color: #202020;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.5rem;
}

.our-projects {
  background-color: #121212;
}

.our-projects__left {
  color: #F7F7F7;
  font-family: "Raleway";
}

.our-projects__header p {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.our-projects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.our-projects__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.our-projects__right .line {
  position: absolute;
  bottom: 0;
  left: 0;
}

.our-projects__link {
  margin-top: 3.75rem;
  margin-right: 18%;
}

.our-projects__link .button {
  background-color: transparent;
  color: #f7f7f7;
}

.our-projects__link .button::after {
  content: "";
  background-color: var(--base);
}

.our-projects__slider {
  position: relative;
  max-width: 65rem;
  width: 100%;
}

.our-projects__slider .slide__body {
  position: relative;
}

.our-projects__slider .slide__body a {
  color: #F7F7F7;
  position: absolute;
  bottom: 22%;
  left: 8%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-projects__slider .slide__body a:hover {
  color: var(--base);
}

.our-projects__slider .slide__body img {
  width: 65rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.our-projects__slider .slide__image {
  position: relative;
}

.our-projects__slider .slide__image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.our-projects__counters-line:last-child {
  margin-bottom: 0;
}

.our-projects__counters-line p {
  color: var(--base);
  text-align: right;
  font-family: "Raleway";
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 6px;
}

.our-projects__counters-line span {
  color: #D5D5D5;
  display: block;
  text-align: right;
  font-family: "Raleway";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.our-projects__header .title {
  color: var(--base);
}

.projects-page__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-top: 1.5625rem;
}

.projects-page__item:hover .item-project__image::before {
  opacity: 0;
}

.projects-page__item:nth-child(even) .item-project__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.projects-page__item:nth-child(even) .item-project__image {
  margin-right: calc((100% - 100vw) / 2);
}

.projects-page__item:nth-child(even)::before {
  right: -50vw;
}

.projects-page__item:nth-child(even):hover .title::before {
  background-color: #202020;
}

.projects-page__item:nth-child(even):hover .item-project__image {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.projects-page__item:nth-child(even):hover::before {
  width: 150vw;
}

.projects-page__item:nth-child(odd) .item-project__image {
  margin-left: calc((100% - 100vw) / 2);
}

.projects-page__item:nth-child(odd)::before {
  left: -50vw;
}

.projects-page__item:nth-child(odd):hover .title::before {
  background-color: #202020;
}

.projects-page__item:nth-child(odd):hover .item-project__image {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.projects-page__item:nth-child(odd):hover::before {
  width: 150vw;
  right: 0;
}

.projects-page__item::before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 100%;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.projects-page__item .title::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-project__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.item-project__image {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.item-project__image .image-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.item-project__image .image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.item-project__image img {
  max-width: 1100px;
  margin-left: auto;
  width: 1100px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-project__content .date {
  color: #534D4D;
  text-align: right;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 137.4%;
  /* 27.48px */
}

.item-project__content .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-project__content-top {
  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;
}

.item-project__content-top span {
  font-size: 1.25rem;
}

.item-project__content-top p,
.item-project__content-top span {
  color: #534D4D;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}

.item-project__content-top p {
  color: #534D4D;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}

.item-project__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-page__images {
  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.125rem;
}

.project-page__images img {
  width: 100%;
  height: auto;
}

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

.project-page__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.875rem;
          flex: 0 0 21.875rem;
}

.project-page__info .info-project__row h5 {
  color: #202020;
  font-family: "Raleway";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 0.5rem;
}

.project-page__info .info-project__line {
  margin-bottom: 1.125rem;
}

.project-page__info .info-project__line span {
  color: #534D4D;
  font-family: "Raleway";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.4%;
  /* 21.984px */
  display: inline-block;
  margin-bottom: 0.375rem;
}

.project-page__info .info-project__line p {
  color: #202020;
  font-family: "Raleway";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.4%;
  /* 27.48px */
}

.project-page__info .info-project__line ul {
  padding-left: 1.25rem;
}

.project-page__info .info-project__line ul li {
  list-style-type: disc;
  color: #202020;
  font-family: "Raleway";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.4%;
  /* 27.48px */
  margin-bottom: 0.5rem;
}

.project-page__footer {
  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: 1.25rem;
  margin-top: 2.8125rem;
}

.project-page__prev a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #534D4D;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.project-page__prev a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project-page__prev a:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.project-page__back-top .button-back-top {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.project-page__back-top .button-back-top:hover {
  background-color: #fff;
}

.project-page__next {
  text-align: right;
}

.project-page__next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #534D4D;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.project-page__next a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project-page__next a:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.blog-page__header.template-two__header .template-two__icon.icon-1 {
  -webkit-transform: translateY(1.75rem);
      -ms-transform: translateY(1.75rem);
          transform: translateY(1.75rem);
  left: -3%;
}

.blog-page__header.template-two__header .template-two__icon.icon-2 {
  -webkit-transform: translate(-50%, -7.75rem);
      -ms-transform: translate(-50%, -7.75rem);
          transform: translate(-50%, -7.75rem);
}

.blog-page__header.template-two__header .template-two__icon.icon-3 {
  right: -3%;
  -webkit-transform: translateY(-4.75rem);
      -ms-transform: translateY(-4.75rem);
          transform: translateY(-4.75rem);
}

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

.blog-page .blog__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.blog-page .blog__item:first-child {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.blog-page .blog__item:last-child {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.blog-page .blog__item:hover {
  background-color: #fff;
}

.blog-page .blog__item .blog-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-page .blog__item .blog-item__footer-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.blog-page .blog__item .blog-item__footer-info .date {
  color: #534D4D;
  text-align: right;
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 137.4%;
  /* 27.48px */
}

.post-page .post img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-page .post__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.post-page .post__inner ul {
  padding-left: 1.875rem;
  margin-bottom: 1rem;
}

.post-page .post__inner ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
  color: var(--text-2);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}

.post-page .post__inner h5 {
  color: var(--text);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.post-page .post__inner a {
  border-bottom: 1px solid var(--text);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.post-page .post__inner a:hover {
  border-bottom-color: transparent;
}

.post-page .post__inner p {
  margin-bottom: 1rem;
  color: var(--text-2);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}

.post-page .post__title {
  text-align: center;
}

.post-page .post__line {
  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.75rem;
}

.post-page .post__line .date {
  color: var(--base-2);
  font-family: "Exo 2";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 137.4%;
  /* 27.48px */
}

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

.post-page .post__share p {
  color: var(--text);
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.875rem;
  line-height: normal;
}

.post-page .post__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.post-page .post__share ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-page .post__share ul li a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.post-page .post__footer {
  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: 1.25rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.post-page .post__prev a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #534D4D;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.post-page .post__prev a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-page .post__prev a:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.post-page .post__back-top .button-back-top {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.post-page .post__back-top .button-back-top:hover {
  background-color: #fff;
}

.post-page .post__next {
  text-align: right;
}

.post-page .post__next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #534D4D;
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.post-page .post__next a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-page .post__next a:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.clients-page__header.template-two__header .template-two__icon {
  width: 100%;
  max-width: none;
  text-align: center;
}

.clients-page__header.template-two__header .template-two__icon.icon-main svg {
  max-width: 1200px;
  width: 100%;
}

.clients-page__list {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid var(--text-2);
}

.clients-page__client {
  border-left: 1px solid var(--text-2);
  border-bottom: 1px solid var(--text-2);
  background-color: #fff;
}

.clients-page__client:last-child {
  border-right: 1px solid var(--text-2);
}

.clients-page__client .client__image {
  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;
  height: 100%;
}

.clients-page__client .client__image img {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  max-width: 200px;
}

.partners__title {
  margin-bottom: 1.25rem;
}

.partners__header {
  text-align: center;
}

.partners__header p {
  color: var(--text-2);
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.partners__list {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid var(--text-2);
}

.partners__item {
  border-left: 1px solid var(--text-2);
  border-bottom: 1px solid var(--text-2);
  background-color: #fff;
}

.partners__item:last-child {
  border-right: 1px solid var(--text-2);
}

.partners__item .item__image {
  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;
  height: 100%;
}

.partners__item .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  max-width: 200px;
}

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

.certificates-page__list .list-column .certificate__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-page__content {
  padding: 3.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem 2.5rem;
}

.contacts-page__info .info-contact__line {
  margin-bottom: 3.125rem;
}

.contacts-page__info .info-contact__line h5 {
  margin-bottom: 1rem;
  color: #000;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts-page__info .info-contact__line h6 {
  color: var(--base-2);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

.contacts-page__info .info-contact__line p {
  color: var(--text-2);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts-page__info .info-contact__line a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__info .info-contact__line a:hover {
  color: var(--base);
}

.contacts-page__info .info-contact__line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-page__info .info-contact__line ul li a {
  color: var(--text-2);
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-page__info .info-contact__line .contact__phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  color: var(--text-2);
  font-family: "Exo 2";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__info .info-contact__line .contact__phone a svg {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
}

.contacts-page__info .info-contact__line .contact__phone a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__info .info-contact__line .contact__phone a svg path:first-child {
  stroke: #534D4D;
}

.contacts-page__info .info-contact__line .contact__phone a svg path:last-child {
  fill: #534D4D;
}

.contacts-page__info .info-contact__line .contact__phone a:hover {
  color: var(--base);
}

.contacts-page__info .info-contact__line .contact__phone a:hover svg path:first-child {
  stroke: var(--base);
}

.contacts-page__info .info-contact__line .contact__phone a:hover svg path:last-child {
  fill: var(--base);
}

.contacts-page__info .info-contact__line .contact__mail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  color: var(--text-2);
  font-family: "Exo 2";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__info .info-contact__line .contact__mail a svg {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
}

.contacts-page__info .info-contact__line .contact__mail a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__info .info-contact__line .contact__mail a svg path:first-child {
  stroke: #534D4D;
}

.contacts-page__info .info-contact__line .contact__mail a svg path:last-child {
  fill: #534D4D;
}

.contacts-page__info .info-contact__line .contact__mail a:hover {
  color: var(--base);
}

.contacts-page__info .info-contact__line .contact__mail a:hover svg path:first-child {
  stroke: var(--base);
}

.contacts-page__info .info-contact__line .contact__mail a:hover svg path:last-child {
  fill: var(--base);
}

.contacts-page__form h5 {
  color: #F7F7F7;
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3.75rem;
}

.contacts-page__form .form-contact {
  position: relative;
}

.contacts-page__form .form-contact__image {
  position: absolute;
  right: -50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 0;
}

.contacts-page__form .form-contact__image img {
  width: 100%;
}

.contacts-page__form .form-contact__form {
  position: relative;
  z-index: 2;
  background-color: #212A2F;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
          box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
}

.contacts-page__form .form-contact__form .form__line.line-button {
  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;
}

.contacts-page__form .form-contact__form .form__line.line-button .button {
  background-color: transparent;
  color: #F7F7F7;
}

.contacts-page__form .form-contact__form .input {
  color: #fff;
  background-color: transparent;
}

.contacts-page__form .form-contact__form .input::-webkit-input-placeholder {
  color: #fff;
}

.contacts-page__form .form-contact__form .input::-moz-placeholder {
  color: #fff;
}

.contacts-page__form .form-contact__form .input:-ms-input-placeholder {
  color: #fff;
}

.contacts-page__form .form-contact__form .input::-ms-input-placeholder {
  color: #fff;
}

.contacts-page__form .form-contact__form .input::placeholder {
  color: #fff;
}

.maps {
  position: relative;
  z-index: 3;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.about__logo svg {
  max-width: 20rem;
  width: 100%;
}

.about__title {
  color: #F7F7F7;
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  line-height: 129.9%;
  /* 145.488px */
  text-transform: uppercase;
}

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

.menu-open .about__content {
  opacity: 0;
}

.about__title {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
}

.about__image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 110px;
}

.about__link .svg-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0.625rem;
}

.about__link:hover .svg-icon {
  -webkit-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.about__link span {
  color: var(--BG);
  text-align: center;
  font-style: normal;
  line-height: 120%;
}

.about-info {
  background-color: var(--base-2);
}

.about-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-info .info-left__desc p {
  color: #F7F7F7;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 137.4%;
  /* 27.48px */
  margin-bottom: 3.125rem;
}

.about-info .info-left__desc span {
  color: #5ACBFC;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  margin-bottom: 1rem;
}

.about-info .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
  margin-right: -11.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-info .info-right__image {
  position: relative;
}

.about-info .info-right__image .image {
  position: relative;
  z-index: 2;
}

.about-info .info-right__image .image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-info .info-right__image .line {
  position: absolute;
  width: 100%;
}

.about-info .info-right__image .line img {
  width: 100%;
  max-width: 100%;
}

.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;
}

@media (min-width: 29.99875em) {
  .template-two__title {
    font-weight: 700;
    line-height: 129.9%;
    /* 83.136px */
  }

  .hero {
    min-height: 100vh;
  }

  .hero__content {
    min-height: 100vh;
  }

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

  .our-projects__slider .slider-navigation {
    position: absolute;
    bottom: 8%;
    left: 8%;
  }

  .item-project__content .line .date {
    display: none;
  }

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

  .certificates-page__list .list-column:last-child {
    -webkit-transform: translateY(-85px);
        -ms-transform: translateY(-85px);
            transform: translateY(-85px);
  }

  .contacts-page__header.template-two__header .template-two__icon.icon-main svg {
    max-width: 27.0625rem;
  }

  .about {
    min-height: 100vh;
  }

  .about__content {
    min-height: 100vh;
  }
}

@media (min-width: 29.99875em) and (min-width: 82.25em) {
  .certificates-page__list {
    gap: 5rem;
  }
}

@media (min-width: 47.99875em) {
  .form__line {
    margin-bottom: 2.5rem;
  }

  .button.button-large {
    min-height: 4.375rem;
  }

  .title::before {
    width: 82px;
    height: 62px;
    min-width: 84px;
    margin-right: 30px;
  }

  .template-one__header {
    margin-bottom: 3.75rem;
  }

  .button-play::before {
    margin-bottom: 1.5rem;
  }

  .header__content {
    padding: 1.75rem 0;
  }

  .header__actions {
    gap: 1.25rem 2.5rem;
  }

  .header__menu .menu__body {
    padding-top: 11.375rem;
  }

  .header__menu .menu__col ul li a {
    margin-bottom: 1.5rem;
  }

  .header__menu .menu__col--mob {
    display: none;
  }

  .consultation .form__row {
    margin-bottom: 5rem;
  }

  .projects__header {
    margin-bottom: 3.75rem;
  }

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

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

  .blog__header {
    margin-bottom: 50px;
  }

  .blog__inner-footer .button {
    min-width: 20rem;
  }

  .questions__header .title::before {
    margin-bottom: 40px;
  }

  .services-page__header {
    margin-bottom: 2.8125rem;
  }

  .item-project__content-top p,
  .item-project__content-top span {
    padding-left: 7rem;
  }

  .item-project__content-bottom {
    padding-left: 7rem;
  }

  .blog-page .blog__item {
    padding: 1.875rem 2.625rem;
  }

  .post-page .post__prev a {
    max-width: 17.5rem;
  }

  .post-page .post__next a {
    max-width: 17.5rem;
  }

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

  .clients-page__client:nth-child(4n+4) {
    border-right: 1px solid var(--text-2);
  }

  .clients-page__client .client__image {
    min-height: 11.875rem;
  }

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

  .partners__item:nth-child(4n+4) {
    border-right: 1px solid var(--text-2);
  }

  .partners__item .item__image {
    min-height: 11.875rem;
  }

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

  .contacts-page__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28.125rem;
            flex: 0 1 28.125rem;
  }

  .contacts-page__form .form-contact__form {
    max-width: 40rem;
  }

  .about-info .info-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 540px;
            flex: 0 1 540px;
  }

  .about-info .info-right__logo {
    display: none;
  }

  .about-info .info-right__image .image {
    max-width: 40rem;
  }

  .about-info .info-right__image .line {
    right: -50%;
    top: -50%;
    -webkit-transform: translate(-25%, 25%);
        -ms-transform: translate(-25%, 25%);
            transform: translate(-25%, 25%);
  }
}

@media (min-width: 47.99875em) and (min-width: 82.25em) {
  .contacts-page__content {
    padding-bottom: 10rem;
  }

  .contacts-page__content {
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 61.99875em) {
  .header__menu .menu__body-wrapper {
    gap: 1.25rem;
  }

  .header__menu ul li.menu__col-title {
    margin-bottom: 3.125rem !important;
  }

  .footer__top {
    padding: 2.5rem 2.5rem;
  }

  .footer__bottom {
    padding: 0.375rem 2.5rem 1rem 2.5rem;
  }

  .footer__menu .menu__body-wrapper {
    gap: 1.25rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero__content {
    padding: 25% 0 6.25rem 0;
  }

  .hero__image img {
    min-height: 56.25rem;
  }

  .consultation__image {
    width: 100%;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-left: calc(50% - 50vw);
  }

  .consultation__form {
    padding: 3rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
  }

  .consultation__form-header {
    margin-bottom: 5rem;
  }

  .service-section__image-mob {
    display: none;
  }

  .service-section__list {
    padding-left: 3.125rem;
  }

  .blog__item:first-child {
    -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
            transform: translateY(-75px);
  }

  .blog__item:last-child {
    -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
            transform: translateY(-75px);
  }

  .blog__item .blog-item__content .button {
    margin-left: -24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 10.9375rem;
  }

  .questions__header .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 12.375rem;
  }

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

  .questions__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }

  .questions__list .spollers {
    margin-left: -1.125rem;
  }

  .questions__list .spollers__item {
    gap: 1rem 3.5rem;
  }

  .questions__list .spollers__title {
    max-width: 35rem;
  }

  .questions__list .spollers__title::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .questions__list .spollers__title::after {
    opacity: 0;
  }

  .questions__list .spollers__title._spoller-active::after {
    right: -3.125rem;
  }

  .questions__list .spollers__body {
    position: absolute;
    right: 0;
    width: 31%;
    top: 0;
  }

  .questions__list .spollers__body-inner {
    position: absolute;
    right: 0;
    top: 0px;
    display: none;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }

  .services-page__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(320px, 1fr) auto;
    grid-template-columns: minmax(320px, 1fr) auto;
    gap: 3.5rem;
  }

  .services-page__sidebar ul li ul {
    display: none;
  }

  .our-projects__left {
    padding: 5rem 0;
  }

  .our-projects__header {
    margin-bottom: 2.8125rem;
  }

  .our-projects__slider {
    height: 42.1875rem;
  }

  .our-projects__counters {
    margin-top: 45px;
  }

  .our-projects__counters-line {
    margin-bottom: 3.125rem;
  }

  .our-projects__header .title {
    margin-bottom: 3.125rem;
  }

  .item-project__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.375rem;
            flex: 0 0 34.375rem;
  }

  .project-page__body {
    gap: 2.5rem;
  }

  .blog-page__list {
    margin: 0 -2.625rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
  }

  .blog-page__list .list-column:last-child {
    -webkit-transform: translateY(-85px);
        -ms-transform: translateY(-85px);
            transform: translateY(-85px);
  }

  .clients-page__list {
    margin-top: -5vw;
  }

  .contacts-page__form .form-contact__form {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .about__content {
    padding: 25% 0 6.25rem 0;
  }

  .about__image img {
    min-height: 56.25rem;
  }

  .about-info .info-left__logo svg {
    max-width: 26.6875rem;
  }
}

@media (min-width: 71.875em) {
  .our-projects__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }

  .our-projects__right {
    margin-right: calc((100% - 99vw) / 2);
  }
}

@media (min-width: 78.125em) {
  .services-page__services ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .about-us__right {
    width: 100%;
    margin-right: calc((100% - 99vw) / 2);
  }

  .about-us__right .video {
    max-width: 59.375rem;
    margin-left: auto;
  }

  .about-us__left {
    padding: 1rem 0 10rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }

  .projects {
    margin-top: -7.8rem;
  }
}

@media (min-width: 82.25em) {
  .button-one {
    font-size: 1.5rem;
  }

  .button-two {
    font-size: 1.25rem;
  }

  .spollers-faq .spollers__body {
    font-size: 1.25rem;
  }

  .spollers-faq .spollers__title {
    font-size: 2rem;
  }

  .spollers-faq .spollers__title._spoller-active ~ .spollers__body {
    margin-bottom: 1.875rem;
  }

  h1,
  .h1 {
    font-size: 3rem;
  }

  .pagging {
    gap: 1.875rem;
  }

  .pagging__arrow {
    width: 4.625rem;
  }

  .pagging__arrow {
    height: 4.625rem;
  }

  .pagging__list {
    gap: 1.875rem;
  }

  .pagging__list li a {
    width: 4.625rem;
  }

  .pagging__list li a {
    height: 4.625rem;
  }

  .pagging__list li a {
    font-size: 1.25rem;
  }

  .template-two {
    min-height: 29.0625rem;
  }

  .template-two__header {
    min-height: 29.0625rem;
  }

  .template-two__header span {
    font-size: 2rem;
  }

  .template-two__bg-container {
    min-height: 29.0625rem;
  }

  .template-two__title {
    font-size: 4rem;
  }

  .button-play::before {
    width: 5.25rem;
  }

  .button-play::before {
    height: 5.25rem;
  }

  .button-play::before {
    min-width: 5.25rem;
  }

  .button-play span {
    font-size: 1.25rem;
  }

  .header__phone a {
    font-size: 1.25rem;
  }

  .header__menu .menu__col ul li a  {
    font-size: 1.25rem;
  }

  .header__menu ul li.menu__col-title a{
    font-size: 1.5rem;
  }

  .footer__menu {
    padding-bottom: 3.75rem;
  }

  .hero__link {
    margin-top: 11.25rem;
  }

  .hero__link span {
    font-size: 1.25rem;
  }

  .about-us__left p {
    font-size: 1.25rem;
  }

  .projects {
    padding-bottom: 10rem;
  }

  .service-section {
    padding-top: 6.25rem;
  }

  .service-section {
    padding-bottom: 6.25rem;
  }

  .service-section__header p {
    font-size: 1.25rem;
  }

  .service-section__list ul li a {
    font-size: 1.5rem;
  }

  .blog {
    padding-top: 6.25rem;
  }

  .blog {
    padding-bottom: 6.25rem;
  }

  .questions {
    padding-top: 6.25rem;
  }

  .questions {
    padding-bottom: 6.25rem;
  }

  .questions__list .button {
    margin-top: 5.625rem;
  }

  .services-page {
    padding-bottom: 6.25rem;
  }

  .services-page__sidebar ul li a {
    font-size: 1.5rem;
  }

  .services-page__info p {
    font-size: 1.25rem;
  }

  .services-page__info .info-block__title {
    font-size: 2.5rem;
  }

  .our-projects {
    padding-bottom: 7.8125rem;
  }

  .our-projects__header p {
    font-size: 1.25rem;
  }

  .projects-page {
    padding-bottom: 7.8125rem;
  }

  .projects-page .pagging {
    margin-top: 6.25rem;
  }

  .projects-page__item {
    margin-bottom: 3.125rem;
  }

  .item-project__body {
    gap: 4.6875rem;
  }

  .item-project__content .title {
    font-size: 2rem;
  }

  .item-project__content-top p {
    font-size: 1.25rem;
  }

  .item-project__content-bottom {
    margin-top: 4.375rem;
  }

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

  .project-page__prev a {
    font-size: 1rem;
  }

  .project-page__back-top .button-back-top {
    min-width: 4.625rem;
  }

  .project-page__back-top .button-back-top {
    max-width: 4.625rem;
  }

  .project-page__back-top .button-back-top {
    width: 4.625rem;
  }

  .project-page__back-top .button-back-top {
    height: 4.625rem;
  }

  .project-page__next a {
    font-size: 1rem;
  }

  .blog-page {
    padding-bottom: 6.25rem;
  }

  .blog-page__list {
    margin-bottom: 6.25rem;
  }

  .blog-page .blog__item .blog-item__title {
    font-size: 2rem;
  }

  .blog-page .blog__item .blog-item p {
    font-size: 1.25rem;
  }

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

  .post-page .post img {
    margin-bottom: 2.5rem;
  }

  .post-page .post__inner ul li {
    font-size: 1.25rem;
  }

  .post-page .post__inner h5 {
    font-size: 2rem;
  }

  .post-page .post__inner h5 {
    margin-bottom: 0.875rem;
  }

  .post-page .post__inner p {
    font-size: 1.25rem;
  }

  .post-page .post__title {
    margin-bottom: 2.5rem;
  }

  .post-page .post__line {
    margin-bottom: 2.5rem;
  }

  .post-page .post__share {
    margin-top: 3.125rem;
  }

  .post-page .post__share p {
    font-size: 1.5rem;
  }

  .post-page .post__footer {
    margin-top: 3.125rem;
  }

  .post-page .post__prev a {
    font-size: 1rem;
  }

  .post-page .post__back-top .button-back-top {
    min-width: 4.625rem;
  }

  .post-page .post__back-top .button-back-top {
    max-width: 4.625rem;
  }

  .post-page .post__back-top .button-back-top {
    width: 4.625rem;
  }

  .post-page .post__back-top .button-back-top {
    height: 4.625rem;
  }

  .post-page .post__next a {
    font-size: 1rem;
  }

  .clients-page__content {
    margin-bottom: 7.5rem;
  }

  .clients-page__client .client__image {
    padding: 1.875rem;
  }

  .partners {
    margin-bottom: 7.5rem;
  }

  .partners__header p {
    font-size: 2rem;
  }

  .partners__header {
    margin-bottom: 3.4375rem;
  }

  .partners__item .item__image {
    padding: 1.875rem;
  }

  .faq {
    padding-top: 2.8125rem;
  }

  .faq {
    padding-bottom: 7.5rem;
  }

  .certificates-page__list {
    margin-bottom: 6.25rem;
  }

  .certificates-page__list .list-column .certificate {
    margin-bottom: 3.75rem;
  }

  .contacts-page__info .info-contact__line h5 {
    font-size: 2.25rem;
  }

  .contacts-page__info .info-contact__line h6 {
    font-size: 1.5rem;
  }

  .contacts-page__info .info-contact__line p {
    font-size: 1.5rem;
  }

  .contacts-page__info .info-contact__line ul {
    gap: 1.875rem;
  }

  .contacts-page__info .info-contact__line ul li a {
    font-size: 1.5rem;
  }

  .contacts-page__form h5 {
    font-size: 2.25rem;
  }

  .contacts-page__form .form-contact__form {
    padding-top: 5rem;
  }

  .contacts-page__form .form-contact__form {
    padding-bottom: 5rem;
  }

  .about__logo {
    margin-bottom: 6.25rem;
  }

  .about__title {
    font-size: 7rem;
  }

  .about__link {
    margin-top: 11.25rem;
  }

  .about__link span {
    font-size: 1.25rem;
  }

  .about-info {
    padding-top: 9.375rem;
  }

  .about-info {
    padding-bottom: 9.375rem;
  }

  .about-info .info-left__logo {
    margin-bottom: 5rem;
  }

  .about-info .info-left__desc p {
    font-size: 1.25rem;
  }

  .about-info .info-left__desc span {
    font-size: 3rem;
  }
}

@media (min-width: 90em) {
  .title.title-overline {
    margin-left: -2.5rem;
  }

  .footer__menu .menu__col-image {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-us__left p {
    padding-left: 4.6875rem;
  }




  .service-section__info {
    margin-right: -6%;
  }

  .service-section__header p {
    padding-left: 4.6875rem;
  }
}


@media (min-width: 1760px){
  .projects__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projects__body .slider-navigation {
    margin-left: 50px;
    width: 100%;
    margin-right: -110%;
  }

}

@media (max-width: 100em) {
  .footer__menu .menu__col-image img {
    width: 12.5rem;
  }
}

@media (max-width: 90em) {
  .about-us__left {
    padding-left: 20px;
  }



  .service-section__header .title {
    margin-bottom: 1.5625rem;
  }
}


@media (max-width: 1769px) {
  .projects__body .slider-navigation {
    margin-top: 1.5rem;
  }
}

@media (max-width: 75em) {
  .clients-page__client .client__image img {
    max-width: 100%;
  }

  .partners__item .item__image img {
    max-width: 100%;
  }
}

@media (max-width: 20em) {
  .button-one {
    font-size: 1.25rem;
  }

  .button-two {
    font-size: 1rem;
  }

  .spollers-faq .spollers__body {
    font-size: 1rem;
  }

  .spollers-faq .spollers__title {
    font-size: 1.5rem;
  }

  .spollers-faq .spollers__title._spoller-active ~ .spollers__body {
    margin-bottom: 1.25rem;
  }

  h1,
  .h1 {
    font-size: 1.5rem;
  }

  .pagging {
    gap: 1.25rem;
  }

  .pagging__arrow {
    width: 3rem;
  }

  .pagging__arrow {
    height: 3rem;
  }

  .pagging__list {
    gap: 1.25rem;
  }

  .pagging__list li a {
    width: 3rem;
  }

  .pagging__list li a {
    height: 3rem;
  }

  .pagging__list li a {
    font-size: 0.8125rem;
  }

  .template-two {
    min-height: 23.75rem;
  }

  .template-two__header {
    min-height: 26.25rem;
  }

  .template-two__header span {
    font-size: 1rem;
  }

  .template-two__bg-container {
    min-height: 26.25rem;
  }

  .template-two__title {
    font-size: 2rem;
  }

  .button-play::before {
    width: 4rem;
  }

  .button-play::before {
    height: 4rem;
  }

  .button-play::before {
    min-width: 4rem;
  }

  .button-play span {
    font-size: 1rem;
  }

  .header__phone a {
    font-size: 1rem;
  }

  .header__menu .menu__col ul li a  {
    font-size: 1rem;
  }

  .header__menu ul li.menu__col-title a{
    font-size: 1.25rem;
  }

  .footer__menu {
    padding-bottom: 1.25rem;
  }

  .hero__link {
    margin-top: 4.0625rem;
  }

  .hero__link span {
    font-size: 0.875rem;
  }

  .about-us__left p {
    font-size: 1rem;
  }

  .projects {
    padding-bottom: 4.375rem;
  }

  .service-section {
    padding-top: 3.75rem;
  }

  .service-section {
    padding-bottom: 3.75rem;
  }

  .service-section__header p {
    font-size: 1rem;
  }

  .service-section__list ul li a {
    font-size: 1rem;
  }

  .blog {
    padding-top: 3.75rem;
  }

  .blog {
    padding-bottom: 3.75rem;
  }

  .questions {
    padding-top: 3.75rem;
  }

  .questions {
    padding-bottom: 3.75rem;
  }

  .questions__list .button {
    margin-top: 2.5rem;
  }

  .services-page {
    padding-bottom: 3.75rem;
  }

  .services-page__sidebar ul li a {
    font-size: 1.25rem;
  }

  .services-page__info p {
    font-size: 1rem;
  }

  .services-page__info .info-block__title {
    font-size: 1.5rem;
  }

  .our-projects {
    padding-bottom: 4.375rem;
  }

  .our-projects__header p {
    font-size: 1rem;
  }

  .projects-page {
    padding-bottom: 4.375rem;
  }

  .projects-page .pagging {
    margin-top: 3.125rem;
  }

  .projects-page__item {
    margin-bottom: 1.5625rem;
  }

  .item-project__body {
    gap: 1.5625rem;
  }

  .item-project__content .title {
    font-size: 1.125rem;
  }

  .item-project__content-top p {
    font-size: 1rem;
  }

  .item-project__content-bottom {
    margin-top: 1.625rem;
  }

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

  .project-page__prev a {
    font-size: 0.625rem;
  }

  .project-page__back-top .button-back-top {
    min-width: 3rem;
  }

  .project-page__back-top .button-back-top {
    max-width: 3rem;
  }

  .project-page__back-top .button-back-top {
    width: 3rem;
  }

  .project-page__back-top .button-back-top {
    height: 3rem;
  }

  .project-page__next a {
    font-size: 0.625rem;
  }

  .blog-page {
    padding-bottom: 3.125rem;
  }

  .blog-page__list {
    margin-bottom: 3.125rem;
  }

  .blog-page .blog__item .blog-item__title {
    font-size: 1.5rem;
  }

  .blog-page .blog__item .blog-item p {
    font-size: 1rem;
  }

  .post-page {
    padding-bottom: 3.75rem;
  }

  .post-page .post img {
    margin-bottom: 1.875rem;
  }

  .post-page .post__inner ul li {
    font-size: 1rem;
  }

  .post-page .post__inner h5 {
    font-size: 1.25rem;
  }

  .post-page .post__inner h5 {
    margin-bottom: 1.875rem;
  }

  .post-page .post__inner p {
    font-size: 1rem;
  }

  .post-page .post__title {
    margin-bottom: 1.875rem;
  }

  .post-page .post__line {
    margin-bottom: 1.875rem;
  }

  .post-page .post__share {
    margin-top: 1.875rem;
  }

  .post-page .post__share p {
    font-size: 1rem;
  }

  .post-page .post__footer {
    margin-top: 1.875rem;
  }

  .post-page .post__prev a {
    font-size: 0.625rem;
  }

  .post-page .post__back-top .button-back-top {
    min-width: 3rem;
  }

  .post-page .post__back-top .button-back-top {
    max-width: 3rem;
  }

  .post-page .post__back-top .button-back-top {
    width: 3rem;
  }

  .post-page .post__back-top .button-back-top {
    height: 3rem;
  }

  .post-page .post__next a {
    font-size: 0.625rem;
  }

  .clients-page__content {
    margin-bottom: 3.75rem;
  }

  .clients-page__client .client__image {
    padding: 1rem;
  }

  .partners {
    margin-bottom: 3.75rem;
  }

  .partners__header p {
    font-size: 1.25rem;
  }

  .partners__header {
    margin-bottom: 1.875rem;
  }

  .partners__item .item__image {
    padding: 1rem;
  }

  .faq {
    padding-top: 1.875rem;
  }

  .faq {
    padding-bottom: 3.75rem;
  }

  .certificates-page__list {
    margin-bottom: 3.125rem;
  }

  .certificates-page__list .list-column .certificate {
    margin-bottom: 1.875rem;
  }

  .contacts-page__info .info-contact__line h5 {
    font-size: 2rem;
  }

  .contacts-page__info .info-contact__line h6 {
    font-size: 1.25rem;
  }

  .contacts-page__info .info-contact__line p {
    font-size: 1.25rem;
  }

  .contacts-page__info .info-contact__line ul {
    gap: 1rem;
  }

  .contacts-page__info .info-contact__line ul li a {
    font-size: 1.25rem;
  }

  .contacts-page__form h5 {
    font-size: 2rem;
  }

  .contacts-page__form .form-contact__form {
    padding-top: 2.5rem;
  }

  .contacts-page__form .form-contact__form {
    padding-bottom: 2.5rem;
  }

  .about__logo {
    margin-bottom: 3.75rem;
  }

  .about__title {
    font-size: 3rem;
  }

  .about__link {
    margin-top: 4.0625rem;
  }

  .about__link span {
    font-size: 0.875rem;
  }

  .about-info {
    padding-top: 3.75rem;
  }

  .about-info {
    padding-bottom: 3.75rem;
  }

  .about-info .info-left__logo {
    margin-bottom: 2.5rem;
  }

  .about-info .info-left__desc p {
    font-size: 1rem;
  }

  .about-info .info-left__desc span {
    font-size: 2.25rem;
  }
}

@media (max-width: 106.25em) {
  .about-info .info-right {
    -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;
    margin-right: 0rem;
  }
}

@media (max-width: 81.25em) {
  .about-us__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about-us__left {
    padding: 4.125rem 0;
    padding-left: 0 !important;
  }

  .projects {
    padding-top: 4.375rem;
  }

  .service-section__image .line {
    max-width: 35%;
    top: -25%;
  }
}

@media (max-width: 78.125em) {
  .services-page__services ul {
    gap: 1.5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .our-projects__link {
    margin-right: 30%;
  }
}

@media (max-width: 71.875em) {
  .our-projects__header .title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .our-projects__header p {
    text-align: left;
  }

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

@media (max-width: 61.99875em) {
  .template-two__icon.icon-1 {
    display: none;
  }

  .template-two__icon.icon-3 {
    display: none;
  }

  .menu-open .header .header__content {
    border-bottom: none;
  }

  .menu-open .header {
    background: rgba(17, 17, 17, 0.8);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }

  .header__menu .menu__body-wrapper {
    gap: 2.5rem 1.25rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .header__menu ul li.menu__col-title {
    margin-bottom: 1.5rem !important;
  }

  .footer {
    position: relative;
    z-index: 2;
  }

  .footer__top {
    padding: 1.5rem 1.25rem;
  }

  .footer__bottom {
    padding: 0.375rem 1.25rem 1rem 1.25rem;
  }

  .footer__menu .menu__body-wrapper {
    gap: 2.5rem 1.25rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__menu .menu__col-image {
    display: none;
  }

  .hero__content {
    padding: 3.125rem 0;
  }

  .about-us__right {
    margin: 0 -1.125rem;
  }

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

  .consultation__image {
    margin: 0 -1.125rem;
  }

  .consultation__form {
    padding: 2.5rem 0;
  }

  .consultation__form-header {
    margin-bottom: 3.75rem;
  }

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

  .service-section__image-mob {
    margin: 0 -1.125rem 1.875rem -1.125rem;
    text-align: center;
  }

  .service-section__image-mob img {
    max-width: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service-section__image {
    display: none;
  }

  .blog__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }

  .blog__item:nth-child(even) {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }

  .questions__header {
    text-align: center;
  }

  .questions__header .title::before {
    margin-bottom: 25px;
  }

  .questions__header {
    margin-bottom: 1.875rem;
  }

  .questions__list .spollers {
    gap: 0;
  }

  .questions__list .spollers__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .questions__list .spollers__title {
    font-size: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .questions__list .spollers__title {
    padding: 1.25rem 1.125rem;
  }

  .questions__list .spollers__title._spoller-active::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .questions__list .spollers__body {
    display: none;
    padding: 1.25rem 1.125rem;
  }

  .services-page__sidebar ul li ul {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
  }

  .services-page__sidebar ul li ul li a {
    background-color: #fff;
    color: #202020;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .services-page__sidebar ul li ul li a::after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    min-width: 27px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #202020;
    -webkit-mask: url("../img/icons/button-icon.svg") 0 0 no-repeat;
  }

  .services-page__sidebar ul li ul li a:hover::after {
    -webkit-transform: translate(5px, -5px);
        -ms-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
    background-color: var(--base);
  }

  .services-page__sidebar ul li ul li a.active {
    background-color: var(--base-2);
    color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
            box-shadow: 0px 4px 8px 0px rgba(33, 42, 46, 0.23), 0px 15px 15px 0px rgba(33, 42, 46, 0.2), 0px 34px 21px 0px rgba(33, 42, 46, 0.12), 0px 61px 24px 0px rgba(33, 42, 46, 0.03), 0px 96px 27px 0px rgba(33, 42, 46, 0);
  }

  .services-page__sidebar ul li ul li a.active::after {
    background-color: var(--base);
  }

  .services-page__services {
    display: none;
  }

  .our-projects__left {
    padding: 3.125rem 0 0 0;
  }

  .our-projects__header {
    margin-bottom: 1.5625rem;
  }

  .our-projects__header p {
    color: #F7F7F7;
    line-height: 140%;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
  }

  .our-projects__right .line {
    max-width: 50%;
    bottom: 90px;
  }

  .our-projects__right .line img {
    max-width: 100%;
  }

  .our-projects__link {
    margin-right: auto;
    margin-left: auto;
  }

  .our-projects__slider {
    margin-right: -18px;
  }

  .our-projects__counters {
    margin-top: 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .our-projects__counters-line p {
    text-align: center;
  }

  .our-projects__counters-line span {
    text-align: center;
  }

  .our-projects__header .title {
    margin-bottom: 1.5625rem;
  }

  .projects-page__item {
    padding-bottom: 1.5625rem;
  }

  .item-project__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .item-project__image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .project-page__header a {
    margin-bottom: 1.875rem;
  }

  .project-page__header a img {
    width: 100%;
  }

  .project-page__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }

  .blog-page__list {
    margin-top: -85px;
  }

  .blog-page .blog__item {
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }

  .clients-page__list {
    margin-top: -8vw;
  }

  .contacts-page__form .form-contact__image img {
    max-width: 25.625rem;
  }

  .contacts-page__form .form-contact__form {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .about__content {
    padding: 3.125rem 0;
  }
}

@media (max-width: 61.99875em) and (max-width: 78.125em) {
  .services-page__sidebar ul li ul {
    gap: 1.5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em) and (max-width: 20em) {
  .services-page__sidebar ul li ul li a {
    font-size: 1.25rem;
  }
}

@media (max-width: 47.99875em) {
  .form__line {
    margin-bottom: 1.25rem;
  }

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

  .language__button {
    min-height: 2rem;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
  }

  .language-icon svg {
    width: 15px;
    height: 10px;
  }

  .title::before {
    width: 38px;
    height: 29px;
    min-width: 2.375rem;
    margin-right: 20px;
  }

  .slider-button-one {
    width: 48px;
    height: 48px;
  }

  .slider-button-two {
    width: 48px;
    height: 48px;
  }

  .template-one__header {
    margin-bottom: 1.875rem;
  }

  .button-play::before {
    margin-bottom: 1rem;
  }

  .header__content {
    padding: 1.125rem 0;
  }

  .header__logo svg {
    max-width: 165px;
  }

  .header__actions {
    gap: 1.25rem 1rem;
  }

  .header__menu .menu__body {
    padding-top: 7.375rem;
  }

  .header__menu .menu__col.menu__col-first {
    grid-column: 1/2 span;
  }

  .header__menu .menu__col ul li a {
    margin-bottom: 1rem;
  }

  .header__menu .menu__col ul li a  {
    color: #A8A8A8;
  }

  .header__menu .menu__col--mob:first-child {
    grid-column: 1/2 span;
  }

  .footer__top {
    padding: 1.5rem 0;
  }

  .footer__bottom {
    padding: 0;
  }

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

  .footer__menu .menu__body-wrapper {
    padding: 0 1.5rem;
  }

  .footer__menu .menu__col.menu__col-first {
    grid-column: 1/2 span;
  }

  .footer__menu .menu__col:nth-child(3) {
    grid-column: 1/2 span;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .footer__menu .menu__col-bottom {
    margin-bottom: 1.875rem;
  }

  .footer__menu .menu__col--mob:first-child {
    grid-column: 1/2 span;
  }

  .footer__menu .menu__col-last {
    grid-column: 1/2 span;
  }

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

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

  .consultation .form__row {
    margin-bottom: 2.5rem;
  }

  .projects__header {
    margin-bottom: 1.875rem;
    text-align: center;
  }

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

  .projects__slide .slide__image {
    min-height: 100px;
  }

  .projects__slide .slide__image:first-child {
    border-bottom: 1px solid #534D4D;
  }

  .projects__slide .slide__image:nth-child(2) {
    border-bottom: 1px solid #534D4D;
  }

  .projects__slide .slide__image img {
    height: 9.375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }

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

  .service-section__link .button {
    font-size: 1.25rem;
    background-color: #F3F3F3;
  }

  .blog__header {
    margin-bottom: 30px;
  }

  .title.blog__title::before {
    background-size: contain !important;
  }

  .services-page__header {
    margin-bottom: 1.5rem;
  }

  .services-page__sidebar ul li {
    margin-bottom: 0 !important;
  }

  .services-page__sidebar ul li ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 25px;
    gap: 1.25rem;
  }

  .item-project__content-top p,
  .item-project__content-top span {
    padding-left: 4rem;
  }

  .item-project__content-bottom {
    padding-left: 4rem;
  }

  .project-page__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .project-page__prev {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .project-page__back-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    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;
  }

  .project-page__next {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .blog-page .blog__item {
    padding: 1rem 1.125rem;
  }

  .post-page .post img {
    min-height: 15rem;
  }

  .post-page .post__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .post-page .post__prev {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .post-page .post__back-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    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;
  }

  .post-page .post__next {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .clients-page__header.template-two__header .template-two__icon {
    width: auto;
    bottom: -15%;
  }

  .clients-page__header.template-two__header .template-two__icon.icon-main svg {
    min-height: 23.125rem;
    min-width: 50.75rem;
  }

  .clients-page__list {
    margin-top: -11vw;
  }

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

  .clients-page__client .client__image {
    min-height: 6.875rem;
  }

  .partners__item .item__image {
    min-height: 6.875rem;
  }

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

  .contacts-page__form {
    margin: 0 -1.125rem;
  }

  .contacts-page__form .form-contact__image {
    display: none;
  }

  .maps::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#212A2F), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #212A2F 0%, rgba(255, 255, 255, 0) 100%);
  }

  .about-info__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-info .info-left__logo {
    display: none;
  }

  .about-info .info-right {
    margin: 0 -1.125rem;
    gap: 0;
  }

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

  .about-info .info-right__logo svg {
    max-width: 16.25rem;
  }

  .about-info .info-right__image {
    width: 100vw;
    margin-bottom: 2.5rem;
  }

  .about-info .info-right__image .image {
    width: 100%;
    max-width: 90%;
  }

  .about-info .info-right__image .line {
    right: 0;
    top: 0;
    width: 75%;
  }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
  .about-info .info-right__image {
    padding-top: 1.875rem;
  }
}

@media (max-width: 29.99875em) {
  .breadcrumbs__content ul {
    gap: 0;
  }

  .breadcrumbs__content ul li a {
    font-size: 0.625rem;
  }

  .template-two__title {
    font-weight: 600;
  }

  .header__actions .header__phone a {
    font-size: 0;
    gap: 0;
  }

  .header__actions .header__phone a .svg-icon svg {
    width: 28px;
    height: 28px;
  }

  .footer__development span {
    color: #F7F7F7;
  }

  .footer__copyright {
    color: #F7F7F7;
    font-size: 0.625rem;
  }

  .footer__menu .menu__col-bottom .footer__phone a {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }

  .footer__menu .menu__col-last {
    margin-top: -10px;
  }

  .footer__button-request {
    color: var(--base);
    font-size: 1.125rem;
  }

  .hero {
    min-height: 41.25rem;
  }

  .hero {
    background-position: 60%;
  }

  .hero__content {
    min-height: 41.25rem;
  }

  .hero__title {
    max-width: 23.75rem;
  }

  .about-us__left .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .projects__slide .slide__image img {
    height: 6rem;
  }

  .service-section__header .title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    margin-top: 40px;
  }

  .blog__inner-footer .button {
    width: 100%;
  }

  .title.blog__title{
    width: max-content;
  }
  .title.blog__title::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="29" viewBox="0 0 40 29" fill="none"><path d="M0.5 13V0H7.5V2.01652H2.30142V13H0.5Z" fill="%23D5D5D5"/><path d="M37.6986 13V2.01652H32.5V0H39.5V13H37.6986Z" fill="%23D5D5D5"/><path d="M2.30142 16V26.9952H7.5V29H0.5V16H2.30142Z" fill="%23D5D5D5"/><path d="M39.5 16V29H32.5V26.9952H37.6986V16H39.5Z" fill="%23D5D5D5"/></svg>');
    background-size: cover!important;
    background-position: center;
    width: 39px;
    height: 29px;
    left: -50px;
  }

  .blog__item {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }

  .blog__item .blog-item__content .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .questions__list .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .our-projects__right .line {
    bottom: 9.375rem;
  }

  .our-projects__link {
    margin-top: 2.5rem;
  }

  .our-projects__slider .slider-navigation {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1.125rem;
  }

  .our-projects__counters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }

  .our-projects__counters-line p {
    text-align: left;
  }

  .our-projects__counters-line span {
    font-size: 1.25rem;
    text-align: left;
  }

  .item-project__content-top p,
  .item-project__content-top span {
    padding-left: 0;
  }

  .item-project__content-bottom {
    padding-left: 0;
  }

  .item-project__content-bottom .date {
    display: none;
  }

  .item-project__content-bottom .button {
    width: 100%;
    font-size: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .blog-page__header .breadcrumbs {
    text-align: center;
  }

  .blog-page__header.template-two__header .template-two__icon.icon-2 svg {
    min-width: 15.625rem;
  }

  .blog-page__content {
    margin: 0 -1.125rem;
  }

  .blog-page .blog__item .blog-item__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .blog-page .blog__item .blog-item__footer-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .clients-page__header.template-two__header .template-two__icon {
    bottom: 0;
  }

  .clients-page__header.template-two__header .template-two__icon.icon-main svg {
    min-width: 25rem;
  }

  .clients-page__list {
    margin-top: -20vw;
  }

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

  .clients-page__client:nth-child(2n+2) {
    border-right: 1px solid var(--text-2);
  }

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

  .partners__item:nth-child(2n+2) {
    border-right: 1px solid var(--text-2);
  }

  .faq-page__header.template-two__header .template-two__icon.icon-main {
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }

  .faq-page__header.template-two__header .template-two__icon.icon-main svg {
    min-width: 20.875rem;
  }

  .certificates-page__list {
    margin-top: -85px;
  }

  .certificates-page__header.template-two__header .template-two__icon.icon-main {
    -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }

  .certificates-page__header.template-two__header .template-two__icon.icon-main svg {
    min-width: 18.875rem;
  }

  .contacts-page__header.template-two__header .template-two__icon.icon-main {
    -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }

  .contacts-page__header.template-two__header .template-two__icon.icon-main svg {
    min-width: 18.875rem;
  }

  .about {
    min-height: 41.25rem;
  }

  .about {
    background-position: 60% !important;
  }

  .about__logo {
    text-align: center;
  }

  .about__logo svg {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .about__content {
    min-height: 41.25rem;
  }

  .about__title {
    max-width: 23.75rem;
  }
}

@media (min-width: 20em) and (max-width: 82.25em) {
@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .button-one {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .button-one {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .button-two {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .button-two {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .spollers-faq .spollers__body {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .spollers-faq .spollers__body {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem )) {
    .spollers-faq .spollers__title {
      font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem )) {
    .spollers-faq .spollers__title {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .spollers-faq .spollers__title._spoller-active ~ .spollers__body {
      margin-bottom: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .spollers-faq .spollers__title._spoller-active ~ .spollers__body {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.5rem , 1.0180722892rem  +  2.4096385542vw , 3rem )) {
    h1,
    .h1 {
      font-size: clamp( 1.5rem , 1.0180722892rem  +  2.4096385542vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.0180722892rem  +  2.4096385542vw , 3rem )) {
    h1,
    .h1 {
      font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .pagging {
      gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .pagging {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__arrow {
      width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__arrow {
      width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__arrow {
      height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__arrow {
      height: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .pagging__list {
      gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0491967871rem  +  1.0040160643vw , 1.875rem )) {
    .pagging__list {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__list li a {
      width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__list li a {
      width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__list li a {
      height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .pagging__list li a {
      height: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.671937751rem  +  0.702811245vw , 1.25rem )) {
    .pagging__list li a {
      font-size: clamp( 0.8125rem , 0.671937751rem  +  0.702811245vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.671937751rem  +  0.702811245vw , 1.25rem )) {
    .pagging__list li a {
      font-size: calc(0.8125rem + 0.4375 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-height: clamp( 23.75rem , 22.0431726908rem  +  8.5341365462vw , 29.0625rem )) {
    .template-two {
      min-height: clamp( 23.75rem , 22.0431726908rem  +  8.5341365462vw , 29.0625rem );
    }
}

@supports not (min-height: clamp( 23.75rem , 22.0431726908rem  +  8.5341365462vw , 29.0625rem )) {
    .template-two {
      min-height: calc(23.75rem + 5.3125 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem )) {
    .template-two__header {
      min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem );
    }
}

@supports not (min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem )) {
    .template-two__header {
      min-height: calc(26.25rem + 2.8125 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.6787148594rem  +  1.6064257028vw , 2rem )) {
    .template-two__header span {
      font-size: clamp( 1rem , 0.6787148594rem  +  1.6064257028vw , 2rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.6787148594rem  +  1.6064257028vw , 2rem )) {
    .template-two__header span {
      font-size: calc(1rem + 1 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem )) {
    .template-two__bg-container {
      min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem );
    }
}

@supports not (min-height: clamp( 26.25rem , 25.3463855422rem  +  4.5180722892vw , 29.0625rem )) {
    .template-two__bg-container {
      min-height: calc(26.25rem + 2.8125 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 2rem , 1.3574297189rem  +  3.2128514056vw , 4rem )) {
    .template-two__title {
      font-size: clamp( 2rem , 1.3574297189rem  +  3.2128514056vw , 4rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.3574297189rem  +  3.2128514056vw , 4rem )) {
    .template-two__title {
      font-size: calc(2rem + 2 * (100vw - 20rem) / 62.25);
    }
}

@supports (width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem );
    }
}

@supports not (width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      width: calc(4rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (height: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      height: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem );
    }
}

@supports not (height: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      height: calc(4rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      min-width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem );
    }
}

@supports not (min-width: clamp( 4rem , 3.5983935743rem  +  2.0080321285vw , 5.25rem )) {
    .button-play::before {
      min-width: calc(4rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .button-play span {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .button-play span {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .header__phone a {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .header__phone a {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .header__menu .menu__col ul li a  {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .header__menu .menu__col ul li a  {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .header__menu ul li.menu__col-title a{
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .header__menu ul li.menu__col-title a{
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 1.25rem , 0.4467871486rem  +  4.016064257vw , 3.75rem )) {
    .footer__menu {
      padding-bottom: clamp( 1.25rem , 0.4467871486rem  +  4.016064257vw , 3.75rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , 0.4467871486rem  +  4.016064257vw , 3.75rem )) {
    .footer__menu {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem )) {
    .hero__link {
      margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem );
    }
}

@supports not (margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem )) {
    .hero__link {
      margin-top: calc(4.0625rem + 7.1875 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem )) {
    .hero__link span {
      font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem )) {
    .hero__link span {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .about-us__left p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .about-us__left p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 4.375rem , 2.5677710843rem  +  9.0361445783vw , 10rem )) {
    .projects {
      padding-bottom: clamp( 4.375rem , 2.5677710843rem  +  9.0361445783vw , 10rem );
    }
}

@supports not (padding-bottom: clamp( 4.375rem , 2.5677710843rem  +  9.0361445783vw , 10rem )) {
    .projects {
      padding-bottom: calc(4.375rem + 5.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .service-section {
      padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .service-section {
      padding-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .service-section {
      padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .service-section {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .service-section__header p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .service-section__header p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem )) {
    .service-section__list ul li a {
      font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem )) {
    .service-section__list ul li a {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .blog {
      padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .blog {
      padding-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .blog {
      padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .blog {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .questions {
      padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .questions {
      padding-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .questions {
      padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .questions {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 2.5rem , 1.4959839357rem  +  5.0200803213vw , 5.625rem )) {
    .questions__list .button {
      margin-top: clamp( 2.5rem , 1.4959839357rem  +  5.0200803213vw , 5.625rem );
    }
}

@supports not (margin-top: clamp( 2.5rem , 1.4959839357rem  +  5.0200803213vw , 5.625rem )) {
    .questions__list .button {
      margin-top: calc(2.5rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .services-page {
      padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .services-page {
      padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .services-page__sidebar ul li a {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .services-page__sidebar ul li a {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .services-page__info p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .services-page__info p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1787148594rem  +  1.6064257028vw , 2.5rem )) {
    .services-page__info .info-block__title {
      font-size: clamp( 1.5rem , 1.1787148594rem  +  1.6064257028vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1787148594rem  +  1.6064257028vw , 2.5rem )) {
    .services-page__info .info-block__title {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem )) {
    .our-projects {
      padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem );
    }
}

@supports not (padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem )) {
    .our-projects {
      padding-bottom: calc(4.375rem + 3.4375 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .our-projects__header p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .our-projects__header p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem )) {
    .projects-page {
      padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem );
    }
}

@supports not (padding-bottom: clamp( 4.375rem , 3.2705823293rem  +  5.5220883534vw , 7.8125rem )) {
    .projects-page {
      padding-bottom: calc(4.375rem + 3.4375 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .projects-page .pagging {
      margin-top: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem );
    }
}

@supports not (margin-top: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .projects-page .pagging {
      margin-top: calc(3.125rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 1.0604919679rem  +  2.5100401606vw , 3.125rem )) {
    .projects-page__item {
      margin-bottom: clamp( 1.5625rem , 1.0604919679rem  +  2.5100401606vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 1.0604919679rem  +  2.5100401606vw , 3.125rem )) {
    .projects-page__item {
      margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 62.25);
    }
}

@supports (gap: clamp( 1.5625rem , 0.5584839357rem  +  5.0200803213vw , 4.6875rem )) {
    .item-project__body {
      gap: clamp( 1.5625rem , 0.5584839357rem  +  5.0200803213vw , 4.6875rem );
    }
}

@supports not (gap: clamp( 1.5625rem , 0.5584839357rem  +  5.0200803213vw , 4.6875rem )) {
    .item-project__body {
      gap: calc(1.5625rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.125rem , 0.843875502rem  +  1.40562249vw , 2rem )) {
    .item-project__content .title {
      font-size: clamp( 1.125rem , 0.843875502rem  +  1.40562249vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.843875502rem  +  1.40562249vw , 2rem )) {
    .item-project__content .title {
      font-size: calc(1.125rem + 0.875 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .item-project__content-top p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .item-project__content-top p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 1.625rem , 0.7414658635rem  +  4.4176706827vw , 4.375rem )) {
    .item-project__content-bottom {
      margin-top: clamp( 1.625rem , 0.7414658635rem  +  4.4176706827vw , 4.375rem );
    }
}

@supports not (margin-top: clamp( 1.625rem , 0.7414658635rem  +  4.4176706827vw , 4.375rem )) {
    .item-project__content-bottom {
      margin-top: calc(1.625rem + 2.75 * (100vw - 20rem) / 62.25);
    }
}

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

@supports not (padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .project-page {
      padding-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .project-page__prev a {
      font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .project-page__prev a {
      font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      min-width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      max-width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .project-page__back-top .button-back-top {
      height: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .project-page__next a {
      font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .project-page__next a {
      font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .blog-page {
      padding-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .blog-page {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .blog-page__list {
      margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .blog-page__list {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem )) {
    .blog-page .blog__item .blog-item__title {
      font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3393574297rem  +  0.8032128514vw , 2rem )) {
    .blog-page .blog__item .blog-item__title {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .blog-page .blog__item .blog-item p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .blog-page .blog__item .blog-item p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .post-page {
      padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .post-page {
      padding-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post img {
      margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post img {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .post-page .post__inner ul li {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .post-page .post__inner ul li {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem )) {
    .post-page .post__inner h5 {
      font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem )) {
    .post-page .post__inner h5 {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 0.875rem , 2.1962851406rem  +  -1.6064257028vw , 1.875rem )) {
    .post-page .post__inner h5 {
      margin-bottom: clamp( 0.875rem , 2.1962851406rem  +  -1.6064257028vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 0.875rem , 2.1962851406rem  +  -1.6064257028vw , 1.875rem )) {
    .post-page .post__inner h5 {
      margin-bottom: calc(1.875rem + -1 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .post-page .post__inner p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .post-page .post__inner p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post__title {
      margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post__title {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post__line {
      margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.6741967871rem  +  1.0040160643vw , 2.5rem )) {
    .post-page .post__line {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .post-page .post__share {
      margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .post-page .post__share {
      margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem )) {
    .post-page .post__share p {
      font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8393574297rem  +  0.8032128514vw , 1.5rem )) {
    .post-page .post__share p {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .post-page .post__footer {
      margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .post-page .post__footer {
      margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .post-page .post__prev a {
      font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .post-page .post__prev a {
      font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (min-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      min-width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (max-width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      max-width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (width: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      width: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem );
    }
}

@supports not (height: clamp( 3rem , 2.4779116466rem  +  2.6104417671vw , 4.625rem )) {
    .post-page .post__back-top .button-back-top {
      height: calc(3rem + 1.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .post-page .post__next a {
      font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5045180723rem  +  0.6024096386vw , 1rem )) {
    .post-page .post__next a {
      font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .clients-page__content {
      margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem );
    }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .clients-page__content {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .clients-page__client .client__image {
      padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem );
    }
}

@supports not (padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .clients-page__client .client__image {
      padding: calc(1rem + 0.875 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .partners {
      margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem );
    }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .partners {
      margin-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem )) {
    .partners__header p {
      font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0090361446rem  +  1.2048192771vw , 2rem )) {
    .partners__header p {
      font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.3729919679rem  +  2.5100401606vw , 3.4375rem )) {
    .partners__header {
      margin-bottom: clamp( 1.875rem , 1.3729919679rem  +  2.5100401606vw , 3.4375rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.3729919679rem  +  2.5100401606vw , 3.4375rem )) {
    .partners__header {
      margin-bottom: calc(1.875rem + 1.5625 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .partners__item .item__image {
      padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem );
    }
}

@supports not (padding: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .partners__item .item__image {
      padding: calc(1rem + 0.875 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.5737951807rem  +  1.5060240964vw , 2.8125rem )) {
    .faq {
      padding-top: clamp( 1.875rem , 1.5737951807rem  +  1.5060240964vw , 2.8125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.5737951807rem  +  1.5060240964vw , 2.8125rem )) {
    .faq {
      padding-top: calc(1.875rem + 0.9375 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .faq {
      padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 2.5451807229rem  +  6.0240963855vw , 7.5rem )) {
    .faq {
      padding-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .certificates-page__list {
      margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.1209839357rem  +  5.0200803213vw , 6.25rem )) {
    .certificates-page__list {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.2725903614rem  +  3.0120481928vw , 3.75rem )) {
    .certificates-page__list .list-column .certificate {
      margin-bottom: clamp( 1.875rem , 1.2725903614rem  +  3.0120481928vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.2725903614rem  +  3.0120481928vw , 3.75rem )) {
    .certificates-page__list .list-column .certificate {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem )) {
    .contacts-page__info .info-contact__line h5 {
      font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem )) {
    .contacts-page__info .info-contact__line h5 {
      font-size: calc(2rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line h6 {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line h6 {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line p {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line p {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (gap: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .contacts-page__info .info-contact__line ul {
      gap: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1rem , 0.718875502rem  +  1.40562249vw , 1.875rem )) {
    .contacts-page__info .info-contact__line ul {
      gap: calc(1rem + 0.875 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line ul li a {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .contacts-page__info .info-contact__line ul li a {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem )) {
    .contacts-page__form h5 {
      font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.9196787149rem  +  0.4016064257vw , 2.25rem )) {
    .contacts-page__form h5 {
      font-size: calc(2rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .contacts-page__form .form-contact__form {
      padding-top: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .contacts-page__form .form-contact__form {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .contacts-page__form .form-contact__form {
      padding-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .contacts-page__form .form-contact__form {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .about__logo {
      margin-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 3.75rem , 2.9467871486rem  +  4.016064257vw , 6.25rem )) {
    .about__logo {
      margin-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 3rem , 1.7148594378rem  +  6.4257028112vw , 7rem )) {
    .about__title {
      font-size: clamp( 3rem , 1.7148594378rem  +  6.4257028112vw , 7rem );
    }
}

@supports not (font-size: clamp( 3rem , 1.7148594378rem  +  6.4257028112vw , 7rem )) {
    .about__title {
      font-size: calc(3rem + 4 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem )) {
    .about__link {
      margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem );
    }
}

@supports not (margin-top: clamp( 4.0625rem , 1.7532630522rem  +  11.546184739vw , 11.25rem )) {
    .about__link {
      margin-top: calc(4.0625rem + 7.1875 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem )) {
    .about__link span {
      font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7545180723rem  +  0.6024096386vw , 1.25rem )) {
    .about__link span {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-top: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem )) {
    .about-info {
      padding-top: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem );
    }
}

@supports not (padding-top: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem )) {
    .about-info {
      padding-top: calc(3.75rem + 5.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (padding-bottom: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem )) {
    .about-info {
      padding-bottom: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem );
    }
}

@supports not (padding-bottom: clamp( 3.75rem , 1.9427710843rem  +  9.0361445783vw , 9.375rem )) {
    .about-info {
      padding-bottom: calc(3.75rem + 5.625 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .about-info .info-left__logo {
      margin-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 1.6967871486rem  +  4.016064257vw , 5rem )) {
    .about-info .info-left__logo {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .about-info .info-left__desc p {
      font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9196787149rem  +  0.4016064257vw , 1.25rem )) {
    .about-info .info-left__desc p {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}

@supports (font-size: clamp( 2.25rem , 2.0090361446rem  +  1.2048192771vw , 3rem )) {
    .about-info .info-left__desc span {
      font-size: clamp( 2.25rem , 2.0090361446rem  +  1.2048192771vw , 3rem );
    }
}

@supports not (font-size: clamp( 2.25rem , 2.0090361446rem  +  1.2048192771vw , 3rem )) {
    .about-info .info-left__desc span {
      font-size: calc(2.25rem + 0.75 * (100vw - 20rem) / 62.25);
    }
}
}

@media (max-width: 61.99875em) and (min-width: 78.125em) {
  .services-page__sidebar ul li ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 82.25em) {
  .services-page__sidebar ul li ul li a {
    font-size: 1.5rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 82.25em) {
@supports (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .services-page__sidebar ul li ul li a {
      font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1696787149rem  +  0.4016064257vw , 1.5rem )) {
    .services-page__sidebar ul li ul li a {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 62.25);
    }
}
}

@media (max-width: 47.99875em) and (min-width: 29.99875em) {
  .clients-page__client:nth-child(3n+3) {
    border-right: 1px solid var(--text-2);
  }

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

  .partners__item:nth-child(3n+3) {
    border-right: 1px solid var(--text-2);
  }
}

@media (min-width: 29.99875em) and (min-width: 20em) and (max-width: 82.25em) {
@supports (gap: clamp( 1.875rem , 0.8709839357rem  +  5.0200803213vw , 5rem )) {
    .certificates-page__list {
      gap: clamp( 1.875rem , 0.8709839357rem  +  5.0200803213vw , 5rem );
    }
}

@supports not (gap: clamp( 1.875rem , 0.8709839357rem  +  5.0200803213vw , 5rem )) {
    .certificates-page__list {
      gap: calc(1.875rem + 3.125 * (100vw - 20rem) / 62.25);
    }
}
}

@media (min-width: 29.99875em) and (max-width: 20em) {
  .certificates-page__list {
    gap: 1.875rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 82.25em) {
@supports (padding-bottom: clamp( 1.25rem , -1.5612449799rem  +  14.0562248996vw , 10rem )) {
    .contacts-page__content {
      padding-bottom: clamp( 1.25rem , -1.5612449799rem  +  14.0562248996vw , 10rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , -1.5612449799rem  +  14.0562248996vw , 10rem )) {
    .contacts-page__content {
      padding-bottom: calc(1.25rem + 8.75 * (100vw - 20rem) / 62.25);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.7233935743rem  +  2.0080321285vw , 4.375rem )) {
    .contacts-page__content {
      margin-bottom: clamp( 3.125rem , 2.7233935743rem  +  2.0080321285vw , 4.375rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.7233935743rem  +  2.0080321285vw , 4.375rem )) {
    .contacts-page__content {
      margin-bottom: calc(3.125rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 20em) {
  .contacts-page__content {
    padding-bottom: 1.25rem;
  }

  .contacts-page__content {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 82.25em) {
  .about-info .info-right__image {
    padding-top: 3.125rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 82.25em) {
@supports (padding-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .about-info .info-right__image {
      padding-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.4733935743rem  +  2.0080321285vw , 3.125rem )) {
    .about-info .info-right__image {
      padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 62.25);
    }
}
}

@media (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-height: 25em) {
  .hero__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

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

@media (max-height: 31.25em) {
  .hero__link {
    margin-top: 1.25rem;
  }

  .about__link {
    margin-top: 1.25rem;
  }
}