/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@font-face {
  src: url("../fonts/russianrailgpro.otf");
  font-family: 'RussianRail G Pro';
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("../fonts/russianrailgpro-bold.otf");
  font-family: 'RussianRail G Pro';
  font-weight: 700;
  font-style: normal; }

@font-face {
  src: url("../fonts/IBMPlexSans-Medium.ttf");
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-style: normal; }

@font-face {
  src: url("../fonts/IBMPlexSans-Bold.ttf");
  font-family: 'IBM Plex Sans';
  font-weight: 600;
  font-style: normal; }

* {
  will-change: transform;
  transform-origin: center; }

html {
  font-size: 10px; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: 'IBM Plex Sans',sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-size: 2.4rem; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 0.5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 0.5rem; }

::-webkit-scrollbar-track {
  background: #FFFFFF; }

::-webkit-scrollbar-thumb {
  background: #E21A1A; }

::selection {
  color: #FFFFFF;
  background-color: #000000; }

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.7;
    visibility: visible; }

/* Vendor libs
==========================*/
/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1040px) {
    .container {
      width: 1040px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1040px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.col-md, .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-lg, .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-xl, .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 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 560px) {
    .col-md, .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-lg, .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-xl, .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 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .col-md, .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-lg, .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-xl, .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 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1040px) {
    .col-md, .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-lg, .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-xl, .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 {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1040px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 74rem;
  padding: 14rem 0;
  background-color: #F6F6F6; }
  .error__page .btn {
    min-width: 20rem; }

.error__page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.error__title {
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.15;
  color: #000000; }

.error__text {
  width: 100%;
  margin-bottom: 4.5rem;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  color: #000000; }

.closed__page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  perspective: 1000px; }

.closed__container {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: scale(1) rotateZ(7deg) rotateY(14deg);
  transform-origin: center 12px;
  animation: 2s init, 0.7s aa 1s, 3s ab 1.7s infinite; }

@keyframes aa {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1) rotateZ(7deg) rotateY(14deg); } }

@keyframes ab {
  0% {
    transform: rotateZ(7deg) rotateY(14deg); }
  50% {
    transform: rotateZ(-7deg) rotateY(-14deg); }
  100% {
    transform: rotateZ(7deg) rotateY(14deg); } }

.closed__box {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #E18842;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #E18842;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #7D7D7D;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #000000; }
  .pin--first {
    top: 0;
    left: 187px; }
  .pin--second {
    top: 110px;
    left: 80px; }
  .pin--third {
    top: 110px;
    right: 80px; }

@keyframes init {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* Sticker */
.sticker {
  position: relative;
  display: block;
  font-weight: 700;
  background-color: #fcf59b;
  border-radius: 0px 10px 250px / 0 200px 55px 250px;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; }
  .sticker:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 20px;
    -webkit-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    right: 5px;
    -ms-transform: skew(-10deg, 2deg);
    -webkit-transform: skew(-10deg, 2deg);
    transform: skew(-10deg, 2deg); }
  .sticker:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 8px;
    bottom: 1px;
    border-top: 10px solid #9ca63d;
    border-right: 10px solid transparent;
    -webkit-transform: skew(-55deg, 10deg);
    transform: skew(-55deg, 10deg); }

/* Text on the sticker*/
.sticker__text {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.3em;
  color: #000000; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 10; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem; }

.logo {
  display: block; }
  .logo img {
    display: block;
    height: 5.5rem; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58rem;
  max-width: 100%;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  border: none;
  border-radius: 20rem;
  background-color: #E9E9E9;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e1e1e1;
    outline: 0; }
  .btn:hover {
    background-color: gainsboro; }
  .btn:active {
    background-color: #d7d7d7; }
  .btn--gray {
    background-color: #7D7D7D;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #757575; }
    .btn--gray:hover {
      background-color: #707070; }
    .btn--gray:active {
      background-color: #6b6b6b; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #E21A1A;
    color: #FFFFFF; }
    .btn--red:focus {
      background-color: #d41818; }
    .btn--red:hover {
      background-color: #cb1717; }
    .btn--red:active {
      background-color: #c21616; }
  .btn--rblack {
    background-color: #000;
    color: #FFFFFF; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #FFFFFF;
    color: #000000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #000000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #4DB45E;
    color: #FFFFFF; }
    .btn--green:focus {
      background-color: #48aa58; }
    .btn--green:hover {
      background-color: #45a354; }
    .btn--green:active {
      background-color: #429c50; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #E21A1A;
    color: #FFFFFF; }
    .btn--main:focus {
      background-color: #d41818; }
    .btn--main:hover {
      background-color: #cb1717; }
    .btn--main:active {
      background-color: #c21616; }
  .btn--moicvet {
    background-color: #000;
    color: #FFFFFF; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #FFFFFF; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #FFFFFF; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000000;
    color: #FFFFFF; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #7D7D7D;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #757575; }
    .btn--gray:hover {
      background-color: #707070; }
    .btn--gray:active {
      background-color: #6b6b6b; }
  .btn--peach {
    background-color: #916868;
    color: #FFFFFF; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #7D7D7D; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #7D7D7D;
      border-color: #787878; }
    .btn--o-gray:hover {
      border-color: #7D7D7D;
      background-color: #7D7D7D;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #757575;
      background-color: #757575; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #FFFFFF; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #E21A1A;
    color: #E21A1A; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #E21A1A;
      border-color: #d91919; }
    .btn--o-red:hover {
      border-color: #E21A1A;
      background-color: #E21A1A;
      color: #FFFFFF; }
    .btn--o-red:active {
      border-color: #d41818;
      background-color: #d41818; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #FFFFFF; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #FFFFFF; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #FFFFFF; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #FFFFFF; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #FFFFFF; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #FFFFFF; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #FFFFFF; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #4DB45E;
    color: #4DB45E; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #4DB45E;
      border-color: #49ae5a; }
    .btn--o-green:hover {
      border-color: #4DB45E;
      background-color: #4DB45E;
      color: #FFFFFF; }
    .btn--o-green:active {
      border-color: #48aa58;
      background-color: #48aa58; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #FFFFFF; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #E21A1A;
    color: #E21A1A; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #E21A1A;
      border-color: #d91919; }
    .btn--o-main:hover {
      border-color: #E21A1A;
      background-color: #E21A1A;
      color: #FFFFFF; }
    .btn--o-main:active {
      border-color: #d41818;
      background-color: #d41818; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #FFFFFF; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000000;
      background-color: #000000;
      color: #FFFFFF; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #7D7D7D; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #7D7D7D;
      border-color: #787878; }
    .btn--o-gray:hover {
      border-color: #7D7D7D;
      background-color: #7D7D7D;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #757575;
      background-color: #757575; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #FFFFFF; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #7D7D7D;
      border-color: #787878; }
    .btn--i-gray:hover {
      border-color: #7D7D7D;
      background-color: transparent;
      color: #7D7D7D; }
    .btn--i-gray:active {
      border-color: #757575;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #E21A1A;
      border-color: #d91919; }
    .btn--i-red:hover {
      border-color: #E21A1A;
      background-color: transparent;
      color: #E21A1A; }
    .btn--i-red:active {
      border-color: #d41818;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--i-blue:hover {
      border-color: #315ED2;
      background-color: transparent;
      color: #315ED2; }
    .btn--i-blue:active {
      border-color: #2c57c8;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--i-cyan:hover {
      border-color: #60A2AB;
      background-color: transparent;
      color: #60A2AB; }
    .btn--i-cyan:active {
      border-color: #579ba5;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #4DB45E;
      border-color: #49ae5a; }
    .btn--i-green:hover {
      border-color: #4DB45E;
      background-color: transparent;
      color: #4DB45E; }
    .btn--i-green:active {
      border-color: #48aa58;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #E21A1A;
      border-color: #d91919; }
    .btn--i-main:hover {
      border-color: #E21A1A;
      background-color: transparent;
      color: #E21A1A; }
    .btn--i-main:active {
      border-color: #d41818;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #7D7D7D;
      border-color: #787878; }
    .btn--i-gray:hover {
      border-color: #7D7D7D;
      background-color: transparent;
      color: #7D7D7D; }
    .btn--i-gray:active {
      border-color: #757575;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #7D7D7D;
    color: #FFFFFF; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--main {
    background-color: #E21A1A;
    box-shadow: 0 1.2rem 2.5rem 0 rgba(224, 22, 22, 0.2);
    color: #FFFFFF; }
    .btn--main:hover {
      background-color: #AB0909; }
  .btn--white {
    background-color: #FFFFFF;
    box-shadow: 0 0.6rem 1.2rem 0 rgba(224, 22, 22, 0.2);
    color: #E21A1A; }
    .btn--white:hover {
      background-color: #E3E3E3; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46rem;
  max-width: 100%;
  min-height: 5.4rem;
  margin-bottom: 3rem;
  padding: 1rem;
  background-color: #000000;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #7D7D7D;
    color: #FFFFFF; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .alert--red {
    background-color: #E21A1A;
    color: #FFFFFF; }
  .alert--rblack {
    background-color: #000;
    color: #FFFFFF; }
  .alert--white {
    background-color: #FFFFFF;
    color: #000000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000000; }
  .alert--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
  .alert--green {
    background-color: #4DB45E;
    color: #FFFFFF; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
  .alert--main {
    background-color: #E21A1A;
    color: #FFFFFF; }
  .alert--moicvet {
    background-color: #000;
    color: #FFFFFF; }
  .alert--secondary {
    background-color: #000;
    color: #FFFFFF; }
  .alert--brown {
    background-color: #94816C;
    color: #FFFFFF; }
  .alert--black {
    background-color: #000000;
    color: #FFFFFF; }
  .alert--gray {
    background-color: #7D7D7D;
    color: #FFFFFF; }
  .alert--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .alert--o-gray {
    background: transparent;
    color: #7D7D7D;
    border: 1px solid #7D7D7D; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #E21A1A;
    border: 1px solid #E21A1A; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #4DB45E;
    border: 1px solid #4DB45E; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #E21A1A;
    border: 1px solid #E21A1A; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .alert--o-gray {
    background: transparent;
    color: #7D7D7D;
    border: 1px solid #7D7D7D; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1; }
  .alert__button:focus {
    outline: 0; }

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .content__wrapper.quad .content__block {
    width: 25%; }
  .content__wrapper.half .content__block {
    width: 50%; }

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.content__item {
  display: block;
  color: #000; }
  .content__item:hover {
    text-decoration: none; }
    .content__item:hover .content__img {
      transform: scale(1.2); }

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }

.content__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit; }

.content__block-text {
  margin-bottom: 1rem;
  font-size: 1rem; }

.content__block-link {
  color: #E21A1A;
  font-size: 1.2rem; }

.content__slider {
  height: 36rem;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 2rem;
    z-index: 2; }

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end; }
  .content__slide:after {
    background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content__slide:hover {
    text-decoration: none; }

.content__slide-item {
  position: relative;
  z-index: 2; }
  .content__slide-item .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #FFFFFF; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #FFFFFF; }

.intro {
  position: relative; }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(/userfiles/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 70%; }

.intro__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2; }
  .intro__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(57% 0, 100% 0, 100% 100%, 37% 100%);
    background-color: #E21A1A;
    background-image: url(/userfiles/bg-2.svg);
    background-repeat: no-repeat;
    background-position: 100% 140%;
    background-size: 60%;
    pointer-events: none;
    z-index: -2; }

.intro__block {
  position: relative;
  width: 50%;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 10rem; }
  .intro__block:first-child .intro__title {
    color: #E21A1A;
    font-family: 'RussianRail G Pro', sans-serif;
    font-size: 10rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
  .intro__block:first-child .intro__description {
    color: #000000;
    opacity: 0.3; }
  .intro__block:last-child .intro__title {
    margin-bottom: -2px;
    color: #FFFFFF;
    font-family: 'RussianRail G Pro', sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center; }
  .intro__block:last-child .intro__img img {
    transform: translateY(-20%); }
  .intro__block:last-child .intro__description {
    color: #F29898; }

.intro__description {
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3; }

.intro__block-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 10rem; }

.intro__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 20rem; }

.intro__logo img {
  display: block;
  height: 6.4rem;
  margin: 0 auto; }

.intro__body {
  position: relative;
  width: 100%; }
  .intro__body .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.intro__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 43rem; }

.intro__footer {
  margin-top: 2.5rem; }

.intro__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%; }

.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  max-width: 360px;
  padding: 30px;
  color: #000;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px; }
  .cookie-window-block.closed {
    display: none; }

.cookie-window-text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 15px; }

.cookie-window-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #000000; }
  .cookie-window-box:hover {
    background-color: transparent; }

.cookie_btn {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #FFFFFF;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s; }
  .cookie_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00ba71;
    border-color: #00ba71; }

.cookie-window-text {
  margin-bottom: 20px; }

/* Helpers (must be as last import to override rules when use)
==========================*/
@media (max-width: 1700px) {
  .btn {
    width: 54rem;
    height: 10rem;
    font-size: 3.4rem; }
  .intro__wrapper:before {
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%); }
  .intro__block:first-child .intro__title {
    font-size: 9rem; }
  .intro__block:last-child .intro__title {
    font-size: 6rem; }
  .intro__block-wrapper {
    padding: 3rem 4rem 6rem; }
  .intro__header {
    height: 15rem; }
  .intro__logo img {
    height: 6rem; }
  .intro__footer {
    margin-top: 2rem; }
  .intro__img img {
    max-height: 40rem; } }

@media (max-width: 1366px) {
  .header__wrapper {
    height: 8rem; }
  .logo img {
    height: 4.5rem; }
  .intro__block {
    padding-top: 8rem; }
    .intro__block:first-child .intro__title {
      font-size: 7rem; }
    .intro__block:last-child .intro__title {
      font-size: 5rem; }
  .intro__block-wrapper {
    padding: 3rem; }
  .intro__header {
    height: 12rem; }
  .intro__logo img {
    height: 4.5rem; }
  .intro__img img {
    max-height: 30rem; }
  .btn {
    width: 44rem;
    height: 8rem;
    font-size: 2.8rem; }
  .intro__description {
    font-size: 2rem; } }

@media (max-width: 1100px) {
  .header__wrapper {
    height: 7rem; }
  .logo img {
    height: 3.2rem; }
  .intro__block {
    padding-top: 7rem; }
    .intro__block:first-child .intro__title {
      font-size: 4.8rem; }
    .intro__block:last-child .intro__title {
      font-size: 4rem; }
  .intro__block-wrapper {
    padding: 2.5rem; }
  .intro__logo {
    margin-bottom: 0.5rem; }
    .intro__logo img {
      height: 4.2rem; }
  .intro__header {
    height: 10rem; }
  .intro__img img {
    max-height: 20rem; }
  .btn {
    width: 30rem;
    height: 6.4rem;
    font-size: 2rem; }
  .intro__description {
    font-size: 1.4rem; } }

@media (min-width: 993px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .intro:before {
    background-position: 0 10%; }
  .intro__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 7rem; }
    .intro__wrapper:before {
      display: none; }
  .intro__block {
    width: 100%;
    height: auto;
    padding-top: 0; }
    .intro__block:first-child {
      height: 49%; }
      .intro__block:first-child .intro__block-wrapper {
        padding-bottom: 0; }
      .intro__block:first-child .intro__title {
        font-size: 4.6vh; }
      .intro__block:first-child .intro__img img {
        transform: translateY(-1.5vh); }
    .intro__block:last-child {
      height: 51%;
      padding-top: 2.5rem; }
      .intro__block:last-child:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #E21A1A;
        clip-path: polygon(0 43%, 100% 0%, 100% 100%, 0% 100%); }
      .intro__block:last-child .intro__block-wrapper {
        padding: 0 0 2.5rem; }
      .intro__block:last-child .intro__img {
        margin-bottom: 2rem; }
        .intro__block:last-child .intro__img img {
          width: 100%;
          max-height: inherit;
          transform: translateY(0); }
      .intro__block:last-child .intro__footer {
        margin-top: 0; }
      .intro__block:last-child .btn {
        margin-bottom: 1.5rem; }
  .intro__block-wrapper {
    padding: 2.5rem 2rem; }
  .intro__header {
    height: auto;
    margin-bottom: 1rem; }
  .intro__body {
    width: 100%; }
  .intro__img {
    width: 100%; }
    .intro__img img {
      max-height: 30vh; }
  .intro__logo img {
    height: 3.8vh; }
  .intro__content {
    justify-content: flex-start; }
  .intro__footer {
    margin-top: 1rem; } }

@media (orientation: landscape) and (max-width: 992px) {
  .intro__logo img {
    height: 4.2rem; }
  .intro__wrapper {
    height: auto; }
  .intro__block:first-child {
    height: auto; }
    .intro__block:first-child .intro__title {
      font-size: 6rem; }
    .intro__block:first-child .intro__img img {
      max-height: 30rem;
      transform: translateY(0); }
  .intro__block:last-child {
    height: auto; } }

@media (max-width: 460px) {
  .header__wrapper {
    height: 6rem; }
  .logo img {
    height: 3rem; }
  .intro__wrapper {
    padding-top: 6rem; }
  .intro__block-wrapper {
    padding: 1.5rem 2rem; }
  .intro__img img {
    max-height: 22vh; }
  .btn {
    width: 26rem;
    height: 5rem;
    font-size: 1.7rem; } }

@media (orientation: landscape) and (max-width: 460px) {
  .intro__img img {
    max-height: 30rem; } }
