@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Manrope/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --sect-offset: 140px;
  --sect-big-offset: 200px;
  --box-offset: 60px;
  --scrollbar-width: 0px;
  --dark-color: #1A1A1A;
  --gray-color: #F4F4F4;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #727272;
}

::-moz-placeholder {
  opacity: 1;
  color: #727272;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #727272;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #727272;
}

::placeholder {
  opacity: 1;
  color: #727272;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: var(--dark-color);
}

body, html {
  font-size: 18px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  color: var(--dark-color);
}

.global-noscroll {
  margin-right: var(--scrollbar-width);
}

.global-noscroll,
.global-noscroll body {
  overflow: hidden !important;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}

ul, ol {
  padding-left: 1.4em;
}

h1 i, .h1 i,
h2 i, .h2 i,
h3 i, .h3 i,
h4 i, .h4 i,
h5 i, .h5 i {
  font-weight: normal;
}

h1, .h1,
h2, .h2 {
  font: bold 60px/1.15 "PlayfairDisplay", serif;
}

h3, .h3 {
  font: bold 40px/1.2 "PlayfairDisplay", serif;
}

h4, .h4 {
  font: bold 34px/1.2 "PlayfairDisplay", serif;
}

h5, .h5 {
  font: bold 24px/1.25 "PlayfairDisplay", serif;
}

