/* 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 --------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }
  html.remodal-is-locked .header {
    padding-right: 5px; }

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

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.6rem;
  background-color: #0C0D11;
  color: #fff; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }

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

a {
  color: #315ED2;
  text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

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

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

.container {
  position: relative; }

/* Vendor libs

==========================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 25px;
  width: 30px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px;
  background-image: url("/src/assets/images/arrow_l.svg"); }

.slick-next {
  right: -25px;
  background-image: url("/src/assets/images/arrow_r.svg"); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 1.4rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1.2rem;
      width: 1.2rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background-color: #D6D6D6; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li.slick-active button:before {
      background-color: #29C8E4; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -10px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block;
    max-width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.js-intro-slider .slick-next {
  right: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000; }

.js-intro-slider .slick-prev {
  left: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-prev:before {
    color: #000; }

/*
 *  Remodal - v1.1.0
 *  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 */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    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; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -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 {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

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

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

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

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 1.5rem; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background-color: #fff; }

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

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

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

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 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; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 54rem; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #000; }

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

.remodal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal__close:before, .remodal__close:after {
    content: '';
    position: absolute;
    top: 0.9rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2rem;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 6.5rem;
  background-color: #14161D;
  text-align: left;
  border-radius: 2rem; }
  .remodal .btn {
    min-width: 15rem; }
  .remodal .input {
    border: 0; }
  .remodal--login {
    padding: 0; }

.remodal__title {
  font-size: 4.5rem;
  margin-bottom: 2rem; }

.remodal__text {
  margin-bottom: 3rem;
  font-size: 1.6rem; }

.remodal__content {
  padding: 6.5rem; }

.remodal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  font-size: 1.6rem;
  color: #000;
  background: linear-gradient(to right, #29C8E4, #3EE3AF);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem; }
  .remodal__footer a {
    font-weight: 600;
    color: #000;
    margin-left: .4rem; }

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

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

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

.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: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @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: 15px;
      padding-left: 15px; } }
  @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: 15px;
      padding-left: 15px; } }
  @media (min-width: 1350px) {
    .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: 15px;
      padding-left: 15px; } }

@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: 1350px) {
  .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 {
  padding-top: 15rem;
  padding-bottom: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .error__page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 13, 17, 0) 20%, #0C0D11); }

.error__content {
  position: relative;
  z-index: 2;
  text-align: center; }
  .error__content .btn {
    min-width: 20rem; }

.error__title {
  font-size: 40rem;
  color: #000;
  line-height: 1; }

.error__text {
  margin-bottom: 4rem;
  font-size: 4.5rem; }

.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: #FF8D1C;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #FF8D1C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #999999;
  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: #000; }
  .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: #000; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  z-index: 10;
  transition: 0.3s; }
  .header.fixed {
    background-color: #000;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05); }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  gap: 2rem;
  padding: 0 5rem; }

.header__block.right {
  flex: unset; }

.lng {
  position: relative; }

.header__actions {
  display: flex;
  align-items: center; }

.header__action {
  margin-right: 8rem; }
  .header__action:last-of-type {
    border-right: 0;
    margin-right: 0; }
  .header__action .soc__link img {
    height: 1.6rem; }

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

.lng {
  position: relative; }
  .lng:hover .lng__wrapper {
    opacity: 1;
    visibility: visible; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  z-index: 3;
  transition: all .2s ease; }

.lng__link {
  padding-right: 1.4rem;
  font-size: 1.6rem;
  color: #000;
  display: flex;
  align-items: center;
  position: relative; }
  .lng__link img {
    margin-right: 7px; }
  .lng__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #FF6C10;
    right: 0;
    padding: 3px;
    margin-top: -1px; }

