/* 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=Golos+Text:wght@400;500;600;700;800;900&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }
  @media (min-width: 992px) {
    html[lang="en"] .intro__title {
      font-size: 4.6rem; }
      html[lang="en"] .intro__title span {
        font-size: 10rem; } }
  @media (min-width: 992px) {
    html[lang="lv"] .intro__title {
      font-size: 7rem; } }

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

body {
  font-family: 'Golos Text', 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.6rem;
  color: #313131; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%; }

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

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

p {
  margin: 0 0 0.5em; }

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #7272df; }

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

.mask {
  position: fixed;
  height: 100%;
  background: #171A1F;
  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 {
  position: relative;
  display: block;
  height: 5.4rem;
  width: 5.4rem;
  padding: 0;
  border-radius: 1rem;
  background-color: #7272df;
  overflow: hidden;
  z-index: 1;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: 0.5s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: #7272df;
    color: transparent; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    background-color: #F6F6F6; }
    .slick-prev.slick-disabled:after,
    .slick-next.slick-disabled:after {
      display: none; }
    .slick-prev.slick-disabled:hover,
    .slick-next.slick-disabled:hover {
      background-color: #F6F6F6; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: #5d5dda;
    z-index: -1;
    transition: 0.3s; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #7272df; }
    .slick-prev:hover:after,
    .slick-next:hover:after {
      transform: translate(-50%, -50%); }

.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8629 0L2.41102e-08 12L11.8629 24L15.0262 20.8001L8.56349 14.2623L27.1264 14.2629L27.1256 9.73764L8.56393 9.73714L15.0262 3.20014L11.8629 0Z' fill='white'/%3e%3c/svg%3e "); }

.slick-prev.slick-disabled:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8629 0L2.41102e-08 12L11.8629 24L15.0262 20.8001L8.56349 14.2623L27.1264 14.2629L27.1256 9.73764L8.56393 9.73714L15.0262 3.20014L11.8629 0Z' fill='%23D1D1D1'/%3e%3c/svg%3e "); }

.slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2631 24L27.126 12L15.2631 -1.04907e-06L12.0998 3.19988L18.5625 9.73774L-0.000401218 9.73707L0.000424273 14.2624L18.562 14.2629L12.0997 20.7999L15.2631 24Z' fill='white'/%3e%3c/svg%3e "); }

.slick-next.slick-disabled:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2631 24L27.126 12L15.2631 -1.04907e-06L12.0998 3.19988L18.5625 9.73774L-0.000401218 9.73707L0.000424273 14.2624L18.562 14.2629L12.0997 20.7999L15.2631 24Z' fill='%23D1D1D1'/%3e%3c/svg%3e "); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 1.7rem;
    cursor: pointer; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: 1;
      margin: 0;
      will-change: transform;
      transform-origin: left;
      transition: 0.3s; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:hover:before {
        background-color: #7272df; }
      .slick-dots li button:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0.4rem;
        background-color: #DFDFDF;
        transition: 0.3s; }
    .slick-dots li.slick-active button {
      width: 2.4rem;
      opacity: 1; }
      .slick-dots li.slick-active button:before {
        background-color: #7272df; }

/* 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: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  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: #000000; }

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

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

.remodal {
  border-radius: 0;
  padding: 0;
  text-align: left;
  overflow: hidden; }

.remodal__close {
  position: absolute;
  top: 3.3rem;
  right: 3.3rem;
  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;
    width: 100%;
    height: 0.2rem;
    background-color: #171A1F;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }
  .remodal__close:hover:before, .remodal__close:hover:after {
    background-color: #7272df; }

.remodal__body {
  padding: 7rem 8rem;
  background-color: #FFFFFF; }

.remodal__title {
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #171A1F; }

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

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

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

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

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

.error__page {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 10rem);
  padding: 10rem 0 12rem; }
  .error__page .btn {
    min-width: 15rem; }

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

.error__title {
  font-weight: 600;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #7272df; }

.error__text {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #313131; }

.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 #ECECEC;
  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: #171A1F; }
  .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: #171A1F; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05);
  z-index: 10; }
  .header .btn {
    height: 4.4rem; }

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

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

.logo {
  display: flex;
  align-items: center; }
  .logo img {
    display: block;
    width: auto;
    height: 5.4rem; }

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

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

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

.nav__item {
  position: relative;
  margin-right: 4rem; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.active > a {
    color: #7272df; }
  .nav__item a {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #171A1F; }
    .nav__item a:hover {
      color: #7272df; }
    .nav__item a.active {
      color: #7272df; }

.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: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #313131;
    transition: 0.3s; }

.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: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  overflow: hidden; }

.lng__sub-item a {
  height: 4.4rem;
  padding: 0 3rem; }
  .lng__sub-item a:hover {
    color: #7272df; }

.lng__sub-item.active a {
  color: #7272df; }

/* 8. Checkbox
=========================*/
.checkbox {
  position: relative;
  display: block; }
  .checkbox .checkbox__label {
    position: relative;
    display: block;
    min-height: 2.8rem;
    padding-left: 4.3rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.03em;
    color: #313131;
    cursor: pointer;
    user-select: none; }
    .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;
      width: 2.8rem;
      height: 2.8rem;
      border-radius: 1rem;
      border: solid 1px #DFDFDF;
      background-color: #FFFFFF; }
    .checkbox .checkbox__label:after {
      top: 0.5rem;
      left: 1.1rem;
      width: 0.7rem;
      height: 1.3rem;
      border-width: 0 0.2rem 0.2rem 0;
      border-radius: 0.2rem;
      border-style: solid;
      border-color: #7272df;
      transform: rotate(45deg);
      opacity: 0; }
    .checkbox .checkbox__label a {
      font-weight: 400;
      font-size: 1.6rem;
      color: #313131;
      text-decoration: none;
      transition: 0.3s; }
      .checkbox .checkbox__label a:hover {
        text-decoration: none;
        color: #7272df; }
  .checkbox .checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .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: #7272df; }
      .checkbox--toggle .checkbox__input:checked + .checkbox__label .checkbox__label-wrapper:before {
        background-color: #7272df;
        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
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.8rem; }
  .radio--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.radio__input {
  display: none; }
  .radio__input:checked + .radio__label {
    color: #171A1F; }
    .radio__input:checked + .radio__label--disabled {
      color: #ECECEC; }
  .radio__input:checked + .radio__label:before {
    border-color: #DFDFDF; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #7272df; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #ECECEC; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: white; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #ECECEC; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }
  .radio__input--square:checked + .radio__label--square:before {
    content: "\f00c"; }
  .radio__input--square:checked + .radio__label--text {
    border-color: #7272df; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #7272df; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #60A2AB !important; }

.radio__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 3.8rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #171A1F;
  user-select: none;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #DFDFDF;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #7272df;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 1;
    transition: 0.3s; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #DC0032; }
    .radio__label--error:before {
      border-color: #DC0032; }
  .radio__label--disabled {
    color: #ECECEC; }
    .radio__label--disabled:before {
      border-color: white; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #ECECEC; }
    .radio__label--not-active:before {
      border-color: white; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label--square {
    min-width: 75px;
    height: 40px;
    padding-left: 0;
    transition: all .1s ease;
    border: 2px solid #333; }
    .radio__label--square:hover {
      border-color: #7272df; }
      .radio__label--square:hover:before {
        content: '\f00c';
        opacity: .4; }
    .radio__label--square:after {
      display: none; }
    .radio__label--square:before {
      content: '';
      margin: auto;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 16px;
      z-index: 4;
      color: #fff;
      border: 0;
      background-color: transparent;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .radio__label--text {
    padding: 10px 3px;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    transition: all .1s ease; }
    .radio__label--text:hover {
      border-color: #7272df; }
    .radio__label--text:before {
      display: none; }
    .radio__label--text .radio__span {
      width: auto;
      height: auto;
      text-align: center; }
  .radio__label--cart {
    padding: 0;
    display: block;
    border: 1px solid #ddd;
    transition: all .1s ease-in;
    text-align: center;
    border-radius: 0; }
    .radio__label--cart:before {
      display: none; }
    .radio__label--cart:after {
      display: none; }
    .radio__label--cart .radio__label-img,
    .radio__label--cart .radio__label-time {
      display: block;
      margin-bottom: 10px; }
    .radio__label--cart .radio__label-cost {
      display: block;
      margin-bottom: 10px;
      color: #60A2AB;
      font-weight: 600;
      font-size: 1.3em; }
    .radio__label--cart img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px;
      max-height: 45px; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0 2.2rem 0;
  border: solid 1px #F6F6F6;
  border-radius: 1rem;
  background-color: #F6F6F6;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #171A1F;
  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: #eeeeee;
    outline: 0; }
  .btn:hover {
    background-color: #e9e9e9; }
  .btn:active {
    background-color: #e4e4e4; }
  .btn--gray {
    background-color: #ECECEC;
    color: #171A1F; }
    .btn--gray:focus {
      background-color: #e4e4e4; }
    .btn--gray:hover {
      background-color: #dfdfdf; }
    .btn--gray:active {
      background-color: #dadada; }
  .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: #DC0032;
    color: #FFFFFF; }
    .btn--red:focus {
      background-color: #cd002f; }
    .btn--red:hover {
      background-color: #c3002c; }
    .btn--red:active {
      background-color: #b8002a; }
  .btn--rblack {
    background-color: #000000;
    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: #171A1F; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #171A1F; }
    .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: #171A1F; }
    .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: #171A1F; }
    .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: #69E1B6;
    color: #FFFFFF; }
    .btn--green:focus {
      background-color: #5cdeb0; }
    .btn--green:hover {
      background-color: #54ddac; }
    .btn--green:active {
      background-color: #4bdba8; }
  .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: #7272df;
    color: #171A1F; }
    .btn--main:focus {
      background-color: #6666dc; }
    .btn--main:hover {
      background-color: #5d5dda; }
    .btn--main:active {
      background-color: #5555d8; }
  .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: #171A1F;
    color: #FFFFFF; }
    .btn--black:focus {
      background-color: #101316; }
    .btn--black:hover {
      background-color: #0c0e10; }
    .btn--black:active {
      background-color: #08090b; }
  .btn--gray {
    background-color: #ECECEC;
    color: #171A1F; }
    .btn--gray:focus {
      background-color: #e4e4e4; }
    .btn--gray:hover {
      background-color: #dfdfdf; }
    .btn--gray:active {
      background-color: #dadada; }
  .btn--peach {
    background-color: #916868;
    color: #FFFFFF; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #ECECEC; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #ECECEC;
      border-color: #e7e7e7; }
    .btn--o-gray:hover {
      border-color: #ECECEC;
      background-color: #ECECEC;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #e4e4e4;
      background-color: #e4e4e4; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #FFFFFF; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #DC0032;
    color: #DC0032; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #DC0032;
      border-color: #d20030; }
    .btn--o-red:hover {
      border-color: #DC0032;
      background-color: #DC0032;
      color: #FFFFFF; }
    .btn--o-red:active {
      border-color: #cd002f;
      background-color: #cd002f; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000000;
      background-color: #000000;
      color: #FFFFFF; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #FFFFFF;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #FFFFFF; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #FFFFFF; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #FFFFFF; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #FFFFFF; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #FFFFFF; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #FFFFFF; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #FFFFFF; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #69E1B6;
    color: #69E1B6; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #69E1B6;
      border-color: #61dfb2; }
    .btn--o-green:hover {
      border-color: #69E1B6;
      background-color: #69E1B6;
      color: #FFFFFF; }
    .btn--o-green:active {
      border-color: #5cdeb0;
      background-color: #5cdeb0; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #FFFFFF; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #7272df;
    color: #7272df; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #7272df;
      border-color: #6a6add; }
    .btn--o-main:hover {
      border-color: #7272df;
      background-color: #7272df;
      color: #FFFFFF; }
    .btn--o-main:active {
      border-color: #6666dc;
      background-color: #6666dc; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #FFFFFF; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #FFFFFF; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #171A1F;
    color: #171A1F; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #171A1F;
      border-color: #131519; }
    .btn--o-black:hover {
      border-color: #171A1F;
      background-color: #171A1F;
      color: #FFFFFF; }
    .btn--o-black:active {
      border-color: #101316;
      background-color: #101316; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #ECECEC; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #ECECEC;
      border-color: #e7e7e7; }
    .btn--o-gray:hover {
      border-color: #ECECEC;
      background-color: #ECECEC;
      color: #FFFFFF; }
    .btn--o-gray:active {
      border-color: #e4e4e4;
      background-color: #e4e4e4; }
  .btn--o-peach {
    background-color: transparent;
    border: 1px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #FFFFFF; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #ECECEC;
      border-color: #e7e7e7; }
    .btn--i-gray:hover {
      border-color: #ECECEC;
      background-color: transparent;
      color: #ECECEC; }
    .btn--i-gray:active {
      border-color: #e4e4e4;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #ECECEC;
    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 #ECECEC;
    color: #FFFFFF; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #DC0032;
      border-color: #d20030; }
    .btn--i-red:hover {
      border-color: #DC0032;
      background-color: transparent;
      color: #DC0032; }
    .btn--i-red:active {
      border-color: #cd002f;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #FFFFFF; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    color: #FFFFFF; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #69E1B6;
      border-color: #61dfb2; }
    .btn--i-green:hover {
      border-color: #69E1B6;
      background-color: transparent;
      color: #69E1B6; }
    .btn--i-green:active {
      border-color: #5cdeb0;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #ECECEC;
    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 #ECECEC;
    color: #FFFFFF; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #7272df;
      border-color: #6a6add; }
    .btn--i-main:hover {
      border-color: #7272df;
      background-color: transparent;
      color: #7272df; }
    .btn--i-main:active {
      border-color: #6666dc;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    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 #ECECEC;
    color: #FFFFFF; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #171A1F;
      border-color: #131519; }
    .btn--i-black:hover {
      border-color: #171A1F;
      background-color: transparent;
      color: #171A1F; }
    .btn--i-black:active {
      border-color: #101316;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #FFFFFF; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #ECECEC;
      border-color: #e7e7e7; }
    .btn--i-gray:hover {
      border-color: #ECECEC;
      background-color: transparent;
      color: #ECECEC; }
    .btn--i-gray:active {
      border-color: #e4e4e4;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #FFFFFF; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--main {
    color: #FFFFFF;
    overflow: hidden;
    z-index: 1; }
    .btn--main:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 100%;
      width: 400px;
      height: 400px;
      border-radius: 100rem;
      background-color: #5d5dda;
      z-index: -1;
      transition: 0.7s; }
    .btn--main:hover {
      background-color: #7272df; }
      .btn--main:hover:before {
        transform: translate(-50%, -50%); }

.form {
  width: 100%;
  max-width: 100%; }
  .form--subscribe {
    width: 43rem; }
    .form--subscribe .input {
      width: calc(100% - 16.5rem);
      height: 5.4rem;
      padding: 0 3rem;
      border-radius: 1rem 0 0 1rem;
      border: solid 2px #7272df;
      background-color: transparent;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.1;
      letter-spacing: -0.03em;
      color: #FFFFFF; }
      .form--subscribe .input::placeholder {
        font-size: 1.6rem;
        color: #BBBBBB; }
    .form--subscribe .btn {
      width: 16.5rem;
      border-radius: 0 1rem 1rem 0;
      border: none; }
  .form--request .form-block .checkbox {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .form--request .form-block .btn {
    min-width: 15rem; }

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

.form__row {
  margin-bottom: 2rem; }

.js-input-error-msg {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 1rem;
  font-size: 1.2rem;
  color: #DC0032; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 5.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 2rem;
  border-radius: 1rem;
  border: solid 1px #DFDFDF;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #313131;
  letter-spacing: -0.03em;
  font-family: inherit;
  transition: 0.3s;
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #BBBBBB; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5.4rem #FFFFFF;
    -webkit-text-fill-color: #313131; }
  .input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 0 #FFFFFF, inset 0 0 0 5.4rem #FFFFFF;
    -webkit-text-fill-color: #313131; }
  .input--search {
    padding: 0 4.5rem 0 2rem; }
  .input--error {
    border-color: #DC0032;
    color: #DC0032;
    background-color: rgba(220, 0, 50, 0.05); }
    .input--error::placeholder {
      color: #DC0032; }
    .input--error:focus {
      background-color: rgba(220, 0, 50, 0.05); }
  .input--success {
    border-color: #69E1B6;
    color: #69E1B6;
    background-color: rgba(105, 225, 182, 0.05); }
    .input--success::placeholder {
      color: #69E1B6; }
    .input--success:focus {
      background-color: rgba(105, 225, 182, 0.05); }
  .input.error {
    border-color: #DC0032;
    color: #DC0032;
    background-color: rgba(220, 0, 50, 0.05); }
    .input.error::placeholder {
      color: #DC0032; }
    .input.error:focus {
      background-color: rgba(220, 0, 50, 0.05); }
  .input.success {
    border-color: #DC0032;
    color: #DC0032;
    background-color: rgba(220, 0, 50, 0.05); }
    .input.success::placeholder {
      color: #DC0032; }
    .input.success:focus {
      background-color: rgba(220, 0, 50, 0.05); }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
  resize: none;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  border: solid 1px #DFDFDF;
  background-color: #FFFFFF;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  color: #313131;
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #BBBBBB; }
  .textarea.error {
    border-color: #DC0032;
    color: #DC0032;
    background-color: rgba(220, 0, 50, 0.05); }
    .textarea.error::placeholder {
      color: #DC0032; }
    .textarea.error:focus {
      background-color: rgba(220, 0, 50, 0.05); }
  .textarea.success {
    border-color: #69E1B6;
    color: #69E1B6;
    background-color: rgba(105, 225, 182, 0.05); }
    .textarea.success::placeholder {
      color: #69E1B6; }
    .textarea.success:focus {
      background-color: rgba(105, 225, 182, 0.05); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.7rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #313131;
  z-index: 1; }
  .label span {
    color: #DC0032; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #FFFFFF;
  color: #171A1F;
  border-radius: 1rem;
  min-height: 5.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #ECECEC;
    color: #171A1F; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #FFFFFF; }
  .alert--red {
    background-color: #DC0032;
    color: #FFFFFF; }
  .alert--rblack {
    background-color: #000000;
    color: #FFFFFF; }
  .alert--white {
    background-color: #FFFFFF;
    color: #171A1F; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #171A1F; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #171A1F; }
  .alert--purple {
    background-color: #A08CA7;
    color: #FFFFFF; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #FFFFFF; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #171A1F; }
  .alert--blue {
    background-color: #315ED2;
    color: #FFFFFF; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #FFFFFF; }
  .alert--green {
    background-color: #69E1B6;
    color: #FFFFFF; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #FFFFFF; }
  .alert--main {
    background-color: #7272df;
    color: #171A1F; }
  .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: #171A1F;
    color: #FFFFFF; }
  .alert--gray {
    background-color: #ECECEC;
    color: #171A1F; }
  .alert--peach {
    background-color: #916868;
    color: #FFFFFF; }
  .alert--o-gray {
    background: transparent;
    color: #ECECEC;
    border: 1px solid #ECECEC; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #DC0032;
    border: 1px solid #DC0032; }
  .alert--o-rblack {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .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: #69E1B6;
    border: 1px solid #69E1B6; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #7272df;
    border: 1px solid #7272df; }
  .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: #171A1F;
    border: 1px solid #171A1F; }
  .alert--o-gray {
    background: transparent;
    color: #ECECEC;
    border: 1px solid #ECECEC; }
  .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: #DC0032;
  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: #F6F6F6;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #F6F6F6;
    width: 5px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #F6F6F6;
    height: 5px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #7272df; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #F6F6F6; }

.table {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.05em;
  color: #171A1F;
  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: 8rem; }
    .table th:last-child {
      padding-right: 8rem; }
  .table tr {
    border-bottom: solid 1px #F5F6F8; }
  .table td {
    height: 7.4rem;
    padding-right: 3rem; }
    .table td:first-child {
      padding-left: 8rem; }
    .table td:last-child {
      padding-right: 8rem; }
  .table--events th {
    height: 16rem; }
  .table--events td {
    height: 16rem; }
    .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: #171A1F; }
    .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: #171A1F; }
    .table--events .table__subtitle:last-child {
      margin-right: 0; }
  .table--tickets {
    font-weight: 700; }
    .table--tickets td {
      min-width: 12rem; }
      .table--tickets td:first-child {
        max-width: 30rem;
        font-weight: 400;
        word-break: break-word; }
      .table--tickets td:last-child {
        width: 10.4rem;
        min-width: 10.4rem; }
      .table--tickets td .noactive {
        color: #95989C; }
      .table--tickets td span {
        display: none; }

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

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

.tabs__nav-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem; }

.tabs__nav {
  display: flex;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: #F6F6F6;
  /* Styling */ }
  .tabs__nav--fill .tabs__nav-item {
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    top: 0; }
    .tabs__nav--fill .tabs__nav-item:not(.active):hover {
      color: #1437CC; }
  .tabs__nav--rounded .tabs__nav-item.active {
    border-radius: 0.3em 0.3em 0 0; }
  .tabs__nav--shadow .tabs__nav-item.active {
    box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1); }
  .tabs__nav--dark .tabs__nav-item {
    color: #ECECEC; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #F0B83B;
      background-color: #171A1F;
      border-color: #171A1F; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #171A1F; }
  .tabs__nav--details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .tabs__nav--details .tabs__nav-item {
      padding: 0;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      border: 1px solid #F6F6F6;
      font-size: 1.8rem;
      color: #315ED2;
      opacity: .5;
      transition: all .2s ease; }
      .tabs__nav--details .tabs__nav-item.active {
        opacity: 1; }
      .tabs__nav--details .tabs__nav-item:hover {
        opacity: 1;
        border: 1px solid #F6F6F6; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #F6F6F6; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.8rem;
  height: 5.4rem;
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  color: #BBBBBB;
  line-height: 1.12;
  text-align: center;
  transition: 0.2s; }
  .tabs__nav-item:last-child {
    margin-right: 0; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    color: #171A1F;
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #171A1F;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }

.tabs__content {
  border-radius: 1rem;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #171A1F;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #171A1F;
    background-color: #FFFFFF;
    border: 1px solid white; }
  .tabs__content--rounded {
    border-radius: 0 0 0.3em 0.3em; }
  .tabs__content--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2); }
  .tabs__content--dark {
    background-color: #171A1F;
    border-color: #171A1F;
    color: #FFFFFF; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

.tabs__item-wrapper {
  padding: 4.5rem 6rem 6rem; }

.footer {
  padding: 7rem 0 4rem;
  background-color: #171A1F; }
  .footer .logo img {
    height: 4.4rem; }
  .footer .nav {
    display: block;
    width: 100%;
    columns: 2; }
  .footer .nav__item {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .footer .nav__item a {
      color: #FFFFFF; }
      .footer .nav__item a:hover {
        color: #7272df; }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem; }
  .footer__wrapper:first-child {
    align-items: center;
    border-bottom: solid 1px #464646; }
  .footer__wrapper:nth-child(2) {
    padding-top: 10rem; }
  .footer__wrapper:last-child {
    align-items: center;
    padding-top: 5rem; }

.footer__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%; }
  .footer__block.right {
    align-items: flex-end;
    text-align: right; }

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

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

.footer__title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7;
  letter-spacing: -0.03em;
  color: #FFFFFF; }

.copyright {
  letter-spacing: -0.03em;
  color: #FFFFFF; }

.intro {
  position: relative;
  padding: 11rem 0 5rem;
  background-color: #FFFFFF; }
  .intro .btn {
    min-width: 12.2rem; }

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

.intro__block:first-child {
  flex: 1;
  margin-right: 3rem; }

.intro__block.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 64.4rem; }

.intro__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 6.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000000; }
  .intro__title span {
    color: #7272df; }

.intro__text {
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 1.6rem; }

.intro__img {
  position: relative;
  width: 100%;
  height: 48.6rem;
  z-index: 1; }
  .intro__img .img {
    position: absolute;
    display: block;
    will-change: transform;
    transition: 0.3s; }
    .intro__img .img.intro__img-block {
      width: 24rem;
      padding: 5rem 3rem 2.5rem;
      border-radius: 2rem;
      border: 1px solid #D3D3D3;
      background-color: #FFFFFF; }
    .intro__img .img.intro-left {
      top: 4.2rem;
      left: 0;
      z-index: 2; }
    .intro__img .img.intro-center {
      width: 24.3rem;
      top: 0;
      left: 18.9rem;
      z-index: 1; }
    .intro__img .img.intro-right {
      right: 0;
      bottom: 3.7rem;
      z-index: 0; }

.intro__img-favorite {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2rem;
  height: 2rem; }
  .intro__img-favorite img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.intro__img-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.5rem;
  margin-bottom: 2.3rem; }
  .intro__img-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.intro__img-title {
  margin-bottom: 1.3rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  color: #313131; }

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

.intro__img-price {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.07em;
  color: #A3A3A3; }

.intro__img-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.2rem;
  height: 1.8rem; }
  .intro__img-cart img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.intro__shop-block {
  position: absolute; }
  .intro__shop-block.intro-left {
    top: 8.5%;
    left: 0;
    z-index: 2; }
  .intro__shop-block.intro-right {
    z-index: 0;
    right: 0;
    bottom: 8.5%; }

.intro__shop-item {
  width: 234px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2rem;
  background-color: #ffffff; }

.intro__shop-favorite {
  margin-bottom: .5rem;
  display: flex;
  justify-content: flex-end; }
  .intro__shop-favorite svg {
    width: 15px;
    height: 15px;
    fill: #c2c2c2; }

.intro__shop-title {
  font-weight: 700; }

.intro__shop-img {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center; }
  .intro__shop-img img {
    height: 17rem; }

.intro__shop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .intro__shop-footer .price {
    color: #c2c2c2; }
    .intro__shop-footer .price b {
      font-weight: 600; }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 100%;
  max-width: 38rem;
  padding: 3.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  color: #171A1F;
  z-index: 200; }
  .cookie-window-block.closed {
    display: none; }

.cookie-window-text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400; }

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

.cookie_btn {
  background-color: #7272df;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1; }
  .cookie_btn:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 500px;
    height: 500px;
    border-radius: 100rem;
    background-color: #5d5dda;
    z-index: -1;
    transition: 0.7s; }
  .cookie_btn:hover {
    background-color: #7272df; }
    .cookie_btn:hover:before {
      transform: translate(-50%, -50%); }

.contacts {
  padding: 5.5rem 0 13rem; }
  .contacts .form__line {
    margin-bottom: 2.5rem; }
    .contacts .form__line:last-of-type {
      margin-bottom: 0; }
  .contacts .request__success {
    height: 45rem; }
    .contacts .request__success .block__title {
      margin-bottom: 1rem; }

.contacts__wrapper {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto; }

.contacts__whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem; }
  .contacts__whatsapp .btn {
    min-width: 26rem; }
    .contacts__whatsapp .btn--main:before {
      width: 550px;
      height: 550px; }

.contacts__whatsapp-img {
  width: 16rem;
  margin-bottom: 7rem;
  padding: 0.8rem; }
  .contacts__whatsapp-img img {
    display: block;
    width: 100%; }

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

.contacts__video-block:first-child {
  width: 42%;
  padding: 6rem 5rem 6rem;
  border-right: solid 1px #DFDFDF; }

.contacts__video-block:last-child {
  width: 58%;
  padding: 6rem; }

.contacts__title {
  min-height: 5.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #171A1F; }

.contacts__list {
  margin-bottom: 2.5rem; }
  .contacts__list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem; }
    .contacts__list li:last-child {
      margin-bottom: 0; }
  .contacts__list img {
    display: block;
    height: 2rem;
    margin-top: 0.3rem;
    margin-right: 1.1rem; }
  .contacts__list span {
    flex: 1; }

.contacts__video-form .btn:before {
  width: 700px;
  height: 700px; }

.speres {
  padding: 5rem 0 13rem; }
  .speres .block__title {
    max-width: 50rem;
    margin-bottom: 3rem;
    line-height: 1.2; }
  .speres .slick-list {
    overflow: inherit; }

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

.speres__block {
  width: 50%;
  padding: 3rem 0; }
  .speres__block:last-child {
    padding-left: 12rem; }

.js-speres {
  width: 100%; }

.speres__item {
  position: relative;
  padding-left: 12rem; }
  .speres__item.nobg .speres__img {
    background-color: transparent; }

.speres__img {
  position: relative;
  padding-top: 58.5%;
  border-radius: 1rem;
  background-color: #F6F6F6; }
  .speres__img img {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    width: auto;
    max-width: 38rem; }

.speres__title {
  position: absolute;
  top: 60%;
  left: 0;
  width: 22rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #313131; }

.speres__title-rotate {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.6;
  color: #7272df;
  transform-origin: top left;
  transform: rotate(-90deg) translateY(8rem) translateX(-100%); }

.slick-current .speres__title {
  animation-name: move_up;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both; }

.slick-current .speres__title-rotate {
  animation-name: move_dowm;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both; }

.slick-current .speres__img img {
  animation-name: move_left;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both; }

@keyframes move_up {
  0% {
    transform: translateY(5rem); }
  100% {
    transform: translateY(0); } }

@keyframes move_dowm {
  0% {
    transform: rotate(-90deg) translateY(6rem) translateX(-100%); }
  100% {
    transform: rotate(-90deg) translateY(8rem) translateX(-100%); } }

@keyframes move_left {
  0% {
    transform: translateY(-50%) translateX(50%); }
  100% {
    transform: translateY(-50%) translateX(0); } }

.speres__arrow {
  display: flex; }
  .speres__arrow .slick-prev {
    margin-right: 3.2rem; }

.prices {
  padding: 8rem 0 10rem;
  background-color: #F6F6F6; }
  .prices .slick-list {
    width: calc(100% + 2rem);
    overflow: inherit; }

.js-prices {
  display: flex; }

.prices__item.premium .prices__item-wrapper:before {
  background-color: #7272df; }

.prices__item-wrapper {
  position: relative;
  height: 100%;
  padding: 3.5rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: 0.3s; }
  .prices__item-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #ECECEC; }

.prices__header {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.03em;
  color: #313131; }

.prices__title {
  margin-bottom: 0.5rem;
  font-weight: 700; }

.prices__value {
  font-weight: 400; }
  .prices__value span {
    font-weight: 600; }

.prices__body {
  margin-bottom: 2.5rem; }

.prices__list li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  color: #BBBBBB; }
  .prices__list li:last-child {
    margin-bottom: 0; }
  .prices__list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    will-change: transform;
    transform-origin: center;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.2rem;
    background-color: #BBBBBB; }
  .prices__list li.active {
    color: #313131; }
    .prices__list li.active:before {
      background-color: #7272df; }

.prices__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .prices__footer .btn {
    min-width: 12.3rem; }

.prices__link {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #7272df;
  transition: 0.3s; }
  .prices__link:before {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    right: 0;
    left: auto;
    width: 0;
    height: 0.2rem;
    background-color: #7272df;
    transition: 0.3s; }
  .prices__link:hover:before {
    left: 0;
    right: auto;
    width: 100%; }

.perks {
  padding: 8rem 0 10rem; }

.js-perks {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem; }

.perks__item {
  width: calc(100% / 7);
  padding: 0.9rem; }

.perks__item-wrapper {
  position: relative;
  border-radius: 1rem;
  background-color: #F6F6F6;
  overflow: hidden;
  z-index: 1;
  transition: 0.6s; }
  .perks__item-wrapper:before {
    content: '';
    display: block;
    padding-top: 102%; }

.perks__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  opacity: 0;
  will-change: transform;
  transform-origin: center;
  transform: scale(2);
  transition: 0.6s;
  z-index: 0; }
  .perks__hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.perks__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem 1rem 3rem; }

.perks__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  .perks__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.3s; }
    .perks__img img.perks__img-nohover {
      opacity: 1; }
    .perks__img img.perks__img-hover {
      opacity: 0; }

.perks__title {
  line-height: 1.25;
  color: #313131;
  transition: 0.3s; }

.reviews {
  padding: 8rem 0 10rem;
  background-color: #F6F6F6; }

.js-reviews .slick-list {
  overflow: inherit; }

.reviews__item {
  height: 100%; }

.reviews__item-wrapper {
  height: 100%;
  padding: 3rem 3.5rem;
  border-radius: 1rem;
  background-color: #FFFFFF; }

.reviews__body {
  margin-bottom: 2.5rem; }

.reviews__content {
  line-height: 1.5; }

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

.reviews__name {
  font-weight: 700; }

.reviews__link {
  transition: 0.3s; }
  .reviews__link:hover {
    opacity: 0.7; }

.integrations {
  padding: 8rem 0 10rem; }

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

.integrations__block:first-child {
  width: 35%; }

.integrations__block:last-child {
  width: 65%; }

.integrations__block .block__title {
  line-height: 1; }

.integrations__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -6rem; }

.integrations__item {
  display: flex;
  align-items: center;
  height: 6rem;
  margin-right: 5rem;
  margin-bottom: 6rem; }
  .integrations__item:hover .integrations__img img {
    filter: none; }
    .integrations__item:hover .integrations__img img.integrations__hover {
      opacity: 1; }

.integrations__img {
  position: relative;
  display: flex;
  align-items: center; }
  .integrations__img img {
    display: block;
    transition: 0.2s;
    filter: grayscale(100%); }

.projects {
  padding: 8rem 0 10rem;
  background-color: #F6F6F6; }

.projects__item {
  height: 100%; }

.projects__item-wrapper {
  position: relative;
  display: block;
  height: 100%; }
  .projects__item-wrapper:hover .projects__img img {
    transform: scale(1.1); }
  .projects__item-wrapper:hover .projects__title {
    transform: translateY(-1rem); }
  .projects__item-wrapper:hover .projects__descriptions {
    transform: translateY(-2rem); }

.projects__img {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .projects__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transform-origin: center;
    transition: 0.6s; }

.projects__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 3rem 3.5rem;
  z-index: 1; }
  .projects__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    z-index: -1; }

.projects__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  will-change: transform;
  transition: 0.3s; }

.projects__descriptions {
  color: #FFFFFF;
  will-change: transform;
  transition: 0.3s; }

.request {
  padding: 7rem 0 10rem; }

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

.request__block {
  margin-bottom: 2rem;
  padding: 0 1rem; }
  .request__block:first-child {
    width: 45%; }
    .request__block:first-child .request__block-wrapper {
      background-color: #F6F6F6; }
  .request__block:last-child {
    width: 55%; }
    .request__block:last-child .request__block-wrapper {
      border: solid 1px #DFDFDF; }
  .request__block .block__title {
    margin-bottom: 1rem; }
  .request__block .prices__value {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    letter-spacing: -0.07em; }

.request__block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4.5rem 6rem 6rem;
  border-radius: 1rem;
  overflow: hidden; }

.request__form {
  height: 100%; }

.form__description {
  margin-bottom: 2.2rem;
  letter-spacing: -0.03em; }

.request__table {
  padding-bottom: 4.5rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #DFDFDF; }
  .request__table:last-child {
    border-bottom: none; }

.request__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem; }

.request__column:first-child {
  width: 65%; }

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

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

.request__subtitle {
  display: flex;
  align-items: center;
  height: 6.4rem;
  letter-spacing: -0.03em;
  color: #BBBBBB; }

.request__block-header {
  margin-bottom: -1.1rem; }
  .request__block-header .request__row {
    align-items: flex-end; }
  .request__block-header .block__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0; }

.request__block-footer .request__table {
  margin-bottom: 0;
  padding-bottom: 0; }
  .request__block-footer .request__table .request__row {
    min-height: auto; }
  .request__block-footer .request__table .total {
    display: inline-flex;
    align-items: center;
    min-height: 6.4rem;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -0.03em;
    color: #000000; }
  .request__block-footer .request__table .request__subtitle {
    height: auto; }

.drop {
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 1.9rem; }
  .drop:hover .drop__wrapper {
    transform: translateY(2.6rem) translateX(-50%);
    opacity: 1;
    visibility: visible; }

.js-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1rem;
  background-color: #7272df; }
  .js-drop svg {
    display: block;
    width: auto;
    max-width: 1.5rem;
    will-change: transform;
    transform-origin: center;
    pointer-events: none;
    transition: 0.3s; }
  .js-drop:hover svg {
    transform: rotate(180deg); }

.drop__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 1.4rem;
  transform: translateY(3.6rem) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.drop__list {
  padding: 1.6rem 3rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }

.drop__item a {
  display: flex;
  align-items: center;
  height: 4.4rem;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  transition: 0.3s; }
  .drop__item a:hover {
    color: #7272df; }

.drop__item.active a {
  color: #7272df; }

.request__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .request__success .form__description {
    text-align: center; }

.request__success-img {
  margin-bottom: 3.5rem; }
  .request__success-img svg {
    display: block;
    width: 6.4rem; }

.block__title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 5rem;
  color: #313131; }
  .block__title.center {
    text-align: center; }
  .block__title .block__text {
    max-width: 92rem;
    margin: 0 auto;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.03em; }

.block__text {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.65;
  color: #313131; }
  .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; }

.page__section {
  padding-bottom: 10rem; }

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

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

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

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

.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: #69E1B6; }

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

.bg-main {
  background-color: #7272df; }

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

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

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

.bg-black {
  background-color: #171A1F; }

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

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

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

.relative {
  position: relative; }

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

.alert.error {
  background-color: #DC0032;
  display: block;
  color: #FFFFFF; }

.alert.visible-success {
  background-color: #69E1B6;
  display: block;
  color: #FFFFFF; }

.alert.success {
  background-color: #69E1B6;
  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; }

@media (max-width: 1365px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem; }
  .page {
    padding-top: 8rem; }
  .header__wrapper {
    height: 8rem; }
  .header__action {
    margin-right: 3rem; }
  .nav__item {
    margin-right: 3rem; }
  .intro {
    padding-top: 7rem; }
  .intro__title {
    font-size: 5rem; }
  .speres {
    padding-bottom: 7rem; }
  .speres__img img {
    max-width: 28rem; }
  .perks__content {
    padding: 14% 12% 6% 18%; }
  .perks__img {
    width: 50%;
    height: auto;
    padding-top: 50%; }
  .perks__title {
    line-height: 1.1; }
  .js-projects {
    padding: 0 2rem; }
  .request__block-wrapper {
    padding: 4rem; }
  .request__block .block__title {
    font-size: 4rem; } }

@media (max-width: 1365px) and (min-width: 1101px) {
  .perks__title {
    font-size: 1.2vw; } }

@media (max-width: 1100px) {
  .block__title {
    margin-bottom: 2.5rem;
    font-size: 4rem; }
  .btn {
    height: 5rem; }
  .slick-prev,
  .slick-next {
    width: 5rem;
    height: 5rem; }
  .speres__arrow .slick-prev {
    margin-right: 2.5rem; }
  .slick-dots {
    bottom: -3rem; }
    .slick-dots li button {
      width: 1rem;
      height: 1rem; }
  .intro__title {
    font-size: 4.8rem; }
  .prices {
    padding-top: 5rem; }
  .perks {
    padding-top: 5rem; }
  .js-perks {
    display: block; }
    .js-perks .slick-list {
      margin: 0;
      overflow: inherit; }
  .reviews {
    padding-top: 5rem; }
  .integrations {
    padding: 5rem 0; }
  .integrations__item {
    height: 5rem;
    margin-right: 4rem;
    margin-bottom: 3rem; }
  .integrations__list {
    margin-bottom: -3rem; }
  .integrations__img {
    height: 100%; }
    .integrations__img img {
      max-height: 100%; }
  .projects {
    padding-top: 5rem; }
  .footer {
    padding: 3rem 0 4rem; }
  .footer__wrapper {
    padding-bottom: 0; }
    .footer__wrapper:nth-child(2) {
      padding-top: 9rem; }
    .footer__wrapper:first-child {
      padding-bottom: 3rem; }
  .form--subscribe .input {
    height: 5rem;
    padding: 0 2rem; }
  .form--subscribe .btn {
    width: 13rem; }
  .request {
    padding: 5rem 0; }
  .request__wrapper {
    flex-direction: column-reverse; }
  .request__block:first-child {
    width: 100%; }
  .request__block:last-child {
    width: 100%; } }

@media (max-width: 1100px) and (min-width: 993px) {
  .intro__title {
    font-size: 3.6rem; } }

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

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .header__block {
    width: auto; }
    .header__block.mob-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .header__action {
    margin-right: 0; }
  .lng:hover .lng__wrapper {
    transform: translate(0, 0); }
  .lng__wrapper {
    left: auto;
    right: -1rem;
    transform: translate(0, 1rem); }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.2rem;
    height: 1.4rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #313131;
      transition: 0.3s; }
    .menu__btn:after {
      width: 2.4rem;
      transform: translateX(0); }
    .menu__btn:hover:before, .menu__btn:hover:after,
    .menu__btn:hover i {
      background-color: #7272df; }
    .menu__btn.active:after {
      transform: translateX(0.8rem); }
  .menu {
    position: fixed;
    top: 8rem;
    right: 0;
    display: block;
    width: 100%;
    height: calc(100% - 8rem);
    padding: 3rem 0;
    background-color: #FFFFFF;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      height: 100%;
      padding: 0 2rem;
      overflow-y: auto; }
    .menu .nav {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 3rem; }
    .menu .nav__item {
      display: flex;
      align-items: center;
      height: 4.4rem;
      margin-bottom: 1.5rem;
      margin-right: 0; }
      .menu .nav__item a {
        font-size: 2rem; }
      .menu .nav__item.active a {
        color: #7272df; }
      .menu .nav__item:hover a {
        color: #7272df; }
    .menu .lng {
      display: flex;
      margin-bottom: 3rem;
      padding-bottom: 3rem;
      border-bottom: solid 1px #DFDFDF; }
    .menu .lng__link {
      display: block;
      margin-right: 2rem; }
      .menu .lng__link:last-child {
        margin-right: 0; }
      .menu .lng__link:hover {
        color: #7272df; }
      .menu .lng__link.active {
        color: #7272df; }
  .intro {
    padding-top: 3.5rem;
    padding-bottom: 2rem; }
  .intro__block {
    width: 100%;
    text-align: center; }
    .intro__block:first-child {
      margin-right: 0rem; }
  .speres {
    padding-top: 0;
    padding-bottom: 5.5rem; }
  .speres__wrapper {
    flex-direction: column-reverse; }
  .speres__block {
    width: 100%;
    padding: 2.5rem 0; }
    .speres__block:last-child {
      padding-left: 0; }
    .speres__block .block__title {
      max-width: 27rem;
      margin-bottom: 2rem; }
  .block__title {
    font-size: 2.6rem; }
  .integrations__block:first-child {
    width: 100%; }
  .integrations__block:last-child {
    width: 100%; }
  .integrations__item {
    height: 3.8rem; }
  .footer .nav {
    margin-top: 3rem;
    columns: 1; }
  .footer .nav__item {
    display: flex;
    align-items: center;
    height: 4.4rem; }
  .footer__wrapper {
    flex-wrap: wrap; }
    .footer__wrapper:first-child .footer__block {
      width: 50%; }
    .footer__wrapper:last-child {
      padding-top: 2rem; }
      .footer__wrapper:last-child .footer__block {
        align-items: center; }
  .footer__block {
    width: 100%; }
  .footer__title {
    font-size: 2rem; }
  .form--subscribe .input {
    width: calc(100% - 13rem); }
  .request__block .block__title {
    font-size: 2.6rem; }
  .drop {
    margin-left: 1rem;
    margin-bottom: 0.9rem; }
  .js-drop {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem; }
  .tabs__nav {
    flex-direction: column;
    width: 100%; }
  .tabs__nav-item {
    width: 100%; }
  .tabs__item-wrapper {
    padding: 3rem 2rem; }
  .contacts__video-block:first-child {
    width: 100%;
    padding: 3rem 2rem;
    border-right: none;
    border-bottom: solid 1px #DFDFDF; }
  .contacts__video-block:last-child {
    width: 100%;
    padding: 3rem 2rem; }
  .contacts .request__success {
    height: 25rem; } }

@media (max-width: 768px) {
  .integrations {
    padding-bottom: 0; }
  .projects {
    background-color: #FFFFFF; }
  .error__page {
    min-height: calc(100vh - 8rem);
    padding: 5rem 0 7rem; }
  .error__title {
    font-size: 45vw; }
  .error__text {
    font-size: 1.6rem; } }

@media (max-width: 700px) {
  .js-projects {
    padding: 0; }
  .projects__content {
    padding: 3rem 2rem; } }

@media (max-width: 640px) {
  .intro__title {
    font-size: 2.6rem; }
    .intro__title span {
      font-size: 3.6rem; }
  .intro__text {
    max-width: 34rem;
    margin: 0 auto 2.5rem; }
  .speres__item {
    padding-left: 7rem; }
  .speres__img img {
    max-width: 18rem;
    right: 1rem; }
  .speres__title {
    width: 18rem;
    font-size: 2rem; }
  .speres__title-rotate {
    font-weight: 600;
    font-size: 0.7rem;
    transform: rotate(-90deg) translateY(5rem) translateX(-100%); }
  @keyframes move_dowm {
    0% {
      transform: rotate(-90deg) translateY(3rem) translateX(-100%); }
    100% {
      transform: rotate(-90deg) translateY(5rem) translateX(-100%); } }
  .request .checkbox {
    margin-bottom: 2rem; }
    .request .checkbox .checkbox__label {
      line-height: 1.3; }
  .request__block-wrapper {
    padding: 3rem; }
  .request__row {
    align-items: flex-start; }
  .request__column:first-child {
    padding-right: 2rem; }
  .request__table {
    padding-bottom: 3rem;
    margin-bottom: 2rem; }
  .request__block-header .request__row {
    flex-direction: column;
    align-items: flex-start; }
  .request__block-footer .request__table .total {
    min-height: inherit;
    margin-bottom: 2rem;
    font-size: 2rem; } }

@media (max-width: 480px) {
  .reviews__footer {
    flex-direction: column;
    align-items: flex-start; }
  .reviews__block:first-child {
    margin-bottom: 2.5rem; }
  .contacts__title {
    font-size: 2rem; }
  .contacts .btn {
    min-width: auto;
    width: 100%;
    padding: 0 1rem; }
  .contacts__whatsapp .btn {
    min-width: auto;
    width: 100%;
    padding: 0 1rem; } }

@media (max-width: 380px) {
  .intro__title span {
    font-size: 2.8rem; }
  .prices__item-wrapper {
    padding: 3rem 2rem; }
  .speres__title-rotate {
    font-size: 0.4rem; }
  .speres__title {
    width: 16rem;
    font-size: 1.8rem; }
  .perks__title {
    font-size: 4vw; }
  .reviews__item-wrapper {
    padding: 3rem 2rem; }
  .integrations__item {
    height: 2.6rem;
    margin-right: 2rem; }
  .footer__title {
    transform: translateY(-120%);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.3; }
  .request__block-footer .request__table .total {
    font-size: 1.8rem; } }