h6, .h6 {
  font: bold 20px/1.25 "PlayfairDisplay", serif;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: var(--app-height);
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.img-full-box {
  overflow: hidden;
  position: relative;
}

.img-full-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.m-sect {
  margin-top: var(--sect-offset);
  margin-bottom: var(--sect-offset);
}

.mt-sect {
  margin-top: var(--sect-offset);
}

.mb-sect {
  margin-bottom: var(--sect-offset);
}

.p-sect {
  padding-top: var(--sect-offset);
  padding-bottom: var(--sect-offset);
}

.pt-sect {
  padding-top: var(--sect-offset);
}

.pb-sect {
  padding-bottom: var(--sect-offset);
}

.p-box {
  padding: var(--box-offset);
}

[data-animate-item] {
  opacity: 0;
}

[data-children-animate] > * {
  opacity: 0;
}

[data-animate] {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

[data-animate].animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

[data-animate=fade].animated {
  -webkit-animation-name: fade;
          animation-name: fade;
}

[data-animate=fadeLeft].animated {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
}

[data-animate=fadeRight].animated {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
}

[data-animate=fadeDown].animated {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
}

[data-animate=zoomIn].animated {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.title {
  margin-bottom: var(--box-offset);
  text-align: center;
}

.title > * {
  margin-bottom: 10px;
}

.title > *:last-child {
  margin-bottom: 0;
}

.title._mb-40 {
  margin-bottom: 40px;
}

.title._left {
  text-align: left;
}

.subhead {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  line-height: 1.7;
  font-size: 14px;
}

.content > :last-child {
  margin-bottom: 0;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 3;
  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;
  gap: 15px;
  padding: 10px 30px;
  min-width: 280px;
  min-height: 70px;
  border: 1px solid var(--dark-color);
  border-radius: 100px;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.btn .ic-next, .btn .ic-prev {
  font-size: 13px;
}

.btn:hover {
  border-color: transparent;
  background-color: rgba(26, 26, 26, 0.1);
}

.btn._light {
  border-color: #fff;
  color: #fff;
}

.btn._light:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn._full {
  width: 100%;
  min-width: auto;
  padding-left: 19px;
  padding-right: 19px;
}

.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.close-btn {
  position: absolute;
  z-index: 100;
  top: -30px;
  right: -30px;
  padding: 0;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: var(--dark-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.close-btn:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.close-btn:hover:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-item {
  margin-bottom: 10px;
}

.form-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 22px 30px;
  background: var(--gray-color);
  border: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 0;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--dark-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-field:focus {
  border-color: #1A1A1A;
}

textarea.form-field {
  resize: none;
}

textarea.form-field:not([rows]) {
  height: 110px;
}

.form-option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.form-option input,
.form-option span:before,
.form-option span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.form-option input {
  opacity: 0;
}

.form-option input:checked ~ span:after {
  opacity: 1;
}

.form-option span {
  display: block;
  position: relative;
  padding: 0 0 0 39px;
}

.form-option span:before, .form-option span:after {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.form-option span:before {
  content: "";
  background: var(--gray-color);
}

.form-option span:after {
  padding-left: 1px;
  text-align: center;
  content: "\e906";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 12px;
  opacity: 0;
  color: var(--dark-color);
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
  margin-top: 20px;
}

.form-action__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-action__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.form-file {
  cursor: pointer;
  display: block;
  background: var(--gray-color);
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  color: #727272;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.form-file__input {
  display: none;
}

.form-file__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 30px;
}

.form-file__files-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 20px;
  display: block;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}

.form-file__files-title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-file__files-icon {
  font-size: 18px;
}

.form-file:hover {
  border-color: var(--dark-color);
}

.form-file.selected {
  color: var(--dark-color);
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 58px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity 0.15s, background-color 0.4s, color 0.4s;
  transition: opacity 0.15s, background-color 0.4s, color 0.4s;
}

.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  background-color: #fff;
  color: var(--dark-color);
}

.nav-arrow-prev.swiper-button-disabled, .nav-arrow-prev.disabled, .nav-arrow-prev:disabled,
.nav-arrow-next.swiper-button-disabled,
.nav-arrow-next.disabled,
.nav-arrow-next:disabled {
  cursor: default;
  opacity: 0.3;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 20px;
}

.nav-arrow-next {
  right: 20px;
}

.social-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.social-item {
  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;
  gap: 10px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-item .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 18px;
  text-align: center;
  font-size: 18px;
}
.social-item .ic-phone {
  font-size: 16px;
}

.social-item:hover {
  border-color: var(--dark-color);
}

.social-item._light {
  border-color: rgba(255, 255, 255, 0.2);
}

.social-item._light:hover {
  border-color: #fff;
}

.social-item._foot {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.1);
}

.social-item._foot:hover {
  border-color: #fff;
  background-color: transparent;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.social-item._descr {
  width: auto;
  padding: 0 19px;
}

.social-item._bd-none {
  border: none;
  padding: 0 !important;
  height: auto;
}
.social-item._bd-none:hover {
  opacity: 0.6;
}

.sandwich {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--dark-color);
}

.sandwich span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sandwich span:nth-child(3) {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sandwich.active span:nth-child(2) {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}

.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.lang-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.lang-menu li:nth-child(n+2) {
  margin-left: 0.45em;
  padding-left: 0.65em;
}

.lang-menu li:nth-child(n+2):before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -0.15em;
  margin-top: -0.55em;
  line-height: 1;
  opacity: 0.2;
}

.lang-menu a, .lang-menu span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.lang-menu a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lang-menu a:hover {
  opacity: 0.6;
}

.lang-menu span {
  cursor: default;
}

.lang-menu span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--dark-color);
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 48;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mob-menu__wrapper {
  overflow: hidden;
  padding: 90px 0 30px;
  min-height: var(--app-height);
}

.mob-menu__row {
  margin-bottom: 30px;
}

.mob-menu__row:last-child {
  margin-bottom: 0;
}

.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.mob-menu__list a {
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mob-menu__list a:hover {
  opacity: 0.6;
}

.mob-menu__list a.active, .mob-menu__list a.mPS2id-highlight {
  opacity: 1;
  border-bottom-color: currentColor;
}

.mob-menu__list li {
  margin-bottom: 10px;
}

.mob-menu__list li:last-child {
  margin-bottom: 0;
}

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
}

.header__wrapper {
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(26, 26, 26, 0.1);
          box-shadow: inset 0 -1px 0 rgba(26, 26, 26, 0.1);
}

.header__grid {
  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: 20px;
  height: 80px;
}

.header__grid .lang-menu {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.header__logo {
  display: inline-block;
  max-width: 100px;
}

.header__logo img {
  display: block;
  max-height: 60px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.header__menu-list a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__menu-list a:hover {
  opacity: 0.6;
}

.header__menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-list > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--dark-color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__menu-list > li > a.active, .header__menu-list > li > a.mPS2id-highlight {
  opacity: 1;
}

.header__menu-list > li > a.active:before, .header__menu-list > li > a.mPS2id-highlight:before {
  width: 100%;
}

.header__phone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 1.4;
  font-size: 14px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__phone:hover {
  opacity: 0.6;
}

.header__toggle {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.global-noscroll .header,
.popup-opened .header {
  margin-right: var(--scrollbar-width);
}

.bann {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
  padding: 400px 0 13vh;
  background: #cfcfcf url("../img/bann-bg.jpg") 50% 5%/cover;
  text-align: center;
  color: #fff;
}

.bann__title {
  max-width: 1240px;
  margin: 0 auto;
}

.bann__title > * {
  margin-bottom: 10px;
}

.bann__title .subhead {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.bann__head {
  text-transform: uppercase;
  font-weight: normal;
}

.bann__head i {
  text-transform: none;
}

.bann__action {
  margin-top: 40px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.about {
  background: var(--gray-color);
}

.about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
}

.about__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  position: relative;
  padding: 0 0 20px 20px;
}

.about__img:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: 0;
  bottom: 0;
  border: 1px solid var(--dark-color);
}

.about__img .img-full-box {
  z-index: 1;
  border-radius: 0 30px 0 0;
  width: 100%;
  padding-bottom: 79.5%;
}

.about__img img {
  border: 1px solid rgba(26, 26, 26, 0.1);
}

.about__main {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 40px 0 40px 100px;
}

.about__head {
  position: relative;
  z-index: 3;
  margin: 0 0 var(--box-offset) -260px;
}

.about__content {
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: #727272;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.about__content > :last-child {
  margin-bottom: 0;
}

.cases__grid {
  margin: 0 -10px -20px;
}

.cases__sizer {
  width: 1%;
}

.cases__col {
  width: 25%;
  padding: 0 10px 20px;
}

.cases__col._big {
  width: 50%;
}

.case-item {
  cursor: pointer;
  display: block;
  position: relative;
  background: var(--dark-color);
  color: #fff;
}

.case-item__img {
  display: block;
  width: 100%;
  height: 395px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.case-item__img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, 0.4)));
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0), rgba(26, 26, 26, 0.4));
}

