

/* Start:/local/templates/slonworks/libs/bootstrap/bootstrap-reboot.css?17231786284179*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/* End */


/* Start:/local/templates/slonworks/libs/bootstrap/bootstrap-grid.css?172317862829044*/
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col {
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/slonworks/libs/remodal/remodal.css?17231786287257*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
  border-radius: 10px;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 15px;
  right: 15px;

  display: block;
  overflow: visible;

  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;

  color: #865ff2;
  border: 0;
  outline: 0;
  background: transparent;
  opacity: 0.8;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #865ff2;
  opacity: 1;
  outline: 0;
}

/* .remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 38px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
  color: #865ff2;
} */

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* End */


/* Start:/local/templates/slonworks/fonts/fonts.css?17231786286865*/
@font-face {
	font-family: 'Futura';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_bold.svg#futura_pt_bold') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Futura book';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_book.svg#futura_pt_book') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT Demi';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_demi.svg#futura_pt_demi') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Extra Bold';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold.svg#futura_pt_extra_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Extra Bold Oblique';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_extra_bold_oblique.svg#futura_pt_extra_bold_oblique') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Heavy';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy.svg#futura_pt_heavy') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Heavy Oblique';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_heavy_oblique.svg#futura_pt_heavy_oblique') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Light';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light.svg#futura_pt_light') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Light Oblique';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_light_oblique.svg#futura_pt_light_oblique') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium.svg#futura_pt_medium') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT Medium Oblique';
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/slonworks/fonts/../fonts/futura_pt_medium_oblique.svg#futura_pt_medium_oblique') format('svg'); /* Chrome < 4, Legacy iOS */
}


/* End */


/* Start:/local/templates/slonworks/css/desktop.css?173346223331076*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
     scroll-behavior: smooth;
 }
body {
    font-family: 'Futura';
    font-weight: normal;
    font-style: normal;
    background-color: #141414;
    color: #141414;
}
.winners-section a:hover {
    color: white;
}
main {
    margin: 0;
    overflow: hidden;
}
main > .scroll-box {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
}
.remodal-wrapper {
    overflow-y: auto;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
section.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
section {
    transition: all 0.3s;
}
.mob {
    display: none;
}
.main-top__list.mob {
    display: none;
}
.container {
    height: 100%;
}
.restrictions .none {
    display: none;
}
/*Popup*/
.remodal-wrapper {
    padding: 14px 8px 11px;
}
.remodal-wrapper .remodal {
    margin-bottom: 0;
    overflow: hidden;
    padding: 52px 15px 48px 61px;
    max-width: 1138px;
    max-height: 734px;
    width: 100%;
    height: 100%;
    background-color: #F6CA54;
    border-radius: 15px;
}
.remodal-wrapper .remodal__content {
    overflow-y: scroll;
    height: 100%;
    padding-right: 41px;
}
.remodal-wrapper .remodal__content::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.remodal-wrapper .remodal__content::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
}
.remodal-wrapper .remodal__content::-webkit-scrollbar-thumb {
    background: #141414;
    border-radius: 20px;
}
.remodal-close {
    background: url("/local/templates/slonworks/css/../img/close.png") center / cover no-repeat;
    width: 39px;
    height: 39px;
    right: 5px;
    top: 13px;
}
.remodal-wrapper .remodal.phone-exists-modal {
    max-width: 912px;
    max-height: 470px;
}
.remodal-wrapper .phone-exists-modal .remodal__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.remodal-wrapper .phone-exists-modal h1.remodal-title {
    font-size: 34px;
    line-height: 128%;
}
h1.remodal-title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 34px;
    color: #141414;
}
h3.remodal-title {
    margin-bottom: 8px;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    font-family: "Futura book";
}
.remodal li {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Futura PT Light';
    list-style-type: decimal;
}
.remodal ul {
    padding-left: 26px;
}
.remodal .remodal-list {
    margin-bottom: 33px;
}
.remodal .unnumbered li {
    list-style-type: inherit;
}
.remodal-text {
    margin-bottom: 33px;
    font-family: 'Futura PT Light';
    font-size: 18px;
}
/*Block Restriction*/
.restrictions {
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 37px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    background: #141414 url(/local/templates/slonworks/css/../img/bg-restrictions.png) center no-repeat;
    background-size: 100% 100%;
}
.restrictions__block .wrapper {
    margin-bottom: 200px;
}
.restrictions-logo {
    margin: 0 auto;
    width: 105px;
    height: 65px;
    background: url("/local/templates/slonworks/css/../img/logo.png") center/ contain no-repeat;
}
.restrictions-title {
    font-weight: 500;
    font-size: 28px;
    color: #F6CA54;
    font-family: "Futura PT Demi";
    font-style: normal;
    font-weight: normal;
}
.restrictions-title-2 {
    margin-top: 10px;
    font-size: 20px;
    font-family: "Futura book";
    color: #F6CA54;
    font-style: normal;
    font-weight: normal;
}
.restrictions__block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 96%;
    color: #F6CA54;
}
.restrictions-qsh {
    margin-top: 62px;
    font-weight: 500;
    font-size: 35px;
    font-family: "Futura PT Demi";
    color: #F6CA54;
}
.restrictions-btns {
    margin: 33px auto 0;
    display: flex;
    justify-content: space-between;
    width: 245px;
}
.restrictions-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 44px;
    border: 1px solid #F6CA54;
    border-radius: 5px;
    color: #F6CA54;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    transition: all .3s;
    cursor: pointer;
}
.restrictions-btn:hover {
    background-color: #F6CA54;
    color: #141414;
}
.otkaz {
    margin-top: 94px;
    margin-bottom: 6px;
}
.otkaz-text-1 {
    font-weight: 500;
    font-size: 35px;
    font-family: "Futura PT Demi";
}
.otkaz-text-2 {
    margin-top: 3px;
    font-weight: 500;
    font-size: 35px;
    font-family: "Futura PT Demi";
}

