@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }

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

body {
  font-family: 'Manrope', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #0E121A;
  overflow-x: hidden;
  font-size: 1.4rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .header {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
  body.inside .footer {
    border-top: 1px solid #191F29; }
  body.cabinet .header {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
  body.cabinet .footer {
    border-top: 1px solid #191F29; }
  body.contacts .intro__content {
    min-height: 25rem; }

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

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #666666; }

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

.mask {
  position: fixed;
  height: 100%;
  background: #11151E;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .mask.active {
    opacity: .7;
    visibility: visible; }

/* Vendor libs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button */
.remodal-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #11151E;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal-close img {
    max-width: 100%; }
  .remodal-close:before {
    display: block;
    content: "";
    height: .3rem;
    transition: all .2s ease;
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: rotate(-45deg); }
  .remodal-close:after {
    display: block;
    content: "";
    height: .3rem;
    transition: all .2s ease;
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: rotate(45deg); }

.remodal-title {
  margin-bottom: 20px; }

.remodal-body {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

.remodal-wrapper {
  padding: 0 2rem; }

.remodal {
  padding: 0;
  border-radius: 2rem;
  text-align: left;
  background-color: #0E121A; }

.remodal__body {
  padding: 6rem; }

.remodal__title {
  display: inline-flex;
  margin-bottom: 3rem;
  background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: 700; }

.remodal__form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .remodal__form-actions .btn {
    width: 49%;
    margin-bottom: 0;
    color: #fff; }

.remodal__form-link {
  background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.7rem;
  font-weight: 700; }

.remodal__footer {
  position: relative;
  background-color: #131822;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem; }
  .remodal__footer:before {
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .6rem; }

.remodal__footer-link {
  color: #fff; }
  .remodal__footer-link a {
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700; }

.remodal__img {
  position: absolute;
  top: 0;
  right: 7rem;
  transform: translateY(-8rem); }

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

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

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

.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 560px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1260px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1260px) {
  .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 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #000; }

.error__title {
  font-size: 10rem;
  color: #000;
  background: linear-gradient(to left, #F05161 5%, #F05161 53%, #F05161 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.error__subtitle {
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700; }

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

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

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

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

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

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

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

.header {
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0E121A; }

.header__line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header__info {
  color: #030303;
  font-size: 1.4rem; }

.header__contact {
  color: #11151E;
  font-size: 2rem; }

.header__nav {
  background-color: #98e6c2; }

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

.header__contacts {
  display: flex;
  align-items: center; }
  .header__contacts:last-child {
    justify-content: flex-end; }
  .header__contacts .header__contact {
    margin-right: 1.5rem; }
    .header__contacts .header__contact:last-child {
      margin-right: 0; }

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

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

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

.header__action {
  margin-right: 5rem; }
  .header__action:last-of-type {
    margin-right: 0; }
  .header__action .btn {
    height: 4.4rem; }

.header__link {
  height: 4.4rem;
  margin-right: 2rem;
  padding: 0 1.5rem; }

.nav__link {
  margin-right: 2rem;
  color: #fff;
  transition: all .2s ease;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__link.active {
    opacity: 1; }
  .nav__link:hover {
    opacity: 1;
    text-decoration: none; }

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

.logo__text {
  margin-left: 2.1rem;
  font-size: 1.4rem;
  color: #11151E;
  max-width: 25rem; }

.logo {
  margin-right: 12rem; }
  .logo img {
    height: 10rem;
    display: block; }

.nav {
  display: flex; }

.nav__item {
  position: relative;
  margin-right: 4.5rem;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.with-sub {
    margin-right: 5rem; }
    .nav__item.with-sub:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      padding: .2rem;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #000;
      right: -1rem;
      margin-top: -.1rem; }
  .nav__item.active > a {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4); }
  .nav__item.active:after {
    opacity: 1; }
  .nav__item:hover:after {
    opacity: 1; }
  .nav__item:hover > a {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4); }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .nav__item .nav__link {
    margin-right: 0; }
  .nav__item a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    position: relative;
    transition: .2s; }
    .nav__item a:last-child {
      margin-right: 0; }
    .nav__item a:hover {
      text-decoration: none; }

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

.nav__submenu {
  background-color: #fff;
  transition: all .2s ease;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: .2rem; }

.nav__submenu-item a {
  text-transform: none;
  color: #11151E;
  display: block;
  padding: .5rem 1rem .5rem; }
  .nav__submenu-item a:hover {
    color: #030303;
    text-decoration: none; }

.lng {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase; }
  .lng:hover .lng__list-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .lng--list {
    text-transform: uppercase; }
    .lng--list .lng__link {
      padding-right: 1rem;
      margin-right: 0;
      position: relative; }
      .lng--list .lng__link:not(:last-child) {
        margin-right: 0; }
      .lng--list .lng__link:after {
        content: '';
        position: absolute;
        left: 100%;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #9796F0;
        padding: .3rem;
        transform: rotate(45deg);
        top: .4rem; }

.lng__list-wrapper {
  padding-top: .5rem;
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  min-width: 100%;
  left: -1rem;
  z-index: 40;
  transform: translateY(1rem);
  transition: all .2s ease; }

.lng__list {
  background-color: #131822;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
  .lng__list--currency {
    columns: 3; }
  .lng__list a {
    color: #fff;
    display: block;
    padding: .5rem 1rem .5rem;
    text-transform: uppercase; }
    .lng__list a:hover {
      text-decoration: none; }
    .lng__list a:last-child {
      margin-bottom: 0; }

.lng__link {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  position: relative; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:not(:last-child) {
    margin-right: 1rem; }
  .lng__link.active {
    text-decoration: none;
    color: #315ED2; }

.header__search {
  max-width: 410px;
  width: 100%; }
  .header__search .input {
    padding: 0 4.5rem 0 1.5rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #53b789;
    color: #11151E;
    font-size: 14px; }
    .header__search .input:focus {
      border: 1px solid #53B789; }
    .header__search .input::placeholder {
      color: rgba(19, 19, 19, 0.5);
      opacity: 1;
      font-size: 14px; }

.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 0;
  background-color: transparent;
  border: 0;
  outline: 0; }
  .search__btn img {
    display: block; }

.menu {
  padding: 10rem 8rem;
  width: 840px;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 1001;
  background-color: #041E41;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease; }
  .menu.opened {
    right: 0;
    opacity: 1;
    visibility: visible; }
  .menu .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    padding-right: 2rem;
    overflow-y: auto; }
  .menu .nav__item {
    margin-right: 0;
    margin-bottom: 3.5rem;
    flex-direction: column;
    height: auto; }
    .menu .nav__item.with-sub:after {
      display: none; }
  .menu .nav__submenu-wrapper {
    padding: 1rem 0 0;
    position: static;
    background: none;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible; }
  .menu .nav__submenu {
    background: none;
    box-shadow: none; }
  .menu .nav__submenu-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .menu .nav__submenu-item:last-child {
      margin-bottom: 0; }
    .menu .nav__submenu-item a {
      padding: 0;
      color: #fff; }
  .menu .lng {
    margin: 2rem 0;
    justify-content: center; }
  .menu .lng__link {
    color: #fff;
    text-transform: none; }
    .menu .lng__link.active {
      text-decoration: underline; }
  .menu .header__contact {
    margin-right: 0; }
  .menu .nav__item a {
    color: #fff; }
  .menu .header__info {
    color: #fff; }

.menu__close {
  position: absolute;
  top: 3rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  transition: 0.3s; }
  .menu__close i {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg); }
  .menu__close:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(-45deg); }
  .menu__close:hover {
    transform: rotate(90deg); }

.header__user {
  position: relative;
  height: 10rem;
  display: flex;
  align-items: center; }
  .header__user:hover .user__menu {
    opacity: 1;
    visibility: visible; }

.user__link {
  padding-right: 1rem;
  font-weight: 700;
  background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative; }
  .user__link:after {
    content: '';
    position: absolute;
    left: 100%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #9796F0;
    padding: 0.3rem;
    transform: rotate(45deg);
    top: 0.4rem; }

.user__menu {
  background-color: #131822;
  position: absolute;
  top: calc(100% + .4rem);
  right: 0;
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-width: 29rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .user__menu a {
    padding-left: 4rem;
    color: #fff;
    font-weight: 700;
    height: 6rem;
    border-bottom: 1px solid #0E1219;
    display: flex;
    align-items: center;
    transition: all .2s ease; }
    .user__menu a:last-child {
      border-bottom: 0; }
    .user__menu a:hover {
      background-color: rgba(14, 18, 25, 0.7);
      text-decoration: none; }
    .user__menu a.active {
      background-color: #0E1219; }
      .user__menu a.active span {
        background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__wrapper {
  display: flex;
  align-items: center; }

.switcher__text {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-right: 2rem; }

.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label:after {
    transform: translate(0, -50%); }

.switcher__label {
  width: 8rem;
  height: 4.4rem;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none;
  background-color: #131822;
  background-clip: padding-box; }
  .switcher__label:before {
    content: '';
    background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    position: absolute;
    border-radius: 2.2rem; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-3.5rem);
    width: 3.4rem;
    height: 3.4rem;
    right: .4rem;
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

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

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

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #565656; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #7c7c7c; }
    .checkbox__input:checked + .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__input:checked + .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #F05161; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #F05161; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #fff;
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #D2D2D2;
    background-color: transparent;
    border-radius: .8rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: 8px;
    height: 15px;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    border-style: solid;
    border-color: #9796F0;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    color: inherit;
    text-decoration: none;
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label--error {
    color: #F05161; }
    .checkbox__label--error:before {
      border-color: #F05161; }
  .checkbox__label--disabled {
    color: #565656; }
    .checkbox__label--disabled:before {
      border-color: #7c7c7c; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #565656; }
    .checkbox__label--not-active:before {
      border-color: #7c7c7c; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #565656; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-bottom: 5px; }
  .radio--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.radio__input {
  display: none; }
  .radio__input:checked + .radio__label {
    color: #11151E; }
    .radio__input:checked + .radio__label--disabled {
      color: #565656; }
  .radio__input:checked + .radio__label:before {
    border-color: #041E41; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #041E41; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #565656; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #7c7c7c; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #565656; }
    .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: #315ED2; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #315ED2; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #60A2AB !important; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #11151E;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #565656;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #565656;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #F05161; }
    .radio__label--error:before {
      border-color: #F05161; }
  .radio__label--disabled {
    color: #565656; }
    .radio__label--disabled:before {
      border-color: #7c7c7c; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #565656; }
    .radio__label--not-active:before {
      border-color: #7c7c7c; }
    .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: #315ED2; }
      .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: #315ED2; }
    .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; }

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

.radio__label-img {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  padding: 0 2.5rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  background-color: #F1F1F1;
  color: #11151E;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  border-radius: 10px;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #565656;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4e4e4e; }
    .btn--gray:hover {
      background-color: #494949; }
    .btn--gray:active {
      background-color: #444444; }
  .btn--dark-blue {
    background-color: #041E41;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #031733; }
    .btn--dark-blue:hover {
      background-color: #031329; }
    .btn--dark-blue:active {
      background-color: #020e1f; }
  .btn--red {
    background-color: #F05161;
    color: #fff; }
    .btn--red:focus {
      background-color: #ef4354; }
    .btn--red:hover {
      background-color: #ee3a4c; }
    .btn--red:active {
      background-color: #ed3043; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #11151E; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #11151E; }
    .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: #11151E; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #fff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #11151E; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #315ED2;
    color: #fff; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #5E9123;
    color: #fff; }
    .btn--green:focus {
      background-color: #568520; }
    .btn--green:hover {
      background-color: #517c1e; }
    .btn--green:active {
      background-color: #4b741c; }
  .btn--yellow {
    background-color: #C9C897;
    color: #11151E; }
    .btn--yellow:focus {
      background-color: #c4c38d; }
    .btn--yellow:hover {
      background-color: #c0bf86; }
    .btn--yellow:active {
      background-color: #bdbc80; }
  .btn--main {
    background-color: #ADF0D1;
    color: #11151E; }
    .btn--main:focus {
      background-color: #a0eeca; }
    .btn--main:hover {
      background-color: #97ecc5; }
    .btn--main:active {
      background-color: #8feac0; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #11151E;
    color: #fff; }
    .btn--black:focus {
      background-color: #0b0e14; }
    .btn--black:hover {
      background-color: #080a0e; }
    .btn--black:active {
      background-color: #040507; }
  .btn--gray {
    background-color: #565656;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4e4e4e; }
    .btn--gray:hover {
      background-color: #494949; }
    .btn--gray:active {
      background-color: #444444; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #565656;
    color: #565656; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--o-gray:hover {
      border-color: #565656;
      background-color: #565656;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4e4e4e;
      background-color: #4e4e4e; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 2px solid #041E41;
    color: #041E41; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #041E41;
      border-color: #031a37; }
    .btn--o-dark-blue:hover {
      border-color: #041E41;
      background-color: #041E41;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #031733;
      background-color: #031733; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #F05161;
    color: #F05161; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #F05161;
      border-color: #ef4858; }
    .btn--o-red:hover {
      border-color: #F05161;
      background-color: #F05161;
      color: #fff; }
    .btn--o-red:active {
      border-color: #ef4354;
      background-color: #ef4354; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 2px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 2px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 2px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 2px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 2px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 2px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-cyan {
    background-color: transparent;
    border: 2px solid #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: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #5E9123;
    color: #5E9123; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--o-green:hover {
      border-color: #5E9123;
      background-color: #5E9123;
      color: #fff; }
    .btn--o-green:active {
      border-color: #568520;
      background-color: #568520; }
  .btn--o-yellow {
    background-color: transparent;
    border: 2px solid #C9C897;
    color: #C9C897; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--o-yellow:hover {
      border-color: #C9C897;
      background-color: #C9C897;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #c4c38d;
      background-color: #c4c38d; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #ADF0D1;
    color: #ADF0D1; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #ADF0D1;
      border-color: #a4eecc; }
    .btn--o-main:hover {
      border-color: #ADF0D1;
      background-color: #ADF0D1;
      color: #fff; }
    .btn--o-main:active {
      border-color: #a0eeca;
      background-color: #a0eeca; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #11151E;
    color: #11151E; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #11151E;
      border-color: #0d1017; }
    .btn--o-black:hover {
      border-color: #11151E;
      background-color: #11151E;
      color: #fff; }
    .btn--o-black:active {
      border-color: #0b0e14;
      background-color: #0b0e14; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #565656;
    color: #565656; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--o-gray:hover {
      border-color: #565656;
      background-color: #565656;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4e4e4e;
      background-color: #4e4e4e; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--i-gray:hover {
      border-color: #565656;
      background-color: transparent;
      color: #565656; }
    .btn--i-gray:active {
      border-color: #4e4e4e;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #041E41;
      border-color: #031a37; }
    .btn--i-dark-blue:hover {
      border-color: #041E41;
      background-color: transparent;
      color: #041E41; }
    .btn--i-dark-blue:active {
      border-color: #031733;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #F05161;
      border-color: #ef4858; }
    .btn--i-red:hover {
      border-color: #F05161;
      background-color: transparent;
      color: #F05161; }
    .btn--i-red:active {
      border-color: #ef4354;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: transparent;
      color: #DCC9C3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--i-blue:hover {
      border-color: #315ED2;
      background-color: transparent;
      color: #315ED2; }
    .btn--i-blue:active {
      border-color: #2c57c8;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .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 #565656;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--i-green:hover {
      border-color: #5E9123;
      background-color: transparent;
      color: #5E9123; }
    .btn--i-green:active {
      border-color: #568520;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--i-yellow:hover {
      border-color: #C9C897;
      background-color: transparent;
      color: #C9C897; }
    .btn--i-yellow:active {
      border-color: #c4c38d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #ADF0D1;
      border-color: #a4eecc; }
    .btn--i-main:hover {
      border-color: #ADF0D1;
      background-color: transparent;
      color: #ADF0D1; }
    .btn--i-main:active {
      border-color: #a0eeca;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #11151E;
      border-color: #0d1017; }
    .btn--i-black:hover {
      border-color: #11151E;
      background-color: transparent;
      color: #11151E; }
    .btn--i-black:active {
      border-color: #0b0e14;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #565656;
      border-color: #515151; }
    .btn--i-gray:hover {
      border-color: #565656;
      background-color: transparent;
      color: #565656; }
    .btn--i-gray:active {
      border-color: #4e4e4e;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #565656;
    color: #fff; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--i-peach:hover {
      border-color: #916868;
      background-color: transparent;
      color: #916868; }
    .btn--i-peach:active {
      border-color: #886262;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff; }
    .btn--o-white:hover {
      color: #11151E; }
  .btn--white {
    padding-top: .2rem;
    color: #315ED2; }
  .btn--main {
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    color: #11151E; }

.form__group {
  position: relative;
  margin-bottom: 3rem; }
  .form__group--checkbox {
    margin-bottom: 4rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  height: 5.4rem;
  font-size: 1.5rem;
  padding: .6rem 1.5rem .6rem 1.5rem;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  transition: background-color .1s linear;
  width: 100%;
  border: 1px solid #2E3646;
  border-radius: 1rem;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #FFFFFF;
    opacity: 0.4; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #F05161;
    color: #F05161;
    background-color: rgba(240, 81, 97, 0.05); }
    .input--error::placeholder {
      color: #F05161; }
    .input--error:focus {
      background-color: rgba(240, 81, 97, 0.05); }
  .input--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .input--success::placeholder {
      color: #5E9123; }
    .input--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .input.error {
    border-color: #F05161;
    color: #F05161;
    background-color: rgba(240, 81, 97, 0.05); }
    .input.error::placeholder {
      color: #F05161; }
    .input.error:focus {
      background-color: rgba(240, 81, 97, 0.05); }
  .input.success {
    border-color: #F05161;
    color: #F05161;
    background-color: rgba(240, 81, 97, 0.05); }
    .input.success::placeholder {
      color: #F05161; }
    .input.success:focus {
      background-color: rgba(240, 81, 97, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #fff;
    box-shadow: none;
    min-height: unset;
    padding: .4em 2em .4em .9em; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }
  .input__wrapper--label {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .input__wrapper--label .label {
      margin-bottom: 0;
      white-space: nowrap; }
    .input__wrapper--label .btn {
      margin-bottom: 0; }
  .input__wrapper--icon-before .input {
    padding-left: 2.1em; }
  .input__wrapper--icon-before .input__icon {
    left: .7em; }
  .input__wrapper--icon-after .input {
    padding-right: 2.1em; }
  .input__wrapper--icon-after .input__icon {
    right: .7em; }
  .input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
    color: #11151E; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 17rem;
  resize: vertical;
  font-family: inherit;
  padding: 1rem 1.5rem 1rem 1.5rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #2E3646;
  border-radius: 10px;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #fff;
    opacity: .4; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #F05161;
    color: #F05161;
    background-color: rgba(240, 81, 97, 0.05); }
    .textarea--error::placeholder {
      color: #F05161; }
    .textarea--error:focus {
      background-color: rgba(240, 81, 97, 0.05); }
  .textarea--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .textarea--success::placeholder {
      color: #5E9123; }
    .textarea--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem; }

/* 19. Select
=========================*/
.select__wrapper {
  width: 100%;
  height: 6rem;
  background-color: #131822;
  position: relative;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 10px; }
  .select__wrapper:before {
    content: '';
    background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    position: absolute;
    border-radius: 10px; }

.select {
  color: #333333;
  position: relative;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #B38CC9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.15rem;
    padding: .4rem;
    right: 2.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4rem 4rem .4rem 1.6rem;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    line-height: 1.2;
    height: 6rem;
    font-weight: 700;
    color: #9796f0;
    font-size: 2rem;
    transition: background-color .1s linear;
    position: relative;
    z-index: 2;
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #F05161;
      color: #F05161;
      background-color: rgba(240, 81, 97, 0.05); }
      .select select.error::placeholder {
        color: #F05161; }
      .select select.error:focus {
        background-color: rgba(240, 81, 97, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #F05161; }
  .select--success:before, .select--success:after {
    color: #5E9123; }
  .select--error select {
    color: #F05161;
    border-color: #F05161;
    color: #F05161;
    background-color: rgba(240, 81, 97, 0.05); }
    .select--error select::placeholder {
      color: #F05161; }
    .select--error select:focus {
      background-color: rgba(240, 81, 97, 0.05); }
  .select--success select {
    color: #5E9123;
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .select--success select::placeholder {
      color: #5E9123; }
    .select--success select:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #11151E;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs___wrapper {
  background-color: #ececec; }

.breadcrumbs {
  margin-bottom: 2rem;
  position: relative; }
  .breadcrumbs--arrow .breadcrumbs__item:not(.current):after {
    content: '$breadcrumbs-item-arrow';
    vertical-align: middle; }

.breadcrumbs__item {
  margin-right: 2.5em;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  color: #041E41;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 7px;
    vertical-align: baseline;
    margin-left: 2.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.4122 4.35355C18.6075 4.15829 18.6075 3.84171 18.4122 3.64645L15.2302 0.464466C15.035 0.269204 14.7184 0.269204 14.5231 0.464466C14.3279 0.659728 14.3279 0.976311 14.5231 1.17157L17.3515 4L14.5231 6.82843C14.3279 7.02369 14.3279 7.34027 14.5231 7.53553C14.7184 7.7308 15.035 7.7308 15.2302 7.53553L18.4122 4.35355ZM0.941406 4.5H18.0586V3.5H0.941406V4.5Z' fill='%23B3B3B3'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:focus:not(.current) {
    text-decoration: none; }
  .breadcrumbs__item:last-child {
    pointer-events: none;
    color: #B6B6B6; }
    .breadcrumbs__item:last-child:after {
      display: none; }

@media (max-width: 768px) {
  .breadcrumbs__wrapper {
    display: none; } }

/* 14. Pagination
=========================*/
/* Styling */
.pagination {
  padding: 20px 0;
  text-align: center;
  /* Styling */ }
  .pagination--rounded .pagination__item {
    border-radius: 0.3em; }
  .pagination--circle .pagination__item {
    border-radius: 50%; }
  .pagination--shadow .pagination__item {
    box-shadow: 1px 1px 0.4em rgba(0, 0, 0, 0.3); }
  .pagination--center {
    text-align: center; }
  .pagination--products {
    padding: 10px 0; }

.pagination__item {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  color: #11151E;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #315ED2;
  background-color: #fff;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    background-color: #466ed7;
    border-color: #466ed7;
    color: #fff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #315ED2;
    border-color: #315ED2;
    color: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #11151E;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #565656;
    color: #fff; }
  .alert--dark-blue {
    background-color: #041E41;
    color: #fff; }
  .alert--red {
    background-color: #F05161;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #11151E; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #11151E; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #11151E; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #11151E; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #5E9123;
    color: #fff; }
  .alert--yellow {
    background-color: #C9C897;
    color: #11151E; }
  .alert--main {
    background-color: #ADF0D1;
    color: #11151E; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #11151E;
    color: #fff; }
  .alert--gray {
    background-color: #565656;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #565656;
    border: 1px solid #565656; }
  .alert--o-dark-blue {
    background: transparent;
    color: #041E41;
    border: 1px solid #041E41; }
  .alert--o-red {
    background: transparent;
    color: #F05161;
    border: 1px solid #F05161; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #5E9123;
    border: 1px solid #5E9123; }
  .alert--o-yellow {
    background: transparent;
    color: #C9C897;
    border: 1px solid #C9C897; }
  .alert--o-main {
    background: transparent;
    color: #ADF0D1;
    border: 1px solid #ADF0D1; }
  .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: #11151E;
    border: 1px solid #11151E; }
  .alert--o-gray {
    background: transparent;
    color: #565656;
    border: 1px solid #565656; }
  .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: #F05161;
  font-size: 1.2rem; }

.content__slider {
  height: 36rem;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 2rem;
    z-index: 2; }

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end; }
  .content__slide:after {
    background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content__slide:hover {
    text-decoration: none; }

.content__slide-item {
  position: relative;
  z-index: 2; }
  .content__slide-item .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.fix-padding__wrapper {
  padding-top: 10rem; }

.full-block {
  padding: 4rem 4.5rem; }
  .full-block .title {
    margin-bottom: 0; }

.load-more {
  margin: 3.5rem 0 8.5rem; }

.other .card__wrapper,
.news .card__wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left; }

.card-large .card__footer {
  width: 100%; }

.card-large .card__title {
  max-width: calc(50% - 3rem); }

.news .card:hover:before,
.other .card:hover:before {
  opacity: 0; }

.single-content {
  padding: 7rem 0 9rem; }

.single-container {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.text-bold {
  font-size: 2.4rem; }

.single-content .text-bold {
  margin-bottom: 3rem; }

.single-content .text {
  font-size: 1.6rem; }

.border-top {
  border-top: solid 1px #C4C4C4; }

.other .full-block {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

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

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #11151E;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    border-bottom: .4rem solid #FEA8A8; }
  .table th {
    padding: 1.5rem 0;
    color: #fff;
    font-weight: 700;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #191F29; }
  .table td {
    padding: 3rem 0;
    color: #FFFFFF; }
    .table td a {
      color: inherit; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #ececec; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #ececec; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #f6f6f6; }
    .table--hover tbody tr.row--gray {
      background-color: #565656;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #494949; }
    .table--hover tbody tr.row--dark-blue {
      background-color: #041E41;
      color: #fff; }
      .table--hover tbody tr.row--dark-blue:hover {
        color: #fff;
        background-color: #031329; }
    .table--hover tbody tr.row--red {
      background-color: #F05161;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #ee3a4c; }
    .table--hover tbody tr.row--rblack {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--rblack:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #fff;
      color: #11151E; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #11151E; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #11151E; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #fff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #fff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #11151E; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #315ED2;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #2a54c0; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #fff; }
      .table--hover tbody tr.row--cyan:hover {
        color: #fff;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #5E9123;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #517c1e; }
    .table--hover tbody tr.row--yellow {
      background-color: #C9C897;
      color: #11151E; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #c0bf86; }
    .table--hover tbody tr.row--main {
      background-color: #ADF0D1;
      color: #11151E; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #97ecc5; }
    .table--hover tbody tr.row--moicvet {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--moicvet:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--secondary {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--secondary:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--brown {
      background-color: #94816C;
      color: #fff; }
      .table--hover tbody tr.row--brown:hover {
        color: #fff;
        background-color: #857461; }
    .table--hover tbody tr.row--black {
      background-color: #11151E;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: #080a0e; }
    .table--hover tbody tr.row--gray {
      background-color: #565656;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #494949; }
    .table--hover tbody tr.row--peach {
      background-color: #916868;
      color: #fff; }
      .table--hover tbody tr.row--peach:hover {
        color: #fff;
        background-color: #825d5d; }
  .table--separate-cols th {
    border: 1px solid #565656; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #C9C897; }
    .table--dark thead tr {
      border-color: #C9C897;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: #080a0e;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #080a0e;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #C9C897; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: #0b0e14;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #565656;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #494949; }
      .table--dark.table--hover tbody tr.row--dark-blue {
        background-color: #041E41;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--dark-blue:hover {
          color: #fff;
          background-color: #031329; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #F05161;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #ee3a4c; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #fff;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #fff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #EBDDDD;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #fff;
          background-color: #e2cdcd; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #DCC9C3;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #fff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #315ED2;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #2a54c0; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #5E9123;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #517c1e; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #C9C897;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #c0bf86; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #ADF0D1;
        color: #11151E; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: #97ecc5; }
      .table--dark.table--hover tbody tr.row--moicvet {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--moicvet:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #94816C;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #857461; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #11151E;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: #080a0e; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #565656;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #494949; }
      .table--dark.table--hover tbody tr.row--peach {
        background-color: #916868;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--peach:hover {
          color: #fff;
          background-color: #825d5d; }
  .table tbody tr.row--gray {
    background-color: #565656;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #041E41;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #F05161;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #11151E; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #11151E; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #11151E; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #11151E; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #5E9123;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #C9C897;
    color: #11151E; }
  .table tbody tr.row--main {
    background-color: #ADF0D1;
    color: #11151E; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #11151E;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #565656;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--contacts {
    width: 100%;
    font-size: .8rem;
    color: #769FF5; }
    .table--contacts thead tr {
      background: none;
      border-bottom: 1px solid #ededed; }
    .table--contacts thead th {
      color: #555555;
      font-weight: 600;
      padding: .6rem 1rem; }
    .table--contacts tbody td {
      padding: .8em 1em; }
      .table--contacts tbody td.date {
        color: #555555; }
      .table--contacts tbody td a {
        color: #769FF5; }

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

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

.tabs__nav {
  display: flex;
  /* 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: #041E41; }
  .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: #565656; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #C9C897;
      background-color: #11151E;
      border-color: #11151E; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #11151E; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #F1F1F1; }
  .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 #F1F1F1;
      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 #F1F1F1; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #F1F1F1; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #565656;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(4, 30, 65, 0.5); }
  .tabs__nav-item.active {
    color: #315ED2; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #11151E;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #11151E;
    background-color: #fff;
    border: 1px solid #898989; }
  .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: #11151E;
    border-color: #11151E;
    color: #fff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

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

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  margin: 20px 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #898989;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #898989; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }
  .accordion--rounded {
    border-radius: 0.3em; }
  .accordion--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }
  .accordion--dark {
    background-color: #11151E;
    border-color: #11151E; }
    .accordion--dark .accordion__title {
      color: #565656; }
      .accordion--dark .accordion__title:hover {
        color: #fff; }
        .accordion--dark .accordion__title:hover:before {
          color: inherit; }
    .accordion--dark .accordion__item {
      border-bottom-color: #000; }
    .accordion--dark .accordion__item.active .accordion__title {
      color: #C9C897; }
    .accordion--dark .accordion__content {
      color: #fff; }

.accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .accordion__item.active .accordion__title {
    color: #11151E; }
    .accordion__item.active .accordion__title:before {
      content: '\f068'; }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #11151E;
  position: relative; }
  .accordion__title:before {
    content: '\f067';
    font-size: 1.4rem;
    line-height: 1;
    font-family: fontAwesome;
    color: #11151E;
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 1;
    margin-top: -0.5em;
    transition: color .1s linear; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: inline-block;
    padding: 0.5em 2em 0.5em 2.1em;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  color: #11151E; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.accordion__tour-image {
  width: 200px;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sidebar {
  width: calc(100% / 3);
  padding: 6rem 4rem;
  background-color: #F7F7F7; }
  .sidebar form > div {
    margin-bottom: 3rem; }
  .sidebar .jq-selectbox__select,
  .sidebar input,
  .sidebar button {
    width: 100%;
    height: 6rem;
    border-radius: 5px; }
  .sidebar .jq-selectbox__select,
  .sidebar input {
    background: #fff; }

.sidebar__title {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #11151E; }

.footer {
  padding: 6rem 0 0;
  background-color: #0e1219; }

.footer__wrapper {
  display: flex;
  padding-bottom: 4.5rem; }
  .footer__wrapper .nav {
    flex-direction: column; }
    .footer__wrapper .nav__item {
      margin-right: 0;
      margin-bottom: 2.5rem; }

.footer__title {
  margin-bottom: 2rem;
  background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: 700; }

.footer__block {
  width: 50%; }
  .footer__block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__block:last-child {
    display: flex; }

.footer__item {
  width: 50%; }

.subscribe__form {
  display: flex;
  margin-bottom: 5rem; }
  .subscribe__form .input {
    border: 1px solid #fea8a8;
    background-color: transparent;
    border-radius: 1rem 0 0 1rem;
    max-width: 24.5rem;
    height: 5.4rem;
    color: #fff; }
    .subscribe__form .input::placeholder {
      color: #fff;
      opacity: .5; }
  .subscribe__form .btn {
    border-radius: 0 1rem 1rem 0; }

.footer__text {
  color: #fff; }

.footer__line {
  padding: 3rem 0;
  border-top: .1rem solid #191f29;
  display: flex;
  justify-content: space-between; }

.footer__line-block {
  width: 50%;
  display: flex;
  justify-content: space-between; }

.footer__logos {
  display: flex;
  align-items: flex-start; }
  .footer__logos img {
    margin-right: 3rem; }

.soc {
  display: flex;
  width: 50%; }

.soc__link {
  margin-right: 2rem; }
  .soc__link:last-child {
    margin-right: 0; }

.copyright {
  width: 50%;
  color: #fff; }

.category {
  padding: 5rem 0; }
  .category .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .category .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .category__wrapper.triple .category__block {
    width: 33.33333%; }
  .category__wrapper.double .category__block {
    width: 50%; }
  .category__wrapper.full {
    margin: 0; }
    .category__wrapper.full .category__block {
      padding: 0;
      margin-bottom: 0; }
    .category__wrapper.full .category__item {
      height: 30rem; }

.category__block {
  width: 25%;
  padding: 0 1.5rem;
  margin-bottom: 3rem; }

.category__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  transition: all .2s ease;
  background-color: #fff; }
  .category__item:hover {
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    .category__item:hover:after {
      opacity: .7; }

.category__img {
  padding: 1rem;
  height: 23.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .category__img .img {
    max-height: 100%; }

.category__content {
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8; }

.category__title {
  font-size: 1.8rem;
  color: #030303;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.category__text {
  color: #fff; }

.products {
  padding: 5rem 0; }
  .products--similar {
    background-color: #E8E8E8; }
  .products .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .products .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

.products__wrapper {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .products__wrapper.triple .products__block {
    width: 33.33333%; }
  .products__wrapper.double .products__block {
    width: 50%; }
  .products__wrapper.full {
    margin: 0; }
    .products__wrapper.full .products__block {
      padding: 0;
      margin-bottom: 0; }

.products__block {
  width: 25%;
  margin-bottom: 3rem;
  padding: 0 1.5rem; }

.products__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  transition: all .2s ease;
  background-color: #fff; }
  .products__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none; }

.products__img {
  height: 16rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .products__img .img {
    max-height: 100%; }

.products__content {
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8; }

.products__title {
  font-size: 1.8rem;
  color: #030303;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.products__text {
  font-size: 1rem; }

@media (max-width: 992px) {
  .category__block {
    width: 33.33333%; }
  .category__wrapper.triple .category__block {
    width: 50%; }
  .products__block {
    width: 33.33333%; }
  .products__wrapper.triple .products__block {
    width: 50%; } }

@media (max-width: 768px) {
  .category__block {
    width: 50%; }
  .category__wrapper.triple .category__block {
    width: 50%; }
  .products__block {
    width: 50%; }
  .products__wrapper.triple .products__block {
    width: 50%; } }

@media (max-width: 640px) {
  .category__block {
    width: 100%; }
  .category__wrapper.triple .category__block {
    width: 100%; }
  .products__block {
    width: 100%; }
  .products__wrapper.triple .products__block {
    width: 100%; }
  .category .block__title {
    font-size: 3rem; }
  .category .block__text {
    max-width: 100%; }
  .products .block__title {
    font-size: 3rem; }
  .products .block__text {
    max-width: 100%; } }

.search__result {
  padding-top: 4rem; }

.product {
  padding: 5rem 0; }
  .product .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .product .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

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

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

.product__images {
  margin-bottom: 2rem; }

.product__img {
  width: 100%;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .product__img .img {
    max-height: 100%; }

.product__thumbs {
  height: 12rem;
  overflow: hidden;
  padding: 0 1px; }

.product__thumb {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .product__thumb .img {
    max-height: 100%; }

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

.product__text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #030303; }
  .product__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .product__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .product__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .product__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .product__text p {
    margin-bottom: .5em; }

.product__price-block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative; }
  .product__price-block:after {
    content: '';
    left: 0;
    top: 100%;
    height: .3rem;
    background-color: #ADF0D1;
    width: 6rem;
    position: absolute; }

.product__price {
  color: #11151E;
  font-size: 2.2rem; }
  .product__price.old {
    margin-left: 1.3rem;
    color: #888; }

@media (max-width: 992px) {
  .product__wrapper {
    flex-wrap: wrap; }
  .product__block {
    width: 100%;
    margin-bottom: 2rem; }
  .product__img {
    height: 30rem; } }

.intro {
  position: relative; }
  .intro--empty .intro__content {
    height: 25rem;
    padding: 0;
    min-height: auto; }
  .intro--inside .intro__content {
    min-height: 40rem; }

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible;
  width: 2rem;
  height: 2rem;
  z-index: 1; }
  .intro__slider.with-arrow .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.intro__slider.with-arrow .slick-prev {
  left: 4rem; }
  .intro__slider.with-arrow .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 0.729309L5 4.15196L1 7.57461' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    transform: rotate(180deg); }

.intro__slider.with-arrow .slick-next {
  right: 4rem; }
  .intro__slider.with-arrow .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 0.729309L5 4.15196L1 7.57461' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e "); }

.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-dots .slick-dots li {
    margin: 0 .6rem; }
    .intro__slider.with-dots .slick-dots li:hover button:before,
    .intro__slider.with-dots .slick-dots li.slick-active button:before {
      background-color: #041E41; }
    .intro__slider.with-dots .slick-dots li button {
      opacity: 1; }
      .intro__slider.with-dots .slick-dots li button:before {
        width: .5rem;
        height: .5rem;
        background-color: #C4C4C4;
        transition: 0.3s; }

.intro__slider .slick-arrow {
  opacity: 0;
  visibility: hidden; }

.intro__slider .slick-dots {
  opacity: 0;
  visibility: hidden;
  bottom: 5rem;
  z-index: 2; }

.intro__content {
  min-height: 76.5vh;
  padding: 14rem 0 4rem;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .intro__content .container {
    position: relative; }
  .intro__content-center {
    align-items: center;
    padding-bottom: 10rem; }

.intro__wrapper {
  width: 100%;
  text-align: left;
  display: flex; }
  .intro__wrapper .img {
    max-width: 30%; }

.intro__block {
  position: relative;
  width: 100%;
  z-index: 2;
  max-width: 50rem; }
  .intro__block .btn {
    min-width: 18rem; }

.intro__title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.3;
  background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.intro__subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase; }

.intro__text {
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.6; }

.intro__date {
  color: #fff;
  opacity: .8; }

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px; }

.intro__img {
  height: 59rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%; }

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

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

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

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

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

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

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

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

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

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

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 6rem 0 3rem; }
  .gallery--opened .gallery__img-wrapper {
    margin-bottom: 0; }
  .gallery--opened .block__title {
    margin-bottom: 1rem; }

.gallery__text {
  color: #11151E;
  margin-bottom: 2rem; }

.gallery__block {
  position: relative;
  width: calc(100% / 3 - 8px);
  margin: 4px;
  overflow: hidden; }
  .gallery__block:before {
    content: '';
    display: block;
    padding-top: 100%; }

.gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #11151E;
  cursor: pointer; }
  .gallery__item .show__gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .gallery__item .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
  .gallery__item:hover {
    text-decoration: none; }
    .gallery__item:hover .gallery__img {
      transform: scale(1.2); }

.gallery__img-wrapper {
  height: 25rem;
  margin-bottom: 1rem;
  overflow: hidden; }

.gallery__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

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

@media (max-width: 640px) {
  .gallery__block {
    width: calc(100% / 2 - 8px); } }

.columns {
  display: flex;
  flex-wrap: wrap; }
  .columns.columns-2 .column {
    width: 50%; }

.address {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  padding-right: 40%;
  border-bottom: solid 1px #C4C4C4; }
  .address__title {
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 5px; }
  .address__phone, .address__email {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 5px; }

.address-block {
  padding: 1.3rem 0; }
  .address-block a {
    color: #11151E; }

.map {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem); }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.nk-gmaps {
  height: 100%; }

.contacts__form-info {
  color: #fff; }
  .contacts__form-info .title {
    margin: 0 0 0.5em; }

.cabinet__page {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.cabinet__head {
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__head .btn {
    margin-bottom: 0;
    height: 4.4rem;
    min-width: 14rem; }

.cabinet__title {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700; }

.settings__wrapper {
  display: flex;
  margin: 0 -1rem;
  align-items: flex-start; }

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

.settings__item {
  background: #111620;
  border-radius: 2rem;
  padding: 5rem 5rem; }
  .settings__item .block__title {
    font-size: 2.8rem; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone {
  box-sizing: border-box;
  min-height: 90px;
  padding: 20px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #F1F1F1; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    color: #cacaca;
    font-size: .8rem;
    font-weight: 600; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 105%;
      pointer-events: auto; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.dz-preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.banner__wrapper {
  padding: 12rem 0 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.banner__block {
  display: flex;
  justify-content: flex-end; }
  .banner__block .block__title {
    margin-bottom: 1.6rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #fff; }
  .banner__block .block__text {
    margin-bottom: 2.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff; }

.banner__item {
  max-width: 35rem; }

@media (max-width: 992px) {
  .banner__block {
    max-width: 100%;
    padding-left: 0; } }

.info .info__container:nth-child(2n) {
  background-color: #fff; }
  .info .info__container:nth-child(2n) .info__block {
    flex-direction: row-reverse; }
  .info .info__container:nth-child(2n) .info__item {
    padding-right: 10rem;
    padding-left: 0; }

.info__container {
  padding: 6rem 0;
  background-color: #F1F1F1; }

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

.info__img {
  width: 50%;
  height: 40rem;
  object-fit: cover; }

.info__item {
  padding-left: 8rem;
  max-width: 50%; }
  .info__item .block__title {
    line-height: 1;
    max-width: 40rem; }
  .info__item .block__text {
    margin-bottom: 3rem; }

@media (max-width: 992px) {
  .info .info__container:nth-child(2n) .info__block {
    flex-direction: column; }
  .info .info__container:nth-child(2n) .info__item {
    padding-right: 0;
    padding-left: 0; }
  .info__block {
    flex-direction: column; }
  .info__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem; }
  .info__item {
    max-width: 100%;
    padding-left: 0; } }

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

.noUi-target {
  position: relative; }

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

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

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

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

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

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

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

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

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

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

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

.noUi-horizontal .noUi-handle {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  right: -.8rem;
  top: -1.5rem;
  cursor: pointer; }
  .noUi-horizontal .noUi-handle:before {
    content: '';
    background: url("/src/assets/images/range_img.svg") no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.noUi-vertical {
  width: 18px; }

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

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

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

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

.noUi-connect {
  background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%); }

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

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
  cursor: default;
  outline: 0;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section {
  margin-bottom: 6rem; }

.block__title {
  margin-bottom: 3rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .block__title span {
    font-size: 4rem; }

.block__text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff; }
  .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; }

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

.page__content {
  padding: 6rem 0; }

.benefits {
  position: relative;
  padding: 8rem 0; }

.benefits__img {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%); }

.benefits__container {
  max-width: 60rem;
  width: 100%; }

.benefits__content {
  display: flex;
  position: relative;
  justify-content: flex-end; }
  .benefits__content .block__title {
    max-width: 45rem; }

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

.benefits__block {
  padding: 0 1rem;
  width: 33.333%; }

.benefits__item {
  background-color: #131822;
  border-radius: 2rem;
  padding: 2rem; }

.benefits__ico {
  height: 4.8rem;
  margin-bottom: 2rem; }
  .benefits__ico img {
    max-height: 100%; }

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

.benefits__text {
  color: #fff; }

.how {
  padding: 10rem 0; }
  .how .block__text {
    color: #fff;
    max-width: 80rem;
    margin: 0 auto 5rem; }

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

.how__block {
  padding: 0 1rem;
  width: 33.333%; }

.how__item {
  padding: 5rem;
  background: #0e1219;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  overflow: hidden; }
  .how__item:after {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
    opacity: 0.5;
    filter: blur(100px);
    width: 15rem;
    height: 15rem;
    top: 4.5rem;
    right: 1rem;
    border-radius: 50%; }

.how__title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.how__text {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.6; }

.how__img {
  text-align: right;
  height: 7.2rem;
  margin-bottom: 7rem; }
  .how__img img {
    max-height: 100%; }

.get {
  padding: 7.5rem 0;
  background-color: #131822; }
  .get .block__text {
    max-width: 80rem;
    margin: 0 auto 5rem; }

.get__wrapper {
  display: flex;
  margin: 0 -1rem 5rem;
  flex-wrap: wrap;
  justify-content: center; }

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

.get__item {
  background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
  border-radius: 2rem 1rem 1rem 2rem;
  position: relative;
  height: 5.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9rem; }
  .get__item:hover {
    text-decoration: none; }
  .get__item img {
    position: absolute;
    top: -.3rem;
    left: 0;
    height: 7.5rem; }

.get__text {
  color: #11151E;
  font-weight: 700;
  font-size: 1.7rem; }

.get__info {
  text-align: center;
  opacity: .7;
  max-width: 100rem;
  margin: 0 auto;
  color: #fff; }

.services {
  padding: 19rem 0 9rem; }

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

.services__block {
  padding: 5rem;
  width: 65%;
  background: rgba(19, 24, 34, 0.7);
  border-radius: 2rem 0 2rem 2rem; }

.services__title {
  margin-bottom: 3rem;
  background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: 700; }

.services__selected {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  max-width: 43rem;
  position: relative; }
  .services__selected:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    height: .4rem;
    width: 100%; }

.services__info ul li {
  margin-bottom: 2.5rem;
  color: #fff;
  position: relative;
  padding-left: 4rem; }
  .services__info ul li:before {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 0;
    background: url("/src/assets/images/check.svg") no-repeat;
    width: 3rem;
    height: 3rem; }
  .services__info ul li:last-child {
    margin-bottom: 0; }

.services__item {
  margin-bottom: 5rem; }
  .services__item:last-child {
    margin-bottom: 0; }
  .services__item .checkbox__label {
    font-weight: 700;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
    transition: all .2s ease; }
    .services__item .checkbox__label:hover {
      color: #fff; }
  .services__item .checkbox__input:checked + .checkbox__label {
    color: #fff; }
  .services__item .checkbox {
    margin-bottom: 2rem; }

.services__slider .checkbox {
  margin-bottom: 2rem; }

.services__slider-nav {
  margin-bottom: 2rem;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between; }
  .services__slider-nav span {
    color: #fff;
    opacity: .3;
    position: relative;
    font-weight: 700; }
    .services__slider-nav span:before {
      content: '';
      position: absolute;
      bottom: 100%;
      height: 1.9rem;
      width: .1rem;
      background-color: #d2d2d2; }
  .services__slider-nav .min {
    width: 20%; }
    .services__slider-nav .min:before {
      left: 0; }
  .services__slider-nav .average:before {
    left: 50%;
    transform: translateX(-50%); }
  .services__slider-nav .max {
    width: 20%;
    text-align: right; }
    .services__slider-nav .max:before {
      right: 0; }

.services__data {
  display: flex; }

.cabinet__content {
  padding-top: 7rem; }

.services__data-item {
  margin-right: 2rem;
  font-size: 1.7rem;
  color: #fff; }

.services__checkout {
  position: relative;
  overflow: hidden;
  width: 35%;
  border-radius: 0 2rem 2rem 0;
  padding: 5rem;
  height: 100%; }
  .services__checkout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .6rem;
    height: 100%;
    background: linear-gradient(180deg, #fea8a8 0%, #9d97ec 100%); }
  .services__checkout:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
    opacity: 0.4;
    filter: blur(100px);
    right: -4rem;
    width: 15.6rem;
    height: 15.6rem; }
  .services__checkout .input {
    border-color: #9796f0;
    color: #fff; }
    .services__checkout .input::placeholder {
      background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: .5; }
  .services__checkout .checkbox {
    margin-bottom: 3rem; }
  .services__checkout .checkbox__label {
    color: #fff; }
    .services__checkout .checkbox__label a {
      background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .services__checkout .checkbox__label:before {
      border-color: #9796f0; }
    .services__checkout .checkbox__label:after {
      border-color: #fea8a8; }
  .services__checkout .btn {
    min-width: 20rem; }

.checkout__title {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700; }

.checkout__pay {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  color: #fff; }
  .checkout__pay .title {
    font-size: 1.7rem; }
  .checkout__pay .price {
    font-weight: 700;
    font-size: 2.8rem; }

.section {
  padding-top: 16rem; }

/*likes*/
.likes .block__text {
  max-width: 91.5rem; }

.likes__nav {
  margin-bottom: 10rem;
  display: flex;
  align-items: center; }
  .likes__nav .select__wrapper {
    max-width: 44.5rem;
    width: 100%; }

.likes__nav-item {
  width: 50%; }

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

.likes__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 8rem; }

.likes__item {
  background: #111620;
  border-radius: 20px;
  padding: 5rem 3rem;
  position: relative; }
  .likes__item:before {
    width: 22.6rem;
    height: 22.6rem;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: linear-gradient(270deg, #9796F0 -2.9%, #FEA8A8 93%);
    opacity: 0.4;
    filter: blur(158px);
    content: ''; }

.likes__container .btn {
  color: #fff; }

.likes__head .title {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  position: relative; }
  .likes__head .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    background: linear-gradient(270deg, #9796f0 -2.9%, #fea8a8 93%); }

.likes__content {
  margin-bottom: 2.5rem; }
  .likes__content ul li {
    margin-bottom: 2.5rem;
    color: #fff;
    position: relative;
    padding-left: 4rem; }
    .likes__content ul li:before {
      content: '';
      position: absolute;
      top: -.5rem;
      left: 0;
      background: url("/src/assets/images/check.svg") no-repeat;
      width: 3rem;
      height: 3rem; }
    .likes__content ul li.premium:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='15' cy='15' r='15' fill='url(%23paint0_linear_220_2)'/%3e%3cpath d='M22.3542 10.3941C22.8336 10.9193 22.8336 11.7682 22.3542 12.2937L14.3829 21.0262C14.1438 21.2881 13.8299 21.42 13.5159 21.42C13.202 21.42 12.8881 21.2881 12.649 21.0262L8.66344 16.6599C8.1838 16.1347 8.1838 15.2855 8.66344 14.7603C9.14285 14.2349 9.91777 14.2349 10.3974 14.7603L13.5159 18.1768L20.6202 10.3941C21.0996 9.86864 21.8745 9.86864 22.3542 10.3941Z' fill='white'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_220_2' x1='30.8703' y1='15' x2='2.09898' y2='15' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F99C1A'/%3e%3cstop offset='1' stop-color='%23F99C1A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
      background-repeat: no-repeat; }
    .likes__content ul li:last-child {
      margin-bottom: 0; }

.likes__price {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .likes__price .discount {
    margin-bottom: .5rem;
    color: #F05161;
    font-weight: 700;
    text-transform: uppercase; }
  .likes__price .price {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff; }

.likes__img {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

@media (max-width: 992px) {
  .services__block {
    width: 100%;
    border-radius: 2rem 2rem 0 0; }
  .services__checkout {
    width: 100%;
    border-radius: 0 0 2rem 2rem; }
    .services__checkout:before {
      width: 100%;
      height: 0.6rem; } }

@media (max-width: 600px) {
  .services__block {
    padding: 3rem; }
  .services__checkout {
    padding: 3rem; } }

.columns {
  display: flex;
  flex-wrap: wrap; }
  .columns.columns-2 .column {
    width: 50%; }

.address {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  padding-right: 40%;
  border-bottom: solid 1px #C4C4C4; }
  .address__title {
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 5px; }
  .address__phone, .address__email {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 5px; }

.address-block {
  padding: 1.3rem 0; }
  .address-block a {
    color: #11151E; }

.map {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem); }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.nk-gmaps {
  height: 100%; }

.contacts__form-info {
  color: #fff; }
  .contacts__form-info .title {
    margin: 0 0 0.5em; }

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

.bg-dark-blue {
  background-color: #041E41; }

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

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

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

.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: #5E9123; }

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

.bg-main {
  background-color: #ADF0D1; }

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

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

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

.bg-black {
  background-color: #11151E; }

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

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

.alert.visible-success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #5E9123;
  display: block;
  color: #fff; }

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

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

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

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

.formh {
  display: none; }

@media (max-width: 1360px) {
  .logo {
    margin-right: 4rem; }
  .nav__item {
    margin-right: 3rem; }
  .block__title {
    font-size: 4rem; } }

@media (max-width: 1200px) {
  .header__wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .header .nav {
    display: none; }
  .intro__img {
    left: 30%; }
  .intro__title {
    font-size: 4rem; }
  .header__actions {
    display: none; }
  .menu__btn {
    position: relative;
    width: 3rem;
    height: 2rem; }
    .menu__btn i {
      top: 50%;
      margin-top: -1px; }
    .menu__btn:before {
      top: 0; }
    .menu__btn:after {
      bottom: 0; }
    .menu__btn:before, .menu__btn:after {
      content: ''; }
    .menu__btn i, .menu__btn:before, .menu__btn:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff; }
  .mobile__action {
    display: flex;
    align-items: center; }
  .header__link {
    display: flex;
    align-items: center; }
  .menu .lng {
    margin-bottom: 4rem; } }

@media (max-width: 1100px) {
  .intro__wrapper {
    flex-direction: column; }
  .intro__content {
    padding-bottom: 0; }
  .intro__img {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    height: auto;
    margin-top: 3rem; }
  .benefits__content {
    flex-direction: column;
    align-items: center; }
  .benefits__img {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0); }
  .benefits__container {
    max-width: 100%; }
  .how__block {
    width: 50%; }
  .get__block {
    width: 50%; }
  .footer__wrapper {
    flex-direction: column; }
  .footer__block {
    width: 100%; }
  .subscribe__form {
    margin-bottom: 2rem; }
  .footer__text {
    margin-bottom: 3rem; }
  .likes__block {
    width: calc(100% / 3); } }

@media (max-width: 992px) {
  .benefits__block {
    padding: 1rem; }
  .benefits__item {
    height: 100%; }
  .likes__block {
    width: 50%; }
  .likes__nav .select__wrapper {
    width: auto;
    margin-right: 4rem; } }

@media (max-width: 768px) {
  .intro__title {
    font-size: 3rem; }
  .benefits {
    padding-top: 0; }
  .benefits__wrapper {
    flex-wrap: wrap; }
  .benefits__block {
    width: 50%; }
  .benefits__img {
    max-width: 50rem; }
  .block__title {
    font-size: 3rem; } }

@media (max-width: 640px) {
  .benefits__block {
    width: 100%; }
  .how__block {
    width: 100%; }
  .how__item {
    padding: 5rem 2rem; }
  .get__block {
    width: 100%; }
  .footer__block:last-child {
    flex-wrap: wrap; }
  .footer__item {
    width: 100%; }
  .footer__line {
    flex-direction: column; }
  .footer__line-block {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem; }
    .footer__line-block:last-child {
      margin-bottom: 0; }
  .footer__logos img:last-child {
    margin-right: 0; }
  .soc {
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem; }
  .copyright {
    width: 100%;
    text-align: center; }
  .likes__nav {
    flex-wrap: wrap; }
  .likes__nav-item {
    width: 100%; }
    .likes__nav-item .select__wrapper {
      margin-bottom: 2rem; }
  .likes__block {
    width: 100%; } }

@media (max-width: 500px) {
  .remodal__body {
    padding: 6rem 3rem;
  }
  .remodal__form-actions {
    flex-direction: column;
    gap: 2rem;
  }
}