.case-item__bottom {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}

.case-item__bottom > :last-child {
  margin-bottom: 0;
}

.case-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: bold 34px/1.2 "PlayfairDisplay", serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.case-item__head span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.case-item__head .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
}

.case-item._big .case-item__img {
  height: 810px;
}

.case-item:hover .case-item__img {
  opacity: 0.2;
}

.case-item:hover .case-item__head {
  padding: 20px 30px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  font-size: 24px;
}

.case-gallery__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: var(--dark-color);
}

.case-gallery__box:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50.93%;
}

.case-gallery__box[data-video] img {
  opacity: 0.6;
}

.case-gallery__box video {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-color);
  -o-object-fit: cover;
     object-fit: cover;
}

.case-gallery__play {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-gallery__play .ic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  width: 140px;
  height: 140px;
  line-height: 138px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.case-gallery__play:hover .ic {
  background-color: rgba(255, 255, 255, 0.3);
}

.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: var(--sect-offset);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.partners__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 400px;
  margin-right: 40px;
}

.partners__title > * {
  margin-bottom: 10px;
}

.partners__title > :last-child {
  margin-bottom: 0;
}

.partners__grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  position: relative;
}

.partners__grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px -2px 0;
}

.partners__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 25%;
  height: 100px;
  border-right: 1px solid rgba(16, 59, 42, 0.1);
  border-bottom: 1px solid rgba(16, 59, 42, 0.1);
}

.partners__item .img-box {
  width: 100%;
  max-width: 200px;
}

.advants__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}

.advants__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  padding: 0 10px;
}

.advants__col .advant-card {
  height: 100%;
}

.advants__col:nth-child(2n) {
  margin-top: 40px;
  margin-bottom: -40px;
}

.advant-card {
  position: relative;
  padding: 30px;
  background: var(--gray-color);
}

.advant-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #E9E9E9 50%, #fff 50%);
}

.advant-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  max-width: 300px;
}

.advant-card__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.advant-card__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
}

.advant-card__descr {
  font-style: italic;
  color: #727272;
}