/*Block First*/
.first {
    position: relative;
    padding: 40px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);/*
    background: #141414 url("/local/templates/slonworks/css/../img/bg-1.png") center no-repeat;*/

    background: url("/local/templates/slonworks/css/../img/beat.png") left no-repeat, url("/local/templates/slonworks/css/../img/bg-1.png") center no-repeat;
    background-size: contain, 100% 100%;
}
.first__head {
    height: 28%;
}
.first__main-content {
    margin-bottom: 73px;
}
.first__main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72%;
}
.first-logo {
    margin: 0 auto;
    width: 161px;
    height: 99px;
    background: url("/local/templates/slonworks/css/../img/logo.png") center/ auto no-repeat;
}
.first-title {
    max-width: 771px;
    font-weight: 500;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 2px 4px 3px rgba(52, 42, 6, 0.6);
}
.first-subtitle {
    color: #FFFFFF;
    font-size: 29px;
    line-height: 128%;
    margin-top: 30px;
    font-weight: 450;
    text-align: center;
}
.first-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    position: relative;
    width: 316px;
    height: 60px;
    color: #F6CA54;
    border: 2px solid #F6CA54;
    background-color: initial;
    border-radius: 7px;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.first-button:hover {
    color: #141414;
    background-color: #F6CA54;
}
.first-button::after {
    content: '';
    position: absolute;
    top: -76px;
    right: -207px;
    width: 154px;
    height: 118px;
    background: url("/local/templates/slonworks/css/../img/first-arr.png") center/ auto no-repeat;
}
.first-link {
    margin: 32px auto 0;
    width: fit-content;
    display: block;
    color: #F6CA54;
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid #F6CA54;
    transition: all .3s;
}
.first-link:hover {
    color: #E8AD11;
}

/*SECOND BLOCK*/
.second {
    position: relative;
    padding: 40px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: url("/local/templates/slonworks/css/../img/bg-second.png") center/cover no-repeat;
    overflow: hidden;
    color: white;
    font-size: 24px;
    line-height: 128%;
}
.second .main__top-title {
    color: #F6CA54;
    text-align: center;
    line-height: 128%;
}
.second .map {
    position: absolute;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: url("/local/templates/slonworks/css/../img/map.png") right/contain no-repeat;
    top: 120px;
    right: 50%;
    transform: translateX(200px);
    z-index: 1;
}
.second .map_text-1 {
    max-width: 470px;
    position: absolute;
    top: 26%;
    left: 49%;
    padding-right: 16px;
}
.second .map_text-2 {
    max-width: 290px;
    position: absolute;
    bottom: 23%;
    left: 62%;
}
.second .map_text-2 p {
    margin-left: 40px;
}
.second .map_text-2 span {
    font-size: 19px;
    display: block;
}


/*Block Main*/
.main {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.main__top {
    height: 57%;
    background: url("/local/templates/slonworks/css/../img/bg-main-top.png") center  no-repeat;
    background-size: 100% 100%;
}
.main__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43%;
    background: #141414 url("/local/templates/slonworks/css/../img/bg-main-bottom.png") center  no-repeat;
    background-size: 100% 100%;
}
.main__bottom.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.main__logo-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30%;
}
.main__top-title {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 42px;
    font-style: normal;
    font-family: 'Futura PT Demi';
}
.main-top__list {
    padding-top: 12px;
    display: flex;
    justify-content: center;
    height: 70%;
}
.main-top__block {
    margin-right: 59px;
}
.main-top__block:last-child {
    margin-right: 0;
}
.main__block-1 {
    max-width: 257px;
}
.main__block-2 {
    max-width: 210px;
}
.main__block-3 {
    max-width: 250px;
}
.main__block-4 {
    max-width: 208px;
}
.main-top__block-img {
    height: 115px;
}
.main__block-2 span {
    display: block;
    text-align: center;
    font-size: 19px;
}
.block-img-1 {
    background: url("/local/templates/slonworks/css/../img/main-img-1111.png") bottom / auto no-repeat;
}
.block-img-2 {
    background: url("/local/templates/slonworks/css/../img/main-img-2.png") bottom / auto no-repeat;
}
.block-img-3 {
    background: url("/local/templates/slonworks/css/../img/main-img-3.png") bottom / auto no-repeat;
}
.block-img-4 {
    background: url("/local/templates/slonworks/css/../img/main-img-4.png") bottom / auto no-repeat;
}
.main-top__block-text {
    margin-top: 22px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-family: "Futura book";
}
.main__bottom-title {
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 500;
    font-size: 42px;
    color: #F6CA54;
}
.main__buttons {
    display: flex;
    position: relative;
}
.main__bottom-content {
    margin-bottom: 33px;
}
.main-button {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 263px;
    height: 50px;
    font-size: 22px;
    color: #F6CA54;
    border: 2px solid #F6CA54;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}
.main__buttons .main-button:hover {
    background-color: #F6CA54;
    color: #141414;
}
.main__buttons::before {
    content: '';
    position: absolute;
    bottom: 23px;
    left: -138px;
    width: 67px;
    height: 175px;
    background: url("/local/templates/slonworks/css/../img/personality-arr.svg") center/ contain no-repeat;
}
.main__buttons::after {
    content: '';
    position: absolute;
    bottom: -88px;
    right: -175px;
    width: 187px;
    height: 73px;
    background: url("/local/templates/slonworks/css/../img/bars-arr-png.png") center/ auto no-repeat;
}
.category_1 .main__bottom-title p {
    font-size: 24px;
    line-height: 128%;
    font-weight: 450;
}
.category_1 .main__buttons {
    justify-content: center;
}
.category_2 {
    overflow: hidden;
}

/* Блок Регистрация*/
.registration {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);/*
    border-bottom: 3px solid #141414;*/
    background: #141414 url("/local/templates/slonworks/css/../img/bg-registration.png") center no-repeat;
    background-size: 100vw 100vh;
}
.registration-content {
    margin-bottom: 90px;
    position: relative;
}
.registration-title-2::after {
    content: '';
    position: absolute;
    top: -86px;
    right: -256px;
    width: 95px;
    height: 145px;
    background: url("/local/templates/slonworks/css/../img/registration-arr.png") center/ auto no-repeat;
}
.registration-title {
    margin: 0 auto;
    text-align: center;
    font-size: 61px;
    font-family: 'Futura PT Demi';
    color: #F6CA54;
}
.registration-title-2 {
    margin: 68px auto 0;
    position: relative;
    width: fit-content;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: #F6CA54;
}
.registration__buttons {
    margin-top: 23px;
    display: flex;
}
.registration__buttons.hidden {
    display: none;
}
.registration__buttons .registration-button {
    margin: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 263px;
    height: 50px;
    font-family: 'Futura book';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: rgba(246, 202, 84, 0.8);
    border: 2px solid rgba(246, 202, 84, 0.8);
    border-radius: 6px;
    transition: all .3s;
    text-decoration: none;
    cursor: pointer;
}

.registration__buttons .registration-button:hover {
    color: #141414;
    background-color: #F6CA54;
}

