@charset "UTF-8";
/* 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=DM+Sans:opsz,wght@9..40,100..1000&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: "DM Sans", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #121520;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.6rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.no-intro .page__wrapper {
    padding-top: 25rem;
    background-color: #181B28; }
    @media (max-width: 640px) {
      body.no-intro .page__wrapper {
        padding-top: 22rem; } }
    @media (max-width: 440px) {
      body.no-intro .page__wrapper {
        padding-top: 26rem; } }
  body.no-intro .page__wrapper:has(.header-start[style]) {
    padding-top: 15rem; }
    @media (max-width: 1200px) {
      body.no-intro .page__wrapper:has(.header-start[style]) {
        padding-top: 10rem; } }
  body.cabinet {
    background-color: #20222B; }

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:hover {
    text-decoration: underline; }
  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-x: hidden; }

.page__wrapper {
  transition: 0.3s; }

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

/* 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: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    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:before,
  .slick-next:before {
    font-family: fontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #808080;
    opacity: 0.75;
    transition: opacity .1s linear; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  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: .4rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1rem;
      width: 1rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: .5;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #fff; }
    .slick-dots li.slick-active button {
      opacity: 1; }

#js-slider-1 .slick-slide {
  padding: 0; }

#js-slider-2 .slick-slide {
  padding: 0;
  text-align: center; }

#js-slider-2 .slick-current .product__thumbs-item {
  border-color: #FF8D1C; }

/* 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: #181B28; }

.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: 500px; } }

/* 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: #9EA1A9;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 0;
  border-radius: 1rem;
  text-align: left;
  overflow: hidden; }
  .remodal--form {
    padding: 3rem 3.5rem; }

.remodal__content {
  padding: 7rem 8rem; }

.remodal__title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 3rem; }

.remodal__footer {
  display: flex;
  align-items: center;
  height: 8rem;
  justify-content: center;
  background: linear-gradient(212deg, #0071B8 -2.11%, #000 162.08%); }

.remodal__footer-text {
  color: #fff;
  font-weight: 700; }
  .remodal__footer-text a {
    color: #fff;
    font-weight: 800; }

#remodal_failed .remodal__title {
  margin-top: 3rem;
  text-align: center;
  color: #EA4335; }

#remodal_success .remodal__title {
  margin-top: 3rem;
  text-align: center;
  color: #25A750; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1340px) {
    .container {
      width: 1310px;
      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: 1340px) {
    .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: 1340px) {
    .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: 1340px) {
  .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 {
  background-color: #181B28; }

.error__page {
  padding: 20rem 0 15rem; }

.error__page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.error__title {
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.2;
  color: #5E8CFF; }

.error__subtitle {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.36;
  color: #fff; }

.error__text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff; }
  .error__text a {
    color: #5E8CFF;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s; }
    .error__text a:hover {
      text-decoration-color: #5E8CFF; }

.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 #9EA1A9;
  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; }

body.inside .header {
  background-color: #121520; }
  body.inside .header .header__wrapper {
    border-bottom: 1px solid #181B28; }
  body.inside .header .nav__item a {
    color: #5E8CFF; }
  body.inside .header .lng__link {
    color: #acacac; }
    body.inside .header .lng__link.active:after {
      background-color: #acacac; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  z-index: 10;
  transition: 0.3s; }
  .header.fixed {
    position: fixed;
    background-color: #121520;
    border-bottom-color: #181B28; }
    .header.fixed .lng__link {
      color: #acacac; }
      .header.fixed .lng__link.active:after {
        background-color: #acacac; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.7rem;
  border-bottom: .1rem solid transparent; }

.nav {
  display: flex; }

.nav__item {
  margin-right: 5rem; }
  .nav__item.active > a:after {
    opacity: 1; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item a {
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    position: relative; }
    .nav__item a:after {
      content: '';
      position: absolute;
      bottom: -0.5rem;
      left: 0;
      width: 100%;
      height: .4rem;
      background-color: #5E8CFF;
      opacity: 0; }
    .nav__item a:hover:after {
      opacity: 1; }

.header__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem; }

.logo {
  display: block; }
  .logo img {
    display: block; }
    .logo img.white {
      display: block; }
    .logo img.blue {
      display: none; }

.lng {
  margin-left: 2.5rem;
  display: flex; }

.lng__link {
  padding-bottom: .4rem;
  color: #fff;
  position: relative;
  margin-right: .8rem;
  font-size: 1.5rem;
  font-weight: 700; }
  .lng__link:last-child {
    margin-right: 0; }
  .lng__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #fff;
    opacity: 0; }
  .lng__link.active:after {
    opacity: 1; }

.header__actions {
  display: flex; }

.header__register {
  height: 4.4rem;
  width: 10rem;
  color: #fff;
  border: 1px solid #5E8CFF;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700; }
  .header__register:hover {
    text-decoration: none; }

.header__login {
  height: 4.4rem;
  width: 10rem;
  color: #fff;
  background-color: #5E8CFF;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header__login:hover {
    text-decoration: none; }

.nav__item a {
  text-decoration: none; }
  .nav__item a:after {
    transition: 0.3s; }

.nav__submenu-item:not(:last-child) {
  margin-bottom: 1.5rem; }

.nav__submenu-item a {
  text-decoration: none; }
  .nav__submenu-item a:after {
    background-color: #fff; }
  .nav__submenu-item a.active:after {
    opacity: 1; }

.header-start {
  background: linear-gradient(90deg, #B43E5B 0%, #F9C942 50%, #0A4F92 100%);
  z-index: 11; }
  .header-start .btn {
    min-width: 12rem;
    height: 4.4rem;
    padding: 0 2rem;
    border-radius: 1.5rem; }

.header-start__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 2.5rem;
  padding: 2.3rem 0; }

.header-start__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem; }
  .header-start__block:last-child {
    justify-content: space-between; }
    @media (min-width: 1401px) {
      .header-start__block:last-child {
        margin-right: -3.5rem; } }
    @media (max-width: 640px) {
      .header-start__block:last-child {
        justify-content: space-between;
        width: 100%; } }

.header-start__btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 1.5rem 0.7rem 1.2rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.16);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff; }
  .header-start__btn img, .header-start__btn svg {
    display: block;
    width: auto;
    height: 1.6rem; }

.header-start__text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff; }

.header-start__close {
  display: block;
  margin-left: 0.5rem; }
  .header-start__close img, .header-start__close svg {
    display: block;
    width: 1rem;
    height: 1rem; }

.nav__item.with-subs:hover .nav__submenu-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.nav__submenu-wrapper {
  margin-top: 2rem;
  top: 100%;
  /* Смещаем подменю прямо под родительский элемент */
  left: 0;
  /* Выравниваем подменю по левому краю родителя */
  position: absolute;
  background-color: #5E8CFF;
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  /* Добавляем плавное появление */ }

/*.nav__submenu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}*/
.nav__item.with-subs {
  position: relative; }

.nav__item.with-subs .nav__submenu-item {
  text-wrap: nowrap; }

/* Создаем невидимую область для покрытия разрыва */
/*.nav__item.with-subs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
  pointer-events: auto;
}*/
.btn:disabled {
  opacity: .5;
  pointer-events: none; }

