@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-yellow: #ffb229;
  --color-gray: #e9e9e9;
  --secondary-colors-white-60: rgba(251, 251, 251, 0.6);
  --secondary-colors-white-80: rgba(251, 251, 251, 0.8);
  --secondary-colors-lightest-grey: #d2d2d2;
  --secondary-colors-black-85: rgba(36, 43, 48, 0.85);
  --primary-colors-gold: #ad9861;
  --primary-colors-white: #fff;
  --primary-colors-black: #1e1e1e;
  --secondary-colors-beige: #bcb3a2;
  --transition-normal: all 0.3s ease 0s;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

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

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 19px;
}

/*Обнуление*/
@font-face {
  font-family: "Old-Standard-TT";
  src: url("../fonts/OldStandardTT-Regular.woff2") format("woff2"), url("../fonts/OldStandardTT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: var(--secondary-colors-white-60);
  font-size: 16px;
  line-height: normal;
  font-family: "Old-Standard-TT", sans-serif;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#242c2f), color-stop(49.52%, #1b313d), to(#131617));
  background: linear-gradient(90deg, #242c2f 0%, #1b313d 49.52%, #131617 100%);
}
body.lock {
  overflow: hidden;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#010101), to(rgba(27, 34, 37, 0))), -webkit-gradient(linear, left top, left bottom, from(#1b2225), to(rgba(27, 34, 37, 0))), -webkit-gradient(linear, left top, left bottom, from(#1b2225), to(rgba(27, 34, 37, 0)));
  background: linear-gradient(180deg, #010101 0%, rgba(27, 34, 37, 0) 100%), linear-gradient(180deg, #1b2225 0%, rgba(27, 34, 37, 0) 100%), linear-gradient(180deg, #1b2225 0%, rgba(27, 34, 37, 0) 100%);
}
@media (max-width: 991.98px) {
  .wrapper:after {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .wrapper:after {
    height: 400px;
  }
}
.wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg.png") 0% 0%/100px 100px repeat, rgba(26, 26, 26, 0.7);
  opacity: 0.25;
}
.wrapper__bg-1 {
  width: 550px;
  position: absolute;
  left: -11%;
  top: 5%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .wrapper__bg-1 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-1 {
    width: 35%;
  }
}
.wrapper__bg-1 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation: animation1 29s ease-in-out infinite;
          animation: animation1 29s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-1 img:nth-child(1) {
  left: auto;
  top: 3px;
  right: -5px;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-1 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-1-1 {
  width: 550px;
  position: absolute;
  left: 3%;
  top: 1%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .wrapper__bg-1-1 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-1-1 {
    width: 35%;
  }
}
.wrapper__bg-1-1 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-190px);
          transform: translateZ(-190px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation: animation2 24s ease-in-out infinite;
          animation: animation2 24s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-1-1 img:nth-child(1) {
  left: auto;
  top: 3px;
  right: -5px;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-1-1 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-2 {
  width: 550px;
  position: absolute;
  top: 2.5%;
  right: -7%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .wrapper__bg-2 {
    top: 24%;
  }
}
@media (max-width: 767.98px) {
  .wrapper__bg-2 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-2 {
    width: 35%;
  }
}
.wrapper__bg-2 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation3 40s ease-in-out infinite;
          animation: animation3 40s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-2 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-2 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-2-2 {
  width: 550px;
  position: absolute;
  top: 8.5%;
  right: 5%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .wrapper__bg-2-2 {
    top: 24%;
  }
}
@media (max-width: 767.98px) {
  .wrapper__bg-2-2 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-2-2 {
    width: 35%;
  }
}
.wrapper__bg-2-2 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-150px);
          transform: translateZ(-150px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation4 36s ease-in-out infinite;
          animation: animation4 36s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-2-2 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-2-2 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-3 {
  position: absolute;
  top: 22%;
  left: -7%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 600px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .wrapper__bg-3 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-3 {
    width: 49%;
  }
}
.wrapper__bg-3 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation5 33s ease-in-out infinite;
          animation: animation5 33s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-3 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-3 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-3-3 {
  position: absolute;
  top: 18%;
  left: 5%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 600px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .wrapper__bg-3-3 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-3-3 {
    width: 49%;
  }
}
.wrapper__bg-3-3 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-120px);
          transform: translateZ(-120px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation6 28s ease-in-out infinite;
          animation: animation6 28s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-3-3 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-3-3 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-4 {
  width: 650px;
  position: absolute;
  top: 30%;
  right: -10%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .wrapper__bg-4 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-4 {
    width: 49%;
  }
}
.wrapper__bg-4 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation7 31s ease-in-out infinite;
          animation: animation7 31s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-4 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-4 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-4-4 {
  width: 650px;
  position: absolute;
  top: 26%;
  right: 23%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .wrapper__bg-4-4 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-4-4 {
    width: 49%;
  }
}
.wrapper__bg-4-4 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-200px);
          transform: translateZ(-200px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation8 24s ease-in-out infinite;
          animation: animation8 24s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-4-4 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-4-4 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-5 {
  position: absolute;
  top: 41%;
  left: -8%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 600px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .wrapper__bg-5 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-5 {
    width: 49%;
  }
}
.wrapper__bg-5 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation9 28s ease-in-out infinite;
          animation: animation9 28s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-5 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-5 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-5-5 {
  position: absolute;
  top: 45%;
  left: -13%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 600px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-5-5 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-5-5 {
    width: 49%;
  }
}
.wrapper__bg-5-5 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-200px);
          transform: translateZ(-200px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation10 27s ease-in-out infinite;
          animation: animation10 27s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-5-5 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-5-5 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-6 {
  width: 700px;
  position: absolute;
  top: 45%;
  right: -5%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .wrapper__bg-6 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-6 {
    width: 49%;
  }
}
.wrapper__bg-6 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation11 28s ease-in-out infinite;
          animation: animation11 28s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-6 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-6 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-6-6 {
  width: 700px;
  position: absolute;
  top: 54%;
  right: -14%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-6-6 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-6-6 {
    width: 49%;
  }
}
.wrapper__bg-6-6 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-390px);
          transform: translateZ(-390px);
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation12 31s ease-in-out infinite;
          animation: animation12 31s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-6-6 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-6-6 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-7 {
  position: absolute;
  top: 61%;
  left: -11%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 550px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-7 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-7 {
    width: 49%;
  }
}
.wrapper__bg-7 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation13 40s ease-in-out infinite;
          animation: animation13 40s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-7 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-7 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-7-7 {
  position: absolute;
  top: 62%;
  left: 14%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 550px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-7-7 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-7-7 {
    width: 49%;
  }
}
.wrapper__bg-7-7 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation14 32s ease-in-out infinite;
          animation: animation14 32s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-7-7 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-7-7 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-8 {
  width: 650px;
  position: absolute;
  top: 60%;
  right: -6%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-8 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-8 {
    width: 49%;
  }
}
.wrapper__bg-8 img {
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation4 19s ease-in-out infinite;
          animation: animation4 19s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-8 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-8 img {
    width: 100%;
    height: auto;
  }
}
.wrapper__bg-8-8 {
  width: 650px;
  position: absolute;
  top: 70%;
  right: -6%;
  pointer-events: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 767.98px) {
  .wrapper__bg-8-8 {
    display: none;
  }
}
@media (min-width: 1439.98px) {
  .wrapper__bg-8-8 {
    width: 49%;
  }
}
.wrapper__bg-8-8 img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: animation4 19s ease-in-out infinite;
          animation: animation4 19s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper__bg-8-8 img:nth-child(1) {
  top: 3px;
  right: -5px;
  left: auto;
}
@media (min-width: 1439.98px) {
  .wrapper__bg-8-8 img {
    width: 100%;
    height: auto;
  }
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.8%) translateY(-4%);
            transform: translateX(-0.8%) translateY(-4%);
  }
  66.666% {
    -webkit-transform: translateX(0.8%) translateY(-7%);
            transform: translateX(0.8%) translateY(-7%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}

@keyframes animation1 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.8%) translateY(-4%);
            transform: translateX(-0.8%) translateY(-4%);
  }
  66.666% {
    -webkit-transform: translateX(0.8%) translateY(-7%);
            transform: translateX(0.8%) translateY(-7%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.5%) translateY(-3%) translateZ(-300px);
            transform: translateX(0.5%) translateY(-3%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.5%) translateY(-6%) translateZ(-300px);
            transform: translateX(-0.5%) translateY(-6%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.5%) translateY(-3%) translateZ(-300px);
            transform: translateX(0.5%) translateY(-3%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.5%) translateY(-6%) translateZ(-300px);
            transform: translateX(-0.5%) translateY(-6%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation3 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.6%) translateY(-3.5%);
            transform: translateX(-0.6%) translateY(-3.5%);
  }
  66.666% {
    -webkit-transform: translateX(0.6%) translateY(-6.5%);
            transform: translateX(0.6%) translateY(-6.5%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation3 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.6%) translateY(-3.5%);
            transform: translateX(-0.6%) translateY(-3.5%);
  }
  66.666% {
    -webkit-transform: translateX(0.6%) translateY(-6.5%);
            transform: translateX(0.6%) translateY(-6.5%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation4 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.4%) translateY(-2.5%) translateZ(-300px);
            transform: translateX(0.4%) translateY(-2.5%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.4%) translateY(-5%) translateZ(-300px);
            transform: translateX(-0.4%) translateY(-5%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation4 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.4%) translateY(-2.5%) translateZ(-300px);
            transform: translateX(0.4%) translateY(-2.5%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.4%) translateY(-5%) translateZ(-300px);
            transform: translateX(-0.4%) translateY(-5%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation5 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.7%) translateY(-3.2%);
            transform: translateX(-0.7%) translateY(-3.2%);
  }
  66.666% {
    -webkit-transform: translateX(0.7%) translateY(-6.2%);
            transform: translateX(0.7%) translateY(-6.2%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation5 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.7%) translateY(-3.2%);
            transform: translateX(-0.7%) translateY(-3.2%);
  }
  66.666% {
    -webkit-transform: translateX(0.7%) translateY(-6.2%);
            transform: translateX(0.7%) translateY(-6.2%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation6 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.3%) translateY(-2.8%) translateZ(-300px);
            transform: translateX(0.3%) translateY(-2.8%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.3%) translateY(-5.5%) translateZ(-300px);
            transform: translateX(-0.3%) translateY(-5.5%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation6 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.3%) translateY(-2.8%) translateZ(-300px);
            transform: translateX(0.3%) translateY(-2.8%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.3%) translateY(-5.5%) translateZ(-300px);
            transform: translateX(-0.3%) translateY(-5.5%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation7 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.5%) translateY(-3.8%);
            transform: translateX(-0.5%) translateY(-3.8%);
  }
  66.666% {
    -webkit-transform: translateX(0.5%) translateY(-7.2%);
            transform: translateX(0.5%) translateY(-7.2%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation7 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.5%) translateY(-3.8%);
            transform: translateX(-0.5%) translateY(-3.8%);
  }
  66.666% {
    -webkit-transform: translateX(0.5%) translateY(-7.2%);
            transform: translateX(0.5%) translateY(-7.2%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation8 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.6%) translateY(-3.1%) translateZ(-300px);
            transform: translateX(0.6%) translateY(-3.1%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.6%) translateY(-6.1%) translateZ(-300px);
            transform: translateX(-0.6%) translateY(-6.1%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation8 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.6%) translateY(-3.1%) translateZ(-300px);
            transform: translateX(0.6%) translateY(-3.1%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.6%) translateY(-6.1%) translateZ(-300px);
            transform: translateX(-0.6%) translateY(-6.1%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation9 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.4%) translateY(-2.9%);
            transform: translateX(-0.4%) translateY(-2.9%);
  }
  66.666% {
    -webkit-transform: translateX(0.4%) translateY(-5.8%);
            transform: translateX(0.4%) translateY(-5.8%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation9 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.4%) translateY(-2.9%);
            transform: translateX(-0.4%) translateY(-2.9%);
  }
  66.666% {
    -webkit-transform: translateX(0.4%) translateY(-5.8%);
            transform: translateX(0.4%) translateY(-5.8%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation10 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.7%) translateY(-3.7%) translateZ(-300px);
            transform: translateX(0.7%) translateY(-3.7%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.7%) translateY(-6.9%) translateZ(-300px);
            transform: translateX(-0.7%) translateY(-6.9%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation10 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.7%) translateY(-3.7%) translateZ(-300px);
            transform: translateX(0.7%) translateY(-3.7%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.7%) translateY(-6.9%) translateZ(-300px);
            transform: translateX(-0.7%) translateY(-6.9%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation11 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.3%) translateY(-2.6%);
            transform: translateX(-0.3%) translateY(-2.6%);
  }
  66.666% {
    -webkit-transform: translateX(0.3%) translateY(-5.3%);
            transform: translateX(0.3%) translateY(-5.3%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation11 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.3%) translateY(-2.6%);
            transform: translateX(-0.3%) translateY(-2.6%);
  }
  66.666% {
    -webkit-transform: translateX(0.3%) translateY(-5.3%);
            transform: translateX(0.3%) translateY(-5.3%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation12 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.8%) translateY(-4.1%) translateZ(-300px);
            transform: translateX(0.8%) translateY(-4.1%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.8%) translateY(-7.4%) translateZ(-300px);
            transform: translateX(-0.8%) translateY(-7.4%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation12 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.8%) translateY(-4.1%) translateZ(-300px);
            transform: translateX(0.8%) translateY(-4.1%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.8%) translateY(-7.4%) translateZ(-300px);
            transform: translateX(-0.8%) translateY(-7.4%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation13 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.6%) translateY(-3.4%);
            transform: translateX(-0.6%) translateY(-3.4%);
  }
  66.666% {
    -webkit-transform: translateX(0.6%) translateY(-6.8%);
            transform: translateX(0.6%) translateY(-6.8%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation13 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.6%) translateY(-3.4%);
            transform: translateX(-0.6%) translateY(-3.4%);
  }
  66.666% {
    -webkit-transform: translateX(0.6%) translateY(-6.8%);
            transform: translateX(0.6%) translateY(-6.8%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation14 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.4%) translateY(-3%) translateZ(-300px);
            transform: translateX(0.4%) translateY(-3%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.4%) translateY(-6%) translateZ(-300px);
            transform: translateX(-0.4%) translateY(-6%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation14 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.4%) translateY(-3%) translateZ(-300px);
            transform: translateX(0.4%) translateY(-3%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.4%) translateY(-6%) translateZ(-300px);
            transform: translateX(-0.4%) translateY(-6%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@-webkit-keyframes animation15 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.5%) translateY(-3.6%);
            transform: translateX(-0.5%) translateY(-3.6%);
  }
  66.666% {
    -webkit-transform: translateX(0.5%) translateY(-6.6%);
            transform: translateX(0.5%) translateY(-6.6%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@keyframes animation15 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  33.333% {
    -webkit-transform: translateX(-0.5%) translateY(-3.6%);
            transform: translateX(-0.5%) translateY(-3.6%);
  }
  66.666% {
    -webkit-transform: translateX(0.5%) translateY(-6.6%);
            transform: translateX(0.5%) translateY(-6.6%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@-webkit-keyframes animation16 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.3%) translateY(-2.7%) translateZ(-300px);
            transform: translateX(0.3%) translateY(-2.7%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.3%) translateY(-5.4%) translateZ(-300px);
            transform: translateX(-0.3%) translateY(-5.4%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
@keyframes animation16 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
  33.333% {
    -webkit-transform: translateX(0.3%) translateY(-2.7%) translateZ(-300px);
            transform: translateX(0.3%) translateY(-2.7%) translateZ(-300px);
  }
  66.666% {
    -webkit-transform: translateX(-0.3%) translateY(-5.4%) translateZ(-300px);
            transform: translateX(-0.3%) translateY(-5.4%) translateZ(-300px);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(-300px);
            transform: translateX(0%) translateY(0%) translateZ(-300px);
  }
}
/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-colors-beige);
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 30px 15px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .main {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .main {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.block-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .block-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .block-margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.block-margin:first-child {
  margin-top: 0;
}
.block-margin:last-child {
  margin-bottom: 0;
}

.block-video__video {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 55.5555555556%;
}
.block-video__video img,
.block-video__video video,
.block-video__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.block-desc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.block-desc__left {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .block-desc__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.block-desc__title {
  max-width: 520px;
  color: var(--primary-colors-gold);
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .block-desc__title {
    font-size: 28px;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .block-desc__title {
    font-size: 24px;
    text-align: start;
  }
}
.block-desc__title:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35%;
  max-width: 100%;
  display: inline-block;
  display: none;
}
@media (max-width: 767.98px) {
  .block-desc__title:before {
    display: none;
  }
}
.block-desc__right {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .block-desc__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.block-desc__text {
  color: var(--secondary-colors-white-60);
  text-align: justify;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .block-desc__text {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .block-desc__text {
    font-size: 20px;
  }
}

.block-items__item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .block-items__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.block-items__item:nth-child(1) .block-items__icon {
  bottom: -88px;
  right: -35px;
}
@media (max-width: 991.98px) {
  .block-items__item:nth-child(1) .block-items__icon {
    width: 200px;
    height: 200px;
    bottom: -24px;
    right: -11px;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:nth-child(1) .block-items__icon {
    width: 146px;
    height: 146px;
    bottom: -24px;
    right: -11px;
  }
}
.block-items__item:nth-child(2) .block-items__icon {
  width: 302px;
  height: 228px;
  bottom: -150px;
  left: -25px;
}
@media (max-width: 991.98px) {
  .block-items__item:nth-child(2) .block-items__icon {
    width: 200px;
    height: 200px;
    bottom: -125px;
    right: -11px;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:nth-child(2) .block-items__icon {
    width: 146px;
    height: 146px;
    bottom: -100px;
    right: -11px;
  }
}
.block-items__item:nth-child(3) .block-items__icon {
  width: 244px;
  height: 244px;
  bottom: -72px;
  right: -35px;
}
@media (max-width: 991.98px) {
  .block-items__item:nth-child(3) .block-items__icon {
    width: 200px;
    height: 200px;
    bottom: -24px;
    right: -11px;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:nth-child(3) .block-items__icon {
    width: 146px;
    height: 146px;
    bottom: -24px;
    right: -11px;
  }
}
.block-items__item:nth-child(4) .block-items__icon {
  width: 264px;
  height: 264px;
  bottom: -104px;
  right: 0;
}
@media (max-width: 991.98px) {
  .block-items__item:nth-child(4) .block-items__icon {
    width: 200px;
    height: 200px;
    bottom: -24px;
    right: -11px;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:nth-child(4) .block-items__icon {
    width: 110px;
    height: 110px;
    bottom: -39px;
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  .block-items__item:nth-child(4) .block-items__img {
    padding-bottom: 79.6875%;
  }
}
.block-items__item:nth-child(even) .block-items__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-items__item:nth-child(even) .block-items__images {
  margin-left: auto;
}
.block-items__row {
  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;
  margin: 0 -15px;
}
.block-items__left {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .block-items__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.block-items__images {
  max-width: 520px;
  position: relative;
}
@media (max-width: 991.98px) {
  .block-items__images {
    max-width: none;
  }
}
.block-items__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.9230769231%;
}
@media (max-width: 767.98px) {
  .block-items__img {
    padding-bottom: 69.375%;
  }
}
.block-items__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.block-items__icon {
  pointer-events: none;
  width: 250px;
  height: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  display: inline-block;
  will-change: transform;
}
@media (max-width: 991.98px) {
  .block-items__icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .block-items__icon {
    width: 146px;
    height: 146px;
  }
}
.block-items__icon img {
  max-width: 100%;
  max-height: 100%;
}
.block-items__right {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .block-items__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.block-items__title {
  color: var(--primary-colors-gold);
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .block-items__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .block-items__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.block-items__text {
  color: var(--secondary-colors-white-60);
  text-align: justify;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .block-items__text {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .block-items__text {
    font-size: 20px;
  }
}
.block-items__text span {
  color: var(--primary-colors-gold);
}
.block-items__text p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .block-items__text p:not(:last-child) {
    margin-bottom: 27px;
  }
}

.subscribe-form__body {
  max-width: 400px;
  margin: 0 auto;
}
.subscribe-form__title {
  color: var(--secondary-colors-lightest-grey);
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .subscribe-form__title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-form__title {
    font-size: 24px;
  }
}
.subscribe-form__line {
  position: relative;
}
.subscribe-form__input {
  height: 66px;
  border-radius: 5px;
  background: var(--secondary-colors-black-85);
  width: 100%;
  padding: 3px 73px 3px 20px;
  color: var(--primary-colors-white);
  font-size: 18px;
  border: 2px solid transparent;
}
.subscribe-form__input:focus {
  -webkit-box-shadow: 0 0 0 2px var(--primary-colors-gold);
          box-shadow: 0 0 0 2px var(--primary-colors-gold);
}
.subscribe-form__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  max-width: 100%;
  height: 60px;
  border-radius: 5px;
  background: var(--primary-colors-gold);
  color: var(--primary-colors-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (any-hover: hover) {
  .subscribe-form__btn:hover {
    color: var(--primary-colors-black);
  }
}
.subscribe-form__btn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.subscribe-form__text {
  margin-top: 30px;
  color: var(--secondary-colors-white-60);
  text-align: justify;
  font-size: 18px;
}
.subscribe-form__success {
  max-width: 762px;
  margin: 0 auto;
}
.subscribe-form__heading {
  color: var(--secondary-colors-lightest-grey);
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .subscribe-form__heading {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-form__heading {
    font-size: 24px;
  }
}
.subscribe-form__img {
  margin-top: 30px;
  text-align: center;
}
.subscribe-form__img img {
  max-width: 100%;
}

.footer {
  position: relative;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__bg img {
  width: 100%;
  height: auto;
}
.footer__content {
  position: relative;
  z-index: 2;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
@media (max-width: 991.98px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .footer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.footer__logo {
  height: 47px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    height: 36px;
  }
}
.footer__logo img {
  max-width: 100%;
  max-height: 100%;
}
.footer__center {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .footer__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__copy {
  color: var(--secondary-colors-white-80);
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    -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;
    text-align: center;
    row-gap: 10px;
    margin-top: 30px;
  }
}
.footer__link {
  font-size: 14px;
  color: var(--secondary-colors-white-80);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}
.footer__link:hover {
  color: var(--primary-colors-black);
}

.socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
.socials-block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  max-width: 100%;
  height: 32px;
  color: var(--primary-colors-gold);
  background: var(--secondary-colors-white-80);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  border-radius: 50%;
}
.socials-block__item:hover {
  background: var(--primary-colors-black);
}
.socials-block__item svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.header {
  position: relative;
  z-index: 5;
  padding-top: 20px;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.header__left {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.header__logo {
  height: 47px;
}
@media (max-width: 767.98px) {
  .header__logo {
    height: 36px;
  }
}
.header__logo img {
  max-width: 100%;
  max-height: 100%;
}
.header__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__box {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .header__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header__images {
  max-width: 754px;
  margin: 0 auto;
}
.header__img {
  text-align: center;
}
.header__img img {
  max-width: 100%;
}
.header__title {
  margin-top: -40px;
  text-align: center;
}
.header__title img {
  max-width: 100%;
}
.header__subtitle {
  margin-top: -10px;
  text-align: center;
  color: var(--secondary-colors-lightest-grey);
  font-size: 16px;
  text-transform: uppercase;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 767.98px) {
  .header__subtitle {
    margin-top: 0;
  }
}
.header__subtitle:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 1px;
  border-radius: 2px;
  background: var(--secondary-colors-lightest-grey);
  position: relative;
  top: -2px;
}
.header__subtitle:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 1px;
  border-radius: 2px;
  background: var(--secondary-colors-lightest-grey);
  position: relative;
  top: -2px;
}
.header__buttons {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767.98px) {
  .header__buttons .btn:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header .socials-block__item {
  background: var(--primary-colors-black);
  color: var(--primary-colors-gold);
}
.header .socials-block__item:hover {
  background: var(--primary-colors-gold);
  color: var(--primary-colors-black);
}

.btn {
  min-width: 210px;
  height: 55px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  padding: 10px 29px 8px;
  border-radius: 5px;
  border: 1px solid #ad9861;
  color: #ad9861;
  font-size: 18px;
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.btn:hover {
  background: #ad9861;
  color: var(--primary-colors-white);
}
.btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 23px;
  max-width: 100%;
  height: 23px;
  fill: currentColor;
  position: relative;
  top: -1px;
}

.detail-text {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .detail-text {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .detail-text {
    font-size: 15px;
  }
}
.detail-text h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .detail-text h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .detail-text h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.detail-text h2 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .detail-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .detail-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.detail-text h2:first-child {
  margin-top: 0;
}
.detail-text h2:last-child {
  margin-bottom: 0;
}
.detail-text h3 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .detail-text h3 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .detail-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.detail-text h3:first-child {
  margin-top: 0;
}
.detail-text h3:last-child {
  margin-bottom: 0;
}
.detail-text h4 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .detail-text h4 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .detail-text h4 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.detail-text h4:first-child {
  margin-top: 0;
}
.detail-text h4:last-child {
  margin-bottom: 0;
}
.detail-text h1,
.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h5,
.detail-text h6 {
  color: var(--primary-colors-gold);
  text-transform: uppercase;
  line-height: normal;
}
.detail-text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .detail-text p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 767.98px) {
  .header__right {
    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: 12px;
  }
}

.lang-dropdown {
  display: none;
  position: relative;
  color: var(--primary-colors-gold);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lang-dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 7;
  }
}
.lang-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 31px;
  padding: 0 11px;
  border-radius: 16px;
  background-color: var(--primary-colors-black);
  cursor: pointer;
}
.lang-content {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  max-height: 0;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  padding: 0 16px;
  border-radius: 5px;
  background-color: var(--primary-colors-black);
  overflow: hidden;
}
.lang-content .lang {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: currentColor;
  text-decoration: none;
}
.lang-content .lang.active {
  display: none;
}
.lang-content .lang:hover {
  color: #fff;
}
.lang-dropdown.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lang-dropdown.open .lang-content {
  padding-top: 16px;
  padding-bottom: 16px;
  max-height: none;
}