/*Блок Анкета*/
.questionnaire {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #141414;
    background: #141414 url("/local/templates/slonworks/css/../img/bg-questionnaire.png") center no-repeat;
    background-size: 100% 100%;
}
.questionnaire-content {
    margin-bottom: 87px;
    position: relative;
}
.questionnaire-content::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -63px;
    width: 135px;
    height: 121px;
    background: url("/local/templates/slonworks/css/../img/questionnaire-arr.png") center/ auto no-repeat;
}
.questionnaire-title {
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
}
.questionnaire form {
    margin-top: 19px;
}
.questionnaire label {
    margin: 0 0 9px 39px;
    display: block;
    font-size: 18px;
    color: rgba(20, 20, 20, 0.6);
}
.questionnaire .row {
    margin-top: 32px;
    display: flex;
}
.questionnaire .row.mr-top {
    margin-top: 26px;
}
.questionnaire .row:first-child {
    margin-top: 0;
}
.questionnaire input {
    padding-left: 18px;
    margin: 0 19px;
    display: block;
    width: 334px;
    height: 61px;
    border: 2px solid rgba(20, 20, 20, 0.8);
    border-radius: 8px;
    background-color: inherit;
    color: #141414;
    font-family: 'Futura';
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    outline: none;
}
.questionnaire input::placeholder {
    color: rgba(20, 20, 20, 0.8);
    font-weight: normal;
    font-family: 'Futura book';
    font-size: 23px;
}
.questionnaire input:focus {
    border: 3px solid #141414;
}
.questionnaire input.border-bold {
    border: 3px solid #141414;
}
.questionnaire button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 54px auto 0;
    width: 250px;
    height: 51px;
    font-family: "Futura book";
    font-size: 23px;
    text-align: center;
    color: #F6CA54;
    border: 2px solid #141414;
    border-radius: 8px;
    background-color: #141414;
    cursor: pointer;
    transition: all .3s;
}
.questionnaire button:disabled {
    color: rgba(20, 20, 20, 0.6);
    background-color: inherit;
    border-width: 1px;
}

.questionnaire .agreement {
    position: relative;
    display: flex;
    padding-left: 29px;
    width: 334px;
    margin: 33px 19px 0 19px;
}
.questionnaire .agreement label {
    margin: 0;
    color: rgba(20, 20, 20, 0.7);
    font-size: 17.4px;
    line-height: 128%;
}
.questionnaire .agreement label a{
    display: inline;
    text-decoration: underline;
}
.questionnaire .agreement input[type=radio] {
    padding: 0;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #141414;
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    place-content: center;
}
.questionnaire .agreement input[type=radio]:before {
    position: absolute;
    top: 2px;
    left: 0;
    transform: scale(0);
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #141414 url(/local/templates/slonworks/css/../img/check.svg) center / auto no-repeat;
}
.questionnaire .agreement input[type=radio]:checked {
    border: unset;
}
.questionnaire .agreement input[type=radio]:checked:before {
    transform: scale(1);
}
.questionnaire .city_options__wr {
    position: relative;
}
.questionnaire .city_options-list ul::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.questionnaire .city_options-list ul::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
}
.questionnaire .city_options-list ul::-webkit-scrollbar-thumb {
    background: #141414;
    border-radius: 20px;
}
.questionnaire .city_options-list {
    position: absolute;
    width: calc(100% - 38px);
    height: 200px;
    border: 2px solid rgba(20, 20, 20, 0.8);
    border-radius: 8px;
    background: #F6CD5E;
    margin: 8px 19px 0 19px;
    z-index: 3;
}
.questionnaire .city_options-list ul {
    overflow-y: scroll;
    margin: 11px 15px 11px 15px;
    height: 178px;
    padding-right: 20px;
    transition: height 0.5s ease-in-out;
}
.questionnaire .city_option {
    border-bottom: 2px solid rgba(14, 14, 14, 0.4);
    padding: 8px;
    font-size: 23px;
    line-height: 128%;
}
.questionnaire .city_option:hover {
    cursor: pointer;
}
.questionnaire .city_option:last-of-type {
    border-bottom: unset;
}
.questionnaire .city-inp:hover {
    cursor: pointer;
}
.questionnaire .city-inp__icon {
    position: absolute;
    right: 19px;
    top: 50%;
    display: block;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url("/local/templates/slonworks/css/../img/chevron.svg") center / contain no-repeat;
    transform: translate(0, -50%);
    transition: all 0.2s ease;
    z-index: 1;
    pointer-events: none;
}
.questionnaire .city-inp__icon.rotate {
    transform: translate(0, -50%) rotate(180deg);
}

/*Block Выбор Номинации*/
.nominations {
    padding: 46px 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: #141414 url("/local/templates/slonworks/css/../img/bg-nominations.png") center no-repeat;
    background-size: 100% 100%;
}
.nominations-title {
    font-weight: 500;
    font-size: 29px;
    text-align: center;
}
.nominations-list {
    margin-top: 22px;
}
.nominations-list .col {
    margin-bottom: 14px;
    max-width: calc(100% / 3);
}
.friend__form,
.myselfBar__form,
.favoriteBar__form {
    display: none;
}
.nominations-row {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.nominations__card {
    margin: 0 auto;
    padding: 15px;
    width: 370px;
    height: 195px;
    border: 2px solid rgba(20, 20, 20, 0.55);
    border-radius: 6px;
    background-color: inherit;
    color: rgba(20, 20, 20, 0.8);
}
.nominations__card.checked {
    border-color: #141414;
    color: #141414;
}


.block-flex {
    display: flex;
    justify-content: space-between;
}
.nominations__card-title {
    font-weight: 500;
    font-size: 20px;
}
.nominations__card-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.nominations__checkbox {
    margin-top: 3px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-color: inherit;
    border-radius: 50%;
    border: 2px solid rgba(20, 20, 20, 0.66);
}
.nominations__card-input:checked + .nominations__checkbox {
    background: #141414 url("/local/templates/slonworks/css/../img/check.svg") center / auto no-repeat;
}
.check {
    display: block;
    width: 100%;
    height: 100%;
}
.nominations__card-text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Futura book';
}
.option-medium {
    font-family: 'Futura';
    font-weight: 500;
}
.text-option {
    margin-top: 3px;
}
.text-option-2 {
    margin-top: 8px;
}
.nominations__form-text {
    font-size: 18px;
    text-align: center;
    font-family: "Futura book";
    opacity: 0;
}
.nominations__form-button {
    margin: 33px auto 0;
    display: block;
    text-align: center;
    width: 247px;
    height: 50px;
    font-family: "Futura";
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    color: #F6CA54;
    border: 2px solid #141414;
    border-radius: 8px;
    background-color: #141414;
    cursor: pointer;
    transition: all 0.3s;
}
button:focus {
    outline: none;
}
.nominations__form-button:disabled {
    color: rgba(20, 20, 20, 0.6);
    background-color: inherit;
    border-width: 1px;
}

/*Block Последний*/
.happyEnd,
.happyEnd-stage-2,
.plug-section {
    display: flex;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    align-items: center;
    justify-content: center;
    background: #141414 url("/local/templates/slonworks/css/../img/bg-happy-end.png") center no-repeat;
    background-size: 100% 100%;
}
.plug-section {
    opacity: 1;
}

