/* 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=Rubik:wght@300;400;500;600;700;800;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,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: 'Rubik', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-size: 1.8rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.cabinet .page__wrapper {
    padding-top: 0; }
  body.padding-8 .page__wrapper {
    padding-top: 8rem; }
  body.main-page .page__wrapper {
    padding-top: 10rem; }

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

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

p {
  margin: 0 0 0.5em; }

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

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

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #E9E9E9;
  border-radius: .3rem; }

::-webkit-scrollbar-thumb {
  background: #34d186;
  border-radius: .3rem; }

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

.page__wrapper {
  padding-top: 16rem; }

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

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

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 3rem;
  width: 3rem;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 1.5rem);
  opacity: 0;
  transition: 0.5s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }

.slick-prev {
  left: -4rem;
  transform: translateX(-2rem); }
  .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.61235 13.6465C8.09548 14.1178 7.25746 14.1178 6.74059 13.6465L0.387652 7.8534C-0.129218 7.38208 -0.129218 6.61792 0.387653 6.1466L6.74059 0.353492C7.25746 -0.117831 8.09548 -0.117831 8.61235 0.353492C9.12922 0.824814 9.12922 1.58898 8.61235 2.0603L3.19528 7L8.61235 11.9397C9.12922 12.411 9.12922 13.1752 8.61235 13.6465Z' fill='%233DD18A'/%3e%3c/svg%3e "); }

.slick-next {
  right: -4rem;
  transform: translateX(2rem); }
  .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.387653 0.353492C0.904523 -0.117831 1.74254 -0.117831 2.25941 0.353492L8.61235 6.1466C9.12922 6.61792 9.12922 7.38208 8.61235 7.8534L2.25941 13.6465C1.74254 14.1178 0.904523 14.1178 0.387653 13.6465C-0.129218 13.1752 -0.129218 12.411 0.387653 11.9397L5.80472 7L0.387653 2.0603C-0.129218 1.58898 -0.129218 0.824814 0.387653 0.353492Z' fill='%233DD18A'/%3e%3c/svg%3e "); }

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 1rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5rem;
      height: 0.8rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: 1;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:hover:before {
        background-color: #34d186; }
      .slick-dots li button:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #E9E9E9;
        transition: 0.3s; }
    .slick-dots li.slick-active button {
      opacity: 1; }
      .slick-dots li.slick-active button:before {
        background-color: #34d186; }

#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: #E18842; }

/* 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; }
  .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;
  transition: all .2s ease; }

/* 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 */
/* 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.1s;
  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: 3rem; }

/* 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.1s;
  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: 541px) {
  .remodal {
    max-width: 480px; } }

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

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

.remodal {
  padding: 5rem;
  border-radius: .3rem;
  text-align: left; }
  .remodal--cabinet {
    max-width: 56rem;
    padding: 0;
    font-family: "Inter", sans-serif;
    border-radius: .3rem; }
    .remodal--cabinet .dropdown-wrapper {
      position: relative; }
      .remodal--cabinet .dropdown-wrapper.opened {
        z-index: 10; }
    .remodal--cabinet .dropdown {
      width: 27rem;
      padding: 0;
      left: -10rem;
      border-radius: .4rem;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
      border: 1px solid #e5e5e5;
      z-index: 9;
      top: calc(100% + 1rem); }
      .remodal--cabinet .dropdown:before {
        display: none; }
    .remodal--cabinet .dropdown__btn {
      font-size: 1.4rem;
      font-weight: 600;
      color: #727272;
      position: relative;
      padding: 0 3rem 0 0;
      border: 0;
      outline: 0;
      cursor: pointer;
      background: none;
      font-family: "Inter", sans-serif; }
      .remodal--cabinet .dropdown__btn:after {
        content: '';
        border: 4px solid transparent;
        border-top-color: #adadad;
        position: absolute;
        top: 50%;
        right: 1.2rem;
        margin-top: .2rem;
        transform: translateY(-50%); }
  .remodal .dropdown__link {
    padding: 1.5rem 2rem;
    background: none;
    border-bottom: 1px solid #e5e5e5; }
    .remodal .dropdown__link:last-child {
      margin-bottom: 0; }
    .remodal .dropdown__link.active .title {
      padding-left: 1.8rem;
      position: relative; }
      .remodal .dropdown__link.active .title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: .2rem;
        transform: translateY(-50%) rotateZ(45deg);
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #34d186;
        height: 1.1rem;
        width: .6rem; }
    .remodal .dropdown__link .title {
      margin-bottom: .4rem;
      font-size: 1.6rem;
      font-weight: 500; }
    .remodal .dropdown__link .text {
      color: #727272;
      font-size: 1.4rem;
      letter-spacing: -0.05em;
      font-weight: 400; }

.remodal__head {
  display: flex;
  padding: 1.5rem 2.5rem;
  border-bottom: 4px solid #f5f6f8; }
  .remodal__head .remodal__title {
    font-size: 2rem;
    margin-bottom: 0; }
  .remodal__head .remodal__close {
    top: 1.5rem;
    right: 1.5rem; }
    .remodal__head .remodal__close:before, .remodal__head .remodal__close:after {
      width: 1.4rem;
      background-color: #727272; }

.remodal__content {
  padding: 2rem 2.4rem;
  border-bottom: 4px solid #f5f6f8; }
  .remodal__content:last-child {
    border-bottom: 0; }
  .remodal__content .btn {
    height: 4rem;
    border-radius: .4rem;
    border: 0;
    letter-spacing: initial; }
  .remodal__content .checkbox {
    margin-bottom: 0; }
  .remodal__content .table tbody tr td .checkbox .checkbox__label {
    font-weight: 600; }
  .remodal__content .table tbody tr td .dropdown-wrapper {
    width: 100%; }
  .remodal__content .table tbody tr td .dropdown__btn {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    color: #000000;
    letter-spacing: -0.05em;
    font-weight: 500; }

.remodal__content-title {
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-size: 1.6rem; }

.remodal__actions {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .remodal__actions .title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -0.05em; }

.remodal__form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem; }
  .remodal__form-row .select__link {
    position: absolute;
    right: 3.4rem;
    top: 50%;
    transform: translateY(-50%);
    color: #727272;
    font-size: 1.4rem;
    font-weight: 600; }
  .remodal__form-row .input__wrapper {
    width: 100%;
    position: relative; }
  .remodal__form-row .input {
    border: 2px solid #e5e5e5;
    border-radius: .4rem;
    padding: 0 8rem 0 1.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -0.05em; }
  .remodal__form-row .select {
    position: relative;
    border: 0; }
    .remodal__form-row .select select {
      border: 2px solid #e5e5e5;
      height: 4rem;
      border-radius: .4rem;
      letter-spacing: -.05em;
      font-size: 1.6rem;
      padding: 0 1.5rem; }
    .remodal__form-row .select:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem;
      border: 4px solid transparent;
      padding: 0;
      border-top-color: #adadad;
      margin-top: .2rem; }
  .remodal__form-row .dropdown-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

.remodal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.1rem;
  height: 2.1rem;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none; }
  .remodal__close:before, .remodal__close:after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    height: 0.2rem;
    transition: 0.3s;
    width: 1.4rem;
    background-color: #727272; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }
  .remodal__close:hover:before, .remodal__close:hover:after {
    background-color: #34d186; }

.remodal__body {
  background-color: #FFFFFF; }

.remodal__title {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000000; }

@media (max-width: 992px) {
  .remodal--cabinet {
    padding: 0; }
  .remodal .datepicker__block {
    top: auto;
    bottom: 100%;
    z-index: 4; }
  .remodal__title {
    font-size: 2.4rem; }
  .remodal-wrapper {
    top: auto;
    padding-bottom: 0; }
  .remodal {
    max-height: 100vh;
    overflow-y: auto; } }

@media (max-width: 640px) {
  .remodal-wrapper {
    padding-right: 0;
    padding-left: 0; }
  .remodal {
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; } }

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

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

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

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

@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: 1310px) {
  .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: 2rem 0 8rem; }
  .error__page .btn {
    min-width: 13.5rem; }

.error__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.error__title {
  font-weight: 700;
  font-size: 26rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #34d186; }

.error__text {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000; }

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

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

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

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

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

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #747474;
  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.cabinet .header {
  box-shadow: none; }

.header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    .header {
      box-shadow: 0 0 14px #00000054; } }
  .header .btn {
    height: 4.4rem; }

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

.header__block {
  display: flex;
  align-items: center;
  width: 30rem; }
  .header__block.center {
    justify-content: center;
    width: auto;
    flex: 1; }
  .header__block.right {
    justify-content: flex-end; }

.logo {
  display: flex;
  align-items: center; }
  .logo:hover {
    opacity: 0.7; }
  .logo img {
    display: block;
    width: auto;
    height: 4.4rem; }

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

.header__action {
  display: flex;
  align-items: center;
  margin-right: 3rem; }
  .header__action:last-child {
    margin-right: 0; }

.nav {
  display: flex;
  height: 10rem; }

.nav__item {
  margin-right: 5rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item:hover > a {
    color: #34d186; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible; }
  .nav__item.active > a {
    color: #34d186; }
  .nav__item a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    color: #000000; }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.nav__submenu-list {
  min-width: 21rem;
  padding: 1.6rem 0;
  position: relative;
  background-color: #34d186;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  .nav__submenu-list:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 1rem;
    border: .6rem solid transparent;
    border-bottom-color: #34d186; }

.nav__submenu-item:last-child {
  margin-bottom: 0; }

.nav__submenu-item a {
  display: block;
  padding: 1rem 2rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -.03em;
  transition: all .2s ease;
  position: relative;
  background-color: #34d186; }
  .nav__submenu-item a:hover {
    background-color: #2cc079; }
    .nav__submenu-item a:hover:after {
      width: 80%; }

.header__action-link {
  color: #34d186;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px; }

.header__link {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #000000;
  transition: 0.3s; }
  .header__link:hover {
    color: #34d186; }

.lng {
  position: relative; }
  .lng:hover .lng__wrapper {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible; }
  .lng a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: center;
    color: #000000;
    transition: 0.3s; }

.lng__link {
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem; }
  .lng__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #000000;
    right: 0;
    margin-top: .2rem; }
  .lng__link img {
    display: block;
    margin-right: .8rem; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 1rem);
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.lng__list {
  border-radius: 1rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 1.5rem; }
  .lng__list .lng__link {
    display: block;
    margin-bottom: 1rem;
    text-align: left;
    padding-right: 0; }
    .lng__list .lng__link:after {
      display: none; }
    .lng__list .lng__link:last-child {
      margin-bottom: 0; }

.lng__sub-item {
  border-bottom: 1px solid #f5f5f5; }
  .lng__sub-item:last-child {
    border-bottom: none; }
  .lng__sub-item a {
    height: 4rem;
    padding: 0 1.5rem; }
    .lng__sub-item a:hover {
      background-color: #34d186;
      color: #FFFFFF; }

.tickets__mobile-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
  .tickets__mobile-actions.align-center {
    align-items: center; }
  .tickets__mobile-actions .btn {
    padding: 0;
    min-width: auto !important;
    width: 4.4rem !important; }

.tickets__mobile-dropdown {
  padding-top: 4px; }
  .tickets__mobile-dropdown .title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1.2px;
    position: relative;
    padding-right: 2rem; }
    .tickets__mobile-dropdown .title:after {
      content: '';
      position: absolute;
      margin-top: -.2rem;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: .8rem;
      height: .8rem;
      right: 0;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #34d186; }

.tickets__mobile-drop {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .tickets__mobile-drop a {
    color: #34d186;
    height: 4.4rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label {
    background-color: #34d186; }
    .switcher__input:checked + .switcher__label:after {
      transform: translate(1.4rem, -50%); }
    .switcher__input:checked + .switcher__label .no {
      color: #333333; }
    .switcher__input:checked + .switcher__label .yes {
      color: #FFFFFF; }

.switcher__label {
  width: 3rem;
  height: 1.6rem;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    left: .2rem;
    background-color: #FFFFFF;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #FFFFFF; }

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

/* 8. Checkbox
=========================*/
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 2rem; }
  .checkbox .checkbox__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #000000;
    line-height: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding-left: 2.9rem; }
    .checkbox .checkbox__label:before, .checkbox .checkbox__label:after {
      content: '';
      position: absolute;
      display: block;
      z-index: 1;
      transition: 0.3s; }
    .checkbox .checkbox__label:before {
      top: 0;
      left: 0;
      border: 2px solid #e5e5e5;
      background-color: #FFFFFF;
      width: 1.8rem;
      height: 1.8rem;
      border-radius: .3rem; }
    .checkbox .checkbox__label:after {
      border-width: 0 2px 2px 0;
      border-radius: 1px;
      border-style: solid;
      border-color: #34d186;
      transform: rotate(45deg);
      opacity: 0;
      top: .3rem;
      left: .7rem;
      height: 1rem;
      width: .4rem; }
    .checkbox .checkbox__label a {
      font-weight: 400;
      font-size: 1.5rem;
      color: #000000;
      text-decoration: none;
      transition: 0.3s; }
      .checkbox .checkbox__label a:hover {
        text-decoration: none;
        color: #34d186; }
  .checkbox .checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox .checkbox__input.error + .checkbox__label:before {
      border-color: #C52626; }
    .checkbox .checkbox__input.filled-error + .checkbox__label:before {
      border-color: #C52626; }
  .checkbox .checkbox__input:checked + .checkbox__label:before {
    background-color: #d7ffec;
    border-color: #40d48d; }
  .checkbox .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox--toggle {
    position: initial;
    display: inline-block; }
    .checkbox--toggle .checkbox__input:checked + .checkbox__label .checkbox__label-wrapper {
      border-color: #34d186; }
      .checkbox--toggle .checkbox__input:checked + .checkbox__label .checkbox__label-wrapper:before {
        background-color: #34d186;
        transform: translateX(2.8rem); }
    .checkbox--toggle .checkbox__label {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-left: 0;
      font-size: 0;
      line-height: 0;
      color: transparent; }
      .checkbox--toggle .checkbox__label:before, .checkbox--toggle .checkbox__label:after {
        display: none; }
    .checkbox--toggle .checkbox__label-wrapper {
      position: absolute;
      top: 50%;
      right: 8rem;
      transform: translateY(-50%);
      width: 6.2rem;
      height: 3.4rem;
      border-radius: 1.7rem;
      border: solid 1px #95989c;
      background-color: #FFFFFF;
      cursor: pointer;
      transition: 0.5s; }
      .checkbox--toggle .checkbox__label-wrapper:before {
        content: "";
        position: absolute;
        left: 0.2rem;
        bottom: 0.2rem;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 50%;
        background-color: #95989c;
        transition: 0.5s; }

/* 9. Radio Buttons
=========================*/
.radio {
  position: relative;
  display: block;
  margin-bottom: 2rem; }
  .radio .radio__label {
    cursor: pointer;
    user-select: none; }
  .radio .radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .radio--toggle {
    position: initial;
    display: inline-block; }
    .radio--toggle .radio__input:checked + .radio__label .radio__label-wrapper {
      border-color: #34d186; }
      .radio--toggle .radio__input:checked + .radio__label .radio__label-wrapper:before {
        background-color: #34d186;
        transform: translateX(2.8rem); }
    .radio--toggle .radio__label {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-left: 0;
      font-size: 0;
      line-height: 0;
      color: transparent; }
      .radio--toggle .radio__label:before, .radio--toggle .radio__label:after {
        display: none; }
    .radio--toggle .radio__label-wrapper {
      position: absolute;
      top: 50%;
      right: 8rem;
      transform: translateY(-50%);
      width: 6.2rem;
      height: 3.4rem;
      border-radius: 1.7rem;
      border: solid 1px #95989c;
      background-color: #FFFFFF;
      cursor: pointer;
      transition: 0.5s; }
      .radio--toggle .radio__label-wrapper:before {
        content: "";
        position: absolute;
        left: 0.2rem;
        bottom: 0.2rem;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 50%;
        background-color: #95989c;
        transition: 0.5s; }

.radio__select-wrapper {
  margin-bottom: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F6F8;
  border-radius: 1rem;
  padding: .5rem; }
  .radio__select-wrapper .radio {
    flex: 1;
    margin-bottom: 0; }
  .radio__select-wrapper .radio__input:checked + .radio__label {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .radio__select-wrapper .radio__label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #95989C;
    letter-spacing: -.05em;
    height: 5.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem; }
    .radio__select-wrapper .radio__label > span {
      display: block;
      font-weight: 400;
      font-size: 1.4rem; }
    .radio__select-wrapper .radio__label .save {
      font-weight: 400;
      font-size: 1.4rem;
      color: #34d186;
      display: inline-block;
      margin-left: .4rem; }
    .radio__select-wrapper .radio__label.with-data {
      flex-direction: column; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0 2.5rem 0;
  border: solid 1px #E9E9E9;
  border-radius: 1rem;
  background-color: #E9E9E9;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.03em;
  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: #e1e1e1;
    outline: 0; }
  .btn:hover {
    background-color: gainsboro; }
  .btn:active {
    background-color: #d7d7d7; }
  .btn--gray {
    background-color: #747474;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #6c6c6c; }
    .btn--gray:hover {
      background-color: #676767; }
    .btn--gray:active {
      background-color: #626262; }
  .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: #C52626;
    color: #FFFFFF; }
    .btn--red:focus {
      background-color: #b82424; }
    .btn--red:hover {
      background-color: #b02222; }
    .btn--red:active {
      background-color: #a72020; }
  .btn--rblack {
    background-color: #000;
    color: #FFFFFF; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #FFFFFF;
    color: #000000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #000000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #34d186;
    color: #FFFFFF; }
    .btn--green:focus {
      background-color: #2dc87e; }
    .btn--green:hover {
      background-color: #2cc079; }
    .btn--green:active {
      background-color: #2ab874; }
  .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: #34d186;
    color: #FFFFFF; }
    .btn--main:focus {
      background-color: #2dc87e; }
    .btn--main:hover {
      background-color: #2cc079; }
    .btn--main:active {
      background-color: #2ab874; }
  .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: #747474;
    color: #FFFFFF; }
    .btn--gray:focus {
      background-color: #6c6c6c; }
    .btn--gray:hover {
      background-color: #676767; }
    .btn--gray:active {
      background-color: #626262; }
  .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 #747474;
    color: #747474; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #747474;
      border-color: #6f6f6f; }
    .btn--o-gray:hover {
      border-color: #747474;
      background-color: #747474;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #6c6c6c;
      background-color: #6c6c6c; }
  .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 #C52626;
    color: #C52626; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #C52626;
      border-color: #bc2424; }
    .btn--o-red:hover {
      border-color: #C52626;
      background-color: #C52626;
      color: #FFFFFF; }
    .btn--o-red:active {
      border-color: #b82424;
      background-color: #b82424; }
  .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 #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #FFFFFF; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #34d186;
    color: #34d186; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #34d186;
      border-color: #2ecc81; }
    .btn--o-green:hover {
      border-color: #34d186;
      background-color: #34d186;
      color: #FFFFFF; }
    .btn--o-green:active {
      border-color: #2dc87e;
      background-color: #2dc87e; }
  .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 #34d186;
    color: #34d186; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #34d186;
      border-color: #2ecc81; }
    .btn--o-main:hover {
      border-color: #34d186;
      background-color: #34d186;
      color: #FFFFFF; }
    .btn--o-main:active {
      border-color: #2dc87e;
      background-color: #2dc87e; }
  .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 #747474;
    color: #747474; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #747474;
      border-color: #6f6f6f; }
    .btn--o-gray:hover {
      border-color: #747474;
      background-color: #747474;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #6c6c6c;
      background-color: #6c6c6c; }
  .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 #747474;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #747474;
      border-color: #6f6f6f; }
    .btn--i-gray:hover {
      border-color: #747474;
      background-color: transparent;
      color: #747474; }
    .btn--i-gray:active {
      border-color: #6c6c6c;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #747474;
    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 #747474;
    color: #FFFFFF; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #C52626;
      border-color: #bc2424; }
    .btn--i-red:hover {
      border-color: #C52626;
      background-color: transparent;
      color: #C52626; }
    .btn--i-red:active {
      border-color: #b82424;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    color: #FFFFFF; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--i-cyan:hover {
      border-color: #60A2AB;
      background-color: transparent;
      color: #60A2AB; }
    .btn--i-cyan:active {
      border-color: #579ba5;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #747474;
    color: #FFFFFF; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #34d186;
      border-color: #2ecc81; }
    .btn--i-green:hover {
      border-color: #34d186;
      background-color: transparent;
      color: #34d186; }
    .btn--i-green:active {
      border-color: #2dc87e;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #747474;
    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 #747474;
    color: #FFFFFF; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #34d186;
      border-color: #2ecc81; }
    .btn--i-main:hover {
      border-color: #34d186;
      background-color: transparent;
      color: #34d186; }
    .btn--i-main:active {
      border-color: #2dc87e;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    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 #747474;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #747474;
      border-color: #6f6f6f; }
    .btn--i-gray:hover {
      border-color: #747474;
      background-color: transparent;
      color: #747474; }
    .btn--i-gray:active {
      border-color: #6c6c6c;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #747474;
    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--lg {
    font-size: 2rem;
    height: 6.4rem; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--main {
    border-color: #34d186; }
    .btn--main:hover {
      background-color: transparent;
      color: #34d186; }
  .btn--white {
    border-color: #FFFFFF;
    color: #34d186; }
    .btn--white:hover {
      background-color: #34d186;
      color: #FFFFFF; }
  .btn--gray {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    color: #95989C; }
    .btn--gray:hover {
      background-color: #FFFFFF;
      border-color: #95989C; }
  .btn--icon img {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    width: auto;
    height: 2.2rem;
    pointer-events: none;
    transform: translateY(-50%); }
  .btn--o-green:hover .plus:before, .btn--o-green:hover .plus:after {
    background-color: #FFFFFF; }
  .btn .plus {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
    position: relative; }
    .btn .plus:before {
      content: '';
      top: 0;
      left: 50%;
      width: .2rem;
      height: 100%;
      position: absolute;
      transform: translateX(-50%);
      background-color: #34d186; }
    .btn .plus:after {
      content: '';
      top: 50%;
      left: 0;
      height: .2rem;
      width: 100%;
      position: absolute;
      transform: translateY(-50%);
      background-color: #34d186; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3; }
  .dropdown-wrapper.cabinet-drop {
    position: relative; }
    .dropdown-wrapper.cabinet-drop.opened {
      z-index: 10; }
    .dropdown-wrapper.cabinet-drop .dropdown {
      min-width: 38rem;
      padding: 2rem;
      left: -2rem;
      border-radius: 1rem;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
      border: 1px solid #e5e5e5;
      z-index: 9;
      top: calc(100% + 1rem); }
      .dropdown-wrapper.cabinet-drop .dropdown:before {
        display: none; }
    .dropdown-wrapper.cabinet-drop .dropdown__link {
      font-size: 1.6rem;
      font-weight: 500;
      white-space: nowrap;
      position: relative;
      padding-right: 2rem;
      letter-spacing: -0.05em; }
      .dropdown-wrapper.cabinet-drop .dropdown__link.active:after {
        content: '';
        border-width: 0 2px 2px 0;
        border-radius: 1px;
        border-style: solid;
        border-color: #34d186;
        transform: rotate(45deg);
        top: .6rem;
        right: 0;
        height: 1.2rem;
        width: .6rem;
        margin-top: .2rem;
        position: absolute; }
    .dropdown-wrapper.cabinet-drop .dropdown__btn {
      font-size: 1.6rem;
      font-weight: 600;
      position: relative;
      padding: 0 3rem 0 0;
      border: 0;
      outline: 0;
      cursor: pointer;
      background: none;
      font-family: "Inter", sans-serif;
      color: #000000; }
      .dropdown-wrapper.cabinet-drop .dropdown__btn:after {
        content: '';
        border: 4px solid transparent;
        border-top-color: #adadad;
        position: absolute;
        top: 50%;
        right: 1.2rem;
        margin-top: .2rem;
        transform: translateY(-50%); }
  .dropdown-wrapper .subscription__title {
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    outline: 0;
    padding-right: 2rem;
    line-height: 1.5; }
    .dropdown-wrapper .subscription__title span {
      position: relative;
      z-index: 12; }
    .dropdown-wrapper .subscription__title.opened:before {
      content: '';
      left: -4rem;
      top: -4rem;
      background-color: #FFFFFF;
      bottom: -4rem;
      right: -4rem;
      position: absolute;
      z-index: 9;
      box-shadow: 0px 0 5px rgba(0, 0, 0, 0.15); }
    .dropdown-wrapper .subscription__title.opened:after {
      margin-top: .2rem;
      transform: translateY(-50%) rotate(225deg); }
    .dropdown-wrapper .subscription__title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #34d186;
      padding: .4rem;
      margin-top: -.2rem;
      right: 0;
      z-index: 12; }
  .dropdown-wrapper .btn {
    width: 100%; }

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

.dropdown {
  margin: 0;
  padding: 0 0 2rem 4rem;
  list-style: none;
  position: absolute;
  top: 101%;
  left: -4rem;
  right: -4rem;
  z-index: 10;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .dropdown--header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1.6rem;
    padding: 1.5rem 3rem;
    right: 0;
    left: auto;
    top: calc(100% + 1.5rem);
    min-width: 24rem; }
    .dropdown--header:before {
      display: none; }
    .dropdown--header .dropdown__link {
      font-size: 1.6rem;
      font-weight: 600;
      display: flex;
      align-items: center; }
  .dropdown--full {
    width: 100%; }
  .dropdown:before {
    content: '';
    position: absolute;
    height: 10px;
    left: 0;
    top: -5px;
    right: 0;
    background-color: #ffffff; }

.dropdown__link {
  display: block;
  padding: 1rem 0;
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  background: none;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }
  .dropdown__link.text-green {
    color: #34d186; }
  .dropdown__link.active {
    color: #34d186; }

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

.dropdown__select {
  font-size: 2.4rem;
  font-weight: 700;
  border: 0;
  outline: 0;
  background: none;
  padding: 0 2rem 0 0;
  line-height: 1;
  position: relative;
  font-family: inherit;
  width: 100%;
  display: flex;
  letter-spacing: -.05em;
  color: #000000; }
  .dropdown__select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: .4rem solid transparent;
    border-top-color: #000000;
    margin-top: .2rem; }

.form {
  width: 100%;
  max-width: 100%; }
  .form--subscribe {
    width: 40rem; }
    .form--subscribe .input {
      width: auto;
      flex: 1;
      height: 4.4rem;
      padding: 0 3rem;
      border-radius: 3rem 0 0 3rem;
      border: solid 2px #FFFFFF;
      background-color: #34d186;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 1.2;
      letter-spacing: -0.03em;
      color: #FFFFFF; }
      .form--subscribe .input::placeholder {
        font-size: 1.5rem;
        color: #FFFFFF; }
    .form--subscribe .btn {
      width: 13.5rem;
      height: 4.4rem;
      border-radius: 0 3rem 3rem 0;
      border-width: 2px 2px 2px 0; }
  .form--cabinet .form__group {
    border-bottom: solid 1px #f5f6f8; }
  .form--cabinet .label {
    position: absolute;
    top: 3.5rem;
    left: 8rem;
    width: auto;
    max-width: calc(100% - 16rem);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #95989c;
    pointer-events: none; }
  .form--cabinet .input {
    height: 13.5rem;
    padding: 7rem 8rem 3rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.05em; }
    .form--cabinet .input::placeholder {
      font-weight: 700;
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: -0.05em;
      color: #babbbc; }
  .form--cabinet .btn {
    width: 100%;
    height: 13.5rem;
    border-radius: 0;
    font-size: 2.4rem;
    letter-spacing: -0.05em; }
    .form--cabinet .btn:hover {
      background-color: #2cc079;
      color: #FFFFFF; }
  .form--remodal .form__group {
    margin-bottom: 2rem;
    border-bottom: solid 1px #f5f6f8; }
  .form--remodal .label {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: calc(100% - 16rem);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #95989c;
    pointer-events: none; }
  .form--remodal .input {
    height: 8.8rem;
    padding: 2rem 0 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.05em; }
    .form--remodal .input::placeholder {
      font-weight: 700;
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: -0.05em;
      color: #babbbc; }
  .form--remodal .btn {
    margin-top: 3rem; }
  .form--subscription .form__group {
    border-bottom: solid 1px #f5f6f8; }
  .form--subscription .input {
    height: auto;
    padding-top: 4rem;
    padding-right: 3rem;
    padding-left: 0;
    padding-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.05em; }
    .form--subscription .input::placeholder {
      font-weight: 700;
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: -0.05em;
      color: #babbbc; }
  .form--subscription .label {
    position: absolute;
    width: auto;
    max-width: calc(100% - 16rem);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #95989c;
    pointer-events: none;
    left: 0;
    top: 0; }
  .form--subscription .form__group {
    margin-bottom: 2.5rem; }
  .form--styled .form__group {
    border-bottom: 0; }
  .form--styled .btn {
    margin-top: 0;
    height: 5.4rem; }
  .form--styled .input__wrapper {
    position: relative;
    width: 100%; }
  .form--styled .input {
    height: 5.4rem;
    padding: 1.8rem 2rem .4rem 1.6rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: 400; }
    .form--styled .input.error {
      background-color: #ffffff;
      border-color: #c52626; }
      .form--styled .input.error:focus {
        background-color: #ffffff; }
      .form--styled .input.error + .label {
        transform: translateY(-0.8rem); }
    .form--styled .input.filled-error {
      padding-top: 0;
      padding-bottom: 2rem;
      background-color: #ffffff;
      border-color: #c52626; }
      .form--styled .input.filled-error + .label {
        opacity: 0; }
    .form--styled .input:focus + .label {
      transform: translateY(-0.8rem);
      font-size: 1.3rem;
      font-weight: 400;
      color: #babbbc; }
    .form--styled .input:not(:placeholder-shown) + .label {
      transform: translateY(-0.8rem);
      font-size: 1.3rem;
      font-weight: 400;
      color: #babbbc; }
  .form--styled .input__error-msg {
    position: absolute;
    bottom: .4rem;
    left: 1.7rem;
    color: #c52626;
    font-size: 14px;
    letter-spacing: -0.07rem;
    pointer-events: none; }
  .form--styled .label {
    font-size: 1.6rem;
    color: #8f8f8f;
    position: absolute;
    top: 1.7rem;
    max-width: none;
    white-space: nowrap;
    left: 1.7rem;
    transition: all .2s ease; }
  .form .textarea {
    padding: 1.8rem 2rem .4rem 1.6rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: 400; }
    .form .textarea:focus + .label {
      transform: translateY(-0.8rem);
      font-size: 1.3rem;
      font-weight: 400;
      color: #babbbc; }
    .form .textarea:not(:placeholder-shown) + .label {
      transform: translateY(-0.8rem);
      font-size: 1.3rem;
      font-weight: 400;
      color: #babbbc; }

.form__group {
  position: relative;
  display: flex;
  align-items: center; }

.login__content {
  padding-bottom: 10rem; }

.login__wrapper {
  max-width: 30rem;
  margin: 0 auto; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4rem;
  font-weight: 600;
  font-size: 2rem;
  padding: 0;
  border-radius: 0;
  border: none;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #000000;
  font-family: inherit;
  transition: 0.3s;
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    font-weight: 600;
    font-size: 2rem;
    color: #000000; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 4rem #FFFFFF;
    -webkit-text-fill-color: #000000; }
  .input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 0 #FFFFFF, inset 0 0 0 4rem white;
    -webkit-text-fill-color: #000000; }
  .input--search {
    padding: 0 4.5rem 0 2rem; }
  .input--error {
    border-color: #C52626;
    color: #C52626;
    background-color: rgba(197, 38, 38, 0.05); }
    .input--error::placeholder {
      color: #C52626; }
    .input--error:focus {
      background-color: rgba(197, 38, 38, 0.05); }
  .input--success {
    border-color: #34d186;
    color: #34d186;
    background-color: rgba(52, 209, 134, 0.05); }
    .input--success::placeholder {
      color: #34d186; }
    .input--success:focus {
      background-color: rgba(52, 209, 134, 0.05); }
  .input.error {
    border-color: #C52626;
    color: #C52626;
    background-color: rgba(197, 38, 38, 0.05); }
    .input.error::placeholder {
      color: #C52626; }
    .input.error:focus {
      background-color: rgba(197, 38, 38, 0.05); }
  .input.success {
    border-color: #C52626;
    color: #C52626;
    background-color: rgba(197, 38, 38, 0.05); }
    .input.success::placeholder {
      color: #C52626; }
    .input.success:focus {
      background-color: rgba(197, 38, 38, 0.05); }

.js-input-error-msg {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #C52626; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 13rem;
  resize: none;
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #34d186;
  background-color: #FFFFFF;
  font-family: inherit;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    font-weight: 600;
    font-size: 2rem;
    color: #000000; }
  .textarea--error {
    border-color: #C52626;
    color: #C52626;
    background-color: rgba(197, 38, 38, 0.05); }
    .textarea--error::placeholder {
      color: #C52626; }
    .textarea--error:focus {
      background-color: rgba(197, 38, 38, 0.05); }
  .textarea--success {
    border-color: #34d186;
    color: #34d186;
    background-color: rgba(52, 209, 134, 0.05); }
    .textarea--success::placeholder {
      color: #34d186; }
    .textarea--success:focus {
      background-color: rgba(52, 209, 134, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  z-index: 1; }
  .label.center {
    text-align: center; }

/* 19. Select
=========================*/
.select {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e6eaef;
  font-family: inherit;
  color: #000000;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #34D186;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.15rem;
    padding: .4rem;
    right: 0;
    pointer-events: none; }
  .select select {
    width: 100%;
    height: 4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    border-radius: 0;
    border: none;
    font-family: inherit;
    color: #000000;
    font-weight: 500;
    font-size: 1.6rem;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #C52626;
      color: #C52626;
      background-color: rgba(197, 38, 38, 0.05); }
      .select select.error::placeholder {
        color: #C52626; }
      .select select.error:focus {
        background-color: rgba(197, 38, 38, 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: #C52626; }
  .select--success:before, .select--success:after {
    color: #34d186; }
  .select--error select {
    color: #C52626;
    border-color: #C52626;
    color: #C52626;
    background-color: rgba(197, 38, 38, 0.05); }
    .select--error select::placeholder {
      color: #C52626; }
    .select--error select:focus {
      background-color: rgba(197, 38, 38, 0.05); }
  .select--success select {
    color: #34d186;
    border-color: #34d186;
    color: #34d186;
    background-color: rgba(52, 209, 134, 0.05); }
    .select--success select::placeholder {
      color: #34d186; }
    .select--success select:focus {
      background-color: rgba(52, 209, 134, 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%; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  width: 100%;
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 1rem;
  min-height: 5.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #747474;
    color: #FFFFFF; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .alert--red {
    background-color: #C52626;
    color: #FFFFFF; }
  .alert--rblack {
    background-color: #000;
    color: #FFFFFF; }
  .alert--white {
    background-color: #FFFFFF;
    color: #000000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000000; }
  .alert--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
  .alert--green {
    background-color: #34d186;
    color: #FFFFFF; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
  .alert--main {
    background-color: #34d186;
    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: #747474;
    color: #FFFFFF; }
  .alert--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .alert--o-gray {
    background: transparent;
    color: #747474;
    border: 1px solid #747474; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #C52626;
    border: 1px solid #C52626; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #34d186;
    border: 1px solid #34d186; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #34d186;
    border: 1px solid #34d186; }
  .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: #747474;
    border: 1px solid #747474; }
  .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: #C52626;
  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; }

/* 20. Table
=========================*/
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #E9E9E9;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #E9E9E9;
    width: 5px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #E9E9E9;
    height: 5px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #34d186; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #E9E9E9; }

.table {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.05em;
  color: #000000;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th {
    height: 7.4rem;
    padding-right: 3rem;
    font-weight: 400;
    color: #95989c; }
    .table th:first-child {
      padding-left: 5rem; }
    .table th:last-child {
      padding-right: 5rem; }
  .table tr {
    border-bottom: solid 1px #f5f6f8; }
  .table td {
    height: 5rem;
    padding-right: 3rem; }
    .table td:first-child {
      padding-left: 5rem; }
    .table td:last-child {
      padding-right: 5rem; }
    .table td.scanned {
      color: #34d186; }
  .table--events th {
    height: 16rem; }
  .table--events td {
    height: 16rem; }
    .table--events td .btn {
      margin-right: 1.5rem; }
      .table--events td .btn:last-child {
        margin-right: 0; }
    .table--events td:last-child {
      text-align: right; }
      .table--events td:last-child .btn {
        width: 11rem;
        height: 4.4rem;
        margin-right: 3rem; }
        .table--events td:last-child .btn:last-child {
          margin-right: 0; }
  .table--events .table__label {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #95989c; }
  .table--events .table__title {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #000000; }
    .table--events .table__title.noactive {
      color: #95989c; }
  .table--events .table__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .table--events .table__subtitle {
    margin-right: 5rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #000000; }
    .table--events .table__subtitle:last-child {
      margin-right: 0; }
  .table--tickets td:first-child {
    max-width: 30rem;
    font-weight: 400; }
  .table--tickets td:last-child {
    width: 10.4rem;
    min-width: 10.4rem; }
  .table--tickets td .noactive {
    color: #95989c; }
  .table--tickets td span {
    display: none; }
  .table--payments {
    font-weight: 700; }
    .table--payments td {
      min-width: 12rem; }
      .table--payments td:first-child {
        max-width: 30rem;
        font-weight: 400;
        word-break: break-word; }
      .table--payments td .noactive {
        color: #95989c; }
      .table--payments td span {
        display: none; }
  .table--generate thead tr {
    border-bottom: 0; }
    .table--generate thead tr th {
      height: 3.4rem;
      color: #000000;
      font-size: 1.6rem; }
      .table--generate thead tr th:first-child {
        padding-left: 0; }
      .table--generate thead tr th:last-child {
        padding-right: 0; }
  .table--generate tbody tr {
    border-bottom: 0; }
    .table--generate tbody tr td {
      padding-right: 1rem; }
      .table--generate tbody tr td:first-child {
        padding-left: 0; }
      .table--generate tbody tr td:last-child {
        padding-right: 0; }

.table__events-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .table__events-actions .settings {
    margin-right: 2rem;
    display: block;
    line-height: 1; }
    .table__events-actions .settings img {
      display: block; }

.table_email {
  margin-left: 10px;
  color: #95989c;
  display: inline-block; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  width: 100%;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #a7a7a7;
    background-color: #FFFFFF; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #a7a7a7; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }
  .accordion--links .accordion__title:before {
    display: none; }
  .accordion--rounded {
    border-radius: 0.3em; }
  .accordion--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }

.accordion__item {
  border-bottom: 1px solid #F5F5F5; }
  .accordion__item:last-child {
    border-bottom: 0; }
  .accordion__item.active .accordion__title {
    color: #000000; }
    .accordion__item.active .accordion__title:before {
      background-image: url("/images/arrow_t.svg"); }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 600;
  position: relative; }
  .accordion__title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("/images/arrow_b.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 2.3rem; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    padding: 3rem 10rem 3rem 0;
    display: block;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding: 0 0 2.5rem;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  line-height: 1.4;
  color: #000000;
  max-width: 70rem; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }
  .accordion__content ul {
    margin-left: 1em;
    padding-left: 1em;
    list-style: disc;
    margin-bottom: 0; }
  .accordion__content ol {
    margin-bottom: 0;
    margin-left: 1em;
    padding-left: 1em; }

.footer {
  background-color: #FFFFFF;
  border-top: 1px solid #f5f5f5;
  padding-top: 9rem;
  padding-bottom: 4.5rem; }
  .footer .nav {
    height: auto;
    flex-direction: column; }
  .footer .nav__item {
    margin-bottom: 2rem; }
    .footer .nav__item:last-child {
      margin-bottom: 0; }
    .footer .nav__item a {
      min-height: auto;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1; }
  .footer .logo {
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    align-items: center; }
    .footer .logo img {
      height: 2.2rem;
      display: block;
      margin-right: .9rem; }

.footer__wrapper {
  display: flex;
  justify-content: space-between; }

.footer__block {
  width: 40%; }
  .footer__block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  .footer__block:last-child {
    width: 60%; }

.footer__title {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.5rem; }

.footer__text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  letter-spacing: -0.03em; }

.footer__nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.footer__nav-block {
  flex: 1; }

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

.download__item {
  display: block;
  margin: 0 1.5rem;
  border-radius: 0.4rem;
  transition: 0.3s; }
  .download__item:hover {
    background-color: #f5f5f5; }
  .download__item img {
    display: block;
    width: 100%; }

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

.social__item {
  display: block;
  width: 3rem;
  margin: 0 1.5rem; }
  .social__item:hover img {
    transform: scale(1.1); }
  .social__item img {
    display: block;
    width: 100%;
    will-change: transform;
    transform-origin: center;
    transition: 0.5s; }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  border-top: solid 1px #f5f5f5; }

.copyright {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000; }

.downloads a {
  display: inline-block; }

.downloads img {
  height: 5rem;
  display: block; }

.intro {
  position: relative;
  margin-bottom: 8rem;
  background-color: #FFFFFF;
  padding-top: 6rem; }
  .intro--scanning {
    background: #d9f6e8;
    padding: 7rem 3rem; }
    .intro--scanning .intro__wrapper {
      max-width: 85rem; }
    .intro--scanning .intro__title {
      font-size: 4rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 992px) {
        .intro--scanning .intro__title {
          font-size: 3rem; } }
  .intro--blog {
    margin-bottom: 0;
    padding-bottom: 15rem;
    background: #f6fffb; }
    .intro--blog .intro__wrapper {
      text-align: left;
      align-items: flex-start; }
    .intro--blog .intro__title {
      margin-bottom: 1.5rem; }
    .intro--blog .intro__text {
      font-weight: 400; }
  .intro--solutions {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    background: #f6fffb; }
    .intro--solutions .intro__wrapper {
      flex-direction: row;
      max-width: 100%;
      text-align: left; }
    .intro--solutions .intro__block {
      width: 50%; }
      .intro--solutions .intro__block:first-child {
        padding-right: 5rem;
        width: 45%; }
      .intro--solutions .intro__block:last-child {
        width: 55%;
        padding-left: 5rem; }
    .intro--solutions .intro__title {
      max-width: 50rem;
      margin-bottom: 1.5rem;
      font-size: 4rem; }
    .intro--solutions .intro__text {
      font-weight: 400; }
    .intro--solutions .intro__img img {
      width: 100%;
      height: 41rem;
      object-fit: contain; }
  .intro .btn {
    min-width: 15rem;
    height: 5.4rem; }

.intro__top {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.intro__cat {
  font-size: 2rem;
  font-weight: 700;
  color: #34d186;
  position: relative;
  padding-right: 2rem;
  margin-right: 2rem; }
  .intro__cat:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #0001211a; }

.intro__shape {
  position: absolute;
  left: 50%;
  bottom: 3rem; }
  .intro__shape.right {
    left: auto;
    right: 0; }

.intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 65rem;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2; }

.intro__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.3; }

.intro__link {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  color: #000000;
  transition: all .2s ease; }
  .intro__link:hover {
    color: #34d186; }

.intro__actions {
  display: flex;
  align-items: center; }
  .intro__actions .btn {
    margin-right: 2.5rem; }
  .intro__actions .download {
    margin-right: 2.5rem; }
    .intro__actions .download a {
      margin-right: 1rem;
      display: block; }
      .intro__actions .download a:last-child {
        margin-right: 0; }
    .intro__actions .download .downloads {
      display: flex; }

.intro__text {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.65; }

.intro__subtitle {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.12;
  color: #95989c;
  letter-spacing: inherit; }

.intro__img img {
  display: block;
  width: 100%; }

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

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

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

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

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

.cookie__edit {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: fixed;
  bottom: 0;
  left: 2rem;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .cookie__edit .btn {
    margin-bottom: 0; }

.cookie {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 53rem; }
  .cookie.closed {
    display: none; }

.cookie__title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500; }

.cookie__text {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.cookie__accordion-container {
  margin-bottom: 1rem;
  display: none; }

.cookie__accordion {
  margin-bottom: 1rem;
  background-color: rgba(239, 239, 239, 0.5); }
  .cookie__accordion:last-of-type {
    margin-bottom: 0; }

.cookie__accordion-head {
  display: flex;
  cursor: pointer;
  user-select: none;
  justify-content: space-between;
  padding: 1rem 4rem 1rem 1rem;
  position: relative; }
  .cookie__accordion-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    padding: .4rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000000;
    margin-top: -.2rem;
    transform: translateY(-50%) rotateZ(45deg); }
  .cookie__accordion-head.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(225deg); }

.cookie__accordion-title {
  font-weight: 500;
  font-size: 1.5rem; }

.cookie__accordion-setup {
  font-size: 1.5rem;
  color: #34d186; }

.cookie__accordion-content {
  padding: 1rem;
  font-size: 1.2rem; }

.cookie__actions {
  display: flex;
  gap: 1rem; }
  .cookie__actions .btn {
    padding: 0;
    flex: 1;
    font-size: 1.4rem; }

.cookie__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: block; }
  .cookie__close:before, .cookie__close:after {
    content: '';
    position: absolute;
    top: .4rem;
    width: 100%;
    height: .2rem;
    background-color: #000000;
    left: 0;
    transform: rotateZ(45deg); }
  .cookie__close:after {
    transform: rotateZ(-45deg); }

.blog {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 6rem 15px;
  position: relative; }
  .blog .btn {
    height: 4.4rem; }
  .blog--opened {
    padding-top: 0;
    margin-top: -7.5rem;
    max-width: 68rem; }
    .blog--opened .blog__img {
      aspect-ratio: auto;
      width: 100%;
      max-height: 450px;
      margin-bottom: 4rem; }
    .blog--opened .block__text {
      font-weight: 400; }
      .blog--opened .block__text h2 {
        font-weight: 700;
        font-size: 3.2rem; }
      .blog--opened .block__text h3 {
        font-size: 2.6rem; }
      .blog--opened .block__text h4 {
        font-size: 2rem; }
      .blog--opened .block__text a {
        color: #34d186;
        text-decoration: underline; }
        .blog--opened .block__text a:hover {
          text-decoration: none; }

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

.blog__block {
  width: calc(50% - 1rem);
  margin-bottom: 1.5rem; }

.blog__item {
  display: block; }
  .blog__item:hover {
    text-decoration: none; }

.blog__img {
  aspect-ratio: 21/13;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 1.6rem; }

.blog__date {
  padding: 1.2rem 0 .5rem; }

.blog__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2; }

.blog__content {
  padding: 0 1.6rem; }

.blog__text {
  padding: 1rem 0;
  font-size: 1.6rem; }

@media (max-width: 640px) {
  .blog__block {
    width: 100%; }
  .blog--opened .block__text h2 {
    font-size: 2.6rem; }
  .blog--opened .block__text h3 {
    font-size: 2.2rem; }
  .blog--opened .block__text h4 {
    font-size: 1.8rem; } }

.title-page {
  margin-bottom: 2rem; }
  .title-page .block__title {
    margin-bottom: 1rem; }
  .title-page .date {
    margin-bottom: 0; }

.text__page .block__text h1 {
  font-weight: 600;
  font-size: 3rem; }

.text__page .block__text h2 {
  font-weight: 600;
  font-size: 2.6rem; }

.text__page .block__text h3 {
  font-weight: 600;
  font-size: 2.4rem; }

.text__page .block__text h4 {
  font-weight: 600;
  font-size: 2.2rem; }

.block__title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #000000; }
  .block__title.center {
    text-align: center; }

.block__text {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.65;
  color: #000000; }
  .block__text.center {
    text-align: center; }
  .block__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .block__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.block__link {
  display: flex;
  align-items: center;
  gap: .9rem;
  font-weight: 600;
  color: #000000; }
  .block__link img {
    display: block; }

.services {
  margin-bottom: 12rem; }

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

.services__item {
  flex: 1;
  height: 69.5rem; }
  .services__item:first-child .services__text {
    background-color: #34d186; }
  .services__item:nth-child(2) .services__text {
    background-color: #93ecc1; }
  .services__item:nth-child(3) .services__text {
    background-color: #d0fae6; }
  .services__item:last-child .services__text {
    background-color: #e8fdf3; }

.services__item-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .services__item-wrapper:hover .services__img {
    transform: scale(1.1); }
  .services__item-wrapper:hover .services__video {
    opacity: 1; }
    .services__item-wrapper:hover .services__video + .services__img {
      opacity: 0; }

.services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57rem;
  overflow: hidden;
  z-index: 0; }

.services__video {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s; }
  .services__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .services__video + .services__img {
    opacity: 0.3s; }

.services__img {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-origin: center;
  transition: 0.7s; }
  .services__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.services__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1; }

.services__title {
  display: block;
  width: 100%;
  padding: 5rem 4rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.15;
  color: #000000; }

.services__text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  padding: 1rem 4rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #000000; }

.service__text-wrapper {
  max-width: 33rem; }

.plans {
  margin-bottom: 10rem; }
  .plans .block__title {
    margin-bottom: 5rem; }

.plans__wrapper {
  display: flex;
  flex-wrap: wrap; }
  .plans__wrapper .slick-list {
    min-width: 100%;
    margin: 0; }
  .plans__wrapper .slick-track {
    display: flex;
    min-width: 100%; }

.plans__item {
  flex: 1;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000; }
  .plans__item.active {
    background-color: #34d186;
    border: none;
    color: #FFFFFF; }
    .plans__item.active .plans__label {
      color: #FFFFFF; }
    .plans__item.active .btn {
      background-color: #FFFFFF;
      color: #34d186; }
    .plans__item.active .plans__list li:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2868 0.290564C10.6377 0.677801 10.6377 1.30373 10.2868 1.69115L4.45077 8.12962C4.27568 8.32278 4.04585 8.42 3.81602 8.42C3.58619 8.42 3.35636 8.32278 3.18128 8.12962L0.263367 4.91038C-0.0877889 4.52315 -0.0877889 3.89704 0.263367 3.5098C0.614358 3.12238 1.1817 3.12238 1.53285 3.5098L3.81602 6.02874L9.01727 0.290564C9.36826 -0.0968546 9.9356 -0.0968546 10.2868 0.290564Z' fill='white'/%3e%3c/svg%3e "); }
  .plans__item .btn {
    min-width: 18rem; }

.plans__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 7.5rem 3rem 8rem 8rem; }

.plans__label {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #95989c; }

.plans__name {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 3.2rem; }

.plans__price {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 4.8rem; }
  .plans__price sup {
    display: inline-block;
    transform: translateY(-5px);
    font-weight: 700;
    font-size: 2.4rem; }

.plans__list-title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.6rem; }

.plans__list {
  margin-bottom: 3.5rem; }
  .plans__list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1; }
    .plans__list li:last-child {
      margin-bottom: 0; }
    .plans__list li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 1.1rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.2868 0.290564C10.6377 0.677801 10.6377 1.30373 10.2868 1.69115L4.45077 8.12962C4.27568 8.32278 4.04585 8.42 3.81602 8.42C3.58619 8.42 3.35636 8.32278 3.18128 8.12962L0.263367 4.91038C-0.0877889 4.52315 -0.0877889 3.89704 0.263367 3.5098C0.614358 3.12238 1.1817 3.12238 1.53285 3.5098L3.81602 6.02874L9.01727 0.290564C9.36826 -0.0968546 9.9356 -0.0968546 10.2868 0.290564Z' fill='%2340D48D'/%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-position: left center; }

.how {
  position: relative;
  margin-bottom: 20rem; }
  .how .block__title {
    position: absolute;
    top: 7rem;
    left: calc(50% + 8rem);
    z-index: 1; }
  .how .slick-dots {
    position: absolute;
    bottom: 7rem;
    left: calc(50% + 8rem);
    z-index: 1; }

.how__item-wrapper {
  display: flex;
  background-color: #FFFFFF; }

.how__block {
  width: 50%; }
  .how__block:last-child {
    padding: 12rem 8rem; }
  .how__block .block__text {
    max-width: 45rem; }

.how__img {
  height: 50rem; }
  .how__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.how__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000000; }

.reviews {
  margin-bottom: 14rem; }
  .reviews .block__title {
    margin-bottom: 6rem; }

.reviews__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.reviews__carousel {
  width: 100%;
  margin-bottom: 4.5rem; }
  .reviews__carousel:hover .slick-prev,
  .reviews__carousel:hover .slick-next {
    transform: translateX(0);
    opacity: 1; }

.reviews__item {
  display: flex;
  flex-direction: column;
  max-width: 28rem;
  margin: 0 auto;
  align-items: center;
  letter-spacing: -0.05em;
  text-align: center; }
  .reviews__item:hover .reviews__img img {
    transform: scale(1.1); }

.reviews__img {
  width: 11.4rem;
  height: 11.4rem;
  margin-bottom: 3rem;
  border-radius: 50%;
  overflow: hidden; }
  .reviews__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transform-origin: center;
    transition: 0.5s; }

.reviews__name {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1; }

.reviews__position {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #747474; }

.subscribe {
  background-color: #34d186; }
  .subscribe .block__title {
    font-size: 3.8rem;
    color: #FFFFFF; }
  .subscribe .form {
    margin: 0 auto; }

.subscribe__wrapper {
  padding: 9rem 0 10rem; }

.sign-in {
  min-height: calc(100vh - 16rem);
  padding: 8rem 0; }

.sign-in__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32rem;
  max-width: 100%;
  margin: 0 auto; }

.sign-in__header {
  margin-bottom: 5.5rem; }

.sign-in__title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000; }
  .sign-in__title.center {
    text-align: center; }

.sign-in__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000000; }
  .sign-in__text.center {
    text-align: center; }
  .sign-in__text a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #34d186;
    transition: 0.3s; }
    .sign-in__text a:hover {
      text-decoration-color: #34d186; }

.sign-in__block {
  width: 100%;
  margin-bottom: 4rem; }
  .sign-in__block:last-child {
    margin-bottom: 0; }
  .sign-in__block .form .form__group {
    flex-direction: column;
    margin-bottom: 2rem; }
  .sign-in__block .form .input {
    height: 5.4rem;
    border-bottom: 1px solid #e6eaef;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #000000; }
    .sign-in__block .form .input::placeholder {
      font-weight: 500;
      font-size: 1.6rem;
      color: #95989c; }
  .sign-in__block .form .textarea {
    height: 13rem;
    border-bottom: 1px solid #e6eaef;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #000000; }
    .sign-in__block .form .textarea::placeholder {
      font-weight: 500;
      font-size: 1.6rem;
      color: #95989c; }
  .sign-in__block .form .form__link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: right;
    letter-spacing: -0.05em;
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #34d186;
    transition: 0.3s; }
    .sign-in__block .form .form__link:hover {
      text-decoration-color: #34d186; }
    .sign-in__block .form .form__link + .input {
      padding-right: 6rem; }
  .sign-in__block .form .btn {
    display: flex;
    min-width: 13.5rem;
    margin: 4rem auto 0; }

.sign-in__social .btn {
  width: 100%;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.05em; }
  .sign-in__social .btn:last-child {
    margin-bottom: 0; }

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

.help__block-wrapper {
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 63%; }
  .help__block-wrapper .sign-in__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem; }

.help__block {
  width: 50%;
  height: 28rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 7.5rem 8rem 0;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5; }
  .help__block:nth-child(2n) {
    border-right: 0; }
  .help__block .title {
    text-decoration: none;
    color: #000000;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -.03em;
    display: block;
    margin-bottom: 1rem; }
  .help__block .text {
    font-size: 1.8rem; }

.help__info {
  width: 37%;
  padding: 8rem;
  background-color: #40d48d; }
  .help__info img {
    mix-blend-mode: multiply;
    display: block;
    margin: 0 auto 3rem; }

.help__title {
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.03em; }

.help__text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  letter-spacing: -.03em;
  color: #FFFFFF; }

.help__actions {
  display: flex; }
  .help__actions .btn {
    margin-right: .2rem; }
    .help__actions .btn--main {
      border: 0;
      box-shadow: none;
      background-color: #40d48d; }
      .help__actions .btn--main:hover {
        background-color: #FFFFFF; }

.api__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 5.5rem 0 0;
  border-top: 1px solid #e6eaef; }
  .api__wrapper:first-child {
    padding-top: 0;
    border-top: 0; }
  .api__wrapper.soon .solution__title {
    color: #666666; }
  .api__wrapper.soon .solution__text {
    color: #666666; }

.api__block {
  width: 50%; }
  .api__block:first-child {
    padding-right: 5rem; }
  .api__block:last-child .solution__title {
    font-size: 2.2rem; }

.api__item {
  margin-bottom: 4.5rem; }

.solution__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #000000;
  max-width: 50rem; }

.solution__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: -0.03em;
  color: #000000; }

.news__content .block__text {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5; }
  .news__content .block__text h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 2rem 0; }
  .news__content .block__text h3 {
    font-size: 2rem; }
  .news__content .block__text a {
    color: #34d186; }
    .news__content .block__text a:hover {
      text-decoration: underline; }

.soon-label {
  display: inline-block;
  padding: .4rem 1.2rem;
  border-radius: .6rem;
  background-color: #666666;
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 1rem; }

.scanning__wrapper {
  display: flex;
  margin: 0 0 8rem;
  align-items: center; }
  .scanning__wrapper.even:nth-child(2n) {
    flex-direction: row-reverse; }
    .scanning__wrapper.even:nth-child(2n) .scanning__block:first-child {
      padding-right: 0;
      padding-left: 5rem; }
    .scanning__wrapper.even:nth-child(2n) .scanning__block:last-child {
      padding-left: 0;
      padding-right: 5rem; }
  .scanning__wrapper.odd:nth-child(odd) {
    flex-direction: row-reverse; }
    .scanning__wrapper.odd:nth-child(odd) .scanning__block:first-child {
      padding-right: 0;
      padding-left: 5rem; }
    .scanning__wrapper.odd:nth-child(odd) .scanning__block:last-child {
      padding-left: 0;
      padding-right: 5rem; }
  .scanning__wrapper:last-child {
    margin-bottom: 0; }

.scanning__block {
  width: 50%; }
  .scanning__block:first-child {
    padding-right: 5rem; }
  .scanning__block:last-child {
    padding-left: 5rem; }

.scanning__img {
  width: 100%;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  box-shadow: -0.3rem -0.4rem 1.5rem rgba(0, 0, 0, 0.1); }

.steps__container {
  padding: 8rem 0 2rem;
  background-color: #F6FFFB; }

.ticket__scanning .solution__title {
  margin-bottom: 2.5rem; }

.ticket__scanning--main {
  background-color: #f6fffb;
  padding: 9.5rem 0; }
  .ticket__scanning--main .block__title {
    margin-bottom: 1rem; }
  .ticket__scanning--main .block__text {
    font-size: 1.8rem;
    font-weight: 400;
    max-width: 62.5rem;
    margin: 0 auto 7rem; }
  .ticket__scanning--main .block__link {
    margin-top: 2rem; }

.ticket__scanning--bg .scanning__wrapper {
  position: relative;
  padding: 6.5rem 0;
  margin-bottom: 0; }
  .ticket__scanning--bg .scanning__wrapper:first-child {
    padding-top: 0; }
  .ticket__scanning--bg .scanning__wrapper:nth-child(2n):after {
    top: 0;
    left: -30vw;
    width: 130vw;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #F6FFFB;
    z-index: -1; }

.ticket__scanning .scanning__wrapper:nth-child(2n) {
  flex-direction: row-reverse; }
  .ticket__scanning .scanning__wrapper:nth-child(2n) .scanning__block:last-child {
    padding-right: 5rem;
    padding-left: 0; }
  .ticket__scanning .scanning__wrapper:nth-child(2n) .scanning__block:first-child {
    padding-left: 5rem;
    padding-right: 0; }

.ticket__scanning .block__link {
  margin-top: 1.5rem; }

.datepicker__block {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: .4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: flex; }
  .datepicker__block.opened {
    opacity: 1;
    visibility: visible; }

.timepicker__block {
  margin-left: 1rem;
  border: 1px solid #d7d7d7;
  border-radius: .4rem; }

.timepicker__head {
  display: flex; }

.timepicker__title {
  font-size: 1.2rem;
  text-align: center;
  padding: .5rem 1rem; }

.timepicker__wrapper {
  display: flex; }

.timepicker__cell {
  width: 8rem;
  max-height: 20rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column; }

.timepicker__item {
  font-size: 1.2rem;
  padding: .5rem 1rem;
  text-align: center;
  display: block; }

.generate__tickets .remodal__title {
  margin-bottom: 1rem; }

.generate__tickets .remodal__text {
  margin-bottom: 5rem;
  letter-spacing: -0.48px;
  font-size: 1.6rem;
  font-weight: 500; }
  .generate__tickets .remodal__text a {
    text-decoration: underline;
    color: #34d186; }
    .generate__tickets .remodal__text a:hover {
      text-decoration: none; }

.generate__nav {
  margin-bottom: 6rem;
  padding: .5rem;
  display: flex;
  border-radius: 14px;
  background: #f5f6f8; }

.generate__link {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  border-radius: 1rem;
  color: #95989c; }
  .generate__link img {
    display: none; }
  .generate__link.active {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    color: #000000; }
  .generate__link.completed {
    color: #34d186; }
    .generate__link.completed span {
      display: none; }
    .generate__link.completed img {
      display: block;
      margin-right: .4rem; }

.generate__form .form {
  max-width: 39rem; }

.form--generate .input {
  height: 5rem;
  padding-top: .2rem; }
  .form--generate .input::placeholder {
    font-size: 1.6rem;
    color: #8f8f8f;
    font-weight: 400; }

.generate__text {
  max-width: 34rem;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 1.8;
  font-size: 1.6rem; }
  .generate__text span {
    margin-bottom: 1rem;
    display: block;
    color: #34d186;
    font-size: 2.9rem;
    line-height: 1; }

.generate__wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
  position: relative; }
  .generate__wrapper:after {
    content: '';
    position: absolute;
    top: 5rem;
    bottom: 0;
    left: 50%;
    width: .1rem;
    background-color: #95989c; }
  .generate__wrapper.step-four {
    align-items: flex-start; }
    .generate__wrapper.step-four:after {
      display: none; }
    .generate__wrapper.step-four .generate__img-wrapper {
      padding: 3rem; }
    .generate__wrapper.step-four .generate__block {
      width: 30%;
      padding-top: 2rem; }
      .generate__wrapper.step-four .generate__block .btn {
        min-width: 30rem; }
      .generate__wrapper.step-four .generate__block.with-img {
        width: 70%;
        padding-top: 0; }

.generate__block {
  width: 50%; }

.generate__block {
  width: 50%; }

.generate__radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .generate__radio-wrapper .form__group {
    padding: 0 1rem;
    width: 25%; }
  .generate__radio-wrapper .radio__input {
    opacity: 0;
    position: absolute; }
    .generate__radio-wrapper .radio__input:checked + .generate__label {
      border-color: #34d186; }

.generate__label {
  display: flex;
  border-radius: 1.4rem;
  background: #f5f6f8;
  border: 2px dashed transparent;
  height: 20.8rem;
  overflow: hidden;
  justify-content: center;
  padding: 6rem 4rem 0;
  cursor: pointer;
  position: relative; }

.generate__img-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: block; }
  .generate__img-wrapper img {
    width: 100%;
    display: block; }

.generate__magnify {
  position: absolute;
  top: 2rem;
  right: 2rem; }

.generate__actions {
  margin-top: 5rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: flex-end; }
  .generate__actions .btn {
    min-width: 27rem;
    margin-right: 2rem; }
    .generate__actions .btn:last-child {
      margin-right: 0; }

.generate__img-block {
  border-radius: 1.4rem;
  background: #f5f6f8;
  display: flex;
  height: 58rem;
  overflow: hidden;
  padding: 8rem 11rem 0; }

.generate__img {
  margin-right: 7rem; }

.finish__tickets {
  max-width: 1390px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.finish__wrapper {
  display: flex;
  margin: 0 -6rem 8rem;
  position: relative; }
  .finish__wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -2rem;
    bottom: -2rem;
    width: 1px;
    background-color: #f5f5f5; }

.finish__block {
  padding: 0 6rem;
  width: 50%; }
  .finish__block .remodal__text {
    margin-bottom: 2rem; }

.finish__item {
  display: flex; }

.activities {
  margin-bottom: 12rem; }

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

.activities__container {
  width: 38%;
  padding: 0 1rem; }
  .activities__container:last-child {
    width: 62%; }
  .activities__container .block__title {
    margin-bottom: 2rem; }
  .activities__container .block__text {
    margin-bottom: 2rem;
    max-width: 37.7rem;
    font-weight: 400; }

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

.activities__block {
  padding: 0 2rem;
  margin-bottom: 2rem;
  width: 50%;
  display: flex;
  align-items: center; }
  .activities__block:hover {
    text-decoration: none; }
    .activities__block:hover .title {
      color: #34d186; }
    .activities__block:hover .text {
      color: #000000; }
  .activities__block img {
    margin-right: 2.4rem;
    width: 11.4rem;
    height: 12.5rem;
    object-fit: cover;
    border-radius: 1rem;
    display: block; }
  .activities__block .title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: all .2s ease; }
  .activities__block .text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #95989c;
    transition: all .2s ease; }

.activity {
  margin-bottom: 12rem; }
  .activity .block__title {
    margin-bottom: 6rem; }

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

.activity__block {
  width: 25%; }

.activity__item {
  max-height: 56.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .activity__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000000;
    transition: opacity .2s ease; }
  .activity__item:hover:after {
    opacity: .3; }
  .activity__item:hover .activity__content .btn {
    opacity: 1; }
  .activity__item:hover .activity__bg {
    transform: scale(1.1); }
  .activity__item:hover .activity__title {
    transform: translateY(-4.4rem); }
  .activity__item .btn {
    position: relative;
    z-index: 2; }
    .activity__item .btn:hover {
      background-color: #34d186;
      color: #FFFFFF; }

.activity__bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 0.7s; }

.activity__content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 3rem;
  left: 4rem;
  right: 4rem; }
  .activity__content .btn {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s ease; }

.activity__title {
  margin-bottom: 2rem;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  z-index: 2;
  text-align: center;
  line-height: 1.15;
  transition: all .2s ease; }

.work .block__title {
  margin-bottom: .5rem;
  text-align: center; }

.work .block__text {
  margin-bottom: 4.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400; }

.work--bg {
  padding: 6.5rem;
  background-color: #F6FFFB; }
  .work--bg .work__block:after {
    top: 11rem;
    right: -2rem;
    background: url("/images/how_arrow.svg") no-repeat;
    width: 6.3rem;
    height: 3.7rem; }
  .work--bg .btn {
    min-width: 12rem;
    height: 6rem; }
  .work--bg .work__title {
    letter-spacing: 0; }

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

.work__block {
  width: 33.333%;
  padding: 0 2rem;
  position: relative; }
  .work__block:after {
    content: '';
    position: absolute;
    top: 11rem;
    right: -2rem;
    background: url("/src/assets/images/arrow_r.svg") no-repeat;
    width: 4.4rem;
    height: 4.6rem;
    background-size: contain; }
  .work__block:last-child:after {
    display: none; }

.work__item {
  text-align: center;
  max-width: 35rem;
  margin: 0 auto; }
  .work__item img {
    display: block;
    margin: 0 auto 3rem;
    height: 24.4rem; }

.work__title {
  margin-bottom: .3rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -.05em; }

.work__text {
  font-size: 1.8rem; }

.start {
  padding-top: 10rem;
  margin-bottom: 10rem; }
  .start .block__title {
    margin-bottom: 8rem; }
  .start .btn {
    height: 5.4rem;
    min-width: 15rem; }

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

.start__block {
  width: 25%;
  padding: 0 1.25rem;
  position: relative; }
  .start__block:after {
    content: '';
    position: absolute;
    top: 4rem;
    left: calc(100% - 6rem);
    height: 4rem;
    width: 13.4rem;
    background-image: url("/images/arrow_r.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  .start__block:nth-child(2n):after {
    top: 8rem;
    background-image: url("/images/arrow_rt.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  .start__block:last-child:after {
    display: none; }

.start__item {
  padding: 0 2rem 3.5rem;
  text-align: center; }

.start__img {
  width: 8.4rem;
  height: 8.4rem;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.2rem;
  background-color: #34d186; }

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

.use {
  padding: 5rem 0 7rem;
  border-bottom: 1px solid #f5f5f5; }
  .use .block__title {
    margin-bottom: 1rem;
    text-align: center; }
  .use .block__text {
    max-width: 59rem;
    width: 100%;
    margin: 0 auto 5.4rem;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center; }

.use__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.9rem; }

.use__block {
  width: 33.33%;
  padding: 0 .9rem;
  margin-bottom: 2.8rem;
  display: flex; }

.use__img {
  height: 12.5rem;
  width: 11.4rem;
  flex-shrink: 0;
  margin-right: 2.4rem;
  border-radius: 1rem;
  overflow: hidden; }
  .use__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.use__title {
  padding-top: 1.5rem;
  margin-bottom: .8rem;
  font-weight: 700;
  letter-spacing: -0.03em; }

.use__text {
  font-size: 1.5rem;
  letter-spacing: -.05em;
  font-family: "Inter", sans-serif; }

.faq {
  padding: 7rem 0 3rem; }

.questions {
  padding: 7.5rem 0;
  text-align: center;
  background-color: #F6FFFB; }
  .questions .block__text {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
    font-weight: 400; }
  .questions .btn {
    padding: 0 3rem;
    height: 6rem; }

.roadmap {
  font-family: 'Inter', sans-serif; }

.roadmap__wrapper {
  max-width: 1390px;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto; }

.roadmap__main-title {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700; }

.roadmap__block {
  position: relative;
  padding-bottom: 5rem; }
  .roadmap__block:first-child {
    padding-bottom: 13rem; }
  .roadmap__block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: .4rem;
    background-color: #34d186;
    z-index: -2; }
  .roadmap__block.flex-end .roadmap__content {
    justify-content: flex-end; }
  .roadmap__block.with-img .roadmap__img-wrapper {
    margin-top: 5rem; }
  .roadmap__block:last-child:after {
    height: 40%; }

.roadmap__content {
  display: flex;
  position: relative; }

.roadmap__item {
  width: 45%; }

.roadmap__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.03em; }

.roadmap__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: -.03em; }

.roadmap__add {
  margin-top: 6rem; }

.roadmap__count {
  width: 6.4rem;
  height: 6.4rem;
  background: #34d186;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -.03em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.roadmap__steps {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.roadmap__step {
  margin-bottom: 2.5rem;
  max-width: 46.8rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 2.2rem 4rem;
  height: 15.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: -0.03em; }
  .roadmap__step:last-child {
    margin-bottom: 0; }
  .roadmap__step .title {
    font-size: 3rem;
    font-weight: 700; }
  .roadmap__step .text {
    font-size: 1.8rem;
    line-height: 1.2; }

.roadmap__img-wrapper {
  margin-top: 3rem;
  position: relative; }

.roadmap__img {
  height: 59rem;
  border-radius: 2rem;
  margin: 0 auto;
  display: block; }

.roadmap__data {
  position: absolute;
  top: calc(50% + 2rem);
  transform: translateY(-50%);
  left: calc(50% - 10rem); }

.roadmap__actions {
  margin-top: 4rem;
  display: flex; }
  .roadmap__actions a {
    margin-right: 3rem; }
    .roadmap__actions a:last-child {
      margin-right: 0; }

.roadmap__register {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 68rem;
  margin: 10rem auto 10rem;
  text-align: center; }
  .roadmap__register .title {
    margin-bottom: 2.6rem;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -.03em; }

@media (max-width: 1390px) {
  .roadmap__data {
    left: auto;
    right: 0;
    max-width: 100%; } }

@media (max-width: 992px) {
  .roadmap__block:after {
    left: 2.5rem;
    transform: translateX(0); }
  .roadmap__block.flex-end .roadmap__content {
    justify-content: flex-start; }
  .roadmap__block:last-child:after {
    display: none; }
  .roadmap__content {
    padding-left: 6rem; }
  .roadmap__item {
    width: 100%; }
  .roadmap__count {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 3rem;
    left: 0;
    transform: translateX(0); }
  .roadmap__img {
    max-height: 59rem;
    height: auto;
    max-width: 100%; }
  .roadmap__steps {
    position: static;
    transform: translateY(0);
    margin-bottom: 3rem; } }

@media (max-width: 768px) {
  .roadmap__title {
    font-size: 3rem; }
  .roadmap__step {
    height: auto; }
    .roadmap__step .title {
      font-size: 2rem; }
    .roadmap__step .text {
      font-size: 1.6rem; }
  .roadmap__add {
    max-width: 100%; }
  .roadmap__register .title {
    font-size: 3rem; } }

@media (max-width: 640px) {
  .roadmap__actions {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 440px) {
  .roadmap__title {
    font-size: 2.5rem; } }

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

.bg-gray {
  background-color: #747474; }

.bg-dark-blue {
  background-color: #1437CC; }

.bg-red {
  background-color: #C52626; }

.bg-rblack {
  background-color: #000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-pink {
  background-color: #EBDDDD; }

.bg-deep-pink {
  background-color: #DCC9C3; }

.bg-purple {
  background-color: #A08CA7; }

.bg-deep-purple {
  background-color: #673ab7; }

.bg-dark-pink {
  background-color: #BC9999; }

.bg-blue {
  background-color: #315ED2; }

.bg-cyan {
  background-color: #60A2AB; }

.bg-green {
  background-color: #34d186; }

.bg-yellow {
  background-color: #F0B83B; }

.bg-main {
  background-color: #34d186; }

.bg-moicvet {
  background-color: #000; }

.bg-secondary {
  background-color: #000; }

.bg-brown {
  background-color: #94816C; }

.bg-black {
  background-color: #000000; }

.bg-gray {
  background-color: #747474; }

.bg-peach {
  background-color: #916868; }

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

.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: #C52626;
  display: block;
  color: #FFFFFF; }

.alert.visible-success {
  background-color: #34d186;
  display: block;
  color: #FFFFFF; }

.alert.success {
  background-color: #34d186;
  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: #e49658; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #E18842;
    border-color: #E18842;
    color: #FFFFFF; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #de7a2c; }

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

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

.formh {
  display: none; }

body.inside .plans {
  margin-bottom: 0; }

@media (max-width: 1620px) {
  html {
    font-size: 9px; }
  .services__item {
    height: 60.5rem; }
  .services__bg {
    height: 48rem; }
  .services__title {
    font-size: 2rem; } }

@media (max-width: 1366px) {
  .layout__header {
    height: 10rem;
    padding: 0 5rem; }
  .cabinet__title {
    font-size: 2.4rem; }
  .form--cabinet .label {
    top: 2.5rem;
    left: 5rem;
    max-width: calc(100% - 10rem); }
  .form--cabinet .input {
    height: 11rem;
    padding: 6rem 5rem 3rem; }
  .form--cabinet .btn {
    height: 11rem; }
  .table td:first-child {
    padding-left: 5rem; }
  .table td:last-child {
    padding-right: 5rem; }
  .admin__row {
    height: 11rem;
    padding: 0 5rem; }
  .checkbox--toggle .checkbox__label-wrapper {
    right: 5rem; }
  .form__control {
    right: 5rem; }
  .layout__main .form--cabinet .btn {
    height: 4.4rem; }
  .layout__main .form--fixed .btn {
    height: 11rem; }
  .layout__main .plans__item-wrapper {
    height: calc(100vh - 10rem);
    padding-bottom: 5rem; }
  .language__row {
    height: 11rem;
    padding: 0 5rem; }
  .radio--toggle .radio__label-wrapper {
    right: 5rem; }
  .plans__item-wrapper {
    padding: 5rem 3rem 5rem 5rem; }
  .plans__price {
    font-size: 4.4rem; }
  .layout__main .plans__item-wrapper {
    height: 100%;
    min-height: calc(100vh - 16rem); }
  .plans__wrapper .slick-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6rem;
    border-top: solid 1px #f5f6f8; }
  body.main .plans__wrapper .slick-dots {
    border-top: none; }
  .services {
    margin-bottom: 8rem; }
  .plans {
    margin-bottom: 8rem; }
  .how {
    margin-bottom: 8rem; }
  .reviews {
    margin-bottom: 8rem; }
  .subscription__data-wrapper {
    flex-direction: column; }
    .subscription__data-wrapper .subscription__data-block {
      width: 100%; } }

@media (max-width: 1400px) {
  .menu {
    position: fixed;
    top: 6.1rem;
    right: 0;
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    padding: 0 0 3rem;
    background-color: #FFFFFF;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001;
    overflow-y: auto; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      overflow-y: auto; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      width: 100%;
      margin-right: 0;
      display: block; }
      .menu .nav__item a {
        height: 6rem;
        padding: 0 3rem; }
      .menu .nav__item.active a {
        background-color: #34d186;
        color: #FFFFFF; }
      .menu .nav__item:hover a {
        background-color: #34d186;
        color: #FFFFFF; }
      .menu .nav__item.logout:hover a {
        background-color: #C52626; }
    .menu .header__actions {
      padding: 3rem 3rem 0;
      border-top: solid 1px #f5f5f5; }
    .menu .lng {
      padding: 3rem;
      border-top: solid 1px #f5f5f5; }
      .menu .lng:hover .lng__wrapper {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible; }
    .menu .lng__wrapper {
      position: relative;
      top: 0;
      left: 0;
      padding-top: 0;
      transform: translate(0, 0);
      display: flex;
      align-items: center;
      opacity: 1;
      visibility: visible; }
    .menu .lng__list {
      box-shadow: none;
      padding: 0; }
    .menu .lng__link {
      margin-right: 3rem; }
      .menu .lng__link.active {
        color: #34d186; }
      .menu .lng__link:hover {
        color: #34d186; }
  .cab__header-close {
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    width: 2.1rem;
    height: 2.1rem;
    z-index: 4;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none; }
    .cab__header-close:before, .cab__header-close:after {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      display: block;
      width: 100%;
      height: 0.2rem;
      background-color: #000000;
      transition: 0.3s; }
    .cab__header-close:before {
      transform: rotate(-45deg); }
    .cab__header-close:after {
      transform: rotate(45deg); }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 14px; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      background-color: #000000;
      transition: 0.3s; }
    .menu__btn:after {
      width: 20px;
      transform: translateX(8px); }
    .menu__btn.active:after {
      transform: translateX(0); } }

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

@media (max-width: 1200px) {
  .finish__wrapper {
    flex-direction: column; }
    .finish__wrapper:after {
      display: none; }
  .header__action:last-child {
    margin-right: 3rem; }
  .finish__block {
    margin-bottom: 2rem;
    width: 100%; }
    .finish__block:last-child {
      margin-bottom: 0; } }

@media (max-width: 1100px) {
  .page__wrapper {
    padding-top: 11rem; }
  .hide-mobile {
    display: none; }
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .header {
    margin-bottom: 3rem; }
  .header__wrapper {
    height: 6rem;
    padding-top: 0; }
  .header__block {
    width: auto; }
  .sign-in {
    min-height: auto;
    padding: 5rem 0; }
  .footer__wrapper {
    padding-top: 5rem; }
  .logo img {
    height: 3.4rem; }
  .btn {
    height: 4.4rem; }
  .form--fixed {
    margin-bottom: 11rem; }
    .form--fixed .btn {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
  .form--subscribe .btn {
    height: 5.4rem; }
  .layout__main {
    flex: inherit;
    width: 100%;
    height: auto;
    overflow-y: inherit; }
  .layout__header {
    height: auto;
    padding: 0 3rem; }
    .layout__header .btn {
      width: 100%;
      height: 4.4rem; }
      .layout__header .btn:hover {
        text-decoration: none;
        background-color: #2cc079;
        color: #FFFFFF; }
  .layout__header-action {
    flex: 1;
    margin-right: 0.1rem; }
    .layout__header-action:last-child {
      margin-right: 0; }
  .layout__header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.4rem;
    background-color: #34d186;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF; }
    .layout__header-link:hover {
      text-decoration: none;
      background-color: #2cc079; }
  .cabinet__title {
    height: 7.5rem; }
    .cabinet__title a {
      width: 2rem;
      height: 2rem;
      margin-right: 1.4rem;
      background-position: center left;
      background-size: auto; }
  .form--cabinet .label {
    top: 2.5rem;
    left: 3rem; }
  .form--cabinet .input {
    padding: 6rem 3rem 3rem; }
  .form__control {
    right: 3rem; }
  .events-empty {
    min-height: calc(100vh - 16.5rem);
    padding: 5rem 0 15.5rem; }
    .events-empty .btn {
      min-width: 11.2rem;
      padding: 0 1rem; }
  .events-empty__img {
    width: 9rem;
    margin-bottom: 3.5rem; }
  .table td:first-child {
    padding-left: 3rem; }
  .table td:last-child {
    padding-right: 3rem; }
  .admin__row {
    padding: 0 3rem; }
  .admin__block:first-child {
    padding-right: 8.4rem; }
  .checkbox--toggle .checkbox__label-wrapper {
    right: 3rem; }
  .language__row {
    padding: 0 3rem; }
  .radio--toggle .radio__label-wrapper {
    right: 3rem; }
  .layout__main .plans__item-wrapper {
    min-height: calc(100vh - 16.6rem);
    padding-bottom: 3rem; }
  .plans__item-wrapper {
    padding: 3rem; }
  .services__title {
    padding: 3rem; }
  .services__text {
    padding-left: 3rem;
    padding-right: 3rem; }
  .slick-prev {
    left: -3rem; }
  .slick-next {
    right: -3rem; }
  .help__block {
    padding: 3rem; }
  .help__info {
    padding: 3rem; }
  .menu .nav__submenu-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .menu .nav__submenu-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none; }
    .menu .nav__submenu-wrapper a {
      height: auto; }
  .menu .nav__submenu-item {
    margin-bottom: 2rem; }
    .menu .nav__submenu-item:last-child {
      margin-bottom: 0; }
  .menu .nav__item:hover .nav__submenu-wrapper {
    display: block; } }

@media (max-width: 1100px) {
  .services__item {
    height: 51.5rem; }
  .services__bg {
    height: 39rem; } }

@media (min-width: 992px) {
  body:not(.cabinet) .menu__btn,
  body:not(.cabinet) .menu {
    display: none; } }

@media (max-width: 992px) {
  html {
    font-size: 10px; }
  .app__header .layout__header {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
  .work__wrapper {
    flex-direction: column; }
  .work--bg .work__block:after {
    top: auto; }
  .work__block {
    width: 100%;
    margin-bottom: 8rem; }
    .work__block:last-child {
      margin-bottom: 0; }
    .work__block:after {
      transform: rotateZ(90deg) translateX(-50%);
      top: auto;
      bottom: -9rem;
      right: auto;
      left: 50%; }
  .promo {
    min-height: auto; }
  .promo__container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%; }
  .promo__head {
    order: 1; }
  .promo__img {
    position: static;
    order: 2;
    justify-content: center; }
    .promo__img img {
      max-width: 100%; }
    .promo__img:after {
      width: 20rem;
      transform: rotate(60deg);
      height: 170%; }
  .promo__block {
    order: 3; }
  .services__item {
    flex: 0 0 50%; }
  .scanning__wrapper {
    flex-direction: column-reverse;
    margin-bottom: 4rem; }
    .scanning__wrapper .scanning__block:first-child {
      margin-bottom: 0; }
    .scanning__wrapper .scanning__block:first-child {
      padding-right: 0;
      padding-left: 0; }
    .scanning__wrapper .scanning__block:last-child {
      padding-right: 0;
      padding-left: 0; }
    .scanning__wrapper:nth-child(2n) {
      flex-direction: column-reverse; }
      .scanning__wrapper:nth-child(2n) .scanning__block:first-child {
        padding-right: 0;
        padding-left: 0; }
      .scanning__wrapper:nth-child(2n) .scanning__block:last-child {
        padding-right: 0;
        padding-left: 0; }
  .scanning__block {
    width: 100%;
    margin-bottom: 2rem; }
  .scanning__img {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    margin-bottom: 2rem; }
  .layout__header {
    width: 100%; }
  .layout__main .plans__item-wrapper {
    min-height: calc(100vh - 22.6rem); }
  .intro--solutions .intro__wrapper {
    flex-direction: column-reverse;
    text-align: center; }
  .intro--solutions .intro__block {
    width: 100%; }
    .intro--solutions .intro__block:first-child {
      width: 100%;
      padding-right: 0; }
    .intro--solutions .intro__block:last-child {
      width: 100%;
      padding-left: 0;
      padding-bottom: 5rem; }
  .intro--solutions .intro__title {
    font-size: 3rem;
    margin-left: auto;
    margin-right: auto; }
  .intro--solutions .intro__img img {
    width: 100%;
    height: 25rem; }
  .intro__title {
    font-size: 4.6rem; }
  .block__title {
    font-size: 3.6rem; }
  .plans .block__title {
    margin-bottom: 3rem; }
  .how .block__title {
    top: 5rem;
    left: calc(50% + 5rem); }
  .how .slick-dots {
    bottom: 5rem;
    left: calc(50% + 5rem); }
  .how__block:last-child {
    padding: 10rem 5rem; }
  .how__title {
    font-size: 2.4rem; }
  .subscription__wrapper {
    flex-direction: column; }
  .subscription__plans-wrapper {
    flex-direction: column; }
  .subscription__plans-block {
    width: 100%; }
  .subscription__plans-info {
    width: 100%; }
  .subscription__block {
    width: 100%; }
    .subscription__block.plan {
      width: 100%; }
      .subscription__block.plan .subscription__item {
        padding-bottom: 9rem; }
  .subscription__item {
    padding: 3rem;
    min-height: auto; }
  .layout__header {
    position: static; }
  .subscription__price {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
    .subscription__price .price {
      margin-bottom: 0; }
    .subscription__price .btn {
      margin-bottom: 0; }
  .subscription__data-wrapper .subscription__data-block:last-child {
    display: none; }
  .subscription__footer {
    left: 3rem;
    right: 3rem; }
    .subscription__footer .btn {
      padding: 0 1.5rem; }
  .subscribe__expire {
    margin-bottom: 4rem; }
  .subscription__plans-wrapper {
    display: block; }
    .subscription__plans-wrapper .subscription__item {
      min-height: calc(100vh - 9rem); }
    .subscription__plans-wrapper .slick-list {
      margin: 0; }
    .subscription__plans-wrapper .slick-slide {
      padding: 0; }
    .subscription__plans-wrapper .slick-dots {
      border-top: 1px solid #f5f6f8;
      background-color: #ffffff;
      height: 6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      z-index: 2;
      bottom: 0;
      left: 0; }
  .subscription__plans-info {
    min-height: unset;
    padding: 0; }
  .subscription__plans-item {
    padding: 3rem 3rem 14rem;
    min-height: calc(100vh - 9rem); }
  .layout__main {
    padding-top: 0; }
  .help__wrapper {
    flex-direction: column; }
  .help__block-wrapper {
    width: 100%; }
  .help__info {
    padding: 3rem;
    width: 100%; }
  .container {
    padding: 0 15px; }
  .solution__title {
    font-size: 2.4rem; }
  .solution__text {
    font-size: 1.6rem; }
  .promo__scan {
    display: none; }
  .promo__stores {
    flex-direction: row; }
    .promo__stores a {
      margin-right: 2rem; }
      .promo__stores a img {
        height: 4.2rem; }
      .promo__stores a:last-child {
        margin-right: 0; }
  .promo__scan-wrapper {
    margin-bottom: 4rem; }
  .promo__scan-title {
    margin-bottom: 2rem; }
  .promo__head .cabinet__title {
    height: auto; }
  .generate__wrapper {
    flex-direction: column; }
    .generate__wrapper:after {
      display: none; }
  .generate__block {
    width: 100%;
    margin-bottom: 2rem; }
    .generate__block:last-child {
      margin-bottom: 0; }
  .generate__form {
    max-width: 100%; }
  .generate__text {
    max-width: 100%; }
  .generate__wrapper.step-four .generate__block {
    width: 100%; }
    .generate__wrapper.step-four .generate__block.with-img {
      width: 100%; }
  .generate__img-block {
    padding: 6rem 3rem;
    display: none; }
  .generate__radio-wrapper .form__group {
    width: 50%; }
  .generate__actions .btn {
    min-width: auto; }
  .activities__wrapper {
    flex-wrap: wrap; }
  .activities__container {
    width: 100%; }
    .activities__container:last-child {
      margin-top: 2rem;
      width: 100%; }
    .activities__container .block__text {
      max-width: 100%; }
  .activity__block {
    width: 33.33%; }
  .activity {
    margin-bottom: 6rem; }
  .ticket__list-wrapper {
    display: flex;
    justify-content: flex-end; }
    .ticket__list-wrapper > .btn:first-child {
      margin-right: 1rem; }
  .use__block {
    width: 50%; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__block {
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .footer__block:first-child {
      align-items: center; }
    .footer__block:last-child {
      margin-top: 2rem;
      width: 100%; }
  .footer {
    padding-top: 4rem; }
  .footer__nav-wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__nav-block {
    flex: unset;
    margin-bottom: 2rem; }
    .footer__nav-block:last-child {
      margin-bottom: 0; }
    .footer__nav-block .nav {
      align-items: center; }
  .remodal--cabinet {
    padding: 0; }
  .ticket__scanning--main {
    padding: 5.5rem 1.5rem; }
    .ticket__scanning--main .scanning__wrapper {
      flex-direction: column; }
      .ticket__scanning--main .scanning__wrapper:nth-child(2n) {
        flex-direction: column; }
        .ticket__scanning--main .scanning__wrapper:nth-child(2n) .scanning__block:first-child {
          padding-left: 0; }
        .ticket__scanning--main .scanning__wrapper:nth-child(2n) .scanning__block:last-child {
          padding-right: 0; }
  .ticket__scanning .scanning__wrapper:nth-child(2n) {
    flex-direction: column-reverse; }
  .ticket__scanning .solution__title {
    margin-bottom: 1rem; }
  .ticket__scanning .solution__text {
    margin-bottom: 1rem; }
  .ticket__scanning .block__link {
    margin-top: 0; } }

@media (max-width: 768px) {
  .work__title {
    font-size: 2rem; }
  .work__text {
    font-size: 1.6rem; }
  .work__item img {
    max-width: 100%;
    max-height: 244px;
    height: auto; }
  .cabinet .layout__header {
    padding: 0; }
  .cabinet .layout__header-block {
    padding: 0 2rem; }
    .cabinet .layout__header-block:last-child {
      padding: 1.5rem 2rem; }
  .tickets__mobile-actions {
    padding: 1.5rem 3rem 1.5rem;
    border-bottom: 1px solid #f5f6f8; }
    .tickets__mobile-actions.align-center {
      padding-top: 0;
      padding-bottom: 0; }
  .api__wrapper {
    padding: 3rem 0 0; }
  .api__block {
    width: 100%; }
    .api__block:first-child {
      padding-right: 0; }
    .api__block .api__item {
      margin-bottom: 3rem;
      text-align: center; }
    .api__block .solution__title {
      font-size: 2.6rem; }
    .api__block .solution__text {
      font-size: 1.6rem;
      margin: 0 auto; }
  .layout__header {
    flex-direction: column;
    align-items: flex-start; }
  .table {
    display: block; }
    .table thead {
      display: none; }
    .table tbody {
      display: block; }
    .table tr {
      display: flex;
      flex-direction: column;
      padding: 3rem 0; }
    .table td {
      display: flex;
      width: 100%;
      height: auto;
      padding: 0 3rem; }
    .table--events td {
      height: auto; }
      .table--events td:first-child {
        flex-direction: column;
        margin-bottom: 2rem; }
    .table--tickets tr {
      flex-wrap: wrap;
      flex-direction: row;
      padding: 3rem; }
    .table--tickets td {
      flex-direction: column;
      flex: 1;
      width: auto;
      min-width: inherit;
      padding: 0; }
      .table--tickets td:first-child {
        flex-direction: row;
        flex: 0 0 100%;
        min-width: 100%;
        margin-bottom: 1rem;
        padding-left: 0;
        font-weight: 700; }
      .table--tickets td:last-child {
        align-items: flex-end;
        justify-content: center;
        width: 5rem;
        min-width: 5rem;
        max-width: 5rem;
        padding-right: 0; }
      .table--tickets td span {
        display: block;
        margin-right: 0.5rem;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: -0.05em;
        color: #95989c; }
    .table--payments tr {
      flex-wrap: wrap;
      flex-direction: row;
      padding: 3rem; }
    .table--payments td {
      flex-direction: column;
      width: 33%;
      min-width: inherit;
      padding: 0 0 1rem; }
      .table--payments td:first-child {
        flex-direction: row;
        flex: 0 0 100%;
        min-width: 100%;
        margin-bottom: 1rem;
        padding-left: 0;
        font-weight: 700; }
      .table--payments td span {
        display: block;
        margin-right: 0.5rem;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: -0.05em;
        color: #95989c; }
    .table--events tr {
      flex-direction: row;
      flex-wrap: wrap; }
      .table--events tr td:not(:first-child) {
        flex: 1;
        padding-right: 0; }
      .table--events tr td:last-child {
        padding-left: 0;
        padding-right: 3rem;
        width: 30%;
        justify-content: flex-end;
        flex: unset; }
  .remodal {
    padding: 5rem 3rem; }
    .remodal--cabinet {
      padding: 0; }
  .form--remodal .label {
    max-width: calc(100% - 6rem); }
  .error__title {
    font-size: 40vw; }
  .download {
    flex-direction: column; }
  .download__item {
    margin: 0 0 3rem; }
    .download__item:last-child {
      margin-bottom: 0; }
  .footer .nav {
    flex-direction: column;
    align-items: center; }
  .footer .nav__item {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block; }
    .footer .nav__item:last-child {
      margin-bottom: 0; }
  .intro {
    margin-bottom: 5rem; }
    .intro--api .intro__title {
      font-size: 2.8rem; }
  .intro__title {
    font-size: 2.8rem; }
  .intro__text {
    font-size: 1.6rem; }
  .block__title {
    font-size: 2.8rem; }
  .services__item {
    flex: 0 0 100%;
    height: 50rem; }
  .services__title {
    font-size: 2rem; }
  .services__text {
    height: 10rem;
    font-size: 1.6rem; }
  .services__bg {
    height: 40rem; }
  .services {
    margin-bottom: 5rem; }
  .plans {
    margin-bottom: 5rem; }
    .plans .block__title {
      margin-bottom: 2rem; }
  .how {
    margin-bottom: 5rem; }
    .how .block__title {
      top: 35rem;
      left: 3rem; }
    .how .slick-dots {
      left: 3rem; }
  .how__item-wrapper {
    flex-direction: column; }
  .how__block {
    width: 100%; }
    .how__block:last-child {
      padding: 10rem 3rem; }
    .how__block .block__text {
      font-size: 1.6rem; }
  .how__img {
    height: 30rem; }
  .how__title {
    font-size: 2rem; }
  .reviews {
    margin-bottom: 5rem; }
    .reviews .reviews .block__title {
      margin-bottom: 3rem; }
  .subscribe .block__title {
    font-size: 2.8rem; }
  .subscribe__wrapper {
    padding: 5rem 0; }
  .form--subscribe .form__group {
    flex-direction: column; }
  .form--subscribe .input {
    width: 100%;
    flex: 0 0 100%;
    height: 5.4rem;
    margin-bottom: 3rem;
    padding: 1.55rem 3rem;
    border-radius: 3rem;
    text-align: center; }
  .form--subscribe .btn {
    width: 100%;
    border-radius: 3rem;
    border-width: 2px; }
  .promo {
    padding: 2rem 3rem; }
  .promo__img {
    margin-bottom: 4rem; }
  .generate__nav {
    flex-direction: column; }
  .generate__link {
    flex: unset; }
  .table--generate thead {
    display: none; }
  .table--generate tbody tr {
    padding-bottom: 0; }
    .table--generate tbody tr td {
      width: 100%;
      padding: 0;
      display: block; }
      .table--generate tbody tr td:before {
        content: attr(aria-label);
        display: block;
        font-size: 1.4rem;
        margin-bottom: .4rem; }
      .table--generate tbody tr td .form__group {
        width: 100%; }
  .activity__block {
    width: 50%; }
  .activity__item {
    height: 45rem; }
  .events_empty__actions {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .events_empty__actions .btn {
      margin-bottom: 1rem; }
      .events_empty__actions .btn:last-child {
        margin-bottom: 0; }
  .table--mobile tbody tr td {
    width: 100%;
    flex: unset;
    margin-bottom: 15px;
    font-weight: 500;
    display: block; }
    .table--mobile tbody tr td span {
      font-weight: 400;
      display: block; }
    .table--mobile tbody tr td:first-child {
      width: 100%;
      flex: unset;
      font-weight: 500; }
    .table--mobile tbody tr td:nth-child(2) {
      width: 100%; }
    .table--mobile tbody tr td:nth-child(2) {
      width: 50%; }
    .table--mobile tbody tr td:nth-child(3) {
      width: 25%; }
    .table--mobile tbody tr td:nth-child(4) {
      width: 25%; }
    .table--mobile tbody tr td:nth-last-child(2) {
      width: 70%;
      display: flex;
      flex-direction: row; }
    .table--mobile tbody tr td:last-child {
      text-align: right;
      align-items: flex-end;
      width: 30%;
      max-width: none;
      min-width: auto;
      display: flex; }
    .table--mobile tbody tr td.comment {
      width: 100%; }
    .table--mobile tbody tr td .table_email {
      margin-left: auto;
      float: right; }
      .table--mobile tbody tr td .table_email:before, .table--mobile tbody tr td .table_email:after {
        content: "";
        display: table; }
      .table--mobile tbody tr td .table_email:after {
        clear: both; }
  .start__wrapper {
    flex-wrap: wrap; }
  .start__block {
    width: 50%; }
    .start__block:after {
      display: none; }
  .remodal--cabinet .dropdown {
    margin-top: 1rem;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    position: relative;
    width: 100%; } }

@media (max-width: 640px) {
  body.main .plans__wrapper {
    margin: 0 -3rem; }
  .table--tickets td {
    flex: auto; }
  .subscription__item .plans__list.columns-2 ul {
    margin-bottom: 4.5rem;
    columns: 1; }
  .finish__item {
    display: block; }
  .generate__img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    max-width: 100%; }
  .activities__list {
    flex-direction: column; }
  .activities__block {
    width: 100%; }
  .use__block {
    width: 100%; }
  .ticket__scanning--main .block__title {
    line-height: 1.3; }
  .ticket__scanning--main .block__text {
    line-height: 1.3; } }

@media (max-width: 560px) {
  .intro__actions {
    flex-wrap: wrap;
    justify-content: center; }
    .intro__actions .download {
      margin-bottom: 2rem;
      width: 100%;
      margin-right: 0; }
  .promo .cabinet__text {
    margin-bottom: 4rem; }
  .promo__img img {
    height: 25rem; }
  .promo__img:after {
    transform: rotate(75deg); }
  .layout__header-actions {
    flex-wrap: wrap; }
    .layout__header-actions .btn {
      margin-bottom: .1rem; }
  .help__block-wrapper {
    margin-bottom: 2rem; }
  .help__block {
    height: auto; }
    .help__block .title {
      font-size: 2rem; }
    .help__block .text {
      font-size: 1.4rem; }
  .accordion__title:before {
    right: 2rem; }
  .accordion__title a {
    font-size: 2rem;
    padding: 3rem; }
  .accordion__content {
    padding: 0 3rem 3rem; }
  .subscribe__expire {
    font-size: 1.6rem; }
  .subscription__info-row {
    font-size: 1.6rem; }
  .activity__block {
    width: 100%; } }

@media (max-width: 470px) {
  .radio__select-wrapper {
    display: block; } }

@media (max-width: 440px) {
  .help__block {
    width: 100%; }
  .downloads {
    text-align: center; } }

@media (max-width: 400px) {
  .table--mobile tbody tr td .table_email {
    float: none; } }
