/*  I. Font settings
 * --------------------------------------- */ 
@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 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: "Helvetica";
  src: local("Helvetica Light"), local("Helvetica-Light"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: local("Helvetica Regular"), local("Helvetica-Regular"), url("../fonts/Helvetica-Regular.woff2") format("woff2"), url("../fonts/Helvetica-Regular.woff") format("woff"), url("../fonts/Helvetica-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: local("Helvetica Bold"), local("Helvetica-Bold"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: local("Helvetica BoldItalic"), local("Helvetica-BoldItalic"), url("../fonts/Helvetica-BoldItalic.woff2") format("woff2"), url("../fonts/Helvetica-BoldItalic.woff") format("woff"), url("../fonts/Helvetica-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, span {
  cursor: default;
}

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

.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;
}

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

.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: "Helvetica";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  background: #1E1E1E;
}

h1 {
  font-size: 5.6rem;
  font-family: "Helvetica";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}

.text-light {
  color: #ffffff;
}
.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: "Helvetica";
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  padding: 2.5rem 2.5rem;
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  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: 3.6rem;
  background: -o-linear-gradient(1.29deg, #664D20 18.58%, #C9A76A 93.12%);
  background: linear-gradient(88.71deg, #664D20 18.58%, #C9A76A 93.12%);
}
.btn-wrap_primary:hover::after {
  background: -o-linear-gradient(1.29deg, #C9A76A 42.33%, #664D20 81.11%);
  background: linear-gradient(88.71deg, #C9A76A 42.33%, #664D20 81.11%);
}
.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.61%, 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(178.89deg, #CCA156 -2.92%, #E6C282 56.78%);
  background: linear-gradient(122.01deg, rgba(225, 147, 75, 0.6) 4.61%, 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(271.11deg, #CCA156 -2.92%, #E6C282 56.78%);
}
.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: inset 0px -2px 1px rgba(255, 255, 255, 0.19), inset 0px 4px 15px rgba(0, 0, 0, 0.41);
  box-shadow: 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;
}

.header,
.main {
  position: relative;
  z-index: 10;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: red;
}
.bg-grid {
  background: url(../img/bg-grid.png);
  z-index: 5;
}

.bg-img {
  position: absolute;
}
.bg-family {
  max-width: 43rem;
  left: calc(50vw - 67rem);
  bottom: 39rem;
}
.bg-family-mob {
  display: none;
}
.bg-nikolay {
  max-width: 26rem;
  left: calc(50vw + 32rem);
  bottom: 43rem;
}

.top-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #846123;
  background-color: #e6c282;
}
.top-panel__container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 130.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.top-panel__text {
  max-width: 116.5rem;
  font-size: 1.6rem;
}
.top-panel__text p {
  letter-spacing: -0.01em;
}
.top-panel__logo {
  display: none;
}

/* Header 
 * -------------------------*/
.header-row {
  margin-top: 2.6rem;
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-logo {
  max-width: 31.2rem;
}
.header-heading {
  max-width: 60rem;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.header-heading .text-accent {
  font-weight: 700;
  font-style: italic;
}
.header__logo {
  margin-right: 6.5rem;
}
.header__logo img {
  display: none;
}
.header__small-coin {
  margin-top: 0px;
  margin-left: 11rem;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}

.small-coin {
  max-width: 14.2rem;
}

.hero__container {
  padding-bottom: 7rem;
  position: relative;
}
.hero__row {
  margin-top: 1.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.hero-king {
  margin-right: 2.6rem;
  max-width: 36.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-king__img img {
  max-width: 47rem;
}
.hero-subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  text-align: center;
  font-size: 2.4rem;
}
.hero-subtitle .text-accent {
  font-weight: 700;
}
.hero-event {
  position: relative;
  max-width: 38.6rem;
}
.hero-event__leftover {
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  width: 100%;
  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.2rem;
  color: #595959;
}
.hero__event-card {
  margin-top: 3.5rem;
}
.hero-coin {
  margin-right: 2.6rem;
  max-width: 53.1rem;
}
.hero-coin-img {
  margin-bottom: 4.5rem;
}
.hero-coin-img img {
  margin-top: -0.5rem;
  max-width: 53.1rem;
}
.hero-coin__leftover {
  width: 100%;
  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.2rem;
  color: #595959;
}
.hero-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 48.5rem;
  text-align: center;
  font-size: 2rem;
}

.event-card {
  width: 100%;
  max-width: 42.6rem;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
.event-card__header {
  color: #846123;
  background: #101010;
}
.event-card__body {
  padding: 4rem 2.5rem 5.5rem;
  color: #93B0E1;
  background: #101010;
  font-size: 1.6rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border: solid 1px #DEB670;
}
.event-card__title, .event-card__form-caption {
  color: #ffffff;
}
.event-card__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #e6c282;
  text-transform: uppercase;
}
.event-card__form-caption {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.event-card__form {
  margin-bottom: 1rem;
}

.round-digit {
  margin-top: 0.5rem;
  margin-left: 1.2rem;
  padding-right: 0.15em;
  padding-bottom: 0.15em;
  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: 5.6rem;
  height: 5.6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #595959;
  border-radius: 50%;
  border: 2px solid #595959;
}

.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-wrap {
  background: #e6c282;
}
.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: 2rem;
}
.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;
}

.event-advantages {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #E8BB74;
  text-align: center;
}
.event-advantages__item {
  padding-top: 0rem;
  padding-bottom: 0rem;
  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;
}
.event-advantages__item:first-child {
  border-right: solid 2px #484848;
}
.event-advantages__img {
  margin-bottom: 0.5rem;
}
.event-advantages__img img {
  margin-left: auto;
  margin-right: auto;
}
.event-advantages-delivery {
  max-width: 5.3rem;
}
.event-advantages-guarant {
  max-width: 4.3rem;
}

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

.advantages {
  margin-top: 4.5rem;
  margin-bottom: 6.5rem;
  padding-top: 6.8rem;
  padding-bottom: 7.8rem;
  position: relative;
  background: #101010;
}
.advantages::before, .advantages::after {
  position: absolute;
  content: "";
  display: block;
  width: 28.3rem;
  height: 5.1rem;
  left: 50%;
  background: url(../img/copy-ornament.png) no-repeat center;
  background-size: contain;
}
.advantages::before {
  top: 0.6rem;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.advantages::after {
  bottom: 0.6rem;
  -webkit-transform: rotate(180deg) translate(50%, -100%);
  -ms-transform: rotate(180deg) translate(50%, -100%);
  transform: rotate(180deg) translate(50%, -100%);
}
.advantages__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.advantages__item {
  width: 25%;
}
.advantages__img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  width: 9rem;
  height: 9rem;
  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;
  background: #e6c282;
  border: 0.4rem solid #BDA06C;
  border-radius: 50%;
}
.advantages__img-gold img {
  margin-top: -0.5em;
  max-width: 5.6rem;
}
.advantages__img-coin img {
  max-width: 5.9rem;
}
.advantages__img-like img {
  max-width: 5.6rem;
}
.advantages__img-diam img {
  max-width: 5.2rem;
}
.advantages__text {
  font-size: 2rem;
  text-align: center;
}
.copy {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
  max-width: 52rem;
  text-align: center;
  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 {
  font-family: "GillSansC";
  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;
  width: 100%;
  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;
  color: #101010;
  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: -2.5rem;
  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;
}

.modal-callback .modal__header {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-callback .modal__content {
  max-width: 36rem;
}
.modal-callback .modal__content-inner {
  padding-bottom: 0;
  background: #e6c282;
}
.modal-callback .modal__title {
  font-size: 1.8rem;
  color: #846123;
}
.modal-callback .modal__body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.modal-callback .event-card__body {
  padding: 5rem 2rem 4.5rem;
}

/* 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__small-coin {
    margin-left: 16rem;
  }
  .hero__container {
    max-width: 1400px;
  }
  .hero__row {
    margin: 3rem 0 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .advantages {
    margin-top: 8rem;
  }
}
/* 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__logo {
    margin-right: 11rem;
  }
  .header__small-coin {
    margin-left: 14rem;
  }
  .hero__container {
    max-width: 1200px;
    padding-bottom: 5rem;
  }
  .hero-coin-img img {
    margin-left: auto;
    margin-right: auto;
  }
  .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__logo {
    margin-right: 8rem;
  }
  .header__small-coin {
    margin-left: 11rem;
  }
  .hero__container {
    max-width: 992px;
  }
  .hero-coin {
    margin-right: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .hero-king {
    margin-right: 0;
  }
  .hero-king__img {
    right: -4rem;
  }
  .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: 4.5rem;
  }
  .scroll-hidden {
    padding-right: 0px;
    overflow: hidden;
  }
  .container, .container_md, .container_sm {
    max-width: 720px;
  }
  .container_lg {
    max-width: 100%;
  }
  .top-panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-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-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .top-panel__logo {
    width: 100%;
    max-width: 13.9rem;
    display: none;
  }
  .top-panel__text {
    max-width: 56rem;
    font-size: 1.4rem;
    text-align: center;
    margin-left: 0;
  }
  .header-row {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .header-logo, .header__small-coin {
    display: none;
  }
  .header-heading {
    max-width: none;
    text-align: center;
  }
  .hero__container {
    padding-bottom: 3rem;
    max-width: 76.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero-subtitle {
    max-width: 55rem;
    font-size: 2rem;
    text-align: center;
  }
  .hero__row {
    margin-top: 5.5rem;
    -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-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 33rem;
  }
  .hero-coin-img {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .hero-coin-img img {
    margin-left: 0.5rem;
    max-width: 100%;
  }
  .hero-coin__leftover {
    font-size: 2rem;
  }
  .hero-subtitle {
    width: 100%;
    text-align: center;
  }
  .hero-king {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    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-event {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 38.6rem;
    margin-top: 0;
  }
  .hero__event-card {
    margin-top: 0;
  }
  .event-advantages {
    margin-top: 1.2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .event-advantages__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .timer-label {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .advantages {
    margin-top: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .advantages__container {
    max-width: 74rem;
  }
  .advantages__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .advantages__item {
    width: auto;
  }
  .advantages__img {
    margin-bottom: 1.5rem;
    width: 6.8rem;
    height: 6.8rem;
  }
  .advantages__img-gold img {
    max-width: 3.8rem;
  }
  .advantages__img-coin img {
    max-width: 4rem;
  }
  .advantages__img-like img {
    max-width: 3.8rem;
  }
  .advantages__img-diam img {
    max-width: 3.6rem;
  }
  .advantages__text {
    font-size: 1.4rem;
  }
  .hero-king-mob {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-king-mob__img {
    max-width: 29.5rem;
    max-height: 39rem;
  }
  .hero-king-mob__img img {
    margin-top: 3.5rem;
    margin-left: -1.5rem;
    max-width: 40rem;
  }
  .hero-king-mob__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 7rem;
    margin-left: unset;
    margin-right: 1rem;
    max-width: 40rem;
    font-size: 1.8rem;
    line-height: 1.23;
    text-align: left;
  }
  .bg-family-mob {
    display: block;
    position: absolute;
    top: -1.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .bg-family-mob-wrap {
    position: relative;
    max-width: 75.6rem;
  }
  .bg-family-mob__btn-container {
    display: none;
  }
  .copy {
    margin-top: 7rem;
    margin-bottom: 3rem;
  }
  .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-flex_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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%;
  }
  .top-panel__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 57.6rem;
  }
  .top-panel__text {
    margin-left: 0;
  }
  .hero__container {
    max-width: 576px;
  }
  .hero-coin {
    margin-bottom: 4rem;
    max-width: 25rem;
  }
  .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-coin__leftover {
    font-size: 1.8rem;
  }
  .hero__list {
    max-width: 31.95rem;
  }
  .hero-king {
    width: 20.475rem;
  }
  .hero-king__img {
    left: -7rem;
  }
  .hero-event {
    margin-top: 0rem;
    margin-left: 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 31.95rem;
  }
  .timer {
    font-size: 2.1rem;
  }
  .timer-label {
    font-size: 1.8rem;
  }
  .advantages {
    margin-bottom: 6rem;
    padding-bottom: 4.5rem;
  }
  .advantages__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages__item {
    width: 50%;
  }
  .advantages__item:first-child, .advantages__item:nth-child(2) {
    margin-bottom: 3rem;
  }
  .hero-king-mob__img {
    max-width: 28rem;
  }
  .hero-king-mob__img img {
    margin-top: 0.5rem;
    margin-left: -2.5rem;
    max-width: 32rem;
  }
  .hero-king-mob__text {
    margin-top: 0;
    margin-right: 0;
  }
  .bg-family-mob {
    top: 0;
    bottom: 0;
  }
  .bg-family-mob-wrap {
    padding-bottom: 3rem;
  }
  .bg-family-mob img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .copy {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .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;
  }
  h1 {
    font-size: 3.4rem;
    letter-spacing: -0.01em;
  }
  .container {
    max-width: 410px;
  }
  .container_sm {
    max-width: 100%;
  }
  .top-panel {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
  .top-panel__container {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-panel__logo {
    display: none;
  }
  .top-panel__text {
    margin-left: 0;
    max-width: 33rem;
    text-align: center;
  }
  .header-row {
    margin-top: 1rem;
    margin-bottom: 3rem;
    -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 {
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero {
    margin-top: 1rem;
  }
  .hero__container {
    padding-bottom: 3.5rem;
    position: static;
  }
  .hero__row {
    margin-top: 4rem;
  }
  .hero-coin {
    margin-bottom: 0;
    padding-top: 0;
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-coin-img {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30rem;
  }
  .hero-coin-img img {
    position: static;
    left: auto;
  }
  .hero-subtitle {
    max-width: 28rem;
    font-size: 1.8rem;
  }
  .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-mob {
    margin-top: 12rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
  }
  .hero-event__leftover {
    top: -8rem;
    font-size: 1.8rem;
  }
  .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;
  }
  .event-card__title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .event-card__body {
    padding: 4rem 2rem 4.5rem;
  }
  .event-card__form-caption {
    margin-bottom: 1.8rem;
  }
  .event-advantages {
    margin-top: 2.5rem;
  }
  .timer {
    font-size: 2.4rem;
  }
  .timer__item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.8rem;
  }
  .timer-label {
    padding-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .advantages {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .advantages__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 16rem;
  }
  .bg-family-mob {
    margin-top: 1.2rem;
    position: relative;
    z-index: 1;
    min-height: 15rem;
  }
  .bg-family-mob-wrap {
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: none;
  }
  .bg-family-mob__btn {
    width: 100%;
    max-width: 32rem;
  }
  .bg-family-mob__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 3rem;
    z-index: 10;
  }
  .hero-king-mob {
    -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;
  }
  .hero-king-mob__img {
    max-height: 31rem;
  }
  .hero-king-mob__img img {
    margin-top: -1.2rem;
    margin-left: 1.2rem;
    margin-right: 0;
    max-width: 27rem;
  }
  .hero-king-mob__text {
    max-width: 32rem;
    text-align: center;
  }
  .copy {
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    max-width: none;
    width: 100%;
    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;
    background: #101010;
  }
  .copy__inner {
    max-width: 34rem;
    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;
  }
  .modal-callback .modal__title {
    font-size: 1.8rem;
  }
  .d-block_xxs {
    display: block2;
  }
  .d-inline_xxs {
    display: inline;
  }
  .d-none_xxs {
    display: none;
  }
}
@media (max-width: 359.99px) {
  html {
    font-size: 9px;
  }
  .hero-event {
    width: 100%;
  }
  .timer-label {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* IE */
/*# sourceMappingURL=style.css.map */