.happyEnd-content {
    margin-top: 90px;
}
.happyEnd-title {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    color: #F6CA54;
}
.happyEnd-text {
    margin-top: 23px;
    font-size: 36px;
    text-align: center;
    color: #F6CA54;
}
.happyEnd-reload {
    margin: 72px auto 0;
    display: block;
    text-align: center;
    width: 160px;
    height: 44px;
    background-color: #F6CA54;
    color: #141414;
    font-size: 20px;
    line-height: 43px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    transition: all .3s;
}
.happyEnd-reload:hover {
    transform: scale(1.1);
}

.questionnaire input:-webkit-autofill,
.questionnaire input:-webkit-autofill:hover,
.questionnaire input:-webkit-autofill:focus,
.questionnaire input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #F6CA54 inset !important;
}

/*Второй этап*/
.block-main {
    padding: 39px 0 111px;
    background: #141414 url(/local/templates/slonworks/css/../img/bg-beat2-main.png) center no-repeat;
    background-size: 100% 100%;
}
h1.title {
    margin-top: 66px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
    color: #F6CA54;
    text-shadow: 2px 4px 3px rgba(52, 42, 6, 0.6);
}
h3.title {
    margin-top: 38px;
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    text-transform: uppercase;
    text-align: center;
    color: #F6CA54;
    text-shadow: 2px 4px 3px rgba(52, 42, 6, 0.6);
}
.block-main  p.text {
    margin-top: 9px;
    font-weight: 500;
    font-size: 33px;
    line-height: 42px;
    text-align: center;
    color: #F6CA54;
    text-shadow: 2px 4px 3px rgba(52, 42, 6, 0.6);
}

.category-personalities {
    padding-top: 45px;
    background: #141414 url(/local/templates/slonworks/css/../img/bg-personalities.png) center no-repeat;
    background-size: 100% 100%;
}
.personalities-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 33px;
    line-height: 46px;
    text-align: center;
    color: #141414;
}
.personalities-title p {
    font-family: Futura;
    font-weight: 300;
    font-size: 24px;
    line-height: 128%;
}
.nomination__block {
    width: 100%;
}
.beat-stage-2 .col {
    margin-bottom: 51px;
    padding: 0 15px;
}
.nomination__block-title {
    margin-bottom: 16px;
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #F6CA54;
    background: #141414;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.nomination__radio-label {
    display: flex;
    position: relative;
    align-items: center;
}
.nomination__radio-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.nomination__radio-style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: inherit;
    border-radius: 50%;
    border: 2px solid #141414;
    cursor: pointer;
}
.nomination__radio-style::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #141414;
    border-radius: 50%;
    opacity: 0;
}
.nomination__radio-input:checked + .nomination__radio-style::after {
    opacity: 1;
}
.nomination__radio-text {
    margin-left: 17px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #141414;
}
.radio-wrapper {
    margin-left: 30px;
    margin-bottom: 15px;
}
.radio-wrapper:last-child {
    margin-bottom: 0;
}
.nomination__radio-input:disabled + .nomination__radio-style{
    border-color: rgba(20, 20, 20, 0.7);
}
.nomination__radio-input:disabled ~ .nomination__radio-text{
    text-decoration: line-through;
    color: rgba(20, 20, 20, 0.71);
}
.category-bars {
    padding-top: 55px;
    padding-bottom: 190px;
    background: #141414 url(/local/templates/slonworks/css/../img/bg-bars.png) center no-repeat;
    background-size: 100% 100%;
}
.category-bars .personalities-title {
    color: #F6CA54;
}
.category-bars .nomination__block-title {
    color: #F6CA54;
    background: transparent;
    border: 2px solid #F2B71C;
}
.category-bars .nomination__radio-style {
    border: 2px solid #F6CA54;
}
.category-bars .nomination__radio-style::after {
    background-color: #F6CA54;
}
.category-bars .nomination__radio-text {
    color: #F6CA54;
}
.category-bars .nomination__radio-input:disabled + .nomination__radio-style{
    border-color:  rgba(246, 202, 84, 0.7);
}
.category-bars .nomination__radio-input:disabled ~ .nomination__radio-text{
    text-decoration: line-through;
    color:  rgba(246, 202, 84, 0.71);
}
.stage-2__validation-text {
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #F6CA54;
    opacity: 0;
    transition: all .3s;
}
.stage-2__button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 50px;
    background: #F6CA54;
    border-radius: 7px;
    font-weight: 500;
    font-size: 20px;
    color: #141414;
    cursor: pointer;
    transition: all .3s;
    border: none;
}
.stage-2__button.disabled {
    background-color: transparent;
    border: 2px solid rgba(246, 202, 84, 0.6);
    color: rgba(246, 202, 84, 0.6);
}
.stage-2__button:not(.disabled):hover {
    transform: scale(1.1);
}
.happyEnd-st2__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #F6CA54;
}
.plug__title {
    font-weight: 500;
    font-size: 62px;
    line-height: 79px;
    text-align: center;
    text-transform: uppercase;
    color: #F6CA54;
}
.plug__subtitle {
    font-weight: 450;
    font-size: 33px;
    line-height: 128%;
    margin-top: 75px;
}
.happyEnd-stage-2,
.plug-section {
    padding: 40px;
    background: #141414 url(/local/templates/slonworks/css/../img/bg-happy-end-beat-2.png) center no-repeat;
    background-size: 100% 100%;
}