.lng__list {
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: .5rem 0; }
  .lng__list a {
    padding: .5rem 1.5rem;
    display: block;
    color: #000; }
    .lng__list a:hover {
      color: #29C8E4; }

.header__link {
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center; }
  .header__link img {
    margin-left: 1.3rem;
    height: 4.4rem; }

.soc {
  display: flex; }

.soc__link {
  display: flex;
  margin-right: 2.5rem; }
  .soc__link:last-child {
    margin-right: 0; }

.header__nav {
  display: flex;
  justify-content: center; }

.nav {
  display: flex;
  justify-content: center; }

.nav__item {
  margin-right: 5rem;
  position: relative; }
  .nav__item.with-sub {
    padding-right: 1.5rem; }
    .nav__item.with-sub:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(45deg);
      right: 0;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #29C8E4;
      padding: .3rem;
      margin-top: -2px; }
  .nav__item > a {
    padding: 1.4rem 0;
    color: #000;
    font-size: 16px;
    display: block;
    transition: all .2s ease; }
    .nav__item > a:hover {
      color: #29C8E4; }
    .nav__item > a.active {
      color: #29C8E4; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%); }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  opacity: 0;
  visibility: hidden;
  padding-top: 1rem;
  transition: all .2s ease;
  min-width: 100%; }

.nav__submenu {
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: .5rem 0; }

.nav__submenu-item a {
  padding: .5rem 1.5rem;
  display: block;
  color: #000;
  white-space: nowrap; }
  .nav__submenu-item a:hover {
    color: #29C8E4; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  display: none;
  /* Default */
  /* Outline */
  /* Thih */ }
  .switcher__input:checked + .switcher__label {
    color: #fff; }
  .switcher__input:checked + .switcher__label:before {
    background-color: #29C8E4; }
  .switcher__input:checked + .switcher__label:active:before {
    background-color: rgba(41, 200, 228, 0.4); }
  .switcher__input:checked + .switcher__label:active:after {
    transform: translateX(10px); }
  .switcher__input:checked + .switcher__label:after {
    transform: translateX(20px); }
  .switcher__input:checked + .switcher__label--outline:before {
    background-color: #fff;
    border-color: #000; }
  .switcher__input:checked + .switcher__label--outline:active:before {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__input:checked + .switcher__label--outline:after {
    background-color: #000; }
  .switcher__input:checked + .switcher__label--outline:active:after {
    background-color: rgba(0, 0, 0, 0.4); }
  .switcher__input:checked + .switcher__label--thin:after {
    transform: translateX(22px); }
  .switcher__input:checked + .switcher__label--thin:active:after {
    transform: translateX(12px); }

.switcher__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  cursor: pointer;
  font-size: 0.8em;
  line-height: 19px;
  color: #fff;
  user-select: none;
  position: relative;
  transition: color .1s linear;
  /* Modificators */ }
  .switcher__label:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background-color: #999999;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color .1s linear, border-color .1s linear; }
  .switcher__label:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    transition: transform .1s linear; }
  .switcher__label:active:before {
    background-color: rgba(41, 200, 228, 0.4); }
  .switcher__label:active:after {
    transform: translateX(10px); }
  .switcher__label--square:before, .switcher__label--square:after {
    border-radius: 0; }
  .switcher__label--outline:before {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #999999;
    box-sizing: content-box; }
  .switcher__label--outline:after {
    top: 2px;
    left: 2px;
    background-color: #999999; }
  .switcher__label--outline:active:before {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__label--outline:active:after {
    background-color: rgba(0, 0, 0, 0.4); }
  .switcher__label--thin:before {
    height: 3px;
    top: 50%;
    margin-top: -2px; }
  .switcher__label--thin:after {
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }
  .switcher__label--thin:active:after {
    transform: translateX(12px); }

.switcher__text {
  display: inline-block;
  vertical-align: middle; }

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  margin-bottom: 1.5rem;
  display: block;
  line-height: 1;
  position: relative; }
  .checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #999999; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #bfbfbf; }
    .checkbox__input:checked + .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__input:checked + .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #EA4335; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #EA4335; }

.checkbox__label {
  display: inline-block;
  padding-left: 4.5rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3.4rem;
  font-weight: 400;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background-color: transparent;
    border: 2px solid #2C2F39;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 1rem;
    transition: all .1s linear; }
  .checkbox__label:after {
    width: .8rem;
    height: 1.2rem;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #3EE3AF;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 13px;
    z-index: 1;
    opacity: 0;
    border-radius: 2px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    margin: 0 .4rem;
    color: inherit;
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label--cart {
    font-size: 1.5rem;
    font-weight: 600; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio__wrapper {
  display: flex; }
  .radio__wrapper .radio {
    margin-right: 4rem; }
    .radio__wrapper .radio:last-child {
      margin-right: 0; }

.radio {
  display: block;
  margin-bottom: 5px;
  position: relative; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label {
    color: #fff; }
  .radio__input:checked + .radio__label:after {
    opacity: 1; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #999999; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #bfbfbf; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #999999; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3.4rem;
  color: #fff;
  user-select: none;
  border-radius: 5px;
  font-weight: 400;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    border: 2px solid #2C2F39;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(to right, #29C8E4, #3EE3AF);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #EA4335; }
    .radio__label--error:before {
      border-color: #EA4335; }
  .radio__label--disabled {
    color: #999999; }
    .radio__label--disabled:before {
      border-color: #bfbfbf; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #999999; }
    .radio__label--not-active:before {
      border-color: #bfbfbf; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label svg path {
    fill: #92A3AD; }

.radio__span {
  display: block;
  width: inherit;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .radio__span--text {
    background-color: #fff;
    color: #fff; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 6rem;
  padding: 0 3rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 4rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #999999;
    color: #fff; }
    .btn--gray:focus {
      background-color: #919191; }
    .btn--gray:hover {
      background-color: #8c8c8c; }
    .btn--gray:active {
      background-color: #878787; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .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: #EA4335;
    color: #fff; }
    .btn--red:focus {
      background-color: #e93627; }
    .btn--red:hover {
      background-color: #e82e1e; }
    .btn--red:active {
      background-color: #e42718; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000; }
    .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: #000; }
    .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: #fff; }
    .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: #fff; }
    .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: #000; }
    .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: #fff; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--blue-gray {
    background-color: #49566A;
    color: #fff; }
    .btn--blue-gray:focus {
      background-color: #434f61; }
    .btn--blue-gray:hover {
      background-color: #3f4a5b; }
    .btn--blue-gray:active {
      background-color: #3a4555; }
  .btn--cyan {
    background-color: #00aeed;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #00a3de; }
    .btn--cyan:hover {
      background-color: #009bd4; }
    .btn--cyan:active {
      background-color: #0094c9; }
  .btn--green {
    background-color: #2BBE52;
    color: #fff; }
    .btn--green:focus {
      background-color: #28b24d; }
    .btn--green:hover {
      background-color: #26a949; }
    .btn--green:active {
      background-color: #24a145; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #29C8E4;
    color: #fff; }
    .btn--main:focus {
      background-color: #1cc4e1; }
    .btn--main:hover {
      background-color: #1bbcd8; }
    .btn--main:active {
      background-color: #1ab4cf; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #999999;
    color: #fff; }
    .btn--gray:focus {
      background-color: #919191; }
    .btn--gray:hover {
      background-color: #8c8c8c; }
    .btn--gray:active {
      background-color: #878787; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .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: 2px solid #999999;
    color: #999999; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--o-gray:hover {
      border-color: #999999;
      background-color: #999999;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #919191;
      background-color: #919191; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #EA4335;
    color: #EA4335; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #EA4335;
      border-color: #e93a2c; }
    .btn--o-red:hover {
      border-color: #EA4335;
      background-color: #EA4335;
      color: #fff; }
    .btn--o-red:active {
      border-color: #e93627;
      background-color: #e93627; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-blue-gray {
    background-color: transparent;
    border: 2px solid #49566A;
    color: #49566A; }
    .btn--o-blue-gray:focus {
      background-color: transparent;
      color: #49566A;
      border-color: #455164; }
    .btn--o-blue-gray:hover {
      border-color: #49566A;
      background-color: #49566A;
      color: #fff; }
    .btn--o-blue-gray:active {
      border-color: #434f61;
      background-color: #434f61; }
  .btn--o-cyan {
    background-color: transparent;
    border: 2px solid #00aeed;
    color: #00aeed; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #00aeed;
      border-color: #00a7e3; }
    .btn--o-cyan:hover {
      border-color: #00aeed;
      background-color: #00aeed;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #00a3de;
      background-color: #00a3de; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #2BBE52;
    color: #2BBE52; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #2BBE52;
      border-color: #29b64e; }
    .btn--o-green:hover {
      border-color: #2BBE52;
      background-color: #2BBE52;
      color: #fff; }
    .btn--o-green:active {
      border-color: #28b24d;
      background-color: #28b24d; }
  .btn--o-yellow {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #29C8E4;
    color: #29C8E4; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #29C8E4;
      border-color: #20c6e3; }
    .btn--o-main:hover {
      border-color: #29C8E4;
      background-color: #29C8E4;
      color: #fff; }
    .btn--o-main:active {
      border-color: #1cc4e1;
      background-color: #1cc4e1; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #999999;
    color: #999999; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--o-gray:hover {
      border-color: #999999;
      background-color: #999999;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #919191;
      background-color: #919191; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px 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: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--i-gray:hover {
      border-color: #999999;
      background-color: transparent;
      color: #999999; }
    .btn--i-gray:active {
      border-color: #919191;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #EA4335;
      border-color: #e93a2c; }
    .btn--i-red:hover {
      border-color: #EA4335;
      background-color: transparent;
      color: #EA4335; }
    .btn--i-red:active {
      border-color: #e93627;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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-blue-gray {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .btn--i-blue-gray:focus {
      background-color: transparent;
      color: #49566A;
      border-color: #455164; }
    .btn--i-blue-gray:hover {
      border-color: #49566A;
      background-color: transparent;
      color: #49566A; }
    .btn--i-blue-gray:active {
      border-color: #434f61;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #00aeed;
      border-color: #00a7e3; }
    .btn--i-cyan:hover {
      border-color: #00aeed;
      background-color: transparent;
      color: #00aeed; }
    .btn--i-cyan:active {
      border-color: #00a3de;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #2BBE52;
      border-color: #29b64e; }
    .btn--i-green:hover {
      border-color: #2BBE52;
      background-color: transparent;
      color: #2BBE52; }
    .btn--i-green:active {
      border-color: #28b24d;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #29C8E4;
      border-color: #20c6e3; }
    .btn--i-main:hover {
      border-color: #29C8E4;
      background-color: transparent;
      color: #29C8E4; }
    .btn--i-main:active {
      border-color: #1cc4e1;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .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 #999999;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--i-gray:hover {
      border-color: #999999;
      background-color: transparent;
      color: #999999; }
    .btn--i-gray:active {
      border-color: #919191;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff; }
    .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: 1rem; }
  .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--def {
    border: 2px solid #14161D;
    background-color: #101114;
    color: #fff; }
    .btn--def:hover {
      background-color: #09090b; }
  .btn--main {
    background: linear-gradient(#29C8E4, #3EE3AF);
    color: #000; }
  .btn img {
    margin-right: 1rem; }
  .btn--o-main span {
    background: linear-gradient(to right, #29C8E4 0%, #3EE3AF 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2; }
  .btn--o-main:hover {
    border-color: #106d7e;
    background-color: #106d7e; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  width: 100%; }
  .dropdown-wrapper .btn.opened i {
    transform: rotate(-180deg); }
  .dropdown-wrapper .btn i {
    transition: transform .2s ease; }
  .dropdown-wrapper--cabinet {
    display: block;
    width: 230px; }

.dropdown-category {
  padding: 0 3rem 0 .5rem; }
  .dropdown-category .dropdown__select {
    background-color: #fff;
    font-weight: 500; }

.dropdown__block {
  display: block;
  margin-bottom: 10px; }

.dropdown {
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 1.2rem;
  border: 2px solid #2C2F39;
  overflow: hidden;
  display: none;
  text-transform: uppercase;
  font-weight: 500; }
  .dropdown .input {
    margin: 1.5rem 1.5rem 1rem;
    width: calc(100% - 3rem);
    height: 4.4rem; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--wide {
    min-width: 250px; }
  .dropdown--lng {
    color: #000; }
    .dropdown--lng .dropdown__link {
      color: #000;
      font-weight: 700; }
  .dropdown li:not(:last-child) .dropdown__content {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #F5F5F5; }

.dropdown__btn {
  color: #000;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
  height: 5.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: inherit; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    border: .4rem solid transparent;
    border-top-color: #999999;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
    margin-top: .2rem; }

.dropdown__link {
  display: flex;
  align-items: center;
  height: 8rem;
  padding: .5rem 2rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  background-color: #0C0D11;
  transition: background-color .1s linear;
  position: relative; }
  .dropdown__link:hover {
    text-decoration: none;
    color: #fff; }
  .dropdown__link:focus {
    text-decoration: none; }
  .dropdown__link img {
    margin-right: 1.4rem;
    width: 5rem;
    height: 5rem;
    object-fit: cover; }
  .dropdown__link .title {
    font-size: 1.6rem;
    font-weight: 600; }
  .dropdown__link .text {
    font-size: 1.2rem; }

.dropdown__arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none; }

.dropdown__select {
  width: 100%;
  height: 8rem;
  border-radius: 1.4rem;
  padding: 0 3.5rem 0 1.5rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  border: 2px solid #2C2F39;
  background-color: #0C0D11;
  text-align: left;
  position: relative; }
  .dropdown__select img {
    margin-right: 1.4rem; }
  .dropdown__select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #3EE3AF;
    right: 1.3rem;
    margin-top: .2rem; }
  .dropdown__select .title {
    font-size: 1.6rem;
    font-weight: 600; }
  .dropdown__select .text {
    font-size: 1.2rem; }

.dropdown__badge {
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  background: linear-gradient(#29C8E4, #3EE3AF);
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: .8rem;
  color: #0C0D11;
  padding: .3rem .7rem;
  font-weight: 600; }

.count__wrapper {
  display: flex;
  border-radius: 8px;
  align-items: center; }
  .count__wrapper .input {
    flex: 1;
    height: 3rem;
    display: block;
    background: none;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    color: #000; }

.count__btn {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #29C8E4;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: .2rem;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: 1.4rem;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.form__group {
  margin-bottom: 2.5rem; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    flex: 1; }
    .form__row .form__group.half {
      width: 33.33%;
      flex: unset; }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__actions .btn {
    margin-bottom: 0;
    min-width: 13rem; }

.form__link {
  color: #29C8E4;
  font-weight: 700;
  position: relative;
  padding-left: 2rem; }
  .form__link:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: .3rem;
    width: 1.2rem;
    height: .2rem;
    background-color: #29C8E4; }
  .form__link:after {
    content: '';
    position: absolute;
    top: .3rem;
    left: .8rem;
    width: .2rem;
    height: 1.2rem;
    background-color: #29C8E4; }

.form__toggle {
  margin-bottom: 2rem;
  display: inline-flex;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-right: 1rem; }
  .form__toggle:hover {
    text-decoration: none; }
  .form__toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    left: 100%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #29C8E4;
    padding: .3rem;
    margin-top: -.1rem; }
  .form__toggle.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(-135deg); }

.sign__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sign__logo {
  display: flex;
  align-items: center; }

.sign__header-block {
  width: 25%;
  display: flex; }
  .sign__header-block:last-child {
    justify-content: flex-end;
    padding-right: 3.5rem; }
  .sign__header-block .btn {
    white-space: nowrap; }

.sign__header-link {
  padding: 0 3.5rem;
  height: 6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB; }
  .sign__header-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #29C8E4;
    border-bottom: 1px solid #29C8E4;
    border-right: 1px solid #29C8E4; }
  .sign__header-link.active {
    color: #fff;
    background-color: #29C8E4;
    border-bottom: 1px solid #29C8E4;
    border-right: 1px solid #29C8E4; }

.sign__container {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  opacity: 0;
  visibility: hidden; }
  .sign__container.opened {
    opacity: 1;
    visibility: visible; }

.sign__title {
  margin-bottom: 2rem;
  color: #000000;
  font-weight: 700;
  font-size: 2.8rem; }

.sign__form {
  max-width: 64rem;
  margin: 0 auto;
  overflow-y: auto; }

.sign__footer {
  margin-bottom: 23rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sign__link {
  color: #29C8E4;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500; }

.sign__text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem; }
  .sign__text a {
    color: #29C8E4; }

.sign__copyright {
  font-size: 1.4rem;
  color: #999999;
  padding-left: 3.5rem;
  padding-bottom: 3rem; }

.sign__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative; }
  .sign__close:before {
    content: '';
    position: absolute;
    transform: rotateZ(45deg);
    background-color: #000;
    width: 100%;
    height: .2rem;
    top: .8rem;
    left: 0; }
  .sign__close:after {
    content: '';
    position: absolute;
    transform: rotateZ(-45deg);
    background-color: #000;
    width: 100%;
    height: .2rem;
    top: .8rem;
    left: 0; }

.form__date {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 3; }
  .form__date.active {
    opacity: 1;
    visibility: visible; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: .5rem 2rem;
  border: 1px solid #2C2F39;
  vertical-align: middle;
  background-color: #0C0D11;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 1.4rem;
  color: #fff;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #5D5D5D; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #EA4335; }
    .input--error:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .input--success {
    border-color: #2BBE52; }
    .input--success:focus {
      background-color: rgba(43, 190, 82, 0.05); }
  .input.error {
    border-color: #EA4335; }
    .input.error:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .input.success {
    border-color: #EA4335; }
    .input.success:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 1.4rem;
  background-color: #F5F5F5;
  padding-left: 2rem; }
  .input__wrapper .input {
    background: none;
    padding-right: 2.5rem; }
  .input__wrapper--arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #29C8E4;
    padding: .3rem;
    right: 1.3rem;
    margin-top: -1px;
    pointer-events: none; }

.input__error {
  top: 100%;
  position: absolute;
  right: 0;
  color: #EA4335;
  font-size: 1.3rem;
  font-weight: 600; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 11rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  border: 2px solid #2C2F39;
  vertical-align: middle;
  background-color: #0C0D11;
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s;
  resize: none;
  font-weight: 400;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 10rem; }
  .textarea::placeholder {
    color: #5D5D5D; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #EA4335; }
    .textarea--error:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .textarea--success {
    border-color: #2BBE52; }
    .textarea--success:focus {
      background-color: rgba(43, 190, 82, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: baseline;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #fff;
  z-index: 1; }
  .label .required {
    color: #EA4335; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: .2rem;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #3EE3AF;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: .5rem 4rem .5rem 2rem;
    border-radius: 1rem;
    vertical-align: middle;
    border: 0;
    background-color: #0C0D11;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #EA4335; }
      .select select.error:focus {
        background-color: rgba(234, 67, 53, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #EA4335; }
  .select--success:before, .select--success:after {
    color: #2BBE52; }
  .select--error select {
    color: #EA4335;
    border-color: #EA4335; }
    .select--error select:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .select--success select {
    color: #2BBE52;
    border-color: #2BBE52; }
    .select--success select:focus {
      background-color: rgba(43, 190, 82, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  margin-bottom: 10rem; }

.reviews__wrapper:before, .reviews__wrapper:after {
  content: "";
  display: table; }

.reviews__wrapper:after {
  clear: both; }

.reviews__block {
  float: left;
  width: calc(25% - 15px);
  margin-bottom: 2rem; }

.reviews__item {
  background-color: #14161D;
  border-radius: 2rem;
  padding: 4rem; }

.reviews__stars {
  display: flex;
  margin-bottom: 2rem; }
  .reviews__stars img {
    margin-right: 1rem;
    display: block; }

.reviews__text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6; }

.reviews__author {
  font-weight: 700;
  color: #fff;
  text-align: right; }
  .reviews__author .type {
    font-weight: 400;
    color: #5d5d5d; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding: 2.4rem 0; }

.breadcrumbs__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: .4rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #999;
  transition: 0.3s;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .breadcrumbs__item:not(.current):after {
    content: '_';
    padding: .3rem;
    color: #29C8E4;
    margin-left: .4rem;
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #5D5D5D;
    pointer-events: none;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
    .breadcrumbs__item:last-child:after {
      display: none; }

.pagination {
  padding-top: 6rem;
  display: flex;
  justify-content: center; }

.pagination__item {
  margin-right: 3rem;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .pagination__item.active {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
  .pagination__item:first-child {
    margin-right: 5rem; }
  .pagination__item:last-child {
    margin-left: 5rem;
    margin-right: 0; }
  .pagination__item.disabled {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #5D5D5D; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #999999;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #EA4335;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--blue-gray {
    background-color: #49566A;
    color: #fff; }
  .alert--cyan {
    background-color: #00aeed;
    color: #fff; }
  .alert--green {
    background-color: #2BBE52;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #29C8E4;
    color: #fff; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #999999;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #999999;
    border: 1px solid #999999; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #EA4335;
    border: 1px solid #EA4335; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .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-blue-gray {
    background: transparent;
    color: #49566A;
    border: 1px solid #49566A; }
  .alert--o-cyan {
    background: transparent;
    color: #00aeed;
    border: 1px solid #00aeed; }
  .alert--o-green {
    background: transparent;
    color: #2BBE52;
    border: 1px solid #2BBE52; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #29C8E4;
    border: 1px solid #29C8E4; }
  .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: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #999999;
    border: 1px solid #999999; }
  .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: #EA4335;
  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: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.news__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.news__item {
  display: block;
  background-color: #14161D;
  padding: 2rem;
  border-radius: 4rem;
  color: #fff;
  height: 100%; }

.news__img {
  position: relative;
  height: 0;
  padding-top: 100%;
  margin-bottom: 3rem; }
  .news__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 2rem; }

.news__title {
  font-size: 2.4rem;
  margin-bottom: 1rem; }

.news__text {
  margin-bottom: .5rem;
  min-height: 9rem; }

.news__page-img {
  margin-bottom: 6rem; }
  .news__page-img img {
    display: block;
    width: 100%;
    height: 44.5rem;
    object-fit: cover;
    border-radius: 2rem; }

.news__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .news__footer .date {
    color: #5d5d5d; }

.news__link {
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.social__foot {
  border-top: 1px solid #FFFFFF1A;
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.social__foot-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.social__foot-link {
  margin-right: 1.5rem; }
  .social__foot-link:last-child {
    margin-right: 0; }

.news__page-wrapper {
  display: flex;
  margin: 0 -1rem; }

.news__page-block {
  width: 70%;
  padding: 0 1rem; }

.news__page-side {
  width: 30%;
  padding: 0 1rem; }
  .news__page-side .news__block {
    width: 100%;
    padding: 0; }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #000;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #000;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #000;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #F0B83B; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #000; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #ffffff; }
    .table__wrapper--header .table {
      margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 5px solid #2C2F39; }
  .table th {
    padding: .8rem 0;
    font-size: 1.4rem;
    color: #5D5D5D;
    text-align: left;
    font-weight: 400; }
    .table th:last-child {
      text-align: right; }
  .table tbody tr {
    border-bottom: 1px solid #2C2F39; }
    .table tbody tr:last-child {
      border-bottom: 0; }
    .table tbody tr td:last-child {
      text-align: right; }
  .table td {
    padding: 1rem 0;
    font-weight: 400;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #999999;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #EA4335;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--blue-gray {
    background-color: #49566A;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #00aeed;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #2BBE52;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #29C8E4;
    color: #fff; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #999999;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }

@media (max-width: 992px) {
  .table {
    display: block; }
    .table thead {
      display: none; }
    .table tbody {
      display: block; }
      .table tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table tbody tr td {
          width: 50%;
          display: block;
          text-align: left; }
          .table tbody tr td:last-child {
            text-align: left; }
          .table tbody tr td:before {
            content: attr(aria-label);
            color: #5D5D5D;
            font-size: 1.4rem;
            display: block;
            margin-bottom: .5rem; } }

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs--details {
  display: flex;
  align-items: flex-start; }

.tabs__item:not(.active) {
  display: none; }

.tabs__nav {
  display: flex; }

.tabs__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #383D4A;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative;
  border-bottom: .1rem solid #383D4A; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #fff;
    border-bottom-color: #29C8E4; }

.tabs__content {
  padding: 5rem 0 0 0;
  font-size: 1.6rem;
  color: #000; }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }

.tabs__item .tabs__content {
  flex: 1;
  padding: 0 1rem; }

.tabs__wrapper {
  display: flex;
  align-items: center; }

.tabs__img {
  width: 55%; }
  .tabs__img img {
    width: 100%;
    max-width: 63rem;
    border-radius: 3rem; }

.tabs__text {
  width: 45%;
  padding: 0 0 0 8rem;
  color: #fff; }
  .tabs__text .title {
    margin-bottom: 2rem;
    font-size: 3.4rem;
    font-weight: 700; }
  .tabs__text .text {
    margin-bottom: 2rem;
    font-size: 2.2rem; }

@media (max-width: 992px) {
  .tabs__nav-item {
    font-size: 2.4rem; } }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.accordion__block {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.accordion__item {
  border: 1px solid #14161D;
  border-radius: 2rem; }
  .accordion__item.active .accordion__title:before {
    background-image: url("../../images/minus.svg");
    height: .4rem; }
  .accordion__item.active .accordion__title a {
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.accordion__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  position: relative; }
  .accordion__title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url("../../images/plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 2.8rem 9rem 2.8rem 3rem;
    color: inherit;
    transition: color .3s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  margin-top: -0.8rem;
  padding: 0 3rem 2.8rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  width: 66rem;
  max-width: 100%; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 992px) {
  .accordion__content {
    max-width: 100%; } }

.footer {
  padding: 5rem 0 6rem;
  border-top: 1px solid #14161D; }

.footer__wrapper {
  display: flex; }

.footer__block {
  flex: 1; }
  .footer__block .nav {
    flex-direction: column; }
  .footer__block .nav__item {
    margin-bottom: 1.5rem; }
  .footer__block .nav__link {
    color: #fff;
    font-size: 1.6rem;
    padding: 0; }

.footer__title {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff; }

.footer__line-wrapper {
  padding-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.footer__logos {
  display: flex; }
  .footer__logos img {
    margin-right: 4rem; }
    .footer__logos img:last-child {
      margin-right: 0; }

.copyright {
  color: #5D5D5D;
  font-size: 1.6rem; }

.products__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.products__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.products__item {
  display: block;
  color: #000;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all .2s ease;
  min-height: 100%; }
  .products__item:hover {
    text-decoration: none;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4); }

.products__badge {
  height: 3.2rem;
  border: 2px solid #fff;
  color: #fff;
  padding: .2rem 1.5rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  border-radius: 1rem; }

.products__img {
  height: 20rem;
  overflow: hidden; }
  .products__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.products__content {
  padding: 2rem; }

.products__title {
  font-size: 1.7rem;
  font-weight: 500; }

.products__subtitle {
  color: #29C8E4;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 500; }

.products__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem; }
  .products__bottom .btn {
    font-size: 1.5rem;
    font-weight: 700;
    height: 3.2rem;
    padding: 0 1.5rem;
    border-radius: 1rem; }

.products__date {
  color: #999999;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .products__date img {
    margin-right: .8rem; }

.products__rating {
  margin-bottom: .8rem;
  display: flex;
  align-items: center; }
  .products__rating img {
    margin-right: .3rem; }
    .products__rating img:last-child {
      margin-right: 0; }

.products__price {
  padding: .6rem 1rem .4rem;
  border-radius: 1.6rem;
  background-color: #29C8E4;
  color: #fff;
  font-weight: 700; }

.products__min-price {
  font-size: 1.3rem;
  font-weight: 500;
  color: #999999; }
  .products__min-price span {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700; }

.card__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }

.card__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .card__block.xl {
    width: 50%; }

.card__slider {
  margin: -3rem 0; }
  .card__slider .slick-list {
    padding: 3rem 0; }
    .card__slider .slick-list .card__item {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }

.card__item {
  height: 32.7rem;
  padding: 2.5rem;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.6rem;
  display: flex;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
  transition: all .2s ease; }
  .card__item:hover {
    text-decoration: none;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4); }
    .card__item:hover .card__title {
      transform: translateX(1rem); }
  .card__item.align-bottom {
    align-items: flex-end; }
    .card__item.align-bottom .card__title {
      font-size: 1.8rem; }

.card__title {
  font-weight: 500;
  font-size: 2rem;
  transition: all .2s ease; }

.product {
  margin-bottom: 10rem; }

.product__wrapper {
  display: flex;
  gap: 2rem; }
  .product__wrapper .count__wrapper {
    margin-bottom: 2rem; }

.product__images {
  width: 70%; }

.product__block.xl {
  width: 70%; }

.product__block.sm {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .product__block.sm .btn {
    border-radius: .4rem;
    height: 3.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 1.5rem; }

.product__wish {
  position: absolute;
  top: 1.9rem;
  right: 0; }
  .product__wish .second {
    display: none; }
  .product__wish.active .first {
    display: none; }
  .product__wish.active .second {
    display: block; }

.product__image-slider {
  margin-bottom: 1.5rem; }

.product__img {
  height: 56.5rem;
  overflow: hidden;
  border-radius: .4rem; }
  .product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumb {
  border: 3px solid transparent;
  border-radius: .4rem;
  overflow: hidden; }
  .product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumbs .slick-slide.slick-current .product__thumb {
  border-color: #29C8E4; }

.product__info {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative; }

.product__price {
  font-size: 3.6rem;
  font-weight: 600; }

.product__item {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__item .checkbox {
    margin-bottom: 0; }

.product__description-wrapper {
  padding-top: 4rem;
  display: flex; }

.product__description-block {
  width: 70%;
  padding-right: 3rem; }
  .product__description-block:last-child {
    padding-right: 0;
    width: 30%; }
  .product__description-block .title {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 700; }
  .product__description-block .text {
    max-width: 52rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; }

.product__report {
  margin-top: auto; }

.product__description-text {
  line-height: 2; }
  .product__description-text span {
    width: 30px;
    margin-right: 5px;
    display: block;
    text-align: center; }
  .product__description-text img {
    display: block;
    margin: 0 auto; }

.product__description-row {
  display: flex;
  align-items: center; }

.product__category {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__category .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .product__category .text {
    color: #29C8E4;
    display: flex;
    font-weight: 600;
    text-transform: uppercase; }
    .product__category .text span {
      color: #999999;
      margin: 0 5px; }

.tour__images {
  display: flex;
  margin: 0 -1rem 1rem; }

.tour__image {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .tour__image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 1.6rem; }
  .tour__image.xl {
    width: 60%; }
    .tour__image.xl img {
      height: 45rem; }
  .tour__image.md {
    width: 100%; }
    .tour__image.md img {
      height: 29rem; }
  .tour__image.sm {
    width: 50%;
    height: 14rem; }

.tour__image-block {
  display: flex;
  flex-wrap: wrap;
  width: 40%; }

.tour__image-content {
  position: relative; }

.tour__image-lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease; }
  .tour__image-lnk:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8); }

.tour__product {
  margin-bottom: 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
  overflow: hidden; }

.tour__main {
  padding: 4rem 2.5rem; }

.tour__product-header {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-self: flex-start; }
  .tour__product-header .subtitle {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #29C8E4; }
  .tour__product-header .title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 500;
    color: #000; }

.tour__product-data {
  display: flex; }

.tour__product-star {
  display: flex;
  margin-right: 2.4rem; }
  .tour__product-star img {
    display: block;
    margin-right: .4rem;
    height: 1.8rem; }
    .tour__product-star img:last-child {
      margin-right: 0; }

.tour__product-calendar {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #999999;
  margin-right: 2.5rem; }
  .tour__product-calendar img {
    margin-right: 1rem;
    display: block; }

.tour__product-actions {
  width: 18rem; }
  .tour__product-actions .btn {
    margin-left: auto; }

.tour__product-price {
  margin-bottom: 1.5rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  color: #999999; }
  .tour__product-price span {
    color: #000;
    font-size: 2rem; }

.tour__link {
  margin-top: 1rem;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #999999; }

.tour__info {
  display: flex;
  margin: 0 -2rem; }

.tour__info-block {
  padding: 0 2rem;
  width: 33.33%; }
  .tour__info-block .title {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 500; }
  .tour__info-block.full {
    width: 100%; }
    .tour__info-block.full .title {
      margin-bottom: 1rem; }
    .tour__info-block.full .tour__info-item {
      font-size: 1.5rem; }

.tour__info-item {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem; }
  .tour__info-item img {
    transform: translateY(0.2rem);
    margin-right: .8rem; }

.tour__content {
  padding: 4rem 2.5rem 1rem;
  background-color: #F0F0F0; }
  .tour__content .title {
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 2.5rem; }
  .tour__content .products__block {
    width: 33.33%; }
  .tour__content .products__title {
    margin-bottom: 1rem; }
  .tour__content .products__date {
    margin-bottom: 1rem; }
  .tour__content .products__bottom {
    padding-top: 0; }
  .tour__content .products__item {
    box-shadow: none;
    background-color: #fff; }

.cart__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease;
  background-color: #99999999;
  z-index: 11;
  display: flex;
  visibility: hidden; }
  .cart__menu-wrapper.opened {
    opacity: 1;
    visibility: visible; }
    .cart__menu-wrapper.opened .cart__menu {
      transform: translateX(0); }

.cart__menu {
  width: 54rem;
  margin-left: auto;
  background-color: #fff;
  height: 100%;
  transform: translateX(100%);
  transition: transform .2s ease;
  transition-delay: .2s; }

.cart__menu-head {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem;
  border-bottom: #EBEBEB 1px solid; }
  .cart__menu-head .title {
    font-size: 2.4rem;
    font-weight: 700; }

.cart__menu-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block; }
  .cart__menu-close:before {
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    transform: rotateZ(45deg);
    background-color: #000;
    height: .2rem; }
  .cart__menu-close:after {
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    height: .2rem;
    transform: rotateZ(-45deg);
    background-color: #000; }

.cart__menu-content {
  padding: 3.5rem 3.5rem 17rem; }

.cart__menu-title {
  font-size: 2rem;
  font-weight: 700; }

.cart__menu-text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999; }

.cart__menu-login {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-login a {
    display: inline-flex;
    align-items: center;
    color: #29C8E4;
    margin-right: .4rem; }
    .cart__menu-login a img {
      margin-right: .5rem;
      display: block; }

.cart__menu-liked {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-liked img {
    margin-right: .5rem;
    display: block; }
  .cart__menu-liked a {
    display: inline-flex;
    align-items: center;
    color: #29C8E4;
    margin-right: .4rem; }

.cart__menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3.5rem;
  box-shadow: -5px 0 1.2rem rgba(0, 0, 0, 0.25); }
  .cart__menu-footer .checkbox {
    margin-bottom: 2rem; }

.cart__menu-footer-price {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cart__menu-footer-price .title {
    font-size: 2rem;
    font-weight: 500; }
  .cart__menu-footer-price .text {
    font-size: 2rem;
    font-weight: 600; }

.cart__menu-footer-actions {
  display: flex;
  gap: 1.8rem; }
  .cart__menu-footer-actions .btn {
    flex: 1; }

/*CART*/
.cart {
  padding-top: 4rem; }

.cart__wrapper {
  display: flex;
  margin: 0 -6rem; }

.cart__block {
  padding: 0 6rem; }
  .cart__block.xl {
    width: 60%; }
  .cart__block.sm {
    width: 40%; }

.cart__item {
  padding: 3.3rem 2.4rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  border-radius: .8rem; }

.cart__total {
  margin-bottom: 2.4rem;
  text-align: right;
  font-size: 2rem;
  font-weight: 600; }

.cart__images {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: #EBEBEB;
  border-radius: .8rem; }
  .cart__images img {
    margin-right: 3.5rem; }
    .cart__images img:last-child {
      margin-right: 0; }

.cart__product {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #D9D9D9; }
  .cart__product:hover {
    text-decoration: none; }
  .cart__product > img {
    height: 10rem;
    width: 15rem;
    object-fit: cover;
    border-radius: .4rem;
    margin-right: 2rem; }
  .cart__product button {
    border: 0;
    background: none;
    cursor: pointer; }
    .cart__product button img {
      display: block; }

.cart__name {
  flex: 1; }

.cart__name-title {
  font-size: 1.6rem;
  font-weight: 600; }

.cart__name-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #999999; }

.cart__name-price {
  margin-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600; }

.intro {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4rem;
  background-position: bottom center;
  position: relative; }
  .intro:after {
    content: '';
    height: 8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #0C0D11, rgba(0, 0, 0, 0)); }
  .intro--inside:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 13, 17, 0) 20%, #0C0D11); }

.intro__container {
  padding-top: 15.5rem;
  min-height: 94.5rem;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2; }

.intro__grid {
  column-count: 4;
  column-gap: 0; }

.intro__content {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.intro__title {
  margin-bottom: 3rem;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  text-align: center; }

.intro__text {
  text-align: center;
  max-width: 67rem;
  margin: 0 auto 5rem;
  font-size: 2rem;
  color: #fff; }

.intro__wrapper {
  max-width: 94rem;
  width: 100%;
  height: 65rem;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4.9rem);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex; }

.intro__sidebar {
  width: 16.4rem;
  background-color: #14161DDB;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  padding: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .intro__sidebar .logo {
    margin-bottom: 2rem; }
    .intro__sidebar .logo img {
      max-width: 100%;
      height: auto; }
  .intro__sidebar .title {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #b8b8b8; }
  .intro__sidebar .sidebar__link {
    display: flex;
    align-items: center;
    width: 11.6rem;
    max-width: 100%;
    height: 2.4rem;
    margin-bottom: 0.2rem;
    padding: 0 0.7rem;
    border: 1px solid transparent;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    transition: 0.3s; }
    .intro__sidebar .sidebar__link img {
      width: 1.2rem; }
    .intro__sidebar .sidebar__link:hover {
      border-color: #1F2129;
      background-color: #14161DE5; }
  .intro__sidebar .sidebar__nav {
    margin-bottom: 2.5rem; }

.intro__images {
  flex: 1;
  background-color: #0C0D11;
  padding: 2rem 2rem 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden; }
  .intro__images:before, .intro__images:after {
    content: "";
    display: table; }
  .intro__images:after {
    clear: both; }

.intro__images-block {
  break-inside: avoid; }
  .intro__images-block img {
    display: block;
    max-width: 100%; }

.intro__block {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto; }

.intro__img {
  position: absolute;
  z-index: -1; }
  .intro__img img {
    padding: 2rem;
    border-radius: 4rem;
    background-color: rgba(255, 255, 255, 0.1);
    width: 35.2rem;
    height: 35.2rem;
    transition: all .1s linear; }
  .intro__img.top-left {
    right: 90%;
    top: -10.4rem;
    transform: rotateZ(-10deg); }
  .intro__img.top-right {
    left: 95%;
    top: -15.8rem;
    transform: rotateZ(10deg); }
  .intro__img.bottom-left {
    bottom: -16.7rem;
    right: 95%;
    transform: rotateZ(10deg); }
  .intro__img.bottom-right {
    bottom: -16.1rem;
    left: 95%;
    transform: rotateZ(-10deg); }

.intro__slider {
  margin-top: 4rem;
  padding-bottom: 8rem; }
  .intro__slider .slick-list {
    padding: 0 calc(50% - 39rem) !important; }
  .intro__slider .slick-track {
    display: flex;
    align-items: center; }
  .intro__slider .slick-slide {
    float: none; }
    .intro__slider .slick-slide.slick-current .intro__slide-img {
      height: 48rem; }

.intro__slide {
  height: 48rem;
  display: flex;
  align-items: center; }
  .intro__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    transition: all .2s ease; }

.intro__slide-img {
  width: 100%;
  height: 40rem;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4.8rem);
  padding: 2rem;
  transition: all .2s ease; }

.filter__wrapper {
  display: flex;
  margin: 0 -1rem; }

.filter__nav {
  width: 25%;
  padding: 0 1rem; }

.filter__block {
  width: 75%;
  padding: 0 1rem; }
  .filter__block .products__block {
    width: 33.33%; }

.filter__content {
  padding: 2rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: calc(100% - 2rem);
  border-radius: 1.6rem; }

.filter__range-inputs {
  display: flex;
  align-items: center; }
  .filter__range-inputs .separator {
    margin: 0 1rem; }
  .filter__range-inputs .input__wrapper {
    padding-right: 2rem; }
  .filter__range-inputs .input {
    padding: 0; }

.filter__head {
  display: none; }
  .filter__head .title {
    font-weight: 700; }

.filter__block-title {
  font-weight: 700;
  margin-bottom: 2rem; }

.filter__content-item {
  border-bottom: 1px solid #e0e6f0;
  margin-bottom: 3rem;
  padding-bottom: 2rem; }
  .filter__content-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .filter__content-item .checkbox {
    margin-bottom: .5rem; }

.filter__show {
  color: #29C8E4;
  display: block;
  margin-top: 2rem; }
  .filter__show:hover {
    text-decoration: underline; }

.filter__range {
  padding-top: 2rem; }

@media (max-width: 1680px) {
  .cabinet .plans__wrapper {
    overflow: hidden; } }

@media (max-width: 1680px) {
  .cabinet .plans__block {
    width: calc(100% / 3); } }

@media (max-width: 1100px) {
  .cabinet .plans__block {
    width: 50%; } }

@media (max-width: 680px) {
  .cabinet .plans__block {
    width: 100%; } }

.cabinet__page {
  display: flex;
  padding-left: 25rem;
  position: relative; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 25rem;
  height: 100%;
  padding: 3.5rem 3rem;
  border-right: 1px solid #14161D;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto; }
  .sidebar .logo {
    margin-bottom: 5rem; }

.sidebar__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }

.sidebar__link {
  padding: .9rem;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 3rem;
  margin-bottom: .6rem; }
  .sidebar__link.active {
    background-color: #14161D;
    border: 1px solid #1F2129; }
  .sidebar__link:last-child {
    margin-bottom: 0; }
  .sidebar__link img {
    margin-right: 1rem; }

.sidebar__copy {
  color: #5d5d5d; }

.cabinet__content {
  width: 100%; }

.cabinet__header {
  border-bottom: 1px solid #14161D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0 3.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2; }

.cabinet__title {
  font-size: 2.6rem; }

.user {
  position: relative; }

.user__item {
  border-radius: 2.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 28rem;
  padding: 0 3rem;
  background-color: #14161D;
  border: 1px solid #1F2129;
  position: relative;
  cursor: pointer; }
  .user__item:after {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #3EE3AF;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    margin-top: .2rem; }
  .user__item .title {
    font-size: 1.4rem; }
  .user__item .lng {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    color: #000;
    background: linear-gradient(#29C8E4, #3EE3AF);
    border-radius: 50%;
    line-height: 1;
    margin-right: 1rem; }
  .user__item.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0; }
    .user__item.active:after {
      border-top-color: transparent;
      border-bottom-color: #3ee3af;
      margin-top: -2px; }

.user__menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden; }
  .user__menu-wrapper.opened {
    opacity: 1;
    visibility: visible; }

.user__menu {
  background-color: #14161D;
  border: 1px solid #1F2129;
  border-top: 0;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding: .5rem 3rem 2rem;
  display: flex;
  flex-direction: column; }
  .user__menu a {
    margin-bottom: 2rem;
    color: #fff; }
    .user__menu a:last-child {
      margin-bottom: 0;
      color: #FF5A00; }

.cabinet__nav {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  overflow-x: auto; }

.cabinet__nav-link {
  margin-right: 2.5rem;
  color: #5D5D5D; }
  .cabinet__nav-link.active {
    color: #fff; }

.cabinet__container {
  width: 100%;
  padding: 0 4rem; }

.cabinet__explore-grid {
  width: 100%;
  max-width: 100%;
  column-count: 5;
  column-gap: 0; }
  .cabinet__explore-grid .grid-sizer {
    width: 20%; }

.cabinet__explore-block {
  border: .2rem solid transparent; }

.cabinet__explore-item {
  display: block; }
  .cabinet__explore-item img {
    display: block;
    object-fit: cover;
    width: 100%; }

.models__wrapper {
  display: flex;
  margin: 0 -.75rem;
  flex-wrap: wrap; }

.models__block {
  width: 20%;
  padding: 0 .75rem;
  margin-bottom: 1.5rem; }

.models__item {
  height: 36.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  padding: 2.5rem .7rem 2.5rem 2.5rem;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .models__item:after {
    content: '';
    position: absolute;
    height: 11.6rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000); }
  .models__item:hover .models__create {
    opacity: 1;
    visibility: visible; }

.models__tags {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }

.models__tag {
  font-weight: 700;
  font-size: 1rem;
  background-color: #000000B2;
  border-radius: 2rem;
  padding: .5rem 1rem;
  margin-right: .5rem; }

.models__content {
  position: relative;
  z-index: 2; }
  .models__content .title {
    font-size: 2rem; }
  .models__content .text {
    font-size: 1.2rem; }

.models__create {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  background-color: rgba(0, 0, 0, 0.8); }

.models__create-text {
  display: flex;
  align-items: center;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .models__create-text img {
    margin-right: 1rem; }

.filter {
  max-width: 43rem;
  position: relative;
  padding-right: 3.5rem; }
  .filter:after {
    content: '';
    position: absolute;
    right: 0;
    top: -3rem;
    height: calc(100% + 3rem);
    width: 1px;
    background-color: #14161D; }
  .filter .form__group {
    margin-bottom: 2.5rem; }
  .filter .select select {
    border: 1px solid #2C2F39;
    background: none;
    height: 4.4rem; }
  .filter .input {
    border: 1px solid #2C2F39;
    background: none;
    height: 4.4rem; }
  .filter .btn {
    height: 4.4rem; }

.filter__actions {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: space-between;
  gap: 2rem; }
  .filter__actions .btn {
    flex: 1;
    border-radius: .8rem;
    height: 4.4rem;
    font-size: 1.4rem;
    background-color: #101114; }

.filter__item {
  padding: 2rem;
  border-radius: 1.5rem;
  border: 2px solid #14161D;
  background-color: #101114; }

.filter__link {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: block; }
  .filter__link:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #3EE3AF;
    top: 50%;
    right: 0;
    margin-top: 0; }
  .filter__link.active:after {
    border-top-color: transparent;
    border-bottom-color: #3EE3AF;
    margin-top: -8px; }
  .filter__link .btn {
    padding: 0;
    width: 4.4rem;
    height: 4.4rem;
    margin-left: 1rem; }
    .filter__link .btn img {
      margin-right: 0; }

.form__size {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem; }
  .form__size .form__group {
    margin-bottom: 0; }
  .form__size .separator {
    width: 4rem;
    height: 4.4rem;
    flex: 0 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 300;
    color: #fff; }

.form__actions-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.form__tip {
  display: flex;
  align-items: center;
  font-size: 1.4rem; }
  .form__tip .tip {
    margin-left: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #2C2F39;
    font-size: .9rem;
    line-height: 1;
    padding-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.form__type {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem; }

.form__type-link {
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 2px solid #2C2F39;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600; }
  .form__type-link.active {
    border-color: #3EE3AF; }
  .form__type-link:hover {
    border-color: #3EE3AF; }

.filter__content {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .filter__content:after {
    content: '';
    position: absolute;
    height: .2rem;
    background-color: #14161D;
    left: -2rem;
    right: -2rem;
    bottom: 0; }

.range__slider-range {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .range__slider-range .text {
    color: #FFFFFF;
    font-size: 1.4rem; }

.form__url {
  display: flex;
  gap: 1rem; }
  .form__url .btn {
    padding: 0;
    width: 5.6rem;
    justify-content: center; }
    .form__url .btn img {
      margin-right: 0; }

.form__control {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .form__control .label {
    width: auto; }
  .form__control .btn {
    font-size: 1.2rem;
    height: 3.6rem;
    padding: 0 2rem; }

.create__wrapper {
  display: flex; }

.create__content {
  flex: 1; }

.create__head {
  padding-left: 3.5rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .create__head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: calc(100% + 3.5rem);
    background-color: #14161D; }

.create__actions {
  display: flex; }

.create__action {
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #2C2F39;
  border-radius: .6rem; }
  .create__action:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .create__action:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .create__action.active {
    border-color: transparent;
    background: linear-gradient(#29C8E4, #3EE3AF); }
  .create__action img {
    height: 1.3rem;
    width: 1.3rem;
    display: block; }

.create__blocks {
  padding: 3.5rem 0 0 3.5rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.25rem; }
  .create__blocks.triple .create__block {
    width: 33.33%; }

.create__block {
  width: 50%;
  padding: 0 .25rem;
  margin-bottom: .5rem; }

.create__item {
  position: relative;
  height: 26rem; }
  .create__item:hover .create__overlay {
    opacity: 1; }
  .create__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.create__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .2s ease;
  opacity: 0; }
  .create__overlay a {
    width: 4.4rem;
    height: 4.4rem;
    background-color: #131518B2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #63666F;
    border-radius: 1rem;
    margin-right: 1.5rem;
    transition: all .2s ease; }
    .create__overlay a:hover {
      background-color: #131518; }
    .create__overlay a:last-child {
      margin-right: 0;
      margin-left: auto; }
    .create__overlay a img {
      height: auto;
      width: auto; }

.wallet__wrapper {
  display: flex;
  margin-bottom: 3.5rem; }

.wallet__block {
  width: 50%; }
  .wallet__block .block__text {
    max-width: 75rem;
    margin-bottom: 1rem; }
  .wallet__block:first-child {
    padding-top: 3.5rem; }
  .wallet__block .btn {
    min-width: 13rem; }

.balance {
  max-width: 44rem;
  border-radius: 2rem;
  background-color: #14161D;
  padding: 3rem;
  margin-left: auto; }
  .balance .title {
    margin-bottom: 1rem;
    font-size: 2.2rem; }
  .balance .text {
    margin-bottom: 1rem;
    font-size: 3.4rem; }
    .balance .text b {
      font-weight: 600; }

.cabinet__item {
  padding: 2rem 3rem;
  background-color: #14161D;
  margin-bottom: 3.5rem;
  border-radius: 2rem; }
  .cabinet__item .title {
    font-size: 1.8rem; }

.cabinet__item-header {
  margin-bottom: 1.5rem; }

.checkout__item {
  display: flex;
  justify-content: space-between;
  background-color: #14161D;
  border-radius: 2rem;
  align-items: center;
  padding-right: 3.5rem;
  margin-bottom: 3rem; }
  .checkout__item .price {
    font-size: 3.6rem; }

.checkout__item-left {
  display: flex;
  align-items: center; }
  .checkout__item-left .title {
    font-size: 3.6rem; }

.checkout__img {
  height: 19rem;
  background: linear-gradient(to right, #29C8E4, #3EE3AF);
  margin-right: 7rem;
  width: 27rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.checkout__title {
  margin-bottom: 3rem;
  font-size: 2.6rem; }

.checkout__radio-wrapper {
  display: flex;
  margin-bottom: 3rem; }
  .checkout__radio-wrapper .radio {
    margin-right: 5rem; }

.settings__form {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #14161D; }
  .settings__form .btn {
    width: 15rem; }
  .settings__form:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .settings__form .title {
    font-size: 2.4rem;
    margin-bottom: 2rem; }

@media (max-width: 1300px) {
  .models__block {
    width: 25%; } }

@media (max-width: 1110px) {
  .models__block {
    width: 33.33%; } }

@media (min-width: 992px) {
  .filter__close {
    display: none; } }

@media (max-width: 992px) {
  .sidebar {
    overflow: hidden;
    width: 8rem;
    padding: 3.5rem 1rem; }
    .sidebar .sidebar__link {
      margin-bottom: 2rem;
      font-size: 0;
      padding: 0;
      border: 0;
      justify-content: center;
      background: none; }
    .sidebar .logo {
      width: 3rem;
      margin: 0 auto 5rem;
      overflow: hidden;
      justify-content: center; }
    .sidebar .sidebar__copy {
      display: none; }
  .cabinet__page {
    padding-left: 8rem; }
  .cabinet__container {
    padding: 0 2rem; }
  .cabinet__header {
    padding: 0 2rem; }
  .cabinet__explore-grid .grid-sizer {
    width: 25%; }
  .cabinet__explore-grid {
    column-count: 4; }
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    background-color: #0C0D11;
    max-width: 100%;
    padding: 4rem 2rem; }
    .filter.closed {
      display: none; }
  .filter__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    z-index: 4;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    color: #000;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2rem; }
    .filter__close:before, .filter__close:after {
      content: '';
      position: absolute;
      top: 0.9rem;
      left: 0;
      display: block;
      width: 100%;
      height: 0.2rem;
      border-radius: 2px;
      background-color: #fff;
      transition: 0.3s; }
    .filter__close:before {
      transform: rotate(-45deg); }
    .filter__close:after {
      transform: rotate(45deg); }
  .wallet__wrapper {
    flex-direction: column; }
  .wallet__block {
    width: 100%;
    margin-bottom: 2rem; }
    .wallet__block:first-child {
      padding-top: 0; }
    .wallet__block:last-child {
      margin-bottom: 0; }
  .balance {
    max-width: 100%; } }

@media (max-width: 768px) {
  .models__block {
    width: 50%; }
  .user__item {
    min-width: 20rem;
    max-width: 100%;
    padding: 0 3rem 0 1.5rem; }
  .form__row {
    flex-wrap: wrap; }
    .form__row .form__group {
      flex: unset;
      width: 100%; }
      .form__row .form__group.half {
        width: 100%; } }

@media (max-width: 640px) {
  .cabinet .logo img {
    height: 4.4rem; }
  .cabinet__header {
    flex-direction: column;
    align-items: flex-start;
    height: 15rem;
    gap: 1rem;
    padding: 2rem; }
  .cabinet__explore-grid .grid-sizer {
    width: 50%; }
  .cabinet__explore-grid {
    column-count: 2; }
  form[data-filters-form] {
    flex-direction: column;
    gap: 0 !important; } }

@media (max-width: 560px) {
  .models__block {
    width: 100%; } }

.cookie {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background: linear-gradient(to right, #29C8E4, #3EE3AF);
  padding: 20px;
  border-radius: 2rem;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cookie.closed {
    display: none; }
  .cookie .btn {
    min-width: 26rem; }
    .cookie .btn:hover {
      color: #000; }

.cookie__text {
  font-size: 1.6rem;
  color: #000;
  margin-right: 8rem; }
  .cookie__text a {
    font-weight: 700;
    color: #000; }

@media (max-width: 1220px) {
  .cookie {
    right: 2rem;
    width: auto; } }

@media (max-width: 768px) {
  .cookie {
    flex-direction: column;
    justify-content: center; }
  .cookie__text {
    margin-bottom: 2rem;
    text-align: center;
    margin-right: 0; } }

.page__text-wrapper {
  margin: 0 -1rem;
  font-size: 1rem; }
  .page__text-wrapper:before, .page__text-wrapper:after {
    content: "";
    display: table; }
  .page__text-wrapper:after {
    clear: both; }
  .page__text-wrapper ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .page__text-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .page__text-wrapper h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page__text-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .page__text-wrapper p {
    margin-bottom: .5em; }

.page__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700; }

.page__text-block {
  width: 50%;
  padding: 0 1rem; }
  .page__text-block.full {
    width: 100%; }

.page__text-date {
  margin-bottom: 1rem; }

.text__img {
  width: 20rem;
  height: 20rem;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.gallery__slider {
  margin-bottom: 1px;
  overflow: hidden; }

.gallery__slider-item {
  display: block; }
  .gallery__slider-item img {
    display: block;
    width: 100%;
    height: 43rem;
    object-fit: cover; }

.gallery__nav-item {
  cursor: pointer; }
  .gallery__nav-item img {
    display: block;
    width: 100%;
    height: 7rem;
    object-fit: cover; }

.gallery__nav .slick-list {
  margin: 0 -1px 0 0; }

.gallery__nav .slick-slide {
  padding: 0 1px 0 0; }
  .gallery__nav .slick-slide:hover .gallery__nav-item:before {
    opacity: 0.4; }

.gallery__nav .slick-arrow {
  display: none; }

.gallery__nav .slick-current .gallery__nav-item:before {
  opacity: 0.4; }

.gallery__nav-item {
  position: relative; }
  .gallery__nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s; }

.lg-actions .lg-prev {
  transform: rotate(180deg); }

.contact {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 13, 17, 0) 20%, #0C0D11); }

.contact__wrapper {
  text-align: center;
  position: relative;
  z-index: 2; }

.contact__text {
  margin-bottom: 3rem; }
  .contact__text a {
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.contact__form {
  padding: 6rem 8rem;
  background-color: #14161D80;
  backdrop-filter: blur(4.9rem);
  max-width: 54rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  text-align: left; }
  .contact__form .btn {
    min-width: 15rem; }

.contact__title {
  font-size: 4.5rem;
  margin-bottom: 2rem; }

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 16px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -17px;
  top: 0;
  opacity: 0; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  width: 100%;
  background: #15171C;
  border-radius: 8px; }

.noUi-connects {
  border-radius: 8px; }

.noUi-connect {
  background: linear-gradient(to right, #29C8E4, #3EE3AF); }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.wrapper {
  padding: 0 5rem; }

.section {
  margin-bottom: 10rem; }

.text__page {
  padding-bottom: 10rem; }
  .text__page .block__text h1 {
    font-weight: 600;
    font-size: 3rem; }
  .text__page .block__text h2 {
    font-weight: 700;
    font-size: 2.6rem; }
  .text__page .block__text h3 {
    font-weight: 700;
    font-size: 2rem; }
  .text__page .block__text h4 {
    font-weight: 600;
    font-size: 2.2rem; }

.block__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }
  .block__title-wrapper .block__title {
    margin-bottom: 0; }
    .block__title-wrapper .block__title.xl {
      margin-bottom: 3rem; }

.block__subtitle {
  font-size: 2rem;
  font-weight: 400;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.block__link {
  color: #29C8E4;
  font-size: 1.6rem;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block; }

.block__title {
  margin-bottom: 2rem;
  font-size: 4.5rem;
  line-height: 1.25;
  color: #fff; }
  .block__title--sm {
    font-size: 4rem; }
  .block__title.xl {
    font-size: 6.2rem; }
  .block__title .link {
    position: relative;
    padding-right: 4.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #29C8E4; }
    .block__title .link:hover {
      text-decoration: none; }
      .block__title .link:hover:before {
        transform: translate(5px, -50%); }

.block__text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.explore {
  max-width: 81rem;
  margin: 0 auto 10rem;
  padding: 8rem 1.5rem 0; }

.explore__wrapper {
  display: flex;
  margin: 0 -1rem; }

.explore__block {
  width: 50%;
  padding: 0 1rem; }

.explore__item {
  background-color: #14161D;
  border-radius: 2rem;
  padding: 3rem; }
  .explore__item .title {
    font-size: 3rem;
    color: #fff; }
  .explore__item .text {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #fff; }

.explore__link {
  font-size: 2rem;
  background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .explore__link img {
    margin-left: .4rem; }

.gallery__slider {
  margin-bottom: 2rem; }
  .gallery__slider.second {
    margin-bottom: 10rem; }
  .gallery__slider .slick-slide {
    padding: 0 1rem; }

.gallery__slide img {
  height: 27.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 2rem; }

.simple .block__title {
  font-size: 6rem; }

.simple__wrapper {
  display: flex;
  align-items: center;
  margin: 0 -1rem; }

.simple__block {
  position: relative;
  width: 50%;
  padding: 0 1rem; }
  .simple__block:first-child {
    padding-right: 6rem; }
  .simple__block:last-child {
    display: flex;
    justify-content: flex-end;
    height: 69rem; }
  .simple__block .block__text {
    margin-bottom: 4rem;
    max-width: 56rem; }

.simple__slide {
  position: absolute;
  top: 50%;
  left: 0;
  height: 69rem;
  transform-origin: left center;
  transition: 0.7s; }

.simple__images {
  position: relative;
  width: 100%; }
  .simple__images img {
    max-width: 100%; }

.simple__slide-img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.simple__img-front {
  position: relative;
  z-index: 2;
  border-radius: 2rem; }

.simple__img-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  z-index: 1;
  border-radius: 2rem; }

.simple__img-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  z-index: 0;
  border-radius: 2rem; }

.simple__text {
  padding: 2.9rem 2rem;
  position: absolute;
  left: 6rem;
  right: 6rem;
  bottom: 6rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4.8rem);
  z-index: 3;
  color: #fff;
  border-radius: 2rem;
  text-align: center; }

.useful .block__title {
  margin-bottom: 3rem;
  font-size: 4.5rem; }

.useful__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.useful__block {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem; }

.useful__item {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 25rem;
  padding: 0 3rem;
  overflow: hidden; }

.useful__title {
  font-size: 1.7rem;
  color: #fff;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem 2rem;
  text-align: center;
  backdrop-filter: blur(4.9rem); }

.plans__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2rem;
  background-image: url("../../userfiles/plans_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1480px) {
    .plans__wrapper {
      overflow: hidden; } }

.plans__block {
  width: calc(100% / 6);
  border: 1px solid #0C0D11; }
  @media (max-width: 1480px) {
    .plans__block {
      width: calc(100% / 3); } }
  .plans__block.best .plans__item {
    background: linear-gradient(#29C8E4, #3EE3AF);
    z-index: 2;
    position: relative;
    color: #000; }
    .plans__block.best .plans__item:before {
      content: 'BEST VALUE';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 10rem;
      max-width: 100%;
      height: 2.4rem;
      padding: 0 1rem;
      border-radius: 1.2rem;
      background-color: #fff;
      font-weight: 400;
      font-size: 1.3rem;
      line-height: 1;
      text-transform: uppercase;
      color: #000; }
    .plans__block.best .plans__item .plans__title {
      color: #000; }
    .plans__block.best .plans__item .plans__text {
      color: #000; }
    .plans__block.best .plans__item .plans__item-footer .btn {
      border-color: #fff; }
      .plans__block.best .plans__item .plans__item-footer .btn span {
        color: #fff;
        background: none;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset; }
  .plans__block.best .plans__list {
    color: #000; }
    .plans__block.best .plans__list ul li:before {
      border-color: #000; }
  .plans__block.best .plans__price-wrapper .price {
    color: #000; }
  .plans__block.best .plans__price-wrapper .tokens {
    color: #fff; }

.plans__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 3rem 4rem;
  background-color: #14161D80; }

.plans__title {
  font-size: 2.8rem;
  color: #fff; }

.plans__text {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2rem; }

.plans__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  .plans__content .btn {
    min-width: 15rem; }

.plans__price-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .plans__price-wrapper .price {
    font-size: 2.4rem;
    color: #fff; }
  .plans__price-wrapper .tokens {
    color: #8B98A0;
    font-size: 1.6rem; }

.plans__bar {
  width: 100%;
  height: 1.6rem;
  margin-top: 2rem;
  border-radius: 3rem;
  background-color: #15171C;
  position: relative; }
  .plans__bar .line {
    background: linear-gradient(#29C8E4, #3EE3AF);
    position: absolute;
    border-radius: 3rem;
    top: 0;
    left: 0;
    height: 1.6rem; }

.plans__list {
  color: #fff; }
  .plans__list b {
    font-weight: 600;
    margin-bottom: 1rem;
    display: block; }
  .plans__list ul li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative; }
    .plans__list ul li:last-child {
      margin-bottom: 0; }
    .plans__list ul li.disabled {
      opacity: .5; }
    .plans__list ul li:before {
      content: '';
      position: absolute;
      top: .4rem;
      left: 0;
      width: .6rem;
      height: 1.2rem;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #fff;
      transform: rotateZ(45deg); }

.features .wrapper {
  padding: 0 12rem; }

.features__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3rem; }

.features__block {
  width: 33.33%;
  padding: 0 3rem;
  position: relative;
  text-align: center; }
  .features__block:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("../../images/star.svg");
    width: 6.2rem;
    height: 6rem; }
  .features__block:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("../../images/star.svg");
    width: 6.2rem;
    height: 6rem; }
  .features__block .title {
    font-size: 2.7rem;
    color: #fff; }
  .features__block .text {
    font-size: 1.8rem;
    color: #fff; }

.creators__title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 4.5rem; }
  .creators__title span {
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.creators__images {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center; }
  .creators__images img {
    margin: 0 -2rem;
    border-radius: 50%;
    border: 0.5rem solid #000; }

.creators__text {
  max-width: 77rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff; }

.inspiration__main-wrapper {
  display: flex;
  margin: 0 -2rem; }

.inspiration__main-block {
  width: 50%;
  padding: 0 2rem; }
  .inspiration__main-block .block__title {
    font-size: 6rem;
    max-width: 65rem; }
  .inspiration__main-block .block__text {
    max-width: 56rem; }

.inspiration__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.inspiration__block {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.inspiration__item {
  padding: 4rem;
  border-radius: 2rem;
  background-color: #14161D;
  height: 100%; }
  .inspiration__item img {
    margin-bottom: 1.5rem;
    height: 7.2rem;
    display: block; }
  .inspiration__item .title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    color: #fff; }
  .inspiration__item .text {
    line-height: 1.6; }

.start__container {
  display: flex;
  background-color: #14161D;
  border-radius: 2rem;
  overflow: hidden; }
  .start__container.reverse {
    flex-direction: row-reverse; }
    .start__container.reverse .start__img:after {
      right: auto;
      left: -2rem;
      background: linear-gradient(to right, #14161D 33%, rgba(20, 22, 29, 0)); }

.start__img {
  width: 50%;
  position: relative; }
  .start__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2rem;
    height: 100%;
    width: 10rem;
    background: linear-gradient(to left, #14161D 33%, rgba(20, 22, 29, 0)); }
  .start__img img {
    height: 36rem;
    width: 100%;
    object-fit: cover;
    display: block; }

.start__block {
  width: 50%;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .start__block .block__title {
    max-width: 71rem; }
  .start__block .btn {
    min-width: 19rem; }

.generate__wrapper {
  display: flex;
  margin: 0 -1rem; }

.generate__block {
  width: 50%;
  padding: 0 1rem; }

.generate__item .btn {
  min-width: 23rem; }

.generate__img {
  height: 46rem;
  position: relative;
  margin-bottom: 2rem; }

.generate__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem; }

.generate__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.generate__title {
  font-size: 3rem;
  margin-bottom: .5rem; }

.generate__text {
  margin-bottom: 1.5rem; }

.res__wrapper {
  display: flex;
  align-items: center; }
  .res__wrapper.reverse {
    flex-direction: row-reverse; }
    .res__wrapper.reverse .res__block {
      margin-left: 0;
      margin-right: -7rem; }

.res__img {
  width: 50%;
  height: 69rem;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
  display: block; }

.res__block {
  width: calc(50% + 7rem);
  margin-left: -7rem;
  position: relative;
  z-index: 2;
  padding: 9rem 5rem;
  background-color: #14161D80;
  backdrop-filter: blur(4.8rem);
  border-radius: 2rem;
  overflow: hidden; }

.res__text {
  font-size: 3rem;
  margin-bottom: 5rem; }

.res__author {
  font-weight: 700;
  color: #fff;
  text-align: right;
  font-size: 2.4rem; }
  .res__author .type {
    font-weight: 400;
    color: #5d5d5d; }

.inside__section {
  margin-top: 10rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }

.contact {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 13, 17, 0) 20%, #0C0D11); }

.contact__wrapper {
  text-align: center;
  position: relative;
  z-index: 2; }

.contact__text {
  margin-bottom: 3rem; }
  .contact__text a {
    background: -webkit-linear-gradient(#29C8E4, #3EE3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.contact__form {
  padding: 6rem 8rem;
  background-color: #14161D80;
  backdrop-filter: blur(4.9rem);
  max-width: 54rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  text-align: left; }
  .contact__form .btn {
    min-width: 15rem; }

.contact__title {
  font-size: 4.5rem;
  margin-bottom: 2rem; }

.tip {
  display: inline-block;
  vertical-align: baseline;
  /* Positions Top
    ==========================*/
  /* Positions Bottom
    ==========================*/
  /* Positions Left & Right
    ==========================*/
  /* Sizes
    ==========================*/
  /* Styling
    ==========================*/
  /* Colors
    ==========================*/ }
  .tip.tip--top-left:before {
    border-top-color: #000; }
  .tip.tip--top-right:before {
    border-top-color: #000; }
  .tip.tip--top:before {
    border-top-color: #000; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip.tip--bottom:before {
    border-bottom-color: #000; }
  .tip.tip--left:before {
    border-left-color: #000; }
  .tip.tip--right:before {
    border-right-color: #000; }
  .tip:before, .tip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  .tip:after {
    content: attr(aria-label);
    width: 30rem;
    max-width: calc(100vw - 4rem);
    padding: 1.5rem 2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: #000; }
  .tip:hover:before, .tip:hover:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  .tip--top:before, .tip--top:after {
    left: 0;
    transform: translate3d(-4.2rem, 0, 0); }
  .tip--top:before {
    top: -4px; }
  .tip--top:after {
    bottom: 100%;
    margin-bottom: 4px; }
  .tip--top:hover:before, .tip--top:hover:after {
    transform: translate3d(-4.2rem, 0, 0); }
  .tip--top-left:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-left:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, 8px, 0); }
  .tip--top-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--top-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--top-right:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -15px;
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:hover:before, .tip--top-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--bottom:before, .tip--bottom:after {
    left: 50%;
    transform: translate3d(-50%, -8px, 0); }
  .tip--bottom:before {
    bottom: -4px; }
  .tip--bottom:after {
    top: 100%;
    margin-top: 4px; }
  .tip--bottom:hover:before, .tip--bottom:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--bottom-left:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-left:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, -8px, 0); }
  .tip--bottom-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--bottom-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--bottom-right:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: -15px;
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--left:before, .tip--left:after {
    top: 50%;
    transform: translate3d(8px, -50%, 0); }
  .tip--left:before {
    right: 100%; }
  .tip--left:after {
    right: 100%;
    margin-right: 8px; }
  .tip--left:hover:before, .tip--left:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--right:before, .tip--right:after {
    top: 50%;
    transform: translate3d(-8px, -50%, 0); }
  .tip--right:before {
    left: 100%; }
  .tip--right:after {
    left: 100%;
    margin-left: 8px; }
  .tip--right:hover:before, .tip--right:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
    white-space: normal; }
  .tip--sm:after {
    width: 70px; }
  .tip--md:after {
    width: 150px; }
  .tip--lg:after {
    width: 250px; }
  .tip--full:after {
    width: 100%; }
  .tip--shadow:after {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #999999; }
  .tip--gray.tip--top-right:before {
    border-top-color: #999999; }
  .tip--gray.tip--top:before {
    border-top-color: #999999; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--left:before {
    border-left-color: #999999; }
  .tip--gray.tip--right:before {
    border-right-color: #999999; }
  .tip--gray:after {
    background-color: #999999; }
  .tip--dark-blue.tip--top-left:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top-right:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--bottom-left:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom-right:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--left:before {
    border-left-color: #1437CC; }
  .tip--dark-blue.tip--right:before {
    border-right-color: #1437CC; }
  .tip--dark-blue:after {
    background-color: #1437CC; }
  .tip--red.tip--top-left:before {
    border-top-color: #EA4335; }
  .tip--red.tip--top-right:before {
    border-top-color: #EA4335; }
  .tip--red.tip--top:before {
    border-top-color: #EA4335; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #EA4335; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #EA4335; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #EA4335; }
  .tip--red.tip--left:before {
    border-left-color: #EA4335; }
  .tip--red.tip--right:before {
    border-right-color: #EA4335; }
  .tip--red:after {
    background-color: #EA4335; }
  .tip--rblack.tip--top-left:before {
    border-top-color: #000; }
  .tip--rblack.tip--top-right:before {
    border-top-color: #000; }
  .tip--rblack.tip--top:before {
    border-top-color: #000; }
  .tip--rblack.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--rblack.tip--left:before {
    border-left-color: #000; }
  .tip--rblack.tip--right:before {
    border-right-color: #000; }
  .tip--rblack:after {
    background-color: #000; }
  .tip--white.tip--top-left:before {
    border-top-color: #fff; }
  .tip--white.tip--top-right:before {
    border-top-color: #fff; }
  .tip--white.tip--top:before {
    border-top-color: #fff; }
  .tip--white.tip--bottom-left:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom-right:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom:before {
    border-bottom-color: #fff; }
  .tip--white.tip--left:before {
    border-left-color: #fff; }
  .tip--white.tip--right:before {
    border-right-color: #fff; }
  .tip--white:after {
    background-color: #fff; }
  .tip--pink.tip--top-left:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top-right:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--bottom-left:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom-right:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--left:before {
    border-left-color: #EBDDDD; }
  .tip--pink.tip--right:before {
    border-right-color: #EBDDDD; }
  .tip--pink:after {
    background-color: #EBDDDD; }
  .tip--deep-pink.tip--top-left:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top-right:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--top:before {
    border-top-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-left:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom-right:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--bottom:before {
    border-bottom-color: #DCC9C3; }
  .tip--deep-pink.tip--left:before {
    border-left-color: #DCC9C3; }
  .tip--deep-pink.tip--right:before {
    border-right-color: #DCC9C3; }
  .tip--deep-pink:after {
    background-color: #DCC9C3; }
  .tip--purple.tip--top-left:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top-right:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--bottom-left:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom-right:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--left:before {
    border-left-color: #A08CA7; }
  .tip--purple.tip--right:before {
    border-right-color: #A08CA7; }
  .tip--purple:after {
    background-color: #A08CA7; }
  .tip--deep-purple.tip--top-left:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top-right:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--bottom-left:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom-right:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--left:before {
    border-left-color: #673ab7; }
  .tip--deep-purple.tip--right:before {
    border-right-color: #673ab7; }
  .tip--deep-purple:after {
    background-color: #673ab7; }
  .tip--dark-pink.tip--top-left:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top-right:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--bottom-left:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom-right:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--left:before {
    border-left-color: #BC9999; }
  .tip--dark-pink.tip--right:before {
    border-right-color: #BC9999; }
  .tip--dark-pink:after {
    background-color: #BC9999; }
  .tip--blue.tip--top-left:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top-right:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--bottom-left:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom-right:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--left:before {
    border-left-color: #315ED2; }
  .tip--blue.tip--right:before {
    border-right-color: #315ED2; }
  .tip--blue:after {
    background-color: #315ED2; }
  .tip--blue-gray.tip--top-left:before {
    border-top-color: #49566A; }
  .tip--blue-gray.tip--top-right:before {
    border-top-color: #49566A; }
  .tip--blue-gray.tip--top:before {
    border-top-color: #49566A; }
  .tip--blue-gray.tip--bottom-left:before {
    border-bottom-color: #49566A; }
  .tip--blue-gray.tip--bottom-right:before {
    border-bottom-color: #49566A; }
  .tip--blue-gray.tip--bottom:before {
    border-bottom-color: #49566A; }
  .tip--blue-gray.tip--left:before {
    border-left-color: #49566A; }
  .tip--blue-gray.tip--right:before {
    border-right-color: #49566A; }
  .tip--blue-gray:after {
    background-color: #49566A; }
  .tip--cyan.tip--top-left:before {
    border-top-color: #00aeed; }
  .tip--cyan.tip--top-right:before {
    border-top-color: #00aeed; }
  .tip--cyan.tip--top:before {
    border-top-color: #00aeed; }
  .tip--cyan.tip--bottom-left:before {
    border-bottom-color: #00aeed; }
  .tip--cyan.tip--bottom-right:before {
    border-bottom-color: #00aeed; }
  .tip--cyan.tip--bottom:before {
    border-bottom-color: #00aeed; }
  .tip--cyan.tip--left:before {
    border-left-color: #00aeed; }
  .tip--cyan.tip--right:before {
    border-right-color: #00aeed; }
  .tip--cyan:after {
    background-color: #00aeed; }
  .tip--green.tip--top-left:before {
    border-top-color: #2BBE52; }
  .tip--green.tip--top-right:before {
    border-top-color: #2BBE52; }
  .tip--green.tip--top:before {
    border-top-color: #2BBE52; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #2BBE52; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #2BBE52; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #2BBE52; }
  .tip--green.tip--left:before {
    border-left-color: #2BBE52; }
  .tip--green.tip--right:before {
    border-right-color: #2BBE52; }
  .tip--green:after {
    background-color: #2BBE52; }
  .tip--yellow.tip--top-left:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top-right:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--bottom-left:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom-right:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--left:before {
    border-left-color: #F0B83B; }
  .tip--yellow.tip--right:before {
    border-right-color: #F0B83B; }
  .tip--yellow:after {
    background-color: #F0B83B; }
  .tip--main.tip--top-left:before {
    border-top-color: #29C8E4; }
  .tip--main.tip--top-right:before {
    border-top-color: #29C8E4; }
  .tip--main.tip--top:before {
    border-top-color: #29C8E4; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #29C8E4; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #29C8E4; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #29C8E4; }
  .tip--main.tip--left:before {
    border-left-color: #29C8E4; }
  .tip--main.tip--right:before {
    border-right-color: #29C8E4; }
  .tip--main:after {
    background-color: #29C8E4; }
  .tip--moicvet.tip--top-left:before {
    border-top-color: #000; }
  .tip--moicvet.tip--top-right:before {
    border-top-color: #000; }
  .tip--moicvet.tip--top:before {
    border-top-color: #000; }
  .tip--moicvet.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--moicvet.tip--left:before {
    border-left-color: #000; }
  .tip--moicvet.tip--right:before {
    border-right-color: #000; }
  .tip--moicvet:after {
    background-color: #000; }
  .tip--secondary.tip--top-left:before {
    border-top-color: #000; }
  .tip--secondary.tip--top-right:before {
    border-top-color: #000; }
  .tip--secondary.tip--top:before {
    border-top-color: #000; }
  .tip--secondary.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--secondary.tip--left:before {
    border-left-color: #000; }
  .tip--secondary.tip--right:before {
    border-right-color: #000; }
  .tip--secondary:after {
    background-color: #000; }
  .tip--brown.tip--top-left:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top-right:before {
    border-top-color: #94816C; }
  .tip--brown.tip--top:before {
    border-top-color: #94816C; }
  .tip--brown.tip--bottom-left:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom-right:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--bottom:before {
    border-bottom-color: #94816C; }
  .tip--brown.tip--left:before {
    border-left-color: #94816C; }
  .tip--brown.tip--right:before {
    border-right-color: #94816C; }
  .tip--brown:after {
    background-color: #94816C; }
  .tip--black.tip--top-left:before {
    border-top-color: #000; }
  .tip--black.tip--top-right:before {
    border-top-color: #000; }
  .tip--black.tip--top:before {
    border-top-color: #000; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--black.tip--left:before {
    border-left-color: #000; }
  .tip--black.tip--right:before {
    border-right-color: #000; }
  .tip--black:after {
    background-color: #000; }
  .tip--gray.tip--top-left:before {
    border-top-color: #999999; }
  .tip--gray.tip--top-right:before {
    border-top-color: #999999; }
  .tip--gray.tip--top:before {
    border-top-color: #999999; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #999999; }
  .tip--gray.tip--left:before {
    border-left-color: #999999; }
  .tip--gray.tip--right:before {
    border-right-color: #999999; }
  .tip--gray:after {
    background-color: #999999; }
  .tip--peach.tip--top-left:before {
    border-top-color: #916868; }
  .tip--peach.tip--top-right:before {
    border-top-color: #916868; }
  .tip--peach.tip--top:before {
    border-top-color: #916868; }
  .tip--peach.tip--bottom-left:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom-right:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--bottom:before {
    border-bottom-color: #916868; }
  .tip--peach.tip--left:before {
    border-left-color: #916868; }
  .tip--peach.tip--right:before {
    border-right-color: #916868; }
  .tip--peach:after {
    background-color: #916868; }
  .tip--remodal.tip--bottom-right:after {
    box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
    background-color: #fff;
    border-radius: 5px;
    color: #6a6a6a;
    padding: .9rem;
    font-size: .9rem; }
  .tip--remodal.tip--bottom-right:before {
    border-bottom-color: #fff;
    color: #6a6a6a; }

.category {
  margin-bottom: 8.2rem; }

.category__wrapper {
  margin: 0 -2.4rem;
  display: flex;
  flex-wrap: wrap; }

.category__block {
  width: 33.33%;
  padding: 0 2.4rem;
  margin-bottom: 6.8rem; }

.category__item {
  border: 1px solid transparent;
  min-height: 23rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease; }
  .category__item:hover {
    border-color: #c7c7c7;
    text-decoration: none; }

.category__img {
  height: 13.6rem;
  width: 9.5rem;
  display: block;
  margin: 0 auto 2rem; }

.category__title {
  color: inherit;
  max-width: 28rem;
  font-size: 2.4rem;
  line-height: 1.2; }

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: 7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1; }

.login-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.login-page__remodal {
  width: 42rem;
  max-width: 100%;
  padding: 5rem 5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem; }

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none; }

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.block {
  padding: 20px; }
  .block .text {
    font-size: 20px; }

.text-gray {
  color: #999999 !important; }

.text-dark-blue {
  color: #1437CC !important; }

.text-red {
  color: #EA4335 !important; }

.text-rblack {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-pink {
  color: #EBDDDD !important; }

.text-deep-pink {
  color: #DCC9C3 !important; }

.text-purple {
  color: #A08CA7 !important; }

.text-deep-purple {
  color: #673ab7 !important; }

.text-dark-pink {
  color: #BC9999 !important; }

.text-blue {
  color: #315ED2 !important; }

.text-blue-gray {
  color: #49566A !important; }

.text-cyan {
  color: #00aeed !important; }

.text-green {
  color: #2BBE52 !important; }

.text-yellow {
  color: #F0B83B !important; }

.text-main {
  color: #29C8E4 !important; }

.text-moicvet {
  color: #000 !important; }

.text-secondary {
  color: #000 !important; }

.text-brown {
  color: #94816C !important; }

.text-black {
  color: #000 !important; }

.text-gray {
  color: #999999 !important; }

.text-peach {
  color: #916868 !important; }

.static {
  position: static; }

.text-xs {
  font-size: .7em; }

.text-s {
  font-size: .8em; }

.text-m {
  font-size: 1.2em; }

.text-l {
  font-size: 1.4em; }

.text-xl {
  font-size: 1.6em; }

.text-xxl {
  font-size: 1.8em; }

.text-thin {
  font-weight: 100; }

.text-xlight {
  font-weight: 200; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-xbold {
  font-weight: 800; }

.text-hbold {
  font-weight: 900; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-normal {
  font-style: normal; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-no-transform {
  text-transform: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-decor-under {
  text-decoration: underline; }

.text-decor-over {
  text-decoration: overline; }

.text-decor-lt {
  text-decoration: line-through; }

.text-decor-none {
  text-decoration: none; }

.float-right, .to-right {
  float: right; }

.float-left, .to-left {
  float: left; }

.center-block {
  display: block;
  margin: 0 auto; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--text {
    height: 320px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

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

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-50 {
  padding-top: 50px; }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; } }

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

.relative {
  position: relative; }

.flex-wrap {
  flex-wrap: wrap; }

.alert.error {
  background-color: #EA4335;
  display: block;
  color: #fff; }

.alert.visible-success {
  background-color: #2BBE52;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #2BBE52;
  display: block;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600; }

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #fff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #ff8003; }

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

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important; } }

.formh {
  display: none; }

@media (min-width: 992px) {
  .menu__btn,
  .menu {
    display: none; }
  .hide-desktop {
    display: none; } }

@media (max-width: 1480px) {
  .news__block {
    width: 33.33%; } }

@media (max-width: 1300px) {
  .plans__block {
    width: 33.33%; }
  .reviews__block {
    width: calc(33.33% - 15px); }
  .features__block:first-child:before {
    width: 4rem;
    height: 4rem;
    background-size: cover; }
  .features__block:after {
    width: 4rem;
    height: 4rem;
    background-size: cover; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .header__action {
    margin-right: 4rem; }
  .intro__content {
    padding: 0 1.5rem; }
  .simple__wrapper {
    flex-direction: column; }
  .simple__block {
    width: 100%;
    margin-bottom: 2rem; }
    .simple__block:first-child {
      padding-right: 1rem; }
    .simple__block:last-child {
      margin-bottom: 0;
      padding-left: 6rem; }
  .simple__slide {
    width: 100%; }
  .useful__block {
    width: 33.33%; }
  .block__title {
    font-size: 2.4rem; }
    .block__title.xl {
      font-size: 4rem; }
  .hide-mobile {
    display: none; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.6rem;
    height: 1.4rem;
    margin-right: 2rem;
    position: relative; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #000;
      transition: 0.3s; }
    .menu__btn:after {
      width: 80%;
      margin-right: auto; }
    .menu__btn.active {
      height: 2.6rem; }
      .menu__btn.active i {
        display: none; }
      .menu__btn.active:before {
        top: 12px;
        position: absolute;
        transform: rotate(45deg); }
      .menu__btn.active:after {
        top: 12px;
        position: absolute;
        width: 100%;
        transform: rotate(-45deg); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #000000;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 0 0 6rem;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 8rem;
    right: 0;
    height: calc(100% - 8rem);
    display: flex;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      width: 100%;
      padding: 0 1.5rem;
      overflow-y: auto; }
    .menu .header__actions {
      justify-content: center; }
    .menu .header__action {
      border: 0; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 1rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .menu .nav__item.with-sub:after {
        transform: translateY(0) rotateZ(45deg);
        top: .5rem; }
      .menu .nav__item a {
        padding: 0; }
    .menu .nav__submenu-wrapper {
      width: 100%;
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-container {
      box-shadow: none;
      padding-left: 1rem; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 1rem;
      padding: 0;
      text-align: left; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
      .menu .nav__submenu-item a {
        width: 100%;
        height: auto;
        padding: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent;
          color: #29C8E4; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
    .menu .lng__list {
      display: flex; }
      .menu .lng__list a {
        padding: 0;
        margin-right: 1rem; }
        .menu .lng__list a.active {
          color: #29C8E4; }
    .menu .lng__link {
      margin-right: 2rem;
      padding-right: 0; }
      .menu .lng__link:before {
        display: none; }
      .menu .lng__link:last-child {
        margin-right: 0; }
    .menu .lng__item {
      flex-direction: column; }
      .menu .lng__item:hover .lng__wrapper {
        transform: translateY(0) translateX(0); }
    .menu .lng__wrapper {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 1rem;
      opacity: 1;
      visibility: visible;
      transform: translateY(0rem); }
    .menu .lng__list {
      border-radius: 0;
      box-shadow: none; }
      .menu .lng__list:before {
        display: none; }
    .menu .lng__sub-item {
      height: auto;
      margin-bottom: 1rem; }
      .menu .lng__sub-item a {
        padding: 0; }
        .menu .lng__sub-item a:hover {
          background-color: transparent;
          color: #F0B83B; }
  .menu__actions {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center; }
  .intro__grid {
    column-count: 3; }
  .plans__block {
    width: 50%; }
  .accordion__block {
    width: 100%; }
  .reviews__block {
    width: calc(50% - 10px); }
  .features__block {
    width: 100%;
    margin-bottom: 6rem;
    padding-bottom: 2rem; }
    .features__block:first-child:before {
      display: none; }
    .features__block:after {
      top: 100%;
      transform: translate(-50%, 0);
      left: 50%;
      right: auto; }
  .creators__images img {
    height: 8rem;
    width: 8rem; }
  .creators__title {
    font-size: 3.5rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__block {
    margin-bottom: 3rem;
    width: auto;
    text-align: center; }
    .footer__block .nav__item {
      margin-right: 0; }
  .footer__line-wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__logos {
    margin-bottom: 3rem; }
  .inspiration__main-wrapper {
    flex-direction: column; }
  .inspiration__main-block {
    width: 100%; }
  .inspiration__main-block .block__title {
    font-size: 4rem; }
  .news__block {
    width: 50%; }
  .news__page-wrapper {
    flex-direction: column; }
  .news__page-block {
    width: 100%; }
  .news__page-side {
    width: 100%; }
  .news__page-img img {
    height: 30rem; } }

@media (max-width: 768px) {
  .plans__block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #0C0D11; }
  .block__title {
    font-size: 3.5rem; }
  .intro__title {
    font-size: 4.5rem; }
  .simple .block__title {
    font-size: 4.5rem; }
  .block__text {
    font-size: 1.6rem; }
  .useful__block {
    width: 50%; }
  .wrapper {
    padding: 0 1.5rem; }
  .simple__block {
    padding: 0 1rem; }
  .header__wrapper {
    padding: 0 1.5rem; }
  .contact__form {
    padding: 3rem; }
  .inspiration__block {
    width: 100%; }
  .inspiration__item {
    padding: 2rem; }
  .start__img {
    width: 30%; }
  .start__block {
    width: 70%;
    padding: 0 2rem; }
  .generate__wrapper {
    flex-wrap: wrap; }
  .generate__block {
    width: 100%;
    margin-bottom: 2rem; }
    .generate__block:last-child {
      margin-bottom: 0; }
  .generate__ico {
    width: 12.5rem;
    height: 12.5rem; }
  .generate__img {
    height: 35rem; }
  .res__block {
    padding: 5rem 2.5rem;
    width: calc(50% + 16rem); }
  .res__text {
    font-size: 2rem; }
  .res__img {
    height: 40rem; }
  .intro--inside {
    padding: 0 1.5rem; }
  .news__block {
    width: 100%; }
  .accordion__title {
    font-size: 1.6rem; }
    .accordion__title a {
      padding: 2rem 7rem 2rem 2rem; }
    .accordion__title:before {
      right: 2rem;
      width: 1.6rem;
      height: 1.6rem; }
  .accordion__content {
    margin-top: -0.5rem;
    padding: 0 2rem 2rem; } }

@media (max-width: 640px) {
  .logo img {
    height: 3rem; }
  .header__action {
    margin-right: 1.5rem; }
  .header__link {
    font-size: 1.4rem; }
    .header__link img {
      height: 3.4rem;
      margin-left: 1rem; }
  .block__title {
    font-size: 3rem; }
  .block__subtitle {
    font-size: 1.6rem; }
  .inspiration__main-block .block__title {
    font-size: 3rem; }
  .intro__grid {
    column-count: 2; } }

@media (max-width: 560px) {
  .intro__container {
    padding-top: 12rem;
    min-height: initial; }
  .intro__title {
    font-size: 4rem; }
  .intro__wrapper {
    height: 50rem;
    padding: 1rem;
    border-radius: 2rem; }
  .intro__sidebar {
    width: 14rem;
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    padding: 2rem; }
    .intro__sidebar .sidebar__link {
      width: 10rem;
      font-size: 1.1rem; }
  .intro__images {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem; }
  .simple__block:last-child {
    height: 50rem;
    padding-left: 4rem; }
  .simple__slide {
    height: 50rem; }
  .simple__text {
    padding: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem; }
  .useful__item {
    padding: 0; }
  .explore__wrapper {
    flex-wrap: wrap;
    gap: 2rem 0; }
  .explore__block {
    width: 100%; }
  .reviews__block {
    width: 100%; }
  .footer__logos img {
    max-height: 2.4rem;
    margin-right: 2.5rem; }
    .footer__logos img:last-child {
      margin-right: 0; }
  .remodal__content {
    padding: 5rem 3rem; }
  .remodal__title {
    font-size: 3rem; }
  .contact__title {
    font-size: 3rem; }
  .gallery__slide img {
    height: 20rem; }
  .simple .block__title {
    font-size: 3rem; }
  .useful .block__title {
    font-size: 3rem; }
  .plans__title {
    font-size: 3rem; }
  .creators__title {
    font-size: 3rem; }
  .section {
    margin-bottom: 6rem; } }

@media (min-width: 1260px) {
  .container--wide {
    width: 100%; } }

@media (min-width: 1420px) {
  .container--wide {
    width: 1390px; } }
