@charset "utf-8";
/*LESS INIT*/
/*LESS MIXINS*/
@-webkit-keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateSpinnerRevert {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
  }
}
@keyframes rotateSpinnerRevert {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
  }
}
@-webkit-keyframes bounceTranslate {
  0% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  15% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10%);
            transform: translateX(-50%) translateY(-10%);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
@keyframes bounceTranslate {
  0% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  15% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10%);
            transform: translateX(-50%) translateY(-10%);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  65% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  65% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: skewX(-40deg) translateX(100%);
            transform: skewX(-40deg) translateX(100%);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(-5%);
            transform: skewX(-40deg) translateX(-5%);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(2%);
            transform: skewX(-40deg) translateX(2%);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@keyframes showMenu {
  0% {
    -webkit-transform: skewX(-40deg) translateX(100%);
            transform: skewX(-40deg) translateX(100%);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(-5%);
            transform: skewX(-40deg) translateX(-5%);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(2%);
            transform: skewX(-40deg) translateX(2%);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@-webkit-keyframes showLogo {
  0% {
    -webkit-transform: skewX(-40deg) translateX(-500px);
            transform: skewX(-40deg) translateX(-500px);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(20px);
            transform: skewX(-40deg) translateX(20px);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(-8px);
            transform: skewX(-40deg) translateX(-8px);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@keyframes showLogo {
  0% {
    -webkit-transform: skewX(-40deg) translateX(-500px);
            transform: skewX(-40deg) translateX(-500px);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(20px);
            transform: skewX(-40deg) translateX(20px);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(-8px);
            transform: skewX(-40deg) translateX(-8px);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@-webkit-keyframes showTitle {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
  75% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes showTitle {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
  75% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes loading {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
            transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
            transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}
@-webkit-keyframes copy {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  99% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes copy {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  99% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrows {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateX(2px) translateY(2px);
            transform: rotate(45deg) translateX(2px) translateY(2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@keyframes arrows {
  0% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateX(2px) translateY(2px);
            transform: rotate(45deg) translateX(2px) translateY(2px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(0) translateY(0);
            transform: rotate(45deg) translateX(0) translateY(0);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes blinker {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes arrowIndicator1 {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 1;
  }
  66.666666% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes arrowIndicator1 {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 1;
  }
  66.666666% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes arrowIndicator2 {
  0% {
    opacity: 0.5;
  }
  33.333333% {
    opacity: 0.2;
  }
  66.666666% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes arrowIndicator2 {
  0% {
    opacity: 0.5;
  }
  33.333333% {
    opacity: 0.2;
  }
  66.666666% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes arrowIndicator3 {
  0% {
    opacity: 1;
  }
  33.333333% {
    opacity: 0.5;
  }
  66.666666% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowIndicator3 {
  0% {
    opacity: 1;
  }
  33.333333% {
    opacity: 0.5;
  }
  66.666666% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes shine-2 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.08) rotate(18deg);
            transform: scale(1.08) rotate(18deg);
    opacity: 0.8;
  }
  95% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
}
@keyframes shine-2 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.08) rotate(18deg);
            transform: scale(1.08) rotate(18deg);
    opacity: 0.8;
  }
  95% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong {
  font-weight: 700;
}
/*FONTS*/
@font-face {
  font-display: fallback;
  font-family: 'Abhaya Libre';
  src: url('../fonts/') format('AbhayaLibre-Regular.woff2'), url('../fonts/AbhayaLibre-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-display: fallback;
  font-family: 'Abhaya Libre';
  src: url('../fonts/AbhayaLibre-Medium.woff2') format('woff2'), url('../fonts/AbhayaLibre-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-display: fallback;
  font-family: "Roboto";
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-display: fallback;
  font-family: "Roboto";
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
}
body,
input,
select,
textarea,
footer,
button,
.btn {
  font-family: "Roboto", sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.details p,
.details time {
  font-family: "Abhaya Libre", sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
h1,
h2 {
  font-family: "Abhaya Libre", sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
body > header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  background-color: rgba(0, 0, 0, 0.71);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}
body > header .container {
  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;
  padding: 25px 0;
}
body > header .logo-main {
  position: relative;
  display: block;
  width: 215px;
  z-index: 3;
  -webkit-transition: all 0.5s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.5s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.5s ease, opacity 0.1s ease, filter 0.3s ease;
  transition: all 0.5s ease, opacity 0.1s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
body > header .logo-main:hover {
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
body > header .logo-main:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
body > header .logo-main img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
body > header .contact-link {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #D2A166;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header .contact-link:hover {
  border-bottom-color: rgba(210, 161, 102, 0.5);
}
@media (max-width: 1280px) {
  body > header .container {
    padding: 22px 20px;
  }
  body > header .logo-main {
    width: 175px;
  }
  body > header ul {
    gap: 24px;
  }
  body > header .contact-link {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  body > header .container {
    padding: 20px;
  }
  body > header .logo-main {
    width: 210px;
  }
}
@media (max-width: 768px) {
  body > header .logo-main {
    width: 180px;
  }
  body > header .container {
    padding: 20px 10px;
  }
}
@media (max-width: 550px) {
  body > header .container {
    padding: 12px 10px;
  }
  body > header .logo-main {
    width: 120px;
  }
  body > header ul {
    gap: 18px;
  }
  body > header .contact-link {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body > header .container {
    padding: 10px;
  }
  body > header ul {
    gap: 16px;
  }
  body > header .contact-link {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  body > header .container {
    padding: 10px;
  }
  body > header ul li:first-child {
    display: none;
  }
}
.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.menu-overlay.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
body > footer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  color: #ffffff;
  background-color: #000000;
  padding: 55px 0 65px;
  z-index: 2;
}
body > footer:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(91.18%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 91.18%);
}
body > footer .container {
  padding-left: 0;
  padding-right: 0;
}
body > footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
body > footer .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
body > footer .contact-us > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 125px);
          flex: 0 calc(50% - 125px);
  font-size: 24px;
  line-height: 1;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body > footer .contact-us > li:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 250px;
          flex: 0 250px;
}
body > footer .contact-us > li:nth-of-type(3) {
  text-align: right;
}
body > footer .contact-us > li.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body > footer .contacts li {
  display: block;
  margin: 15px 0 3px;
}
body > footer .contacts li:first-of-type {
  margin-top: -4px;
}
body > footer .contacts a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  margin-left: 40px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .contacts a:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 2px;
  width: 26px;
  height: 26px;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .contacts a.phone:before {
  background: url("../images/icon/ico-phone.svg") no-repeat center;
}
body > footer .contacts a.skype:before {
  background: url("../images/icon/ico-skype.svg") no-repeat center;
}
body > footer .contacts a.mail:before {
  background: url("../images/icon/ico-mail.svg") no-repeat center;
}
body > footer .contacts a.www:before {
  background: url("../images/icon/ico-www.svg") no-repeat center;
}
body > footer .contacts a:hover {
  border-bottom-color: #ffffff;
}
body > footer .contacts a:hover:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
body > footer .social {
  display: block;
  font-size: 0;
  white-space: nowrap;
  padding-top: 20px;
}
body > footer .social li {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
}
body > footer .social li:first-of-type {
  margin-left: 0;
}
body > footer .social li:last-of-type {
  margin-right: 0;
}
body > footer .social li a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
}
body > footer .social li a:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.04);
          transform: translateX(-50%) translateY(-50%) scale(1.04);
}
body > footer .social li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  width: 65%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .logo-main {
  display: block;
  width: 220px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .logo-main:hover {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
body > footer .logo-main img {
  width: 100%;
}
@media (max-width: 1440px) {
  body > footer {
    padding: 50px 0 45px;
  }
}
@media (max-width: 1280px) {
  body > footer h3 {
    font-size: 25px;
  }
  body > footer .contact-us > li {
    font-size: 22px;
  }
  body > footer .contacts li {
    display: block;
    margin: 12px 0 2px;
  }
  body > footer .contacts li:first-of-type {
    margin-top: -3px;
  }
  body > footer .contacts a {
    font-size: 22px;
  }
  body > footer .contacts a:before {
    top: -1px;
  }
  body > footer .social {
    padding-top: 12px;
  }
  body > footer .social li {
    margin: 0 5px;
  }
  body > footer .social li a {
    width: 38px;
    height: 38px;
  }
  body > footer .logo-main {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  body > footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  body > footer h3 {
    font-size: 26px;
  }
  body > footer .contact-us > li {
    font-size: 18px;
    padding: 0 10px;
  }
  body > footer .contacts li {
    display: block;
    margin: 14px 0 2px;
  }
  body > footer .contacts li:first-of-type {
    margin-top: -3px;
  }
  body > footer .contacts a {
    font-size: 18px;
    margin-left: 32px;
  }
  body > footer .contacts a:before {
    left: -32px;
    top: 0;
    width: 20px;
    height: 20px;
  }
  body > footer .social {
    padding-top: 10px;
  }
  body > footer .social li {
    margin: 0 4px;
  }
  body > footer .social li a {
    width: 32px;
    height: 32px;
  }
  body > footer .logo-main {
    width: 175px;
  }
}
@media (max-width: 768px) {
  body > footer {
    padding: 45px 0 10px;
    text-align: center;
  }
  body > footer .contact-us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > footer h3 {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin: 0 0 2px;
    text-transform: none;
  }
  body > footer p {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin: 0 0 2px;
  }
  body > footer .contact-us {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body > footer .contact-us > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0 0 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body > footer .contact-us > li:nth-of-type(1) {
    padding: 0 0 70px;
  }
  body > footer .contact-us > li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body > footer .contact-us > li:nth-of-type(3) {
    text-align: center;
  }
  body > footer .contact-us > li:nth-of-type(3):before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #ffffff;
    width: 150px;
    height: 2px;
    right: 0;
    margin: auto;
    top: -34px;
  }
  body > footer .social {
    padding-top: 16px;
    text-align: center;
  }
  body > footer .social li {
    margin: 0 6px;
  }
  body > footer .social li a {
    width: 42.5px;
    height: 42.5px;
  }
  body > footer .logo-main {
    width: 165px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  body > footer .social {
    padding-top: 14px;
  }
  body > footer .social li {
    margin: 0 3.5px;
  }
  body > footer .social li a {
    width: 41px;
    height: 41px;
  }
  body > footer .logo-main {
    width: 155px;
  }
}
/*BUTTONS*/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 100%;
  min-width: 330px;
  height: 75px;
  line-height: 69px;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
  border: 0;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn:before {
  content: '';
  position: absolute;
  left: -52%;
  top: -20%;
  width: 45px;
  height: 140%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(210, 161, 102, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.btn:hover:before {
  left: 120%;
}
.btn:active {
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.btn span {
  pointer-events: none;
}
.btn.btn-primary,
.btn.btn-default {
  color: #0a0a0a;
  background: linear-gradient(96deg, #9C4B05 -3.86%, #CD9A36 18.83%, #FFD68C 46.48%, #FEE2B2 69.88%, #E7BC86 88.48%, #CD9A36 122.32%, #9C4B05 144.34%);
  -webkit-box-shadow: 0 -3px 25px 0 rgba(210, 161, 102, 0.31) inset, 0 7px 10px 0 rgba(251, 199, 132, 0.2) inset;
          box-shadow: 0 -3px 25px 0 rgba(210, 161, 102, 0.31) inset, 0 7px 10px 0 rgba(251, 199, 132, 0.2) inset;
}
.btn.btn-primary:hover,
.btn.btn-default:hover {
  color: #0a0a0a;
}
.btn.btn-primary:hover:after,
.btn.btn-default:hover:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .btn {
    min-width: 280px;
    height: 70px;
    line-height: 64px;
    font-size: 26px;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .btn {
    min-width: 220px;
    height: 58px;
    line-height: 52px;
    font-size: 22px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .btn {
    min-width: 180px;
    height: 52px;
    line-height: 48px;
    font-size: 20px;
    border-width: 2px;
  }
}
/*COOKIES*/
.cookie-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000001;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cookie-wrapper.displayed {
  visibility: visible;
  opacity: 1;
}
.cookie-bar {
  position: fixed;
  bottom: calc(25% + 20px);
  left: calc(25% + 20px);
  display: block;
  width: 620px;
  max-width: calc(100% - 20px);
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  padding: 45px 40px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  background-color: #142747;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-bar:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #ffffff;
}
.cookie-bar p {
  display: block;
  margin-bottom: 25px;
}
.cookie-bar p a {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cookie-bar p a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.cookie-bar .btn {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  min-width: 0;
  padding: 0 25px;
  font-size: 13px;
  margin: 0 5px;
  font-weight: 600;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
}
.cookie-bar .btn.btn-primary {
  color: #142747;
  background: #F7B12D;
  border-color: #F7B12D;
  border: 2px solid #F7B12D;
}
.cookie-bar .btn.btn-primary:hover {
  background: #ffffff;
}
.cookie-bar .btn.btn-tertiary {
  background: #142747;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cookie-bar .btn.btn-tertiary:hover {
  background: #ffffff;
  color: #142747;
}
.cookie-bar.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showBanner 1s linear;
          animation: showBanner 1s linear;
}
@media (max-width: 768px) {
  .cookie-bar {
    width: calc(50% - 20px);
    padding: 15px 20px 14px;
    font-size: 14px;
    bottom: calc(25% + 10px);
    left: calc(25% + 10px);
  }
  .cookie-bar:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .cookie-bar p {
    margin-bottom: 15px;
  }
  .cookie-bar .btn {
    margin: 0 5px 5px;
    font-size: 14px;
    height: 24px;
    line-height: 1;
    margin-top: -1px;
    padding: 0 10px;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .cookie-bar {
    padding: 12px 15px 10px;
    font-size: 13px;
  }
}
.form-cookies ul.list-cookies li {
  display: block;
  padding: 5px 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.form-cookies ul.list-cookies h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  margin: 0;
  cursor: pointer;
}
.form-cookies ul.list-cookies h3:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-cookies ul.list-cookies .input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 160px;
          flex: 0 160px;
}
.form-cookies ul.list-cookies .input-checkbox label {
  position: relative;
  margin-right: 74px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  pointer-events: all;
  left: auto;
  top: auto;
}
.form-cookies ul.list-cookies .input-checkbox label:before {
  content: '';
  position: absolute;
  right: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.form-cookies ul.list-cookies .input-checkbox label:after {
  content: '';
  position: absolute;
  right: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 17px;
  background-color: #F23333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.form-cookies ul.list-cookies .input-checkbox input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}
.form-cookies ul.list-cookies .input-checkbox input:checked + label:before {
  right: -70px;
}
.form-cookies ul.list-cookies .input-checkbox input:checked + label:after {
  background-color: #469008;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label {
  cursor: default;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label:before {
  opacity: 0.7;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label:after {
  opacity: 0.5;
}
.form-cookies ul.list-cookies p {
  margin: 0;
  color: #ffffff;
}
.form-cookies .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-cookies .description.open h3:before {
  left: 0;
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.form-cookies .description.open + .details {
  max-height: 350px;
  padding-top: 10px;
}
.form-cookies .details {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-cookies .buttons {
  margin-top: 30px;
  text-align: right;
}
.form-cookies .buttons .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  height: 48px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-cookies .buttons .btn.btn-primary {
  color: #142747;
  background: #F7B12D;
  border-color: #F7B12D;
}
.form-cookies .buttons .btn.btn-primary:hover {
  background: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary {
  color: #142747;
  background: #ffffff;
  border-color: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary:hover {
  background: #F7B12D;
}
@media (max-width: 768px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 10px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 20px;
    padding-left: 14px;
  }
  .form-cookies ul.list-cookies h3:before {
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies ul.list-cookies .input-checkbox label {
    font-size: 12px;
    margin-right: 63px;
  }
  .form-cookies ul.list-cookies .input-checkbox label:before {
    height: 20px;
    width: 20px;
    right: -36px;
  }
  .form-cookies ul.list-cookies .input-checkbox label:after {
    width: 54px;
    height: 28px;
    right: -65px;
  }
  .form-cookies ul.list-cookies .input-checkbox input:checked + label:before {
    right: -61px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -4px;
  }
  .form-cookies .description.open + .details {
    max-height: 450px;
    padding-top: 5px;
  }
}
@media (max-width: 480px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 5px 4px 10px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 15px;
    padding-left: 14px;
  }
  .form-cookies ul.list-cookies h3:before {
    top: 0;
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -5px;
  }
}
@media (max-width: 360px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 4px 4px 8px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 13px;
    padding-left: 12px;
  }
  .form-cookies ul.list-cookies h3:before {
    top: 0;
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -5px;
  }
}
/*POPUPS*/
.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  pointer-events: none;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-wrapper.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 20px);
  max-width: 800px;
  height: 550px;
  max-height: calc(50% - 20px);
  padding: 50px 10px 10px;
  background-color: #F7B12D;
  pointer-events: none;
  border: 8px solid #000000;
  -webkit-box-shadow: 0 0 0 8px #F7B12D;
          box-shadow: 0 0 0 8px #F7B12D;
  border-radius: 20px;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  overflow: hidden;
  z-index: 1;
}
.modal.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  pointer-events: all;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  padding-right: 24px;
  z-index: 2;
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 19px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .close:hover:before {
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}
.modal .close:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}
.modal .close:active:before {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.modal .close:active:after {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.modal h2 {
  text-transform: uppercase;
  text-align: left;
}
.modal h2 span {
  display: block;
}
.modal .btn {
  -webkit-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.9);
}
.modal .btn:hover {
  -webkit-box-shadow: 0 0 35px 4px #ffffff;
          box-shadow: 0 0 35px 4px #ffffff;
}
.modal .modal-body {
  position: relative;
  overflow-y: auto;
  padding: 0 20px 20px;
  z-index: 1;
}
.modal.modal-cookies {
  color: #ffffff;
  background: #142747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 800px;
  max-width: calc(100% - 20px);
  height: auto;
  max-height: calc(50% - 20px);
  text-align: center;
  padding: 50px 25px 25px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
}
.modal.modal-cookies:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #ffffff;
}
.modal.modal-cookies .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  padding-right: 22px;
}
.modal.modal-cookies .close:before,
.modal.modal-cookies .close:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 17px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal.modal-cookies .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal.modal-cookies .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal.modal-cookies .close:hover:before {
  -webkit-transform: rotate(45deg) scale(1.05);
          transform: rotate(45deg) scale(1.05);
}
.modal.modal-cookies .close:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.05);
          transform: rotate(-45deg) scale(1.05);
}
.modal.modal-cookies .close:active:before {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.modal.modal-cookies .close:active:after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.modal.modal-cookies .modal-body {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
.modal.modal-cookies h2 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.modal.modal-cookies h2.error-msg {
  margin: 0;
}
.modal.modal-cookies p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.modal.modal-cookies p a {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.modal.modal-cookies p a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.modal.modal-cookies .btn-decline {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .modal.modal-cookies {
    padding: 35px 5px 15px 15px;
  }
  .modal.modal-cookies:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .modal.modal-cookies .close {
    top: 13px;
    right: 13px;
  }
  .modal.modal-cookies .modal-body {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .modal.modal-cookies h2 {
    font-size: 28px;
  }
  .modal.modal-cookies p {
    font-size: 14px;
  }
  .modal.modal-cookies .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .modal.modal-cookies .buttons {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .modal.modal-cookies .buttons .btn-decline {
    margin: 0;
  }
  .modal.modal-cookies .buttons .btn {
    min-width: 192px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal.modal-cookies p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.modal.modal-large {
  max-width: 1200px;
  height: 1050px;
  color: #ffffff;
  z-index: 2;
}
.modal.modal-large .modal-body h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal.modal-large .modal-body h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal.modal-large .modal-body h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal.modal-large .modal-body p {
  margin-bottom: 20px;
}
.modal.modal-large .modal-body a,
.modal.modal-large .modal-body button {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.modal-large .modal-body a:hover,
.modal.modal-large .modal-body button:hover {
  border-bottom-color: transparent;
}
.modal.modal-large .modal-body ul {
  margin-bottom: 20px;
}
.modal.modal-large .modal-body ul li {
  position: relative;
  margin: 0 0 8px 27px;
}
.modal.modal-large .modal-body ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  top: 9px;
  width: 12px;
  height: 12px;
  border: 2px solid #F1D9BC;
  border-radius: 50%;
}
.modal .buttons {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 600px), (max-height: 600px) {
  .modal .close {
    right: 8px;
  }
  .modal .buttons {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px), (max-height: 480px) {
  .modal.modal-large {
    font-size: 16px;
  }
  .modal.modal-large .modal-body {
    padding: 0 5px 20px;
  }
  .modal.modal-large .modal-body h2 {
    font-size: 26px;
  }
  .modal.modal-large .modal-body h3 {
    font-size: 24px;
  }
  .modal.modal-large .modal-body h4 {
    font-size: 24px;
  }
  .modal.modal-large .modal-body p {
    margin-bottom: 15px;
  }
  .modal.modal-large .modal-body ul {
    margin-bottom: 15px;
  }
  .modal.modal-large .modal-body ul li {
    margin: 0 0 6px 18px;
  }
  .modal.modal-large .modal-body ul li:before {
    left: -18px;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #F7B12D;
  }
}
.details {
  position: relative;
  padding-top: 265px;
  text-align: center;
  z-index: 2;
}
.details .title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.details .title h1 {
  display: block;
  font-size: 140px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2px;
  background: linear-gradient(91deg, #efae5e 0%, #efae5e 37%, #fff3db 58.17%, #efae5e 75%, #efae5e 101.31%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  -webkit-animation: shimmer 7s linear infinite;
          animation: shimmer 7s linear infinite;
}
.details .title h1:before {
  content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  left: calc(50% - 417px);
  top: -30px;
  background: url("../images/img-shine.png") no-repeat center center / contain;
  -webkit-animation: shine 5s linear infinite;
          animation: shine 5s linear infinite;
}
.details .title h1:after {
  content: '';
  width: 90px;
  height: 90px;
  position: absolute;
  right: calc(50% - 465px);
  bottom: -8px;
  background: url("../images/img-shine.png") no-repeat center center / contain;
  -webkit-animation: shine-2 5s linear infinite;
          animation: shine-2 5s linear infinite;
}
.details .title h2 {
  display: block;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
  color: #D2A166;
  background: linear-gradient(93deg, #F5B66E -7.37%, #FCECC3 48.34%, #FBC784 107.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.details .title time {
  position: relative;
  display: inline-block;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  color: #D2A166;
  background: linear-gradient(93deg, #F5B66E -7.37%, #FCECC3 48.34%, #FBC784 107.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.details .title time span {
  display: inline-block;
}
.details .title time i {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-style: normal;
  color: #FCEBC2;
  -webkit-text-fill-color: #FCEBC2;
  bottom: -2px;
}
.details .title time:before,
.details .title time:after {
  content: '';
  position: absolute;
  top: 53%;
  height: 2px;
  width: 120px;
  background: #D2A166;
}
.details .title time:before {
  right: calc(100% - 6px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 235, 194, 0)), to(#FCEBC2));
  background: linear-gradient(90deg, rgba(252, 235, 194, 0) 0%, #FCEBC2 100%);
}
.details .title time:after {
  left: calc(100% - 6px);
  background: -webkit-gradient(linear, left top, right top, from(#FCEBC2), to(rgba(252, 235, 194, 0)));
  background: linear-gradient(90deg, #FCEBC2 0%, rgba(252, 235, 194, 0) 100%);
}
.details .title h1,
.details .title h2,
.details .title time {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.details .title h1.show,
.details .title h2.show,
.details .title time.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.details .text p {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  color: #D2A166;
  background: linear-gradient(91deg, #F5B56C 0.49%, #FCEDC5 58.17%, #FBC179 101.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.details .text p:not(:last-child) {
  margin-bottom: 24px;
}
.details .text p.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.details .arrow-indicator {
  position: relative;
  width: 72px;
  height: 122px;
  margin: 35px auto;
}
.details .arrow-indicator:before {
  content: '';
  width: 500px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 235, 194, 0)), color-stop(20%, rgba(252, 235, 194, 0.55)), color-stop(40%, rgba(252, 235, 194, 0)), color-stop(60%, rgba(252, 235, 194, 0)), color-stop(80%, rgba(252, 235, 194, 0.55)), to(rgba(252, 235, 194, 0)));
  background: linear-gradient(90deg, rgba(252, 235, 194, 0) 0%, rgba(252, 235, 194, 0.55) 20%, rgba(252, 235, 194, 0) 40%, rgba(252, 235, 194, 0) 60%, rgba(252, 235, 194, 0.55) 80%, rgba(252, 235, 194, 0) 100%);
}
.details .arrow-indicator button {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.details .arrow-indicator button:before,
.details .arrow-indicator button:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
  background: url("../images/icon/ico-arrow-gold.svg") no-repeat center center / contain;
}
.details .arrow-indicator button:before {
  top: 0;
  opacity: 0.2;
  -webkit-animation: arrowIndicator1 1s infinite;
          animation: arrowIndicator1 1s infinite;
}
.details .arrow-indicator button:after {
  bottom: 0;
  opacity: 1;
  -webkit-animation: arrowIndicator3 1s infinite;
          animation: arrowIndicator3 1s infinite;
}
.details .arrow-indicator button span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 47px;
  background: url("../images/icon/ico-arrow-gold.svg") no-repeat center center / contain;
  opacity: 0.5;
  -webkit-animation: arrowIndicator2 1s infinite;
          animation: arrowIndicator2 1s infinite;
}
@media (max-width: 1620px) {
  .details .text p {
    width: 900px;
    font-size: 26px;
  }
  .details .text p:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media (max-width: 1440px) {
  .details {
    padding-top: 225px;
  }
}
@media (max-width: 1280px) {
  .details {
    padding-top: 178px;
  }
  .details .title {
    margin-bottom: 40px;
  }
  .details .title h1 {
    font-size: 110px;
  }
  .details .title h1:before {
    left: calc(50% - 343px);
    top: -34px;
  }
  .details .title h1:after {
    right: calc(50% - 377px);
    bottom: -17px;
  }
  .details .title h2 {
    font-size: 56px;
    margin-bottom: 10px;
  }
  .details .title time {
    font-size: 40px;
  }
  .details .title time:before,
  .details .title time:after {
    top: 53%;
  }
  .details .title time i {
    font-size: 54px;
    bottom: -2px;
  }
  .details .text p {
    width: 820px;
    font-size: 24px;
  }
  .details .text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .details .arrow-indicator {
    width: 60px;
    height: 110px;
    margin: 45px auto;
  }
}
@media (max-width: 1024px) {
  .details .text p {
    width: 580px;
    font-size: 22px;
  }
  .details .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .details .arrow-indicator {
    width: 45px;
    height: 92px;
    margin: 35px auto;
  }
  .details .arrow-indicator:before {
    width: 380px;
    height: 3px;
  }
}
@media (max-width: 768px) {
  .details {
    padding-top: 158px;
  }
  .details .title {
    margin-bottom: 30px;
  }
  .details .title h1 {
    font-size: 65px;
    margin-bottom: 10px;
  }
  .details .title h1:before {
    left: calc(50% - 218px);
    top: -29px;
    width: 85px;
    height: 85px;
  }
  .details .title h1:after {
    right: calc(50% - 232px);
    bottom: -16px;
    width: 65px;
    height: 65px;
  }
  .details .title h2 {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .details .title time {
    font-size: 32px;
  }
  .details .title time:before,
  .details .title time:after {
    top: 58%;
  }
  .details .title time i {
    bottom: -4px;
  }
  .details .text p {
    width: 520px;
    font-size: 20px;
  }
  .details .text p:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .details {
    padding-top: 130px;
  }
  .details .text {
    position: relative;
    margin-top: 260px;
  }
  .details .text:before {
    content: '';
    width: 150%;
    height: 185%;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, #170903 10%, rgba(23, 9, 3, 0) 72%, rgba(23, 9, 3, 0) 100%);
  }
}
@media (max-width: 460px) {
  .details {
    padding-top: 120px;
  }
  .details .title {
    margin-bottom: 20px;
  }
  .details .title h1 {
    font-size: 54px;
    margin-bottom: 10px;
  }
  .details .title h1:before {
    left: calc(50% - 179px);
    top: -23px;
    width: 65px;
    height: 65px;
  }
  .details .title h1:after {
    right: calc(50% - 195px);
    bottom: -12px;
    width: 55px;
    height: 55px;
  }
  .details .title h2 {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .details .title time {
    font-size: 28px;
  }
  .details .title time:before,
  .details .title time:after {
    top: 58%;
    width: 55px;
  }
  .details .title time i {
    font-size: 48px;
    bottom: -5px;
  }
}
@media (max-width: 430px) {
  .details {
    padding-top: 110px;
  }
  .details .text {
    margin-top: 200px;
  }
}
@media (max-width: 405px) {
  .details .title h1 {
    font-size: 47px;
    margin-bottom: 8px;
  }
  .details .title h1:before {
    left: calc(50% - 162px);
    top: -23px;
  }
  .details .title h1:after {
    right: calc(50% - 175px);
    bottom: -15px;
  }
  .details .title h2 {
    font-size: 30px;
    margin-bottom: 1px;
  }
}
@media (max-width: 380px) {
  .details {
    padding-top: 100px;
  }
  .details .text {
    margin-top: 180px;
  }
}
@media (max-width: 350px) {
  .details .text {
    margin-top: 150px;
  }
}
@media (max-width: 330px) {
  .details .text {
    margin-top: 120px;
  }
}
.registration {
  position: relative;
  display: block;
  padding: 0 0 130px;
}
.registration .form-wrapper {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 42px;
}
.registration .form-wrapper:before {
  content: '';
  width: 200%;
  height: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: radial-gradient(ellipse at center, #170903 10%, rgba(23, 9, 3, 0) 72%, rgba(23, 9, 3, 0) 100%);
}
.registration .form-wrapper .success-msg,
.registration .form-wrapper .error-msg,
.registration .form-wrapper .info-msg,
.registration .form-wrapper .ended-msg {
  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;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 880px;
  max-width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 42px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 2px 5px 32px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 5px 32px 3px rgba(0, 0, 0, 0.8);
}
.registration .form-wrapper .success-msg:before,
.registration .form-wrapper .error-msg:before,
.registration .form-wrapper .info-msg:before,
.registration .form-wrapper .ended-msg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: radial-gradient(ellipse at center, #170903 10%, rgba(23, 9, 3, 0) 72%, rgba(23, 9, 3, 0) 100%);
  background: linear-gradient(135deg, #D97210 0%, #FAF1B7 6%, #D97210 15%, #D97210 22%, #D97210 30%, #FEFBC8 35%, #D97210 41%, #FEFBC8 47%, #D97210 62%, #FEFBC8 74%, #EECE7E 90%, #D97210 100%);
  z-index: -1;
  border-radius: 42px;
}
.registration .form-wrapper .success-msg .info,
.registration .form-wrapper .error-msg .info,
.registration .form-wrapper .info-msg .info,
.registration .form-wrapper .ended-msg .info {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 390px;
  background: #160E0C;
  padding: 50px 20px 65px;
  border-radius: 38px;
}
.registration .form-wrapper .success-msg h2,
.registration .form-wrapper .error-msg h2,
.registration .form-wrapper .info-msg h2,
.registration .form-wrapper .ended-msg h2 {
  display: block;
  width: 390px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 auto;
  text-transform: none;
  color: #D2A166;
  text-shadow: 0 0 10px #001129;
}
.registration .form-wrapper .success-msg p,
.registration .form-wrapper .error-msg p,
.registration .form-wrapper .info-msg p,
.registration .form-wrapper .ended-msg p {
  font-family: "Abhaya Libre", sans-serif;
  display: block;
  width: 420px;
  max-width: 100%;
  color: #D2A166;
  text-shadow: 0 4px 20px #111;
  font-size: 28px;
  font-weight: 400;
  margin: 10px auto 0;
}
.registration .form-wrapper .success-msg p a,
.registration .form-wrapper .error-msg p a,
.registration .form-wrapper .info-msg p a,
.registration .form-wrapper .ended-msg p a {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid rgba(210, 161, 102, 0.5);
}
.registration .form-wrapper .success-msg p a:hover,
.registration .form-wrapper .error-msg p a:hover,
.registration .form-wrapper .info-msg p a:hover,
.registration .form-wrapper .ended-msg p a:hover {
  border-bottom-color: transparent;
}
.registration .form-wrapper .success-msg a,
.registration .form-wrapper .error-msg a,
.registration .form-wrapper .info-msg a,
.registration .form-wrapper .ended-msg a {
  color: #D2A166;
  border-bottom-color: rgba(210, 161, 102, 0.5);
}
.registration .form-wrapper .success-msg a:hover,
.registration .form-wrapper .error-msg a:hover,
.registration .form-wrapper .info-msg a:hover,
.registration .form-wrapper .ended-msg a:hover {
  border-bottom-color: transparent;
}
.registration .form-wrapper .success-msg .btn,
.registration .form-wrapper .error-msg .btn,
.registration .form-wrapper .info-msg .btn,
.registration .form-wrapper .ended-msg .btn {
  margin-top: 15px;
}
.registration .form-wrapper .success-msg h2:before {
  content: '';
  display: block;
  width: 390px;
  height: 370px;
  margin: 0 auto 20px;
  background-image: url('../images/img-fireworks.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@supports (background-image: url( ../images/img-fireworks.webp )) {
  .registration .form-wrapper .success-msg h2:before {
    background-image: url('../images/img-fireworks.webp');
  }
}
.registration .form-wrapper .ended-msg {
  width: 725px;
}
.registration .form-wrapper .ended-msg h2 {
  margin: 0 auto 12px;
  width: 550px;
  max-width: 100%;
}
.registration .form-wrapper form {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration .form-wrapper.loading {
  pointer-events: none;
}
.registration .form-wrapper.loading:after {
  content: '';
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 55px);
  width: 110px;
  height: 110px;
  border: 15px solid rgba(210, 161, 102, 0.5);
  border-bottom-color: #D2A166;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  z-index: 2;
}
.registration .form-wrapper.loading form {
  pointer-events: none;
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}
.registration .form-wrapper.success form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.registration .form-wrapper.success .success-msg {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.registration .form-wrapper.error form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.registration .form-wrapper.error .error-msg {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.registration .form-wrapper.no-cookies form {
  opacity: 0.8;
  pointer-events: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.registration .form-wrapper.no-cookies .info-msg {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.registration .form-wrapper.no-cookies.ended .info-msg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.registration .form-wrapper.ended form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.registration .form-wrapper.ended .ended-msg {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1280px) {
  .registration .form-wrapper .success-msg .info,
  .registration .form-wrapper .error-msg .info,
  .registration .form-wrapper .info-msg .info,
  .registration .form-wrapper .ended-msg .info {
    padding: 50px 20px 50px;
  }
  .registration .form-wrapper .success-msg h2,
  .registration .form-wrapper .error-msg h2,
  .registration .form-wrapper .info-msg h2,
  .registration .form-wrapper .ended-msg h2 {
    width: 325px;
    font-size: 40px;
  }
  .registration .form-wrapper .success-msg p,
  .registration .form-wrapper .error-msg p,
  .registration .form-wrapper .info-msg p,
  .registration .form-wrapper .ended-msg p {
    width: 390px;
    font-size: 25px;
  }
  .registration .form-wrapper .success-msg h2:before {
    width: 250px;
    height: 230px;
  }
}
@media (max-width: 650px) {
  .registration .form-wrapper .success-msg h2,
  .registration .form-wrapper .error-msg h2,
  .registration .form-wrapper .info-msg h2,
  .registration .form-wrapper .ended-msg h2 {
    width: 100%;
    font-size: 36px;
  }
  .registration .form-wrapper .success-msg p,
  .registration .form-wrapper .error-msg p,
  .registration .form-wrapper .info-msg p,
  .registration .form-wrapper .ended-msg p {
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  .registration .form-wrapper .success-msg,
  .registration .form-wrapper .error-msg,
  .registration .form-wrapper .info-msg,
  .registration .form-wrapper .ended-msg {
    border-radius: 24px;
  }
  .registration .form-wrapper .success-msg:before,
  .registration .form-wrapper .error-msg:before,
  .registration .form-wrapper .info-msg:before,
  .registration .form-wrapper .ended-msg:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 24px;
  }
  .registration .form-wrapper .success-msg .info,
  .registration .form-wrapper .error-msg .info,
  .registration .form-wrapper .info-msg .info,
  .registration .form-wrapper .ended-msg .info {
    padding: 25px 20px;
    border-radius: 22px;
  }
  .registration .form-wrapper .success-msg h2,
  .registration .form-wrapper .error-msg h2,
  .registration .form-wrapper .info-msg h2,
  .registration .form-wrapper .ended-msg h2 {
    font-size: 30px;
  }
  .registration .form-wrapper .success-msg p,
  .registration .form-wrapper .error-msg p,
  .registration .form-wrapper .info-msg p,
  .registration .form-wrapper .ended-msg p {
    font-size: 20px;
  }
  .registration .form-wrapper .success-msg h2:before {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 380px) {
  .registration .form-wrapper .success-msg h2,
  .registration .form-wrapper .error-msg h2,
  .registration .form-wrapper .info-msg h2,
  .registration .form-wrapper .ended-msg h2 {
    font-size: 26px;
  }
  .registration .form-wrapper .success-msg p,
  .registration .form-wrapper .error-msg p,
  .registration .form-wrapper .info-msg p,
  .registration .form-wrapper .ended-msg p {
    font-size: 18px;
  }
}
.registration form {
  position: relative;
  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;
  width: 100%;
  gap: 26px 20px;
  z-index: 3;
}
.registration form label,
.registration form h2 {
  display: block;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D2A166;
  text-shadow: 0 0 10px #001129;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration form label.show,
.registration form h2.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration form label + p,
.registration form h2 + p {
  text-align: center;
  margin: -20px 0 16px !important;
}
.registration form .form-group {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.registration form .input {
  position: relative;
  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-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration form .input:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(#B15E2A), color-stop(47%, #FEFBE5), to(#D9700E));
  background: linear-gradient(90deg, #B15E2A 0%, #FEFBE5 47%, #D9700E 100%);
  border-radius: 16px;
}
.registration form .input.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration form .input.input-recaptcha {
  margin: 10px auto 0;
}
.registration form .input.input-recaptcha > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration form .input.input-recaptcha .error-message {
  margin: 6px auto 0;
}
.registration form .input.error {
  margin-bottom: 28px;
}
.registration form .input.error input {
  border-color: #a0292c;
}
.registration form .input.error .error-message {
  display: block;
}
.registration form input {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  width: 100%;
  height: 58px;
  padding: 0 25px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #fce6b9;
  background-color: #180b05;
  border: 0;
}
.registration form input::-webkit-input-placeholder {
  color: #FABC72;
  opacity: 1;
}
.registration form input::-moz-placeholder {
  color: #FABC72;
  opacity: 1;
}
.registration form input:-ms-input-placeholder {
  color: #FABC72;
  opacity: 1;
}
.registration form input::-ms-input-placeholder {
  color: #FABC72;
  opacity: 1;
}
.registration form input::placeholder {
  color: #FABC72;
  opacity: 1;
}
.registration form input::-ms-input-placeholder {
  color: #FABC72;
}
.registration form .error-message {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  margin-right: auto;
  color: #F23333;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.05px;
  padding: 4px 25px 2px;
  border-radius: 8px;
  border: 2px solid #F23333;
  text-align: left;
  background-color: #ffffff;
}
.registration form p:not(.error-message) {
  position: relative;
  display: block;
  color: #D2A166;
  text-shadow: 0 4px 20px #111;
  font-size: 21px;
  font-weight: 400;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration form p:not(.error-message).show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.registration form p:not(.error-message) span {
  display: block;
}
.registration form p:not(.error-message) a {
  display: inline-block;
  line-height: 1;
  color: #D2A166;
  border-bottom: 1px solid rgba(210, 161, 102, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.registration form p:not(.error-message) a:hover {
  border-bottom-color: transparent;
}
.registration form p.text-policy {
  font-size: 17px;
}
.registration form .buttons {
  margin-top: 25px;
}
.registration form .buttons .btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.registration form .buttons .btn.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1600px) {
  .registration form .input {
    margin-bottom: 8px;
  }
  .registration form .input.input-recaptcha {
    height: 60px;
  }
  .registration form .input.input-recaptcha > div {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .registration form input {
    height: 56px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 20px;
  }
  .registration form .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .registration form label,
  .registration form h2 {
    font-size: 56px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .registration form label,
  .registration form h2 {
    font-size: 52px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .registration {
    padding-bottom: 80px;
  }
  .registration form label,
  .registration form h2 {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .registration form {
    gap: 10px;
  }
  .registration form .input.error {
    margin-bottom: 42px;
  }
  .registration form input {
    font-size: 17px;
  }
  .registration form p:not(.error-message) {
    font-size: 14px;
  }
  .registration form .error-message {
    font-size: 12px;
    padding-left: 20px;
  }
}
@media (max-width: 650px) {
  .registration form .input {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
@media (max-width: 480px) {
  .registration form label {
    font-size: 56px;
    margin-bottom: 10px;
  }
  .registration form input {
    height: 50px;
    border-width: 2px;
  }
  .registration form p:not(.error-message) {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .registration .form-wrapper .error-msg p,
  .registration .form-wrapper .success-msg p {
    font-size: 20px;
  }
  .registration form {
    gap: 7px;
  }
  .registration form label,
  .registration form h2 {
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .registration form p:not(.error-message) {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .registration form label {
    font-size: 42px;
  }
}
/*SOCIAL*/
.social {
  display: block;
  font-size: 0;
  white-space: nowrap;
}
.social li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.social li:first-of-type {
  margin-left: 0;
}
.social li:last-of-type {
  margin-right: 0;
}
.social a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: all;
}
.social a:hover {
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.social a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  width: 65%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px), (max-height: 800px) {
  .social li {
    margin: 0 6px;
  }
}
@media (max-width: 660px), (max-height: 500px) {
  .social a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 420px) {
  .social a {
    width: 35px;
    height: 35px;
    border-radius: 8px;
  }
}
/*VARIABLES*/
/*HELPERS*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background: #cc9552;
}
*::selection {
  color: #ffffff;
  background: #cc9552;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
}
html {
  height: 100%;
  font-size: 62.5%;
  background-color: #fefefe;
  overflow: auto;
}
html body {
  position: relative;
  width: 1920px;
  max-width: 100%;
  min-height: 100%;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  font-size: 21px;
  background-color: #010101;
  background-image: url('../images/bg/bg-dubai-skyline.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: #ffffff;
  line-height: 1.6;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
@supports (background-image: url( ../images/bg/bg-dubai-skyline.webp )) {
  html body {
    background-image: url('../images/bg/bg-dubai-skyline.webp');
  }
}
html body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  html body {
    background-size: 120% auto;
  }
}
@media (max-width: 530px) {
  html body {
    background-position: center -70px;
  }
}
@media (max-width: 390px) {
  html body {
    background-position: center -60px;
  }
}
.container {
  display: block;
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px), (max-height: 650px) {
  .container {
    padding: 0 10px;
  }
}
/*MAIN STYLES*/
main {
  position: relative;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