/*Победители*/
.winners .content-wrapper {
    background: #141414 url(/local/templates/slonworks/css/../img/bg-winners.png) center no-repeat;
    background-size: 100% 100%;
    height: 100dvh;
    overflow: hidden;
}
.winners .content {
    overflow-y: scroll;
    height: 100%;
}
.winners .block-main {
    padding-bottom: 20px;
    background: transparent;
}
.winners h1.title {
    margin-top: 48px;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
}
.winners h3.title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}
.winners .category-personalities {
    padding-top: 20px;
}
.winners .col {
    margin-bottom: 30px;
    padding: 0 15px;
}
.winners .winner__block {
    width: 100%;
    border: 2px solid #F6CA54;
    border-radius: 6px;
    max-width: 1140px;
    margin: 34px auto 0 auto;
}
.winner__block-title {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 57px;
    height: fit-content;
    font-size: 24px;
    line-height: 128%;
    text-align: center;
    color: #F6CA54;
    border-bottom: 1px solid #F6CA54;
}
.winner__block-name {
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    min-height: 100px;
    font-weight: 500;
    font-size: 20px;
    line-height: 128%;
    text-align: center;
    color: #F6CA54;
    border: 1px solid #F6CA54;
}
.winner__block-name.main__winner {
    min-height: 120px;
    font-size: 26px;
}
.winner__block-city {
    font-size: 18px;
    line-height: 128%;
    font-family: "Futura PT Light";
}
.winner__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.winner__grid .winner__block-name:nth-of-type(3n) {
    border-left-width: 0px;
}
.winner__grid .winner__block-name:nth-of-type(3n - 2) {
    border-right-width: 0px;
}
.winner__grid .winner__block-name:nth-last-of-type(-n+3) {
    border-bottom-width: 0px;
}
.winners-section {
    padding: 20px 0 90px;
}
.winners .block-main__wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.winners .block-main__wrapper::after {
    width: 97px;
    height: 65px;
    content: '';
    position: absolute;
    top: -20px;
    left: -164px;
    background: url("/local/templates/slonworks/css/../img/winners-img.png") center / auto no-repeat;
}
.winners .block-main__wrapper::before {
    width: 57px;
    height: 110px;
    content: '';
    position: absolute;
    top: -44px;
    right: -158px;
    background: url("/local/templates/slonworks/css/../img/winners-arr.svg") center / contain no-repeat;
}
.winners .personalities-title {
    font-family: 'Futura PT Demi';
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 34px;
    color: #F6CA54;
}
.personalities-title.bars{
    font-family: 'Futura PT Demi';
    font-size: 36px;
    font-weight: 500;
    margin: 60px 0 25px 0;
}
.personalities-title {
    font-family: 'Futura PT Demi';
}
.applicatonSent {
    opacity: 0;
    z-index: -11;
}

/* End */


/* Start:/local/templates/slonworks/css/tablets.css?17334622891770*/
@media (max-width: 1199.98px) {
    .nominations .row {
        justify-content: space-between;
    }
    .nominations-list .col {
        flex-basis: 49%;
        flex-grow: 0;
        max-width: 50%;
    }
    .nominations__card {
        width: 100%;
        height: 100%;
    }

    .main-top__block {
        margin-right: 20px;
    }
    .main-top__block-text br {
        display: none;
    }
    .main-top__block-img {
        background-size: contain ;
    }
    .main-top__block-text {
        margin-top: 16px;
        font-size: 20px;
        line-height: 26px;
    }
    .main__buttons::before {
        left: -111px;
        width: 53px;
        height: 143px;
    }
    .main__buttons::after {
        bottom: -66px;
        right: -179px;
        width: 182px;
        height: 67px;
    }
    .registration-title-2::after {
        right: -237px;
    }
}

@media (max-width: 991.98px) {
    .main__buttons::before {
        display: none;
    }
    .main__buttons::after {
        display: none;
    }
    .questionnaire-content::after {
        display: none;
    }
    .questionnaire input {
        width: 300px;
        margin: 0 15px;
        height: 54px;
    }
    .questionnaire .city_options-list {
        width: 300px;
        margin: 8px 15px 0 15px;
    }
    .nominations__card {
        padding: 13px;
        width: 100%;
        height: 149px;
    }
    .nominations__card-title {
        font-size: 15px;
        line-height: 19px;
    }
    .nominations__card-text {
        margin-top: 8px;
        font-size: 12px;
        line-height: 15px;
    }
    .nominations__checkbox {
        width: 17px;
        height: 17px;
    }
    .nominations__card-input:checked + .nominations__checkbox {
        background-size: 10px 7px;
    }
}

/* End */