.js-input-error-msg {
  color: #EA4335; }

span.required {
  color: #EA4335; }

.remodal.remodal--xl {
  min-width: 80vw;
  max-width: 80vw; }

/*.platform__img video {
  width: 89.6% !important;
  height: auto !important;
}*/
/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  margin-bottom: 1rem;
  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: #9EA1A9; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #c7c8cd; }
    .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__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding-left: 4.2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #121520;
    border: 1px solid #121520;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: .7rem;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: .8rem;
    height: 1.4rem;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #5E8CFF;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    border-radius: 2px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    color: #5E8CFF;
    font-weight: 600; }
    .checkbox__label a:hover {
      text-decoration: underline; }
  .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--delivery {
    margin-bottom: 2rem; }
    .radio--delivery:last-child {
      margin-bottom: 0; }
    .radio--delivery .radio__input:checked + .radio__label {
      color: #fff;
      border-color: #5E8CFF; }
      .radio--delivery .radio__input:checked + .radio__label:before {
        border: 1px solid #D9D9D9; }
      .radio--delivery .radio__input:checked + .radio__label:after {
        background: none; }
    .radio--delivery .radio__label {
      display: flex;
      align-items: center;
      border: 1px solid #D9D9D9;
      height: 10rem;
      border-radius: 1rem;
      padding-left: 2.5rem;
      color: #92A3AD;
      font-weight: 700; }
      .radio--delivery .radio__label:before {
        width: 3rem;
        height: 3rem;
        left: auto;
        right: 2.5rem;
        border-radius: .7rem;
        border-color: #EAEAEA;
        top: 50%;
        transform: translateY(-50%); }
      .radio--delivery .radio__label:after {
        left: auto;
        right: 3.5rem;
        top: calc(50% - .2rem);
        transform: translateY(-50%) rotateZ(45deg);
        background: none;
        width: .8rem;
        height: 1.4rem;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #5E8CFF;
        border-radius: 0; }
    .radio--delivery .radio__label-img {
      width: 12rem;
      margin-right: 7rem;
      display: flex;
      align-items: center; }
      .radio--delivery .radio__label-img img {
        width: 12rem;
        height: auto;
        display: block; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label {
    color: #fff; }
    .radio__input:checked + .radio__label--disabled {
      color: #9EA1A9; }
    .radio__input:checked + .radio__label svg path {
      fill: #5E8CFF; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #5E8CFF; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #9EA1A9; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #c7c8cd; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #9EA1A9; }
    .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: 3rem;
  color: #888888;
  user-select: none;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    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.4rem;
    height: 1.4rem;
    background-color: #9EA1A9;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    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: #9EA1A9; }
    .radio__label--disabled:before {
      border-color: #c7c8cd; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #9EA1A9; }
    .radio__label--not-active:before {
      border-color: #c7c8cd; }
    .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: 700;
  transition: 0.3s;
  border-radius: 1rem;
  min-width: 16rem;
  /* 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: #9EA1A9;
    color: #fff; }
    .btn--gray:focus {
      background-color: #9699a2; }
    .btn--gray:hover {
      background-color: #90949d; }
    .btn--gray:active {
      background-color: #8b8f98; }
  .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--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: #00B67A;
    color: #fff; }
    .btn--green:focus {
      background-color: #00a770; }
    .btn--green:hover {
      background-color: #009d69; }
    .btn--green:active {
      background-color: #009262; }
  .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: #5E8CFF;
    color: #000; }
    .btn--main:focus {
      background-color: #4f81ff; }
    .btn--main:hover {
      background-color: #457aff; }
    .btn--main:active {
      background-color: #3a73ff; }
  .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: #9EA1A9;
    color: #fff; }
    .btn--gray:focus {
      background-color: #9699a2; }
    .btn--gray:hover {
      background-color: #90949d; }
    .btn--gray:active {
      background-color: #8b8f98; }
  .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 #9EA1A9;
    color: #9EA1A9; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #9EA1A9;
      border-color: #999ca4; }
    .btn--o-gray:hover {
      border-color: #9EA1A9;
      background-color: #9EA1A9;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #9699a2;
      background-color: #9699a2; }
  .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-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 #00B67A;
    color: #00B67A; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--o-green:hover {
      border-color: #00B67A;
      background-color: #00B67A;
      color: #fff; }
    .btn--o-green:active {
      border-color: #00a770;
      background-color: #00a770; }
  .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 #5E8CFF;
    color: #5E8CFF; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #5E8CFF;
      border-color: #5485ff; }
    .btn--o-main:hover {
      border-color: #5E8CFF;
      background-color: #5E8CFF;
      color: #fff; }
    .btn--o-main:active {
      border-color: #4f81ff;
      background-color: #4f81ff; }
  .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 #9EA1A9;
    color: #9EA1A9; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #9EA1A9;
      border-color: #999ca4; }
    .btn--o-gray:hover {
      border-color: #9EA1A9;
      background-color: #9EA1A9;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #9699a2;
      background-color: #9699a2; }
  .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 #9EA1A9;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #9EA1A9;
      border-color: #999ca4; }
    .btn--i-gray:hover {
      border-color: #9EA1A9;
      background-color: transparent;
      color: #9EA1A9; }
    .btn--i-gray:active {
      border-color: #9699a2;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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-cyan {
    background-color: transparent;
    border: 1px solid #9EA1A9;
    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 #9EA1A9;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--i-green:hover {
      border-color: #00B67A;
      background-color: transparent;
      color: #00B67A; }
    .btn--i-green:active {
      border-color: #00a770;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #9EA1A9;
    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 #9EA1A9;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #5E8CFF;
      border-color: #5485ff; }
    .btn--i-main:hover {
      border-color: #5E8CFF;
      background-color: transparent;
      color: #5E8CFF; }
    .btn--i-main:active {
      border-color: #4f81ff;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    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 #9EA1A9;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #9EA1A9;
      border-color: #999ca4; }
    .btn--i-gray:hover {
      border-color: #9EA1A9;
      background-color: transparent;
      color: #9EA1A9; }
    .btn--i-gray:active {
      border-color: #9699a2;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #9EA1A9;
    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: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white:hover {
    color: #5E8CFF; }
  .btn--white {
    color: #F0B83B; }
  .btn--blue {
    background: linear-gradient(180deg, #0270E3 0%, #315ED2 100%); }
  .btn img {
    margin-right: .8rem; }
  .btn--o-main {
    color: #fff; }
    .btn--o-main:hover {
      color: #fff; }
  .btn--main {
    color: #fff; }
  .btn.plus {
    padding-left: 3.5rem; }
    .btn.plus:before {
      content: '';
      position: absolute;
      left: 1.3rem;
      top: 2rem;
      width: 1.2rem;
      height: .2rem;
      background-color: #000; }
    .btn.plus:after {
      top: 1.5rem;
      left: 1.8rem;
      width: .2rem;
      height: 1.2rem;
      position: absolute;
      background-color: #000;
      content: ''; }

.loading-btn {
  color: #A2E9E1; }
  .loading-btn .dot {
    background-color: #A2E9E1; }
  .loading-btn:hover .dot {
    background-color: #000; }

.form__group {
  margin-bottom: 2.5rem; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    width: 50%; }
    .form__row .form__group.xl {
      width: 70%; }
    .form__row .form__group.sm {
      width: 30%; }
    .form__row .form__group.md {
      width: 25%; }
  @media (max-width: 992px) {
    .form__row .form__group {
      width: 100%; }
      .form__row .form__group.xl {
        width: 100%; }
      .form__row .form__group.sm {
        width: 100%; }
      .form__row .form__group.md {
        width: 100%; } }

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

.form__link {
  position: relative;
  font-weight: 700;
  color: rgba(158, 161, 169, 0.9); }

.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: #5E8CFF;
    padding: .3rem;
    margin-top: -.1rem; }
  .form__toggle.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(-135deg); }

.form__body {
  max-width: 500px;
  margin: 0 auto; }

.form__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5rem;
  padding: .5rem 2rem;
  border: 1px solid #121520;
  vertical-align: middle;
  background-color: #121520;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 1rem;
  color: #fff;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5rem #121520;
    -webkit-text-fill-color: #fff; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #9EA1A9; }
  .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: #00B67A; }
    .input--success:focus {
      background-color: rgba(0, 182, 122, 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; }

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

input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.label__file {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  padding: 0 15.5rem 0 2rem;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem; }

.file__name {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  height: 100%;
  background-color: #F0B83B;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #121520;
  vertical-align: middle;
  background-color: #121520;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 10rem; }
  .textarea::placeholder {
    color: #9EA1A9;
    opacity: 0.3; }
  .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: #00B67A; }
    .textarea--success:focus {
      background-color: rgba(0, 182, 122, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 1.5rem;
  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: 2.2rem;
    transform: translateY(-50%) rotate(45deg);
    font-size: 1.3rem;
    font-weight: 600;
    width: .8rem;
    height: .8rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #5E8CFF;
    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;
    background-color: #121520;
    border: 1px solid #2F313D;
    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: #00B67A; }
  .select--error select {
    color: #EA4335;
    border-color: #EA4335; }
    .select--error select:focus {
      background-color: rgba(234, 67, 53, 0.05); }
  .select--success select {
    color: #00B67A;
    border-color: #00B67A; }
    .select--success select:focus {
      background-color: rgba(0, 182, 122, 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 {
  position: relative;
  padding-bottom: 22.3rem;
  background-color: #1B1E2A;
  z-index: 1; }

.reviews__slider {
  max-width: 84.5rem;
  margin: 0 auto;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  border-radius: 4rem;
  background-color: #25262D; }
  .reviews__slider .slick-list {
    margin: 0; }
  .reviews__slider .slick-slide {
    padding: 0; }

.reviews__item {
  position: relative;
  text-align: center;
  padding: 9.5rem 6.1rem 3.5rem; }
  .reviews__item:before {
    content: '';
    position: absolute;
    top: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.1rem;
    height: 2.9rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='41' height='29' viewBox='0 0 41 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.96676 1.17329C6.80801 0.154795 8.99141 -0.216001 11.0674 0.121376C13.0996 0.43886 15.0093 1.4502 16.4296 2.93577C18.0767 4.63538 19.0507 6.96679 19.0928 9.33399C19.1239 12.0855 18.5915 14.8426 17.5293 17.3817C15.4971 22.3031 11.4294 26.3469 6.48098 28.3202C5.93274 28.4897 5.29698 28.1849 5.07418 27.659C4.8856 27.2571 4.96517 26.7686 5.23412 26.4232C6.80006 24.2359 7.84083 21.6666 8.19333 18.9978C5.72268 18.6548 3.42151 17.2838 1.92639 15.2906C0.765464 13.7716 0.106624 11.8961 0 9.99124V9.35229C0.0278495 8.29083 0.220409 7.23175 0.592797 6.23633C1.38054 4.0967 2.96557 2.26579 4.96676 1.17329Z' fill='%235E8CFF'/%3e%3cpath d='M27.0308 0.955862C28.853 0.0630862 30.9632 -0.212226 32.9556 0.163345C35.174 0.569152 37.2198 1.80885 38.629 3.56656C39.9331 5.17387 40.6779 7.21564 40.74 9.28446V9.78893C40.6914 14.5226 38.9329 19.2204 35.8265 22.7962C33.7744 25.1833 31.1526 27.0731 28.2459 28.2786C27.805 28.4656 27.2664 28.3407 26.9409 27.9938C26.5494 27.5951 26.5065 26.9219 26.8415 26.4756C28.4273 24.2754 29.4752 21.6894 29.8412 19.0016C28.666 18.8289 27.5226 18.4406 26.4898 17.8526C24.6087 16.7903 23.1072 15.0716 22.3139 13.0616C21.4195 10.8273 21.4211 8.25164 22.3203 6.0197C23.1884 3.82357 24.9047 1.98232 27.0308 0.955862Z' fill='%235E8CFF'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.reviews__text {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500; }

.reviews__author img {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover; }

.reviews__author .title {
  font-size: 1.8rem;
  font-weight: 700; }

.reviews__author .text {
  font-size: 1.3rem;
  font-weight: 700;
  color: #9EA1A9;
  text-transform: uppercase; }

.slider-controll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem; }
  .slider-controll .slick-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    bottom: auto;
    width: auto; }
    .slider-controll .slick-dots li {
      margin-right: 0; }
      .slider-controll .slick-dots li button {
        opacity: 1; }
        .slider-controll .slick-dots li button:before {
          width: 1rem;
          height: 1rem;
          background-color: #9ea1a9;
          transition: 0.3s; }
        .slider-controll .slick-dots li button:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 1.8rem;
          height: 1.8rem;
          border-radius: 50%;
          border: solid 1px #5E8CFF;
          opacity: 0;
          transition: 0.3s; }
      .slider-controll .slick-dots li:hover button:before {
        background-color: #5E8CFF; }
      .slider-controll .slick-dots li.slick-active button:before {
        background-color: #5E8CFF; }
      .slider-controll .slick-dots li.slick-active button:after {
        opacity: 1; }
  .slider-controll .slick-next,
  .slider-controll .slick-prev {
    height: 20px;
    width: 20px;
    position: relative;
    top: auto;
    transform: translateY(0); }
  .slider-controll .slick-prev {
    left: auto;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: #5E8CFF; }
    .slider-controll .slick-prev:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("/src_old/assets/images/arrow_l.svg");
      width: 1rem;
      height: 2rem;
      background-size: cover;
      background-repeat: no-repeat; }
  .slider-controll .slick-next {
    right: auto;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: #5E8CFF; }
    .slider-controll .slick-next:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url("/src_old/assets/images/arrow_r.svg");
      width: 1rem;
      height: 2rem;
      background-size: cover;
      background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .slider-controll .slick-prev {
      width: 3.6rem;
      height: 3.6rem; }
    .slider-controll .slick-next {
      width: 3.6rem;
      height: 3.6rem; } }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding-bottom: 2rem; }

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: 1.7rem;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #9EA1A9;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: ')';
    margin-left: 1.7rem; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  text-align: center; }

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin: 0 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #5E8CFF;
  transition: 0.3s; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    text-decoration: none;
    color: #000; }
  .pagination__item--disabled {
    opacity: 0.5;
    pointer-events: none; }
  .pagination__item--current {
    color: #000; }
  .pagination__item--left:before, .pagination__item--right:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: 0.3s; }
  .pagination__item--left {
    margin-left: 0;
    padding-left: 4rem; }
    .pagination__item--left:before {
      left: 0;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--left:hover {
      color: #5E8CFF; }
      .pagination__item--left:hover:before {
        transform: translateY(-50%) translateX(-3px); }
  .pagination__item--right {
    margin-right: 0;
    padding-right: 4rem; }
    .pagination__item--right:before {
      right: 0;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31658 27.0976 7.68342 26.7071 7.29289L20.3431 0.928932C19.9526 0.538408 19.3195 0.538408 18.9289 0.928932C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM0 9L26 9V7L0 7L0 9Z' fill='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--right:hover {
      color: #5E8CFF; }
      .pagination__item--right:hover:before {
        transform: translateY(-50%) translateX(3px); }

/* 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: #9EA1A9;
    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--cyan {
    background-color: #00aeed;
    color: #fff; }
  .alert--green {
    background-color: #00B67A;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #5E8CFF;
    color: #000; }
  .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: #9EA1A9;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #9EA1A9;
    border: 1px solid #9EA1A9; }
  .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-cyan {
    background: transparent;
    color: #00aeed;
    border: 1px solid #00aeed; }
  .alert--o-green {
    background: transparent;
    color: #00B67A;
    border: 1px solid #00B67A; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #5E8CFF;
    border: 1px solid #5E8CFF; }
  .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: #9EA1A9;
    border: 1px solid #9EA1A9; }
  .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 {
  padding-top: 7.7rem; }

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

.news__block {
  width: 33.33%;
  padding: 0 2.4rem;
  margin-bottom: 6.6rem; }

.news__item {
  text-align: center; }

.news__item-wrapper {
  text-decoration: none; }
  .news__item-wrapper:hover {
    text-decoration: none; }
    .news__item-wrapper:hover .news__title {
      color: #5E8CFF;
      text-decoration-color: #5E8CFF; }

.news__img {
  margin-bottom: 3.2rem;
  padding-bottom: 59.2178%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.11); }
  .news__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0; }

.news__title {
  margin-bottom: 1.6rem;
  color: #5E8CFF;
  font-weight: 500;
  text-align: center;
  max-height: 66px;
  overflow: hidden;
  text-transform: uppercase; }

.except {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000; }

.section .news__item {
  padding-bottom: 4rem; }

.section--news .container {
  width: 830px; }

.section--news .gallery {
  margin-bottom: 3rem; }

.news__image {
  margin-bottom: 3.5rem; }
  .news__image img {
    display: block;
    width: 100%; }

.blog-page {
  position: relative;
  background-color: #121520; }
  @media (min-width: 993px) {
    .blog-page {
      overflow-x: initial; }
      .blog-page .page {
        overflow-x: initial; }
      .blog-page .blog-page__wrapper .section__decor {
        overflow: hidden;
        top: -25rem; }
      .blog-page .blog-page__wrapper--single .section__decor-center {
        top: -11%; } }

.blog-page__wrapper {
  position: relative; }

.blog__container {
  padding-bottom: 11rem; }
  @media (max-width: 992px) {
    .blog__container {
      padding-bottom: 8rem; } }

.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem; }

.blog__item {
  width: calc(100% / 3);
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .blog__item {
      width: 50%; } }
  @media (max-width: 768px) {
    .blog__item {
      width: 100%; } }
  .blog__item--subscribe .blog__item-header {
    gap: 2rem; }
  .blog__item--subscribe .blog__item-title {
    font-size: 2.6rem; }
    @media (max-width: 374px) {
      .blog__item--subscribe .blog__item-title {
        font-size: 2rem; } }

.blog__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
  padding: 2rem;
  border-radius: 4rem;
  background-color: #121520;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.blog__item-img {
  position: relative;
  height: 0;
  padding-top: 61.61%;
  border-radius: 3rem;
  overflow: hidden; }
  .blog__item-img:hover img {
    transform: scale(1.05); }
  .blog__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform-origin: center;
    transition: 0.5s; }

.blog__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 1.5rem;
  padding: 1rem; }
  @media (max-width: 374px) {
    .blog__item-body {
      padding-left: 0;
      padding-right: 0; } }

.blog__item-header {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.blog__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-decoration: none;
  color: #fff; }

a.blog__item-title {
  transition: 0.3s; }
  a.blog__item-title:hover {
    text-decoration: none;
    color: #5E8CFF; }

.blog__item-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.22; }
  @media (max-width: 374px) {
    .blog__item-text {
      font-size: 1.6rem; } }

.blog__item-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .blog__item-footer form {
    width: 100%; }
  .blog__item-footer .form__group {
    display: flex;
    margin-bottom: 0; }
    .blog__item-footer .form__group .btn {
      height: 5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .blog__item-footer .form__group .input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none; }
  .blog__item-footer .btn {
    min-width: 12rem;
    height: 4.4rem;
    padding: 0 2rem; }
  .blog__item-footer .date {
    font-weight: 700;
    font-size: 1.6rem; }
  .blog__item-footer .time {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: #9EA1A9; }
    .blog__item-footer .time:after {
      content: '';
      display: block;
      width: 2rem;
      height: 2rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0C7.34787 0 4.80393 1.05287 2.92875 2.92875C1.05277 4.80381 0 7.34787 0 10C0 12.6521 1.05287 15.1961 2.92875 17.0712C4.80381 18.9472 7.34787 20 10 20C12.6521 20 15.1961 18.9471 17.0712 17.0712C18.9472 15.1962 20 12.6521 20 10C19.9972 7.34881 18.9425 4.80677 17.0684 2.93159C15.1934 1.05745 12.6512 0.00283474 10 0ZM10 18.1102C7.84903 18.1102 5.78569 17.2557 4.2651 15.7349C2.7445 14.2141 1.88982 12.1509 1.88982 10C1.88982 7.84917 2.74431 5.78572 4.2651 4.26512C5.78588 2.74452 7.84915 1.88985 10 1.88985C12.1509 1.88985 14.2143 2.74433 15.7349 4.26512C17.2555 5.7859 18.1102 7.84917 18.1102 10C18.1083 12.1501 17.2529 14.2115 15.7323 15.7323C14.2117 17.2532 12.1501 18.1085 10 18.1102Z' fill='%239EA1A9'/%3e%3cpath d='M14.4715 11.5492L10.9484 9.46099V4.77328C10.9484 4.251 10.5258 3.82837 10.0035 3.82837C9.48123 3.82837 9.05859 4.251 9.05859 4.77328V9.99982C9.05859 10.3339 9.23484 10.643 9.52181 10.8128L13.5082 13.1751C13.9575 13.4408 14.5371 13.2932 14.8028 12.8438C15.0686 12.3944 14.9209 11.815 14.4715 11.5492Z' fill='%239EA1A9'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.date {
  font-weight: 500;
  font-size: 1.8rem;
  color: #9EA1A9; }

.blog__item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between; }

.blog__item-noties {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.22; }

.what {
  padding-bottom: 12rem; }

.what__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
  margin: 0 -1rem; }

.what__item {
  width: 20%;
  max-width: 26rem;
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .what__item {
      width: calc(100% / 3); } }
  @media (max-width: 768px) {
    .what__item {
      width: 50%; } }
  @media (max-width: 460px) {
    .what__item {
      width: 100%; } }

.what__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  margin: 0 auto;
  padding: 3.5rem 3rem 2.5rem;
  border-radius: 4rem;
  background-color: #5E8CFF; }

a.what__item-wrapper {
  text-decoration: none;
  will-change: transform;
  transform-origin: center;
  transition: 0.3s; }
  a.what__item-wrapper:hover {
    text-decoration: none;
    transform: scale(1.05); }

.what__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #fff; }
  .what__img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 3.2rem;
    max-height: 3.2rem; }

.what__title {
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff; }

.what__text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff; }

.blog__single {
  padding-bottom: 11rem; }
  @media (max-width: 992px) {
    .blog__single {
      padding-bottom: 8rem; } }

.blog__single-img {
  padding: 2rem;
  border-radius: 4rem;
  background-color: #fff; }
  @media (max-width: 768px) {
    .blog__single-img {
      padding: 1rem; } }

.blog__single-img-wrapper {
  position: relative;
  border-radius: 3rem;
  overflow: hidden; }
  .blog__single-img-wrapper img {
    display: block;
    width: 100%;
    height: auto; }

.blog__single-layout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  padding-top: 6rem; }
  @media (max-width: 768px) {
    .blog__single-layout {
      padding-top: 4rem; } }

.blog__single-sidebar {
  width: 37rem;
  max-width: 100%; }
  @media (max-width: 992px) {
    .blog__single-sidebar {
      width: 100%; } }

.blog__widget {
  padding: 2rem;
  border-radius: 4rem;
  border: solid 1rem #fff;
  background-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 993px) {
    .blog__widget {
      position: sticky;
      top: 18rem;
      height: 40rem;
      max-height: 60vh;
      overflow-y: auto; } }
  .blog__widget h2 {
    margin-bottom: 1rem;
    font-size: 2rem; }
  .blog__widget h3 {
    margin-bottom: 1rem;
    font-size: 1.8rem; }

@media (min-width: 993px) {
  body.no-intro .page__wrapper:has(.header-start[style]) .blog__widget {
    top: 10rem; } }

.blog__widget-title {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  color: #000; }
  .blog__widget-title:hover {
    text-decoration: none; }
  .blog__widget-title:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 0;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.42371C10.9997 1.31485 10.9579 1.20739 10.8763 1.12461C10.713 0.958997 10.4525 0.957933 10.2902 1.12461L6.61125 4.90008C6.28682 5.2334 5.75921 5.23123 5.43266 4.90008L1.70808 1.12461C1.54482 0.958997 1.28428 0.957933 1.12207 1.12461C0.959831 1.29126 0.95879 1.55722 1.12207 1.72281L4.84664 5.50494C5.49971 6.16729 6.55493 6.16495 7.20378 5.49828L10.8763 1.72281C10.9574 1.6395 11.0003 1.53257 11 1.42371Z' fill='black' stroke='black'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform-origin: center;
    transition: 0.3s; }
  .blog__widget-title.hide-list:before {
    transform: rotate(180deg); }

.blog__widget-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 2rem; }
  .blog__widget-list a {
    font-weight: 500;
    font-size: 1.8rem;
    text-decoration: none;
    color: #000;
    transition: 0.3s; }
    .blog__widget-list a:hover, .blog__widget-list a.active {
      text-decoration: none;
      color: #5E8CFF; }
  .blog__widget-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    padding-left: 2rem; }

.blog__single-content {
  width: calc(100% - 37rem);
  padding-top: 2rem;
  padding-left: 6rem; }
  @media (max-width: 992px) {
    .blog__single-content {
      width: 100%;
      padding-top: 0;
      padding-left: 0; } }
  .blog__single-content .block__text {
    font-size: 1.8rem; }
    .blog__single-content .block__text h2 {
      font-size: 3rem; }
    .blog__single-content .block__text h3 {
      font-size: 2.6rem; }

.blog__single-footer {
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: solid 1px #DBDBDB; }

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }

.share__title {
  font-weight: 700;
  font-size: 1.6rem; }

.share__list {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .share__list a {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    will-change: transform;
    transform-origin: center;
    transition: 0.3s; }
    .share__list a:hover {
      transform: scale(1.05); }
  .share__list img {
    display: block;
    width: 100%;
    height: 100%; }

/* 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: #fff;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 1px solid #2F313D; }
  .table th {
    padding: .8rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #9EA1A9;
    text-transform: uppercase;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
  .table tbody tr {
    border-bottom: 1px solid #2F313D; }
  .table td {
    padding: 2.5rem 0;
    font-weight: 500; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        margin-right: 1rem; }
    .table td .type {
      color: #5E8CFF; }
    .table td .time {
      color: #9EA1A9; }
    .table td.date span {
      color: #9EA1A9; }
  .table tbody tr.row--gray {
    background-color: #9EA1A9;
    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--cyan {
    background-color: #00aeed;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #00B67A;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #5E8CFF;
    color: #000; }
  .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: #9EA1A9;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }

.table__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.table__action {
  margin-right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: 0;
  border: 0;
  background: none; }
  .table__action:last-child {
    margin-right: 0; }
  .table__action.favorite svg {
    stroke-width: .3rem;
    stroke: #5E8CFF; }
  .table__action.favorite.active svg {
    stroke: transparent;
    stroke-width: 0;
    fill: #5E8CFF; }

.table__dots {
  margin-left: 2rem;
  position: relative; }

.table__dots-menu {
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  background-color: #121520;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 3rem;
  min-width: 15rem;
  opacity: 0;
  visibility: hidden; }
  .table__dots-menu.opened {
    opacity: 1;
    visibility: visible; }
  .table__dots-menu a {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem; }
    .table__dots-menu a:last-child {
      margin-bottom: 0; }

.table__dots-link {
  display: flex;
  flex-direction: column;
  width: .4rem; }
  .table__dots-link:before,
  .table__dots-link i, .table__dots-link:after {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #000;
    margin-bottom: .4rem; }
  .table__dots-link:after {
    margin-bottom: 0; }

/* 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 {
  position: relative;
  display: flex; }
  .tabs__nav:before {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 100%;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s; }
    @media (max-width: 768px) {
      .tabs__nav:before {
        display: none; } }

.tabs__nav-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: #9EA1A9;
  line-height: 1.2;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item:before {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 100%;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: transparent;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .tabs__nav-item:before {
        bottom: -0.2rem; } }
  .tabs__nav-item.active {
    color: #fff; }
    .tabs__nav-item.active:before {
      background-color: #5E8CFF; }

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

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

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .accordion__item.active .accordion__title:before {
    background-image: url("/src_old/assets/images/minus.svg"); }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: relative; }
  .accordion__title:before {
    transition: color .1s linear;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4rem;
    height: 4.4rem;
    right: 0;
    background-image: url("/src_old/assets/images/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
    @media (max-width: 768px) {
      .accordion__title:before {
        width: 3.4rem;
        height: 3.4rem; } }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: flex;
    align-items: center;
    min-height: 9.4rem;
    padding: 2.5rem 6rem 2.5rem 0;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  position: relative;
  width: 84rem;
  max-width: 100%;
  margin-top: -2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #9EA1A9; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.footer {
  position: relative;
  background-color: #181B28;
  z-index: 1; }
  .footer .footer__decor {
    position: absolute;
    top: -15rem;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden; }
  .footer .section__decor {
    overflow: hidden; }
    .footer .section__decor:before {
      content: '';
      position: absolute;
      top: 15rem;
      left: 50%;
      transform: translateX(-50%);
      width: 700rem;
      height: 700rem;
      border-radius: 50%;
      background-color: #1B1E2A; }

.footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 6rem;
  overflow: hidden; }

.footer__container-wrapper {
  position: relative; }

.footer__content {
  padding-top: 8rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2); }
  @media (max-width: 768px) {
    .footer__content {
      padding-top: 0; } }

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem; }

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2rem; }
  .footer__logo:last-child {
    margin-right: 0; }

.soc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0; }

.soc__link {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 4rem; }
  .soc__link:last-child {
    margin-right: 0; }
  .soc__link img {
    display: block;
    height: 2.8rem;
    margin-right: 1rem; }
  .soc__link.fb {
    color: #4267B2; }
  .soc__link.insta {
    color: #EB5757; }

.footer__line {
  padding-top: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.copyright {
  color: #9EA1A9;
  font-weight: 500;
  font-size: 1.6rem; }

.footer__links {
  display: flex; }
  .footer__links a {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 3rem;
    color: #fff; }
    .footer__links a:last-child {
      margin-right: 0; }

.footer__block {
  display: flex;
  flex-direction: column;
  width: 50%; }
  .footer__block.right {
    align-items: flex-end;
    text-align: right; }
  .footer__block .contacts__text {
    width: 40rem;
    max-width: 100%; }

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

.catalog__nav-block {
  width: 32.7rem;
  flex: 0 0 32.7rem;
  padding: 0 2.4rem; }

.catalog__block {
  flex: 1;
  padding: 0 2.4rem; }

.catalog__nav {
  margin-bottom: 4rem; }

.catalog__nav-link {
  height: 6.4rem;
  display: flex;
  align-items: center;
  padding: .7rem 1.2rem;
  border-bottom: 1px solid #c7c7c7;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .22px; }
  .catalog__nav-link:hover {
    text-decoration: none; }
  .catalog__nav-link:last-child {
    border-bottom: 0; }
  .catalog__nav-link .icon {
    min-width: 3.4rem;
    height: 100%;
    margin-right: 2.2rem; }
  .catalog__nav-link.dosa {
    color: #007bff; }
    .catalog__nav-link.dosa svg path {
      fill: #007bff; }
    .catalog__nav-link.dosa:hover {
      color: #fff;
      background-color: #007bff; }
      .catalog__nav-link.dosa:hover svg path {
        fill: #fff; }
  .catalog__nav-link.cleansing {
    color: #00a86d; }
    .catalog__nav-link.cleansing svg path {
      fill: #00a86d; }
    .catalog__nav-link.cleansing:hover {
      color: #fff;
      background-color: #00a86d; }
      .catalog__nav-link.cleansing:hover svg path {
        fill: #fff; }
  .catalog__nav-link.antiseptics {
    color: #00aeed; }
    .catalog__nav-link.antiseptics svg path {
      fill: #00aeed; }
    .catalog__nav-link.antiseptics:hover {
      color: #fff;
      background-color: #00aeed; }
      .catalog__nav-link.antiseptics:hover svg path {
        fill: #fff; }
  .catalog__nav-link.care {
    color: #ec9bab; }
    .catalog__nav-link.care svg path {
      fill: #ec9bab; }
    .catalog__nav-link.care:hover {
      color: #fff;
      background-color: #ec9bab; }
      .catalog__nav-link.care:hover svg path {
        fill: #fff; }
  .catalog__nav-link.disinfection {
    color: #964088; }
    .catalog__nav-link.disinfection svg path {
      fill: #964088; }
    .catalog__nav-link.disinfection:hover {
      color: #fff;
      background-color: #964088; }
      .catalog__nav-link.disinfection:hover svg path {
        fill: #fff; }
  .catalog__nav-link.agents {
    color: #0099a2; }
    .catalog__nav-link.agents svg path {
      fill: #0099a2; }
    .catalog__nav-link.agents:hover {
      color: #fff;
      background-color: #0099a2; }
      .catalog__nav-link.agents:hover svg path {
        fill: #fff; }
  .catalog__nav-link.instruments {
    color: #e26048; }
    .catalog__nav-link.instruments svg path {
      fill: #e26048; }
    .catalog__nav-link.instruments:hover {
      color: #fff;
      background-color: #e26048; }
      .catalog__nav-link.instruments:hover svg path {
        fill: #fff; }
  .catalog__nav-link.systems {
    color: #606060; }
    .catalog__nav-link.systems svg path {
      stroke: #606060; }
    .catalog__nav-link.systems:hover {
      color: #fff;
      background-color: #606060; }
      .catalog__nav-link.systems:hover svg path {
        stroke: #fff; }

.catalog__search {
  position: relative; }
  .catalog__search .input {
    padding-right: 3rem; }

.catalog__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 1.6rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.catalog__brands {
  margin: 3.2rem 0 4.8rem; }
  .catalog__brands .title {
    font-weight: 700;
    margin-bottom: .8rem;
    letter-spacing: .22px;
    text-transform: uppercase; }

.catalog__brands-actions {
  display: flex; }
  .catalog__brands-actions .btn {
    flex: 1;
    margin-right: 1.6rem;
    padding: 0 1rem; }
    .catalog__brands-actions .btn:last-child {
      margin-right: 0; }

.product {
  margin-bottom: 10rem; }

.product__wrapper {
  display: flex;
  margin: 0 -3.5rem 5rem; }

.product__block {
  width: 50%;
  padding: 0 3.5rem; }

.product__info {
  width: 50%;
  padding: 0 3.5rem; }

.product__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem; }

.product__info-row {
  display: flex;
  margin-bottom: 2rem; }
  .product__info-row:last-child {
    margin-bottom: 0; }
  .product__info-row .title {
    margin-right: 2rem;
    font-weight: 800;
    min-width: 35rem; }
  .product__info-row .text {
    font-weight: 700;
    text-align: left; }

.product__slider .slick-list {
  margin: 0; }

.product__slider .slick-slide {
  padding: 0; }

.product__img {
  height: 42rem;
  width: 100%;
  object-fit: cover; }

.product__thumbs .slick-list {
  margin: 0; }

.product__thumbs .slick-slide {
  padding: 0; }

.product__thumb {
  height: 7.5rem;
  object-fit: cover; }

.product__row {
  max-width: 51rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  font-weight: 700; }
  .product__row .title {
    font-weight: 800; }

@media (max-width: 992px) {
  .product__wrapper {
    flex-direction: column; }
  .product__block {
    width: 100%; }
  .product__info {
    width: 100%; }
    .product__info .btn img {
      display: none; } }

@media (max-width: 768px) {
  .product__info {
    margin-top: 2rem; }
  .product__info-row {
    flex-direction: column; }
    .product__info-row .title {
      margin-bottom: .5rem; } }

.cart__page {
  padding-bottom: 10rem; }

.cart__steps {
  margin-bottom: 4rem;
  display: flex;
  padding: .6rem;
  border-radius: 1rem;
  background-color: #F4F7FB; }

.cart__step {
  flex: 1;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #848B8F;
  border-radius: 1rem;
  font-weight: 800; }
  .cart__step:hover {
    text-decoration: none; }
  .cart__step.active {
    color: #000;
    background-color: #fff; }
  .cart__step.completed {
    color: #00B67A; }
    .cart__step.completed:before {
      content: '';
      width: 2.4rem;
      height: 2.4rem;
      margin-right: 1rem;
      background: url("/src/assets/images/checkmark.svg") no-repeat center;
      background-size: cover; }

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

.cart__block {
  width: 60%;
  padding: 0 1rem; }
  .cart__block:last-child {
    width: 40%; }

.cart__item {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9; }
  .cart__item:last-of-type {
    border-bottom: 0;
    margin-bottom: 4rem;
    padding-bottom: 0; }

.cart__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700; }

.cart__info {
  padding: 2.5rem;
  border-radius: 1rem;
  border: 1px solid #EDEEEF; }

.count__wrapper {
  display: flex; }
  .count__wrapper .input {
    width: 3.5rem;
    height: 3rem;
    text-align: center;
    border: 0;
    padding: 0 .5rem; }

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

.cart__summary {
  padding: 2.5rem;
  margin: 0 -2.5rem -2.5rem;
  background-color: #F9F9F9; }

.summary__row {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .summary__row:last-of-type {
    margin-bottom: 0; }
  .summary__row .title {
    color: #848B8F;
    font-size: 1.3rem;
    font-weight: 700; }
  .summary__row .data {
    font-weight: 700; }
  .summary__row.total .title {
    font-size: 2rem;
    color: #000; }
  .summary__row.total .data {
    font-size: 2rem; }

@media (max-width: 992px) {
  .cart__wrapper {
    flex-direction: column; }
  .cart__block {
    width: 100%; }
    .cart__block:last-child {
      margin-top: 4rem;
      width: 100%; }
  .radio--delivery .radio__label {
    padding-left: 2rem; }
  .radio--delivery .radio__label-img {
    width: 8rem;
    margin-right: 1rem; }
    .radio--delivery .radio__label-img img {
      width: 8rem; } }

@media (max-width: 560px) {
  .radio__name {
    max-width: 10rem; }
  .radio__wrapper {
    flex-direction: column; }
    .radio__wrapper .radio {
      margin-bottom: 2rem; }
      .radio__wrapper .radio:last-child {
        margin-bottom: 0; }
  .table--cart .price {
    white-space: nowrap; } }

.intro {
  position: relative;
  z-index: 2;
  transition: 0.3s; }
  @media (max-width: 992px) {
    .intro:not(.intro--home) .intro__wrapper {
      text-align: center; } }
  @media (max-width: 992px) {
    .intro:not(.intro--home) .intro__subtitle {
      justify-content: center; } }
  @media (max-width: 992px) {
    .intro:not(.intro--home) .intro__text {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 992px) {
    .intro:not(.intro--home) .intro__actions {
      justify-content: center; } }
  @media (max-width: 560px) {
    .intro:not(.intro--home) .intro__actions {
      align-items: center; } }
  .intro--home .intro__block {
    width: 50%; }
    @media (max-width: 992px) {
      .intro--home .intro__block {
        width: 100%; } }
  .intro--home .intro__img {
    width: 50%; }
    @media (max-width: 992px) {
      .intro--home .intro__img {
        position: absolute;
        width: 100%; }
        .intro--home .intro__img img {
          margin-left: auto;
          opacity: 0.5; } }

body:has(.header-start[style]) .intro__container-wrapper {
  padding-top: 15rem; }
  @media (max-width: 1200px) {
    body:has(.header-start[style]) .intro__container-wrapper {
      padding-top: 10rem; } }

@media (min-width: 1461px) {
  .intro__container--home .intro__title {
    font-size: 14rem; } }

.intro__container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700rem;
  height: 700rem;
  border-radius: 50%;
  background-color: #181B28;
  overflow: hidden;
  z-index: -1; }
  @media (max-width: 1200px) {
    .intro__container:before {
      width: 400rem;
      height: 400rem; } }

.intro__container-wrapper {
  position: relative;
  padding: 20rem 0;
  transition: 0.3s; }
  @media (max-width: 1200px) {
    .intro__container-wrapper {
      padding-top: 30rem; } }

.intro__subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #9EA1A9;
  display: flex; }
  .intro__subtitle img {
    display: block;
    margin-right: 1rem; }

.intro__title {
  max-width: 110rem;
  margin-bottom: 1rem;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1; }
  @media (max-width: 1300px) {
    .intro__title {
      font-size: 10rem; } }

.intro__suptitle {
  font-size: 5rem;
  line-height: 1.22;
  letter-spacing: -.05em; }
  @media (max-width: 768px) {
    .intro__suptitle {
      font-size: 3rem; } }

.intro__text {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem;
  max-width: 50.6rem; }
  @media (max-width: 768px) {
    .intro__text {
      font-size: 1.8rem; } }

.intro__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem 0;
  z-index: 2; }

.intro__link {
  margin-left: 3rem;
  color: #9EA1A9;
  font-weight: 700; }
  .intro__link img {
    margin-left: 1rem; }

.intro__img {
  flex: 1;
  padding-left: 2rem; }
  .intro__img img {
    display: block;
    width: 70rem;
    height: auto; }
    @media (max-width: 992px) {
      .intro__img img {
        width: 100%; } }
  @media (max-width: 992px) {
    .intro__img {
      width: 100%;
      padding-left: 0; } }

.intro__img--page img {
  width: 100%;
  max-width: initial !important;
  max-height: initial !important; }

.intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem; }

.intro__mouse {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #5E8CFF;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2; }
  .intro__mouse img {
    display: block;
    width: 2rem;
    height: 3.4rem;
    transition: 0.3s; }
  .intro__mouse:hover {
    text-decoration: none; }
    .intro__mouse:hover img {
      transform: translateY(0.5rem); }

.intro__mouse-text {
  position: relative;
  transform: rotateZ(-90deg) translateX(50%);
  text-transform: uppercase; }
  @media (min-width: 1041px) {
    .intro__mouse-text:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 0.8rem;
      height: 6.5rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='65' viewBox='0 0 8 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='61' r='4' fill='%2348586C'/%3e%3ccircle cx='4' cy='32' r='4' fill='%2348586C'/%3e%3ccircle cx='4' cy='4' r='4' fill='%2348586C'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform: rotateZ(-90deg) translateX(300%) translateY(21rem); } }

.cabinet__page {
  display: flex;
  padding-left: 30rem; }
  .cabinet__page.full {
    padding-left: 0; }
  .cabinet__page .btn {
    min-width: auto;
    height: 5rem;
    padding: 0 2rem; }
    .cabinet__page .btn.plus {
      padding-left: 3.5rem; }

.cabinet__content {
  width: 100%;
  padding-bottom: 3rem; }

.sidebar {
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30rem;
  gap: 3rem;
  padding: 0 3rem 3rem;
  border-right: solid 1px #2F313D;
  background-color: #20222B;
  overflow-y: auto; }
  .sidebar::-webkit-scrollbar {
    width: 0; }
  .sidebar .copyright {
    font-size: 1.4rem; }

.sidebar__head {
  padding: 2.5rem 0; }

.sidebar__nav-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #9EA1A9;
  min-height: 3rem;
  display: flex;
  align-items: center; }

.sidebar__list:not(:last-child) {
  margin-bottom: 2.5rem; }

.sidebar__list a {
  display: flex;
  align-items: center;
  height: 3.6rem;
  color: #9EA1A9;
  font-size: 1.4rem;
  font-weight: 500; }
  .sidebar__list a .icon {
    margin-right: 1.1rem;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sidebar__list a .icon path {
      fill: #9EA1A9; }
  .sidebar__list a.active {
    color: #5E8CFF; }
    .sidebar__list a.active path {
      fill: #5E8CFF; }

.sidebar__links {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column; }
  .sidebar__links a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #9EA1A9;
    margin-bottom: .5rem; }
    .sidebar__links a:last-child {
      margin-bottom: 0; }
    .sidebar__links a img {
      margin-right: 1.1rem;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%; }

.sidebar__progress {
  margin-bottom: 2.5rem; }

.credit__progress {
  margin-bottom: 1rem; }
  .credit__progress .title {
    font-size: 1.3rem;
    font-weight: 700; }
  .credit__progress .progress {
    width: 100%;
    height: .6rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative; }
    .credit__progress .progress .line {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #5E8CFF;
      border-radius: 2rem; }

.invite {
  border: 1px dashed #5E8CFF;
  border-radius: 2rem;
  text-align: center;
  padding: 1rem; }
  .invite .btn {
    height: 3rem;
    min-width: auto;
    padding: 0 2rem;
    font-size: 1.3rem;
    font-weight: 700; }

.invite__text {
  margin-bottom: .6rem;
  font-size: 1.3rem;
  font-weight: 700; }

.cabinet__header {
  height: 8.6rem;
  border-bottom: 1px solid #2F313D;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.cabinet__header-block {
  display: flex;
  align-items: center; }

.cabinet__search {
  position: relative;
  width: 58rem; }
  .cabinet__search .input {
    padding-right: 4rem; }

.cabinet__search-btn {
  background: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  outline: 0;
  border: 0; }

.cabinet__toggle-menu {
  margin-right: 4rem;
  display: flex; }
  .cabinet__toggle-menu.hide-menu {
    transform: rotateY(180deg); }
  .cabinet__toggle-menu img {
    display: block; }

.cabinet__profile-wrapper {
  position: relative; }

.cabinet__profile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  min-width: 28.6rem;
  z-index: 10;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden; }
  .cabinet__profile-menu.active {
    opacity: 1;
    visibility: visible; }

.cabinet__profile-head {
  background-color: #5E8CFF;
  padding: 2rem 3rem; }
  .cabinet__profile-head .title {
    font-size: 1.8rem;
    font-weight: 700; }
  .cabinet__profile-head .text {
    font-size: 1.6rem;
    font-weight: 500; }

.cabinet__profile-credits {
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  position: relative; }
  .cabinet__profile-credits:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 3rem;
    right: 3rem;
    height: 1px;
    background-color: #f4f4f4; }

.cabinet__profile-nav {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 3rem; }
  .cabinet__profile-nav a {
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 700; }
    .cabinet__profile-nav a:last-child {
      margin-bottom: 0;
      color: #EA4335; }

.cabinet__head {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__head--filter {
    align-items: flex-end;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #2F313D; }
  .cabinet__head .btn {
    height: 4rem;
    font-size: 1.3rem;
    min-width: auto; }
  .cabinet__head .block__title {
    margin-bottom: 0; }

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

.sort__title {
  font-weight: 700;
  font-size: 1.3rem;
  display: flex; }
  .sort__title img {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem; }

.cabinet__head-sort {
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end; }
  .cabinet__head-sort a {
    margin-right: 1rem; }
    .cabinet__head-sort a:last-child {
      margin-right: 0; }
  .cabinet__head-sort img {
    display: block; }

.sort__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .sort__items a {
    padding: .3rem 1rem .2rem;
    border-radius: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff; }
    .sort__items a.active {
      background-color: #20222B; }

.cabinet__back {
  font-size: 1.3rem;
  font-weight: 700;
  color: #9EA1A9;
  padding-left: 2rem;
  position: relative;
  text-transform: uppercase; }
  .cabinet__back:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 0 1px 1px;
    border-color: #9EA1A9;
    border-style: solid;
    padding: .3rem; }

.cabinet__title {
  margin-bottom: 4rem;
  font-size: 2.3rem;
  font-weight: 700; }
  .cabinet__title--sm {
    font-size: 2rem; }

.cabinet__text {
  margin-bottom: 5rem;
  color: #9EA1A9;
  font-size: 1.7rem;
  font-weight: 500; }
  .cabinet__text b {
    color: #fff;
    font-weight: 700; }

.dashboard__wrapper {
  display: flex;
  padding-top: 4rem;
  gap: 2rem 0;
  margin: 0 -1rem 4rem; }

.dashboard__block {
  padding: 0 1rem;
  width: 25%; }
  .dashboard__block--small {
    width: calc(100% / 3); }
  .dashboard__block--medium {
    width: calc(100% / 3 * 2); }

.dashboard__block-wrapper {
  display: block;
  height: 100%;
  padding: 3rem 3.5rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s; }

a.dashboard__block-wrapper:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none; }

.categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem 4rem; }

.categories__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2.7rem 0; }

.categories__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #A2E9E1; }
  .categories__icon img, .categories__icon svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; }

.categories__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #000; }

.recent__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.4rem; }

.recent__item-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
  padding: 1.5rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.recent__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #A2E9E1; }
  .recent__icon img, .recent__icon svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; }

.recent__content {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000; }
  .recent__content span {
    color: #9EA1A9; }

.cabinet__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #81DAD0; }
  .cabinet__link:after {
    content: '';
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9497 0.957127L12.9065 0.000301963L17.3886 4.47887L12.9065 8.96094L11.9497 8.00078L14.8471 5.1032L-2.91588e-07 5.1032L-3.94167e-07 3.74606L14.7351 3.74606L11.9497 0.957127Z' fill='%2388D1C9'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s; }
  .cabinet__link:hover {
    text-decoration: none; }
    .cabinet__link:hover:after {
      transform: translateX(0.5rem); }

.tokens {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem; }

.overview__wrapper {
  display: flex;
  margin-bottom: 8rem; }

.overview__block {
  width: 50%; }
  .overview__block .cabinet__title {
    margin-bottom: 2rem; }
  .overview__block:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .overview__block .credit__progress {
    margin-bottom: 2rem; }
    .overview__block .credit__progress .title {
      margin-bottom: .8rem;
      font-size: 1.6rem; }
    .overview__block .credit__progress .progress {
      height: 1rem; }

.overview__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0; }

.overview__item {
  flex: 1 0 14rem; }
  .overview__item--large {
    width: 100%; }
  .overview__item .title {
    font-size: 3.6rem;
    font-weight: 700; }
  .overview__item .text {
    color: #9EA1A9;
    font-size: 1.5rem;
    font-weight: 500; }

.documents__wrapper {
  display: flex;
  margin: 0 -2.5rem; }

.documents__block {
  width: 50%;
  padding: 0 2.5rem; }
  .documents__block .cabinet__title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .documents__block .documents__item:last-child {
    border-bottom: 0; }

.documents__item {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f4f4f4; }
  .documents__item img {
    margin-right: 1rem; }

.documents__title {
  font-weight: 500; }

.documents__text {
  margin-bottom: .4rem;
  font-weight: 500;
  color: #9EA1A9; }

.documents__date {
  font-weight: 500;
  color: #9EA1A9; }
  .documents__date a {
    color: #5E8CFF; }

.folder {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 58rem;
  padding: 2.5rem;
  border-radius: 2rem;
  background-color: #25262D; }
  .folder img {
    margin-right: 3rem; }
  .folder .title {
    font-weight: 500; }
  .folder .text {
    color: #9EA1A9;
    font-weight: 500;
    font-size: 1.3rem; }

.folder__dots-wrapper {
  position: relative; }

.folder__dots {
  display: flex;
  flex-direction: column; }
  .folder__dots:before,
  .folder__dots i, .folder__dots:after {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: .4rem; }
  .folder__dots:after {
    margin-bottom: 0; }

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

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

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

.writer__item {
  padding: 2.5rem;
  color: #fff; }
  .writer__item:hover {
    text-decoration: none; }

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

.writer__title {
  margin-bottom: .4rem;
  font-size: 2rem;
  font-weight: 700; }
  .writer__title a {
    color: #fff !important; }

.writer__text {
  font-weight: 500;
  color: #9EA1A9; }

.generator__wrapper {
  display: flex;
  margin: 0 -5rem;
  position: relative; }
  .generator__wrapper:after {
    content: '';
    position: absolute;
    top: -4rem;
    left: 50%;
    height: calc(100% + 4rem);
    width: 1px;
    background-color: #2F313D; }

.generator__block {
  width: 50%;
  padding: 0 5rem; }
  .generator__block .input__wrapper {
    display: flex; }
    .generator__block .input__wrapper .input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .generator__block .input__wrapper .btn {
      min-width: 14.6rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      white-space: nowrap; }

.generator__item {
  margin-bottom: 2rem;
  padding: 2rem 2rem 1rem;
  border-radius: 1rem;
  border: 1px solid #e9e9e9; }

.generator__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700; }

.workbook__container {
  max-width: 75rem; }

.ai__gen {
  padding: 2rem; }
  .ai__gen .cabinet__title {
    margin-bottom: 2.5rem; }

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

.ai__nav {
  margin-bottom: 2.5rem;
  display: flex; }
  .ai__nav a {
    margin-right: 1rem;
    padding: .4rem 1rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 1rem; }
    .ai__nav a:hover {
      text-decoration: none; }
    .ai__nav a.active {
      background-color: #e9e9e9;
      color: #000; }

.ai__credits {
  display: flex; }
  .ai__credits .credit__progress {
    margin-bottom: 0;
    width: 18.4rem;
    margin-right: 4.5rem; }
    .ai__credits .credit__progress:last-child {
      margin-right: 0; }

.ai__form {
  display: flex;
  position: relative; }
  .ai__form .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ai__form .btn {
    min-width: 24rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .ai__form .js-input-error-msg {
    position: absolute;
    top: 100%;
    left: 0;
    color: #EA4335;
    white-space: nowrap; }

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

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

.ai__item-img {
  overflow: hidden;
  height: 21rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem; }
  .ai__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.ai__item-content {
  padding: 2rem 2.5rem; }

.ai__item-title {
  padding-bottom: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
  font-weight: 500; }

.ai__item-footer {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.ai__item-date {
  font-weight: 500;
  line-height: 1.8; }
  .ai__item-date span {
    color: #9EA1A9; }

.ai__actions {
  display: flex; }
  .ai__actions .table__action {
    margin-right: 1.5rem; }
    .ai__actions .table__action:last-child {
      margin-right: 0; }

.ai__steps {
  margin-bottom: 4rem;
  display: flex;
  position: relative; }
  .ai__steps:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 2rem;
    height: 1rem;
    background-color: #f2f2f2; }

.ai__step {
  width: 25%;
  text-align: center;
  font-weight: 700;
  color: #9EA1A9;
  line-height: 2; }
  .ai__step.active {
    color: #fff;
    position: relative; }
    .ai__step.active:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1rem;
      background-color: #5E8CFF;
      border-radius: 2rem;
      z-index: 2; }
  .ai__step.completed {
    color: #fff; }

.ai__step-head {
  margin-bottom: 3rem;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .ai__step-head .cabinet__title {
    margin-bottom: 0;
    font-size: 2rem; }

.tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap; }
  .tags .checkbox {
    margin-bottom: 2rem;
    margin-right: 2rem; }
  .tags .checkbox__input:checked + .checkbox__label {
    background-color: #5E8CFF; }
  .tags .checkbox__label {
    padding: 1rem 1.4rem;
    font-weight: 700;
    font-size: 1.3rem;
    border: 1px solid #5E8CFF;
    border-radius: 1rem; }
    .tags .checkbox__label:before {
      display: none; }
    .tags .checkbox__label:after {
      display: none; }

.ai__radios {
  padding-top: 3rem; }
  .ai__radios .radio {
    margin-bottom: 2.5rem; }
  .ai__radios .radio__input:checked + .radio__label {
    background-color: #20222B;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .ai__radios .radio__input:checked + .radio__label:before {
      background-color: #5E8CFF; }
    .ai__radios .radio__input:checked + .radio__label:after {
      background: none; }
  .ai__radios .radio__label {
    min-height: 9rem;
    padding: 2rem 0 2rem 8.5rem;
    display: flex;
    align-items: center;
    background-color: #25262D;
    border-radius: 2rem; }
    .ai__radios .radio__label:before {
      top: 50%;
      transform: translateY(-50%);
      left: 2.5rem;
      width: 3.6rem;
      height: 3.6rem;
      background-color: #20222B; }
    .ai__radios .radio__label:after {
      position: absolute;
      background: none;
      width: 7px;
      height: 11px;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #fff;
      transform: rotate(45deg) translateY(-50%);
      top: 50%;
      margin-top: -.3rem;
      left: 3.5rem;
      border-radius: 0; }
    .ai__radios .radio__label ul {
      list-style: disc;
      color: #000;
      margin-left: 1em; }

.ai__image {
  margin-bottom: 3.5rem;
  width: 100%;
  height: 31rem; }
  .ai__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem; }

.generator__success {
  text-align: center; }
  .generator__success img {
    display: block;
    margin: 0 auto 3rem; }
  .generator__success .title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 700; }
  .generator__success .text {
    color: #9ea1a9;
    font-weight: 500;
    font-size: 1.6rem; }

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

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

.chat__item {
  padding: 2.5rem;
  display: block;
  color: #fff; }
  .chat__item:hover {
    text-decoration: none; }

.chat__img {
  margin-bottom: 1.5rem;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  object-fit: cover;
  display: block; }

.chat__title {
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700; }

.chat__text {
  font-weight: 500;
  color: #9EA1A9; }

.chat__initials {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background-color: #5E8CFF;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }

.message {
  display: flex; }

.message__nav {
  width: 30rem;
  border-right: 1px solid #2F313D;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.message__nav-block {
  padding: 2.5rem; }
  .message__nav-block .btn {
    width: 100%; }

.message__search {
  position: relative; }

.btn__search {
  background: none;
  outline: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer; }

.message__nav-item {
  display: flex;
  align-items: center;
  border-left: .4rem solid transparent;
  color: #fff;
  padding: 1.6rem 2.5rem 1.6rem 2rem;
  border-bottom: 1px solid #2F313D; }
  .message__nav-item:hover {
    text-decoration: none; }
  .message__nav-item a {
    color: #fff; }
  .message__nav-item img {
    margin-right: 1rem; }
  .message__nav-item.active {
    border-left: 0.4rem solid #5E8CFF; }
  .message__nav-item .title {
    font-weight: 700;
    font-size: 1.4rem; }
  .message__nav-item .text {
    color: #9EA1A9;
    font-weight: 500;
    font-size: 1.3rem; }

.message__nav-actions {
  display: flex;
  margin-left: auto; }
  .message__nav-actions .table__action {
    margin-right: 1rem; }
    .message__nav-actions .table__action:last-child {
      margin-right: 0; }
    .message__nav-actions .table__action:not(:last-child) svg path {
      fill: #fff; }

.messages {
  flex: 1;
  padding: 2.5rem; }

.messages__content {
  height: 50rem;
  overflow-y: auto; }

.message__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem; }
  .message__item .author {
    margin-right: 2.5rem; }
    .message__item .author img {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      object-fit: cover; }
  .message__item.my {
    justify-content: flex-end; }
    .message__item.my .author {
      margin-right: 0;
      margin-left: 2.5rem; }
    .message__item.my .message__text {
      background: none;
      border: 1px solid #f2f2f2; }

.message__text {
  background-color: #25262D;
  border-radius: 2rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 500; }

.message__form {
  position: relative; }
  .message__form .textarea {
    height: 5rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 500; }
    .message__form .textarea::placeholder {
      opacity: 1;
      color: #9ea1a9; }

.message__send {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  border: 0; }

.speech__nav {
  margin-bottom: 6.5rem;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f4f4f4; }
  .speech__nav a {
    color: #9ea1a9;
    min-width: 10rem;
    font-weight: 500; }

.speech__wrap {
  display: flex;
  align-items: flex-start; }

.speech__btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #5E8CFF;
  display: flex;
  align-items: center;
  justify-content: center; }

.speech__text {
  margin-left: 5rem;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4; }

.voiceover__line {
  display: flex;
  align-items: center; }
  .voiceover__line .label {
    margin-bottom: 0;
    width: auto;
    margin-right: 1.5rem; }
  .voiceover__line .select select {
    min-width: 26rem; }

.voiceover__form {
  padding: 2.5rem;
  margin-bottom: 4rem; }

.earn {
  margin-bottom: 4rem;
  padding: 5rem;
  border-radius: 2rem;
  border: 1px dashed #5E8CFF;
  background-color: #25262D; }

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

.earn__block {
  width: 100%;
  max-width: 44rem; }

.earn__gift {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700; }
  .earn__gift img {
    margin-right: 5rem;
    height: 7.2rem;
    display: block; }

.earn__copy {
  height: 5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5E8CFF;
  background-color: #20222B;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 500; }
  .earn__copy a {
    line-height: 1; }

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

.earn__sum {
  margin-bottom: 3rem;
  font-size: 4.9rem;
  font-weight: 700; }

.earn__text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9ea1a9; }
  .earn__text span {
    color: #fff; }

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

.affiliate__block {
  width: 50%;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .affiliate__block .cabinet__title {
    margin-bottom: 2rem; }

.affiliate__item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700; }
  .affiliate__item span {
    flex: 0 0 3.6rem;
    height: 3.6rem;
    margin-right: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5E8CFF;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700; }

.affiliate__subscribe {
  display: flex; }
  .affiliate__subscribe .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .affiliate__subscribe .btn {
    min-width: 15rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.earn__table {
  padding: 2.5rem; }
  .earn__table .cabinet__title {
    margin-bottom: 2rem; }

.support .cabinet__title {
  margin-bottom: 2rem; }

.support .block__text {
  font-weight: 700;
  font-size: 1.6rem; }
  .support .block__text a {
    color: #5E8CFF; }
  .support .block__text h3 {
    margin-top: 1rem; }

.support__form {
  max-width: 71rem; }
  .support__form .btn {
    min-width: 15rem; }

.pricing-line {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #f4f4f4; }
  .pricing-line .btn {
    height: 4.4rem; }

.plans__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }

.plans__block {
  width: 22rem; }

.plans__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 0.8rem;
  padding: 3rem 3.5rem 3.5rem;
  border-radius: 2rem;
  border: solid 1px transparent;
  background-color: #25262D;
  transition: 0.3s; }
  .plans__block-wrapper:hover, .plans__block-wrapper:focus-visible {
    border-color: #5E8CFF; }
  .plans__block-wrapper:focus-visible {
    outline: none; }

.plans__title {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2; }

.plans__slider {
  position: relative;
  width: 100%;
  margin-bottom: 1.9rem; }

.plans__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3; }

.plans__price {
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3; }

@media (max-width: 992px) {
  .cabinet__profile img {
    height: 3rem;
    width: 3rem; } }

@media (max-width: 768px) {
  .ai__credits {
    flex-wrap: wrap; }
    .ai__credits .credit__progress {
      margin-bottom: 1rem; }
      .ai__credits .credit__progress:last-child {
        margin-bottom: 0; }
  .ai__gen {
    padding: 0 0 4rem; }
  .voiceover__form {
    padding: 0; } }

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

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

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

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

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

.cookie__link {
  display: inline-flex;
  align-items: center;
  height: 5.4rem;
  padding: 10px 23px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #000;
  transition: 0.3s; }
  .cookie__link .cookie__link:hover {
    text-decoration: none;
    color: #A2E9E1; }

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

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

.features {
  position: relative;
  padding: 14rem 0 21.3rem;
  z-index: 1; }
  @media (max-width: 768px) {
    .features {
      padding: 10rem 0 15rem; } }
  .features--service + div {
    background-color: #121520; }
  .features--service .features__item {
    width: 20%;
    padding: 0 1rem; }
    @media (max-width: 1199px) {
      .features--service .features__item {
        width: calc(100% / 3); } }
    @media (max-width: 992px) {
      .features--service .features__item {
        width: 50%; } }
    @media (max-width: 768px) {
      .features--service .features__item {
        width: 100%; } }
  .features--service .features__item-wrapper {
    padding: 3rem; }
  .features--service .features__img {
    height: 6rem;
    margin-bottom: 2rem; }
  .features--service .features__title {
    font-size: 2rem; }

.features__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 1.7rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #fff; }
  .features__badge.center {
    margin-left: auto;
    margin-right: auto; }

.features__img + .features__badge {
  margin-bottom: 1.5rem;
  border: 1px solid #5E8CFF;
  background-color: #5E8CFF; }

.features__img .features__badge {
  position: absolute;
  top: 3rem;
  left: 3rem;
  background-color: #5E8CFF; }

.features__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
  margin: 0 -1rem; }
  .features__wrapper--card .features__item {
    width: 25%; }
    @media (max-width: 1199px) {
      .features__wrapper--card .features__item {
        width: 50%; } }
    @media (max-width: 768px) {
      .features__wrapper--card .features__item {
        width: 100%; } }
  .features__wrapper--card .features__item-wrapper {
    padding: 0;
    overflow: hidden; }
    .features__wrapper--card .features__item-wrapper .features__img {
      position: relative;
      width: 100%;
      height: auto;
      border-bottom: solid 1px #EEF2F4; }
      .features__wrapper--card .features__item-wrapper .features__img img {
        width: 100%;
        height: auto; }
    .features__wrapper--card .features__item-wrapper .features__title {
      padding: 0 3rem; }
    .features__wrapper--card .features__item-wrapper .features__text {
      padding: 0 3rem;
      margin-bottom: 3rem; }
  .features__wrapper--middle-card .features__item {
    width: calc(100% / 3); }
    @media (max-width: 1199px) {
      .features__wrapper--middle-card .features__item {
        width: 50%; } }
    @media (max-width: 768px) {
      .features__wrapper--middle-card .features__item {
        width: 100%; } }

.features__item {
  width: calc(100% / 3);
  padding: 0 1rem; }
  @media (max-width: 1199px) {
    .features__item {
      width: 50%; } }
  @media (max-width: 768px) {
    .features__item {
      width: 100%; } }

.features__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 4rem 3.5rem;
  border-radius: 4rem;
  background-color: #181B28;
  transition: 0.3s; }
  @media (max-width: 560px) {
    .features__item-wrapper {
      padding: 2.5rem; } }

.features__img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  height: 7.2rem;
  margin-bottom: 1.6rem; }
  @media (max-width: 768px) {
    .features__img {
      height: 6rem; } }
  .features__img img {
    display: block;
    width: auto;
    height: 100%; }

.features__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center; }

.features__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .features__title {
      font-size: 2rem; } }

.features__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #9EA1A9; }

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

.features__sort-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0.5rem 2rem;
  border: 1px solid #E3E3E3;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  transition: 0.3s; }
  .features__sort-item:hover, .features__sort-item.active {
    text-decoration: none;
    border-color: #5E8CFF;
    background-color: #5E8CFF; }

.numbers__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin: 12.5rem -1rem 0; }

.numbers__item {
  width: 25%;
  padding: 0 1rem;
  text-align: center; }
  @media (max-width: 992px) {
    .numbers__item {
      width: 50%; } }
  @media (max-width: 560px) {
    .numbers__item {
      width: 100%; } }

.numbers__value {
  font-weight: 200;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #5E8CFF; }
  @media (max-width: 560px) {
    .numbers__value {
      font-size: 7rem; } }
  .numbers__value span {
    font-weight: 500;
    color: #fff; }

.numbers__text {
  width: 26rem;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.388; }

.who {
  position: relative;
  margin-top: 13rem; }
  @media (max-width: 768px) {
    .who {
      margin-top: 8rem; } }

.who__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 0;
  margin: 0 -2rem; }

.who__item {
  width: calc(100% / 6);
  padding: 0 2rem; }
  @media (max-width: 1100px) {
    .who__item {
      width: calc(100% / 3); } }
  @media (max-width: 640px) {
    .who__item {
      width: 50%; } }
  @media (max-width: 360px) {
    .who__item {
      width: 100%; } }

.who__item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (max-width: 360px) {
    .who__item-wrapper {
      align-items: center;
      text-align: center; } }

.who__img {
  height: 3.8rem;
  margin-bottom: 1.8rem; }
  .who__img img {
    display: block;
    height: 100%; }

.who__title {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4; }

.who__text {
  max-width: 15rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375; }

.why {
  position: relative;
  margin-top: -7.3rem;
  padding-top: 11.2rem;
  padding-bottom: 22.3rem;
  border-radius: 8rem 8rem 0 0;
  background: #1B1E2A;
  overflow: hidden;
  z-index: 3; }
  @media (max-width: 992px) {
    .why {
      padding-top: 8rem;
      padding-bottom: 15rem;
      border-radius: 4rem 4rem 0 0; } }

.why__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 4rem 0;
  margin: 5rem -1rem 0; }

.why__item {
  width: 20%;
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .why__item {
      width: calc(100% / 3); } }
  @media (max-width: 640px) {
    .why__item {
      width: 50%; } }
  @media (max-width: 360px) {
    .why__item {
      width: 100%; } }

.why__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center; }

.why__img {
  height: 7.2rem;
  margin-bottom: 1.2rem; }
  .why__img img {
    display: block;
    width: auto;
    height: 100%; }

.why__title {
  max-width: 20rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.05em; }

.why__text {
  max-width: 24rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375; }

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

.contacts__wrapper {
  display: flex;
  margin-bottom: 12rem; }

.contacts__block {
  width: 42%; }
  .contacts__block:first-child {
    padding-right: 4rem; }
  .contacts__block:last-child {
    position: relative;
    width: 58%; }
    .contacts__block:last-child:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: rgba(244, 247, 251, 0.89);
      width: 60vw;
      z-index: -1; }
    .contacts__block:last-child .contacts__title {
      margin-top: 7rem;
      margin-left: 8rem; }

.contacts__info {
  font-size: 2.4rem;
  font-weight: 700; }
  .contacts__info span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #888;
    display: block; }

.contacts__text {
  margin-bottom: 2rem; }
  .contacts__text a {
    color: #fff; }

.contacts__form {
  padding: 0 0 7rem 8rem;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2; }
  .contacts__form .btn {
    min-width: 15rem; }
  .contacts__form .form__group:last-child {
    margin-bottom: 0; }

.contacts__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 800; }

.contacts__img {
  position: absolute;
  bottom: 0;
  right: calc(100% - 15rem); }

/* 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; }

.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;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

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

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

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.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: 6px; }

.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 18px;
  right: -4px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

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

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #9EA1A9;
  border-radius: 3px; }

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

.noUi-connect {
  background: #A2E9E1; }

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

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

.noUi-handle {
  border-radius: 2px;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #00000040; }

.noUi-active {
  box-shadow: 0px 0px 6px 0px #00000040; }

/* Handle stripes;
 */
/* 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%);
  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%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.pricing {
  padding-bottom: 11rem; }
  @media (max-width: 992px) {
    .pricing {
      padding-bottom: 8rem; } }
  .pricing .btn--o-main {
    color: #5E8CFF; }
    .pricing .btn--o-main:hover {
      color: #000; }

.pricing__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem; }

.pricing__item {
  width: 25%;
  padding: 0 1rem; }
  @media (max-width: 1100px) {
    .pricing__item {
      width: 50%; } }
  @media (max-width: 560px) {
    .pricing__item {
      width: 100%; } }

.pricing__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
  padding: 4.3rem 3rem;
  border-radius: 4rem;
  border: 2px solid transparent;
  background-color: #20222B;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .pricing__item-wrapper {
      padding: 3rem 2rem; } }
  .pricing__item-wrapper:hover {
    border-color: #5E8CFF; }

.pricing__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.pricing__name {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.3rem; }

.pricing__value {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 3.9rem;
  color: #5E8CFF; }

.pricing__subvalue {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #9EA1A9; }

.pricing__text {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left; }
  .pricing__text ul {
    padding-left: 1.1em;
    list-style: initial; }

.section {
  padding-bottom: 14rem; }

.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: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 9rem; }
  .block__title-wrapper .block__title {
    margin-bottom: .8rem; }

.block__header {
  margin-bottom: 3.5rem; }
  .block__header .block__text {
    margin-bottom: 0; }

.block__subtitle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #9EA1A9;
  text-transform: uppercase; }

.text-center .block__subtitle {
  justify-content: center; }

.block__link {
  color: #00aeed;
  font-weight: 900;
  text-transform: uppercase; }

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

.block__text {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  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.6rem;
    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; }
  .block__text img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2rem; }

.get {
  padding-bottom: 18rem;
  padding-top: 14rem;
  position: relative; }
  .get .block__text {
    max-width: 88.5rem;
    margin: 0 auto 5rem; }

.get__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  position: relative;
  z-index: 2; }

.get__block {
  width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.get__item {
  height: 100%;
  background-color: #fff;
  border-radius: 4rem;
  padding: 2.5rem 4rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1); }

.get__title {
  font-size: 2.3rem;
  font-weight: 700; }

.get__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #9EA1A9; }

.get__img {
  position: absolute;
  bottom: -2rem;
  left: 0; }

.platform {
  position: relative;
  margin-top: -7.3rem;
  padding: 11rem 0 19.3rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #181B28;
  position: relative;
  z-index: 3; }

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

.platform__block {
  width: 50%; }

.platform__img {
  position: relative;
  width: 50%;
  border-radius: 1.4rem;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .platform__img img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2; }
  .platform__img video {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    height: 94%;
    object-fit: cover;
    object-position: center;
    z-index: 1; }

.platform__title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.01em;
  max-width: 41rem;
  line-height: 1.1; }

.platform__text {
  margin-bottom: 2rem;
  max-width: 46.5rem;
  font-size: 1.8rem;
  font-weight: 500; }

.how {
  position: relative;
  margin-top: -7.3rem;
  padding: 14rem 0 13rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #1B1E2A;
  overflow: hidden;
  z-index: 3; }

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

.how__block {
  padding: 0 2rem;
  width: 33.333%;
  text-align: center;
  position: relative; }

.how__item {
  position: relative;
  z-index: 2; }

.how__title {
  margin-bottom: 10rem;
  font-size: 14rem;
  font-weight: 700; }

.how__text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #9EA1A9; }
  .how__text strong,
  .how__text b {
    font-size: 2rem;
    color: #fff; }

.how__img {
  position: absolute;
  right: 0;
  transform: translateX(40%); }

.faq {
  position: relative;
  margin-top: -7.3rem;
  padding-top: 11.2rem;
  padding-bottom: 15rem;
  border-radius: 8rem 8rem 0 0;
  background: #181B28;
  z-index: 3; }

.page__section {
  padding-bottom: 10rem; }

.begin {
  position: relative;
  padding: 15rem 0 13rem;
  z-index: 1; }
  @media (max-width: 1200px) {
    .begin {
      padding-bottom: 8rem; } }
  .begin .block__subtitle {
    position: relative; }
    .begin .block__subtitle:before {
      content: '';
      position: absolute;
      top: -10rem;
      left: 50%;
      transform: translateX(-50%);
      width: 0.8rem;
      height: 6.5rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='65' viewBox='0 0 8 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4' r='4' transform='rotate(-180 4 4)' fill='%2348586C' fill-opacity='0.75'/%3e%3ccircle cx='4' cy='33' r='4' transform='rotate(-180 4 33)' fill='%2348586C' fill-opacity='0.75'/%3e%3ccircle cx='4' cy='61' r='4' transform='rotate(-180 4 61)' fill='%2348586C' fill-opacity='0.75'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: -1; }
      @media (max-width: 768px) {
        .begin .block__subtitle:before {
          top: -6rem;
          height: 4rem; } }

.begin__title {
  margin-bottom: 4.5rem;
  letter-spacing: -0.05em;
  line-height: 1;
  font-size: 14rem;
  font-weight: 700;
  position: relative;
  z-index: 2; }
  @media (max-width: 1200px) {
    .begin__title {
      font-size: 10rem; } }
  @media (max-width: 560px) {
    .begin__title {
      font-size: 8rem; } }

.begin__text {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 2; }

.clients {
  padding-bottom: 11rem;
  background-color: #181B28; }

.marquee {
  position: relative;
  overflow: hidden; }

.marquee__content {
  display: flex;
  height: 100%;
  will-change: transform;
  animation: marquee var(--dur, 30s) linear infinite;
  gap: 0; }

#marquee2 {
  margin-top: 2rem; }
  #marquee2 .marquee__content {
    animation-name: marquee-rev;
    animation-direction: normal; }

.marquee__item {
  width: 22rem;
  flex-shrink: 0;
  padding: 0 1rem; }

.marquee__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  overflow: hidden; }
  .marquee__item-wrapper:hover img {
    opacity: 1; }
  .marquee__item-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.4;
    transition: 0.3s; }

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(calc(-1 * var(--dist)), 0, 0); } }

@keyframes marquee-rev {
  from {
    transform: translate3d(calc(-1 * var(--dist)), 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation: none;
    transform: none; } }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem; }
  .actions.center {
    justify-content: center; }

.section__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }
  .section__decor img {
    position: absolute;
    width: auto;
    height: auto;
    will-change: transform;
    transform: translate3d(var(--px), var(--py), 0); }

@media (prefers-reduced-motion: reduce) {
  .section__decor img {
    transform: none !important; } }

.intro .section__decor-left {
  top: 32rem;
  left: -17rem;
  width: 39rem;
  height: 39rem; }

.intro .section__decor-center {
  top: -35%;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 1200px) {
    .intro .section__decor-center {
      top: -45%; } }
  @media (max-width: 992px) {
    .intro .section__decor-center {
      top: -60%;
      left: calc(50% - 50rem);
      width: 100rem;
      height: 100rem; } }
  @media (max-width: 640px) {
    .intro .section__decor-center {
      top: -50%; } }

.features .section__decor-left {
  bottom: 40rem;
  left: -15rem;
  width: 62rem;
  height: 62rem; }
  @media (max-width: 768px) {
    .features .section__decor-left {
      bottom: 70rem;
      left: -20rem;
      width: 44rem;
      height: 44rem; } }

.features .section__decor-right {
  bottom: -28rem;
  right: -53rem;
  width: 106rem;
  height: 106rem; }
  @media (max-width: 768px) {
    .features .section__decor-right {
      bottom: -20rem;
      right: -30rem;
      width: 70rem;
      height: 70rem; } }

.features--service .section__decor-left {
  top: 25rem;
  bottom: auto;
  left: -22rem;
  width: 76.5rem;
  height: 76.5rem; }
  @media (max-width: 768px) {
    .features--service .section__decor-left {
      top: 20rem;
      bottom: auto;
      left: -22rem;
      width: 50rem;
      height: 50rem; } }

.platform .section__decor-right {
  bottom: -22rem;
  right: -35rem;
  width: 85rem;
  height: 85rem; }
  @media (max-width: 768px) {
    .platform .section__decor-right {
      bottom: -5rem;
      right: -10rem;
      width: 40rem;
      height: 40rem; } }

.why .section__decor-left {
  top: -40rem;
  left: -33rem;
  width: 103rem;
  height: 103rem; }
  @media (max-width: 768px) {
    .why .section__decor-left {
      top: 10rem;
      left: -25rem;
      width: 60rem;
      height: 60rem; } }

.why .section__decor-right {
  bottom: -28rem;
  right: -31rem;
  width: 91rem;
  height: 91rem; }
  @media (max-width: 768px) {
    .why .section__decor-right {
      bottom: -5rem;
      right: -10rem;
      width: 40rem;
      height: 40rem; } }

.how .section__decor-left {
  top: -50rem;
  left: -43rem;
  width: 132rem;
  height: 132rem; }
  @media (max-width: 768px) {
    .how .section__decor-left {
      top: 10rem;
      left: -25rem;
      width: 50rem;
      height: 50rem; } }

.how .section__decor-right {
  bottom: -75rem;
  right: -65rem;
  width: 118rem;
  height: 118rem; }
  @media (max-width: 768px) {
    .how .section__decor-right {
      bottom: -30rem;
      right: -30rem;
      width: 60rem;
      height: 60rem; } }

.reviews .section__decor-right {
  bottom: -45rem;
  right: -65rem;
  width: 118rem;
  height: 118rem; }
  @media (max-width: 768px) {
    .reviews .section__decor-right {
      bottom: -10rem;
      right: -30rem;
      width: 60rem;
      height: 60rem; } }

.footer .section__decor-center {
  top: 15rem;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 350px) {
    .footer .section__decor-center {
      left: calc(50% - 74rem);
      width: 148rem;
      height: 148rem; } }

.footer .section__decor-right {
  top: 22rem;
  left: calc(50% + 12rem);
  width: 54.4rem;
  height: 54.4rem; }
  @media (max-width: 768px) {
    .footer .section__decor-right {
      top: 20rem;
      left: 50%;
      width: 30rem;
      height: 30rem; } }

.blog-page__wrapper .section__decor-left {
  top: 40rem;
  left: -27rem;
  width: 44rem;
  height: 44rem; }

.blog-page__wrapper .section__decor-center {
  top: -75%;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 460px) {
    .blog-page__wrapper .section__decor-center {
      top: -30%; } }

.blog-page__wrapper--single .section__decor-center {
  top: -12%;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 460px) {
    .blog-page__wrapper--single .section__decor-center {
      top: -18%; } }

.use_case .section__decor-center {
  top: -14%;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 460px) {
    .use_case .section__decor-center {
      top: -18%; } }

.use_case .section__decor-left-top {
  top: 40rem;
  left: -27rem;
  width: 44rem;
  height: 44rem; }

.use_case .section__decor-left-center {
  top: 40%;
  left: -30%;
  width: 120rem;
  height: 120rem; }

.use_case .section__decor-right-bottom {
  bottom: -45rem;
  right: -65rem;
  width: 118rem;
  height: 118rem; }

.faq_page .section__decor-center {
  top: -35%;
  left: calc(50% - 66.5rem);
  width: 133rem;
  height: 133rem; }
  @media (max-width: 460px) {
    .faq_page .section__decor-center {
      top: -18%; } }

.faq_page .section__decor-left-top {
  top: 40rem;
  left: -27rem;
  width: 44rem;
  height: 44rem; }

.faq_page .section__decor-left-bottom {
  bottom: 0;
  left: -28rem;
  width: 76rem;
  height: 76rem; }

.faq_page .section__decor-right-bottom {
  bottom: -45rem;
  right: -40rem;
  width: 118rem;
  height: 118rem; }

.trustpilot {
  margin-top: 8rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 992px) {
    .trustpilot {
      margin-top: 4rem; } }

.trustpilot__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 4rem;
  padding: 5rem;
  backdrop-filter: blur(4px); }
  @media (max-width: 1260px) {
    .trustpilot__wrapper {
      flex-direction: column; } }
  @media (max-width: 992px) {
    .trustpilot__wrapper {
      padding: 3rem 2rem; } }

.trustpilot__rating {
  display: flex;
  align-items: center;
  gap: 2rem; }

.trustpilot__rating-img img, .trustpilot__rating-img svg {
  display: block;
  width: auto;
  height: 7rem; }
  @media (max-width: 460px) {
    .trustpilot__rating-img img, .trustpilot__rating-img svg {
      height: 6rem; } }

.trustpilot__rating-content {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1; }
  @media (max-width: 460px) {
    .trustpilot__rating-content {
      font-size: 1.8rem; } }

.trustpilot__rating-stars {
  margin-bottom: 0.7rem; }
  .trustpilot__rating-stars img, .trustpilot__rating-stars svg {
    display: block;
    width: auto;
    height: 3.6rem; }

.trustpilot__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; }

.trustpilot__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  gap: 1rem;
  padding: 0 2rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
  transition: 0.3s; }
  @media (max-width: 460px) {
    .trustpilot__link {
      padding: 0 1.5rem;
      font-size: 1.5rem; } }
  .trustpilot__link img, .trustpilot__link svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 1.8rem;
    max-height: 1.8rem; }
    @media (max-width: 460px) {
      .trustpilot__link img, .trustpilot__link svg {
        max-width: 1.5rem;
        max-height: 1.5rem; } }
  .trustpilot__link path {
    transition: 0.3s; }
  .trustpilot__link path[fill] {
    fill: #fff; }
  .trustpilot__link path[stroke] {
    stroke: #fff; }
  .trustpilot__link:hover {
    background-color: #5E8CFF;
    text-decoration: none;
    color: #fff; }
    .trustpilot__link:hover path[fill] {
      fill: #fff; }
    .trustpilot__link:hover path[stroke] {
      stroke: #fff; }

body:has(.header-start[style]) .use_case {
  padding-top: 15rem; }
  @media (max-width: 640px) {
    body:has(.header-start[style]) .use_case {
      padding-top: 12rem; } }
  @media (max-width: 460px) {
    body:has(.header-start[style]) .use_case {
      padding-top: 12rem; } }

.use_case {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 12rem;
  background-color: #181B28; }
  @media (max-width: 640px) {
    .use_case {
      padding-top: 25rem; } }
  @media (max-width: 460px) {
    .use_case {
      padding-top: 30rem; } }
  .use_case .block__title {
    display: inline-block;
    background: linear-gradient(90deg, #FFFFFF 17.31%, #5E8CFF 50%, #FFFFFF 83.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.05em; }
  @media (min-width: 993px) {
    .use_case .actions {
      margin-top: 8rem; } }

.use_case__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-left: 5.2rem; }
  @media (max-width: 992px) {
    .use_case__wrapper {
      gap: 4rem;
      padding-left: 3.2rem; } }
  @media (max-width: 375px) {
    .use_case__wrapper {
      padding-left: 0; } }
  .use_case__wrapper:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    border-radius: 0.2rem;
    background: #5E8CFF; }
    @media (max-width: 375px) {
      .use_case__wrapper:before {
        display: none; } }
  .use_case__wrapper .progress-fill {
    position: absolute;
    left: -1px;
    top: 0;
    width: 0.2rem;
    background: linear-gradient(180deg, #5E8CFF 0%, #5E8CFF 100%);
    border-radius: 0.2rem;
    height: 0;
    transition: height 0.3s ease; }
    @media (max-width: 375px) {
      .use_case__wrapper .progress-fill {
        display: none; } }

.use_case__row {
  position: relative;
  display: flex;
  gap: 2rem 0;
  margin: 0 -1rem; }
  .use_case__row:nth-child(2n) {
    flex-direction: row-reverse; }
    @media (max-width: 992px) {
      .use_case__row:nth-child(2n) {
        flex-direction: column; } }
    .use_case__row:nth-child(2n) .use_case__content {
      padding-left: 0;
      padding-right: 6rem; }
      @media (max-width: 1260px) {
        .use_case__row:nth-child(2n) .use_case__content {
          padding-left: 0;
          padding-right: 3rem; } }
      @media (max-width: 992px) {
        .use_case__row:nth-child(2n) .use_case__content {
          padding-right: 0; } }
  .use_case__row:before {
    content: '';
    position: absolute;
    top: 0;
    left: -4.2rem;
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.4' filter='url(%23filter0_d_1065_591)'%3e%3ccircle cx='34' cy='33' r='20' fill='%23A2BCFF'/%3e%3c/g%3e%3ccircle opacity='0.6' cx='34' cy='33' r='15' fill='%23A2BCFF'/%3e%3ccircle cx='34' cy='33' r='9.5' fill='%23A2BCFF' stroke='%23A2BCFF'/%3e%3cdefs%3e%3cfilter id='filter0_d_1065_591' x='0' y='0' width='68' height='68' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='7'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1065_591'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1065_591' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    transition: 0.3s; }
    @media (max-width: 992px) {
      .use_case__row:before {
        left: -2.2rem; } }
    @media (max-width: 375px) {
      .use_case__row:before {
        display: none; } }
  .use_case__row.active:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.4' filter='url(%23filter0_d_1065_591)'%3e%3ccircle cx='34' cy='33' r='20' fill='%233965D4'/%3e%3c/g%3e%3ccircle opacity='0.6' cx='34' cy='33' r='15' fill='%234161DB'/%3e%3ccircle opacity='0.8' cx='34' cy='33' r='9.5' fill='%235E8CFF' stroke='%233965D4'/%3e%3cdefs%3e%3cfilter id='filter0_d_1065_591' x='0' y='0' width='68' height='68' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='7'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1065_591'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1065_591' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e "); }
  @media (max-width: 992px) {
    .use_case__row {
      flex-direction: column; } }

@media (prefers-reduced-motion: reduce) {
  .progress-fill {
    transition: none !important; }
  .use_case__row:before {
    transition: none !important; } }

.use_case__block {
  width: 50%;
  padding: 0 1rem; }
  @media (max-width: 992px) {
    .use_case__block {
      width: 100%; } }

.use_case__img {
  height: 41rem;
  border-radius: 2rem;
  overflow: hidden; }
  @media (max-width: 992px) {
    .use_case__img {
      height: auto; } }
  .use_case__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.use_case__content {
  max-width: 57rem;
  padding-left: 4rem; }
  @media (max-width: 1260px) {
    .use_case__content {
      padding-left: 2rem; } }
  @media (max-width: 992px) {
    .use_case__content {
      padding-left: 0; } }

.use_case__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.05em; }
  @media (max-width: 1260px) {
    .use_case__title {
      font-size: 3.2rem; } }
  @media (max-width: 640px) {
    .use_case__title {
      font-size: 2.4rem; } }

.use_case__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #767981; }
  .use_case__text ul {
    color: #fff; }
  .use_case__text li {
    position: relative;
    padding-left: 3rem; }
    .use_case__text li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1.6rem;
      height: 1.6rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.3777 0.607516L14.6276 1.34942C12.0092 3.97348 9.20627 6.98032 6.59054 9.6342L2.8564 6.55953L2.04865 5.88349L0.705078 7.51557L1.52112 8.18333L6.00545 11.8762L6.73906 12.4862L7.42316 11.8102C10.2584 8.9688 13.3358 5.63944 16.1281 2.84141L16.87 2.09122L15.3779 0.607422L15.3777 0.607516Z' fill='%235E8CFF' stroke='%235E8CFF'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .use_case__text blockquote {
    margin: 2.8rem 0;
    padding-left: 2.8rem;
    border-left: solid 3px #5E8CFF;
    font-style: italic; }

.faq_page {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 20rem; }
  .faq_page .block__title {
    display: inline-block;
    background: linear-gradient(90deg, #fff 17.31%, #5E8CFF 50%, #fff 83.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.05em; }
  .faq_page .accordion__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
    margin-top: 2rem; }
  .faq_page .accordion__action {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-weight: 500;
    font-size: 2.2rem; }
    .faq_page .accordion__action span {
      font-size: 1.6rem;
      color: #fff; }
    .faq_page .accordion__action:hover {
      text-decoration: none; }

.faq_page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4.4rem;
  margin-bottom: 3.5rem; }

.faq_page__link {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #fff;
  z-index: 1;
  transition: 0.3s; }
  .faq_page__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 3.2rem);
    height: calc(100% + 1.4rem);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    z-index: -1;
    transition: 0.3s; }
  .faq_page__link:hover {
    text-decoration: none;
    color: #9EA1A9; }
  .faq_page__link.active:before {
    opacity: 1; }

.support {
  margin-top: 5rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px); }

.support__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 4rem;
  padding: 3.5rem; }
  @media (max-width: 640px) {
    .support__wrapper {
      flex-direction: column;
      text-align: center; } }

.support__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff; }

.support__text {
  font-weight: 500;
  font-size: 1.9rem;
  color: #fff; }

.support_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 4.6rem;
  padding: 0 2rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.7rem;
  color: white;
  transition: 0.3s; }
  .support_btn img, .support_btn svg {
    display: block;
    width: auto;
    height: 1.7rem; }
  .support_btn path {
    fill: #fff; }
  .support_btn:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4); }

.contacts__wrapper {
  display: flex;
  margin-bottom: 12rem; }

.contacts__block {
  width: 42%; }
  .contacts__block:first-child {
    padding-right: 4rem; }
  .contacts__block:last-child {
    position: relative;
    width: 58%; }
    .contacts__block:last-child:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: rgba(244, 247, 251, 0.89);
      width: 60vw;
      z-index: -1; }
    .contacts__block:last-child .contacts__title {
      margin-top: 7rem;
      margin-left: 8rem; }

.contacts__info {
  font-size: 2.4rem;
  font-weight: 700; }
  .contacts__info span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #888;
    display: block; }

.contacts__text {
  margin-bottom: 2rem; }
  .contacts__text a {
    color: #fff; }

.contacts__form {
  padding: 0 0 7rem 8rem;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2; }
  .contacts__form .btn {
    min-width: 15rem; }
  .contacts__form .form__group:last-child {
    margin-bottom: 0; }

.contacts__title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 800; }

.contacts__img {
  position: absolute;
  bottom: 0;
  right: calc(100% - 15rem); }

.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: #9EA1A9 !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-cyan {
  color: #00aeed !important; }

.text-green {
  color: #00B67A !important; }

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

.text-main {
  color: #5E8CFF !important; }

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

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

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

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

.text-gray {
  color: #9EA1A9 !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: #00B67A;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #00B67A;
  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 (max-width: 1600px) {
  .advantage__img {
    right: -15rem; } }

@media (max-width: 1460px) {
  .intro__img img {
    max-width: 100%; } }

@media (max-width: 1300px) {
  .dashboard__block {
    width: 50%; }
    .dashboard__block--small {
      width: calc(100% / 3); }
    .dashboard__block--medium {
      width: calc(100% / 3 * 2); } }

@media (max-width: 1200px) {
  .nav__item {
    margin-right: 3rem; }
  .advantage__img {
    display: none; } }

@media (max-width: 1100px) {
  .cabinet__search {
    width: 40rem; }
  .cabinet__page {
    padding-left: 0; }
    .cabinet__page.full .cabinet__content {
      transform: translateX(30rem); }
  .sidebar {
    display: none; }
    .sidebar.hidden {
      display: block; }
  .cabinet__toggle-menu {
    transform: rotateY(180deg); }
    .cabinet__toggle-menu.hide-menu {
      display: block;
      transform: rotateY(0deg); } }

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

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .nav__submenu-wrapper {
    left: auto !important;
    right: 0; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      transition: 0.3s; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .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: #fff;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 6rem 0;
    width: 100%;
    max-width: 480px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #121520;
    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 .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .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 {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      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: #5E8CFF; }
    .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 {
      display: flex;
      height: auto;
      margin-bottom: 3rem; }
    .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; }
  .header__line-action {
    margin-right: 2rem; }
  .header__search {
    max-width: 45rem; }
  .advantages__wrapper {
    flex-direction: column; }
  .advantages__block {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem; }
    .advantages__block:last-of-type {
      margin-bottom: 0; }
    .advantages__block img {
      margin-right: 0; }
  .faq__wrapper {
    flex-direction: column; }
  .faq__block {
    width: 100%; }
    .faq__block:last-child {
      width: 100%;
      padding: 3rem 3rem 3rem 3rem; }
      .faq__block:last-child:after {
        display: none; }
  .about {
    padding-left: 0; }
    .about .block__text {
      margin-left: 0;
      max-width: 100%; }
  .about__title {
    max-width: 100%;
    margin-left: 0;
    font-size: 2rem; }
  .contacts__wrapper {
    flex-direction: column;
    margin-bottom: 0; }
  .contacts__block {
    width: 100%; }
    .contacts__block:last-child {
      width: 100%; }
      .contacts__block:last-child:after {
        display: none; }
  .contacts__form {
    padding: 3rem;
    margin: 0 auto; }
  .table--orders {
    display: block; }
    .table--orders thead {
      display: none; }
    .table--orders tbody {
      display: block; }
      .table--orders tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .table--orders tbody tr td {
          width: 50%;
          padding-left: 0; }
          .table--orders tbody tr td:before {
            content: attr(aria-label);
            color: #848b8f;
            display: block;
            margin-bottom: .5rem; }
          .table--orders tbody tr td:last-child {
            text-align: left; }
  .profile__block {
    width: 100%;
    margin-bottom: 2rem; }
    .profile__block:last-child {
      margin-bottom: 0; }
  .profile__form {
    padding: 3rem; }
  .order__wrapper {
    flex-wrap: wrap; }
  .order__block {
    width: 100%; }
  .order__summary {
    margin-left: 0;
    max-width: 40rem; }
  .tabs__nav-item {
    font-size: 1.8rem; }
  .platform {
    padding: 8rem 0 15rem;
    border-radius: 4rem 4rem 0 0; }
  .platform__wrapper {
    flex-wrap: wrap;
    gap: 2rem; }
  .platform__block {
    width: 100%; }
  .platform__img {
    width: 100%; }
  .how {
    padding: 8rem 0;
    border-radius: 4rem 4rem 0 0; }
  .how__wrapper {
    flex-wrap: wrap; }
  .how__block {
    width: 100%;
    margin-bottom: 3rem; }
    .how__block:last-child {
      margin-bottom: 0; }
  .how__img {
    display: none; }
  .how__title {
    margin-bottom: 2rem;
    font-size: 6rem; }
  .reviews__text {
    font-size: 1.8rem; }
  .reviews {
    padding-bottom: 15rem; }
  .faq {
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-radius: 4rem 4rem 0 0; }
  .begin {
    padding: 8rem 0 4rem; }
  .begin__title {
    font-size: 10rem; }
  .ai__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem; }
  .ai__form .btn {
    min-width: 15rem; }
  .ai__block {
    width: 50%; }
  .cabinet__head--filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
  .writer__block {
    width: calc(100% / 3); }
  .cabinet__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
  .dashboard__block-wrapper {
    padding: 2rem; }
  .overview__wrapper {
    flex-direction: column; }
  .overview__block {
    width: 100%; }
  .overview__item {
    flex: 1 0 13rem; }
    .overview__item .title {
      font-size: 3rem; }
    .overview__item .text {
      font-size: 1.4rem; }
  .documents__wrapper {
    flex-direction: column; }
  .documents__block {
    width: 100%; }
  .dashboard__wrapper {
    flex-direction: column; }
  .dashboard__block--small {
    width: 100%; }
  .dashboard__block--medium {
    width: 100%; }
  .cabinet__head-sort {
    justify-content: flex-start; }
  .table thead {
    display: none; }
  .table tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5rem; }
  .table td {
    width: 100%;
    padding: 0.5rem 0; }
  .table .table__actions {
    width: 100%;
    justify-content: flex-start; }
    .table .table__actions .table__dots {
      margin-left: auto; }
  .table--affiliate tr {
    flex-wrap: wrap;
    flex-direction: row; }
    .table--affiliate tr td {
      width: 50%; }
  .intro__actions {
    align-items: center; }
  .contacts__block:first-child {
    padding-right: 0;
    padding-bottom: 2rem; }
  .contacts__block:last-child .contacts__title {
    margin-top: 0;
    margin-left: 0; }
  .contacts__form .form__row {
    margin-bottom: 2.5rem; } }

@media (max-width: 768px) {
  .cabinet__search {
    width: 30rem; }
  .intro__title {
    font-size: 7rem; }
  .block__title {
    font-size: 4rem; }
  .get {
    padding-bottom: 4rem; }
  .get__block {
    width: 50%; }
  .tabs__nav {
    flex-direction: column; }
  .tabs__nav-item {
    padding-top: 1rem; }
  .begin__title {
    font-size: 6rem; }
  .footer__wrapper {
    padding: 4rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .footer__logos {
    justify-content: center; }
  .footer__line {
    flex-direction: column;
    gap: 2rem; }
  .footer__links {
    flex-direction: column;
    gap: 2rem; }
    .footer__links a {
      margin-right: 0;
      text-align: center; }
  .footer__block {
    align-items: center;
    width: 100%;
    text-align: center; }
    .footer__block.right {
      align-items: center;
      text-align: center; }
  .earn {
    padding: 3rem; }
  .earn__wrapper {
    flex-direction: column;
    gap: 3rem; }
  .affiliate__wrapper {
    flex-direction: column; }
  .affiliate__block {
    width: 100%; }
  .chat__block {
    width: calc(100% / 3); }
  .message {
    flex-wrap: wrap; }
  .message__nav {
    width: 100%; }
  .messages {
    flex: initial;
    width: 100%;
    padding-bottom: 6rem; }
  .messages__content {
    height: 40rem; }
  .message__nav-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem; }
  .message__nav-actions {
    display: flex;
    margin-left: 0; }
  .generator__wrapper {
    flex-direction: column;
    gap: 3rem; }
    .generator__wrapper:after {
      display: none; }
  .generator__block {
    width: 100%; }
  .checkout__wrapper {
    flex-direction: column;
    align-items: flex-start; }
  .checkout__block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .checkout__block.right {
      justify-content: flex-start;
      text-align: left; }
  .checkout__payments .radio__wrapper {
    flex-direction: column; }
  .checkout__payments .checkbox__label:before {
    top: -4px; }
  .checkout__payments .checkbox__label:after {
    top: 1px; }
  .checkbox__label {
    display: inline-block; }
  .cabinet__sort {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem; }
  .plans__block {
    width: calc(50% - 1rem); }
  .intro:before {
    display: none; }
  .begin:after {
    display: none; } }

@media (max-width: 560px) {
  .dashboard__block {
    width: 100%; }
  .categories__item {
    padding: 1.5rem 0; }
  .cabinet__search {
    width: auto;
    margin-right: 3rem; }
  .chat__block {
    width: 50%; }
  .writer__block {
    width: 50%; }
  .block__title {
    font-size: 3rem; }
  .block__text {
    font-size: 1.8rem; }
  .intro:after {
    bottom: -5rem;
    height: 20rem; }
  .intro__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .get {
    padding-top: 10rem; }
  .reviews__item {
    padding: 9rem 4rem 3rem; }
  .begin:before {
    top: -5rem;
    height: 20rem; }
  .begin__title {
    font-size: 4rem; }
  .get__block {
    width: 100%; }
  .how__block {
    margin-bottom: 2rem; }
  .how__title {
    margin-bottom: 1rem;
    font-size: 4rem; }
  .order__summary-row {
    flex-direction: column; }
    .order__summary-row .title {
      margin-bottom: .5rem; }
  .order__info-row {
    flex-direction: column; }
    .order__info-row .title {
      margin-bottom: .5rem; }
  .footer__nav {
    margin-top: 1rem;
    flex-direction: column; }
    .footer__nav a {
      margin-right: 0;
      padding-right: 0; }
      .footer__nav a:after {
        display: none; }
  .intro__title {
    font-size: 4rem; }
  .trust {
    flex-direction: column;
    align-items: center; }
    .trust .btn {
      margin-top: 2rem;
      margin-left: auto;
      margin-right: auto; } }