.advant-card > :last-child {
  margin-bottom: 0;
}

.inquire-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px;
  border-radius: 0 30px;
  background: var(--dark-color);
  color: #fff;
}

.inquire-line__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.inquire-line__content > * {
  margin-bottom: 10px;
}

.inquire-line__content > *:last-child {
  margin-bottom: 0;
}

.inquire-line .btn {
  margin-left: 40px;
}

.services {
  margin: var(--sect-big-offset) 0;
}

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

.services__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  padding: 0 50px 20px 20px;
}

.services__img:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 70px;
  left: 0;
  bottom: 0;
  border: 1px solid var(--dark-color);
}

.services__img .img-full-box {
  z-index: 1;
  width: 100%;
}

.services__img img {
  border: 1px solid rgba(26, 26, 26, 0.1);
}

.services__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-left: 50px;
}

.services .inquire-line {
  margin-top: 100px;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px 140px 30px 30px;
  margin-bottom: 20px;
  border-radius: 0 30px 0 0;
  background: var(--gray-color);
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item > * {
  margin-bottom: 10px;
}

.service-item > *:last-child {
  margin-bottom: 0;
}

.service-item__numb {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  margin: 0;
  font: 400 70px/1 "PlayfairDisplay", serif;
  font-variant-numeric: lining-nums;
  color: #DFDFDF;
}

.service-item__descr {
  font-style: italic;
  color: #727272;
}

.insta {
  margin: var(--sect-big-offset) 0;
}

.insta__action {
  margin-top: var(--box-offset);
  text-align: center;
}

.insta__action > * {
  margin-bottom: 10px;
}

.insta__action > *:last-child {
  margin-bottom: 0;
}

.insta__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.insta__link .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  font-size: 20px;
}

.insta__link .subhead {
  line-height: 1.2;
  font-weight: 600;
}

.insta__link:hover {
  opacity: 0.6;
}

.insta-item {
  display: block;
}

.insta-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 128%;
}

.footer {
  background: var(--dark-color);
  color: #fff;
}

.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.footer__first {
  max-width: 380px;
}

.footer__head {
  font-weight: normal;
}

.footer__logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.footer__logo img {
  display: block;
  max-height: 60px;
}

.footer__descr {
  margin: 22px 0 0;
  font-style: italic;
  line-height: 1.5;
  font-size: 14px;
}

.footer__contacts {
  max-width: 300px;
}
.footer__contacts-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.footer__contacts-wrap > * {
  max-width: 100%;
}
.footer__contacts .social-grid {
  margin-top: 20px;
}

.footer__menu {
  max-width: 250px;
}

.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.footer__menu-list li {
  margin-bottom: 8px;
}

.footer__menu-list li:last-child {
  margin-bottom: 0;
}

.footer__menu-list a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.14em;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__menu-list a:hover {
  opacity: 0.4;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #767676;
}

.footer__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
}

.footer__dev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-decoration: none;
}

.footer__dev .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: -0.15em;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__dev:hover .ic {
  color: #fff;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 20px;
  padding: 0 0 20px 20px;
}

.popup:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  left: 0;
  bottom: 0;
  border: 1px solid #fff;
}

.popup__wrap {
  background: #fff;
}

.case-popup__title {
  margin-bottom: 40px;
}

.case-popup__title > * {
  margin-bottom: 10px;
}

.case-popup__content {
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: #727272;
}

.case-popup__content > :last-child {
  margin-bottom: 0;
}

.case-popup .case-gallery {
  margin-top: 40px;
}

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

.form-popup__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}

.form-popup__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45%;
}

.tx-popup.popup {
  max-width: 580px;
}

.tx-popup .popup__wrap {
  padding: 40px;
}

/* Customize plugins */
.mfp-bg {
  background: rgba(26, 26, 26, 0.6);
  backdrop-filter: blur(15px);
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp-image-holder .close-btn,
.mfp-iframe-holder .close-btn {
  right: 0;
  height: 40px;
  border: none;
  border-radius: 0;
  background: none;
  text-align: right;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.mfp-image-holder .close-btn {
  top: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: 100%;
}

.mfp-iframe-holder .close-btn {
  width: auto;
  top: -40px;
}