/* Start:/local/templates/slonworks/css/mobile.css?173346239124220*/
@media (max-width: 1200px) {
    .radio-wrapper {
        margin-left: 10px;
        margin-bottom: 12px;
    }
    .beat-stage-2 .col {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .radio-wrapper {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .beat-stage-2 .col {
        padding: 0 15px;
    }
    h1.title {
        margin-top: 40px;
        font-size: 38px;
        line-height: normal;
    }
    h3.title {
        margin-top: 28px;
        font-size: 30px;
        line-height: normal;
    }
    .block-main p.text {
        margin-top: 9px;
        font-size: 26px;
        line-height: normal;
    }
    .winners h1.title {
        margin-top: 40px;
        font-size: 20px;
        line-height: normal;
    }
    .winners h3.title {
        margin-top: 28px;
        font-size: 30px;
        line-height: normal;
    }
    .winners .personalities-title {
        font-size: 30px;
    }
    .personalities-title.bars {
        font-size: 30px;
    }
    .second .map_text-1 {
        top: 22%;
    }
    .second .map {
        background-size: cover;
    }
}
@media (max-width: 767.98px) {
    .mob {
        display: block;
    }
    .otkaz {
        margin-top: 74px;
        margin-bottom: 58px;
    }
    .otkaz-text-1 {
        font-weight: 500;
        font-size: 27px;
        font-family: "Futura PT Demi";
    }
    .otkaz-text-2 {
        margin-top: 13px;
        font-weight: 500;
        font-size: 20px;
        font-family: "Futura PT Demi";
    }
    h1.remodal-title {
        margin-bottom: 6px;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        color: #141414;
    }
    h3.remodal-title {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 22px;
    }
    .remodal li {
        font-size: 14px;
        line-height: 19px;
    }
    .remodal-close {
        width: 21px;
        height: 21px;
        right: 7px;
        top: 9px;
    }
    .remodal-wrapper .remodal {
        padding: 34px 12px 34px 15px;
        border-radius: 7px;
    }
    .remodal-wrapper .remodal__content {
        padding-right: 12px;
    }
    .first {
        padding: 18px 0 0;
        background-image: url("/local/templates/slonworks/css/../img/beat-mob.png"), url("/local/templates/slonworks/css/../img/bg-1-mob.png");
        background-position: bottom, center;
    }
    .first__head {
        height: 24%;
    }
    .first__main {
        display: block;
        height: 76%;
    }
    .first-logo,
    .restrictions-logo{
        width: 115px;
        height: 75px;
        background-size: contain;
    }
    .first-title span{
        font-size: 48px;
        line-height: 46px;
    }
    .first-title {
        font-size: 30px;
        line-height: normal;
    }
    .first-subtitle {
        font-size: 24px;
        margin-top: 20px;
    }
    .first-button {
        margin-top: 36px;
        width: 224px;
        height: 43px;
        font-weight: 500;
        font-size: 18px;
    }
    .first-button::after {
        top: -89px;
        right: auto;
        left: -78px;
        width: 80px;
        height: 99px;
        background: url(/local/templates/slonworks/css/../img/first-arr-mob.png) center/ contain no-repeat;
    }
    .first-link {
        margin-top: 16px;
        font-size: 18px;
    }
    .second .map {
        right: 57%;
    }
    .second .map_text-1 {
        left: 42%;
    }
    .second .map_text-2 {
        text-align: center;
        bottom: 16%;
    }
    .second .map_text-2 p {
        margin-left: 0;
    }
    .restrictions {
        padding: 0;
        background-image: url("/local/templates/slonworks/css/../img/bg-restrictions-mob.png");
    }
    .restrictions-title {
        font-weight: 500;
        font-size: calc(20px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
        line-height: calc(26px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .restrictions-title-2 {
        margin-top: 13px;
        font-size: calc(16px + (14 + 14 * 0.7) * ((100vw - 320px) / 767));
        line-height: calc(21px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .restrictions-qsh {
        margin-top: 65px;
        font-weight: 500;
        font-size: calc(28px + (20 + 20 * 0.7) * ((100vw - 320px) / 767));
    }
    .restrictions-btn {
        width: 38%;
        height: 42px;
        font-weight: 500;
        font-size: 20px;
    }
    .restrictions-logo {
        margin-top: 32px;
        width: 100px;
        height: 63px;
    }
    .restrictions__block {
        height: 99%;
    }
    .restrictions-btns {
        width: 81%;
        justify-content: space-evenly;
    }

    .main-top__list .row.mr-top {
        margin-top: -30px;
    }
    .main__top-title {
        font-weight: 500;
        font-size: 30px;
    }
    .main-top__block-text {
        font-size: 16px;
        line-height: 21px;
    }
    .main-top__block-text span {
        font-size: 14px;
    }
    .main-top__list.mob {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .main-top__list.des {
        display: none;
    }
    .main .row {
        margin-top: 23px;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .main__top {
        height: 61%;
        background-image: url("/local/templates/slonworks/css/../img/bg-main-top-mob.png");
    }
    .main__bottom {
        height: 39%;
        background-image: url("/local/templates/slonworks/css/../img/bg-main-bottom-mob.png");
    }
    .main__logo-block {
        height: 17%;
    }
    .main-top__list {
        height: 83%;
    }
    .main-top__block-img {
        margin: 0 auto;
    }
    .main-top__block-text {
        font-size: 22px;
        line-height: 21px;
    }
    .main-top__block-text br{
        display: block;
    }
    .main__bottom-title {
        font-size: 30px;
    }
    .main__buttons {
        flex-direction: column;
        align-items: center;
    }
    .main-top__block-text {
        margin-top: 8px;
    }

    .block-img-1 {
        width: 85px;
        height: 80px;
    }
    .block-img-2 {
        width: 102px;
        height: 80px;
        background-size: 53px 69px;
    }
    .block-img-3 {
        width: 110px;
        height: 80px;
    }
    .block-img-4 {
        width: 60px;
        height: 80px;
    }
    .main-top__block {
        margin-right: 9px;
    }
    .main__bottom-content {
        margin-bottom: 0;
        width: 100%;
    }
    .main__buttons .main-button {
        margin: 14px 15px 0;
        width: 66%;
        height: 36px;
        font-size: 16px;
    }
    .main__bottom-title {
        margin: 0 auto 6px;
    }
    .main__buttons::before {
        display: block;
    }
    .main__buttons::after {
        display: block;
    }
    .main__buttons::before {
        left: -5px;
        bottom: 72px;
        width: 32px;
        height: 69px;
        background-size: contain;
    }
    .main__buttons::after {
        bottom: -2px;
        right: -26px;
        width: 80px;
        height: 74px;
        transform: rotate(300deg);
        background-size: contain;
    }
    .main {
        overflow: hidden;
    }
    .registration {
        background-image: url("/local/templates/slonworks/css/../img/bg-registration-mob.png");
    }
    .registration-title {
        font-size: 42px;
    }
    .registration-title-2 {
        margin-top: 52px;
        font-size: 34px;
    }
    .registration__buttons {
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
    }
    .registration-title-2::after {
        top: -74px;
        right: -79px;
        width: 57px;
        height: 88px;
        background-size: contain;
    }
    .registration__buttons .registration-button {
        margin-top: 15px;
        width: 66%;
        height: 42px;
        font-size: 20px;
    }
    .registration-content {
        margin-bottom: 111px;
        width: 100%;
    }
    .registration {
        overflow: hidden;
    }
    .questionnaire {
        padding: 22px 0;
        background-image: url("/local/templates/slonworks/css/../img/bg-questionnaire-mob.png");
    }
    .questionnaire-title {
        font-size: 40px;
    }
    .questionnaire input {
        width: 100%;
        margin: 0 auto;
        height: 44px;
        font-size: 18px;
    }
    .questionnaire input::placeholder {
        font-size: 18px;
    }
    .questionnaire label {
        margin: 0 0 8px 16px;
        font-size: 14px;
    }
    .questionnaire button {
        margin-top: 21px;
        width: 169px;
        height: 36px;
        font-size: 16px;
    }
    .block-option {
        width: 40%;
    }
    .questionnaire .block.block-option:first-child {
        width: 42%;
    }
    .questionnaire .block.block-option:last-child {
        width: 50%;
    }
    .questionnaire-inp.data-inp {
        width: 100%;
    }
    .questionnaire-inp.tel-inp {
        width: 100%;
    }
    .questionnaire-content {
        margin-bottom: 8vh;
        width: 100%;
    }
    .questionnaire .row {
        justify-content: center;
        margin-top: 0;
    }
    .questionnaire .row.mr-top {
        margin-top: 0;
    }
    .questionnaire .row:first-child {
        margin-top: 7px;
    }
    .questionnaire form {
        margin-top: 9px;
    }
    .questionnaire .block {
        margin-bottom: 18px;
        width: 100%;
    }
    .questionnaire .row-option {
        justify-content: space-between;
    }
    .questionnaire .agreement {
        width: 100%;
        margin: 2px 0 0 0;
    }
    .questionnaire .city_options-list {
        width: 100%;
        margin: 8px 0 0 0;
    }
    .nominations-title {
        font-size: 24px;
        line-height: 31px;
    }
    .nominations {
        padding: 13px 0 60px;
        background-image: url("/local/templates/slonworks/css/../img/bg-nominations-mob.png");
    }
    .nominations-title {
        padding-top: 0;
    }
    .nominations-list {
        margin-top: 17px;
    }
    .nominations .row {
        justify-content: space-between;
    }
    .nominations-list .col {
        margin-bottom: 12px;
        flex-basis: 49%;
    }
    .nominations__card {
        padding: 11px;
        height: 100%;
        width: 100%;
    }
    .nominations .col {
        flex-grow: 0;
    }
    .nominations__checkbox {
        margin-top: 0;
    }
    .nominations__card-text {
        margin-top: 3px;
    }
    .nominations__form-text {
        font-size: 14px;
    }
    .nominations__form-button {
        margin: 14px auto 0;
        width: 171px;
        height: 34px;
        font-size: 14px;
    }
    .happyEnd-title {
        font-size: 30px;
    }
    .happyEnd-text {
        font-size: 24px;
    }
    .block-main {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .block-main__content {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .block-main__wrapper {
        margin-bottom: 100px;
    }
    h1.title {
        margin-top: 0;
        font-size: 57px;
        line-height: normal;
    }
    .block-main p.text {
        margin-top: 42px;
        font-size: 28px;
    }
    .beat-stage-2 .col {
        padding: 0 5px;
    }
    .beat-stage-2 .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .winners .row {
        justify-content: center;
        margin-left: -5px;
        margin-right: -5px;
    }
    .winners .col {
        padding: 0 5px;
    }
    .nomination__block-title {
        margin-bottom: 20px;
        height: 56px;
        padding: 0 5px;
        font-size: 18px;
    }
    .radio-wrapper {
        margin-left: 5px;
        margin-bottom: 15px;
    }
    .personalities-title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: normal;
    }
    .nomination__radio-text {
        margin-left: 10px;
        font-size: 20px;
        line-height: normal;
    }
    .category-personalities {
        padding-top: 30px;
    }
    .category-bars {
        padding-top: 30px;
        padding-bottom: 150px;
        background-color: #141414;
    }
    .stage-2__validation-text {
        margin-bottom: 30px;
    }
    .happyEnd-st2__title,
    .plug__title {
        margin-top: 30px;
        line-height: normal;
        font-size: calc(30px + (20 + 20 * 0.7) * ((100vw - 320px) / 767));
    }
    .plug__subtitle {
        font-size: calc(16px + (20 + 20 * 0.7) * ((100vw - 320px) / 767));
        margin-top: 20px;
    }
    .happyEnd-stage-2,
    .plug-section {
        padding: 40px 0;
    }
    .winners .block-main {
        height: auto;
        padding-top: 18px;
    }
    .winners h1.title {
        margin-top: 35px;
        font-size: 24px;
    }
    .winners h3.title {
        margin-top: 15px;
        font-size: 36px;
    }
    .winners .block-main__wrapper::before {
        width: 49px;
        height: 102px;
        top: -44px;
        right: -77px;
        transform: rotate(338deg);
    }
    .winners .block-main__wrapper::after {
        width: 86px;
        height: 65px;
        top: -20px;
        left: -76px;
        background-size: contain;
        transform: rotate(16deg);
    }
    .winners  .block-main__wrapper {
        margin-bottom: 0;
    }
    .winner__block-name {
        font-size: 23px;
        line-height: 24px;
    }
    .beat-stage-2 .block-main {
        padding: 18px 0 34px;
    }
    .beat-stage-2 .block-main p.text {
        margin-top: 39px;
    }
    .beat-stage-2 h3.title {
        margin-top: 22px;
    }
    .beat-stage-2 .col {
        margin-bottom: 41px;
    }
    .block-main,
    .happyEnd-stage-2,
    .plug-section {
        background-image: url(/local/templates/slonworks/css/../img/bg-blockMain-mob.png);
    }
    .category-personalities {
        background-image: url(/local/templates/slonworks/css/../img/bg-personalities-mob.png);
    }
    .category-bars {
        background-image: url(/local/templates/slonworks/css/../img/bg-bars-mob.png);
    }
    .beat-stage-2 .restrictions__block .wrapper {
        margin-bottom: 181px;
    }
    .winners .content-wrapper {
        background-image: url(/local/templates/slonworks/css/../img/bg-winners-mob.png);
    }
    .mobileBr {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .mob-none {
        display: none;
    }
    .nominations__card {
        max-width: 330px;
        min-height: 130px;
    }
    .nominations-list .col {
        flex-basis: 90%;
        max-width: 100%;
    }
    .nominations .row {
        justify-content: center;
    }
    .restrictions-logo {
        margin-top: 24px;
        width: 73px;
        height: 45px;
    }
    .restrictions-btn {
        width: 38%;
        height: 40px;
        font-weight: 500;
        font-size: 18px;
    }
    .happyEnd-title {
        font-size: 24px;
    }
    .happyEnd-text {
        font-size: 18px;
    }
    .remodal-wrapper .remodal.phone-exists-modal {
        max-height: 100%;
    }
    .remodal-wrapper .phone-exists-modal h1.remodal-title {
        font-size: calc(25px + (20 + 20 * 0.7) * ((100vw - 320px) / 767));
    }
    .first-title span{
        font-size: calc(40px + (20 + 20 * 0.7) * ((100vw - 320px) / 767));
        line-height: 46px;
    }
    .first-title {
        font-size: calc(24px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    .first-subtitle {
        font-size: 18px;
        margin-top: 13px;
    }
    .first-button::after {
        top: -77px;
        right: auto;
        left: -51px;
        width: 71px;
        height: 80px;
        background: url(/local/templates/slonworks/css/../img/first-arr-mob.png) center/ contain no-repeat;
    }
    .first-button {
        margin-top: 30px;
        width: 250px;
        height: 43px;
        font-weight: 500;
        font-size: 20px;
    }
    .first-link {
        font-size: 20px;
    }
    .second {
        font-size: 18px;
        padding: 40px 15px;
    }
    .second .main__top-title {
        margin: 20px auto;
    }
    .second .map {
        width: 100%;
        height: 60vh;
        background: url("/local/templates/slonworks/css/../img/map-mob.png") right/cover no-repeat;
        transform: translateX(0);
        top: 32%;
        right: 29%;
    }
    .second .map_text-1 {
        position: static;
        max-width: 100%;
        padding: 0;
    }
    .second .map_text-2 {
        max-width: 290px;
        position: absolute;
        bottom: 5%;
        left: 42%;
    }
    .second .map_text-2 span {
        font-size: 15px;
    }
    .block-img-1 {
        width: 81px;
        height: 75px
    }
    .block-img-2 {
        width: 107px;
        height: 75px;
        background-size: 47px 60px;
    }
    .block-img-3 {
        width: 102px;
        height: 75px;
    }
    .block-img-4 {
        width: 54px;
        height: 75px;
    }
    .main-top__block-text {
        font-size: 18px;
        line-height: 23px;
    }
    .main-top__block-text span {
        font-size: 13px;
    }
    .main__top-title {
        font-size:  calc(24px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .main__bottom-title {
        font-size:  calc(24px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .category_1 .main__bottom-title p {
        font-size: 16px;
    }
    .registration-title {
        font-size: calc(36px + (24 + 24 * 0.7) * ((100vw - 320px) / 767));
    }
    .registration-title-2 {
        margin-top: 52px;
        font-size: calc(26px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .registration__buttons .registration-button {
        margin-top: 15px;
        width: 66%;
        height: 40px;
        font-size: 18px;
    }
    .questionnaire {
        height: 100%;
    }
    .questionnaire-title {
        font-size: calc(26px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .questionnaire input {
        height: 44px;
        font-size: 16px;
    }
    .questionnaire input::placeholder {
        font-size: 14px;
    }
    .questionnaire label {
        margin: 0 0 8px 16px;
        font-size: 12px;
    }
    .questionnaire button {
        margin-top: 21px;
        width: 210px;
        height: 36px;
        font-size: 15px;
    }
    .questionnaire .block {
        margin-bottom: 14px;
    }
    .questionnaire .agreement label {
        font-size: 14px;
    }
    .questionnaire .city_options-list{
        height: 190px;
    }
    .questionnaire .city_options-list ul{
        height: 168px;
    }
    .questionnaire .city_option {
        font-size: 14px;
    }
    .questionnaire .city-inp__icon {
        width: 16px;
        height: 16px;
        right: 0;
        margin-right: 15px;
    }
    .first-logo,
    .restrictions-logo{
        width: 105px;
        height: 67px;
    }
    .personalities-title {
        line-height: normal;
        font-size: calc(26px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .personalities-title p {
        font-size: 18px;
    }
    .nomination__block-title {
        padding: 15px;
        height: fit-content;
        line-height: normal;
        font-size: calc(16px + (15 + 15 * 0.7) * ((100vw - 320px) / 767));
    }
    .nomination__radio-text {
        margin-left: 10px;
        font-size: calc(16px + (24 + 24 * 0.7) * ((100vw - 320px) / 767));
    }
    .radio-wrapper {
        margin-left: 40px;
    }
    .stage-2__validation-text {
        font-size: 14px;
        line-height: 18px;
    }

    .stage-2__button {
        width: 200px;
        height: 42px;
        font-size: 16px;
    }
    h1.title {
        font-size: calc(40px + (40 + 40 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    h3.title {
        font-size: calc(20px + (27 + 27 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    .block-main p.text {
        font-size: calc(18px + (21 + 21 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }

    .winners h1.title {
        margin-top: 35px;
        font-size: calc(16px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    .winners h3.title {
        margin-top: 6px;
        font-size: calc(26px + (21 + 21 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    .block-main__wrapper::before {
        width: 49px;
        height: 102px;
        top: -44px;
        right: -77px;
        transform: rotate(338deg);
    }
    .block-main__wrapper::after {
        width: 86px;
        height: 65px;
        top: -20px;
        left: -76px;
        background-size: contain;
        transform: rotate(16deg);
    }
    .winners .block-main__wrapper::before {
        width: 35px;
        height: 73px;
        top: -20px;
        right: -31px;
        transform: rotate(338deg);
    }
    .winners .block-main__wrapper::after {
        width: 66px;
        height: 50px;
        top: -5px;
        left: -28px;
        background-size: contain;
        transform: rotate(12deg);
    }
    .winners .personalities-title {
        font-size: calc(20px + (21 + 21 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
    }
    .winners .block-main {
        padding-bottom: 10px;
    }
    .winners-section {
        padding-top: 10px;
        padding-bottom: 65px;
    }
    .winners .personalities-title {
        margin-bottom: 30px;
    }
    .winner__block-name {
        font-size: calc(18px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
        min-height: 67px;
    }
    .winners .col {
        margin-bottom: 15px;
        max-width: 380px;
    }
    .winners-section {
        padding-bottom: 65px;
    }
    .winners .winner__block {
        margin-top: 20px;
    }
    .winner__block-title {
        font-size: calc(19px + (14 + 14 * 0.7) * ((100vw - 320px) / 767));
        line-height: normal;
        min-height: 64px;
    }
    .winner__block-name {
        font-size: calc(16px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
        row-gap: 0;
    }
    .winner__block-name.main__winner {
        min-height: 130px;
        font-size: calc(22px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
    }
    .winner__block-name.main__winner .winner__block-city {
        font-size: calc(16px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
        margin-bottom: 4px;
    }
    .winner__block-city {
        font-size: calc(14px + (18 + 18 * 0.7) * ((100vw - 320px) / 767));
    }
    .winner__grid {
        display: block;
    }
}
@media (max-width: 575.98px) and (min-height: 700px) {
    .second .map {
        height: 70vh;
        top: 25%;
        right: 20%;
    }
}
@media (max-width: 330.98px) {
    .restrictions-btn {
        height: 35px;
        font-size: 16px;
    }
    .first-button {
        width: 224px;
        height: 43px;
        font-weight: 500;
        font-size: 18px;
    }
    .first-link {
        font-size: 18px;
    }

    .first-button::after {
        top: -65px;
        right: auto;
        left: -36px;
        width: 40px;
        height: 66px;
        background: url("/local/templates/slonworks/css/../img/first-arr-mob.png") center/ auto no-repeat;
    }
    .first-logo,
    .restrictions-logo{
        width: 95px;
        height: 59px;
    }
    .block-img-1 {
        width: 76px;
        height: 65px
    }
    .block-img-2 {
        width: 102px;
        height: 63px;
        background-size: 42px 55px;
    }
    .block-img-3 {
        width: 97px;
        height: 63px;
    }
    .block-img-4 {
        width: 49px;
        height: 63px;
    }
    .main-top__block-text {
        font-size: 16px;
        line-height: 21px;
    }
    .main-top__block-text span {
        font-size: 12px;
    }
    .registration__buttons .registration-button {
        height: 36px;
        font-size: 16px;
    }
    .questionnaire input {
        height: 40px;
        font-size: 14px;
    }
    .questionnaire button {
        margin-top: 21px;
        width: 190px;
        height: 32px;
        font-size: 14px;
    }
    .radio-wrapper {
        margin-left: 20px;
    }
    .stage-2__button {
        width: 180px;
        height: 38px;
        font-size: 16px;
    }
    .winners .block-main__wrapper::before {
        width: 30px;
        height: 63px;
        top: -14px;
        right: -21px;
        transform: rotate(338deg);
    }
    .winners .block-main__wrapper::after {
        width: 61px;
        height: 46px;
        top: -5px;
        left: -28px;
        background-size: contain;
        transform: rotate(12deg);
    }
}
@media (min-width: 736px) {
    .col-smm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* End */
/* /local/templates/slonworks/libs/bootstrap/bootstrap-reboot.css?17231786284179 */
/* /local/templates/slonworks/libs/bootstrap/bootstrap-grid.css?172317862829044 */
/* /local/templates/slonworks/libs/remodal/remodal.css?17231786287257 */
/* /local/templates/slonworks/fonts/fonts.css?17231786286865 */
/* /local/templates/slonworks/css/desktop.css?173346223331076 */
/* /local/templates/slonworks/css/tablets.css?17334622891770 */
/* /local/templates/slonworks/css/mobile.css?173346239124220 */
