@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");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  width: 100%; }

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

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

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

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

a {
  color: #00BEE8;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem; }

::-webkit-scrollbar-track {
  background-color: #11181F; }

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00BEE8; }

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

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.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: #FFFFFF; }
    .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: #000000;
  background-color: #FFFFFF; }

.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:not(.remodal--sign) {
    max-width: 500px; } }

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

.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.8rem;
  height: 1.8rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent; }
  .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: #040C14;
    transition: 0.3s; }
  .remodal-close:before {
    transform: rotate(-45deg); }
  .remodal-close:after {
    transform: rotate(45deg); }
  .remodal-close:hover {
    opacity: 0.5; }

.remodal {
  padding: 0;
  border-radius: 3rem;
  text-align: left;
  overflow: hidden; }
  .remodal--sign {
    width: 100rem; }
  .remodal--form {
    padding: 2.5rem 4rem 4rem; }
    .remodal--form .remodal-close {
      top: 2.5rem;
      right: 2.5rem; }

.remodal__content {
  display: flex; }

.remodal__block {
  position: relative; }
  .remodal__block:first-child {
    width: 40%; }
  .remodal__block:last-child {
    width: 60%;
    padding: 14rem 5rem 5rem; }

.remodal__img {
  position: relative;
  height: 100%;
  padding: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .remodal__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: -1; }
  .remodal__img img {
    display: block;
    height: 5rem;
    margin-bottom: 1.5rem; }
  .remodal__img .block__text {
    font-size: 1.8rem;
    color: #FFFFFF; }

.remodal__body {
  width: 36rem;
  max-width: 100%;
  margin: 0 auto 16rem; }
  .remodal__body .block__title {
    margin-bottom: 1.7rem;
    font-size: 4.4rem; }
  .remodal__body .form__body {
    max-width: 500px;
    margin: 0 auto; }
  .remodal__body .form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    .remodal__body .form__row:last-of-type {
      margin-bottom: 0; }
    .remodal__body .form__row .checkbox {
      margin-bottom: 0; }

.remodal__footer {
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  border-top: solid 1px #D3D3D3; }
  .remodal__footer .block__text {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center; }
    .remodal__footer .block__text a {
      font-weight: 700; }

.remodal__title {
  margin-bottom: 1.5rem;
  font-family: Figtree;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #040C14; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1120px) {
    .container {
      width: 1230px;
      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: 1120px) {
    .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: 1120px) {
    .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: 1120px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  padding: 6.5rem 0 32rem;
  border-radius: 12rem 12rem 0 0;
  background-color: #F8F8F8; }

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

.error__title {
  font-weight: 700;
  font-size: 30rem;
  line-height: 1;
  color: #040C14; }

.error__subtitle {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: #040C14; }

.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: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center; }

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

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

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

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

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

body.text-page .page__wrapper {
  padding-top: 16.5rem; }

body.text-page .header {
  background-color: #181C24; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s; }
  .header.fixed {
    background-color: #181C24; }
  .header .container {
    width: 100%; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0 2.5rem; }

.nav {
  display: flex;
  gap: 3.4rem; }

.nav__item {
  position: relative; }
  .nav__item.active > a {
    color: #00BEE8; }
  .nav__item a {
    position: relative;
    font-weight: 600;
    font-size: 1.6rem;
    color: #FFFFFF;
    transition: 0.3s; }
  .nav__item:hover:hover > a {
    color: #00BEE8; }
  .nav__item:hover .nav__submenu-wrapper {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  .nav__item:has(.nav__submenu-item.active) > a {
    color: #00BEE8; }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 22rem;
  padding-top: 4.4rem;
  transform: translateY(-1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s; }

.nav__submenu {
  padding: 2.5rem 0 2.5rem 0;
  border-radius: 3rem;
  background-color: #00BEE8; }

.nav__submenu-item a {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 4rem 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000000; }
  .nav__submenu-item a:hover {
    color: #FFFFFF; }

.nav__submenu-item.active a {
  color: #FFFFFF; }

.header__block {
  display: flex; }
  .header__block.right {
    justify-content: flex-end; }

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

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

.lng__link {
  padding-bottom: .4rem;
  color: #FFFFFF;
  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: #FFFFFF;
    opacity: 0; }
  .lng__link.active:after {
    opacity: 1; }

.header__actions {
  display: flex;
  gap: 3rem; }

.header__register {
  height: 4.4rem;
  width: 10rem;
  color: #000000;
  border: 1px solid #00BEE8;
  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: #000000;
  background-color: #00BEE8;
  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; }

/* 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: #959595; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #bbbbbb; }
    .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-block;
  padding-left: 5rem;
  color: #000000;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    position: absolute;
    top: -0.8rem;
    left: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    background-color: #F8F8F8;
    z-index: 1;
    transition: 0.3s; }
  .checkbox__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 1.3rem;
    width: 0.8rem;
    height: 1.4rem;
    border-radius: 2px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #00BEE8;
    transform: rotate(45deg);
    z-index: 1;
    opacity: 0;
    transition: 0.3s; }
  .checkbox__label a {
    font-weight: 600;
    color: #00BEE8;
    transition: 0.3s; }
    .checkbox__label a:hover {
      opacity: 0.5; }

/* 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: #000000;
      border-color: #00BEE8; }
      .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: #00BEE8;
        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: #000000; }
    .radio__input:checked + .radio__label--disabled {
      color: #959595; }
    .radio__input:checked + .radio__label svg path {
      fill: #00BEE8; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #00BEE8; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #959595; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #bbbbbb; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #959595; }
    .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: #FFFFFF;
    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: #959595;
    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: #959595; }
    .radio__label--disabled:before {
      border-color: #bbbbbb; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #959595; }
    .radio__label--not-active:before {
      border-color: #bbbbbb; }
    .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;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0 3.7rem;
  border-radius: 5.4rem;
  border: 0;
  background-color: #F8F8F8;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #f0f0f0;
    outline: 0; }
  .btn:hover {
    background-color: #ebebeb;
    opacity: 0.7; }
  .btn:active {
    background-color: #e6e6e6; }
  .btn--gray {
    background-color: #959595;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #8d8d8d; }
    .btn--gray:hover {
      background-color: #888888; }
    .btn--gray:active {
      background-color: #838383; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #EA4335;
    color: #FFFFFF; }
    .btn--red:focus {
      background-color: #e93627; }
    .btn--red:hover {
      background-color: #e82e1e; }
    .btn--red:active {
      background-color: #e42718; }
  .btn--rblack {
    background-color: #000;
    color: #FFFFFF; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #FFFFFF;
    color: #000000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #000000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--cyan {
    background-color: #00aeed;
    color: #FFFFFF; }
    .btn--cyan:focus {
      background-color: #00a3de; }
    .btn--cyan:hover {
      background-color: #009bd4; }
    .btn--cyan:active {
      background-color: #0094c9; }
  .btn--green {
    background-color: #00B67A;
    color: #FFFFFF; }
    .btn--green:focus {
      background-color: #00a770; }
    .btn--green:hover {
      background-color: #009d69; }
    .btn--green:active {
      background-color: #009262; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #00BEE8;
    color: #FFFFFF; }
    .btn--main:focus {
      background-color: #00b1d9; }
    .btn--main:hover {
      background-color: #00a9cf; }
    .btn--main:active {
      background-color: #00a1c4; }
  .btn--moicvet {
    background-color: #000;
    color: #FFFFFF; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #FFFFFF; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #FFFFFF; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000000;
    color: #FFFFFF; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #959595;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #8d8d8d; }
    .btn--gray:hover {
      background-color: #888888; }
    .btn--gray:active {
      background-color: #838383; }
  .btn--peach {
    background-color: #916868;
    color: #FFFFFF; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #959595;
    color: #959595; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #959595;
      border-color: #909090; }
    .btn--o-gray:hover {
      border-color: #959595;
      background-color: #959595;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #8d8d8d;
      background-color: #8d8d8d; }
  .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #00BEE8;
    color: #00BEE8; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #00BEE8;
      border-color: #00b6de; }
    .btn--o-main:hover {
      border-color: #00BEE8;
      background-color: #00BEE8;
      color: #FFFFFF; }
    .btn--o-main:active {
      border-color: #00b1d9;
      background-color: #00b1d9; }
  .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: #FFFFFF; }
    .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: #FFFFFF; }
    .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: #FFFFFF; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000000;
      background-color: #000000;
      color: #FFFFFF; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #959595;
    color: #959595; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #959595;
      border-color: #909090; }
    .btn--o-gray:hover {
      border-color: #959595;
      background-color: #959595;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #8d8d8d;
      background-color: #8d8d8d; }
  .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: #FFFFFF; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #959595;
      border-color: #909090; }
    .btn--i-gray:hover {
      border-color: #959595;
      background-color: transparent;
      color: #959595; }
    .btn--i-gray:active {
      border-color: #8d8d8d;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .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 #959595;
    color: #FFFFFF; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--i-blue:hover {
      border-color: #315ED2;
      background-color: transparent;
      color: #315ED2; }
    .btn--i-blue:active {
      border-color: #2c57c8;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .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 #959595;
    color: #FFFFFF; }
    .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 #959595;
    color: #FFFFFF; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #00BEE8;
      border-color: #00b6de; }
    .btn--i-main:hover {
      border-color: #00BEE8;
      background-color: transparent;
      color: #00BEE8; }
    .btn--i-main:active {
      border-color: #00b1d9;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #959595;
      border-color: #909090; }
    .btn--i-gray:hover {
      border-color: #959595;
      background-color: transparent;
      color: #959595; }
    .btn--i-gray:active {
      border-color: #8d8d8d;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #959595;
    color: #FFFFFF; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white:hover {
    color: #00BEE8; }
  .btn--white {
    color: #F0B83B; }
  .btn--blue {
    background: linear-gradient(180deg, #0270E3 0%, #315ED2 100%); }
  .btn--icon {
    padding: 1rem; }
    .btn--icon span {
      padding: 0 1.5rem; }
  .btn--o-main {
    color: #00BEE8; }
    .btn--o-main:hover {
      color: #040C14;
      opacity: 1; }
  .btn--main {
    color: #040C14; }
  .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: ''; }
  .btn--link {
    padding: 0;
    background-color: transparent; }
    .btn--link.btn--main {
      color: #00BEE8; }
    .btn--link span {
      padding-right: 1.5rem; }
    .btn--link:hover {
      background-color: transparent; }
    .btn--link:focus {
      background-color: transparent; }

.form__group {
  margin-bottom: 2rem; }

.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;
  color: #00BEE8;
  font-weight: 700; }
  .form__link.plus {
    padding-left: 2rem; }
    .form__link.plus:before {
      content: '';
      position: absolute;
      top: .8rem;
      left: .3rem;
      width: 1.2rem;
      height: .2rem;
      background-color: #00BEE8; }
    .form__link.plus:after {
      content: '';
      position: absolute;
      top: .3rem;
      left: .8rem;
      width: .2rem;
      height: 1.2rem;
      background-color: #00BEE8; }

.form__toggle {
  position: relative;
  display: inline-flex;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 3rem;
  font-weight: 500;
  font-size: 2.2rem;
  color: #000000; }
  .form__toggle:hover {
    text-decoration: none; }
  .form__toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0rem;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateY(-50%);
    transform-origin: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7L7 8L9 8L9 7L7 7Z' fill='%2300BEE8'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
  .form__toggle.active:after {
    transform: translateY(-50%) rotate(-180deg); }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  border: none;
  vertical-align: middle;
  background-color: #F8F8F8;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #959595; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5.4rem #F8F8F8;
    -webkit-text-fill-color: #000000; }
  .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: #FFFFFF;
  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: #FFFFFF;
  cursor: pointer; }

.input__link {
  font-weight: 600; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  vertical-align: middle;
  background-color: #F8F8F8;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 10rem; }
  .textarea::placeholder {
    color: #959595; }
  .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: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  margin-bottom: 0;
  vertical-align: baseline;
  font-weight: 500;
  font-size: 1.6rem;
  color: #040C14;
  z-index: 1; }
  .label .required {
    color: #EA4335; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7L7 8L9 8L9 7L7 7Z' fill='%2300BEE8'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: 0.5rem 4rem 0.5rem 2rem;
    border-radius: 1rem;
    vertical-align: middle;
    background-color: #F8F8F8;
    border: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.5rem;
    color: #040C14;
    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: #000000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  padding-bottom: 12rem; }
  .reviews .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
    .reviews .slick-dots li {
      margin-right: 0; }
      .reviews .slick-dots li button {
        width: 1.2rem;
        height: 1.2rem;
        opacity: 1; }
        .reviews .slick-dots li button:before {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #D9D9D9;
          transition: 0.3s; }
        .reviews .slick-dots li button:hover:before {
          background-color: #00BEE8; }
      .reviews .slick-dots li.slick-active button:before {
        background-color: #00BEE8; }

.reviews__wrapper {
  display: flex; }

.reviews__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem; }
  .reviews__block:first-child {
    width: 47.5%;
    padding-bottom: 4rem; }
  .reviews__block:last-child {
    width: 52.5%;
    padding-left: 3.8rem; }

.reviews__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem; }
  .reviews__row .block__title {
    margin-bottom: 0; }

.stars {
  display: flex;
  gap: 1rem; }

.star img {
  display: block;
  height: 1.8rem; }

.trustpilot__logo img {
  display: block;
  height: 6.5rem; }

.trustpilot__text {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #000000; }

.reviews__slider {
  position: relative;
  height: 100%;
  padding: 4.5rem 4.5rem 4.5rem 5rem;
  border-radius: 3rem;
  background-color: #F8F8F8; }
  .reviews__slider:before, .reviews__slider:after {
    content: '';
    position: absolute;
    border-radius: 3rem;
    transition: 0.3s; }
  .reviews__slider:before {
    top: 2.5rem;
    bottom: 2.5rem;
    left: -2rem;
    width: 42rem;
    background-color: #EAEAEA;
    z-index: -1; }
  .reviews__slider:after {
    top: 5.7rem;
    bottom: 5.7rem;
    left: -3.8rem;
    width: 35rem;
    background-color: #E1E1E1;
    z-index: -2; }
  .reviews__slider:hover:before {
    transform: translateX(5px); }
  .reviews__slider:hover:after {
    transform: translateX(9px); }

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

.reviews__icon img {
  display: block;
  height: 4.5rem; }

.reviews__author {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 1.8rem;
  text-align: right; }
  .reviews__author .title {
    font-weight: 700;
    line-height: 1.66; }
  .reviews__author .text {
    font-weight: 400;
    line-height: 1.33; }

.reviews__author-img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden; }
  .reviews__author-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.reviews__text {
  width: 48rem;
  max-width: 100%;
  padding-bottom: 3.7rem;
  margin-bottom: 3.7rem;
  border-bottom: solid 1px #EAEAEA;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #040C14; }

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

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: .4rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #979797;
  transition: 0.3s;
  letter-spacing: .2px; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    transform: rotateZ(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #979797;
    padding: .3rem;
    margin-left: .4rem; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #888888;
    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: #00BEE8;
  transition: 0.3s; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    text-decoration: none;
    color: #000000; }
  .pagination__item--disabled {
    opacity: 0.5;
    pointer-events: none; }
  .pagination__item--current {
    color: #000000; }
  .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: #00BEE8; }
      .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: #00BEE8; }
      .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: #FFFFFF;
  color: #000000;
  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: #959595;
    color: #FFFFFF; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .alert--red {
    background-color: #EA4335;
    color: #FFFFFF; }
  .alert--rblack {
    background-color: #000;
    color: #FFFFFF; }
  .alert--white {
    background-color: #FFFFFF;
    color: #000000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000000; }
  .alert--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
  .alert--cyan {
    background-color: #00aeed;
    color: #FFFFFF; }
  .alert--green {
    background-color: #00B67A;
    color: #FFFFFF; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
  .alert--main {
    background-color: #00BEE8;
    color: #FFFFFF; }
  .alert--moicvet {
    background-color: #000;
    color: #FFFFFF; }
  .alert--secondary {
    background-color: #000;
    color: #FFFFFF; }
  .alert--brown {
    background-color: #94816C;
    color: #FFFFFF; }
  .alert--black {
    background-color: #000000;
    color: #FFFFFF; }
  .alert--gray {
    background-color: #959595;
    color: #FFFFFF; }
  .alert--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .alert--o-gray {
    background: transparent;
    color: #959595;
    border: 1px solid #959595; }
  .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: #FFFFFF;
    border: 1px solid #FFFFFF; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #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: #00BEE8;
    border: 1px solid #00BEE8; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .alert--o-gray {
    background: transparent;
    color: #959595;
    border: 1px solid #959595; }
  .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: #FFFFFF; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #FFFFFF; }

.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: #00BEE8;
      text-decoration-color: #00BEE8; }

.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: #00BEE8;
  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: #000000; }

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

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto;
  padding-bottom: 1rem; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #FFFFFF; }

.table {
  width: 100%;
  margin-bottom: 5rem;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 1.45;
  color: #000000;
  /* Table Head */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 4px solid #E7E7E7; }
  .table th {
    padding: 1rem 0 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #737373;
    text-transform: uppercase;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
  .table tbody tr {
    border-bottom: 1px solid #E7E7E7; }
  .table td {
    padding: 2.5rem 5rem 2.5rem 0;
    font-weight: 500; }
    .table td:last-child {
      padding-right: 0; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        width: 4.8rem;
        margin-right: 1rem; }
    .table td .type {
      font-weight: 700;
      color: #000000; }
    .table td .time {
      color: #737373; }
    .table td.date {
      color: #737373; }

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

.table__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0; }

.table__dots {
  position: relative; }

.table__dots-menu {
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 20rem;
  padding: 1.5rem 2.5rem;
  border-radius: 3rem;
  box-shadow: 0px 0px 20px 0px #0000001A;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden; }
  .table__dots-menu.opened {
    opacity: 1;
    visibility: visible; }
  .table__dots-menu a {
    display: flex;
    align-items: center;
    height: 4.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000000;
    transition: 0.3s; }
    .table__dots-menu a:hover {
      color: #00BEE8; }

.table__dots-link {
  display: flex;
  flex-direction: column;
  width: 0.6rem;
  gap: 0.4rem; }
  .table__dots-link:before,
  .table__dots-link i, .table__dots-link:after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #040C14; }

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

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

.tabs__nav {
  display: flex;
  border-bottom: 1px solid #EBECED; }

.tabs__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: #959595;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative;
  border-bottom: .6rem solid #E9E9E9; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #000000;
    border-bottom-color: #00BEE8; }

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

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

.accordion__item {
  border-bottom: 1px solid #D3D3D3; }
  .accordion__item:last-child {
    border-bottom: 0; }
  .accordion__item.active .accordion__title {
    color: #000000; }
    .accordion__item.active .accordion__title a {
      color: inherit; }
      .accordion__item.active .accordion__title a:before {
        background-color: #00BEE8;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.751893 11.5889L0.655748 0C3.55845 0.0281721 9.34187 0.067943 12.2447 0.0961152L12.2685 1.54693C9.65762 1.52128 6.19158 1.49999 3.14245 1.47233L12.6556 10.9854L11.6411 12L2.12789 2.48685L2.21042 11.605L0.751893 11.5889Z' fill='white'/%3e%3c/svg%3e ");
        background-position: 2rem 1.3rem; }

.accordion__title {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 500;
  color: #000000; }
  .accordion__title:hover a:before {
    background-color: #00BEE8;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.751893 11.5889L0.655748 0C3.55845 0.0281721 9.34187 0.067943 12.2447 0.0961152L12.2685 1.54693C9.65762 1.52128 6.19158 1.49999 3.14245 1.47233L12.6556 10.9854L11.6411 12L2.12789 2.48685L2.21042 11.605L0.751893 11.5889Z' fill='white'/%3e%3c/svg%3e ");
    background-position: 2rem 1.3rem; }
  .accordion__title a {
    display: block;
    padding: 2.5rem 10.3rem 2.5rem 0;
    color: inherit;
    transition: 0.3s; }
    .accordion__title a:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 8.3rem;
      height: 4.4rem;
      border-radius: 4.4rem;
      border: solid 2px #00BEE8;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5595 11.5889L12.6557 0C9.75295 0.0281721 3.96953 0.067943 1.06675 0.0961152L1.04291 1.54693C3.65378 1.52128 7.11983 1.49999 10.169 1.47233L0.655762 10.9854L1.67032 12L11.1835 2.48685L11.101 11.605L12.5595 11.5889Z' fill='%2300BEE8'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: 4.8rem 1.3rem;
      pointer-events: none;
      transition: 0.3s; }
    .accordion__title a:hover {
      text-decoration: none; }
    .accordion__title a:focus {
      text-decoration: none; }

.accordion__content {
  position: relative;
  max-width: 60rem;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.footer {
  position: relative;
  margin-top: -20rem;
  border-radius: 12rem 12rem 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1; }
  .footer .block__title-wrapper {
    margin-bottom: 0; }
    .footer .block__title-wrapper .block__title {
      font-weight: 400;
      font-size: 8rem;
      color: #FFFFFF; }
    .footer .block__title-wrapper .block__text {
      width: auto;
      font-weight: 400;
      font-size: 2.2rem;
      color: #FFFFFF; }
  .footer .btn {
    margin-top: 4.5rem; }
  .footer .nav {
    gap: 2.5rem; }

.prefooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9rem 0 11rem; }

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7rem 0;
  border-radius: 12rem 12rem 0 0;
  background-color: #040C14; }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.5rem; }
  .footer__line:last-child {
    margin-bottom: 0; }

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

.soc__link {
  display: flex;
  align-items: center;
  transition: 0.3s; }
  .soc__link:last-child {
    margin-left: 1rem; }
  .soc__link:hover {
    opacity: 0.7; }
  .soc__link img {
    display: block;
    height: auto;
    max-height: 4rem; }

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

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 13rem;
  background-color: #081420;
  border-radius: 1.5rem; }
  .footer__logo img {
    display: block;
    height: auto;
    max-height: 2.8rem; }

.copyright {
  font-weight: 600;
  font-size: 1.6rem;
  color: #959595; }

.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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #FFFFFF;
      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: #000000;
    background-color: #FFFFFF; }
  .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: #FFFFFF;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    width: 1.2rem;
    height: .2rem;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: 1.2rem;
    background-color: #FFFFFF;
    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: #000000; }
  .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;
  border-radius: 0 0 12rem 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4; }
  .intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #020B14 0%, rgba(2, 11, 20, 0) 67.87%); }

.intro__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 85rem;
  height: 100dvh;
  padding-top: 10rem;
  z-index: 2; }

.intro__block {
  width: 46rem;
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 13rem; }
  .intro__block.full {
    width: 100%; }

.intro__subtitle {
  display: flex;
  font-size: 3.5rem;
  font-weight: 500;
  color: #FFFFFF; }
  .intro__subtitle img {
    display: block;
    width: 1.6rem;
    margin-right: 1.5rem; }

.intro__title {
  min-height: 23rem;
  margin-bottom: 2.5rem;
  font-size: 11rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF; }

.intro__text {
  max-width: 46rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF; }

.intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem; }

.intro__img {
  position: absolute;
  /*bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;*/
  top: 50%;
  transform: translate(-33%, -42%);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 13rem);
  z-index: 1; }
  .intro__img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.cabinet__page {
  display: flex;
  padding-left: 32rem;
  background-color: #F8F8F8;
  transition: 0.3s; }
  .cabinet__page.large {
    padding-left: 6rem; }
  .cabinet__page .container {
    width: 100%;
    padding: 0 4rem; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 32rem;
  height: 100dvh;
  padding: 3.7rem 4rem;
  background-color: #040C14;
  overflow-y: auto;
  transition: 0.3s; }
  .sidebar::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .sidebar .copyright {
    font-size: 1.4rem; }

.sidebar__head {
  margin-bottom: 3.2rem; }

.sidebar__list {
  margin-bottom: 1.5rem; }
  .sidebar__list a {
    display: flex;
    align-items: center;
    height: 3.6rem;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 600;
    transition: 0.3s; }
    .sidebar__list a .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      width: 3.6rem;
      height: 3.6rem; }
      .sidebar__list a .icon path {
        fill: #FFFFFF;
        stroke: #FFFFFF;
        transition: 0.3s; }
    .sidebar__list a:hover, .sidebar__list a.active {
      color: #00BEE8; }
      .sidebar__list a:hover path, .sidebar__list a.active path {
        fill: #00BEE8;
        stroke: #00BEE8; }

.sidebar__sublist {
  margin: 1rem -2.5rem;
  padding: 2rem 2.5rem;
  border-radius: 3rem;
  background-color: #11181F; }

.sidebar__links {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column; }
  .sidebar__links a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
    transition: 0.3s; }
    .sidebar__links a img {
      margin-right: 1rem;
      width: 3.6rem;
      height: 3.6rem; }
    .sidebar__links a:hover, .sidebar__links a.active {
      color: #00BEE8; }

.sidebar__nav-title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF; }

.sidebar__progress {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.2rem; }

.credit__progress .title {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF; }

.credit__progress .progress {
  position: relative;
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #11181F;
  overflow: hidden; }
  .credit__progress .progress .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 2rem;
    background-color: #00BEE8; }

.invite {
  display: flex;
  align-items: center;
  margin: 0 -2.5rem 2.5rem;
  padding: 1.5rem 2.5rem;
  border-radius: 3rem;
  background-color: #11181F; }
  .invite img {
    display: block;
    width: 2.7rem;
    margin-right: 2rem; }
  .invite .block__text {
    max-width: 18rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF; }
    .invite .block__text a {
      font-weight: 700;
      line-height: 1.28; }

.cabinet__content {
  width: 100%;
  min-height: 100dvh;
  padding-bottom: 4rem; }
  .cabinet__content .title {
    margin-bottom: 0.4rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #040C14; }
  .cabinet__content .progress {
    height: 1rem;
    background-color: #D3D3D3; }
  .cabinet__content .form .btn {
    min-width: 18.6rem;
    margin-top: 1rem; }
  .cabinet__content .textarea {
    height: 17rem; }

.cabinet__header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 9rem;
  padding: 0 4rem 0 2rem;
  border-bottom: 1px solid #E7E7E7;
  background-color: #F8F8F8;
  z-index: 10; }

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

.cabinet__search {
  position: relative;
  width: 56rem; }
  .cabinet__search .input {
    padding-right: 4.6rem;
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF; }

.cabinet__search-btn {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0; }
  .cabinet__search-btn img {
    display: block;
    width: 100%; }

.cabinet__profile-wrapper {
  position: relative; }

.cabinet__profile {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #737373;
  transition: 0.3s; }
  .cabinet__profile img {
    display: block;
    width: 3.6rem; }
  .cabinet__profile:hover, .cabinet__profile.active {
    color: #00BEE8; }

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

.cabinet__profile-menu {
  position: absolute;
  top: calc(100% + 2.6rem);
  right: 0;
  min-width: 34rem;
  border-radius: 3rem;
  background-color: #040C14;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: 0.3s; }
  .cabinet__profile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.cabinet__profile-head {
  background-color: #00BEE8;
  padding: 3rem 4rem 3.5rem;
  color: #FFFFFF; }
  .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 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 4rem 3.5rem; }

.cabinet__profile-nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 4rem 4rem; }
  .cabinet__profile-nav a {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #FFFFFF; }
    .cabinet__profile-nav a:last-child {
      color: #EA4335; }

.cabinet__head {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #E7E7E7; }
  .cabinet__head--filter {
    margin-bottom: 4rem;
    padding-bottom: 2rem; }
    .cabinet__head--filter .cabinet__head-wrapper {
      align-items: flex-start; }
      .cabinet__head--filter .cabinet__head-wrapper + .cabinet__head-wrapper {
        align-items: center;
        margin-top: 1.5rem; }
  .cabinet__head .btn {
    height: 4.4rem; }
  .cabinet__head .block__subtitle {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.4rem; }
  .cabinet__head a.block__subtitle {
    transition: 0.3s; }
    .cabinet__head a.block__subtitle:hover {
      color: #00BEE8; }
  .cabinet__head .block__title {
    margin-bottom: 0; }

.cabinet__head-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

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

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

.sort__title {
  display: flex;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap; }
  .sort__title img {
    display: block;
    width: 1.2rem;
    margin-left: 2rem;
    margin-right: 2.3rem; }

.sort__items {
  display: flex;
  flex-wrap: wrap; }
  .sort__items a {
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #737373;
    transition: 0.3s; }
    .sort__items a:hover {
      opacity: 0.5; }
    .sort__items a.active {
      background-color: #D3D3D3;
      color: #000000; }

.cabinet__head-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem; }
  .cabinet__head-sort a {
    display: block;
    transition: 0.3s; }
    .cabinet__head-sort a:hover {
      opacity: 0.5; }
  .cabinet__head-sort img {
    display: block;
    width: 1.2rem; }

.cabinet__title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2.6rem;
  color: #040C14; }

.cabinet__text {
  margin-bottom: 3rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5; }
  .cabinet__text b {
    font-weight: 600;
    font-size: 2rem;
    color: #FFFFFF; }

.dashboard__wrapper {
  position: relative;
  display: flex;
  margin: 4rem 0 3rem;
  padding: 3rem 3rem 3.5rem;
  border-radius: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1; }
  .dashboard__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1; }

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

.tokens .cabinet__title {
  margin-bottom: 3rem;
  color: #FFFFFF; }

.tokens .btn {
  min-width: 16rem; }

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

.overview__wrapper {
  display: flex;
  margin-bottom: 3rem;
  padding: 3rem 3rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  overflow: hidden; }

.overview__block {
  width: 50%;
  padding: 0 1rem; }
  .overview__block:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .overview__block .cabinet__title {
    margin-bottom: 3rem; }
  .overview__block .credit__progress {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2.7rem; }

.overview__items {
  display: flex;
  justify-content: space-between;
  gap: 6rem; }

.overview__item {
  flex: 1; }
  .overview__item .text {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #737373; }
  .overview__item .title {
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1;
    color: #040C14; }

.documents__wrapper {
  padding: 3rem 4rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  overflow: hidden; }

.documents__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; }
  .documents__list .cabinet__title {
    margin-bottom: 1rem; }
  .documents__list .documents__item:last-child {
    border-bottom: 0; }

.documents__list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .documents__list-row:last-child .documents__item-wrapper {
    padding-bottom: 0;
    border-bottom: none; }

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

.documents__item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E7E7E7;
  font-size: 1.8rem;
  font-weight: 500; }
  .documents__item-wrapper img {
    display: block;
    width: 4.8rem; }
  .documents__item-wrapper > div {
    flex: 1; }

.documents__title {
  font-weight: 700;
  line-height: 1.2; }

.documents__text {
  margin-bottom: 0.5rem;
  line-height: 1.45;
  color: #737373; }

.documents__date {
  line-height: 1.6;
  color: #49566A; }
  .documents__date a {
    color: #00BEE8;
    transition: 0.3s; }
    .documents__date a:hover {
      opacity: 0.5; }

.folder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74rem;
  max-width: 100%;
  height: 12rem;
  margin-bottom: 3rem;
  padding: 0 3rem 0 4rem;
  border-radius: 3rem;
  background-color: #E7E7E7; }
  .folder img {
    display: block;
    margin-right: 4rem; }
  .folder .title {
    font-weight: 700;
    font-size: 1.8rem; }
  .folder .text {
    font-weight: 500;
    font-size: 1.6rem;
    color: #737373; }

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

.folder__dots-wrapper {
  position: relative; }

.folder__dots {
  display: flex;
  flex-direction: column;
  gap: 0.4rem; }
  .folder__dots:before,
  .folder__dots i, .folder__dots:after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #040C14; }

.cards {
  margin-bottom: 5rem; }

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

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

.cards__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3rem 2.5rem 3rem 3rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  font-size: 1.8rem; }

.cards__header {
  padding-bottom: 1.5rem; }

.cards__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2; }

.cards__text {
  font-weight: 500;
  color: #040C14; }

.cards__footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: solid 1px #E7E7E7; }
  .cards__footer .date {
    font-weight: 500;
    color: #737373; }

.cards__footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem; }

.cards__actions {
  display: flex;
  align-items: center;
  gap: 3.5rem; }

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

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

.writer__item-wrapper {
  height: 100%;
  padding: 3rem 2.5rem 3rem 3rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  color: #000000; }
  .writer__item-wrapper:hover {
    text-decoration: none; }

.writer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .writer__head > img {
    display: block;
    width: 4.8rem; }

.writer__title {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-weight: 500; }

.writer__text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #737373; }

.writer_form__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin: 0 -2rem; }
  .writer_form__wrapper.padding {
    padding-top: 4rem; }
  .writer_form__wrapper .label {
    margin-bottom: 1rem; }
  .writer_form__wrapper .input__wrapper .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 17rem; }

.writer_form__block {
  width: 50%;
  padding: 0 2rem; }
  .writer_form__block.full {
    width: 100%; }
  .writer_form__block .btn {
    min-width: 20rem; }
  .writer_form__block .block__text {
    max-width: 582px;
    font-size: 1.6rem; }
    .writer_form__block .block__text h2 {
      font-size: 2.2rem; }
    .writer_form__block .block__text h3 {
      font-size: 2rem; }

.writer_form__block-wrapper {
  padding: 3rem 4rem 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .writer_form__block-wrapper .cabinet__title {
    margin-bottom: 2.5rem; }
  .writer_form__block-wrapper .credit__progress-item:not(:last-child) {
    margin-bottom: 1.7rem; }

.writer_form__block-item {
  margin-bottom: 2rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px #E7E7E7; }

.ai__gen {
  margin-bottom: 3.5rem;
  padding: 3rem 4rem 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

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

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

.ai__action {
  font-weight: 500; }

.ai__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem; }
  .ai__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 1.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: #737373;
    border-radius: 1.5rem;
    transition: 0.3s; }
    .ai__nav a:hover {
      color: #000000; }
    .ai__nav a.active {
      background-color: #D3D3D3;
      color: #000000; }

.ai__credits {
  display: flex;
  gap: 4rem; }
  .ai__credits .credit__progress {
    width: 24rem; }
  .ai__credits .title {
    margin-bottom: 0.6rem;
    font-size: 1.4rem; }
  .ai__credits .progress {
    height: 0.6rem; }

.ai__form {
  position: relative;
  display: flex;
  border-radius: 3rem;
  background-color: #F8F8F8; }
  .ai__form .input {
    width: auto;
    flex: 1; }
  .ai__form .btn {
    min-width: 18rem; }
  .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 7.5rem; }

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

.ai__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 3rem;
  background-color: #FFFFFF; }

.ai__item-img {
  overflow: hidden;
  aspect-ratio: 3/2;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem; }
  .ai__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.ai__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 2rem 2.5rem 2.5rem 3rem; }

.ai__item-title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44; }

.ai__item-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E7E7E7; }
  .ai__item-footer .ai__actions {
    gap: 3.5rem; }

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

.ai__item-date {
  font-weight: 500;
  font-size: 1.8rem;
  color: #737373; }

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

.ai__step {
  position: relative;
  width: 25%;
  padding-bottom: 0.6rem;
  text-align: center;
  font-weight: 500;
  color: #737373;
  line-height: 2; }
  .ai__step.active {
    color: #000000; }
    .ai__step.active:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 0.6rem;
      background-color: #00BEE8;
      border-radius: 2rem;
      z-index: 2; }
  .ai__step.completed {
    color: #000000; }

.ai__step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  border-radius: 3rem;
  background-color: #E7E7E7; }
  .ai__step-head .cabinet__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.6rem; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem; }
  .tags .checkbox {
    margin-bottom: 0; }
  .tags .checkbox__input:checked + .checkbox__label {
    background-color: #00BEE8;
    color: #FFFFFF; }
  .tags .checkbox__label {
    padding: 0.8rem 1.6rem;
    font-weight: 700;
    font-size: 1.6rem;
    border: 2px solid #00BEE8;
    border-radius: 1.2rem;
    transition: 0.3s; }
    .tags .checkbox__label:before {
      display: none; }
    .tags .checkbox__label:after {
      display: none; }

.ai__radios {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 2rem; }
  .ai__radios .radio {
    margin-bottom: 0; }
  .ai__radios .radio__input:checked + .radio__label {
    border-color: transparent;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 25px 0px #00000026; }
    .ai__radios .radio__input:checked + .radio__label:before {
      background-color: #00BEE8; }
    .ai__radios .radio__input:checked + .radio__label:after {
      background-color: transparent; }
  .ai__radios .radio__label {
    display: flex;
    align-items: center;
    min-height: 9rem;
    padding: 2rem 2rem 2rem 9rem;
    border-radius: 3rem;
    border: solid 1px #E7E7E7;
    background-color: transparent;
    transition: 0.3s; }
    .ai__radios .radio__label:before {
      top: 50%;
      transform: translateY(-50%);
      left: 3rem;
      width: 3.6rem;
      height: 3.6rem;
      background-color: #D9D9D9; }
    .ai__radios .radio__label:after {
      position: absolute;
      top: 50%;
      left: 3.9rem;
      transform: translateY(-50%);
      width: 1.8rem;
      height: 1.8rem;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.8224 9.51186e-05L14.0645 0.749566C11.4195 3.40041 8.58793 6.43793 5.94552 9.11889L2.17327 6.01285L1.35728 5.3299L0 6.97864L0.82437 7.65321L5.35446 11.3838L6.09555 12L6.78664 11.3171C9.65085 8.4467 12.7596 5.08336 15.5804 2.25679L16.3299 1.49894L14.8224 9.51186e-05Z' fill='white'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .ai__radios .radio__label ul {
      margin-left: 1em;
      list-style: disc;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #000000; }

.ai__image {
  width: 100%;
  margin-top: 4rem;
  aspect-ratio: 1.7/1;
  margin-bottom: 2.5rem;
  border-radius: 3rem;
  overflow: hidden; }
  .ai__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.generator__success {
  padding-top: 5.5rem;
  text-align: center; }
  .generator__success img {
    display: block;
    width: 13rem;
    margin: 0 auto 6rem; }
  .generator__success .title {
    font-weight: 500;
    font-size: 2.2rem; }
  .generator__success .text {
    color: #737373;
    font-weight: 500;
    font-size: 1.6rem; }

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

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

.chat__item-wrapper {
  height: 100%;
  min-height: 25rem;
  padding: 3rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

.chat__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 3rem;
  border-radius: 1.4rem;
  background-color: #00BEE8;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF; }
  .chat__head img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.chat__title {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #040C14; }

.chat__text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #737373; }

.message {
  display: flex;
  margin-top: 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

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

.message__nav-block {
  padding: 3.5rem;
  border-bottom: 1px solid #E7E7E7; }
  .message__nav-block .btn__search {
    width: 1.6rem; }
    .message__nav-block .btn__search img {
      display: block;
      width: 100%; }

.message__search {
  position: relative; }

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

.message__nav-footer {
  padding: 3.5rem 4rem; }
  .message__nav-footer .btn {
    width: 100%; }

.message__nav-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 3.5rem;
  border-left: 0.4rem solid transparent;
  border-bottom: 1px solid #E7E7E7;
  color: #000000; }
  .message__nav-item:hover {
    text-decoration: none; }
  .message__nav-item img {
    display: block;
    width: 2.8rem; }
  .message__nav-item.active {
    border-left-color: #00BEE8; }
  .message__nav-item .title {
    font-weight: 700;
    font-size: 1.8rem; }
  .message__nav-item .text {
    font-weight: 500;
    font-size: 1.8rem;
    color: #737373; }

.message__nav-actions {
  display: flex;
  gap: 2.5rem;
  margin-left: auto; }
  .message__nav-actions .table__action {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0; }

.messages {
  flex: 1;
  padding: 3.5rem 2rem 4rem 3.5rem; }

.messages__content {
  height: 47rem;
  margin-bottom: 5rem;
  padding-right: 1.5rem;
  overflow-y: auto; }

.message__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem; }
  .message__item:last-child {
    margin-bottom: 0; }
  .message__item .author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    border-radius: 1.4rem;
    background-color: #00BEE8;
    overflow: hidden; }
    .message__item .author img {
      display: block;
      width: 4.8rem;
      height: 4.8rem;
      object-fit: cover; }
  .message__item.my {
    justify-content: flex-end; }
    .message__item.my .author {
      margin-right: 0;
      margin-left: 2rem; }
    .message__item.my .message__text {
      border: 1px solid #E7E7E7;
      background: none; }

.message__text {
  flex: 1;
  padding: 2.5rem 3.5rem;
  border-radius: 3rem;
  background-color: #f2f2f2;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6; }

.message__form {
  position: relative; }
  .message__form .textarea {
    height: auto;
    min-height: 5.4rem;
    overflow: hidden; }

.message__send {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7rem;
  background: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  border: 0; }
  .message__send img {
    display: block;
    width: 2.1rem; }

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

.speech__voice {
  display: flex;
  align-items: center;
  height: 8rem;
  margin-bottom: 4.5rem;
  gap: 1rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-radius: 4rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px #00000026; }
  .speech__voice span {
    position: relative;
    display: block;
    flex: 1;
    padding: 1rem 0; }
    .speech__voice span img {
      display: block;
      width: 100%; }

.speech__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #00BEE8; }
  .speech__btn img {
    display: block;
    height: 2.4rem;
    margin-left: 0.5rem;
    transform-origin: center;
    transition: 0.3s; }
  .speech__btn:hover img {
    transform: scale(1.2); }

.speech__title {
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6; }

.speech__text {
  margin-bottom: 4.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625; }

.voiceover__form {
  margin: 4rem 0;
  padding: 3rem 4rem 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .voiceover__form .label {
    color: #000000; }
  .voiceover__form .textarea {
    height: 13rem; }
  .voiceover__form .btn {
    min-width: 20rem; }

.voiceover__line {
  display: flex;
  align-items: center; }
  .voiceover__line .label {
    width: auto;
    margin-right: 1.5rem; }
    .voiceover__line .label .big {
      font-weight: 700;
      font-size: 1.8rem; }
  .voiceover__line .select select {
    min-width: 28rem; }

.voiceover__table .speech__voice {
  height: 4.8rem;
  margin-bottom: 0;
  padding: 0.2rem 2rem 0.2rem 0.2rem; }

.voiceover__table .speech__btn {
  width: 4.4rem;
  height: 4.4rem; }
  .voiceover__table .speech__btn img {
    height: 1.6rem; }

.voiceover__table .speech__time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #737373; }

.voiceover__table .table__actions {
  gap: 2rem; }

.voiceover__table .cards__action {
  margin-left: 2rem; }

.earn {
  position: relative;
  margin-bottom: 3.5rem;
  padding: 4rem 0 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .earn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1; }

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

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

.earn__gift {
  display: flex;
  max-width: 53rem;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #FFFFFF; }
  .earn__gift img {
    display: block;
    height: 4.8rem;
    margin-right: 3rem; }

.earn__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 53rem;
  max-width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
  border: 2px solid #00BEE8;
  background-color: transparent;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF; }
  .earn__copy a {
    line-height: 1; }

.earn__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF; }

.earn__sum {
  margin-bottom: 2rem;
  font-size: 4.3rem;
  font-weight: 500;
  color: #FFFFFF; }

.earn__text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFFFFF; }

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

.affiliate__block {
  width: 50%;
  padding: 0 1rem; }
  .affiliate__block .cabinet__title {
    margin-bottom: 1.5rem; }

.affiliate__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3rem 3.5rem 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

.affiliate__item {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  font-weight: 500; }
  .affiliate__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2rem;
    border-radius: 1.5rem;
    background-color: #00BEE8;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF; }
  .affiliate__item .block__text {
    flex: 1;
    margin-bottom: 0; }

.affiliate__subscribe {
  display: flex;
  border-radius: 3rem;
  background-color: #F8F8F8; }
  .affiliate__subscribe .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .affiliate__subscribe .btn {
    min-width: 13rem; }

.earn__table .cabinet__title {
  margin-top: 3rem;
  margin-bottom: 2.5rem; }

.support {
  width: 84.5rem;
  max-width: 100%;
  padding: 3rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .support .cabinet__title {
    margin-bottom: 2.5rem; }
  .support .block__text {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.8rem; }
    .support .block__text a {
      color: #00BEE8; }
    .support .block__text h3 {
      margin-top: 1em;
      font-size: 2.4rem; }

.support_request {
  width: 62rem;
  max-width: 100%;
  margin-top: 4rem;
  padding: 3rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .support_request .textarea {
    height: 15rem; }
  .support_request .btn {
    min-width: 16rem; }

.order__table {
  margin-top: 4rem; }

.settings {
  margin-top: 4rem; }

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

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

.settings__block-wrapper {
  height: 100%;
  padding: 2.5rem 4rem 4rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

.plans {
  margin-top: 4rem; }

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

.plans__block {
  width: 24rem;
  min-height: 35.5rem; }

.plans__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 1.3rem;
  padding: 3rem 3.5rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
  transition: 0.3s; }
  .plans__block-wrapper:hover, .plans__block-wrapper:focus-visible {
    border-color: #00BEE8; }
  .plans__block-wrapper:focus-visible {
    outline: none; }

.plans__title {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2; }

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

.plans__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #737373; }

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

.checkout {
  margin-top: 4rem; }
  .checkout .plans__price {
    font-weight: 700;
    font-size: 2.2rem; }
  .checkout .cabinet__title {
    margin-bottom: 2.5rem; }
  .checkout .radio__wrapper {
    flex-wrap: wrap;
    gap: 3rem 6rem;
    margin-bottom: 3rem; }
    .checkout .radio__wrapper .radio {
      margin-bottom: 0;
      margin-right: 0; }
  .checkout .radio__label {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000; }
    .checkout .radio__label:after {
      top: 7px;
      left: 9px;
      width: 1.8rem;
      height: 1.8rem; }
    .checkout .radio__label:before {
      top: -2px;
      width: 3.6rem;
      height: 3.6rem;
      border-color: #D3D3D3; }
  .checkout .radio__input:checked + .radio__label:before {
    border-color: #00BEE8; }
  .checkout .checkbox {
    margin-bottom: 3rem; }
  .checkout .checkbox__label:before {
    background-color: #FFFFFF;
    border: solid 1px #D3D3D3; }

.checkout__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
  padding: 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }

.checkout__block:first-child {
  display: flex;
  align-items: center;
  gap: 4rem; }

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

.checkout__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  border-radius: 3rem;
  background-color: #00BEE8; }
  .checkout__img img {
    display: block;
    width: 6.5rem; }

@media (max-width: 1540px) {
  .overview__items {
    gap: 2.5rem; }
  .overview__item .title {
    font-size: 5rem; }
  .cards__item {
    width: calc(100% / 3); }
  .writer__item {
    width: calc(100% / 3); }
  .ai__block {
    width: calc(100% / 3); }
  .chat__item {
    width: calc(100% / 3); }
  .ai__credits {
    gap: 2rem; } }

@media (max-width: 1360px) {
  .ai__head {
    flex-direction: column;
    align-items: flex-start; }
  .ai__credits {
    width: 100%; }
    .ai__credits .credit__progress {
      width: 100%; } }

@media (min-width: 1261px) {
  .sidebar.small {
    align-items: center;
    width: 6rem;
    padding: 3.7rem 1.2rem 10rem; }
    .sidebar.small .sidebar__large {
      display: none; }
    .sidebar.small .logo img {
      height: 2.4rem; }
    .sidebar.small .sidebar__list a {
      font-size: 0; }
      .sidebar.small .sidebar__list a .icon {
        margin-right: 0; }
    .sidebar.small .sidebar__sublist {
      background-color: transparent; }
    .sidebar.small .sidebar__links {
      margin-bottom: 16.5rem; }
      .sidebar.small .sidebar__links a {
        font-size: 0; }
        .sidebar.small .sidebar__links a img {
          margin-right: 0; }
    .sidebar.small .sidebar__nav-title {
      display: none; }
    .sidebar.small .sidebar__progress {
      display: none; }
    .sidebar.small .invite {
      margin: 0;
      padding: 0;
      background-color: transparent; }
      .sidebar.small .invite img {
        margin-right: 0; }
      .sidebar.small .invite .block__text {
        display: none; }
    .sidebar.small .copyright {
      display: none; }
  .sidebar:not(.small) .sidebar__small {
    display: none; } }

@media (max-width: 1260px) {
  .cabinet__page {
    padding-left: 0; }
    .cabinet__page.large {
      padding-left: 0; }
      .cabinet__page.large .cabinet__content {
        transform: translateX(32rem); }
  .sidebar {
    transform: translateX(-100%);
    transition: 0.3s; }
    .sidebar.small {
      transform: translateX(0); }
  .cabinet__content {
    transition: 0.3s; }
  .logo .sidebar__small {
    display: none; }
  .cabinet__toggle-menu {
    transform: rotateY(180deg); }
    .cabinet__toggle-menu.hide-menu {
      display: block;
      transform: rotateY(0deg); }
  .dashboard__wrapper {
    flex-direction: column;
    gap: 2.5rem; }
  .dashboard__block {
    width: 100%;
    padding: 0; }
  .overview__wrapper {
    flex-direction: column;
    gap: 2.5rem; }
  .overview__block {
    width: 100%;
    padding: 0; }
    .overview__block .credit__progress {
      margin-bottom: 0; }
  .documents__list-row {
    gap: 2.5rem; }
  .documents__item {
    width: 100%; } }

@media (max-width: 992px) {
  .cabinet__page .container {
    padding: 0 1.5rem; }
  .cabinet__header {
    gap: 1.2rem;
    padding: 0 1.5rem; }
  .cabinet__header-block:nth-child(2) {
    flex: 1; }
  .cabinet__search {
    width: 100%; }
  .cabinet__toggle-menu {
    margin-right: 1.3rem; }
  .cabinet__profile {
    font-size: 0; }
  .cabinet__head--filter .cabinet__head-wrapper + .cabinet__head-wrapper {
    align-items: flex-start; }
  .cabinet__head-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem; }
  .cards__item {
    width: 50%; }
  .writer__item {
    width: 50%; }
  .ai__block {
    width: 50%; }
  .chat__item {
    width: 50%; }
  .table thead {
    display: none; }
  .table tbody {
    display: flex;
    flex-direction: column;
    gap: 2.5rem; }
    .table tbody tr {
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
      padding: 3rem;
      border-radius: 3rem;
      background-color: #FFFFFF;
      border-bottom: none; }
    .table tbody td {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 0; }
      .table tbody td:before {
        content: attr(data-label);
        font-size: 1.4rem;
        font-weight: 500;
        color: #737373;
        text-transform: uppercase; }
      .table tbody td:last-child:before {
        display: none; }
  .writer_form__wrapper {
    flex-direction: column;
    gap: 3rem; }
  .writer_form__block {
    width: 100%; }
  .message__nav {
    width: 32rem; }
  .message__nav-block {
    padding: 2rem; }
  .message__nav-item {
    gap: 1rem;
    padding: 2rem; }
  .message__nav-actions {
    gap: 1rem; }
  .messages {
    padding: 2rem; }
  .earn__wrapper {
    flex-direction: column;
    gap: 3rem; }
  .earn__block {
    width: 100%; }
  .earn__gift {
    margin: 0 auto 2rem; }
  .earn__copy {
    margin: 0 auto; }
  .affiliate__wrapper {
    flex-direction: column;
    margin-bottom: 3rem; }
  .affiliate__block {
    width: 100%; }
  .plans__wrapper {
    gap: 2rem 0;
    margin: 0 -1rem; }
  .plans__block {
    width: 50%;
    padding: 0 1rem; }
  .settings__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .settings__block {
    width: 100%; } }

@media (max-width: 768px) {
  .cabinet__head--filter {
    margin-bottom: 3rem; }
  .dashboard__wrapper {
    margin: 3rem 0;
    padding: 3rem; }
  .overview__wrapper {
    padding: 3rem; }
  .overview__items {
    flex-direction: column; }
  .overview__item .text {
    margin-bottom: 0; }
  .overview__item .title {
    font-size: 4rem; }
  .documents__wrapper {
    padding: 3rem; }
  .folder {
    height: auto;
    min-height: 7rem;
    padding: 3rem; }
    .folder img {
      margin-right: 2.5rem; }
  .cards__item-wrapper {
    padding: 3rem; }
  .writer_form__block-wrapper {
    padding: 3rem; }
  .ai__gen {
    margin-bottom: 3rem;
    padding: 3rem; }
  .ai__actions {
    flex-direction: column;
    align-items: flex-start; }
  .ai__credits {
    flex-direction: column; }
  .ai__item-footer .ai__actions {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem; }
  .generator__success {
    padding-top: 0; }
  .message {
    flex-direction: column;
    margin-top: 3rem; }
  .message__nav {
    width: 100%; }
  .message__item .author img {
    width: 3.8rem;
    height: 3.8rem; }
  .message__text {
    padding: 2rem; }
  .voiceover__form {
    margin: 3rem 0;
    padding: 3rem; }
  .voiceover__line {
    flex-direction: column;
    align-items: flex-start; }
  .support {
    padding: 3rem; }
  .checkout__wrapper {
    flex-direction: column;
    margin-bottom: 3rem; }
  .checkout__block:first-child {
    flex-direction: column;
    text-align: center; } }

@media (max-width: 600px) {
  .cards__item {
    width: 100%; }
  .writer__item {
    width: 100%; }
  .ai__block {
    width: 100%; }
  .chat__item {
    width: 100%; }
  .folder {
    align-items: flex-end; }
  .folder__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem; }
  .ai__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 0;
    background-color: transparent; }
    .ai__form .input {
      flex: inherit;
      width: 100%;
      height: 5.4rem; }
  .ai__radios .radio__label {
    padding: 9rem 2rem 2rem 2rem; }
    .ai__radios .radio__label:before {
      top: 2rem;
      transform: translateY(0);
      left: 2rem; }
    .ai__radios .radio__label:after {
      top: 2.9rem;
      left: 2.9rem;
      transform: translateY(0); }
  .earn__gift {
    flex-direction: column;
    text-align: center; }
    .earn__gift img {
      margin-right: 0;
      margin-bottom: 2rem; }
  .plans__block {
    width: 100%; } }

@media (max-width: 380px) {
  .documents__item-wrapper {
    flex-direction: column; } }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44.5rem;
  max-width: 100%;
  padding: 4rem;
  border-radius: 3rem;
  border: solid 1px #D3D3D3;
  background-color: #FFFFFF;
  z-index: 200; }
  .cookie-window-block.closed {
    display: none; }
  .cookie-window-block .block__text {
    font-size: 1.6rem;
    line-height: 1.56; }
    .cookie-window-block .block__text a {
      font-weight: 700; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contacts {
  padding: 6.5rem 0 32rem;
  border-radius: 12rem 12rem 0 0;
  background-color: #F8F8F8; }

.contacts__wrapper {
  display: flex; }

.contacts__block {
  width: 50%; }
  .contacts__block:first-child {
    padding-top: 4.5rem;
    padding-right: 4rem; }
  .contacts__block .block__title {
    margin-bottom: 3.5rem; }

.contacts__content {
  width: 37rem;
  max-width: 100%; }
  .contacts__content .block__subtitle {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    text-transform: initial;
    color: #040C14; }
  .contacts__content .block__text {
    font-size: 2.2rem; }
    .contacts__content .block__text a {
      font-weight: 600;
      transition: 0.3s; }
      .contacts__content .block__text a:hover {
        opacity: 0.5; }

.contacts__form {
  padding: 6rem 5rem 8.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .contacts__form .contacts__form-wrapper {
    width: 36rem;
    max-width: 100%;
    margin: 0 auto; }
  .contacts__form .form__row {
    margin: 0 0 2.5rem; }
    .contacts__form .form__row:last-child {
      margin-bottom: 0; }

.contacts__title {
  margin-bottom: 2rem;
  font-size: 4.4rem;
  font-weight: 500;
  color: #000000; }

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

.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: #E7E7E7;
  border-radius: 1.6rem; }

.noUi-connects {
  border-radius: 1.6rem; }

.noUi-connect {
  border-radius: 1.6rem;
  background: #00BEE8; }

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

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

.noUi-handle {
  opacity: 0;
  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; }

.text-page .block__text:last-of-type {
  margin-bottom: 0; }

.text__page {
  padding-bottom: 32rem; }

.block__title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }
  .block__title-wrapper .block__title {
    margin-bottom: 0; }
  .block__title-wrapper .block__text {
    width: 46rem;
    max-width: 100%;
    margin-top: 1.4rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #959595; }

.block__subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase; }

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

.block__title {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.2;
  color: #000000; }
  .block__title--sm {
    font-size: 3.2rem; }
  .block__title .link {
    position: relative;
    padding-right: 4.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #00BEE8; }
    .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: #000000; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 600;
    font-size: 2.8rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: .5em; }
  .block__text h5 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: .5em; }
  .block__text h6 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.services .accordion__item {
  border-bottom: none; }
  .services .accordion__item:first-child .accordion__title {
    border-top: 1px solid #D3D3D3; }
  .services .accordion__item.active .accordion__title {
    display: none; }

.services .accordion__title {
  border-bottom: 1px solid #D3D3D3; }
  .services .accordion__title a {
    display: flex;
    padding: 4rem 10.3rem 3rem 0; }
    .services .accordion__title a:before {
      height: 5.4rem;
      background-color: #00BEE8;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5595 11.5889L12.6557 0C9.75295 0.0281721 3.96953 0.067943 1.06675 0.0961152L1.04291 1.54693C3.65378 1.52128 7.11983 1.49999 10.169 1.47233L0.655762 10.9854L1.67032 12L11.1835 2.48685L11.101 11.605L12.5595 11.5889Z' fill='%23040C14'/%3e%3c/svg%3e ");
      background-position: 4.6rem 1.9rem; }

.services .accordion__block:first-child {
  width: 45%; }

.services .accordion__block:last-child {
  flex: 1;
  max-width: 45rem; }

.services .accordion__block .block__title {
  margin-bottom: 0;
  font-size: 4.4rem; }

.services .accordion__block .block__text {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #959595; }

.services .accordion__content {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  border-radius: 0 0 12rem 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 1; }
  .services .accordion__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: -1; }
  .services .accordion__content .block__title {
    margin-bottom: 3.3rem;
    font-size: 4.4rem;
    color: #FFFFFF; }
  .services .accordion__content .block__subtitle {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    text-transform: initial;
    color: #FFFFFF; }
  .services .accordion__content .block__text {
    width: 40rem;
    max-width: 100%;
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    color: #FFFFFF; }

.services .accordion__content-wrapper {
  display: flex; }

.services .accordion__content-block:first-child {
  width: 45%;
  padding: 5rem 2rem 6rem 0; }

.services .accordion__content-block:last-child {
  flex: 1; }

.services .accordion__img {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 4rem; }
  .services .accordion__img img {
    display: block;
    max-width: 100%; }

.how {
  padding: 12rem 0; }

.how__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 1; }
  .how__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: -1; }

.how__block {
  width: 50%;
  padding: 6rem 5rem 7rem; }
  .how__block .block__title {
    color: #FFFFFF; }
  .how__block .block__text {
    width: 42rem;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #959595; }

.how__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-left: 5.5rem; }

.how__item {
  position: relative;
  width: 30rem;
  max-width: 100%;
  font-weight: 400; }
  .how__item:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -5.5rem;
    width: 3.5rem;
    height: 1px;
    background-color: #77D6EB; }

.how__title {
  font-size: 1.8rem;
  color: #959595; }

.how__text {
  font-size: 2.2rem;
  color: #FFFFFF; }

.faq {
  padding: 10rem 0 30rem;
  background-color: #F8F8F8; }
  .faq .accordion {
    width: 70rem;
    max-width: 100%;
    margin-left: auto; }

.faq__wrapper {
  display: flex; }

.faq__block:first-child {
  width: 35rem; }
  .faq__block:first-child .block__text {
    font-size: 1.6rem;
    color: #959595; }

.faq__block:last-child {
  flex: 1; }

.features {
  padding: 14rem 0 10rem; }
  .features--page {
    padding-bottom: 35rem; }
    .features--page .block__title-wrapper {
      margin-bottom: 4rem; }

.features__wrapper {
  display: flex;
  flex-direction: column; }

.features__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 0;
  margin: 0 -1rem; }
  .features__row:nth-child(2n) {
    align-items: flex-end;
    margin-top: -4rem; }

.features__item {
  width: 30%;
  padding: 0 1rem; }
  .features__item.large {
    width: 40%; }
    .features__item.large .features__img {
      width: 10rem;
      margin-bottom: 3.5rem; }
    .features__item.large .features__title {
      font-size: 3rem; }
    .features__item.large .features__text {
      font-size: 1.8rem; }
  .features__item.dark .features__item-wrapper {
    background-color: #E7E7E7; }

.features__item-wrapper {
  min-height: 29.5rem;
  padding: 4rem 4rem 3.5rem;
  border-radius: 3rem;
  background-color: #F8F8F8; }

.features__img {
  width: 8rem;
  margin-bottom: 3rem; }
  .features__img img {
    display: block;
    width: 100%; }

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

.features__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000; }

.features__text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #737373; }

.features__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem; }

.features__list-item {
  display: flex;
  padding-bottom: 3.5rem;
  border-bottom: solid 1px #D3D3D3; }
  .features__list-item .block__title {
    margin-bottom: 0;
    font-size: 3.6rem; }
  .features__list-item .block__text {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5; }

.features__list-block:first-child {
  width: 45%;
  padding-right: 4rem; }

.features__list-block:last-child {
  flex: 1; }

.contacts {
  padding: 6.5rem 0 32rem;
  border-radius: 12rem 12rem 0 0;
  background-color: #F8F8F8; }

.contacts__wrapper {
  display: flex; }

.contacts__block {
  width: 50%; }
  .contacts__block:first-child {
    padding-top: 4.5rem;
    padding-right: 4rem; }
  .contacts__block .block__title {
    margin-bottom: 3.5rem; }

.contacts__content {
  width: 37rem;
  max-width: 100%; }
  .contacts__content .block__subtitle {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    text-transform: initial;
    color: #040C14; }
  .contacts__content .block__text {
    font-size: 2.2rem; }
    .contacts__content .block__text a {
      font-weight: 600;
      transition: 0.3s; }
      .contacts__content .block__text a:hover {
        opacity: 0.5; }

.contacts__form {
  padding: 6rem 5rem 8.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF; }
  .contacts__form .contacts__form-wrapper {
    width: 36rem;
    max-width: 100%;
    margin: 0 auto; }
  .contacts__form .form__row {
    margin: 0 0 2.5rem; }
    .contacts__form .form__row:last-child {
      margin-bottom: 0; }

.contacts__title {
  margin-bottom: 2rem;
  font-size: 4.4rem;
  font-weight: 500;
  color: #000000; }

.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: #000000;
    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: #FFFFFF;
  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: #959595 !important; }

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

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

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

.text-white {
  color: #FFFFFF !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: #00BEE8 !important; }

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

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

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

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

.text-gray {
  color: #959595 !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: #FFFFFF; }

.alert.visible-success {
  background-color: #00B67A;
  display: block;
  color: #FFFFFF; }

.alert.success {
  background-color: #00B67A;
  display: block;
  color: #FFFFFF; }

.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: #FFFFFF;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #FFFFFF;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #FFFFFF; }
  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: 1260px) {
  .header .container {
    width: 1230px;
    max-width: 100%; }
  .header__wrapper {
    padding: 0; }
  .nav {
    gap: 2.4rem; }
  .header__actions {
    gap: 2.4rem; } }

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

@media (max-width: 1100px) {
  .hide-mobile {
    display: none; }
  .header__wrapper {
    height: 8rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem;
    margin-left: 2rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #FFFFFF;
      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: #FFFFFF;
      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 3rem;
    width: 100%;
    max-width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #040C14;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .nav {
      flex-direction: column;
      margin-bottom: 4rem; }
    .menu .header__actions {
      margin-left: -1.5rem; }
  .intro {
    border-radius: 0 0 6rem 6rem; }
  .intro__wrapper {
    min-height: 50rem;
    height: auto;
    padding-top: 8rem; }
  .intro__block {
    padding-top: 6rem;
    padding-bottom: 8rem; }
  .intro__subtitle {
    font-size: 2rem; }
  .intro__title {
    min-height: 10rem;
    margin-bottom: 2.5rem;
    font-size: 6rem; }
  .intro__text {
    font-size: 1.8rem; }
  .features {
    padding: 8rem 0; }
    .features--page {
      padding-bottom: 20rem; }
  .block__title {
    font-size: 4rem; }
  .block__text {
    margin-bottom: 2rem;
    font-size: 1.8rem; }
  .features__row:nth-child(2n) {
    margin-top: 2rem; }
  .features__item {
    width: 50%; }
    .features__item.large {
      width: 100%; }
      .features__item.large .features__img {
        width: 8rem;
        margin-bottom: 3rem; }
      .features__item.large .features__title {
        font-size: 2.2rem; }
      .features__item.large .features__text {
        font-size: 1.6rem; }
  .features__item-wrapper {
    min-height: 25rem;
    padding: 3rem; }
  .features__list-block:first-child {
    width: 35%;
    padding-right: 2rem; }
  .features__list-block:last-child {
    width: 65%; }
  .features__list-item .block__title {
    font-size: 2.8rem; }
  .services .accordion__title a {
    padding: 2rem 10.3rem 2rem 0; }
  .services .accordion__block:first-child {
    width: 35%;
    padding-right: 2rem; }
  .services .accordion__block:last-child {
    width: 65%; }
  .services .accordion__block .block__title {
    font-size: 3rem; }
  .services .accordion__content {
    border-radius: 0 0 6rem 6rem; }
    .services .accordion__content .block__title {
      margin-bottom: 3rem;
      font-size: 3rem; }
    .services .accordion__content .block__subtitle {
      font-size: 2rem; }
  .how {
    padding: 8rem 0; }
  .how__block {
    padding: 3rem; }
  .how__text {
    font-size: 1.8rem; }
  .how__list {
    gap: 2rem; }
  .reviews {
    padding-bottom: 8rem; }
  .reviews__wrapper {
    flex-direction: column; }
  .reviews__block {
    gap: 2rem; }
    .reviews__block:first-child {
      flex-direction: row;
      width: 100%;
      padding-bottom: 4rem; }
    .reviews__block:last-child {
      width: 100%; }
  .reviews__slider {
    padding: 3rem; }
  .reviews__icon img {
    height: 3rem; }
  .faq {
    padding: 8rem 0 20rem; }
  .faq__wrapper {
    flex-direction: column; }
  .faq__block:first-child {
    width: 100%; }
  .accordion__title {
    font-size: 2rem; }
  .footer {
    margin-top: -12rem;
    border-radius: 6rem 6rem 0 0; }
    .footer .block__title-wrapper .block__title {
      font-size: 4rem; }
    .footer .block__title-wrapper .block__text {
      font-size: 1.8rem; }
    .footer .nav {
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 2rem; }
    .footer .soc {
      margin-bottom: 4rem; }
  .prefooter {
    padding: 6rem 0; }
  .footer__wrapper {
    padding: 6rem 0;
    border-radius: 6rem 6rem 0 0; }
  .footer__line {
    flex-direction: column;
    margin-bottom: 4rem; }
  .footer__logos {
    justify-content: center;
    padding: 0 2rem; }
  .footer__logo {
    height: 5rem;
    width: 10rem;
    border-radius: 1rem; }
    .footer__logo img {
      max-height: 2rem; }
  .soc__link img {
    max-height: 3rem; }
  body.text-page .page__wrapper {
    padding-top: 11rem; }
  .error__page {
    padding: 4rem 0 20rem;
    border-radius: 6rem 6rem 0 0; }
  .error__title {
    font-size: 20rem; }
  .error__subtitle {
    font-size: 2rem; }
  .text__page {
    padding-bottom: 20rem; }
  .contacts {
    padding: 4rem 0 20rem;
    border-radius: 6rem 6rem 0 0; }
  .contacts__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .contacts__block {
    width: 100%; }
    .contacts__block:first-child {
      padding-top: 0;
      padding-right: 0; }
  .contacts__content .block__subtitle {
    margin-bottom: 2rem;
    font-size: 3rem; }
  .contacts__content .block__text {
    font-size: 1.8rem; }
  .contacts__form {
    width: 42rem;
    max-width: 100%;
    padding: 3rem; }
  .contacts__title {
    font-size: 3rem; } }

@media (max-width: 768px) {
  .intro__title {
    min-height: auto;
    font-size: 4rem; }
  .intro__text {
    font-size: 1.6rem; }
  .block__title {
    font-size: 3rem; }
  .block__text {
    font-size: 1.6rem; }
  .features__item {
    width: 100%; }
  .services .accordion__title a {
    flex-direction: column; }
  .services .accordion__block:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem; }
  .services .accordion__block:last-child {
    width: 100%; }
  .services .accordion__block .block__title {
    font-size: 2.6rem; }
  .services .accordion__content-wrapper {
    flex-direction: column; }
  .services .accordion__content-block:first-child {
    width: 100%;
    padding: 4rem 0; }
  .services .accordion__img {
    height: auto;
    padding-top: 0; }
  .accordion__title a:before {
    top: 2rem;
    transform: translateY(0); }
  .how__wrapper {
    flex-direction: column; }
  .how__block {
    width: 100%;
    padding: 5rem 3rem; }
    .how__block:last-child {
      padding-top: 0; }
  .trustpilot__logo img {
    height: 4rem; }
  .reviews__block:first-child {
    flex-direction: column; }
  .reviews__block:last-child {
    padding-left: 0; }
  .reviews__slider:before, .reviews__slider:after {
    display: none; }
  .footer .block__title-wrapper .block__title {
    font-size: 3rem; }
  .footer .btn {
    margin-top: 3rem; }
  .error__title {
    font-size: 14rem; }
  .error__subtitle {
    font-size: 1.8rem; }
  .contacts__content .block__subtitle {
    font-size: 2.6rem; }
  .contacts__content .block__text {
    font-size: 1.6rem; }
  .intro__img {
    display: none; }
  .features__list-item {
    flex-direction: column; }
  .features__list-block:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem; }
  .features__list-block:last-child {
    width: 100%; } }
