/*  I. Font settings
 * --------------------------------------- */ 
@font-face {
  font-family: "GillSansC";
  src: local("GillSansC Regular"), local("GillSansC-Regular"), url("../fonts/GillSansC-Regular.woff2") format("woff2"), url("../fonts/GillSansC-Regular.woff") format("woff"), url("../fonts/GillSansC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansC";
  src: local("GillSansC Light"), local("GillSansC-Light"), url("../fonts/GillSansC-Light.woff2") format("woff2"), url("../fonts/GillSansC-Light.woff") format("woff"), url("../fonts/GillSansC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansC";
  src: local("GillSansC Bold"), local("GillSansC-Bold"), url("../fonts/GillSansC-Bold.woff2") format("woff2"), url("../fonts/GillSansC-Bold.woff") format("woff"), url("../fonts/GillSansC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansC";
  src: local("GillSansC BoldItalic"), local("GillSansC-BoldItalic"), url("../fonts/GillSansC-BoldItalic.woff2") format("woff2"), url("../fonts/GillSansC-BoldItalic.woff") format("woff"), url("../fonts/GillSansC-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* II. Styles reset
 * --------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
}

[hidden] {
  display: none;
}

button,
input {
  border: none;
  outline: none;
  border-radius: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

i {
  display: inline-block;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  quotes: blockquote, q rgba(136, 34, 34, 0) blockquote, q rgba(136, 34, 34, 0);
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  III. Default styles
 * --------------------------------------- */
html {
  font-size: 10px;
}

h1, h2, h3, h4, h5, h6,
p {
  cursor: default;
}

.container, .container_xxl, .container_xl, .container_lg, .container_md, .container_sm {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 135rem;
}

.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}

.row {
  margin: 0 -1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scroll-hidden {
  padding-right: 17px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}

address {
  font-style: normal;
}

body {
  font-family: "GillSansC";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
  color: #000000;
}

h1 {
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.01em;
}

.text-light {
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-accent {
  color: #e6c282;
}
.text-bold {
  font-weight: 700;
}

a, a:visited {
  text-decoration: none;
  outline: none;
  color: #f00;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.btn {
  font-family: "GillSansC";
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  padding: 2rem 2rem;
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: none;
}
.btn-wrap_primary {
  position: relative;
}
.btn-wrap_primary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 70%;
  border-radius: 2rem;
  background: -o-linear-gradient(2.07deg, #755A2B 18.42%, #DCB673 84.37%);
  background: linear-gradient(87.93deg, #755A2B 18.42%, #DCB673 84.37%);
  -webkit-box-shadow: -1px 13px 23px rgba(0, 28, 125, 0.59);
  box-shadow: -1px 13px 23px rgba(0, 28, 125, 0.59);
}
.btn-wrap_primary:hover::after {
  background: -o-linear-gradient(2.07deg, #755A2B 18.42%, #DCB673 84.37%);
  background: linear-gradient(87.93deg, #755A2B 18.42%, #DCB673 84.37%);
  -webkit-box-shadow: -1px 13px 23px rgba(0, 28, 125, 0.59);
  box-shadow: -1px 13px 23px rgba(0, 28, 125, 0.59);
}
.btn-wrap_primary:active::after {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_primary {
  position: relative;
  z-index: 5;
  color: #846123;
  background: -o-linear-gradient(327.99deg, rgba(225, 147, 75, 0.6) 4.06%, rgba(209, 172, 128, 0) 26.3%), -o-linear-gradient(249.53deg, rgba(255, 253, 233, 0.55) 3.11%, rgba(255, 252, 225, 0) 39.68%), -o-linear-gradient(1.78deg, #846123 2.03%, #E6C282 38.74%);
  background: linear-gradient(122.01deg, rgba(225, 147, 75, 0.6) 4.06%, rgba(209, 172, 128, 0) 26.3%), linear-gradient(200.47deg, rgba(255, 253, 233, 0.55) 3.11%, rgba(255, 252, 225, 0) 39.68%), linear-gradient(88.22deg, #846123 2.03%, #E6C282 38.74%);
}
.btn_primary:hover {
  color: #573B09;
  background: -o-linear-gradient(327.99deg, rgba(225, 147, 75, 0.6) 4.06%, rgba(209, 172, 128, 0) 26.3%), -o-linear-gradient(230.32deg, rgba(255, 253, 233, 0.97) 4.99%, rgba(255, 252, 225, 0) 42.7%), -o-linear-gradient(2.86deg, #846123 2.31%, #F0CA85 26.52%);
  background: linear-gradient(122.01deg, rgba(225, 147, 75, 0.6) 4.06%, rgba(209, 172, 128, 0) 26.3%), linear-gradient(219.68deg, rgba(255, 253, 233, 0.97) 4.99%, rgba(255, 252, 225, 0) 42.7%), linear-gradient(87.14deg, #846123 2.31%, #F0CA85 26.52%);
}
.btn_primary:active {
  color: #573B09;
  background: -webkit-gradient(linear, left top, right top, color-stop(-5.65%, #846123), to(#F0CA85));
  background: -o-linear-gradient(left, #846123 -5.65%, #F0CA85 100%);
  background: linear-gradient(90deg, #846123 -5.65%, #F0CA85 100%);
  -webkit-box-shadow: 0px 0px 24px rgba(66, 187, 255, 0.35), inset 0px -2px 1px rgba(255, 255, 255, 0.19), inset 0px 4px 15px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 24px rgba(66, 187, 255, 0.35), inset 0px -2px 1px rgba(255, 255, 255, 0.19), inset 0px 4px 15px rgba(0, 0, 0, 0.41);
}
.btn_fluid {
  width: 100%;
}

input:not(input[type=checkbox]),
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input::-ms-input-placeholder {
  color: #C6C6C6;
}

input::-webkit-input-placeholder {
  color: #C6C6C6;
}

input::-moz-placeholder {
  color: #C6C6C6;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select::-ms-expand {
  display: none;
}

.row > * {
  width: 100%;
}

/* VI. Layout
 * --------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
.preloader.fade-out {
  opacity: 0;
}

.blue-panel {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  color: #93B0E1;
  background-color: #204687;
}
.blue-panel__container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 130.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.blue-panel__container p {
  letter-spacing: -0.01em;
}
.blue-panel__logo {
  display: none;
}

.card {
  padding: 1.3rem 2.2rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 2rem;
  overflow: hidden;
}
.card_secondary {
  color: #846123;
  background: #e6c282;
}

/* Header 
 * -------------------------*/
.header-row {
  margin-top: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-logo {
  max-width: 35.2rem;
}
.header-heading {
  max-width: 91.2rem;
}
.header-heading .text-accent {
  font-weight: 700;
  font-style: italic;
}

.hero__container {
  padding-bottom: 7rem;
  position: relative;
}
.hero__row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hero-king {
  position: relative;
  max-width: 43.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hero-king__img {
  position: absolute;
  top: -3rem;
  right: -2rem;
  z-index: 5;
}
.hero-king__img img {
  max-width: 44.3rem;
}
.hero-king__paints {
  width: 100%;
  max-width: 33rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16.5rem;
  z-index: 1;
}
.hero-text {
  font-size: 2.4rem;
}
.hero-text .text-accent {
  font-weight: 700;
}
.hero-coin, .hero-event {
  padding-top: 1.5rem;
}
.hero-event {
  max-width: 43rem;
}
.hero-coin {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 48rem;
}
.hero-coin-img img {
  max-width: 45rem;
}
.hero__list {
  margin-top: 2rem;
}
.hero-list ul {
  padding-left: 5rem;
  max-width: 46rem;
}
.hero-list li {
  position: relative;
}
.hero-list li::before {
  content: "";
  position: absolute;
  left: -2.5em;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #F8E2B7;
  border: solid 3px #E8BB74;
}
.hero-list li::after {
  content: "";
  position: absolute;
  left: -2.5em;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/arrow-gold.svg) center no-repeat;
  background-size: 50%;
}
.hero-list li:not(:last-child) {
  margin-bottom: 2.6rem;
}

.paints__item {
  position: absolute;
}
.paints__item-1 {
  top: 1rem;
  left: 0rem;
  z-index: 40;
}
.paints__item-1 img {
  max-width: 29.6rem;
}
.paints__item-2 {
  top: 19.5rem;
  left: 0rem;
  z-index: 35;
}
.paints__item-2 img {
  max-width: 23.8rem;
}
.paints__item-3 {
  top: 30rem;
  left: -6rem;
  z-index: 30;
}
.paints__item-3 img {
  max-width: 32.4rem;
}
.paints__item-4 {
  top: 46rem;
  left: 5rem;
  z-index: 35;
}
.paints__item-4 img {
  max-width: 20.8rem;
}
.paints__item-5 {
  top: 64rem;
  left: -1rem;
  z-index: 25;
}
.paints__item-5 img {
  max-width: 29.6rem;
}

.event-card {
  margin-top: 1rem;
  width: 100%;
  max-width: 42.6rem;
  text-align: center;
  border-radius: 2rem;
  overflow: hidden;
}
.event-card__header {
  color: #846123;
  background: #e6c282;
}
.event-card__body {
  padding: 3.2rem 4.5rem 3.4rem;
  color: #93B0E1;
  background: #204687;
  font-size: 1.6rem;
}
.event-card__title, .event-card__form-caption {
  color: #fff;
}
.event-card__title {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}
.event-card__form-caption {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.event-card__form {
  margin-bottom: 3rem;
}

.round-digit {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  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;
  width: 4rem;
  height: 4rem;
  font-size: 2.6rem;
  color: #93B0E1;
  border-radius: 50%;
  border: 1px solid #93B0E1;
}

.timer {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
  background: #DEB670;
}
.timer-label {
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  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;
  font-size: 2.4rem;
}
.timer-lamp {
  display: inline-block;
  margin-right: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FF2E00;
  -webkit-box-shadow: 0 0 2px rgba(255, 47, 0, 0.911), 0 0 5px rgba(255, 47, 0, 0.911), 0 0 15px rgba(255, 47, 0, 0.911);
  box-shadow: 0 0 2px rgba(255, 47, 0, 0.911), 0 0 5px rgba(255, 47, 0, 0.911), 0 0 15px rgba(255, 47, 0, 0.911);
}
.timer-lamp.turned-off {
  background: #8f0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timer__item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.timer__item:not(:last-child) {
  border-right: 1px solid #CCA55E;
}
.timer-unit {
  margin-left: 0.5em;
  font-size: 1.5rem;
}

.advantages {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #204687;
  text-align: center;
}
.advantages__item {
  padding-top: 1.9rem;
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages__item:first-child {
  border-right: solid 2px #204687;
}
.advantages__img {
  margin-bottom: 1rem;
}
.advantages__img img {
  margin-left: auto;
  margin-right: auto;
}

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

.form {
  font-size: 2.8rem;
}
.form-control {
  margin-bottom: 1.8rem;
  padding: 1.4rem 2.2rem;
  width: 100%;
  font-size: 2.8rem;
  border-radius: 1rem;
}

.copy {
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 0;
  color: #8F8F8F;
  font-size: 1.5rem;
  font-weight: 300;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.space {
  display: inline-block;
  width: 0.25em;
  opacity: 0;
}

/* Modal 
 * -------------------------*/
.modal-trigger {
  cursor: pointer;
}

.modal {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
.modal__content {
  margin-top: 0rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114rem;
  height: auto;
  max-height: calc(100vh - 20rem);
  position: relative;
  z-index: 1001;
  border-radius: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.15;
  opacity: 0;
}
.modal__content h3 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.modal__content ol, .modal__content ul {
  margin-top: 0.5em;
  padding-left: 0.75em;
}
.modal__content ol li, .modal__content ul li {
  margin-bottom: 0.5em;
}
.modal__content p {
  margin-bottom: 1em;
}
.modal__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3rem 0rem 3.5rem 0rem;
  width: 100%;
  border-radius: 1.2rem;
  background-color: #ffffff;
  overflow: auto;
}
.modal__header {
  padding-right: 2.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
  border-bottom: solid 1px #C6C6C6;
}
.modal__header .modal__title {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
}
.modal__header p {
  font-size: 2rem;
  font-weight: 400;
}
.modal__body {
  padding-top: 1.2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: justify;
  overflow: auto;
}
.modal__footer {
  padding-top: 0rem;
}
.modal__close {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -6%;
  right: -8%;
  z-index: 999;
  border: none;
  background: none;
}
.modal-close__item {
  display: block;
  width: 2.3rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modal-close__item:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close__item:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close:hover .modal-close__item {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.modal.opened {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
}
.modal.opened .modal__content {
  -webkit-animation: slideUpIn 0.3s ease-out forwards;
  animation: slideUpIn 0.3s ease-out forwards;
}
.modal.opened .modal__overlay {
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
}
.modal.closed {
  -webkit-animation: fadeOut 0.5s ease-in forwards;
  animation: fadeOut 0.5s ease-in forwards;
}
.modal.closed .modal__content {
  -webkit-animation: slideUpOut 0.3s ease-in forwards;
  animation: slideUpOut 0.3s ease-in forwards;
}
.modal.closed .modal__overlay {
  -webkit-animation: fadeOut 0.5s ease-in forwards;
  animation: fadeOut 0.5s ease-in forwards;
}

/* Forms processing 
 * -------------------------*/
.thanks {
  padding: 1em;
  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: cente;
  width: calc(100% - 3rem);
  max-width: 17em;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 55px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 55px 0px rgba(0, 0, 0, 0.35);
  opacity: 1;
  z-index: 99999;
}

.thanks_success {
  color: #146c43;
  border: solid 1px #a3cfbb;
  background: rgb(209, 232, 222);
}

.thanks_error {
  color: #b02a37;
  border: solid 1px #f1aeb5;
  background: #f8d7da;
}

.thanks__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.thanks__close::before,
.thanks__close::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 0.3rem;
  border-radius: 10px;
  background: rgb(75, 75, 75);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.thanks__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thanks__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.thanks__close:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.thanks__close:hover.thanks__close::before,
.thanks__close:hover.thanks__close::after {
  background: rgb(25, 25, 25);
}

.thanks__close:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.thanks.active {
  -webkit-animation: slideInRightBottom 0.5s ease forwards;
  animation: slideInRightBottom 0.5s ease forwards;
}

.thanks h3 {
  font-size: 2rem;
  font-weight: 500;
  font-family: sans-serif;
}

.thanks span {
  display: block;
  margin-bottom: 2rem;
}

.thanks h3 span {
  font-weight: 700;
  font-size: 2.4rem;
}

.loader-container {
  position: relative;
  z-index: 50;
}

.submit-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  background: rgba(255, 255, 255, 0.5) url("../img/loader.gif") center no-repeat;
  background-size: contain;
  border-radius: 10px;
}

@-webkit-keyframes slideInRightBottom {
  from {
    opacity: 0.5;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightBottom {
  from {
    opacity: 0.5;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRightBottom {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}
@keyframes slideOutRightBottom {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}
.fake-class-to-add-import-rule {
  visibility: inherit;
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes slideUpIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slideUpIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUpOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes slideUpOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
/* Media-queries
 * --------------------------------------- */
@media (max-width: 1699.98px) {
  html {
    font-size: 9px;
  }
  .header-heading {
    max-width: 82rem;
  }
  .hero__container {
    max-width: 1400px;
  }
  .hero__row {
    margin: 0 0;
  }
}
/* XL */
@media (max-width: 1399.98px) {
  html {
    font-size: 8px;
  }
  .container, .container_xl, .container_lg, .container_md, .container_sm {
    max-width: 1140px;
  }
  .container_xxl {
    max-width: 100%;
  }
  .header-heading {
    max-width: 88.5rem;
  }
  .hero__container {
    max-width: 1200px;
    padding-bottom: 5rem;
  }
  .hero-king {
    position: relative;
    top: 7.5rem;
    right: 1rem;
  }
  .hero-king__img img {
    max-width: 40rem;
  }
  .hero-king__paints {
    height: 80%;
    left: -7.5rem;
  }
  .hero-coin-img img {
    max-width: 40rem;
  }
  .paints__item-1 {
    top: 1.5%;
  }
  .paints__item-1 img {
    max-width: 21.28rem;
  }
  .paints__item-2 {
    top: 25%;
  }
  .paints__item-2 img {
    max-width: 19.04rem;
  }
  .paints__item-3 {
    top: 37%;
  }
  .paints__item-3 img {
    max-width: 25.92rem;
  }
  .paints__item-4 {
    top: 57%;
  }
  .paints__item-4 img {
    max-width: 16.64rem;
  }
  .paints__item-5 {
    top: 79%;
  }
  .paints__item-5 img {
    max-width: 23.68rem;
  }
  .copy {
    right: 1.2rem;
    bottom: 2rem;
  }
  .modal__content {
    max-height: calc(100vh - 12rem);
  }
  .d-block_xl {
    display: block;
  }
  .d-inline_xl {
    display: inline;
  }
  .d-none_xl {
    display: none;
  }
}
/* LG */
@media (max-width: 1199.98px) {
  html {
    font-size: 7px;
  }
  .container, .container_lg, .container_md, .container_sm {
    max-width: 960px;
  }
  .container_xl {
    max-width: 100%;
  }
  .header-heading {
    max-width: 84.5rem;
  }
  .hero__container {
    max-width: 992px;
  }
  .hero-coin {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: 44rem;
  }
  .hero-king {
    top: 8rem;
    right: 2rem;
  }
  .hero-king__img {
    right: -4rem;
  }
  .hero-king__paints {
    left: -5.5rem;
  }
  .d-block_lg {
    display: block;
  }
  .d-inline_lg {
    display: inline;
  }
  .d-none_lg {
    display: none;
  }
}
/* MD */
@media (max-width: 991.98px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 3.8rem;
  }
  .container, .container_md, .container_sm {
    max-width: 720px;
  }
  .container_lg {
    max-width: 100%;
  }
  .blue-panel {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .blue-panel__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 76.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blue-panel__logo {
    display: block;
    width: 100%;
    max-width: 15rem;
  }
  .blue-panel__text {
    max-width: 54.2rem;
    text-align: center;
  }
  .header-row {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-logo {
    display: none;
  }
  .header-heading {
    text-align: center;
  }
  .hero__container {
    padding-bottom: 3rem;
    max-width: 76.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-coin {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -ms-flex-preferred-size: 76.8rem;
    flex-basis: 76.8rem;
    max-width: 76.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-coin-img {
    width: 27.3rem;
  }
  .hero-coin-img img {
    max-width: 100%;
    position: relative;
    left: -2.5rem;
  }
  .hero-list li::before,
  .hero-list li::after {
    left: -2.7em;
  }
  .hero-list li:not(:last-child) {
    margin-bottom: unset;
  }
  .hero-list li:first-child {
    margin-bottom: 1rem;
  }
  .hero-list li:nth-child(2) {
    margin-bottom: 1.8rem;
  }
  .hero-list li:nth-child(3) {
    margin-bottom: 2.5rem;
  }
  .hero__list {
    margin-top: 3rem;
    margin-left: auto;
    width: 42.6rem;
    font-size: 1.8rem;
  }
  .hero-text {
    width: 100%;
    text-align: center;
  }
  .hero-king {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 27.3rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    right: auto;
    top: auto;
  }
  .hero-king__img {
    z-index: 1;
    top: auto;
    left: 1rem;
    right: auto;
  }
  .hero-king__paints {
    left: auto;
    top: 16.3rem;
    right: -0.7rem;
  }
  .hero-event {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 42.6rem;
    margin-top: -5rem;
  }
  .hero-event__card {
    max-width: 42.6rem;
  }
  .paints__item-1 {
    top: 1.5%;
  }
  .paints__item-1 img {
    max-width: 26.6rem;
  }
  .paints__item-2 {
    top: 23%;
    left: 1.5rem;
  }
  .paints__item-2 img {
    max-width: 26.2rem;
  }
  .paints__item-3 {
    top: 49%;
    left: -1.5rem;
    z-index: 35;
  }
  .paints__item-3 img {
    max-width: 21.5rem;
  }
  .paints__item-4 {
    top: 50.5%;
    left: 10.5rem;
  }
  .paints__item-4 img {
    max-width: 18.1rem;
  }
  .paints__item-5 {
    top: 76.5%;
    left: -0.5rem;
  }
  .paints__item-5 img {
    max-width: 25.1rem;
  }
  .advantages {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .advantages__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .copy {
    margin-top: 5rem;
    position: static;
    text-align: right;
  }
  .modal__content {
    max-width: 68rem;
    height: auto;
    max-height: calc(100vh - 12rem);
    font-size: 1.8rem;
  }
  .modal__content-inner {
    padding-top: 2rem;
  }
  .modal__content h3 {
    text-align: left;
    font-size: 2rem;
  }
  .modal .modal__title {
    font-size: 2.4rem;
  }
  .modal__close {
    right: -5%;
  }
  .d-block_md {
    display: block;
  }
  .d-inline_md {
    display: inline;
  }
  .d-none_md {
    display: none;
  }
}
/* SM */
@media (max-width: 767.98px) {
  html {
    font-size: 9px;
  }
  .container, .container_sm {
    max-width: 540px;
  }
  .container_md {
    max-width: 100%;
  }
  .blue-panel__container {
    max-width: 57.6rem;
  }
  .blue-panel__text {
    margin-left: 2rem;
  }
  .hero__container {
    max-width: 57.6rem;
  }
  .hero-coin {
    margin-bottom: 4rem;
    max-width: 57.6rem;
  }
  .hero-coin-img {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20.475rem;
  }
  .hero__list {
    max-width: 31.95rem;
  }
  .hero-king {
    width: 20.475rem;
  }
  .hero-king__img {
    left: -7rem;
  }
  .hero-king__paints {
    right: 7rem;
  }
  .hero-event {
    margin-top: -3rem;
    width: 31.95rem;
  }
  .timer {
    font-size: 2.1rem;
  }
  .timer-label {
    font-size: 1.8rem;
  }
  .modal__close {
    right: -3%;
  }
  .d-block_sm {
    display: block;
  }
  .d-inline_sm {
    display: inline;
  }
  .d-none_sm {
    display: none;
  }
}
/* XS */
@media (max-width: 575.98px) {
  html {
    font-size: 10px;
  }
  .container {
    max-width: 410px;
  }
  .container_sm {
    max-width: 100%;
  }
  .blue-panel {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
  .blue-panel__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blue-panel__logo {
    display: none;
  }
  .blue-panel__text {
    margin-left: 0;
    max-width: 33rem;
    text-align: center;
  }
  .header-row {
    margin-top: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    max-width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero {
    margin-top: 1.8rem;
  }
  .hero__container {
    padding-bottom: 12rem;
    position: static;
  }
  .hero-coin {
    margin-bottom: 2.5rem;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-coin-img {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 29.5rem;
  }
  .hero-coin-img img {
    position: static;
    left: auto;
  }
  .hero-text {
    max-width: 33rem;
  }
  .hero__list {
    margin-top: 0;
    margin-left: unset;
  }
  .hero-list li:nth-child(2) {
    margin-bottom: 1.2rem;
  }
  .hero-list li:nth-child(3) {
    margin-bottom: 1.2rem;
  }
  .hero-event {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero-king {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -4rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-king__img {
    position: relative;
    top: 0;
    left: auto;
  }
  .hero-king__paints {
    display: none;
  }
  .hero__event-card {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 2rem;
    width: calc(100% + 4rem);
  }
  .event-card__title {
    margin-bottom: 2rem;
  }
  .event-card__body {
    padding: 2rem 2rem 3rem;
  }
  .timer {
    font-size: 2.4rem;
  }
  .timer-label {
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .advantages {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .copy {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 12.3rem;
    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;
    color: #93B0E1;
    background: #204687;
  }
  .copy__wrapper {
    max-width: 31rem;
    text-align: center;
  }
  .d-block_xs {
    display: block;
  }
  .d-inline_xs {
    display: inline;
  }
  .d-none_xs {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .modal__header, .modal__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal__content-inner {
    padding-bottom: 2rem;
  }
  .modal__close {
    right: 0.75rem;
    top: 0.75rem;
  }
  .modal__close:hover .modal-close__item {
    background: rgba(0, 0, 0, 0.45);
  }
  .modal-close__item {
    background: rgba(0, 0, 0, 0.75);
  }
}
/* XXS */
@media (max-width: 413.98px) {
  .container {
    max-width: 100%;
  }
  .modal__content {
    word-break: break-word;
    font-size: 1.6rem;
  }
  .modal__content h3 {
    font-size: 1.8rem;
  }
  .modal .modal__title {
    font-size: 2rem;
  }
  .d-block_xxs {
    display: block2;
  }
  .d-inline_xxs {
    display: inline;
  }
  .d-none_xxs {
    display: none;
  }
}
@media (max-width: 359.99px) {
  .hero-event {
    width: 100%;
  }
  .timer-label {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* IE */
/*# sourceMappingURL=style.css.map */
