@charset "utf-8";
/*LESS INIT*/
/*LESS MIXINS*/
@-webkit-keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  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 blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-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 ball-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ball-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ball-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ball-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fireworks {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fireworks {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes neon {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes neon {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hook {
  0% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(3deg);
            transform: translateY(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
}
@keyframes hook {
  0% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(3deg);
            transform: translateY(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
}
@-webkit-keyframes hook-2 {
  0% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(-5deg);
            transform: translateY(0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
}
@keyframes hook-2 {
  0% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(-5deg);
            transform: translateY(0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
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-weight: 400;
  font-style: normal;
  font-size: 100%;
  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: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-display: fallback;
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-display: fallback;
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 700;
}
body,
input,
select,
textarea,
nav,
button,
.btn {
  font-family: 'Gilroy', sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
body > header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  background: rgba(172, 67, 135, 0.37);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}
body > header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 30px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .logos,
body > header .links {
  width: 300px;
}
body > header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body > header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 600px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
body > header .logo-main {
  position: relative;
  display: block;
  margin-right: auto;
  height: 84px;
  -webkit-transition: all 0.6s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.6s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.6s ease, opacity 0.1s ease, filter 0.3s ease;
  transition: all 0.6s 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 {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header .social a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
body > header nav {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
body > header nav li {
  display: block;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav span {
  color: #ffffff;
}
body > header nav a,
body > header nav button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav a:after,
body > header nav button:after {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: 2px;
  bottom: -3px;
  left: -2px;
  background-color: #FAB001;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header nav a:hover,
body > header nav button:hover {
  color: #ffffff;
}
body > header nav a:hover:after,
body > header nav button:hover:after {
  opacity: 0.8;
}
body > header nav.show {
  opacity: 1;
}
body > header.fixed {
  position: fixed;
}
body > header.fixed .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
body > header.fixed .logo-main {
  height: 66px;
}
body > header.fixed .and {
  font-size: 24px;
}
body > header.fixed nav li {
  margin: 0 8px;
}
body > header.fixed nav li a,
body > header.fixed nav li button {
  font-size: 15px;
}
@media (max-width: 1440px) {
  body > header .container {
    padding: 30px 20px;
  }
  body > header .logo-main {
    height: 70px;
  }
  body > header nav li {
    margin: 0 8px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 16px;
  }
  body > header.fixed nav li {
    margin: 0 6px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 13px;
  }
}
@media (max-width: 1320px) {
  body > header .links {
    display: none;
  }
  body > header .logos {
    -webkit-box-flex: 0;
        -ms-flex: 0 132px;
            flex: 0 132px;
  }
  body > header .menu {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 132px);
            flex: 0 calc(100% - 132px);
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (max-width: 1280px) {
  body > header .container {
    padding: 20px 20px;
  }
  body > header .logo-main {
    height: 60px;
  }
  body > header nav li {
    margin: 0 10px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 14px;
  }
  body > header.fixed .logo-main {
    height: 56px;
  }
  body > header.fixed nav li {
    margin: 0 9px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  body > header .container {
    padding: 15px 20px;
  }
}
@media (max-width: 965px) {
  body > header .logo-main {
    height: 54px;
  }
  body > header.fixed .container {
    padding: 5px 20px;
  }
  body > header.fixed .logo-main {
    height: 50px;
  }
}
@media (max-width: 850px) {
  body > header nav li {
    margin: 0 8px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 13px;
  }
  body > header.fixed nav li {
    margin: 0 7px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  body > header {
    backdrop-filter: none;
  }
  body > header .container {
    padding: 10px;
  }
  body > header .open-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  body > header .open-menu:before,
  body > header .open-menu:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body > header .open-menu:before {
    top: 8px;
  }
  body > header .open-menu:after {
    bottom: 8px;
  }
  body > header .open-menu > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  body > header .open-menu > span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body > header .open-menu.show {
    opacity: 1;
  }
  body > header .open-menu.open:before,
  body > header .open-menu.open:after {
    left: 4px;
    width: 38px;
    background-color: #ffffff;
  }
  body > header .open-menu.open:before {
    top: 20.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body > header .open-menu.open:after {
    bottom: 20.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body > header .open-menu.open > span:after {
    opacity: 0;
  }
  body > header .open-menu.disable {
    pointer-events: none;
  }
  body > header .menu {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    padding: 75px 0 20px;
    background-color: transparent;
    z-index: 1001;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: start;
        align-content: start;
    overflow: hidden;
  }
  body > header .menu .menu-scroll {
    overflow: auto;
  }
  body > header .menu.open {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    right: 0;
  }
  body > header .menu .menu-scroll {
    height: 100%;
    overflow: auto;
  }
  body > header .menu nav ul {
    display: block;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    top: auto;
    right: auto;
    float: none;
    width: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  body > header .menu nav ul > li {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin: 0;
    padding: 7px 10px;
    overflow: hidden;
  }
  body > header .menu nav ul > li.active a,
  body > header .menu nav ul > li.active button {
    background-color: transparent;
  }
  body > header .menu nav ul > li:first-of-type {
    display: block;
  }
  body > header .menu nav ul > li a,
  body > header .menu nav ul > li button {
    display: inline-block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    padding: 3px 2px;
    background-color: transparent;
    pointer-events: all;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: -350px;
  }
  body > header .menu nav ul > li a.show,
  body > header .menu nav ul > li button.show {
    right: 0;
  }
  body > header .menu nav ul > li a:before,
  body > header .menu nav ul > li button:before {
    display: none;
  }
  body > header .menu nav ul > li a:active,
  body > header .menu nav ul > li button:active {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  body > header .open-menu {
    display: block;
  }
  body > header.fixed {
    background: rgba(20, 1, 1, 0.8);
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  body > header .container {
    padding: 15px 10px;
  }
  body > header .logo-main {
    height: 50px;
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
  body > header.fixed .logo-main {
    height: 44px;
  }
}
@media (max-width: 440px) {
  body > header .container {
    padding: 5px 10px;
  }
  body > header .open-menu {
    right: 10px;
    bottom: 0;
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
  body > header .buttons nav > ul > li {
    padding: 5px 2px;
  }
  body > header .buttons nav > ul > li a,
  body > header .buttons nav > ul > li button {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  body > header .menu nav > ul > li a,
  body > header .menu nav > ul > li button {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  body > header .logo-main {
    width: 42px !important;
  }
  body > header .menu {
    padding: 62px 0 20px;
  }
}
.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.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
.menu-overlay.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.lang-it nav a[href*="it"]:after {
  opacity: 1;
}
.lang-en nav a[href="/enada-primavera-2025"]:after {
  opacity: 1;
}
body > footer {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  padding: 100px 0 80px;
  z-index: 1;
}
body > footer .container {
  padding-left: 0;
  padding-right: 0;
}
body > footer h3 {
  font-family: 'Gilroy', 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% - 140px);
          flex: 0 calc(50% - 140px);
  font-size: 24px;
  line-height: 1;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > footer .contact-us > li:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 280px;
          flex: 0 280px;
  padding: 0;
}
body > footer .contact-us > li:nth-of-type(3) {
  text-align: right;
}
body > footer .contact-us > li.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
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: 100%;
  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 {
  height: 100%;
  margin: 0 auto;
}
body > footer .logo-main + p {
  position: absolute;
  right: 2px;
  bottom: 13px;
  font-size: 12px;
  text-align: right;
}
body > footer .logo-main + p span {
  display: block;
}
@media (max-width: 1366px) {
  body > footer {
    padding: 90px 0 65px;
  }
  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 {
    height: 92px;
  }
  body > footer .logo-main + p {
    right: 41px;
    bottom: 10px;
    font-size: 9px;
  }
}
@media (max-width: 1280px) {
  body > footer:before {
    height: 40px;
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  body > footer {
    padding: 75px 0 60px;
  }
  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 {
    height: 80px;
  }
  body > footer .logo-main + p {
    right: 55px;
    bottom: 10px;
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  body > footer {
    padding: 60px 0 0;
    text-align: center;
  }
  body > footer .contact-us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > footer h3 {
    font-family: 'Gilroy', 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: 40px 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 {
    height: 75px;
  }
  body > footer .logo-main + p {
    right: 60px;
    bottom: 9px;
  }
}
@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 {
    height: 72px;
  }
  body > footer .logo-main + p {
    right: 62px;
    bottom: 8px;
  }
}
.booking-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 50;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease, bottom 0s;
  transition: all 0.6s ease, bottom 0s;
}
.booking-btn span {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  padding: 2px 5px;
  color: #050505;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(5px) translateX(-50%);
          transform: translateY(5px) translateX(-50%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.booking-btn span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 1;
}
.booking-btn button {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #FAB001;
  border-radius: 50%;
}
.booking-btn button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 118%;
  height: 118%;
  border: 2px solid #FAB001;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.booking-btn button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 49%;
  width: 53%;
  pointer-events: none;
}
.booking-btn button:hover:before {
  width: 122%;
  height: 122%;
}
.booking-btn button:active:before {
  width: 105%;
  height: 105%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.booking-btn:hover span {
  opacity: 0.8;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.booking-btn.show {
  opacity: 1;
  pointer-events: all;
}
.booking-btn.show-tooltip span {
  opacity: 0.8;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.booking-btn.absolute {
  position: absolute;
  bottom: 200px;
}
@media (max-width: 1500px) {
  .booking-btn {
    right: 20px;
    bottom: 20px;
  }
  .booking-btn span {
    padding: 2px 4px;
    font-size: 10px;
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  .booking-btn:hover span {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .booking-btn.show-tooltip span {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 1014px) {
  .booking-btn.absolute {
    bottom: 180px;
  }
}
@media (max-width: 768px) {
  .booking-btn {
    display: none !important;
  }
}
/*BUTTONS*/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 100%;
  min-width: 300px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
  border: 0;
  border-radius: 30px;
  -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.3);
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover:before {
  left: 120%;
}
.btn span {
  pointer-events: none;
}
.btn:active {
  -webkit-transform: scale(0.99) !important;
          transform: scale(0.99) !important;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.btn.btn-default,
.btn.btn-primary {
  color: #ffffff;
  background-color: #000000;
  -webkit-box-shadow: 5px 4px 100px 0 rgba(250, 176, 1, 0.7);
          box-shadow: 5px 4px 100px 0 rgba(250, 176, 1, 0.7);
}
.btn.btn-default:hover,
.btn.btn-primary:hover {
  background-color: rgba(225, 44, 51, 0.994);
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-default:active,
.btn.btn-primary:active {
  -webkit-box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-secondary {
  color: #000000;
  background-color: #FAB001;
  -webkit-box-shadow: 5px 4px 100px 0 rgba(250, 176, 1, 0.7);
          box-shadow: 5px 4px 100px 0 rgba(250, 176, 1, 0.7);
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: rgba(225, 44, 51, 0.994);
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-secondary:active {
  -webkit-box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-tertiary {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#BE0000), color-stop(50%, #FF0000), to(#AB0404));
  background: linear-gradient(to bottom, #BE0000 0%, #FF0000 50%, #AB0404 100%);
}
.btn.btn-tertiary:hover {
  -webkit-box-shadow: 0 4px 35px 3px rgba(225, 44, 51, 0.991);
          box-shadow: 0 4px 35px 3px rgba(225, 44, 51, 0.991);
}
.btn.btn-tertiary:active {
  -webkit-box-shadow: 0 2px 18px 2px rgba(225, 44, 51, 0.991);
          box-shadow: 0 2px 18px 2px rgba(225, 44, 51, 0.991);
}
.btn.btn-spacial {
  width: 365px;
  background-color: #000000;
  padding: 0 40px;
  font-size: 22px;
  color: #FCF9E1;
  white-space: normal;
  line-height: 1.1;
  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;
}
@media (max-width: 1024px) {
  .btn {
    min-width: 220px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 22px;
  }
  .btn.btn-spacial {
    width: 325px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .btn {
    min-width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 18px;
  }
  .btn.btn-spacial {
    width: 280px;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .btn {
    min-width: 170px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    border-radius: 16px;
  }
}
/*COOKIES*/
.cookie-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000001;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s 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: 400;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  background-color: #202745;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 5px;
}
.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;
  border-radius: 4px;
}
.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: 5px;
}
.cookie-bar .btn.btn-primary {
  color: #202745;
  background: #FAB001;
  border-color: #FAB001;
  border: 2px solid #FAB001;
}
.cookie-bar .btn.btn-primary:hover {
  background: #ffffff;
}
.cookie-bar .btn.btn-tertiary {
  background: #202745;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cookie-bar .btn.btn-tertiary:hover {
  background: #ffffff;
  color: #202745;
}
.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;
  border-radius: 3px;
  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: 400;
  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: #E12C33;
  -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.6s ease;
  transition: all 0.6s 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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.form-cookies .buttons .btn.btn-primary {
  color: #202745;
  background: #FAB001;
  border-color: #FAB001;
}
.form-cookies .buttons .btn.btn-primary:hover {
  background: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary {
  color: #202745;
  background: #ffffff;
  border-color: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary:hover {
  background: #FAB001;
}
@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;
  }
}
/*FORMS*/
form .input {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
form .input label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
form .input label abbr {
  color: rgba(255, 255, 255, 0.8);
}
form .input input,
form .input textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 8px 20px;
  color: #000000;
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .input input::-webkit-input-placeholder, form .input textarea::-webkit-input-placeholder {
  color: #000000;
}
form .input input::-moz-placeholder, form .input textarea::-moz-placeholder {
  color: #000000;
}
form .input input:-ms-input-placeholder, form .input textarea:-ms-input-placeholder {
  color: #000000;
}
form .input input::-ms-input-placeholder, form .input textarea::-ms-input-placeholder {
  color: #000000;
}
form .input input::placeholder,
form .input textarea::placeholder {
  color: #000000;
}
form .input input:-ms-input-placeholder,
form .input textarea:-ms-input-placeholder {
  color: #000000;
}
form .input input::-ms-input-placeholder,
form .input textarea::-ms-input-placeholder {
  color: #000000;
}
form .input input:focus,
form .input textarea:focus {
  border-color: #AC4387;
}
form .input textarea {
  height: 14rem;
  min-height: 14rem;
  max-height: 20rem;
  min-width: 100%;
  max-width: 100%;
}
form .input .error-message {
  position: relative;
  display: none;
  color: #930100;
  border: 1px solid #930100;
  background-color: #ffffff;
  margin: 7px 0 0 !important;
  padding: 4px 12px 2px;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  border-radius: 5px;
}
form .input .error-message:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 16px;
  top: -5px;
  border-top: 1px solid #930100;
  border-right: 1px solid #930100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
form .input .selects {
  font-size: 0;
}
form .input .selects .selectric-wrapper {
  width: calc(50% - 5px);
}
form .input .selects .selectric-wrapper:last-of-type {
  margin-left: 10px;
}
form .input.field-request-phone {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
form .input.field-request-phone.show {
  max-height: 120px;
  margin-bottom: 10px;
}
form .input.error input,
form .input.error textarea {
  border-color: #930100;
}
form .input.error .error-message {
  display: inline-block;
}
form .input-recaptcha {
  display: block;
  margin: 20px 0 0 0 !important;
  text-align: center;
}
form .input-recaptcha > div.error-message {
  display: none;
  vertical-align: top;
  height: auto;
  font-size: 1.6rem;
  margin: 0.4rem 0 0 2px;
  float: none;
}
form .input-recaptcha > div > div {
  display: inline-block;
}
form .input-recaptcha.error > div.error-message {
  display: inline-block;
}
form .info {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  color: #ffffff;
  margin-top: 25px;
}
form .info a {
  display: inline;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .info a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 600px) {
  form .input {
    margin-bottom: 5px;
  }
  form .input label {
    font-size: 16px;
  }
  form .input .selects .selectric-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  form .info {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  form .input {
    margin-bottom: 3px;
  }
  form .input label {
    font-size: 15px;
    margin-bottom: 2px;
  }
  form .input input,
  form .input textarea {
    height: 50px;
    padding: 8px 12px;
  }
  form .input .error-message {
    margin-top: 0.4rem;
    font-size: 1.3rem;
  }
  form .info {
    font-size: 13px;
  }
  form .selectric-wrapper .selectric .label {
    padding: 10px 0 9px 12px;
  }
  form .selectric-items li {
    padding: 8px 12px;
  }
}
@media (max-width: 360px) {
  form .input-recaptcha > div {
    height: 60px;
  }
  form .input-recaptcha > div > div {
    -webkit-transform: scale(0.8) translateX(-63%);
            transform: scale(0.8) translateX(-63%);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}
/*POPUPS*/
.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s 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-image: url('../images/bg/bg-modal.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 24px;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  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;
}
@supports (background-image: url( ../images/bg/bg-modal.webp )) {
  .modal {
    background-image: url('../images/bg/bg-modal.webp');
  }
}
.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: 20px;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .close:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.modal .close:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.modal h2 {
  text-align: left;
}
.modal .modal-body {
  overflow-y: auto;
  padding: 0 20px 20px;
}
.modal.modal-form {
  border-color: #FAB001;
}
.modal.modal-form .btn {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}
.modal.modal-form .btn-primary {
  -webkit-box-shadow: 5px 4px 45px 0 rgba(250, 176, 1, 0.7);
          box-shadow: 5px 4px 45px 0 rgba(250, 176, 1, 0.7);
}
.modal.modal-form .btn-primary:hover {
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
}
.modal.modal-klikz {
  border-color: #FF5CC6;
  background-image: url('../images/bg/bg-modal-klikz.jpg');
}
@supports (background-image: url( ../images/bg/bg-modal-klikz.webp )) {
  .modal.modal-klikz {
    background-image: url('../images/bg/bg-modal-klikz.webp');
  }
}
.modal.modal-klikz .btn {
  color: #ffffff;
  background-color: #FF5CC6;
  -webkit-box-shadow: 0 0 45px 0 rgba(255, 92, 198, 0.8), 0 0 20px 0 rgba(255, 92, 198, 0.8);
          box-shadow: 0 0 45px 0 rgba(255, 92, 198, 0.8), 0 0 20px 0 rgba(255, 92, 198, 0.8);
}
.modal.modal-klikz .btn:hover {
  color: #000000;
  background-color: #ff85d4;
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
}
.modal.modal-form,
.modal.modal-klikz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: 720px;
  height: auto;
  padding: 65px 36px 10px;
  overflow: visible;
}
.modal.modal-form .modal-body,
.modal.modal-klikz .modal-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.modal.modal-form h2,
.modal.modal-klikz h2 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.modal.modal-form .buttons,
.modal.modal-klikz .buttons {
  text-align: center;
  margin: 35px auto 20px;
}
.modal.modal-form form,
.modal.modal-klikz form,
.modal.modal-form .success-msg,
.modal.modal-klikz .success-msg,
.modal.modal-form .error-msg,
.modal.modal-klikz .error-msg,
.modal.modal-form .msg-cookies,
.modal.modal-klikz .msg-cookies {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.modal.modal-form .success-msg,
.modal.modal-klikz .success-msg,
.modal.modal-form .error-msg,
.modal.modal-klikz .error-msg,
.modal.modal-form .cookies-msg,
.modal.modal-klikz .cookies-msg {
  display: none;
  width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.modal.modal-form .success-msg h2,
.modal.modal-klikz .success-msg h2,
.modal.modal-form .error-msg h2,
.modal.modal-klikz .error-msg h2,
.modal.modal-form .cookies-msg h2,
.modal.modal-klikz .cookies-msg h2 {
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-form .success-msg h2 span,
.modal.modal-klikz .success-msg h2 span,
.modal.modal-form .error-msg h2 span,
.modal.modal-klikz .error-msg h2 span,
.modal.modal-form .cookies-msg h2 span,
.modal.modal-klikz .cookies-msg h2 span {
  display: inline;
}
.modal.modal-form .success-msg p,
.modal.modal-klikz .success-msg p,
.modal.modal-form .error-msg p,
.modal.modal-klikz .error-msg p,
.modal.modal-form .cookies-msg p,
.modal.modal-klikz .cookies-msg p {
  width: 100%;
  max-width: 385px;
  margin: 5px auto 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 600px) {
  .modal.modal-form .success-msg p,
  .modal.modal-klikz .success-msg p,
  .modal.modal-form .error-msg p,
  .modal.modal-klikz .error-msg p,
  .modal.modal-form .cookies-msg p,
  .modal.modal-klikz .cookies-msg p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .modal.modal-form .success-msg p,
  .modal.modal-klikz .success-msg p,
  .modal.modal-form .error-msg p,
  .modal.modal-klikz .error-msg p,
  .modal.modal-form .cookies-msg p,
  .modal.modal-klikz .cookies-msg p {
    font-size: 18px;
  }
}
.modal.modal-form .success-msg .btn,
.modal.modal-klikz .success-msg .btn,
.modal.modal-form .error-msg .btn,
.modal.modal-klikz .error-msg .btn,
.modal.modal-form .cookies-msg .btn,
.modal.modal-klikz .cookies-msg .btn {
  margin-top: 20px;
}
.modal.modal-form .success-msg h2:before,
.modal.modal-klikz .success-msg h2:before {
  content: '';
  display: block;
  margin: 0 auto 15px;
  width: 160px;
  height: 160px;
  background: url('../images/icon/ico-check-success.png') no-repeat center center / contain;
}
.modal.modal-form .error-msg h2,
.modal.modal-klikz .error-msg h2 {
  text-shadow: 1px 1px 1px #E12C33, -1px -1px 1px #E12C33, 1px -1px 1px #E12C33, -1px 1px 1px #E12C33, 0 0 20px #ffffff, 0 0 15px #ffffff, 0 0 10px #ffffff, 0 0 5px #ffffff;
}
.modal.modal-form .cookies-msg,
.modal.modal-klikz .cookies-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.modal.modal-form .cookies-msg p,
.modal.modal-klikz .cookies-msg p {
  max-width: 405px;
}
.modal.modal-form.loading form,
.modal.modal-klikz.loading form {
  pointer-events: none;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.modal.modal-form.success,
.modal.modal-klikz.success {
  padding: 110px 50px 100px;
  overflow: hidden;
}
.modal.modal-form.success .modal-body,
.modal.modal-klikz.success .modal-body {
  padding: 0;
  overflow-y: visible;
}
.modal.modal-form.success form,
.modal.modal-klikz.success form {
  display: none;
}
.modal.modal-form.success .success-msg,
.modal.modal-klikz.success .success-msg {
  display: block;
}
.modal.modal-form.error,
.modal.modal-klikz.error {
  padding: 110px 50px 100px;
  overflow: hidden;
}
.modal.modal-form.error .modal-body,
.modal.modal-klikz.error .modal-body {
  padding: 0;
  overflow-y: visible;
}
.modal.modal-form.error form,
.modal.modal-klikz.error form {
  display: none;
}
.modal.modal-form.error .error-msg,
.modal.modal-klikz.error .error-msg {
  display: block;
}
.modal.modal-form.no-cookies .cookies-msg,
.modal.modal-klikz.no-cookies .cookies-msg {
  display: block;
}
.modal.modal-form.no-cookies form,
.modal.modal-klikz.no-cookies form {
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  overflow: hidden;
}
.modal.modal-cookies {
  color: #ffffff;
  background: #202745;
  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;
  overflow-y: hidden;
  border-radius: 5px;
}
.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;
  border-radius: 4px;
}
.modal.modal-cookies .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  padding-right: 22px;
  text-shadow: none;
}
.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;
  padding: 0;
}
.modal.modal-cookies h2 {
  font-family: 'Gilroy', sans-serif;
  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: 400;
  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 {
  width: 1200px;
  max-width: calc(100% - 40px);
  height: 1050px;
  z-index: 2;
  color: #ffffff;
  background: #202745;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 50px 25px 25px;
  border: 0;
  overflow-y: hidden;
  border-radius: 5px;
}
.modal.modal-large: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;
  border-radius: 4px;
}
.modal.modal-large h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
}
.modal.modal-large p a,
.modal.modal-large p button {
  display: inline-block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.modal-large p a:hover,
.modal.modal-large p button:hover {
  border-bottom-color: transparent;
}
.modal.modal-large ul {
  margin-bottom: 20px;
}
.modal.modal-large ul li {
  position: relative;
  margin: 0 0 8px 27px;
  color: rgba(255, 255, 255, 0.85);
}
.modal.modal-large ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .modal.modal-form .success-msg h2,
  .modal.modal-klikz .success-msg h2,
  .modal.modal-form .error-msg h2,
  .modal.modal-klikz .error-msg h2,
  .modal.modal-form .cookies-msg h2,
  .modal.modal-klikz .cookies-msg h2 {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .modal.modal-form .success-msg h2:before,
  .modal.modal-klikz .success-msg h2:before {
    margin: 0 auto 12px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px), (max-height: 600px) {
  .modal {
    border-width: 4px;
  }
  .modal .close {
    right: 8px;
    height: 22px;
    line-height: 22px;
  }
  .modal.modal-form,
  .modal.modal-klikz {
    padding: 45px 0 10px;
  }
  .modal.modal-form h2,
  .modal.modal-klikz h2 {
    font-size: 30px;
    line-height: 1;
  }
  .modal.modal-form .success-msg h2,
  .modal.modal-klikz .success-msg h2,
  .modal.modal-form .error-msg h2,
  .modal.modal-klikz .error-msg h2,
  .modal.modal-form .cookies-msg h2,
  .modal.modal-klikz .cookies-msg h2 {
    font-size: 35px;
  }
  .modal.modal-form .success-msg p,
  .modal.modal-klikz .success-msg p,
  .modal.modal-form .error-msg p,
  .modal.modal-klikz .error-msg p,
  .modal.modal-form .cookies-msg p,
  .modal.modal-klikz .cookies-msg p {
    max-width: 365px;
    font-size: 18px;
  }
  .modal.modal-form .success-msg h2:before,
  .modal.modal-klikz .success-msg h2:before {
    width: 80px;
    height: 80px;
  }
  .modal.modal-form.success,
  .modal.modal-klikz.success,
  .modal.modal-form.error,
  .modal.modal-klikz.error {
    padding: 60px 20px 50px;
  }
  .modal.modal-large {
    max-width: calc(100% - 20px);
  }
  .modal .buttons {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px), (max-height: 480px) {
  .modal .modal-body {
    padding: 0 10px 20px;
  }
  .modal.modal-form h2,
  .modal.modal-klikz h2 {
    font-size: 28px;
    margin: 10px 0 15px;
  }
  .modal.modal-form .success-msg,
  .modal.modal-klikz .success-msg,
  .modal.modal-form .error-msg,
  .modal.modal-klikz .error-msg,
  .modal.modal-form .cookies-msg,
  .modal.modal-klikz .cookies-msg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal.modal-large {
    font-size: 16px;
  }
  .modal.modal-large .modal-body {
    padding: 0 5px 20px;
  }
  .modal.modal-large h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .modal.modal-large h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .modal.modal-large h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .modal.modal-large p {
    margin-bottom: 15px;
  }
  .modal.modal-large ul {
    margin-bottom: 15px;
  }
  .modal.modal-large ul li {
    margin: 0 0 6px 20px;
  }
  .modal.modal-large ul li:before {
    left: -20px;
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 360px) {
  .modal.modal-form,
  .modal.modal-klikz {
    padding: 35px 0 0;
  }
  .modal.modal-form form,
  .modal.modal-klikz form {
    overflow: hidden;
  }
}
main .about-event {
  position: relative;
  text-align: center;
  padding: 160px 0 0;
  background-image: url('../images/bg/bg-about-event.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
@supports (background-image: url( ../images/bg/bg-about-event.webp )) {
  main .about-event {
    background-image: url('../images/bg/bg-about-event.webp');
  }
}
main .about-event:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/bg/bg-tape.svg") no-repeat center top / 100% auto;
  pointer-events: none;
}
main .about-event:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/bg/bg-tape.svg") no-repeat center top / 100% auto;
  z-index: 1;
  pointer-events: none;
}
main .about-event .info {
  position: relative;
  margin: 0 auto 50px;
}
main .about-event h2 {
  position: relative;
  margin-bottom: 40px;
}
main .about-event p {
  display: block;
  width: 1230px;
  max-width: 100%;
  color: #ffffff;
  margin: 0 auto 50px;
}
main .about-event .map {
  position: relative;
  display: block;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
  -webkit-box-shadow: 0 0 50px 0 #ffffff;
          box-shadow: 0 0 50px 0 #ffffff;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(12%, #919190), color-stop(25%, #dedede), color-stop(50%, #919190), color-stop(75%, #dedede), color-stop(91%, #6d6d6d), to(#dedede));
  background: linear-gradient(to bottom, #dedede 0%, #919190 12%, #dedede 25%, #919190 50%, #dedede 75%, #6d6d6d 91%, #dedede 100%);
}
main .about-event .map .in {
  position: relative;
  display: block;
}
main .about-event .map .gm-style-iw-chr {
  height: 15px;
}
main .about-event .map .gm-style .gm-style-iw-c {
  max-width: 250px !important;
}
main .about-event .map .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
main .about-event .map .gm-ui-hover-effect > span {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}
main .about-event .map .gm-style-iw-d h3 {
  font-size: 17px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 2px;
  text-align: left;
}
main .about-event .map .gm-style-iw-d h3 strong {
  display: inline-block;
  font-weight: 400;
}
main .about-event .map .gm-style-iw-d strong {
  display: block;
}
main .about-event .map .gm-style-iw-d p {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  margin: 0;
}
main .about-event .map .gm-style-iw-d p strong {
  color: #339BD1;
  font-size: 16px;
}
main .about-event .map .gm-style-iw-d strong {
  color: #050505;
}
main .about-event .google-map {
  display: block;
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
  border-radius: 26px;
}
main .about-event .google-map:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 26px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(145, 134, 132, 0.4);
          box-shadow: inset 0 0 0 4px rgba(145, 134, 132, 0.4);
}
main .about-event .google-map p {
  color: #4D5565;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
}
main .about-event .illustration {
  position: relative;
  display: block;
  width: 540px;
  margin: 30px 0 0 85px;
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .about-event .illustration img {
  display: block;
  width: 100%;
}
main .about-event .illustration.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .about-event .crane {
  position: absolute;
  width: 680px;
  right: calc(50% - 770px);
  bottom: 30px;
  z-index: 1;
  -webkit-transform: scale(0.9) translateX(200%);
          transform: scale(0.9) translateX(200%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
main .about-event .crane img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
main .about-event .crane:before {
  content: '';
  display: block;
  padding-top: 114%;
}
main .about-event .crane.show {
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}
main .about-event .workers {
  position: absolute;
  width: 430px;
  right: calc(50% - 360px);
  bottom: 30px;
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .about-event .workers img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
main .about-event .workers:before {
  content: '';
  display: block;
  padding-top: 114%;
}
main .about-event .workers.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .about-event .sand {
  position: absolute;
  width: 560px;
  right: calc(50% - 880px);
  bottom: 0;
  z-index: 1;
}
main .about-event .sand img {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}
main .about-event .sand:before {
  content: '';
  display: block;
  padding-top: 35%;
}
main .about-event h2,
main .about-event p,
main .about-event .map {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .about-event h2.show,
main .about-event p.show,
main .about-event .map.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1440px) {
  main .about-event {
    padding: 165px 0 0;
  }
  main .about-event:before,
  main .about-event:after {
    height: 50px;
  }
  main .about-event .illustration {
    width: 450px;
    margin: 10px 0 -5px 120px;
  }
  main .about-event .crane {
    width: 580px;
    right: calc(50% - 710px);
  }
  main .about-event .workers {
    width: 350px;
    right: calc(50% - 280px);
  }
  main .about-event .sand {
    width: 500px;
    right: calc(50% - 780px);
  }
}
@media (max-width: 1280px) {
  main .about-event .map {
    width: 100%;
    padding: 5px;
  }
  main .about-event .illustration {
    width: 430px;
    margin: 10px 0 -5px 60px;
  }
}
@media (max-width: 1100px) {
  main .about-event .illustration {
    width: 350px;
    margin: 10px 0 -5px 0;
  }
  main .about-event .crane {
    width: 410px;
    right: calc(50% - 510px);
  }
  main .about-event .workers {
    width: 260px;
    right: calc(50% - 140px);
  }
  main .about-event .sand {
    width: 340px;
    right: calc(50% - 520px);
  }
}
@media (max-width: 1024px) {
  main .about-event {
    padding: 140px 0 0;
  }
  main .about-event h2 {
    margin-bottom: 10px;
  }
  main .about-event p {
    width: 700px;
    margin: 0 auto;
  }
  main .about-event .info {
    margin-bottom: 40px;
  }
  main .about-event .map {
    border-radius: 22px;
  }
}
@media (max-width: 850px) {
  main .about-event p {
    width: 610px;
    font-size: 18px;
  }
  main .about-event .illustration {
    width: 280px;
    margin: 10px 0 -5px 0;
  }
  main .about-event .crane {
    width: 340px;
    right: calc(50% - 450px);
  }
  main .about-event .workers {
    width: 240px;
    right: calc(50% - 140px);
    bottom: 30px;
  }
  main .about-event .sand {
    width: 320px;
    right: calc(50% - 520px);
  }
}
@media (max-width: 768px) {
  main .about-event:before,
  main .about-event:after {
    background-size: 200% auto;
  }
  main .about-event:after {
    bottom: 0;
  }
  main .about-event .info {
    margin: 0 auto 35px;
  }
  main .about-event p {
    font-size: 16px;
  }
  main .about-event .map {
    border-radius: 18px;
  }
  main .about-event .google-map {
    border-radius: 16px;
  }
  main .about-event .google-map:after {
    border-radius: 16px;
  }
}
@media (max-width: 650px) {
  main .about-event .illustration {
    width: 240px;
  }
  main .about-event .crane {
    width: 270px;
    right: calc(50% - 280px);
    bottom: 44px;
  }
  main .about-event .workers {
    display: none;
  }
  main .about-event .sand {
    width: 280px;
    right: calc(50% - 350px);
  }
}
@media (max-width: 580px) {
  main .about-event:before,
  main .about-event:after {
    background-size: 300% auto;
  }
  main .about-event:after {
    background-position: center bottom;
  }
}
@media (max-width: 500px) {
  main .about-event .map .gm-style .gm-style-iw-c {
    max-width: 200px !important;
  }
  main .about-event .map .gm-style-iw-d h3 {
    font-size: 12px;
  }
  main .about-event .map .gm-style-iw-d h3 strong {
    font-size: 13px;
    font-weight: 400;
  }
  main .about-event .map .gm-style-iw-d p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  main .about-event {
    padding: 100px 0 0;
  }
  main .about-event .google-map {
    min-height: 380px;
  }
  main .about-event .illustration {
    width: 230px;
  }
  main .about-event .crane {
    width: 250px;
    right: calc(50% - 240px);
    bottom: 44px;
  }
  main .about-event .sand {
    width: 250px;
    right: calc(50% - 320px);
  }
}
@media (max-width: 400px) {
  main .about-event .illustration {
    width: 170px;
  }
  main .about-event .crane {
    width: 180px;
    right: calc(50% - 188px);
    bottom: 44px;
  }
  main .about-event .sand {
    width: 210px;
    right: calc(50% - 250px);
  }
}
main .partners {
  position: relative;
  text-align: center;
  padding: 110px 0 140px;
  background-image: url('../images/bg/bg-partners.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-partners.webp )) {
  main .partners {
    background-image: url('../images/bg/bg-partners.webp');
  }
}
main .partners h2 {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
main .partners p {
  position: relative;
  width: 1230px;
  max-width: 100%;
  color: #ffffff;
  margin: 0 auto 15px;
  z-index: 1;
}
main .partners .btn {
  margin-top: 35px;
}
main .partners .img-crane-hook {
  position: absolute;
  width: 180px;
  top: -30px;
  left: calc(50% - 920px);
  opacity: 0.6;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
main .partners .img-crane-hook:before {
  content: '';
  display: block;
  padding-top: 295%;
}
main .partners .img-crane-hook span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img-crane-hook.png') no-repeat center top / contain;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
main .partners .img-crane-hook.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .partners .img-crane-hook.show span {
  -webkit-animation: hook 4s ease-in-out infinite;
          animation: hook 4s ease-in-out infinite;
}
main .partners .img-crane-hook-2 {
  position: absolute;
  width: 100px;
  top: -30px;
  right: calc(50% - 880px);
  opacity: 0.6;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
main .partners .img-crane-hook-2:before {
  content: '';
  display: block;
  padding-top: 295%;
}
main .partners .img-crane-hook-2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img-crane-hook.png') no-repeat center top / contain;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
main .partners .img-crane-hook-2.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .partners .img-crane-hook-2.show span {
  -webkit-animation: hook-2 4s ease-in-out infinite;
          animation: hook-2 4s ease-in-out infinite;
}
main .partners h2,
main .partners p,
main .partners .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .partners h2.show,
main .partners p.show,
main .partners .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1600px) {
  main .partners .img-crane-hook {
    width: 140px;
    top: -20px;
    left: calc(50% - 720px);
  }
  main .partners .img-crane-hook-2 {
    width: 75px;
    top: -20px;
    right: calc(50% - 680px);
  }
}
@media (max-width: 1440px) {
  main .partners h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  main .partners {
    padding: 90px 0 55px;
  }
  main .partners .img-crane-hook {
    width: 65px;
    top: -15px;
    left: calc(50% - 380px);
  }
  main .partners .img-crane-hook-2 {
    width: 45px;
    top: -15px;
    right: calc(50% - 360px);
  }
}
@media (max-width: 1024px) {
  main .partners {
    padding: 85px 0 55px;
  }
  main .partners h2 {
    margin-bottom: 10px;
  }
  main .partners p {
    width: 700px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 768px) {
  main .partners h2 {
    margin-bottom: 10px;
  }
  main .partners p:last-of-type {
    margin-bottom: 20px;
  }
  main .partners .btn {
    margin-top: 35px;
  }
  main .partners .img-crane-hook {
    width: 55px;
    top: -12px;
    left: calc(50% - 280px);
  }
  main .partners .img-crane-hook-2 {
    width: 40px;
    top: -12px;
    right: calc(50% - 260px);
  }
}
@media (max-width: 550px) {
  main .partners .img-crane-hook {
    width: 45px;
    top: -10px;
    left: calc(50% - 200px);
  }
  main .partners .img-crane-hook-2 {
    width: 30px;
    top: -10px;
    right: calc(50% - 160px);
  }
}
@media (max-width: 400px) {
  main .partners .img-crane-hook {
    width: 40px;
    left: calc(50% - 150px);
  }
  main .partners .img-crane-hook-2 {
    width: 30px;
    right: calc(50% - 140px);
  }
}
main .list-partners {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 140px);
  margin: 30px auto 0;
  z-index: 1;
}
main .list-partners li {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  padding: 30px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .list-partners li:nth-of-type(-n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .list-partners a,
main .list-partners .partner {
  position: relative;
  display: block;
  width: 330px;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
}
main .list-partners a:before,
main .list-partners .partner:before {
  content: '';
  display: block;
  padding-top: 40%;
  border-radius: 24px;
}
main .list-partners a:hover img,
main .list-partners .partner:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
          transform: translateX(-50%) translateY(-50%) scale(1.02);
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
main .list-partners img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 70%;
  height: 52%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .list-partners .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
}
main .list-partners .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
main .list-partners .slick-arrow.arrow-left {
  right: calc(100% + 30px);
}
main .list-partners .slick-arrow.arrow-left:before {
  left: 46%;
  border-width: 14px 20px 14px 0;
  border-color: transparent #E12C33 transparent transparent;
}
main .list-partners .slick-arrow.arrow-right {
  left: calc(100% + 30px);
}
main .list-partners .slick-arrow.arrow-right:before {
  left: 54%;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #E12C33;
}
main .list-partners .slick-arrow:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .list-partners .slick-arrow:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 1600px) {
  main .list-partners {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1280px) {
  main .list-partners {
    width: calc(100% - 200px);
  }
  main .list-partners li {
    padding: 20px;
  }
  main .list-partners a,
  main .list-partners .partner {
    border-width: 3px;
  }
  main .list-partners .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  main .list-partners {
    width: calc(100% + 160px);
    margin: 0 -80px;
  }
  main .list-partners li {
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333333%;
            flex: 0 33.333333%;
    padding: 15px;
  }
  main .list-partners li:nth-of-type(4),
  main .list-partners li:nth-of-type(5) {
    display: none;
  }
  main .list-partners li:nth-of-type(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main .list-partners a,
  main .list-partners .partner {
    border-radius: 22px;
  }
}
@media (max-width: 768px) {
  main .list-partners li {
    padding: 15px 10px;
  }
  main .list-partners a,
  main .list-partners .partner {
    border-width: 2px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(60, 74, 102, 0.5);
            box-shadow: 0 2px 10px 0 rgba(60, 74, 102, 0.5);
  }
}
@media (max-width: 480px) {
  main .list-partners .in {
    padding: 15px 8px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  main .list-partners .in {
    padding: 12px 5px;
    font-size: 14px;
  }
}
main .list-partners {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .list-partners.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
main .klikz {
  position: relative;
  padding: 100px 0;
  background-image: url('../images/bg/bg-klickz.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  z-index: 2;
}
@supports (background-image: url( ../images/bg/bg-klickz.webp )) {
  main .klikz {
    background-image: url('../images/bg/bg-klickz.webp');
  }
}
main .klikz:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/bg/bg-tape.svg") no-repeat center top / 100% auto;
  pointer-events: none;
}
main .klikz .logo {
  position: relative;
  display: block;
  width: 420px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .klikz .logo picture img {
  display: block;
}
main .klikz .logo picture:nth-of-type(1) img {
  position: relative;
  width: 100%;
  z-index: 1;
}
main .klikz .logo picture:nth-of-type(2) img {
  position: absolute;
  right: 10%;
  bottom: 27%;
  width: 24%;
  opacity: 0;
  -webkit-transform: translateX(-30%) translateY(-30%) scale(0.1);
          transform: translateX(-30%) translateY(-30%) scale(0.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .klikz .logo.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .klikz .logo.show-more picture:nth-of-type(2) img {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) scale(1);
          transform: translateX(0) translateY(0) scale(1);
}
main .klikz h2 {
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FF54C3;
  text-shadow: 0 0 35px rgba(255, 92, 198, 0.8), 0 0 20px rgba(255, 92, 198, 0.8), 0 0 10px rgba(255, 92, 198, 0.8), 0 0 5px rgba(255, 92, 198, 0.8);
}
main .klikz p strong {
  text-transform: none;
}
main .klikz h2,
main .klikz p,
main .klikz li,
main .klikz .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .klikz h2.show,
main .klikz p.show,
main .klikz li.show,
main .klikz .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
main .klikz .btn {
  min-width: 680px;
  margin-top: 90px;
  color: #ffffff;
  background-color: #FF5CC6;
  -webkit-box-shadow: 0 0 100px 0 rgba(255, 92, 198, 0.8), 0 0 50px 0 rgba(255, 92, 198, 0.8);
          box-shadow: 0 0 100px 0 rgba(255, 92, 198, 0.8), 0 0 50px 0 rgba(255, 92, 198, 0.8);
}
main .klikz .btn:hover {
  color: #000000;
  background-color: #ff85d4;
}
@media (max-width: 1440px) {
  main .klikz {
    padding-top: 65px;
  }
  main .klikz .logo {
    width: 345px;
  }
}
@media (max-width: 1024px) {
  main .klikz:before {
    height: 50px;
  }
  main .klikz .btn {
    margin-top: 55px;
    min-width: 440px;
  }
}
@media (max-width: 768px) {
  main .klikz {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  main .klikz:before {
    background-size: 200% auto;
  }
}
@media (max-width: 580px) {
  main .klikz:before {
    background-size: 300% auto;
  }
}
@media (max-width: 550px) {
  main .klikz {
    padding: 55px 0 30px;
  }
  main .klikz .logo {
    width: 300px;
  }
}
@media (max-width: 480px) {
  main .klikz .logo {
    width: 250px;
  }
  main .klikz .btn {
    min-width: auto;
    width: 100%;
  }
}
main .list-games {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 70px auto 0;
  gap: 16px;
}
main .list-games li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
main .list-games li:last-of-type img {
  width: 92%;
}
main .list-games a {
  position: relative;
  display: block;
  border-radius: 24px;
  border: 2px solid #FF5CC6;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#003d9a), to(#780d55));
  background: linear-gradient(top, #003d9a 0%, #780d55 100%);
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: inset 0 0 40px 2px rgba(255, 92, 198, 0.8), 0 0 40px 2px rgba(255, 92, 198, 0.5);
          box-shadow: inset 0 0 40px 2px rgba(255, 92, 198, 0.8), 0 0 40px 2px rgba(255, 92, 198, 0.5);
}
main .list-games a:before {
  content: '';
  display: block;
  padding-top: 100%;
}
main .list-games a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
main .list-games a:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
main .list-games img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
main .list-games h3 {
  display: block;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 5px;
}
main .list-games p {
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  main .list-games h3 {
    font-size: 26px;
    margin-top: 26px;
    margin-bottom: 4px;
  }
  main .list-games p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  main .list-games h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  main .list-games p {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  main .list-games a {
    border-radius: 22px;
  }
}
@media (max-width: 950px) {
  main .list-games h3 {
    font-size: 18px;
    margin-top: 18px;
  }
  main .list-games p {
    font-size: 12px;
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  main .list-games {
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px auto 0;
  }
  main .list-games li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 6px);
            flex: 0 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  main .list-games h3,
  main .list-games p {
    display: none;
  }
  main .list-games a {
    border-radius: 15px;
  }
}
main .introduction {
  left: 0;
  right: 0;
  top: 0;
  width: 1920px;
  max-width: 100%;
  padding: 200px 0 100px;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/bg/bg-introduction.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-introduction.webp )) {
  main .introduction {
    background-image: url('../images/bg/bg-introduction.webp');
  }
}
main .introduction .container {
  position: static;
}
main .introduction .info {
  position: relative;
  display: block;
  width: 575px;
  max-width: 100%;
  margin-left: 85px;
  line-height: 1;
  z-index: 2;
}
main .introduction .crane {
  position: absolute;
  width: 460px;
  right: calc(50% - 760px);
  bottom: 125px;
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .introduction .crane img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
main .introduction .crane.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .introduction .bricks {
  position: absolute;
  width: 1150px;
  right: calc(50% - 980px);
  bottom: -85px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
main .introduction .bricks img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
main .introduction .bricks.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
main .introduction .illustration {
  position: absolute;
  width: 510px;
  right: calc(50% - 405px);
  bottom: -1px;
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .introduction .illustration img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
main .introduction .illustration.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .introduction h1 {
  position: relative;
  display: block;
  margin: 0 auto 16px;
}
main .introduction h1 img,
main .introduction h1 picture {
  display: block;
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}
main .introduction h2 {
  position: relative;
  display: block;
  font-size: 41px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
main .introduction h2 span {
  display: block;
  font-size: 38px;
  font-weight: 700;
}
main .introduction h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
main .introduction time {
  display: block;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
main .introduction strong {
  position: relative;
  display: block;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #A94E00;
  color: #FFF82D;
  text-shadow: 0 0 11.271px rgba(76, 31, 1, 0.5), 0 0 39.448px rgba(149, 59, 0, 0.3);
  font-size: 60px;
  text-transform: uppercase;
}
main .introduction .btn {
  position: relative;
  margin: 30px auto 0;
  -webkit-box-shadow: 0 0 32px 0 rgba(248, 255, 50, 0.5);
          box-shadow: 0 0 32px 0 rgba(248, 255, 50, 0.5);
}
main .introduction h1,
main .introduction h2,
main .introduction h3,
main .introduction time,
main .introduction strong,
main .introduction .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .introduction h1.show,
main .introduction h2.show,
main .introduction h3.show,
main .introduction time.show,
main .introduction strong.show,
main .introduction .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1600px) {
  main .introduction .illustration {
    right: calc(50% - 460px);
  }
}
@media (max-width: 1440px) {
  main .introduction .info {
    width: 450px;
  }
  main .introduction .illustration {
    width: 485px;
    right: calc(50% - 415px);
  }
}
@media (max-width: 1280px) {
  main .introduction {
    padding: 135px 0 90px;
  }
  main .introduction .info {
    width: 340px;
    margin-left: 50px;
  }
  main .introduction .illustration {
    width: 395px;
    right: calc(50% - 325px);
  }
  main .introduction .crane {
    width: 360px;
    right: calc(50% - 625px);
  }
  main .introduction .bricks {
    width: 850px;
    right: calc(50% - 680px);
    bottom: -40px;
  }
  main .introduction h1 {
    margin: 0 auto 8px;
  }
  main .introduction h2 {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  main .introduction h2 span {
    font-size: 33px;
  }
  main .introduction h3 {
    font-size: 17.2px;
  }
  main .introduction time {
    font-size: 23.6px;
  }
  main .introduction strong {
    font-size: 58px;
  }
}
@media (max-width: 1024px) {
  main .introduction {
    padding: 120px 0 80px;
  }
  main .introduction .info {
    width: 280px;
    margin-left: 30px;
  }
  main .introduction .illustration {
    width: 370px;
    right: calc(50% - 240px);
  }
  main .introduction .crane {
    width: 280px;
    right: calc(50% - 485px);
  }
  main .introduction .bricks {
    width: 650px;
    right: calc(50% - 505px);
    bottom: -16px;
  }
  main .introduction h1 {
    margin: 0 auto 6px;
  }
  main .introduction h2 {
    font-size: 29px;
    margin-bottom: 6px;
  }
  main .introduction h2 span {
    font-size: 27px;
  }
  main .introduction h3 {
    font-size: 13.8px;
  }
  main .introduction time {
    font-size: 19px;
  }
  main .introduction strong {
    font-size: 48px;
  }
}
@media (max-width: 850px) {
  main .introduction {
    padding: 140px 0 85px;
  }
  main .introduction .info {
    margin-left: 0;
  }
  main .introduction .btn {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  main .introduction {
    position: relative;
    padding: 120px 0 0;
  }
  main .introduction .info {
    width: 355px;
    margin: 0 auto;
  }
  main .introduction .illustration {
    position: relative;
    width: 300px;
    right: auto;
    bottom: 0;
    margin: 15px auto -35px;
  }
  main .introduction .crane {
    bottom: 65px;
    right: calc(50% - 435px);
  }
  main .introduction .bricks {
    width: 650px;
    right: calc(50% - 450px);
    bottom: -62px;
  }
  main .introduction h1 {
    width: 100%;
  }
  main .introduction h1 img {
    width: 275px;
  }
}
@media (max-width: 560px) {
  main .introduction {
    padding: 100px 0 0;
  }
  main .introduction .illustration {
    width: 240px;
    margin: 20px 0 -30px 10px;
  }
  main .introduction .crane {
    width: 235px;
    right: -27px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  main .introduction strong {
    font-size: 55px;
  }
}
@media (max-width: 380px) {
  main .introduction h1 img {
    width: 224px;
  }
  main .introduction h1 span {
    font-size: 56px;
  }
  main .introduction strong {
    font-size: 48px;
  }
}
@media (max-width: 360px) {
  main .introduction .illustration {
    width: 215px;
    margin: 20px 0 -30px -10px;
  }
  main .introduction .crane {
    width: 215px;
    bottom: 18px;
    right: -30px;
  }
}
@media (min-width: 1281px) and (max-height: 670px) {
  main .introduction {
    position: relative;
  }
}
@media (min-width: 1151px) and (max-height: 575px) {
  main .introduction {
    position: relative;
  }
}
@media (min-width: 1025px) and (max-height: 505px) {
  main .introduction {
    position: relative;
  }
}
@media (min-width: 851px) and (max-height: 480px) {
  main .introduction {
    position: relative;
  }
}
@media (min-width: 769px) and (max-height: 420px) {
  main .introduction {
    position: relative;
  }
}
main .numbers {
  position: relative;
  padding: 160px 0 100px;
  margin-top: 815px;
  background-image: url('../images/bg/bg-numbers-mobile.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
@supports (background-image: url( ../images/bg/bg-numbers-mobile.webp )) {
  main .numbers {
    background-image: url('../images/bg/bg-numbers-mobile.webp');
  }
}
main .numbers:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("../images/bg/bg-tape.svg") no-repeat center top / 100% auto;
  pointer-events: none;
}
main .numbers:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url('../images/bg/bg-lamps.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 3;
}
@supports (background-image: url( ../../images/bg/bg-lamps.webp )) {
  main .numbers:after {
    background-image: url('../../images/bg/bg-lamps.webp');
  }
}
main .numbers .container {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .numbers .illustration {
  width: 720px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 700px);
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .numbers .illustration img {
  display: block;
  width: 100%;
}
main .numbers .illustration.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .numbers .rocks {
  position: absolute;
  width: 700px;
  bottom: -145px;
  left: calc(50% - 580px);
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .numbers .rocks img {
  display: block;
  width: 100%;
}
main .numbers .rocks.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .numbers .rocks-small {
  position: absolute;
  width: 450px;
  bottom: -32px;
  left: calc(50% - 1220px);
  -webkit-transform: scale(0.6) translateY(100%);
          transform: scale(0.6) translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .numbers .rocks-small img {
  display: block;
  width: 100%;
}
main .numbers .rocks-small.show {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
main .numbers .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 670px;
          flex: 0 670px;
  padding: 58px 50px;
  color: #000000;
  background-image: url('../images/bg/bg-metal-plate.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
}
@supports (background-image: url( ../images/bg/bg-metal-plate.webp )) {
  main .numbers .info {
    background-image: url('../images/bg/bg-metal-plate.webp');
  }
}
main .numbers .info h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}
main .numbers .info p {
  font-size: 22px;
  color: #000000;
}
main .numbers .info ul {
  padding-top: 12px;
}
main .numbers .description {
  display: block;
}
main .numbers ul {
  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: calc(100% + 20px);
  margin: 0 -10px;
  text-align: center;
  z-index: 1;
}
main .numbers li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  max-width: 33.333333%;
  padding: 5px 10px 20px;
}
main .numbers h4 {
  font-family: 'Gilroy', sans-serif;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 2px auto 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
main .numbers strong {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #E12C33;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
main .numbers h2,
main .numbers p,
main .numbers ul,
main .numbers .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .numbers h2.show,
main .numbers p.show,
main .numbers ul.show,
main .numbers .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1366px) {
  main .numbers {
    padding: 120px 0 65px;
  }
  main .numbers .illustration {
    width: 610px;
    left: calc(50% - 615px);
  }
  main .numbers .rocks {
    width: 580px;
    bottom: -140px;
    left: calc(50% - 535px);
  }
  main .numbers .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 620px;
            flex: 0 620px;
    padding: 55px 50px;
  }
  main .numbers .info h2 {
    font-size: 50px;
  }
  main .numbers .info p {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  main .numbers {
    margin-top: 675px;
  }
}
@media (max-width: 1180px) {
  main .numbers {
    padding: 100px 0 45px;
  }
  main .numbers .illustration {
    width: 465px;
    left: calc(50% - 535px);
  }
  main .numbers .rocks {
    width: 420px;
    bottom: -95px;
    left: calc(50% - 460px);
  }
  main .numbers .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 520px;
            flex: 0 520px;
    padding: 45px 40px;
  }
  main .numbers .info h2 {
    font-size: 42px;
    margin-bottom: 5px;
  }
  main .numbers .info p {
    font-size: 17px;
  }
  main .numbers .info ul {
    padding-top: 0;
  }
  main .numbers li {
    padding: 10px 10px 8px;
  }
  main .numbers h4 {
    font-size: 11px;
  }
  main .numbers strong {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  main .numbers {
    margin-top: 575px;
  }
  main .numbers:before {
    height: 50px;
  }
  main .numbers .illustration {
    width: 405px;
    left: calc(50% - 440px);
  }
  main .numbers .rocks {
    width: 370px;
    bottom: -84px;
    left: calc(50% - 365px);
  }
  main .numbers .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 460px;
            flex: 0 460px;
    padding: 40px 30px;
  }
  main .numbers .info h2 {
    font-size: 38px;
  }
  main .numbers .info p {
    font-size: 15px;
  }
  main .numbers li {
    padding: 8px 8px 6px;
  }
  main .numbers h4 {
    font-size: 10px;
  }
  main .numbers strong {
    font-size: 36px;
  }
}
@media (max-width: 850px) {
  main .numbers .illustration {
    width: 370px;
    left: calc(50% - 400px);
  }
  main .numbers .rocks {
    width: 320px;
    bottom: -72px;
    left: calc(50% - 345px);
  }
  main .numbers .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 420px;
            flex: 0 420px;
    padding: 35px 22px 20px;
  }
  main .numbers .info h2 {
    font-size: 32px;
  }
  main .numbers .info p {
    font-size: 13.8px;
  }
  main .numbers li {
    padding: 8px 5px 4px;
  }
  main .numbers strong {
    font-size: 34px;
  }
}
@media (min-width: 769px) {
  main .numbers {
    background-image: url('../images/bg/bg-numbers.png');
    background-position: center top;
  }
  @supports (background-image: url( ../images/bg/bg-numbers.webp )) {
    main .numbers {
      background-image: url('../images/bg/bg-numbers.webp');
    }
  }
}
@media (max-width: 768px) {
  main .numbers {
    margin-top: 0;
    padding: 105px 0 0;
  }
  main .numbers:before {
    background-size: 200% auto;
  }
  main .numbers:after {
    bottom: -70px;
    height: 140px;
    background-size: 170% auto;
  }
  main .numbers .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .numbers .info {
    max-width: 420px;
    margin-bottom: 20px;
  }
  main .numbers .info h2 {
    text-align: center;
  }
  main .numbers .illustration {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 360px;
            flex: 0 360px;
    width: 360px;
    left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .numbers .rocks {
    left: calc(50% - 115px);
    z-index: 2;
  }
  main .numbers .rocks-small {
    width: 250px;
    bottom: -10px;
    left: calc(50% - 353px);
  }
}
@media (max-width: 580px) {
  main .numbers:before {
    background-size: 300% auto;
  }
}
@media (max-width: 480px) {
  main .numbers .illustration {
    width: 130px;
    left: 10px;
  }
  main .numbers ul {
    width: cacl(60%);
  }
  main .numbers h4 {
    font-size: 10px;
  }
  main .numbers strong {
    font-size: 32px;
  }
}
@media (max-width: 430px) {
  main .numbers {
    padding-top: 85px;
  }
  main .numbers .info {
    max-width: 370px;
    padding: 24px 16px 16px;
  }
  main .numbers .info h2 {
    font-size: 28px;
  }
  main .numbers .info p {
    font-size: 13px;
  }
  main .numbers strong {
    font-size: 28px;
  }
  main .numbers h4 {
    font-size: 9px;
  }
}
@media (max-width: 370px) {
  main .numbers .info {
    max-width: 340px;
    padding: 22px 15px 15px;
  }
  main .numbers .info h2 {
    font-size: 25px;
  }
  main .numbers .info p {
    font-size: 12px;
  }
  main .numbers strong {
    font-size: 25px;
  }
  main .numbers h4 {
    font-size: 8px;
  }
}
@media (max-width: 340px) {
  main .numbers .illustration {
    width: 110px;
    left: 8px;
  }
}
@media (min-width: 1281px) and (max-height: 670px) {
  main .numbers {
    margin-top: 0;
  }
}
@media (min-width: 1151px) and (max-height: 575px) {
  main .numbers {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-height: 505px) {
  main .numbers {
    margin-top: 0;
  }
}
@media (min-width: 851px) and (max-height: 480px) {
  main .numbers {
    margin-top: 0;
  }
}
@media (min-width: 769px) and (max-height: 420px) {
  main .numbers {
    margin-top: 0;
  }
}
main .our-stand {
  position: relative;
  padding: 160px 0 120px;
  text-align: center;
  background-image: url('../images/bg/bg-our-stand.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@supports (background-image: url( ../images/bg/bg-our-stand.webp )) {
  main .our-stand {
    background-image: url('../images/bg/bg-our-stand.webp');
  }
}
main .our-stand:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
}
main .our-stand .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .our-stand h2 {
  color: #FAB001;
  margin-bottom: 30px;
}
main .our-stand .details {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 720px;
          flex: 0 720px;
  padding: 0 120px 0 0;
  text-align: left;
  z-index: 1;
}
main .our-stand .plan {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 780px);
          flex: 0 calc(100% - 780px);
  overflow: hidden;
  border-radius: 38px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1;
}
main .our-stand .plan img {
  display: block;
  width: 100%;
}
main .our-stand h2 {
  text-align: left;
}
main .our-stand h2,
main .our-stand p,
main .our-stand .btn,
main .our-stand .plan {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .our-stand h2.show,
main .our-stand p.show,
main .our-stand .btn.show,
main .our-stand .plan.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1680px) {
  main .our-stand .details {
    padding: 0 90px 0 50px;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 870px);
            flex: 0 calc(100% - 870px);
    margin-right: 115px;
  }
}
@media (max-width: 1280px) {
  main .our-stand {
    padding: 130px 0 90px;
  }
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 500px);
            flex: 0 calc(100% - 500px);
    padding: 0 60px 0 40px;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 460px;
            flex: 0 460px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  main .our-stand {
    padding: 110px 0 70px;
  }
  main .our-stand h2 {
    margin-bottom: 10px;
  }
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 400px);
            flex: 0 calc(100% - 400px);
    padding: 0 40px 0 0;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 400px;
            flex: 0 400px;
    margin-right: 0;
    border-radius: 22px;
  }
}
@media (max-width: 850px) {
  main .our-stand {
    padding: 60px 0;
  }
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 350px);
            flex: 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding: 0 30px 0 0;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 350px;
            flex: 0 350px;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  main .our-stand {
    padding: 55px 0;
  }
  main .our-stand h2 {
    text-align: center;
  }
  main .our-stand p {
    line-height: 1.4;
  }
  main .our-stand .details {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  main .our-stand .plan {
    width: 420px;
    max-width: 100%;
    margin: 30px auto 15px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  main .our-stand .plan {
    width: 320px;
  }
}
@media (max-width: 420px) {
  main .our-stand .plan {
    width: 320px;
  }
}
/*SOCIAL*/
.social {
  display: block;
  font-size: 0;
  white-space: nowrap;
  text-align: right;
}
.social li {
  display: inline-block;
  margin: 0 6px;
  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: 42px;
  height: 42px;
  border: 1px solid #3C4A66;
  background-color: #3C4A66;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px), (max-height: 630px) {
  .social li {
    margin: 0 4px;
  }
  .social a {
    width: 34px;
    height: 34px;
  }
}
.video-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: #000000;
  -webkit-transition: all 0.6s ease, opacity 1s ease;
  transition: all 0.6s ease, opacity 1s ease;
  pointer-events: none;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.video-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 50%;
  border: 14px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
  z-index: 2;
}
.video-wrapper.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.video-wrapper img {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}
.video-wrapper #video {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.video-wrapper .btn-play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url("../images/icon/ico-play-video.svg") no-repeat center center / contain;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 3;
  pointer-events: none;
}
.video-wrapper.is-ios:before {
  display: none;
}
.video-wrapper.is-ios .btn-play {
  display: block;
}
.video-wrapper.is-playing:before {
  display: none;
}
.video-wrapper.is-playing .btn-play {
  display: none;
}
.video-wrapper.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-wrapper:before {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
  }
  .video-wrapper .btn-play {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 430px) {
  .video-wrapper:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
  }
  .video-wrapper .btn-play {
    width: 60px;
    height: 60px;
  }
}
/*SELETRICS*/
.selectric-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.selectric-wrapper .selectric {
  position: relative;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 190px;
  width: 100%;
  border-radius: 10px;
}
.selectric-wrapper .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 50px 0 0;
  padding: 16px 0 15px 20px;
  font-size: 18px;
  color: #000000;
}
.selectric-wrapper .selectric .label::-webkit-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-moz-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label:-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label:-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  padding: 0;
  height: 100%;
  color: #000000;
  text-align: center;
  font-size: 0;
}
.selectric-wrapper .selectric .button:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #000000;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectric-wrapper.selectric-hover .selectric .button:after {
  border-color: #3C4A66;
}
.selectric-wrapper.selectric-open {
  z-index: 19;
}
.selectric-wrapper.selectric-open .selectric {
  background-color: #ffffff;
  border-bottom-color: transparent;
  border-radius: 10px 10px 0 0;
}
.selectric-wrapper.selectric-open .selectric .button:after {
  top: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.selectric-wrapper.selectric-open .selectric-items {
  display: block;
}
.selectric-wrapper.selectric-open.selectric-above .selectric {
  border-bottom-width: 3px;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
.selectric-wrapper.selectric-open.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  border-top-width: 3px;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
}
.selectric-wrapper.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font-size: 0 !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  width: 100% !important;
  top: 100%;
  left: 0;
  z-index: 1;
  outline: none;
  cursor: default;
  max-height: 150px;
  overflow: auto;
  margin-top: -2px;
  border: 1px solid #ffffff;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
.selectric-items ul li {
  cursor: pointer;
}
.selectric-items ul li:last-of-type {
  padding-bottom: 10px;
}
.selectric-items .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  font-size: 18px;
  line-height: 1.1;
}
.selectric-items li {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #4D5565;
  background-color: #ffffff;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectric-items li.selected {
  display: none;
}
.selectric-items li:hover {
  color: #16181d;
  background-color: #f2f2f2;
}
.selectric-items li.disabled {
  display: none;
}
/*SLICK*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border: 1px solid transparent;
}
/*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: #da1f26;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}
*::selection {
  color: #ffffff;
  background: #da1f26;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}
a {
  text-decoration: none;
  color: #E12C33;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #E12C33;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
}
html {
  font-size: 62.5%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
html body {
  position: relative;
  width: 1920px;
  max-width: 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: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
}
html.open {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.container {
  position: relative;
  width: 1460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
select {
  opacity: 0;
}
/*MAIN STYLES*/
main {
  position: relative;
  background-color: #FAB001;
}
main section {
  overflow: visible;
}
main section h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
main section h3 {
  font-weight: 400;
}
main section p {
  font-size: 24px;
  color: #ffffff;
}
main section p:not(:last-of-type) {
  margin-bottom: 20px;
}
main section p strong {
  text-transform: uppercase;
  font-weight: 600;
}
main section p a {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main section p a:hover {
  border-right-color: transparent;
}
main section .btn {
  margin-top: 55px;
  z-index: 2;
}
@media (max-width: 1440px) {
  main section h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  main section p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  main section {
    background-size: 1280px auto;
  }
  main section p {
    font-size: 20px;
  }
  main section .btn {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  main section h2 {
    font-size: 54px;
  }
  main section p {
    font-size: 19px;
  }
  main section .btn {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  main section h2 {
    font-size: 46px;
    margin-bottom: 10px;
    text-align: center;
  }
  main section p {
    width: 550px;
    max-width: 100%;
    font-size: 18px;
    margin: 0 auto 15px;
    text-align: center;
  }
  main section p:last-of-type {
    margin-bottom: 0;
  }
  main section .btn {
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  main section h2,
  main section p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  main section p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  main section h2 {
    font-size: 34px;
  }
}
.lang-es .booking-btn span {
  font-size: 11px;
  padding: 2px 3px;
}
@media (max-width: 1500px) {
  .lang-es .booking-btn span {
    font-size: 7px;
    padding: 1px 2px;
    border-radius: 3px;
  }
}
